/* Your custom style */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');


.social-wrap a .fa {
    font-size: 14px;
    font-family: 'FontAwesome' !important;
}

.page-header .header-top {
    background: #24772a;
    color: #ffffff;
    padding: 7px 0;
}



.page-header .logo {
    margin: 0;
    max-width: 70%;
}




header.page-header.header-style-08 {
    min-height: auto !important;
}
.page-header .sticky-menu:not(.active) .header.panel {
    border: 0;
    padding-top: 12px;
    padding-bottom: 0px;
}

header.page-header.header-style-08 .row.cdz-fix-left {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.logo img {
    margin-bottom: -5px;
}
.header-panel-middle {
    display: flex;
    align-content: center;
    justify-content: center;
}


/*Slider*/
.cdz-slideshow .item-desc {
    position: absolute;
    top: 16%;
    left: 10%;
    width: auto;
    z-index: 10;
    backdrop-filter: blur(1px);
}
.cdz-slide-caption p.slide-subtitle.text-uppercase.cdz-eff-1 {
    text-transform: capitalize;
    border: 1px solid hsl(180 40% 45%);
    display: block;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 12px;
    color: hsl(180 40% 45%);
    font-weight: 700;
    backdrop-filter: blur(4px);
}
a.item-image.abs-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 2;
    opacity: 0.6;
}
p.slide-title.cdz-eff-2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
p.slide-desc.cdz-eff-3 {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 34px;
}

a.button-link.slide-btn.cdz-eff-4 {
    background: #24812a;
    padding: 10px 22px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}


span.text-accent {
    color: hsl(180 40% 45%);
}
.more-icon {
    display: flex;
    gap: 26px;
    padding: 20px 0;
    margin-top: 12px;
}

.icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
}

.icon-item i {
    background: rgba(0, 255, 200, 0.1);
    color: #00d1b2;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'FontAwesome';
}
.cdz-slideshow .owl-nav [class*='owl-']:not(:hover) {
    color: #ffffff;
    border-color: transparent;
    background: #ffffff5c;
    backdrop-filter: blur(4px);
}
.owl-carousel .owl-nav [class*='owl-']:hover:not(.disabled) {
    color: #247a2a;
    border-color: #247a2a;
    background: #ffffff;
}

.page-header .logo {
    margin: 0 !important;
    max-width: 80%;
}



.container-fluid.setup {
    background: #f4f6f4;
}

.comparison-section {
    padding: 0 0px 80px 20px;
    background: #f5f5f5;
}

.comparison-section .container {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 85px;
    position: relative;
}

/* Boxes */
.box {
    flex: 1;
    padding: 45px;
    border-radius: 16px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* Left */
.box.left {
    background: #fdecea;
    border: 1px solid #f5c2c0;
}

.comparison-section h2 {
    color: #7a1e1e;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
/* Right */
.box.right {
    background: #e6f4ea;
    border: 1px solid #b7e1c0;
}

.box.right h2 {
    color: #1e6b3a;
}

.tag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #870505;
}


/* List */
.box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box ul li {
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto';
}

.box ul li i {
    margin-right: 10px;
    font-size: 16px;
}

/* Colors */
.left ul li i {
    color: #c0392b;
}

.right ul li i {
    color: #2e7d32;
}

.awninginstaller-setup p.title-desc.h3 {
    color: #24772a;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.awninginstaller-setup p.b-title.h2 {
    color: #000;
    font-family: 'Roboto';
    font-weight: 600;
    text-transform: capitalize;
}
.cdz-block-title .b-title.h2:after {
    border-color: #870505;
    box-shadow: 0px 3px 0px 0px #24772a;
}
.cdz-block-title .b-title.h2:before, .cdz-block-title .b-title.h2:after {
    border-bottom: 5px solid #870505;
}

/* VS Circle */
.vs-circle {
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .vs-circle {
        position: static;
        transform: none;
        margin: 20px 0;
    }
}
.cdz-block-title .b-title.h2:before {
    box-shadow: 0px 3px 0px 0px #870505;
}