/* Fllopi Flooring & Painting Solutions HTML-5 Template */


/*** 

====================================================================
	Attachment Css Files
====================================================================

***/

@import url('global.css');
@import url('header.css');
@import url('footer.css');
@import url('animate.css');
@import url('rtl-style.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('font-awesome.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('flaticon_fllopi-icons.css');
@import url('odometer-theme-default.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Main Slider Section
====================================================================

***/

.slider-one {
    position: relative;
    background-color: var(--color-seven);
}

.slider-one_phone {
    position: absolute;
    left: -25px;
    top: 38%;
    z-index: 10;
    font-size: 24px;
    font-weight: 400;
    transform: rotate(90deg);
    color: rgba(var(--white-color-rgb), 1);
}

.slider-one_phone a {
    color: rgba(var(--white-color-rgb), 1);
}

.slider-one_phone a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-one_phone i {
    position: relative;
    top: 4px;
    margin-right: 15px;
    font-family: "flaticon_fllopi-icons";
}

.slider-one_arrows {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 10;
}

.slider-one .main-slider-prev {
    position: relative;
    width: 90px;
    height: 90px;
    z-index: 10;
    font-size: 24px;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    border: 1px solid rgba(var(--white-color-rgb), 0.30);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: "flaticon_fllopi-icons";
}

.slider-one .main-slider-prev:before {
    position: absolute;
    content: 'prev';
    right: -100px;
    top: 0px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.slider-one .main-slider-prev:after {
    position: absolute;
    content: '';
    right: -35px;
    top: 50%;
    width: 60px;
    height: 1px;
    opacity: 0.50;
    background-color: var(--white-color);
}

.slider-one .main-slider-prev:hover {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-one .main-slider-next:hover {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-one .main-slider-next {
    position: absolute;
    right: 0px;
    width: 90px;
    height: 90px;
    z-index: 10;
    font-size: 24px;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    border: 1px solid rgba(var(--white-color-rgb), 0.30);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: "flaticon_fllopi-icons";
}

.slider-one .main-slider-next:before {
    position: absolute;
    content: 'next';
    left: -100px;
    top: 0px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.slider-one .main-slider-next:after {
    position: absolute;
    content: '';
    left: -35px;
    top: 50%;
    width: 65px;
    height: 1px;
    opacity: 0.50;
    background-color: var(--white-color);
}

.slider-one .slider-one_pagination {
    position: absolute;
    left: 50px;
    bottom: 180px;
    width: 65px;
    height: 115px;
    z-index: 10;
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
    color: var(--color-two);
    border-radius: 30px 0px 0px 0px;
    background-color: var(--white-color);
}

.slider-one .slider-one_pagination .swiper-pagination-current {
    position: relative;
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-one .slider-one_pagination .swiper-pagination-total {
    position: relative;
    display: block;
    margin-top: 6px;
}

.slider-one .swiper-slide {
    position: relative;
    overflow: hidden;
    padding: 60px 0px 60px;
}

.slider-one_image {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    text-align: right;
    margin-left: 80px;
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.slider-one_image .title-one {
    position: absolute;
    left: -36px;
    top: -18px;
    font-size: 14px;
    padding: 7px 20px;
    display: inline-block;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
}

.slider-one_image .title-two {
    position: absolute;
    left: -40px;
    bottom: -18px;
    font-size: 14px;
    padding: 7px 20px;
    display: inline-block;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
}

.slider-one_image img {
    position: relative;
    max-width: inherit;
    display: block;
}

.slider-one_content {
    position: relative;
    z-index: 1;
}

.slider-one_content-inner {
    position: relative;
    padding-top: 150px;
}

.slider-one_title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 1px;
    margin-bottom: 25px;
    display: inline-block;
    color: var(--white-color);
    text-transform: uppercase;
    border-bottom: 1px solid var(--white-color);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_title {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_heading {
    margin-bottom: 35px;
    margin-right: -80px;
    color: var(--white-color);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_heading {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one .slider-one_button {
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_button {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


/*** 

====================================================================
	About Us
====================================================================

***/

.about-one {
    position: relative;
    padding: 60px 0px 30px;
    background-color: rgb(255 255 255);
}

.about-one_lamp {
    position: absolute;
    left: 5%;
    top: 0px;
    width: 129px;
    height: 273px;
    background-repeat: no-repeat;
}

.about-one_ball {
    position: absolute;
    right: -85%;
    top: 65%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.about-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-one_image-outer {
    position: relative;
    margin-left: -170px;
    padding-right: 70px;
}

.about-one_experiance {
    position: absolute;
    right: 70px;
    bottom: 10px;
    width: 211px;
    height: 211px;
    background-repeat: no-repeat;
}

.about-one_circle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.about-one_experiance span {
    position: relative;
    width: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
    font-size: 46px;
    font-weight: 700;
    margin-top: 65px;
    line-height: 85px;
    text-align: center;
    border-radius: 50px;
    color: var(--color-two);
    background-color: var(--color-six);
}

.about-one_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-one_content-outer {
    position: relative;
}

.about-one_feature {
    position: relative;
    margin-bottom: 25px;
}

.about-one_feature-inner {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    /* padding-left: 65px; */
    color: var(--color-two);
}

.about-one_feature-icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 1em;
    font-size: 46px;
    font-weight: normal;
    color: rgb(62 86 98);
    font-family: "flaticon_fllopi-icons";
}

.about-one_text {
    position: relative;
    line-height: 34px;
    font-size: 18px;
    margin-bottom: 25px;
    color: var(--color-seven);
}

.about-one_list {
    position: relative;
}

.about-one_list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--color-two);
}

.about-one_list li i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    color: rgb(62 86 98);
    font-family: "flaticon_fllopi-icons";
}

.about-one_button {
    position: relative;
    margin-top: 28px;
}


/*** 

====================================================================
	Services One
====================================================================

***/

.services-one {
    position: relative;
    z-index: 10;
}

.services-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 140px;
    background-color: #fff;
}

.service-block_one {
    position: relative;
    margin-bottom: 30px;
}

.service-block_one-inner {
    position: relative;
    padding: 30px 30px;
    border-radius: 8px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: var(--white-color);
    border: 1px solid var(--color-eight);
}

.service-block_one-upper {
    position: relative;
    min-height: 90px;
    padding-top: 10px;
    /* padding-left: 110px; */
    margin-bottom: 30px;
}

.service-block_one-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    display: block;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
    border-radius: 150px;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "flaticon_fllopi-icons";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block_one-inner:hover .service-block_one-icon {
    transform: rotateY(180deg);
}

.service-block_one-heading {
    position: relative;
    font-weight: 600;
}

.service-block_one-heading a {
    position: relative;
    color: var(--color-two);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-block_one-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.service-block_one-text {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: var(--color-nine);
}


/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-one {
    position: relative;
    z-index: 1;
    margin-top: -166px;
    padding: 200px 0px 30px;
}

.cta-one_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.cta-one_bg:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.80;
    background-color: #bce5f9;
}

.cta-one_ball {
    position: absolute;
    right: -10%;
    bottom: -50%;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
}

.cta-one_images-column {
    position: relative;
    margin-bottom: 30px;
}

.cta-one_images-outer {
    position: relative;
    padding-bottom: 40px;
}

.cta-one_image {
    position: relative;
    display: inline-block;
    border: 10px solid var(--white-color);
}

.cta-one_image-two {
    position: absolute;
    right: 35px;
    bottom: 0px;
    display: inline-block;
    border: 10px solid var(--white-color);
}

.cta-one_content-column {
    position: relative;
    margin-bottom: 30px;
}

.cta-one_content-outer {
    position: relative;
    padding-left: 30px;
}

.cta-one_title {
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #3e5662;
}

.cta-one_button {
    position: relative;
}


/*** 

====================================================================
	Services Two
====================================================================

***/

.services-two {
    position: relative;
    padding: 60px 0px 60px;
}

.services-two .auto-container {
    max-width: 1600px;
}

.services-two_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.services-two_line-one {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 298px;
    height: 225px;
    opacity: 0.20;
    background-repeat: no-repeat;
}

.services-two_line-two {
    position: absolute;
    right: 0px;
    top: 120px;
    width: 334px;
    height: 245px;
    opacity: 0.20;
    background-repeat: no-repeat;
}

.service-block_two {
    position: relative;
    margin-bottom: 30px;
}

.service-block_two-inner {
    position: relative;
}

.service-block_two-image {
    position: relative;
    overflow: hidden;
}

.service-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block_two-inner:hover .service-block_two-image img {
    transform: scale(1.05, 1.05);
}

.service-block_two-content {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
}

.service-block_two-title {
    position: relative;
    padding: 18px 20px;
    font-weight: 600;
    margin-right: 60px;
    /* background: linear-gradient(to 180deg,  100%); */
    background: linear-gradient(to right, #0ab6c2, #1397d5);
}

.service-block_two-title a {
    position: relative;
    color: var(--white-color);
}

.service-block_two-title:before {
    position: absolute;
    content: '';
    right: -12px;
    top: 0px;
    border-bottom: 18px solid #a48585;
    border-right: 12px solid transparent;
}

.service-block_two-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 58px;
    z-index: 1;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: var(--color-two);
    background-color: #0ab3c3;
    font-family: "flaticon_fllopi-icons";
}

.service-block_two-arrow:hover {
    color: var(--white-color);
    background-color: var(--color-two);
}

.service-block_two-number {
    position: relative;
    width: 65px;
    height: 70px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    border-radius: 0px 15px 0px 0px;
    background-color: rgb(18 151 212);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255);
}


/*** 

====================================================================
	Services Three
====================================================================

***/

.services-three {
    position: relative;
    padding: 40px 0px 0px;
    background-color: #bce5f9;
}

.services-three_tiles-icon {
    position: absolute;
    left: 1%;
    bottom: 6%;
    width: 284px;
    height: 178px;
    background-repeat: no-repeat;
}

.services-three_pattern {
    position: absolute;
    left: -210px;
    top: 40px;
    width: 458px;
    height: 458px;
    background-repeat: no-repeat;
}

.services-three_content-column {
    position: relative;
    margin-bottom: 30px;
}

.services-three_content-outer {
    position: relative;
    margin-right: -30px;
}


/* Skills Section */

.default-skills {
    position: relative;
    margin-bottom: 15px;
}

.default-skill-item {
    position: relative;
    margin-bottom: 25px;
}

.default-skill-item:last-child {
    margin-bottom: 0px;
}

.default-skills .default-skill-title {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--color-nine);
    text-transform: capitalize;
}

.default-skills .default-skill-bar {
    position: relative;
    width: 100%;
    height: 11px;
    padding: 2px 2px;
    border-radius: 0px;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.default-skills .default-bar-inner {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 0px;
}

.default-skills .default-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 7px;
    width: 0px;
    border-bottom: 7px solid #9608e5;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.default-skills .default-count-box {
    position: absolute;
    right: 0px;
    top: -27px;
    padding: 5px 7px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1em;
    display: inline-block;
    color: var(--white-color);
    border-radius: 5px 5px 5px 0px;
    background-color: var(--color-two);
}


/* Service Three Feature */

.services-three_feature {
    position: relative;
    margin-bottom: 25px;
}

.services-three_feature-inner {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    /* padding-left: 65px; */
    color: var(--color-two);
}

.services-three_feature-icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 1em;
    font-size: 46px;
    font-weight: normal;
    color: var(--color-two);
    font-family: "flaticon_fllopi-icons";
}

.services-three_images-column {
    position: relative;
    margin-bottom: 30px;
}

.services-three_images-outer {
    position: relative;
    padding-bottom: 40px;
}

.services-three_image {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.services-three_tiles {
    position: absolute;
    right: -200px;
    left: 150px;
    top: 10px;
    text-align: right;
}

.services-three_tile {
    position: relative;
    margin-bottom: -25px;
    transform: skewX(-15deg);
    border: 8px solid var(--white-color);
}


/*** 

====================================================================
	Projects One
====================================================================

***/

.projects-one {
    position: relative;
    padding: 50px 0px 10px;
}

.projects-one .projects-block_one:nth-child(2n+0) {
    /* margin-top: 60px; */
}

.projects-one .auto-container {
    max-width: 1600px;
}

.projects-one_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.projects-one_bg:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.91;
    background-color: #fff;
}

.projects-block_one {
    position: relative;
    margin-bottom: 30px;
}

.projects-block_one-inner {
    position: relative;
    overflow: hidden;
    border: 3px solid var(--white-color);
}

.projects-block_one-image {
    position: relative;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-block_one-inner:hover .projects-block_one-image img {
    opacity: 0.70;
    transform: scale(1.04, 1.04);
}

.projects-block_one-content {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 25px 30px;
    background-color: var(--color-fourteen);
    background-position: center center;
    background-repeat: repeat;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-block_one-inner:hover .projects-block_one-content {
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_one-title {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 8px;
    display: inline-block;
    color: linear-gradient(to right, #9105ea, #f73c95);
    text-transform: uppercase;
    background-color: var(--white-color);
}

.projects-block_one-heading {
    position: relative;
    font-weight: 600;
    margin-top: 12px;
    color: #fff;
}

.projects-block_one-heading a {
    position: relative;
    color: var(--white-color);
}

.projects-block_one-arrow {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 58px;
    height: 58px;
    opacity: 0;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    color: var(--color-two);
    transform: translateX(-50%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.projects-block_one-inner:hover .projects-block_one-arrow {
    bottom: 27%;
    opacity: 1;
}

.projects-block_one-arrow:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border: 1px solid rgba(var(--white-color-rgb), 0.50);
}

.projects-block_one-arrow:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one {
    position: relative;
    padding: 40px 0px 10px;
    background-color: #fff;
}

.testimonial-one_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 242px;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.testimonial-one_icon {
    position: absolute;
    right: -86%;
    top: -15%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.testimonial-one_icon-two {
    position: absolute;
    left: 7%;
    top: 10%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.testimonial-one .two-item-carousel_pagination {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    text-align: center;
}

.testimonial-one .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: 1;
    cursor: pointer;
    margin: 0px 10px !important;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: rgba(var(--color-two-rgb), 1);
}

.testimonial-one .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid rgba(var(--color-five-rgb), 1);
}

.testimonial-one .swiper-pagination-bullet:hover,
.testimonial-one .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgba(var(--main-color-rgb), 1);
}

.testimonial-one .swiper-pagination-bullet:hover::before,
.testimonial-one .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}


/* Testimonial Block One */

.testimonial-block_one {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block_one-inner {
    position: relative;
}

.testimonial-block_one-color {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--white-color);
}

.testimonial-block_one-upper {
    position: relative;
    padding-top: 30px;
    min-height: 160px;
    padding-left: 210px;
}

.testimonial-block_one-author_outer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 164px;
    height: 160px;
    padding-top: 30px;
    border-radius: 20px 0px 20px 20px;
    background-color: rgb(12 122 137);
}

.testimonial-block_one-author_outer:before {
    position: absolute;
    content: '';
    right: -18px;
    top: 0px;
    border-bottom: 20px solid #29a7b9;
    border-right: 18px solid transparent;
}

.testimonial-block_one-author {
    position: relative;
    width: 99px;
    height: 99px;
    margin: 0 auto;
    display: block;
    border-radius: 150px;
    border: 2px solid var(--white-color);
}

.testimonial-block_one-author_content {
    position: relative;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e7dacf;
}

.testimonial-block_one h4 {
    position: relative;
    color: var(--color-two);
}

.testimonial-block_one .designation {
    position: relative;
    font-size: 15px;
    margin-top: 5px;
    color: var(--color-sixteen);
}

.testimonial-block_one-quote {
    position: absolute;
    right: 40px;
    top: 60px;
    font-size: 40px;
    line-height: 1em;
    color: var(--color-two);
    font-family: "flaticon_fllopi-icons";
}

.testimonial-block_one-lower {
    position: relative;
    padding: 40px 35px 50px;
}

.testimonial-block_one-text {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    color: var(--color-seventeen);
}

.testimonial-block_one-rating {
    position: relative;
    font-size: 18px;
    margin-top: 30px;
    color: var(--color-eighteen);
}


/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
    position: relative;
    padding: 100px 0px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--color-fourteen);
}

.contact-one_image {
    position: absolute;
    left: -410px;
    top: 0px;
    width: 359px;
    height: 268px;
    display: inline-block;
}

.contact-one_image-two {
    position: absolute;
    right: -380px;
    top: -22px;
    width: 409px;
    height: 607px;
    display: inline-block;
}

.contact-one_image-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    border-bottom: 22px solid #cdc2c2;
    border-right: 30px solid transparent;
}

.contact-one_image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 100%;
    right: 20px;
    bottom: 0px;
    height: 268px;
    /* background: linear-gradient(to right, #9105ea, #f73c95); */
}

.contact-one_image:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0px;
    /* border-top: 20px solid linear-gradient(to right, #9105ea, #f73c95); */
    border-right: 20px solid transparent;
}

.contact-one_curve {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    border-bottom: 130px solid var(--color-twentyone);
    border-left: 100px solid transparent;
}

.contact-one_curve:before {
    position: absolute;
    content: '';
    right: 85px;
    top: 110px;
    width: 30px;
    height: 33px;
    clip-path: polygon(50% 66%, 0 0, 100% 0);
    /* background-color: var(--color-twentytwo); */
}

.contact-one_ball {
    position: absolute;
    left: 27%;
    top: 122%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.contact-one .inner-container {
    position: relative;
    padding-bottom: 50px;
}

.contact-one .inner-container:before {
    position: absolute;
    content: '';
    left: -70px;
    bottom: 0px;
    width: 200%;
    height: 130px;
    /* background: linear-gradient(to right, #9105ea, #f73c95); */
}

.contact-one_info-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-one_info-outer {
    position: relative;
}

.contact-one_title {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 30px;
    color: var(--white-color);
}

.contact-one_list {
    position: relative;
}

.contact-one_list li {
    position: relative;
    font-size: 16px;
    min-height: 85px;
    padding-top: 12px;
    padding-left: 105px;
    margin-bottom: 15px;
    color: var(--white-color);
}

.contact-one_list li strong {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
    font-family: "Work Sans", sans-serif;
}

.contact-one_list li span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.contact-one_list li:last-child {
    margin-bottom: 0px;
}

.contact-one_phone {
    position: relative;
    padding: 30px 30px;
    margin-top: 45px;
}

.contact-one_phone:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: -80px;
    bottom: 0px;
    background-color: var(--black-color);
}

.contact-one_phone-inner {
    position: relative;
    padding-left: 70px;
    font-size: 26px;
    font-weight: 600;
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.contact-one_phone .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    line-height: 1em;
    font-size: 48px;
    color: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "flaticon_fllopi-icons";
}

.contact-one_phone .side-icon {
    position: absolute;
    right: 0px;
    top: -23px;
    line-height: 1em;
    font-size: 100px;
    font-weight: normal;
    color: var(--color-nineteen);
    font-family: "flaticon_fllopi-icons";
}

.contact-one_phone a {
    position: relative;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    display: inline-block;
    color: var(--white-color);
}

.contact-one_phone a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.contact-one_form-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-one_form-outer {
    position: relative;
    padding: 40px 50px;
    margin-left: 40px;
    background-color: var(--white-color);
}

.contact-one_form-column .title-box {
    position: relative;
    margin-bottom: 30px;
}

.contact-one_form-column .title-box h3 {
    position: relative;
}

.contact-one_form-column .title-box .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    color: var(--color-twenty);
}


/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.default-form .form-group:last-child {
    margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px 10px 25px;
    height: 60px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 15px;
    color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--white-color);
    border: 1px solid #ecdfdb;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder {
    opacity: 0.70;
    color: var(--color-two);
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    font-size: 16px;
    color: var(--color-two);
    height: 100px;
    resize: none;
    border-radius: 0px;
    font-weight: 400;
    background-color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ecdfdb;
}

.default-form .form-group .submit-btn {
    position: relative;
    width: 100%;
    font-weight: 600;
    padding: 19px 10px;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--color-fourteen);
}

.default-form .form-group .submit-btn:hover {
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/*** 

====================================================================
	Team One
====================================================================

***/

.team-one {
    position: relative;
    padding: 110px 0px 70px;
}

.team-one_lamp {
    position: absolute;
    right: 5%;
    top: 0px;
    z-index: 1;
    width: 129px;
    height: 273px;
    background-repeat: no-repeat;
}

.team-one_lamp.left-side {
    right: auto;
    left: 5%;
}

.team-one_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.team-one_btn-box {
    position: relative;
    margin-top: 25px;
}

.team-one_btn {
    position: relative;
    padding: 16px 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    color: linear-gradient(to right, #9105ea, #f73c95);
    text-transform: uppercase;
    border: 1px solid linear-gradient(to right, #9105ea, #f73c95);
}

.team-one_btn:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.team-block_one {
    position: relative;
    margin-bottom: 30px;
}

.team-block_one-inner {
    position: relative;
    padding: 15px 0px 15px 40px;
}

.team-block_one-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 125px;
    background-color: var(--color-twentythree);
    border-right: 18px solid linear-gradient(to right, #9105ea, #f73c95);
}

.team-block_one-content {
    position: relative;
    min-height: 205px;
    padding-top: 15px;
    padding-right: 235px;
}

.team-block_one-image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 215px;
    height: 205px;
    overflow: hidden;
    border-radius: 0px 7px 7px 7px;
    border: 10px solid var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.team-block_one-image img {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block_one-inner:hover .team-block_one-image img {
    opacity: 0.70;
    transform: scale(1.05, 1.05);
}

.team-block_one-heading {
    position: relative;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}

.team-block_one-heading a {
    position: relative;
    color: var(--color-nine);
}

.team-block_one-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.team-block_one-designation {
    position: relative;
    margin-top: 5px;
    font-size: 16px;
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.team-block_one-text {
    position: relative;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-twentyfour);
}

.team-block_one-share {
    position: absolute;
    right: 46%;
    top: 5%;
    width: 50px;
    height: 50px;
    z-index: 1;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "flaticon_fllopi-icons";
}

.team-block_one-share:hover {
    color: var(--white-color);
    background-color: var(--color-two);
}

.team-block_one-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 236px;
    height: 237px;
}


/*** 

====================================================================
	Blog One
====================================================================

***/

.blog-one {
    position: relative;
    padding: 100px 0px 70px;
}

.blog-one_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background-size: cover;
}

.news-block_one {
    position: relative;
    margin-bottom: 30px;
}

.news-block_one-inner {
    position: relative;
}

.news-block_one-image {
    position: relative;
    overflow: hidden;
}

.news-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block_one-image:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 99;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.news-block_one-inner:hover .news-block_one-image img {
    transform: scale(1.05, 1.05);
}

.news-block_one-inner:hover .news-block_one-image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.news-block_one-content {
    position: absolute;
    left: 10px;
    top: 15px;
    right: 10px;
    z-index: 999;
    padding: 0px 30px 18px;
    background-color: var(--white-color);
}

.news-block_one-title {
    position: relative;
    padding: 4px 16px;
    font-size: 14px;
    top: -5px;
    display: inline-block;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.news-block_one-title:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0px;
    border-bottom: 5px solid #ba7843;
    border-left: 5px solid transparent;
}

.news-block_one-heading {
    position: relative;
    margin-top: 8px;
    font-weight: 600;
}

.news-block_one-heading a {
    position: relative;
    color: var(--color-two);
}

.news-block_one-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.news-block_one-meta {
    position: relative;
    margin-top: 12px;
}

.news-block_one-meta li {
    position: relative;
    margin-right: 10px;
    padding-left: 25px;
    font-size: 15px;
    display: inline-block;
    color: rgba(var(--color-sixteen-rgb), 0.70);
}

.news-block_one-meta li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: rgba(var(--main-color-rgb), 1);
}

.news-block_one-meta li:last-child {
    margin-right: 0px;
}


/*** 

====================================================================
	Slider Two
====================================================================

***/

.slider-two {
    position: relative;
    background-color: var(--color-seven);
}

.slider-two_phone {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    padding: 15px 25px 17px;
    display: inline-block;
    color: rgba(var(--color-two-rgb), 1);
    font-family: "Work Sans", sans-serif;
    border: 1px solid rgba(var(--main-color-rgb), 0.20);
}

.slider-two_phone a {
    color: rgba(var(--color-two-rgb), 1);
}

.slider-two_phone a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-two_phone i {
    position: relative;
    top: 4px;
    margin-right: 15px;
    font-family: "flaticon_fllopi-icons";
}


/* Arrows */

.slider-two_arrows {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 10;
}

.slider-two .main-slider_two-prev {
    position: relative;
    width: 90px;
    height: 90px;
    z-index: 10;
    font-size: 24px;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    color: var(--color-two);
    text-transform: capitalize;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid rgba(var(--color-two-rgb), 0.30);
}

.slider-two .main-slider_two-prev:hover {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-two .main-slider_two-next:hover {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-two .main-slider_two-next {
    position: relative;
    width: 90px;
    height: 90px;
    z-index: 10;
    font-size: 24px;
    font-weight: 500;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--color-two);
    text-transform: capitalize;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid rgba(var(--color-two-rgb), 0.30);
}

.slider-two .main-slider_two-pagination {
    position: relative;
    top: 1px;
    width: 65px;
    height: 115px;
    z-index: 10;
    font-size: 20px;
    margin: 0px 20px;
    font-weight: 500;
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    color: var(--color-two);
    border-radius: 30px 0px 0px 0px;
    background-color: var(--white-color);
}

.slider-two .main-slider_two-pagination .swiper-pagination-current {
    position: relative;
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-two .main-slider_two-pagination .swiper-pagination-total {
    position: relative;
    display: block;
    margin-top: 6px;
}

.slider-two .swiper-slide {
    position: relative;
    overflow: hidden;
    padding: 80px 0px 220px;
}

.slider-two_experiance {
    position: absolute;
    left: 70px;
    top: 130px;
    width: 211px;
    height: 211px;
    border-radius: 150px;
    background-color: var(--color-two);
}

.slider-two_circle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.slider-two_experiance span {
    position: relative;
    width: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
    font-size: 46px;
    font-weight: 700;
    margin-top: 65px;
    line-height: 85px;
    text-align: center;
    border-radius: 50px;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-two_content {
    position: static;
    z-index: 1;
}

.slider-two_content-inner {
    position: static;
    padding-top: 80px;
}

.slider-two_heading {
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--color-two);
    text-transform: uppercase;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_heading {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_text {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--color-two);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_text {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two .slider-two_button {
    gap: 20px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_button {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_image-column {
    position: relative;
    z-index: 1;
}

.slider-two_image {
    position: relative;
    z-index: 1;
}

.slider-two_ball {
    display: inline-block;
    position: absolute;
    left: 45%;
    bottom: 8%;
    width: 117px;
    height: 115px;
    background-repeat: no-repeat;
    z-index: 10;
}

.slider-two_tiles {
    position: absolute;
    right: -170px;
    left: 170px;
    top: 60px;
    text-align: right;
}

.slider-two_tile {
    position: relative;
    margin-bottom: -25px;
    transform: skewX(-15deg);
    border: 8px solid var(--white-color);
}


/*** 

====================================================================
	Services Four
====================================================================

***/

.services-four {
    position: relative;
    padding: 130px 0px 100px;
}

.services-four_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
}

.services-four_bg:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.82;
    background-color: var(--color-twentyseven);
}

.services-four_ball {
    position: absolute;
    left: 5%;
    bottom: 12%;
    width: 85px;
    height: 79px;
    z-index: 1;
    background-repeat: no-repeat;
}

.services-four_ball-two {
    position: absolute;
    right: 7%;
    top: 25%;
    width: 85px;
    height: 79px;
    z-index: 1;
    background-repeat: no-repeat;
}


/*** 

====================================================================
	Counter Boxed
====================================================================

***/

.counter-box {
    position: relative;
    margin-bottom: 80px;
    padding: 50px 0px 50px;
    border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}

.counter-block_one {
    position: relative;
    margin-bottom: 30px;
}

.counter-block_one-inner {
    position: relative;
}

.counter-block_one-counter {
    position: relative;
    line-height: 1em;
    font-weight: 700;
    font-size: 65px;
    color: var(--white-color);
}

.counter-block_one-counter i {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.counter-block_one-text {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    margin-top: -5px;
    color: var(--white-color);
    font-family: "Inter", sans-serif;
}


/*** 

====================================================================
	CTA Two
====================================================================

***/

.cta-two {
    position: relative;
    text-align: center;
}

.cta-two_image {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    border: 10px solid var(--white-color);
}

.cta-two_image-two {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    border: 10px solid var(--white-color);
}

.cta-two_content-outer {
    position: relative;
}

.cta-two_title {
    position: relative;
    color: var(--white-color);
}

.cta-two_button {
    position: relative;
    margin-top: 35px;
}


/*** 

====================================================================
	About Two
====================================================================

***/

.about-two {
    position: relative;
    overflow: hidden;
    padding: 130px 0px 70px;
    background-color: var(--color-three);
}

.about-two_circle {
    position: absolute;
    right: -700px;
    top: -120px;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background-color: var(--color-thirty);
}

.about-two_lamp {
    position: absolute;
    left: 5%;
    top: 0px;
    width: 129px;
    height: 273px;
    background-repeat: no-repeat;
}

.about-two_ball {
    position: absolute;
    right: 5%;
    top: 17%;
    width: 145px;
    height: 145px;
    background-repeat: no-repeat;
}

.about-two_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-two_image-outer {
    position: relative;
    padding-bottom: 50px;
    margin-left: -130px;
}

.about-two_tiles {
    position: absolute;
    left: -270px;
    bottom: 0px;
    width: 406px;
    height: 251px;
    z-index: 1;
    background-repeat: no-repeat;
}

.about-two_image {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.about-two_image-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    transform: skewY(25deg);
    border: 10px solid var(--white-color);
}

.about-two_image-three {
    position: relative;
    display: block;
}

.about-two_image-three img {
    position: relative;
    width: 100%;
    display: block;
}

.about-two_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-two_content-outer {
    position: relative;
    padding-left: 50px;
}

.about-two_checked {
    position: absolute;
    right: 0px;
    bottom: 25px;
    right: -80px;
    padding: 20px 20px 5px;
    border-right: 2px solid linear-gradient(to right, #9105ea, #f73c95);
    background-color: var(--white-color);
}

.about-two_checked:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    height: 2px;
    width: 50px;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.about-two_rating {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 80px;
    color: var(--color-nine);
    font-family: "Work Sans", sans-serif;
}

.about-two_rating i {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-size: 60px;
    color: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "flaticon_fllopi-icons";
}

.about-two_rating strong {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: linear-gradient(to right, #9105ea, #f73c95);
}


/*** 

====================================================================
	Services Five
====================================================================

***/

.services-five {
    position: relative;
    padding: 130px 0px 100px;
}

.services-five .auto-container {
    max-width: 1600px;
}

.services-five .service-block_three:nth-child(5) .service-block_three-icon {
    font-size: 54px;
}

.services-five .service-block_three:nth-child(8) .service-block_three-icon {
    font-size: 60px;
}

.services-five_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: repeat;
    background-size: cover;
}

.services-five_line-one {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 298px;
    height: 225px;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 25%);
}

.services-five_line-two {
    position: absolute;
    right: 0px;
    top: 120px;
    width: 298px;
    height: 225px;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 25%);
}

.service-block_three {
    position: relative;
    margin-bottom: 30px;
}

.service-block_three-inner {
    position: relative;
    border: 5px solid var(--white-color);
}

.service-block_three-image {
    position: relative;
    overflow: hidden;
}

.service-block_three-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block_three-inner:hover .service-block_three-image img {
    transform: scale(1.05, 1.05);
}

.service-block_three-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.service-block_three-title {
    position: relative;
    padding: 22px 20px;
    font-weight: 600;
    margin-right: 50px;
    background-color: var(--white-color);
}

.service-block_three-title a {
    position: relative;
    color: var(--color-two);
}

.service-block_three-title a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.service-block_three-arrow {
    position: absolute;
    right: 20px;
    bottom: 8px;
    width: 60px;
    height: 58px;
    z-index: 1;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--color-nine);
    font-family: "flaticon_fllopi-icons";
}

.service-block_three-arrow:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.service-block_three-icon {
    position: relative;
    width: 75px;
    height: 70px;
    font-size: 44px;
    text-align: center;
    line-height: 70px;
    color: linear-gradient(to right, #9105ea, #f73c95);
    border-radius: 0px 15px 0px 0px;
    background-color: var(--color-nine);
    font-family: "flaticon_fllopi-icons";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block_three-inner:hover .service-block_three-icon {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/*** 

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two {
    position: relative;
    padding: 100px 0px 100px;
    background-color: var(--color-twentyeight);
}

.testimonial-two_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Testimonial Block Two */

.testimonial-block_two {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block_two-inner {
    position: relative;
    overflow: hidden;
}

.testimonial-block_two-color {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--white-color);
}

.testimonial-block_two-upper {
    position: relative;
    padding-top: 30px;
    min-height: 160px;
    padding-left: 210px;
}

.testimonial-block_two-author_outer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 164px;
    height: 160px;
    padding-top: 30px;
    border-radius: 20px 0px 20px 20px;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.testimonial-block_two-author_outer:before {
    position: absolute;
    content: '';
    right: -17px;
    top: 0px;
    border-bottom: 20px solid var(--color-fifteen);
    border-right: 18px solid transparent;
}

.testimonial-block_two-author {
    position: relative;
    width: 99px;
    height: 99px;
    margin: 0 auto;
    display: block;
    border-radius: 150px;
    border: 2px solid var(--white-color);
}

.testimonial-block_two-author_content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 35px;
}

.testimonial-block_two h4 {
    position: relative;
    color: var(--color-two);
}

.testimonial-block_two .designation {
    position: relative;
    font-size: 15px;
    margin-top: 5px;
    color: var(--color-sixteen);
}

.testimonial-block_two-quote {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 135px;
    height: 140px;
    font-size: 50px;
    line-height: 145px;
    text-align: center;
    color: var(--color-nine);
    background-color: var(--color-twentynine);
    font-family: "flaticon_fllopi-icons";
}

.testimonial-block_two-lower {
    position: relative;
    text-align: center;
    padding: 80px 60px 130px;
}

.testimonial-block_two-text {
    position: relative;
    font-size: 36px;
    line-height: 60px;
    color: var(--color-seventeen);
}

.testimonial-block_two-rating {
    position: absolute;
    left: 50px;
    right: 0px;
    top: 45px;
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
    color: var(--color-nine);
}

.testimonial-block_two-image {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    height: 140px;
}

.testimonial-block_two-lower:before {
    position: absolute;
    content: '';
    left: -220px;
    bottom: -330px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background-color: var(--color-twentynine);
}

.testimonial-block_two-lower:after {
    position: absolute;
    content: '';
    right: -220px;
    bottom: -330px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background-color: var(--color-twentynine);
}

.testimonial-two .single-item-carousel_pagination {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    text-align: center;
}

.testimonial-two .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: 1;
    cursor: pointer;
    margin: 0px 10px !important;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: rgba(var(--main-color-rgb), 0.50);
}

.testimonial-two .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    opacity: 0;
    border-radius: 50px;
    border: 1px solid rgba(var(--color-five-rgb), 1);
}

.testimonial-two .swiper-pagination-bullet:hover,
.testimonial-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgba(var(--main-color-rgb), 1);
}

.testimonial-two .swiper-pagination-bullet:hover::before,
.testimonial-two .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}


/*** 

====================================================================
	Projects Two
====================================================================

***/

.projects-two {
    position: relative;
    padding: 130px 0px 100px;
    background-size: cover;
}

.projects-two .auto-container {
    position: relative;
}

.projects-two .outer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

.projects-two .swiper-container {
    padding-top: 120px;
    margin-top: -60px;
}

.projects-two .projects-two_arrows {
    position: absolute;
    right: 200px;
    top: 0px;
    z-index: 10;
    font-size: 20px;
    color: var(--white-color);
}

.projects-two .projects-two_arrows .three-item-carousel_prev,
.projects-two .projects-two_arrows .three-item-carousel_next {
    position: relative;
    width: 70px;
    height: 70px;
    font-size: 24px;
    margin-left: 10px;
    line-height: 68px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-two .projects-two_arrows .three-item-carousel_prev:hover,
.projects-two .projects-two_arrows .three-item-carousel_next:hover {
    color: var(--white-color);
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_two {
    position: relative;
    margin-bottom: 30px;
}

.projects-block_two-inner {
    position: relative;
    overflow: hidden;
    border: 3px solid var(--white-color);
}

.projects-block_two-image {
    position: relative;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-block_two-inner:hover .projects-block_two-image img {
    opacity: 0.70;
    transform: scale(1.05, 1.05);
}

.projects-block_two-content {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 30px 30px 22px;
    background-color: var(--white-color);
    background-position: left center;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-block_two-title {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 8px;
    display: inline-block;
    color: var(--white-color);
    text-transform: uppercase;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_two-heading {
    position: relative;
    font-weight: 600;
    margin-top: 12px;
}

.projects-block_two-heading a {
    position: relative;
    color: var(--color-nine);
}

.projects-block_two-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_two-arrow {
    position: absolute;
    left: 35px;
    bottom: 150px;
    width: 58px;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "flaticon_fllopi-icons";
}

.projects-block_two-inner:hover .projects-block_two-arrow {
    color: var(--white-color);
    background-color: var(--color-nine);
}

.projects-block_two-arrow:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border: 1px solid rgba(var(--white-color-rgb), 0.50);
}


/*** 

====================================================================
	Trust One
====================================================================

***/

.trust-one {
    position: relative;
    padding: 110px 0px 80px;
    background-color: var(--color-eleven);
}

.trust-one .sec-title {
    margin-bottom: 30px;
}

.trust-one_tile {
    position: absolute;
    right: 3%;
    top: 8%;
    width: 284px;
    height: 178px;
    background-repeat: no-repeat;
}

.trust-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.trust-one_image-outer {
    position: relative;
    padding-bottom: 50px;
}

.trust-one_image {
    position: relative;
    margin-left: -180px;
}

.trust-one_image-two {
    position: absolute;
    right: 0px;
    bottom: -20px;
}

.trust-one_content-column {
    position: relative;
    margin-bottom: 30px;
}

.trust-one_content-outer {
    position: relative;
    padding-left: 60px;
}

.trust-one_list {
    position: relative;
}

.trust-one_list li {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 45px;
    color: var(--color-two);
    font-family: "Work Sans", sans-serif;
}

.trust-one_list li i {
    position: absolute;
    left: 0px;
    top: 2px;
    margin-right: 10px;
    color: var(--color-two);
    font-family: "flaticon_fllopi-icons";
}

.trust-one_partners {
    position: relative;
    padding: 35px 35px;
    margin-left: -5px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--color-thirtyone);
}

.trust-one_counter {
    position: relative;
    font-weight: 700;
    font-size: 43px;
    color: var(--white-color);
    font-family: "Work Sans", sans-serif;
}

.trust-one_partners i {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    color: var(--white-color);
    font-family: "Work Sans", sans-serif;
}

.trust-one .default-skills {
    padding-top: 25px;
    margin-top: 10px;
    border-top: 1px solid rgba(var(--color-thirtyone-rgb), 0.30);
}


/*** 

====================================================================
	Video One
====================================================================

***/

.video-one {
    position: relative;
    text-align: center;
    padding: 70px 0px 70px;
    background-size: cover;
    background-attachment: fixed;
}


/* Video One Play */

.video-one_play {
    position: relative;
}

.video-one_play span {
    position: relative;
    width: 125px;
    height: 125px;
    z-index: 10;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 125px;
    border-radius: 50%;
    font-size: 26px;
    color: var(--white-color);
    padding-left: 5px;
    background: linear-gradient(to right, #9105ea, #f73c95);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "flaticon_fllopi-icons";
}

.video-one_play span:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.video-one_play .ripple,
.video-one_play .ripple:before,
.video-one_play .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one_play .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-one_play .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

.video-one-title {
    position: relative;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    margin-top: 30px;
    color: var(--white-color);
    text-transform: uppercase;
}

.video-one_text {
    position: relative;
    font-size: 20px;
    margin-top: 25px;
    line-height: 34px;
    color: var(--white-color);
}

.video-one_button {
    position: relative;
    margin-top: 40px;
}


/*** 

====================================================================
	Slider Three
====================================================================

***/

.slider-three {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: var(--color-seven);
}

.slider-three_shadow-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.slider-three_shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.slider-three_phone {
    position: relative;
    font-size: 30px;
    z-index: 10;
    font-weight: 500;
    padding: 15px 25px 17px;
    display: inline-block;
    color: rgba(var(--color-two-rgb), 1);
    font-family: "Work Sans", sans-serif;
    border: 1px solid rgba(var(--main-color-rgb), 0.20);
}

.slider-three_phone a {
    color: rgba(var(--color-two-rgb), 1);
}

.slider-three_phone a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.slider-three_phone i {
    position: relative;
    top: 4px;
    margin-right: 15px;
    font-family: "flaticon_fllopi-icons";
}

.slider-three .swiper-slide {
    position: relative;
    overflow: hidden;
    padding: 360px 0px 180px;
}

.slider-three .swiper-slide:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    background-color: var(--color-thirtytwo);
}

.slider-three_heading {
    z-index: 2;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--color-two);
    text-transform: uppercase;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three_heading span {
    color: linear-gradient(to right, #9105ea, #f73c95);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    background-image: linear-gradient(45deg, var(--color-sixtythree), var(--color-sixtytwo));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.slider-three .swiper-slide-active .slider-three_heading {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text {
    z-index: 2;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--color-two);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three .slider-three_button {
    position: relative;
    z-index: 2;
    gap: 20px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_button {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_ball {
    display: inline-block;
    position: absolute;
    left: 7%;
    top: 36%;
    width: 117px;
    height: 115px;
    background-repeat: no-repeat;
    z-index: 10;
}

.slider-three_image {
    position: absolute;
    right: 80px;
    bottom: 0px;
    z-index: 1;
}

.slider-three_experiance {
    position: absolute;
    right: 100px;
    top: 30%;
    z-index: 99;
    width: 211px;
    height: 211px;
    border-radius: 150px;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--color-two);
}

.slider-three_circle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.slider-three_experiance span {
    position: relative;
    width: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
    font-size: 46px;
    font-weight: 700;
    margin-top: 65px;
    line-height: 85px;
    text-align: center;
    border-radius: 50px;
    color: var(--color-two);
    background-color: var(--white-color);
}

.curve-image_one {
    position: absolute;
    left: 100px;
    bottom: -40px;
    z-index: 10;
    width: 182px;
    height: 465px;
    transform: skewY(15deg) rotate(-25deg);
    border: 10px solid var(--white-color);
}

.curve-image_two {
    position: absolute;
    left: 300px;
    bottom: -200px;
    z-index: 10;
    width: 182px;
    height: 465px;
    transform: skewY(15deg) rotate(-25deg);
    border: 10px solid var(--white-color);
}

.curve-image_three {
    position: absolute;
    right: 0px;
    bottom: -200px;
    z-index: 2;
    width: 182px;
    height: 800px;
    transform: skewY(-15deg) rotate(25deg);
    border: 10px solid var(--white-color);
}

.slider-three_tiles {
    position: absolute;
    right: 10%;
    bottom: 8%;
    z-index: 10;
}


/*** 

====================================================================
	About Three
====================================================================

***/

.about-three {
    position: relative;
    padding: 130px 0px 100px;
    background-color: var(--color-three);
}

.about-three_ball {
    position: absolute;
    right: 7%;
    top: 25%;
    width: 117px;
    height: 115px;
    background-repeat: no-repeat;
    z-index: 10;
}

.about-three_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-three_image-outer {
    position: relative;
    padding-top: 55px;
    padding-right: 15px;
}

.about-three_image {
    position: relative;
    overflow: hidden;
    margin-left: -290px;
    display: inline-block;
    border-radius: 0px 150px 0px 150px;
}

.about-three_pattern {
    position: absolute;
    right: 0px;
    top: -90px;
    width: 318px;
    height: 357px;
    background-repeat: no-repeat;
}

.about-three_circle {
    position: absolute;
    right: 5px;
    top: 290px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.about-three_border {
    position: absolute;
    right: 0px;
    bottom: -100px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 8px solid var(--white-color);
}

.about-three_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-three_content-outer {
    position: relative;
}

.about-three_list {
    position: relative;
}

.about-three_list li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color-seven);
}

.about-three_list li span {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color-nine);
}

.about-three_list li:last-child {
    margin-bottom: 0px;
}

.about-three_button {
    position: relative;
    margin-top: 35px;
}

.about-three_info {
    position: relative;
}

.about-three_info-inner {
    position: relative;
    padding: 1px 20px 1px 10px;
    background-color: var(--white-color);
    border-left: 15px solid linear-gradient(to right, #9105ea, #f73c95);
}

.about-three_image-two {
    position: relative;
}

.about-three_image-two img {
    position: relative;
    width: 100%;
    display: block;
}

.about-three_image-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 20px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.about-three_image-shapes {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 55px;
    z-index: 1;
}

.about-three_image-shapes:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to right, #9105ea, #f73c95);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}

.about-three_image-shapes:after {
    position: absolute;
    content: '';
    right: 5px;
    top: 12px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to right, #9105ea, #f73c95);
    clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
}


/*** 

====================================================================
	Projects Three
====================================================================

***/

.projects-three {
    position: relative;
    padding: 130px 0px 100px;
    background-size: cover;
}

.projects-three .auto-container {
    position: relative;
}

.projects-three .outer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

.projects-three .swiper-container {
    padding-top: 120px;
    margin-top: -60px;
}

.projects-three .projects-three_arrows {
    position: absolute;
    right: 200px;
    top: 0px;
    z-index: 10;
    font-size: 20px;
    color: var(--white-color);
}

.projects-three .projects-three_arrows .three-item-carousel_prev,
.projects-three .projects-three_arrows .three-item-carousel_next {
    position: relative;
    width: 70px;
    height: 70px;
    font-size: 24px;
    margin-left: 10px;
    line-height: 68px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-three .projects-three_arrows .three-item-carousel_prev:hover,
.projects-three .projects-three_arrows .three-item-carousel_next:hover {
    color: var(--white-color);
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_three {
    position: relative;
    margin-bottom: 30px;
}

.projects-block_three-inner {
    position: relative;
    padding: 15px 15px;
}

.projects-block_three-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 35px;
    border: 2px solid var(--color-two);
    background-color: var(--white-color);
}

.projects-block_three-image {
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.projects-block_three-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-block_three-inner:hover .projects-block_three-image img {
    transform: scale(1.05, 1.05);
}

.projects-block_three-content {
    position: absolute;
    left: 70px;
    right: 15px;
    bottom: 30px;
    text-align: right;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.projects-block_three-content:before {
    position: absolute;
    content: '';
    left: -6px;
    top: 22px;
    width: 30px;
    bottom: -6px;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_three-content:after {
    position: absolute;
    content: '';
    left: 24px;
    top: 22px;
    border-bottom: 7px solid #9d6731;
    border-right: 10px solid transparent;
}

.projects-block_three-content_inner {
    position: relative;
    text-align: left;
    padding: 28px 15px 28px 40px;
    background-color: var(--white-color);
}

.projects-block_three-content_inner:before {
    position: absolute;
    content: '';
    left: -1px;
    top: -6px;
    width: 25px;
    bottom: 0px;
    background: linear-gradient(to right, #9105ea, #f73c95);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.projects-block_three-title {
    position: relative;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 12px;
    display: inline-block;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--color-two);
}

.projects-block_three-heading {
    position: relative;
    font-weight: 600;
}

.projects-block_three-heading a {
    position: relative;
    color: var(--color-nine);
}

.projects-block_three-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.projects-block_three-pattern {
    position: absolute;
    left: 32px;
    top: 10px;
    right: 140px;
    bottom: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

.projects-block_three-number {
    position: absolute;
    right: 0px;
    top: 35px;
    font-size: 86px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(233, 220, 209, 1);
}

.projects-block_three-arrow {
    position: absolute;
    right: 120px;
    bottom: 18px;
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--color-nine);
    font-family: "flaticon_fllopi-icons";
}

.projects-block_three-inner:hover .projects-block_three-arrow {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/*** 

====================================================================
	Shop One
====================================================================

***/

.shop-one {
    position: relative;
    padding: 120px 0px 100px;
}

.shop-one .auto-container {
    position: relative;
    max-width: 1600px;
}

.shop-block_one {
    position: relative;
    margin-bottom: 30px;
}

.shop-block_one-inner {
    position: relative;
    border: 2px solid var(--color-two);
}

.shop-block_one-image {
    position: relative;
    overflow: hidden;
}

.shop-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.shop-block_one-image:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 99;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shop-block_one-inner:hover .shop-block_one-image img {
    transform: scale(1.05, 1.05);
}

.shop-block_one-inner:hover .shop-block_one-image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.shop-block_one-content {
    position: absolute;
    left: 22px;
    right: 22px;
    z-index: 9;
    bottom: -25px;
    text-align: center;
    padding-bottom: 23px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.shop-block_one-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 24px;
    right: 0px;
    bottom: 0px;
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
}

.shop-block_one-cart {
    position: relative;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    background-color: var(--color-nine);
    font-family: "Work Sans", sans-serif;
}

.shop-block_one-cart i {
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    font-weight: normal;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "flaticon_fllopi-icons";
}

.shop-block_one-cart:hover i {
    color: var(--white-color);
    background-color: var(--color-two);
}

.shop-block_one-cart:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.shop-block_one-price {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    color: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "Work Sans", sans-serif;
}

.shop-block_one-price span {
    position: relative;
    margin-left: 5px;
    color: var(--color-two);
    text-decoration: line-through;
}

.shop-block_one-heading {
    position: relative;
    font-weight: 600;
    margin-top: 5px;
}

.shop-block_one-heading a {
    position: relative;
    color: var(--color-two);
}

.shop-block_one-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.shop-block_one-rating {
    position: relative;
    margin-top: 10px;
}


/*** 

====================================================================
	Blog Two
====================================================================

***/

.blog-two {
    position: relative;
    padding: 100px 0px 90px;
}

.blog-two_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background-size: cover;
}

.news-block_two {
    position: relative;
    margin-bottom: 30px;
}

.news-block_two-inner {
    position: relative;
}

.news-block_two-image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.news-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block_two-inner:hover .news-block_two-image img {
    opacity: 0.70;
    transform: scale(1.05, 1.05);
}

.news-block_two-content {
    position: relative;
    padding: 0px 30px 18px;
    border-top: 5px solid linear-gradient(to right, #9105ea, #f73c95);
    background-color: var(--color-thirtyfour);
}

.news-block_two-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -1px;
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #9105ea, #f73c95);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.news-block_two-title {
    position: relative;
    padding: 4px 16px;
    font-size: 14px;
    top: -9px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--color-nine);
}

.news-block_two-title:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0px;
    border-bottom: 5px solid #5d4c3b;
    border-left: 5px solid transparent;
}

.news-block_two-heading {
    position: relative;
    margin-top: 4px;
    font-weight: 600;
}

.news-block_two-heading a {
    position: relative;
    color: var(--color-two);
}

.news-block_two-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.news-block_two-meta {
    position: relative;
    margin-top: 12px;
}

.news-block_two-meta li {
    position: relative;
    margin-right: 10px;
    padding-left: 25px;
    font-size: 15px;
    display: inline-block;
    color: rgba(var(--color-sixteen-rgb), 0.70);
}

.news-block_two-meta li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: rgba(var(--main-color-rgb), 1);
}

.news-block_two-meta li:last-child {
    margin-right: 0px;
}


/* Dark Layout */

.dark-layout .slider-three .swiper-slide:before {
    display: none;
}

.dark-layout .slider-three_text,
.dark-layout .slider-three_heading {
    color: var(--white-color);
}

.dark-layout .slider-three_phone {
    border-color: rgba(var(--white-color-rgb), 0.40);
}

.dark-layout .slider-three_phone a {
    color: var(--white-color);
}

.dark-layout .about-three_list li span {
    color: var(--white-color);
}

.dark-layout .about-three_list li {
    color: var(--color-thirtyfive);
}

.dark-layout .testimonial-two {
    background-color: var(--color-thirtysix);
}

.dark-layout .testimonial-two_bg {
    opacity: 0.10;
}

.dark-layout .service-block_one-text {
    color: var(--color-fourtytwo);
}

.dark-layout .service-block_one-heading a,
.dark-layout .shop-block_one-rating,
.dark-layout .shop-block_one-heading a,
.dark-layout .news-block_two-heading a {
    color: var(--white-color);
}

.dark-layout .designation {
    color: var(--color-thirtyfive);
}

.dark-layout .testimonial-block_two-lower {
    background-color: var(--color-thirtyseven);
}

.dark-layout .testimonial-block_two-text {
    color: var(--color-thirtyeight);
}

.dark-layout .shop-one {
    background-color: var(--color-thirtynine);
}

.dark-layout .shop-block_one-content:before {
    background-color: var(--color-fourty);
}

.dark-layout .shop-block_one-price span {
    color: var(--color-fourtyone);
}

.dark-layout .services-four_bg::before {
    display: none;
}

.dark-layout .service-block_one-inner {
    border-color: var(--color-thirtyseven);
    background-color: var(--color-thirtyseven);
}

.dark-layout .news-block_two-content {
    background-color: var(--color-fourtythree);
}

.dark-layout .news-block_two-meta li {
    color: var(--color-fourtytwo);
}


/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 120px 0px 120px;
    background-attachment: fixed;
}

.page-title h2 {
    font-size: 50px;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-title .bread-crumb {
    position: relative;
    padding: 0px 20px;
    display: inline-block;
    margin-top: 25px;
}

.page-title .bread-crumb li {
    position: relative;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 18px;
    color: linear-gradient(to right, #9105ea, #f73c95);
    text-transform: capitalize;
    margin-right: 15px;
    padding-right: 15px;
    color: #fff;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -6px;
    top: 0px;
    content: "/";
    color: var(--white-color);
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.page-title .bread-crumb::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: var(--color-fourtyfour);
}

.page-title .bread-crumb::after {
    position: absolute;
    content: '';
    right: 0px;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: var(--color-fourtyfour);
}


/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px 90px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-inner {
    position: relative;
}


/* Sidebar Widget */

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

.service-widget .widget-content {
    position: relative;
    padding: 30px 20px;
    background-color: var(--color-fourtyfour);
}

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


/* Service List */

.service-list {
    position: relative;
}

.service-list li {
    position: relative;
    margin-bottom: 5px;
}

.service-list li a {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 22px;
    padding: 22px 30px;
    color: var(--color-nine);
    background-color: var(--color-fourtyfive);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-list li a:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 65px;
    background-color: var(--white-color);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}

.service-list li a::after {
    position: absolute;
    content: "\f141";
    right: 8px;
    top: 36px;
    font-size: 28px;
    font-weight: normal;
    color: var(--color-nine);
    font-family: "flaticon_fllopi-icons";
}

.service-list li a:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.service-list li a:hover::after {
    color: linear-gradient(to right, #9105ea, #f73c95);
}


/* Contact Widget */

.contact-widget .widget-content {
    position: relative;
    padding: 35px 40px 95px;
    background-color: var(--color-fourtyfive);
}

.contact-widget .image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    clip-path: polygon(52% 60%, 100% 20%, 100% 100%, 0 100%, 0 40%);
}

.contact-widget .title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-nine);
    font-family: "Work Sans", sans-serif;
}

.contact-widget .phone {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-top: 12px;
    display: block;
    color: var(--color-nine);
    font-family: "Work Sans", sans-serif;
}

.contact-widget .icon {
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    color: var(--color-nine);
    background-color: var(--white-color);
    font-family: "flaticon_fllopi-icons";
}


/* Service Detail */

.service-detail {
    position: relative;
}

.service-detail_image {
    position: relative;
    margin-bottom: 35px;
}

.service-detail_image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail_title {
    position: relative;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--color-nine);
}

.service-detail p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--color-fourtysix);
}

.service-detail_image-two {
    position: relative;
}

.service-detail_image-two img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail_list {
    position: relative;
    margin-bottom: 20px;
}

.service-detail_list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--color-fourtysix);
}

.service-detail_list li i {
    position: relative;
    margin-right: 8px;
    top: 2px;
    color: var(--color-nine);
    font-family: "flaticon_fllopi-icons";
}

.service-detail_list li:last-child {
    margin-bottom: 0px;
}

.service-detail_subtitle {
    position: relative;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--color-nine);
}


/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
    z-index: 1;
    padding: 40px 0px;
    background-color: var(--color-fourtyseven);
}

.accordion-box .block {
    position: relative;
    margin-bottom: 0px;
    padding: 25px 25px 25px 110px;
    border-top: 1px solid var(--color-two);
}

.accordion-box .block .number {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-nine);
    font-family: "Work Sans", sans-serif;
}

.accordion-box .block .number:before {
    position: absolute;
    content: '';
    left: 25px;
    top: 10px;
    width: 40px;
    height: 1px;
    background-color: var(--color-two);
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
    border-bottom: 1px solid var(--color-two);
}

.accordion-box .block .acc-btn.active {}

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: var(--color-nine);
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: "Work Sans", sans-serif;
}

.accordion-box p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-two);
}

.accordion-box p:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 22px;
    font-weight: normal;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "flaticon_fllopi-icons";
}

.accordion-box .block .icon-outer .icon {
    position: relative;
    right: 0px;
    display: inline-block;
    color: var(--color-two);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block.active-block {
    border-color: var(--color-fourteen);
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
    transform: rotate(180deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 10px 0px 0px 0px;
}

.accordion-box .block .content .text {
    line-height: 28px;
    font-size: 16px;
    color: var(--color-nine);
}

.accordion-box.style-two {
    padding: 0px 0px;
    background: none;
}

.accordion-box.style-two .block {
    padding: 0px 0px;
    margin-bottom: 10px;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.accordion-box.style-two .block .acc-btn {
    font-size: 16px;
    padding: 19px 30px;
}

.accordion-box.style-two .block .content {
    padding: 20px 30px 25px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.accordion-box.style-two .block .icon-outer {
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    background-color: #f4f4f0;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon {
    color: var(--white-color);
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.accordion-box.style-two p {
    opacity: 0.80;
}


/*** 

====================================================================
	Projects Four
====================================================================

***/

.projects-four {
    position: relative;
    padding: 130px 0px 100px;
}

.projects-four .projects-block_one:nth-child(2) {
    margin-top: 58px;
}

.project-detail {
    position: relative;
}

.project-detail_image {
    position: relative;
    margin-bottom: 30px;
}

.project-detail_image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-detail_title {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 12px;
    color: var(--color-nine);
}

.project-detail p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--color-fourtysix);
}

.project-detail_image-two {
    position: relative;
    margin-bottom: 30px;
}

.project-detail_image-two img {
    position: relative;
    width: 100%;
    display: block;
}

.project-detail_subtitle {
    position: relative;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--color-nine);
}

.project-detail .two-column {
    position: relative;
    margin-top: 30px;
}

.project-detail_list {
    position: relative;
    margin-bottom: 20px;
}

.project-detail_list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--color-fourtysix);
}

.project-detail_list li i {
    position: relative;
    margin-right: 8px;
    top: 2px;
    color: var(--color-nine);
    font-family: "flaticon_fllopi-icons";
}

.project-detail_list li:last-child {
    margin-bottom: 0px;
}

.project-detail_gallery {
    position: relative;
    margin-top: 30px;
}

.project-detail .bold-text {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-nine);
    font-family: "Work Sans", sans-serif;
}


/* Project Widget */

.project-widget {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 30px;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.project-detail_info {
    position: relative;
}

.project-detail_info li {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 24px 20px;
    background-color: var(--color-fourtyfive);
    font-family: "Work Sans", sans-serif;
}

.project-detail_info li span {
    position: relative;
    display: block;
    color: #78716a;
    font-size: 16px;
    margin-top: 8px;
}

.project-detail_info li i {
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    color: var(--color-two);
    font-family: "flaticon_fllopi-icons";
}

.project-detail_info li:last-child {
    margin-bottom: 0px;
}


/*** 

====================================================================
	Gallery One
====================================================================

***/

.gallery-one {
    position: relative;
    padding: 100px 0px 70px;
}

.gallery-block_one {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block_one .inner-box {
    position: relative;
}

.gallery-block_one-image {
    position: relative;
}

.gallery-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block_one .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "flaticon_fllopi-icons";
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.gallery-block_one .inner-box:hover .overlay-content {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block_one .content {}

.gallery-block_one .search {
    position: relative;
    width: 70px;
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    border-radius: 150px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--color-nine);
}


/*** 

====================================================================
	Pricing One
====================================================================

***/

.pricing-one {
    position: relative;
    padding: 20px 0px 10px;
}

.pricing-one .sec-title {
    margin-bottom: 30px;
}

.pricing-one .pricing-tabs .price-block {
    transform: rotateY(90deg);
}

.pricing-one .pricing-tabs .tabs-content .tab.active-tab .price-block {
    transform: rotateY(0deg);
}

.pricing-tabs {
    position: relative;
    z-index: 2;
}

.pricing-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
    display: block;
}

.pricing-tabs .buttons-outer {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-tabs .tab-buttons {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--color-fourtyeight);
}

.pricing-tabs .tab-buttons .tab-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    float: left;
    cursor: pointer;
    padding: 17px 40px;
    border-radius: 0px;
    color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.price-block {
    position: relative;
    margin-bottom: 30px;
}

.price-block .inner-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 40px 0px 55px;
    background-color: var(--color-fourtynine);
}

.price-block .color-layer {
    position: absolute;
    left: -80px;
    top: 0px;
    height: 45px;
    right: 13px;
    transform: skewX(-30deg);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.price-block .color-layer:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -10px;
    width: 15px;
    height: 12px;
    background: linear-gradient(to right, #9105ea, #f73c95);
    clip-path: polygon(0 0, 100% 0, 84% 100%, 84% 100%);
}

.price-block_price {
    position: relative;
    line-height: 1em;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 0px;
    color: var(--color-two);
    font-family: "Work Sans", sans-serif;
}

.price-block_price span {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1em;
    text-transform: lowercase;
}

.price-block_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 0px;
    color: var(--color-two);
    background-color: #f1debf;
    font-family: "Work Sans", sans-serif;
}

.price-block_text {
    position: relative;
    padding: 25px 25px 20px;
    font-size: 16px;
    line-height: 28px;
    margin: 0px 30px;
    color: var(--color-fifty);
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.price-list {
    position: relative;
    margin: 25px 0px 40px;
}

.price-list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}

.price-list li i {
    position: relative;
    margin-right: 5px;
    font-family: "flaticon_fllopi-icons";
}

.price-list li.light i {
    position: relative;
    /* opacity: 0.20; */
}

.price-list li:last-child {
    margin-bottom: 0px;
}

.price-block .plan-btn {
    position: relative;
    padding: 17px 36px;
    color: var(--white-color);
    text-transform: uppercase;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.price-block .plan-btn:hover {
    /* background: linear-gradient(to right, #9105ea, #f73c95); */
}


/*** 

====================================================================
	Blog Three
====================================================================

***/

.blog-three {
    position: relative;
    padding: 100px 0px 90px;
}

.sidebar-widget .widget-content {
    position: relative;
    /* padding: 30px 40px 35px; */
    background-color: var(--color-fiftyone);
}

.sidebar-widget_title {
    position: relative;
    font-weight: 600;
    margin-bottom: 22px;
    padding-left: 30px;
    display: inline-block;
    color: var(--color-fiftytwo);
}

.sidebar-widget_title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    font-weight: normal;
    content: "\f18b";
    color: linear-gradient(to right, #9105ea, #f73c95);
    font-family: "flaticon_fllopi-icons";
}


/* Search Widget */

.sidebar .search-box .form-group {
    position: relative;
    margin: var(--margin-zero);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 0px;
    color: var(--color-nine);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white-color);
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
    color: var(--color-two);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 56px;
    display: block;
    cursor: pointer;
    line-height: 56px;
    font-weight: normal;
    border-radius: 0px;
    font-size: 18px;
    color: var(--color-two);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: none;
}

.sidebar .search-box .form-group button:hover {
    background: linear-gradient(to right, #9105ea, #f73c95);
    color: var(--white-color);
}


/* Service List Two */

.service-list_two {
    position: relative;
}

.service-list_two li {
    position: relative;
    margin-bottom: 10px;
}

.service-list_two li a {
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: 600;
    padding: 15px 22px;
    color: var(--color-fiftytwo);
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.service-list_two li:last-child {
    margin-bottom: 0px;
}

.service-list_two li a:hover {
    color: var(--white-color);
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/* Post Widget */

.post-widget .widget-content {
    position: relative;
}

.post-widget .post {
    position: relative;
    min-height: 100px;
    padding-left: 90px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.post-widget .post:last-child {
    border: none;
    min-height: 76px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 76px;
    width: 76px;
    overflow: hidden;
    border-radius: 100px;
    border: 3px solid var(--color-fiftyfour);
}

.post-widget .post .thumb a {
    display: block;
}

.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post-widget .post h6 {
    line-height: 24px;
    font-weight: 600;
}

.post-widget .post h6 a {
    color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-widget .post h6 a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.post-widget .post .post-date {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: var(--color-fiftythree);
}


/* Popular Tags */

.popular-tags a {
    position: relative;
    padding: 10px 18px;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--color-fiftytwo);
    background-color: var(--white-color);
}

.popular-tags a:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/* News Block Three */

.news-block_three {
    position: relative;
    margin-bottom: 30px;
}

.news-block_three-inner {
    position: relative;
}

.news-block_three-image {
    position: relative;
}

.news-block_three-image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block_three-content {
    position: relative;
    padding: 0px 35px 35px;
    background-color: var(--color-fiftyfive);
}

.news-block_three-title {
    position: relative;
    padding: 4px 16px;
    font-size: 14px;
    top: -6px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--color-nine);
}

.news-block_three-title:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0px;
    border-bottom: 5px solid #5d4c3b;
    border-left: 5px solid transparent;
}

.news-block_three-heading {
    position: relative;
    margin-top: 15px;
    font-weight: 700;
}

.news-block_three-heading a {
    position: relative;
    color: var(--color-two);
}

.news-block_three-heading a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.news-block_three-meta {
    position: relative;
    margin-top: 18px;
}

.news-block_three-meta li {
    position: relative;
    margin-right: 10px;
    padding-left: 25px;
    font-size: 15px;
    display: inline-block;
    color: rgba(var(--color-sixteen-rgb), 0.70);
}

.news-block_three-meta li:last-child {
    margin-right: 0px;
}

.news-block_three-meta li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: rgba(var(--main-color-rgb), 1);
}

.news-block_three-text {
    position: relative;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-fiftythree);
}

.news-block_three-btn {
    position: relative;
    margin-top: 25px;
}

.news-block_three-btn .theme-btn {
    padding: 16px 34px;
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    margin-top: 10px;
}

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    margin: 0px 3px 10px;
    display: inline-block;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 45px;
    height: 47px;
    width: 47px;
    color: #3A3A3A;
    min-width: 47px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: var(--white-color);
    border-color: linear-gradient(to right, #9105ea, #f73c95);
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/* Blog Detail */

.blog-detail {
    position: relative;
    margin-bottom: 30px;
}

.blog-detail_inner {
    position: relative;
}

.blog-detail_image {
    position: relative;
}

.blog-detail_image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-detail_content {
    position: relative;
    padding: 30px 30px 30px;
    background-color: var(--color-fiftyone);
}

.blog-detail_heading {
    position: relative;
    margin-top: 4px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--color-two);
}

.blog-detail_meta {
    position: relative;
}

.blog-detail_meta li {
    position: relative;
    margin-right: 10px;
    padding-left: 25px;
    font-size: 15px;
    display: inline-block;
    color: rgba(var(--color-sixteen-rgb), 0.70);
}

.blog-detail_meta li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: rgba(var(--main-color-rgb), 1);
}

.blog-detail p {
    position: relative;
    font-size: 16px;
    opacity: 0.80;
    line-height: 30px;
    color: var(--color-sixteen);
}

.blog-detail_subheading {
    position: relative;
    margin-top: 4px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--color-two);
}

.blog-detail_list {
    position: relative;
}

.blog-detail_list li {
    position: relative;
    font-size: 15px;
    opacity: 0.80;
    font-weight: 500;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 15px;
    color: var(--color-sixteen);
}

.blog-detail_list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--color-two);
}

.blog-detail_info {
    position: relative;
    margin-top: 30px;
}

.blog-detail_info-inner {
    position: relative;
    padding-left: 120px;
}

.blog-detail_info .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 120px;
    font-size: 66px;
    line-height: 120px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    font-family: "flaticon_fllopi-icons";
    background-color: var(--color-sixteen);
}

.blog-detail_info strong {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.post-share-options {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-share-options .post-share-inner {
    position: relative;
}

.post-share-options .post-tags {
    position: relative;
}

.post-share-options .post-tags span {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-right: 8px;
    text-transform: capitalize;
}

.post-share-options .post-tags a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    margin-right: 3px;
    display: inline-block;
    color: var(--color-two);
    text-transform: capitalize;
    background-color: var(--white-color);
}

.post-share-options .post-tags a:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.comments-area {
    position: relative;
    padding: 30px 30px 30px;
    background-color: var(--white-color);
}

.comments-area .group-title {
    position: relative;
    margin-bottom: 20px;
}

.comment-box {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

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

.comment-box .comment {
    position: relative;
    padding-left: 130px;
}

.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 103px;
    height: 103px;
    overflow: hidden;
    border-radius: 50%;
}

.comment-box .comment-info {
    position: relative;
    padding-bottom: 5px;
}

.comment-box .comment-info strong {
    position: relative;
    display: block;
    font-size: 18px;
    display: inline-block;
    color: var(--color-two);
}

.comment-box .comment-reply {
    position: relative;
    font-size: 14px;
    padding: 3px 12px;
    margin-left: 15px;
    display: inline-block;
    color: var(--color-two);
    background-color: var(--color-fiftyone);
}

.comment-box .comment-reply:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.comment-box .text {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    opacity: 0.80;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--color-two);
}

.comment-box .date {
    position: relative;
    line-height: 28px;
    font-size: 14px;
    opacity: 0.80;
    margin-top: 5px;
    color: var(--color-two);
}

.comment-box.reply-comment {
    border: none;
    margin-left: 100px;
    padding-bottom: 0px;
}

.comment-form {
    position: relative;
    margin-top: 35px;
}

.comment-form .group-title {
    position: relative;
    margin-bottom: 20px;
}


/* Map One */

.map-one {
    position: relative;
    padding: 115px 0px 80px;
}

.map-one .info-column {
    position: relative;
    margin-bottom: 30px;
}

.map-one .info-column_inner {
    position: relative;
}

.map-one_title {
    position: relative;
    font-size: 43px;
    line-height: 50px;
    color: var(--color-two);
}

.map-one_text {
    position: relative;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--color-nine);
}

.map-one_info {
    position: relative;
}

.map-one_info li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding-left: 105px;
    margin-bottom: 40px;
    color: var(--color-fiftythree);
}

.map-one_info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    font-size: 44px;
    line-height: 85px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--color-two);
    font-family: "flaticon_fllopi-icons";
    background-color: var(--color-twentyeight);
}

.map-one_info li strong {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color-two);
    font-family: "Work Sans", sans-serif;
}

.map-one_info li:last-child {
    margin-bottom: 0px;
}

.map-one_info li a {
    position: relative;
    color: var(--color-two);
}

.map-one_info li a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.map-one iframe {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*** 

====================================================================
	Contact Two
====================================================================

***/

.contact-two {
    position: relative;
    padding: 100px 0px 80px;
}

.contact-two_form-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-two-form_outer {
    position: relative;
    padding-right: 40px;
}

.contact-two_title-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-two_title-outer {
    position: relative;
    padding-left: 40px;
}

.contact-two_title {
    position: relative;
    font-size: 43px;
    line-height: 50px;
    color: var(--color-two);
}

.contact-two_text {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    opacity: 0.80;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--color-nine);
}

.contact-two_support {
    position: relative;
}


/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-fiftytwo);
    font-family: "Work Sans", sans-serif;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px 10px 25px;
    height: 60px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 15px;
    color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--white-color);
    border: 1px solid #ecdfdb;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
    opacity: 0.70;
    color: var(--color-two);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    font-size: 16px;
    color: var(--color-two);
    height: 160px;
    resize: none;
    border-radius: 0px;
    font-weight: 400;
    background-color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ecdfdb;
}

.contact-form .form-group button {
    position: relative;
}


/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 100px 0px 80px;
}

.error-section .content {
    position: relative;
}

.error-section .error-search_box {
    margin: 0 auto;
    max-width: 630px;
}

.error-section h1 {
    line-height: 1em;
}

.error-section h3 {
    font-size: 38px;
    margin-top: 40px;
}

.error-section .text {
    line-height: 32px;
    font-size: 20px;
    opacity: 0.80;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--color-two);
}

.error-section .button-box {
    margin-top: 40px;
}


/* Search Widget */

.error-search_box .form-group {
    position: relative;
    margin: 0px;
}

.error-search_box .form-group input[type="text"],
.error-search_box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 0px;
    color: var(--color-two);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.error-search_box .form-group input::placeholder,
.error-search_box .form-group textarea::placeholder {
    color: var(--color-nine);
    opacity: 0.58;
}

.error-search_box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 56px;
    display: block;
    cursor: pointer;
    line-height: 56px;
    font-weight: normal;
    border-radius: 0px;
    font-size: var(--font-16);
    color: var(--color-two);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: none;
}

.error-search_box .form-group button:hover {
    background: linear-gradient(to right, #9105ea, #f73c95);
    color: var(--white-color);
}


/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one {
    position: relative;
    padding: 100px 0px 70px;
    background-color: var(--color-fiftysix);
}

.faq-one .auto-container {
    position: relative;
}

.faq-one .title-box {
    position: relative;
    margin-bottom: 60px;
}

.faq-one .title-box h3 {
    position: relative;
    font-weight: 700;
    color: var(--color-nine);
}

.faq-one .title-box .text {
    position: relative;
    font-size: 18px;
    opacity: 0.80;
    margin-top: 20px;
    line-height: 30px;
    color: var(--color-sixteen);
}

.faq-one_icon {
    position: absolute;
    right: 0px;
    top: -20px;
}

.faq-one h4 {
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--color-nine);
}


/*** 

====================================================================
	Shop Two
====================================================================

***/

.shop-two {
    position: relative;
    padding: 110px 0px 100px;
}

.shop-two .shop-block_one {
    position: relative;
    margin-bottom: 60px;
}


/*** 

====================================================================
	Shop Detail
====================================================================

***/

.shop-detail {
    position: relative;
    padding: 110px 0px 90px;
}

.shop-detail_gallery-column {
    position: relative;
    margin-bottom: 30px;
}

.shop-detail_gallery-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.shop-detail_gallery-column .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: rgba(var(--color-three-rgb), 0.03);
}

.shop-detail_gallery-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.shop-detail_gallery-column .thumb {
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 3px solid rgba(var(--white-color-rgb), 1);
}

.shop-detail_gallery-column .thumb img {
    position: relative;
    width: 100%;
    display: block;
}

.shop-detail_gallery-column .thumb:hover {
    border-color: rgba(var(--main-color-rgb), 1);
}

.shop-detail_gallery-column .thumbs-carousel {
    position: relative;
    margin: 0px 50px;
    margin-top: -55px;
}

.shop-detail_content-column {
    position: relative;
    margin-bottom: 30px;
}

.shop-detail_content-column .inner-column {
    position: relative;
    padding-left: 20px;
}

.shop-detail_title {
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 25px;
    color: var(--color-sixteen);
}

.shop-detail_price {
    position: relative;
    font-size: 27px;
    gap: 10px;
    font-weight: 500;
    color: var(--color-sixteen);
}

.shop-detail_price span {
    position: relative;
    font-size: 14px;
    opacity: 0.50;
    text-decoration: line-through;
}

.shop-detail_price i {
    position: relative;
    font-size: 14px;
    color: var(--color-fiftyseven);
}

.shop-detail_price strong {
    position: relative;
    font-size: 13px;
    padding: 5px 12px;
    font-weight: 400;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--color-fiftyeight);
}

.shop-detail_rating {
    position: relative;
    margin-top: 15px;
}

.shop-detail_rating .fa-star {
    position: relative;
    font-size: 14px;
    color: var(--color-fiftynine);
}

.shop-detail_rating .fa-star.light {
    opacity: 0.15;
    color: var(--black-color);
}

.shop-detail_rating i {
    position: relative;
    font-size: 16px;
    margin-left: 10px;
    color: var(--color-sixteen);
}

.shop-detail_text {
    position: relative;
    font-size: 15px;
    opacity: 0.80;
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--color-sixteen);
}

.shop-detail_list {
    position: relative;
    margin-bottom: 30px;
}

.shop-detail_list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 12px;
    color: rgba(var(--color-nine-rgb), 0.80);
}

.shop-detail_list li i {
    position: relative;
    margin-right: 4px;
    font-family: "flaticon_fllopi-icons";
}

.shop-detail_list li:last-child {
    margin-bottom: 0px;
}

.shop-detail_quantity {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    color: var(--color-sixteen);
}

.shop-detail_content-column .button-box {
    position: relative;
    top: -4px;
    margin-left: 30px;
}

.shop-detail_content-column .button-box .theme-btn {
    padding: 13px 30px;
    letter-spacing: 0px;
}

.shop-detail_content-column .like-btn {
    position: relative;
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-top: -10px;
    margin-left: 20px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--color-two);
    font-family: "flaticon_fllopi-icons";
    background-color: var(--color-three);
}

.shop-detail_content-column .like-btn:hover {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}


/* Item Quantity */

.item-quantity {
    position: relative;
    width: 100%;
    max-width: 115px;
    padding: 0px 45px;
    border-radius: 0px;
    display: inline-block;
    margin-right: var(--margin-right-30);
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.quantity-box .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 144px;
    width: 100%;
    height: 46px;
}

.quantity-box .item-quantity input.qty-spinner {
    line-height: 40px;
    height: 40px;
    width: 20px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: var(--font-14);
    font-weight: 500;
    top: 1px;
    color: var(--color-two);
    border: none;
    border-radius: 0;
    background: none;
    margin-right: var(--margin-zero);
}

.quantity-box .item-quantity input.qty-spinner:focus {
    background: none;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    position: absolute;
    height: 44px;
    width: 44px;
    background: none;
    padding: 6px 0px !important;
    line-height: 30px;
    left: -40px;
    top: -40px;
    font-size: 12px;
    border: none !important;
    border-radius: 0px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    position: absolute;
    height: 44px;
    width: 44px;
    background: none;
    padding: 6px 0px !important;
    line-height: 30px;
    right: -25px;
    top: -40px;
    border: none !important;
    border-radius: 0px;
    margin-top: 0px;
    font-size: 12px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
    left: 14px;
    font-size: inherit !important;
    font-family: "flaticon_fllopi-icons";
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.shop-detail_list.alternate {
    margin-top: 30px;
}

.shop-detail_socials {
    position: relative;
    margin-top: 30px;
}

.shop-detail_socials span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    color: rgba(var(--color-sixteen-rgb), 0.80);
}

.shop-detail_socials a {
    position: relative;
    font-size: 16px;
    margin-right: 8px;
    color: var(--color-two);
}

.shop-detail_socials a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}


/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail .prod-tabs {
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shop-detail .prod-tabs .tab-btns {
    position: relative;
    text-align: center;
}

.shop-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 0px;
    color: var(--color-nine);
    transition: all 500ms ease;
    text-transform: capitalize;
    background-color: var(--color-sixty);
}

.shop-detail .prod-tabs .tab-btns .tab-btn:last-child {
    margin-right: var(--margin-zero);
}

.shop-detail .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.shop-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 40px 50px 40px;
}

.shop-detail .prod-tabs .tabs-content .comments-area {
    padding: 0px 0px;
}

.shop-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.shop-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.prod-tabs .tabs-content p {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--color-sixteen);
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    font-weight: 400;
    color: var(--color-two);
    margin-bottom: 25px;
}


/*Comment Form*/

.shop-comment-form {
    position: relative;
}

.shop-comment-form h4 {
    margin-bottom: 25px;
}

.shop-comment-form .group-title {
    margin-bottom: 20px;
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
    color: var(--color-two);
    margin-bottom: 10px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 5px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    font-size: 16px;
    display: inline-block;
    color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .rating-box .rating a:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shop-comment-form .form-group label {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--black-color);
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: var(--main-color-two);
    font-weight: 300;
    background: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: var(--color-two);
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: var(--white-color);
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form button {
    position: relative;
    margin-top: 10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.related-products {
    position: relative;
    margin-top: 40px;
}

.related-products h3 {
    position: relative;
    margin-bottom: 35px;
    color: var(--color-two);
    text-transform: capitalize;
}


/*** 

====================================================================
	Cart Section
====================================================================

***/

.shoping-cart-section {
    position: relative;
    padding: 110px 0px 80px;
}

.shoping-cart-section .cart-column {
    position: relative;
    margin-bottom: 30px;
}

.shoping-cart-section .cart-column .inner-column {
    position: relative;
}

.shoping-cart-section .cart-table {
    width: 100%;
    min-width: 740px;
}

.cart-total-outer {
    position: relative;
    background-color: var(--color-sixtyone);
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    font-size: 16px;
    border-radius: 0px;
    color: var(--color-two);
    text-transform: capitalize;
    border-bottom: 1px solid #f0f0f0;
}

.cart-table thead tr th {
    line-height: 24px;
    min-width: 120px;
    font-weight: 500;
    font-size: 18px;
    color: var(--color-two);
    padding: 0px 15px 20px;
}

.cart-table thead tr th:first-child {
    padding-left: 0px;
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 0px;
}

.cart-table tbody tr td {
    line-height: 24px;
    min-width: 100px;
    padding: 0px 0px 0px;
    vertical-align: middle;
}

.cart-table .prod-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-two);
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 93px;
    margin: 30px 0px;
    padding-top: 30px;
    padding-left: 105px;
    text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 83px;
    left: 0px;
    top: 0px;
}

.cart-table .cross-icon {
    position: absolute;
    right: -8px;
    top: 40%;
    width: 22px;
    height: 22px;
    font-size: 6px;
    font-weight: 700;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    color: var(--white-color);
    font-family: "flaticon_fllopi-icons";
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
    margin-bottom: 10px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: var(--font-18);
    color: var(--main-color-two);
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 2px solid #ececec;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: var(--font-12);
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: var(--margin-right-5);
    background: #f0f0f0;
    color: var(--white-color);
    text-align: center;
    overflow: hidden;
    text-indent: 100px;
}

.cart-table tbody tr .remove {
    text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0px;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.cart-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.cart-table tbody tr td.price {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-two);
}

.cart-table tbody tr td.sub-total {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-two);
}

.shoping-cart-section .total-column {
    position: relative;
    margin-bottom: 30px;
}

.shoping-cart-section .total-column .inner-column {
    position: relative;
}

.shoping-cart-section .total-column .title-box {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 25px;
    text-align: center;
    margin-bottom: 10px;
    color: var(--color-two);
    background-color: #f0f0f0;
    font-family: "Work Sans", sans-serif;
}

.shoping-cart-section .total-column .title-box h6 {
    position: relative;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}


/* Coupon Box */

.coupon-box {
    position: relative;
    margin-top: 25px;
}

.coupon-code_title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--color-nine);
}


/* Search Widget */

.coupon-form .form-group {
    position: relative;
    margin: var(--margin-zero);
}

.coupon-form .form-group input[type="text"],
.coupon-form .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: 15px;
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    color: var(--color-two);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.coupon-form .form-group input::placeholder,
.coupon-form .form-group textarea::placeholder {
    opacity: 0.50;
    color: var(--color-two);
}

.coupon-form .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    cursor: pointer;
    line-height: 56px;
    font-weight: normal;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 50px;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--color-two);
}

.coupon-form .form-group button:hover {
    background: linear-gradient(to right, #9105ea, #f73c95);
    color: var(--white-color);
}

.coupon-shipping {
    position: relative;
    font-weight: 600;
    margin-top: 25px;
    display: inline-block;
    color: var(--color-two);
    text-transform: uppercase;
    text-decoration: underline;
}

.coupon-shipping:hover {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.cart-total-box {
    position: relative;
    padding: 0px 25px 0px;
}


/* Cart Totals */

.cart-totals {
    position: relative;
}

.cart-totals li {
    position: relative;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--black-color);
    font-family: "Work Sans", sans-serif;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.cart-totals li span {
    position: relative;
}

.cart-totals li:nth-child(2) span {
    font-size: 16px;
    font-weight: 400;
}

.cart-totals li:nth-child(2) i {
    font-size: 14px;
    display: block;
    opacity: 0.70;
}

.cart-totals li:nth-child(2) a {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.cart-totals li:last-child {
    border-bottom: 0px;
}

.cart-total-box .button-box {
    position: relative;
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
}

.cart-total-box .checkout-btn {
    position: relative;
    padding: 16px 10px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.cart-total-box .checkout-btn:hover {
    background-color: var(--color-two);
}


/*** 

====================================================================
	Checkout One
====================================================================

***/

.checkout-one {
    position: relative;
    padding: 100px 0px 70px;
}

.checkout-one .form-column {
    position: relative;
    margin-bottom: 30px;
}

.checkout-one .form-column h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}


/*** 

====================================================================
	Shipping Form
====================================================================

***/

.shipping-form .form-group {
    margin-bottom: 30px;
}

.shipping-form .form-group label {
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--color-two);
}

.shipping-form .form-group:last-child {
    margin-bottom: 0px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group select,
.shipping-form .form-group .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 25px;
    height: 60px;
    border-radius: 0px;
    font-size: 16px;
    color: var(--color-two);
    background: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .form-group .ui-button .ui-icon {
    top: 8px;
}

.shipping-form .form-group textarea::-webkit-input-placeholder,
.shipping-form .form-group input::-webkit-input-placeholder {
    opacity: 0.60;
    color: var(--color-two);
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.shipping-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 20px 25px 25px;
    font-size: 16px;
    color: var(--color-two);
    height: 120px;
    background: var(--white-color);
    resize: none;
    font-size: 16px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .check-box {
    position: relative;
    margin-bottom: 15px;
}

.shipping-form .check-box:last-child {
    margin-bottom: 0px;
}

.shipping-form .check-box label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-two);
}

.shipping-form .check-box label {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    padding: 4px 10px 0px;
    padding-left: 30px;
    font-size: var(--font-18);
    color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shipping-form .check-box input[type="checkbox"]:checked+label {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.shipping-form .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.shipping-form .check-box label:before {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background: #ffffff;
    content: "";
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shipping-form .check-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.shipping-form .check-box input[type="checkbox"] {
    display: none;
}

.shipping-form .check-box input[type="checkbox"]:checked+label:before {
    border: 8px solid linear-gradient(to right, #9105ea, #f73c95);
    background-color: var(--white-color);
}

.shipping-form .check-box input[type="checkbox"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

.checkout-one .order-column {
    position: relative;
    margin-bottom: 30px;
}


/* Order Box */

.order-box {
    position: relative;
    padding: 25px 20px 15px;
    background-color: var(--color-three);
    border: 1px solid var(--color-two);
}

.order-box h5 {
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: var(--color-two);
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.order-box_price {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-two);
}

.order-product {
    position: relative;
    gap: 15px;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-two);
}

.order-product .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.order-total-outer {
    position: relative;
    margin-top: 30px;
}

.order-total-outer .title-box {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 25px;
    text-align: center;
    margin-bottom: 10px;
    color: var(--color-two);
    background-color: #f5e4d7;
    font-family: "Work Sans", sans-serif;
}

.order-total-outer .title-box h6 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
}


/* Order Totals */

.order-totals {
    position: relative;
}

.order-totals li {
    position: relative;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--black-color);
    font-family: "Work Sans", sans-serif;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.order-totals li span {
    position: relative;
}

.order-totals li:nth-child(2) span {
    font-size: 16px;
    font-weight: 400;
}

.order-totals li:nth-child(2) i {
    font-size: 14px;
    display: block;
    opacity: 0.70;
}

.order-totals li:nth-child(2) a {
    color: linear-gradient(to right, #9105ea, #f73c95);
}

.order-totals li:last-child {
    border-bottom: 0px;
}


/*** 

====================================================================
	Payment Box
====================================================================

***/

.payment-box {
    position: relative;
    margin-top: 30px;
    padding: 25px 20px 50px;
    background-color: var(--color-three);
    border: 1px solid var(--color-two);
}

.payment-box h5 {
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: var(--color-two);
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.payment-box_list {
    position: relative;
}

.payment-box_list li {
    position: relative;
    padding: 12px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-two);
    border: 1px solid rgba(var(--black-color-rgb), 1);
}

.payment-box_list li i {
    position: relative;
    margin-right: 10px;
    line-height: 1em;
    top: 2px;
    font-family: "flaticon_fllopi-icons";
}

.payment-box .check-box {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

.payment-box .check-box:last-child {
    margin-bottom: 0px;
}

.payment-box .check-box label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-two);
}

.payment-box .check-box label {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    padding: 4px 10px 0px;
    padding-left: 30px;
    font-size: var(--font-18);
    color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.payment-box .check-box input[type="checkbox"]:checked+label {
    border-color: linear-gradient(to right, #9105ea, #f73c95);
}

.payment-box .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.payment-box .check-box label:before {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background: #ffffff;
    content: "";
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.payment-box .check-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.payment-box .check-box input[type="checkbox"] {
    display: none;
}

.payment-box .check-box input[type="checkbox"]:checked+label:before {
    border: 8px solid linear-gradient(to right, #9105ea, #f73c95);
    background-color: var(--white-color);
}

.payment-box .check-box input[type="checkbox"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

.payment-box .button-box {
    position: relative;
    margin-top: 30px;
}

.payment-box .checkout-btn {
    position: relative;
    padding: 16px 10px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.payment-box .checkout-btn:hover {
    background-color: var(--color-two);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.border-gradient-green {
    border-image-source: linear-gradient(to left, #00C853, #B2FF59);
}

.test {
    border-radius: 150px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    /* adjust based on footer background */
}

.contact-info li i {
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    /* highlight color */
}

.contact-info li a {
    color: #fff;
    text-decoration: none;
}

.contact-info li a:hover {
    color: #fff;
}
#paintroo-packages .packages-wrapper {
    display: flex;
    gap: 20px;

}
/*#paintroo-packages .packages-wrapper {
    display: flex;
    gap: 20px;
}
*/
/* Left Side (Sticky Menu) */
#paintroo-packages .packages-menu {
    flex: 0.2 0 240px;
    position: sticky;
    top: 100px;
    /* adjust based on your header height */
    height: fit-content;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}

#paintroo-packages .packages-menu h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

/* Remove default list styles */
.packages-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 items per row */
    gap: 10px;
}

.packages-menu ul li {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

.packages-menu ul li.active {
    background: #f5f5f5;
    transform: translateY(-2px);
    border: 2px solid #f73c95;
}

/* Image styles */
.packages-menu ul li img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

/* Text styles */
.packages-menu ul li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Right Side (Scrollable Content) */
#paintroo-packages .packages-content {
    flex: 1;
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 10px;
    border:1px solid #ccc;
    padding: 10px;
}

#paintroo-packages .package-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}



.package-box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    /* width: 250px; */
    margin: 10px;
}

.package-box a {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.packages-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.packages-content h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 45px;
}

.package-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.package-info {
    flex: 1;
}

.package-info h4 {
    font-size: 16px;
    margin: 0 0 5px;
}

.package-info .rating {
    font-size: 14px;
    color: #555;
    margin: 0 0 5px;
}

.package-info .price {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
}

.package-info .price span {
    font-weight: normal;
    color: #666;
}

.package-info .details {
    font-size: 14px;
    color: #6c2bd9;
    /* purple link */
    text-decoration: none;
}

.package-image {
    text-align: center;
}

.package-image img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
}

.add-btn {
    background: transparent;
    border: 1px solid #6c2bd9;
    color: #6c2bd9;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.add-btn:hover {
    background: #6c2bd9;
    color: #fff;
}

/* Popup */
.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Paint List */
.paint-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.paint-item {
    text-align: center;
    min-width: 100px;
    cursor: pointer;
}

.paint-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
}

.paint-item.active img {
    border-color: #007bff;
}

/* FAQ */
.faq-content .faq-item {
    display: none;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 10px;
}

.faq-content .faq-item.active {
    display: block;
}

/* Footer */
.footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn {
    background:#dc3545;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn-secondary {
    background: #28a745;
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    /* clickable area width */
    height: 40px;
    /* clickable area height */
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    /* ensure it sits above popup-content children */
    background: transparent;
    pointer-events: auto;
    /* ensure it receives pointer events */
}

.close:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* Accordion */
.accordion-item {
    border-bottom: 1px solid #eee;
}

.accordion-header {
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
}

.accordion-header::after {
    content: "+";
    font-weight: bold;
}

.accordion-header.active::after {
    content: "-";
}

.accordion-body {
    display: none;
    padding: 10px;
}

/* Paint/Damage List */
.paint-list,
.damage-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.paint-item,
.damage-item {
    text-align: center;
    min-width: 100px;
    cursor: pointer;
}

.paint-item img,
.damage-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
}

.paint-item.active img,
.damage-item.active img {
    border-color: #007bff;
}

/* Estimate */
.estimate-box {
    background: #f1fff4;
    border: 1px solid #d1f5d8;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
}

.btn-secondary {
    background: #6f42c1;
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
}

.certificates {
    padding: 100px 0 100px 0;
}

.product_modal {
    float: right;
    margin-top: 10px;
    background: linear-gradient(to right, #9105ea, #f73c95) !important;
}

.form-control {
    margin: 6px;
}

label {
    color: red !important;
}

.service-list li.active a {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 22px;
    padding: 22px 30px;
    color: var(--white-color);
    background: linear-gradient(to right, #9105ea, #f73c95);
}

.navigation li.active>a {
    color: #fff;
    /* your theme color */
    border-radius: 4px;
    font-weight: 900 !important;
    padding: 6px 12px;
}

.service-block_one-upper img {
    background: linear-gradient(to right, #9105ea, #f73c95);
    border-radius: 20px;
}










.section-pack {
    text-align: center;
    padding: 50px 20px;
}

.section-pack h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
    position: relative;
    display: inline-block;
}

.section-pack h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #e91e63;
    margin: 10px auto 0;
    border-radius: 3px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 250px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.card .title {
    background: linear-gradient(to right, #9105ea, #f73c95);
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    margin-bottom: 12px;
}

.card p {
    font-size: 14px;
    margin: 0 0 15px;
    color: #555;
}

.card img {
    width: 50%;
    height: auto;
    margin: 10px 0;
    align-items: center;
    margin-left: 20%;
}

.card .price {
    font-size: 24px;
    font-weight: bold;
    color: #00bfa5;
    padding: 20px;
}





/* Accordion Button */
.accordion-btn {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons button.active,
.filter-buttons button:hover {
    background: #333;
    color: #fff;
}


/* Accordion */
.accordion-item {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body {
    margin-top: 10px;
    display: none;
}

.accordion-item.active .accordion-body {
    display: block;
}

.category-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item img {
    max-width: 80px;
    height: auto;
    margin-bottom: 8px;
}

.category-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}







.brand-carousel {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
    /* hide scrollbar Firefox */
}

.brand-list::-webkit-scrollbar {
    display: none;
}

/* hide scrollbar Chrome */

.brand-item {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item:hover,
.brand-item.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn {
    left: -12px;
}

.next-btn {
    right: -12px;
}


.damage-list {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item:hover,
.damage-item.active {
    border-color: #6200ea;
    /* highlight border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

---------------------------------------------------------------------------


/* Accordion Button */
.accordion-btn1 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn1::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn1.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content1 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content1 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content1 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons button.active,
.filter-buttons button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item1 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header1[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body1 {
    margin-top: 10px;
    display: none;
}

.accordion-item1.active .accordion-body1 {
    display: block;
}

.category-list1 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item1 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item1 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item1 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item1:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item1.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box1 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value1 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary1 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary1 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}


.brand-carousel1 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list1 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
    /* hide scrollbar Firefox */
}

.brand-list1::-webkit-scrollbar {
    display: none;
}

/* hide scrollbar Chrome */

.brand-item1 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item1 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item1 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item1:hover,
.brand-item1.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn1 {
    left: -12px;
}

.next-btn1 {
    right: -12px;
}


.damage-list1 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item1 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item1 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item1:hover,
.damage-item1.active {
    border-color: #6200ea;
    /* highlight border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}
.popup-content1 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.close1 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}
.accordion-header1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.accordion-item1 {
    border-bottom: 1px solid #eee;
}
.accordion-header1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header1[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body1 {
    margin-top: 10px;
    display: none;
}

.accordion-item1.active .accordion-body1 {
    display: block;
}
.accordion1 {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}
.accordion-header1::after {
    content: "+" !important;
    font-weight: bold;
}
.estimate-value1 {
    font-size: 20px;
    display: block !important;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}
----------------------------------------------------------------------------------------------------


/* Accordion Button */
.accordion-btn2 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn2::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn2.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content2 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content2 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content2 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons button.active,
.filter-buttons button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item2 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header2[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body2 {
    margin-top: 10px;
    display: none;
}

.accordion-item2.active .accordion-body2 {
    display: block;
}

.category-list2 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item2 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item2 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item2 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item2:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item2.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box2 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value2 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary2 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary2 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}


.brand-carousel2 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list2 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
    /* hide scrollbar Firefox */
}

.brand-list2::-webkit-scrollbar {
    display: none;
}

/* hide scrollbar Chrome */

.brand-item2 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item2 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item2 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item2:hover,
.brand-item2.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn2 {
    left: -12px;
}

.next-btn2 {
    right: -12px;
}


.damage-list2 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item2 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item2 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item2:hover,
.damage-item2.active {
    border-color: #6200ea;
    /* highlight border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}
.popup-content2 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.close2 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}
.accordion-header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.accordion-item2 {
    border-bottom: 1px solid #eee;
}
.accordion-header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header2[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body2 {
    margin-top: 10px;
    display: none;
}

.accordion-item2.active .accordion-body1 {
    display: block;
}
.accordion2 {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}
.accordion-header2::after {
    content: "+" !important;
    font-weight: bold;
}
.estimate-value2 {
    font-size: 20px;
    display: block !important;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}
-------------------------------------------------------------------



/* Accordion Button */
.accordion-btn3 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn3::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn3.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content3 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content3 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content3 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons button.active,
.filter-buttons button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item3 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header3[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body3 {
    margin-top: 10px;
    display: none;
}

.accordion-item3.active .accordion-body3 {
    display: block;
}

.category-list3 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item3 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item3 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item3 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item3:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item3.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box3 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value3 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary3 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary3 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}


.brand-carousel3 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list3 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
    /* hide scrollbar Firefox */
}

.brand-list3::-webkit-scrollbar {
    display: none;
}

/* hide scrollbar Chrome */

.brand-item3 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item3 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item3 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item3:hover,
.brand-item3.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn3 {
    left: -12px;
}

.next-btn3 {
    right: -12px;
}


.damage-list3 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item3 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item3 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item3:hover,
.damage-item3.active {
    border-color: #6200ea;
    /* highlight border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}
.popup-content3 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.close3 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}
.accordion-header3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.accordion-item3 {
    border-bottom: 1px solid #eee;
}
.accordion-header3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header3[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body3 {
    margin-top: 10px;
    display: none;
}

.accordion-item3.active .accordion-body1 {
    display: block;
}
.accordion3 {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}
.accordion-header3::after {
    content: "+" !important;
    font-weight: bold;
}
.estimate-value3 {
    font-size: 20px;
    display: block !important;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}
-------------------------------------------------------------------

/* Accordion Button */
.accordion-btn4 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn4::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn4.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content4 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content4 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content4 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons button.active,
.filter-buttons button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item4 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header4[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body4 {
    margin-top: 10px;
    display: none;
}

.accordion-item4.active .accordion-body4 {
    display: block;
}

.category-list4 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item4 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item4 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item4 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item4:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item4.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box4 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value4 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary4 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary4 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel4 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list4 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list4::-webkit-scrollbar {
    display: none;
}

.brand-item4 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item4 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item4 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item4:hover,
.brand-item4.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn4 {
    left: -12px;
}

.next-btn4 {
    right: -12px;
}

.damage-list4 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item4 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item4 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item4:hover,
.damage-item4.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content4 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close4 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-item4 {
    border-bottom: 1px solid #eee;
}

.accordion-header4[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body4 {
    margin-top: 10px;
    display: none;
}

.accordion-item4.active .accordion-body4 {
    display: block;
}

.accordion4 {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

.accordion-header4::after {
    content: "+" !important;
    font-weight: bold;
}

.estimate-value4 {
    font-size: 20px;
    display: block !important;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}
--------------------------------------------------------------------------

/* Accordion Button */
.accordion-btn5 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn5::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn5.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content5 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content5 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content5 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons5 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons5 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons5 button.active,
.filter-buttons5 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item5 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header5[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body5 {
    margin-top: 10px;
    display: none;
}

.accordion-item5.active .accordion-body5 {
    display: block;
}

.category-list5 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item5 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item5 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item5 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item5:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item5.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box5 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value5 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary5 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary5 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel5 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list5 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list5::-webkit-scrollbar {
    display: none;
}

.brand-item5 {
    flex: 0 0 auto;
    width: 190px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item5 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item5 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item5:hover,
.brand-item5.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn5 {
    left: -12px;
}

.next-btn5 {
    right: -12px;
}

.damage-list5 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item5 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item5 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item5:hover,
.damage-item5.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list5 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content5 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close5 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-item5 {
    border-bottom: 1px solid #eee;
}

.accordion-header5[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body5 {
    margin-top: 10px;
    display: none;
}

.accordion-item5.active .accordion-body5 {
    display: block;
}

.accordion5 {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

.accordion-header5::after {
    content: "+" !important;
    font-weight: bold;
}

.estimate-value5 {
    font-size: 20px;
    display: block !important;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}
---------------------------------------------------------------
/* Accordion Button */
.accordion-btn6 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn6::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn6.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content6 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content6 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content6 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons6 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons6 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons6 button.active,
.filter-buttons6 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item6 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header6[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body6 {
    margin-top: 10px;
    display: none;
}

.accordion-item6.active .accordion-body6 {
    display: block;
}

.category-list6 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item6 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item6 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item6 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item6:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item6.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box6 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value6 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary6 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary6 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel6 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list6 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list6::-webkit-scrollbar {
    display: none;
}

.brand-item6 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item6 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item6 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item6:hover,
.brand-item6.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn6 {
    left: -12px;
}

.next-btn6 {
    right: -12px;
}

.damage-list6 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item6 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item6 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item6:hover,
.damage-item6.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list6 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content6 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close6 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header6::after {
    content: "+" !important;
    font-weight: bold;
}

.estimate-value6 {
    font-size: 20px;
    display: block !important;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}
----------------------

/* Accordion Button */
.accordion-btn7 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn7::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn7.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content7 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content7 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content7 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons7 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons7 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons7 button.active,
.filter-buttons7 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item7 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header7[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body7 {
    margin-top: 10px;
    display: none;
}

.accordion-item7.active .accordion-body7 {
    display: block;
}

.category-list7 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item7 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item7 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item7 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item7:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item7.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box7 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value7 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
}

/* small helper for links */
.btn-secondary7 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary7 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel7 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list7 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list7::-webkit-scrollbar {
    display: none;
}

.brand-item7 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item7 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item7 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item7:hover,
.brand-item7.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn7 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn7 {
    left: -12px;
}

.next-btn7 {
    right: -12px;
}

.damage-list7 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item7 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item7 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item7:hover,
.damage-item7.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list7 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content7 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close7 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header7::after {
    content: "+" !important;
    font-weight: bold;
}

.estimate-value7 {
    font-size: 20px;
    display: block !important;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}
---------------------------

/* Accordion Button */
.accordion-btn8 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn8::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn8.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content8 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content8 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content8 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons8 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons8 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons8 button.active,
.filter-buttons8 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item8 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header8[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body8 {
    margin-top: 10px;
    display: none;
}

.accordion-item8.active .accordion-body8 {
    display: block;
}

.category-list8 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item8 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item8 img {
    max-width: 130px;
    height: auto;
    margin-bottom: 8px;
}

.category-item8 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item8:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item8.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box8 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value8 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary8 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary8 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel8 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list8 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list8::-webkit-scrollbar {
    display: none;
}

.brand-item8 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item8 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item8 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item8:hover,
.brand-item8.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn8 {
    left: -12px;
}

.next-btn8 {
    right: -12px;
}

.damage-list8 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item8 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item8 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item8:hover,
.damage-item8.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list8 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content8 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close8 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header8::after {
    content: "+" !important;
    font-weight: bold;
}

----------------------------------------


/* Accordion Button */
.accordion-btn9 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn9::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn9.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content9 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content9 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content9 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons9 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons9 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons9 button.active,
.filter-buttons9 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item9 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header9[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body9 {
    margin-top: 10px;
    display: none;
}

.accordion-item9.active .accordion-body9 {
    display: block;
}

.category-list9 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item9 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item9 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item9 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item9:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item9.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box9 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value9 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary9 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary9 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel9 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list9 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list9::-webkit-scrollbar {
    display: none;
}

.brand-item9 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item9 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item9 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item9:hover,
.brand-item9.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn9 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn9 {
    left: -12px;
}

.next-btn9 {
    right: -12px;
}

.damage-list9 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item9 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item9 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item9:hover,
.damage-item9.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list9 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content9 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close9 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header9::after {
    content: "+" !important;
    font-weight: bold;
}

=======================================

/* Accordion Button */
.accordion-btn10 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn10::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn10.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content10 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content10 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content10 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons10 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons10 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons10 button.active,
.filter-buttons10 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item10 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header10 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header10[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body10 {
    margin-top: 10px;
    display: none;
}

.accordion-item10.active .accordion-body10 {
    display: block;
}

.category-list10 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item10 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item10 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item10 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item10:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item10.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box10 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value10 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary10 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary10 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel10 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list10 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list10::-webkit-scrollbar {
    display: none;
}

.brand-item10 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item10 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item10 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item10:hover,
.brand-item10.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn10 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn10 {
    left: -12px;
}

.next-btn10 {
    right: -12px;
}

.damage-list10 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item10 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item10 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item10:hover,
.damage-item10.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list10 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content10 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close10 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header10::after {
    content: "+" !important;
    font-weight: bold;
}
------------------------------------------------


/* Accordion Button */
.accordion-btn11 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn11::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn11.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content11 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content11 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content11 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons11 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons11 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons11 button.active,
.filter-buttons11 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item11 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header11 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header11[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body11 {
    margin-top: 10px;
    display: none;
}

.accordion-item11.active .accordion-body11 {
    display: block;
}

.category-list11 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item11 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item11 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item11 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item11:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item11.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box11 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value11 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary11 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary11 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel11 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list11 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list11::-webkit-scrollbar {
    display: none;
}

.brand-item11 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item11 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item11 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item11:hover,
.brand-item11.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn11 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn11 {
    left: -12px;
}

.next-btn11 {
    right: -12px;
}

.damage-list11 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item11 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item11 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item11 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item11:hover,
.damage-item11.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list11 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content11 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close11 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header11::after {
    content: "+" !important;
    font-weight: bold;
}
-----------------------------------
/* Accordion Button */
.accordion-btn12 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn12::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn12.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content12 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content12 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content12 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons12 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons12 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons12 button.active,
.filter-buttons12 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item12 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header12[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body12 {
    margin-top: 10px;
    display: none;
}

.accordion-item12.active .accordion-body12 {
    display: block;
}

.category-list12 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item12 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item12 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item12 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item12:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item12.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box12 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value12 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary12 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary12 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel12 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list12 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list12::-webkit-scrollbar {
    display: none;
}

.brand-item12 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item12 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item12 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item12:hover,
.brand-item12.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn12 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn12 {
    left: -12px;
}

.next-btn12 {
    right: -12px;
}

.damage-list12 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item12 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item12 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item12:hover,
.damage-item12.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list12 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content12 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close12 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header12::after {
    content: "+" !important;
    font-weight: bold;
}
--------------------------
/* Accordion Button */
.accordion-btn13 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn13::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn13.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content13 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content13 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content13 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons13 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons13 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons13 button.active,
.filter-buttons13 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item13 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header13 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header13[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body13 {
    margin-top: 10px;
    display: none;
}

.accordion-item13.active .accordion-body13 {
    display: block;
}

.category-list13 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item13 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item13 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item13 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item13:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item13.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box13 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value13 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary13 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary13 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel13 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list13 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list13::-webkit-scrollbar {
    display: none;
}

.brand-item13 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item13 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item13 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item13:hover,
.brand-item13.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn13 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn13 {
    left: -12px;
}

.next-btn13 {
    right: -12px;
}

.damage-list13 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item13 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item13 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item13:hover,
.damage-item13.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list13 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content13 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close13 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header13::after {
    content: "+" !important;
    font-weight: bold;
}

------------------------------

/* Accordion Button */
.accordion-btn14 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn14::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn14.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content14 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content14 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content14 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons14 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons14 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons14 button.active,
.filter-buttons14 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item14 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header14 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header14[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body14 {
    margin-top: 10px;
    display: none;
}

.accordion-item14.active .accordion-body14 {
    display: block;
}

.category-list14 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item14 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item14 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item14 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item14:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item14.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box14 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value14 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary14 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary14 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel14 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list14 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list14::-webkit-scrollbar {
    display: none;
}

.brand-item14 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item14 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item14 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item14:hover,
.brand-item14.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn14 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn14 {
    left: -12px;
}

.next-btn14 {
    right: -12px;
}

.damage-list14 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item14 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item14 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item14 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item14:hover,
.damage-item14.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list14 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content14 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close14 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header14::after {
    content: "+" !important;
    font-weight: bold;
}

----------------------------------


/* Accordion Button */
.accordion-btn15 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn15::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn15.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content15 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content15 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content15 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons15 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons15 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons15 button.active,
.filter-buttons15 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item15 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header15 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header15[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body15 {
    margin-top: 10px;
    display: none;
}

.accordion-item15.active .accordion-body15 {
    display: block;
}

.category-list15 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item15 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item15 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item15 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item15:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item15.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box15 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value15 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary15 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary15 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel15 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list15 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list15::-webkit-scrollbar {
    display: none;
}

.brand-item15 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item15 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item15 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item15:hover,
.brand-item15.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn15 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn15 {
    left: -12px;
}

.next-btn15 {
    right: -12px;
}

.damage-list15 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item15 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item15 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item15 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item15:hover,
.damage-item15.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list15 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content15 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close15 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header15::after {
    content: "+" !important;
    font-weight: bold;
}
--------------------------------

/* Accordion Button */
.accordion-btn16 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn16::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn16.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content16 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content16 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content16 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons16 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons16 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons16 button.active,
.filter-buttons16 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item16 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header16 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header16[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body16 {
    margin-top: 10px;
    display: none;
}

.accordion-item16.active .accordion-body16 {
    display: block;
}

.category-list16 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item16 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item16 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item16 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item16:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item16.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box16 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value16 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary16 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary16 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel16 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list16 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list16::-webkit-scrollbar {
    display: none;
}

.brand-item16 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item16 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item16 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item16:hover,
.brand-item16.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn16 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn16 {
    left: -12px;
}

.next-btn16 {
    right: -12px;
}

.damage-list16 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item16 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item16 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item16 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item16:hover,
.damage-item16.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list16 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content16 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close16 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header16::after {
    content: "+" !important;
    font-weight: bold;
}
----------------------------
/* Accordion Button */
.accordion-btn17 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn17::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn17.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content17 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content17 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content17 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons17 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons17 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons17 button.active,
.filter-buttons17 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item17 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header17 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header17[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body17 {
    margin-top: 10px;
    display: none;
}

.accordion-item17.active .accordion-body17 {
    display: block;
}

.category-list17 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item17 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item17 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item17 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item17:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item17.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box17 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value17 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary17 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary17 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel17 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list17 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list17::-webkit-scrollbar {
    display: none;
}

.brand-item17 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item17 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item17 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item17:hover,
.brand-item17.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn17 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn17 {
    left: -12px;
}

.next-btn17 {
    right: -12px;
}

.damage-list17 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item17 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item17 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item17:hover,
.damage-item17.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list17 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content17 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close17 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header17::after {
    content: "+" !important;
    font-weight: bold;
}
-------------------------
/* Accordion Button */
.accordion-btn18 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn18::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn18.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content18 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content18 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content18 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons18 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons18 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons18 button.active,
.filter-buttons18 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item18 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header18 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header18[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body18 {
    margin-top: 10px;
    display: none;
}

.accordion-item18.active .accordion-body18 {
    display: block;
}

.category-list18 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item18 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item18 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item18 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item18:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item18.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box18 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value18 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary18 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary18 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel18 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list18 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list18::-webkit-scrollbar {
    display: none;
}

.brand-item18 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item18 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item18 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item18:hover,
.brand-item18.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn18 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn18 {
    left: -12px;
}

.next-btn18 {
    right: -12px;
}

.damage-list18 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item18 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item18 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item18 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item18:hover,
.damage-item18.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list18 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content18 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close18 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header18::after {
    content: "+" !important;
    font-weight: bold;
}
-----------------------------------

/* Accordion Button */
.accordion-btn19 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn19::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn19.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content19 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content19 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content19 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons19 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons19 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons19 button.active,
.filter-buttons19 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item19 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header19 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header19[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body19 {
    margin-top: 10px;
    display: none;
}

.accordion-item19.active .accordion-body19 {
    display: block;
}

.category-list19 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item19 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item19 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item19 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item19:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item19.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box19 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value19 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary19 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary19 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel19 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list19 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list19::-webkit-scrollbar {
    display: none;
}

.brand-item19 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item19 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item19 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item19:hover,
.brand-item19.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn19 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn19 {
    left: -12px;
}

.next-btn19 {
    right: -12px;
}

.damage-list19 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item19 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item19 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item19 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item19:hover,
.damage-item19.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list19 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content19 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close19 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header19::after {
    content: "+" !important;
    font-weight: bold;
}
--------------------------

/* Accordion Button */
.accordion-btn20 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn20::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn20.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content20 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content20 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content20 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons20 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons20 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons20 button.active,
.filter-buttons20 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item20 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header20 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header20[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body20 {
    margin-top: 10px;
    display: none;
}

.accordion-item20.active .accordion-body20 {
    display: block;
}

.category-list20 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item20 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item20 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item20 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item20:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item20.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box20 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value20 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary20 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary20 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel20 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list20 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list20::-webkit-scrollbar {
    display: none;
}

.brand-item20 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item20 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item20 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item20:hover,
.brand-item20.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn20 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn20 {
    left: -12px;
}

.next-btn20 {
    right: -12px;
}

.damage-list20 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item20 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item20 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item20:hover,
.damage-item20.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list20 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content20 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close20 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header20::after {
    content: "+" !important;
    font-weight: bold;
}
/* Accordion Button */
.accordion-btn21 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn21::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn21.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content21 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content21 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content21 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons21 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons21 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons21 button.active,
.filter-buttons21 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item21 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header21 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header21[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body21 {
    margin-top: 10px;
    display: none;
}

.accordion-item21.active .accordion-body21 {
    display: block;
}

.category-list21 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item21 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item21 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item21 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item21:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item21.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box21 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value21 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary21 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary21 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel21 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list21 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list21::-webkit-scrollbar {
    display: none;
}

.brand-item21 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item21 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item21 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item21:hover,
.brand-item21.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn21 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn21 {
    left: -12px;
}

.next-btn21 {
    right: -12px;
}

.damage-list21 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item21 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item21 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item21:hover,
.damage-item21.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list21 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content21 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close21 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header21::after {
    content: "+" !important;
    font-weight: bold;
}
--------------------------------
/* Accordion Button */
.accordion-btn22 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn22::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn22.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content22 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content22 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content22 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons22 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons22 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons22 button.active,
.filter-buttons22 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item22 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header22 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header22[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body22 {
    margin-top: 10px;
    display: none;
}

.accordion-item22.active .accordion-body22 {
    display: block;
}

.category-list22 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item22 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item22 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item22 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item22:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item22.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box22 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value22 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary22 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary22 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel22 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list22 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list22::-webkit-scrollbar {
    display: none;
}

.brand-item22 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item22 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item22 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item22:hover,
.brand-item22.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn22 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn22 {
    left: -12px;
}

.next-btn22 {
    right: -12px;
}

.damage-list22 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item22 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item22 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item22 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item22:hover,
.damage-item22.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list22 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content22 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close22 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header22::after {
    content: "+" !important;
    font-weight: bold;
}
------------------------------

/* Accordion Button */
.accordion-btn23 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn23::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn23.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content23 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content23 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content23 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons23 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons23 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons23 button.active,
.filter-buttons23 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item23 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header23 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header23[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body23 {
    margin-top: 10px;
    display: none;
}

.accordion-item23.active .accordion-body23 {
    display: block;
}

.category-list23 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item23 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item23 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item23 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item23:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item23.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box23 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value23 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary23 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary23 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel23 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list23 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list23::-webkit-scrollbar {
    display: none;
}

.brand-item23 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item23 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item23 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item23:hover,
.brand-item23.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn23 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn23 {
    left: -12px;
}

.next-btn23 {
    right: -12px;
}

.damage-list23 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item23 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item23 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item23 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item23:hover,
.damage-item23.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list23 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content23 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close23 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header23::after {
    content: "+" !important;
    font-weight: bold;
}
--------------------------
/* Accordion Button */
.accordion-btn24 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn24::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn24.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content24 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content24 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content24 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons24 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons24 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons24 button.active,
.filter-buttons24 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item24 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header24 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header24[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body24 {
    margin-top: 10px;
    display: none;
}

.accordion-item24.active .accordion-body24 {
    display: block;
}

.category-list24 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item24 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item24 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item24 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item24:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item24.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box24 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value24 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary24 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary24 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel24 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list24 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list24::-webkit-scrollbar {
    display: none;
}

.brand-item24 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item24 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item24 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item24:hover,
.brand-item24.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn24 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn24 {
    left: -12px;
}

.next-btn24 {
    right: -12px;
}

.damage-list24 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item24 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item24 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item24 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item24:hover,
.damage-item24.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list24 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content24 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close24 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header24::after {
    content: "+" !important;
    font-weight: bold;
}
----------------------------

/* Accordion Button */
.accordion-btn25 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn25::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn25.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content25 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content25 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content25 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons25 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons25 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons25 button.active,
.filter-buttons25 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item25 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header25 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header25[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body25 {
    margin-top: 10px;
    display: none;
}

.accordion-item25.active .accordion-body25 {
    display: block;
}

.category-list25 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item25 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item25 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item25 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item25:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item25.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box25 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value25 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary25 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary25 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel25 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list25 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list25::-webkit-scrollbar {
    display: none;
}

.brand-item25 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item25 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item25 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item25:hover,
.brand-item25.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn25 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn25 {
    left: -12px;
}

.next-btn25 {
    right: -12px;
}

.damage-list25 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item25 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item25 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item25 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item25:hover,
.damage-item25.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list25 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content25 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close25 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header25::after {
    content: "+" !important;
    font-weight: bold;
}
---------------------------

/* Accordion Button */
.accordion-btn26 {
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-btn26::before {
    content: "\25BA";
    /* right arrow */
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.accordion-btn26.active::before {
    transform: rotate(90deg);
    /* down arrow */
}

/* Accordion Content */
.accordion-content26 {
    display: none;
    text-align: left;
    margin-top: 10px;
}

.accordion-content26 ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.accordion-content26 ul li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 15px;
}

.filter-buttons26 {
    margin: 15px 0;
    text-align: center;
}

.filter-buttons26 button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
    transition: 0.3s;
}

.filter-buttons26 button.active,
.filter-buttons26 button:hover {
    background: #333;
    color: #fff;
}

/* Accordion */
.accordion-item26 {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.accordion-header26 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.accordion-header26[aria-expanded="true"] {
    color: #0b63d6;
}

.accordion-body26 {
    margin-top: 10px;
    display: none;
}

.accordion-item26.active .accordion-body26 {
    display: block;
}

.category-list26 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
}

.category-item26 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-item26 img {
    max-width: 100px;
    height: auto;
    margin-bottom: 8px;
}

.category-item26 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.category-item26:hover {
    border-color: #0b63d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-item26.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

/* Estimate box */
.estimate-box26 {
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #dcdcdc;
    background: #fff;
}

.estimate-value26 {
    font-size: 20px;
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #0b63d6;
    text-align: center;
}

/* small helper for links */
.btn-secondary26 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}

.btn-secondary26 {
    margin-top: 8px;
    display: inline-block;
    background: #ff6b6b;
    border-radius: 8px;
    padding: 0;
    border: 0;
}

.brand-carousel26 {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-list26 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scrollbar-width: none;
}

.brand-list26::-webkit-scrollbar {
    display: none;
}

.brand-item26 {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.brand-item26 img {
    max-width: 80px;
    margin-bottom: 8px;
}

.brand-item26 p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.brand-item26:hover,
.brand-item26.selected {
    border-color: #0b63d6;
    background: #eef6ff;
}

.carousel-btn26 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b63d6;
    color: #fff;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.prev-btn26 {
    left: -12px;
}

.next-btn26 {
    right: -12px;
}

.damage-list26 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.damage-item26 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 150px;
}

.damage-item26 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.damage-item26 p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.damage-item26:hover,
.damage-item26.active {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-one_list26 span {
    position: relative;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    line-height: 83px;
    font-size: 40px;
    border-radius: 150px;
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    background: linear-gradient(to right, #9105ea, #f73c95);
    border: 1px solid var(--white-color);
    font-family: "flaticon_fllopi-icons";
}

.popup-content26 {
    background: #fff;
    margin: 3% auto;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close26 {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    z-index: 1002;
    background: transparent;
    pointer-events: auto;
}

.accordion-header26::after {
    content: "+" !important;
    font-weight: bold;
}















/* Overlay */
.paintroo-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Popup box */
.paintroo-popup-content {
    background: #fff;
    width: 450px;
    max-width: 90%;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", sans-serif;
    animation: fadeIn 0.3s ease;
}

.paintroo-popup-content h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.paintroo-subtitle {
    font-weight: 600;
    margin-bottom: 10px;
}

.paintroo-desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}

/* Close button */
.paintroo-close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}

/* Form styling */
.paintroo-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.paintroo-form-group input,
.paintroo-form-group select {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    outline: none;
    transition: border 0.2s;
}

.paintroo-form-group input:focus,
.paintroo-form-group select:focus {
    border-color: #ff007f;
}

/* WhatsApp toggle */
.paintroo-whatsapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.paintroo-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Switch style */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #25d366;
}

input:checked+.slider:before {
    transform: translateX(18px);
}

/* Terms */
.paintroo-terms {
    font-size: 12px;
    color: #555;
    margin-bottom: 20px;
}

.paintroo-terms a {
    color: #ff007f;
    text-decoration: none;
}

/* Submit Button */
.paintroo-submit-btn {
    background: #ff007f;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.paintroo-submit-btn:hover {
    background: #e60073;
}

@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}





/* Background Overlay */
.demo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.demo-popup-box {
    background: #fff;
    border-radius: 12px;
    width: 750px;
    max-width: 95%;
    display: flex;
    position: relative;
    overflow: hidden;
}

/* Close Button */
.demo-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #555;
}

/* Popup Inner Layout */
.demo-popup-inner {
    display: flex;
    width: 100%;
}

/* Left Image Panel */
.demo-left-panel {
    flex: 1;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.demo-left-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 50%; */
    margin: 20px;
}

/* Right Panel */
.demo-right-panel {
    flex: 1.2;
    padding: 30px;
}

.demo-title {
    font-size: 20px;
    font-weight: 700;
}

.demo-subtext {
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}

/* Phone Input Field */
.demo-phone-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 10px;
    margin-bottom: 12px;
}

.demo-phone-wrap input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 15px;
}

/* WhatsApp Toggle */
.demo-whatsapp-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 14px;
}

.demo-whatsapp-label {
    color: #25D366;
    font-weight: bold;
}

.demo-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.demo-switch input {
    display: none;
}

.demo-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.demo-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.demo-switch input:checked+.demo-slider {
    background-color: #25D366;
}

.demo-switch input:checked+.demo-slider:before {
    transform: translateX(20px);
}

/* Submit Button */
.demo-submit-btn {
    width: 100%;
    background-color: #ff2c93;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
}

/* Benefits Section */
.demo-benefits h4 {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 700;
}

.demo-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.demo-benefits ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.demo-phone-box {
    width: 100%;
    margin: 10px 0;
}

.demo-phone-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: #f5f5f5;
}



.card1 {
    /* Fallback solid color (if gradient fails) */
    background-color: #9105ea;

    /* Old WebKit syntax (Safari 5.1–6) */
    background: -webkit-gradient(linear, left top, right top, from(#9105ea), to(#f73c95));

    /* Newer WebKit syntax (Safari 6.1+, Chrome 10+) */
    background: -webkit-linear-gradient(left, #9105ea, #f73c95);

    /* Standard syntax (All modern browsers) */
    background: linear-gradient(to right, #9105ea, #f73c95);

    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 100% !important;
    min-height: 200px; /* ensures gradient is visible */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 60px;
    margin-top: 60px;
}


.card1 h4{
    font-size: 28px;
    color: #fff;
}

.card1 img {
    margin-bottom: 15px;
}

.service-item {
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-item img {
  width: 100%;
  border-radius: 10px;
}

/* ACTIVE STATE */
.service-item.active {
  border-color: #f73c95;
  box-shadow: 0 0 0 2px rgba(247, 60, 149, 0.25);
}
