/* --- Header --- */
.theme-header {
    z-index: 999;
    background-color: var(--primary-gray-01);
}

@media (min-width: 768px) {
    .theme-header {
        border-bottom: 1px solid var(--gray-20);
        box-shadow: 0 5px 24px rgba(183, 183, 183, 0.1);
    }
}

.main-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

/* Top bar */
.top-bar {
    padding: 0;
    background-color: var(--blue-second-10);
}

.top-bar-wrapper {
    padding: 0 6px;
    text-align: right;
}

@media (min-width: 768px) {
    .top-bar {
        padding: 7px 0;
        background-color: var(--blue-second-10);
    }

    .top-bar-wrapper {
        text-align: center;
    }
}

.slogan {
    font-weight: 700;
    font-size: 9px;
    line-height: 17px;
    color: var(--blue-firs-60);
}

.top-bar-wrapper .kb-close {
    font: 7px 'fontello';
    content: '\e80f';
    position: absolute;
    left: 5%;
    top: 30%;
    cursor: pointer;
}

@media (min-width: 768px) {
    .slogan {
        font-size: 13px;
        line-height: 21px;
    }

    .top-bar-wrapper .kb-close {
        font-size: 12px;
        left: 1%;
        top: 25%;
    }
}

/* --- Logo and Menu --- */
.logo-and-menu-wrapper {
    display: flex;
    width: 55%;
}
/* Logo */
.logo-wrapper {
    width: 110px;
    height: 40px;
}

.logo-wrapper img {
    border-radius: 0;
}
/* Menu */


.main-nav-wrapper {
    font-weight: 700;
    margin-right: 0;
}

#header-nav {
    display: none;
}

.sub-menu {
    display: none;
}

.menu-item-has-children {
    position: relative;
    cursor: pointer;
}

#sidebar-nav .menu-item-has-children > a:after,
#sidebar-nav .menu-item-has-children > a.active:after {
    font: 12px 'fontello';
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

#sidebar-nav .menu-item-has-children > a:after {
    content: '\e805';
}

#sidebar-nav .menu-item-has-children > a.active:after {
    content: '\e80a';
}

#sidebar-nav ul li {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Phone */
.call-btn-box .phone-no {
    font-weight: 700;
    color: var(--gray-80);
}

.call-btn-box {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-size: 14px;
}

.call-btn-box .kb-fax {
    margin-left: 6px;
}

.call-btn-box .kb-fax:before {
    font-size: 20px;
}

.repair-request-btn {
    font-weight: 700;
    color: var(--blue-second-60);
}

.phone-and-repair-request-wrapper {
    display: none;
}

/* Sidebar Menu */
.kb-hamburger-menu:before {
    font-size: 32px;
    color: var(--blue-firs-60);
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gray-40);
    mix-blend-mode: multiply;
    z-index: 2;
}

.sidebar-nav-container {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    width: 85%;
    min-height: 95%;
}

.sidebar-menu-logo-wrapper {
    padding: 20px;
}

.sidebar-menu-logo-wrapper figure {
    width: 110px;
}

.sidebar-menu-slogan {
    font-size: 12px;
    text-align: center;
    color: var(--gray-60);
    background-color: var(--blue-second-10);
    padding: 4px;
}

.sidebar-menu-logo-wrapper {
    position: relative;
}

.sidebar-menu-logo-wrapper .kb-close {
    position: absolute;
    top: 35%;
    cursor: pointer;
    float: left;
    left: 20px;
}

.sidebar-menu-logo-wrapper .kb-close:before {
    color: var(--gray-60);
}

#sidebar-nav {
    padding: 30px;
}

#sidebar-nav ul {
    list-style: none;
}

#sidebar-nav ul li {
    line-height: 24px;
    margin: 10px 0;
}

#sidebar-nav ul li a {
    display: block;
    font-weight: 700;
    color: var(--gray-70);
}

.sub-menu.show {
    display: flex;
    flex-direction: column;
    background-color: var(--primary-gray-01);
    padding: 0 10px;
}

@media (min-width: 992px) {

     
    .grid .section-items   .item {
            width: 23% !important;
            display: unset;
            margin: 8px;
       
    }

    .kb-hamburger-menu {
        display: none;
    }

    #header-nav {
        display: block;
    }

    #header-nav ul.menu li {
        display: block;
        float: right;
        margin: 0 20px;
    }

    #header-nav ul.menu li {
        display: block;
        float: right;
    }

    #header-nav ul.menu li,
    #header-nav ul.menu li a {
        line-height: 50px;
    }

    #header-nav ul.menu li a {
        display: block;
    }

    #header-nav ul.menu li ul li,
    #header-nav ul.menu li ul li a {
        line-height: 24px;
    }

    #header-nav ul.menu li ul li:hover a {
        color: var(--blue-second-60);
    }

    #header-nav .menu-item-has-children > a:after,
    #header-nav .menu-item-has-children.active > a:after {
        font: 12px 'fontello';
        margin-right: 10px;
    }

    #header-nav .menu-item-has-children > a:after {
        content: '\e805';
    }

    #header-nav .menu-item-has-children.active > a:after {
        content: '\e80a';
    }

    .menu-item-has-children > a:after {
        float: unset;
    }

    .sub-menu.show {
        position: absolute;
        z-index: 1000;
        top: 50px;
        flex-wrap: wrap;
        min-width: max-content;
        max-height: 250px;
        box-shadow: 0 6px 8px rgba(75, 75, 75, 0.06);
        border-radius: 8px;
        padding: 16px 32px;
        background-color: #fff;
    }

    .sub-menu li {
        position: relative;
        padding: 12px 8px;
    }

    .sub-menu li:hover a {
        color: var(--blue-second-60);
    }

    .sub-menu li:hover:before {
        content: "";
        position: absolute;
        display: block;
        z-index: 1;
        border-right: 3px solid var(--blue-second-60);
        top: 0;
        right: 0;
        height: 90%;
    }

    .call-btn {
        font-size: 16px;
    }

    .call-btn .kb-fax:before {
        font-size: 30px;
    }

    .phone-and-repair-request-wrapper {
        display: flex;
    }

    .sidebar-nav-container {
        display: none;
    }

    .logo-and-menu-wrapper {
        width: unset;
    }

    .main-nav-wrapper {
        margin-right: 40px;
    }
}

.cities-services .sub-menu.show {
    width: auto !important;
    min-width: 600px;
    max-width: 800px;
    max-height: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));  
    gap: 5px; 
    padding: 10px;
    background: #fff;
    box-shadow: 0 6px 8px rgba(75, 75, 75, 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.cities-services .city-column {
    break-inside: avoid;
    margin-bottom: 2px; 
    position: relative;
    padding: 4px 6px;
}

.cities-services .city-title {
  
    position: relative;
    padding-right: 20px; 
    padding-left: 0; 
    cursor: pointer;
}


.cities-services .city-title:after {
    content: '\e805';
    position: absolute;
    font: 12px 'fontello'; 
    margin-right: 10px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s ease;
}

.cities-services .city-title.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.cities-services .services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; 
}

.cities-services .services-list.active {
    display: block;
}

.cities-services .services-list li {
    padding: 2px 8px 2px 0; 
    margin: 0;
    position: relative;
}

.cities-services .services-list li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0;

    transition: height 0.2s ease;
}

.cities-services .services-list li:hover:before {
    height: 70%;
}


.cities-services .city-title, 
.cities-services .services-list li a {
    font-weight: 700;
    font-size: 13px; 
    line-height: 1.2; 
    padding: 4px 8px; 
    margin: 0; 
}

@media (max-width: 991px) {
    .cities-services .sub-menu.show {
        min-width: 100%;
        grid-template-columns: 1fr;
        padding: 8px;
    }
    
    .cities-services .city-column {
        margin-bottom: 5px;
    }
    
    .cities-services .city-title {
        padding: 4px 0;
    }
}


/* --- End Header --- */

/* --- Slider --- */
.slider {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin: 20px 0 50px 0;
    background-color: var(--blue-second-10);
    border-radius: 32px;
}

.slider.reverse {
    flex-direction: column;
}

.slider .slider-image-wrapper img {
    left: unset;
    border-radius: 32px 32px 50% 50% ;
    border: 10px solid #ffffff;
}

.slider .below-background {
    display: none;
    position: absolute;
}

.slider .above-background,
.slider .below-background {
    width: 100%;
    border-radius: 32px;
}

.slider .above-background {
    display: unset;
    align-items: unset;
    height: unset;
    clip-path: unset;
    padding: 0 20px 60px 20px;
}

.slider.reverse .above-background {
    padding: 20px 20px 40px 20px;
}

.slider-text-wrapper h1 {
    font-size: 20px;
    line-height: 35px;
}

.slider .icon.kb-chevron-left {
    display: none;
}

.slider .call-btn {
    display: inline-block;
}

.slider .slider-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 5px;
}

.slider .slider-image-wrapper {
    text-align: center;
}

.slider .slider-btn-wrapper .half-width {
    width: 47%;
}

.slider .slider-btn-wrapper .full-width {
    width: 100%;
}

.slider .slider-text-wrapper p {
    line-height: 24px;
}

/* Extra small device */
@media (max-width: 340px) {
    .slider .slider-btn-wrapper a,
    .floating-button-wrapper a {
        padding: 10px 5px;
    }
}

@media (min-width: 768px) and (max-width: 833px) {
    .slider {
        display: block;
        background-color: unset;
        min-height: 309px;
    }

    .slider .above-background {
        position: absolute;
        height: 100%;
        background-color: var(--gray-10);
        clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
        padding: 0;
        display: flex;
        align-items: center;
    }

    .slider .slider-text-wrapper {
        padding: 0 3%;
        width: 45%;
    }

    .slider .below-background {
        display: block;
        height: 100%;
        background-color: var(--blue-firs-10);
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    }

    .slider-text-wrapper h1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
        color: var(--blue-firs-60);
    }

    .slider-text-wrapper p {
        font-size: 14px;
    }

    .slider-btn-wrapper .icon.kb-chevron-left {
        display: inline;
        margin-right: 10px;
    }

    .slider .slider-btn-wrapper {
        margin-top: 30px;
    }

    .slider .slider-image-wrapper {
        position: absolute;
        mix-blend-mode: multiply;
        left: 0;
        width: 394px;
    }

    .slider .slider-image-wrapper img {
        border-radius: 32px 50% 50% 32px;
        border: 0;
        border-right: 15px solid #f7f7f7d9;
    }

    .slider .slider-btn-wrapper a {
        padding: 8px;
        font-size: 14px;
    }

    .slider .slider-btn-wrapper .repair-request-btn .icon:before {
        color: var(--blue-firs-60);
    }

    .slider .slider-btn-wrapper .half-width {
        width: unset;
    }

    .slider .slider-btn-wrapper .full-width {
        width: unset;
    }

    .slider .call-btn {
        display: none;
    }
}

@media (min-width: 834px) and (max-width: 991px) {
    .slider {
        display: block;
        background-color: unset;
        min-height: 380px;
    }

    .slider .above-background {
        position: absolute;
        height: 100%;
        background-color: var(--gray-10);
        clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
        padding: 0;
        display: flex;
        align-items: center;
    }

    .slider .slider-text-wrapper {
        padding: 0 3%;
        width: 45%;
    }

    .slider .below-background {
        display: block;
        height: 100%;
        background-color: var(--blue-firs-10);
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    }

    .slider-text-wrapper h1 {
        font-size: 16px;
        line-height: 28px;
    }

    .slider-text-wrapper p {
        font-size: 14px;
        line-height: 24px;
    }

    .slider .slider-btn-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 16px;
    }

    .slider .slider-image-wrapper {
        position: absolute;
        mix-blend-mode: multiply;
        left: 0;
        width: 480px;
    }

    .slider .slider-image-wrapper img {
        border-radius: 32px 50% 50% 32px;
        border: 0;
        border-right: 15px solid #f7f7f7d9;
    }

    .slider .slider-btn-wrapper .repair-request-btn .icon:before {
        color: var(--blue-firs-60);
    }

    .slider-btn-wrapper .icon.kb-chevron-left {
        display: inline;
        margin-right: 10px;
    }

    .slider .slider-btn-wrapper .half-width {
        width: unset;
    }

    .slider .slider-btn-wrapper .full-width {
        width: unset;
    }

    .slider .call-btn {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1139px) {
    .slider {
        display: block;
        background-color: unset;
        min-height: 380px;
    }

    .slider .above-background {
        position: absolute;
        height: 100%;
        background-color: var(--gray-10);
        clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
        padding: 0;
        display: flex;
        align-items: center;
    }

    .slider .slider-text-wrapper {
        padding: 0 3%;
        width: 45%;
    }

    .slider .below-background {
        display: block;
        height: 100%;
        background-color: var(--blue-firs-10);
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    }

    .slider-text-wrapper h1 {
        font-size: 22px;
        line-height: 40px;
    }

    .slider-text-wrapper p {
        font-size: 14px;
    }

    .slider .slider-btn-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 16px;
    }

    .slider .slider-image-wrapper {
        position: absolute;
        mix-blend-mode: multiply;
        left: 0;
        width: 482px;
    }

    .slider .slider-image-wrapper img {
        border-radius: 32px 50% 50% 32px;
        border: 0;
        border-right: 15px solid #f7f7f7d9;
    }

    .slider-btn-wrapper .icon.kb-chevron-left {
        display: inline;
        margin-right: 10px;
    }

    .slider .slider-btn-wrapper .repair-request-btn .icon:before {
        color: var(--blue-firs-60);
    }

    .slider .slider-btn-wrapper .half-width {
        width: unset;
    }

    .slider .slider-btn-wrapper .full-width {
        width: unset;
    }

    .slider .call-btn {
        display: none;
    }
}

@media (min-width: 1140px) {
    .slider {
        display: block;
        background-color: unset;
        min-height: 500px;
    }

    .slider .above-background {
        position: absolute;
        height: 100%;
        background-color: var(--gray-10);
        clip-path: polygon(0 40%, 100% -20%, 100% 100%, 0 100%);
        padding: 0;
        display: flex;
        align-items: center;
    }

    .slider .slider-text-wrapper {
        padding: 0 3%;
        width: 50%;
    }

    .slider .below-background {
        display: block;
        height: 100%;
        background-color: var(--blue-firs-10);
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    }

    .slider-text-wrapper h1 {
        font-size: 32px;
        line-height: 55px;
    }

    .slider-text-wrapper p {
        font-size: 15px;
    }

    .slider .slider-btn-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .slider .slider-image-wrapper {
        position: absolute;
        mix-blend-mode: multiply;
        left: 0;
        width: unset;
    }

    .slider .slider-image-wrapper img {
        border-radius: 32px 50% 50% 32px;
        border: 0;
        border-right: 15px solid #f7f7f7d9;
    }

    .slider-btn-wrapper .icon.kb-chevron-left {
        display: inline;
        margin-right: 10px;
    }

    .slider .slider-btn-wrapper .repair-request-btn .icon:before {
        color: var(--blue-firs-60);
    }

    .slider .slider-btn-wrapper .half-width {
        width: unset;
    }

    .slider .slider-btn-wrapper .full-width {
        width: unset;
    }

    .slider .call-btn {
        display: none;
    }
}

/* --- End Slider --- */

/* --- Logo Carousel --- */
.logo-carousel .item {
    width: 63px;
}

.owl-carousel {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
}

.owl-prev {
    right: 0;
}

.owl-next {
    left: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border-radius: 4px;
    border: 1px solid var(--gray-30);
    background: var(--gray-10);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: var(--gray-80);
    text-decoration: none;
    border: 1px solid var(--blue-second-40);
}

.owl-theme .owl-nav [class*=owl-] {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.owl-prev span,
.owl-next span {
    font-size: 22px;
    color: var(--gray-60);
    line-height: 22px;
}

@media (min-width: 768px) {
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        border-radius: 8px;
    }

    .owl-theme .owl-nav [class*=owl-] {
        width: 24px;
        height: 24px;
    }

    .logo-carousel .item {
        width: 103px;
    }

    .owl-prev,
    .owl-next {
        position: absolute;
        top: 12.5%;
    }
}

/* --- Services --- */
.services {
    background: url(../../images/logo-background.svg) no-repeat center bottom;
}

.services .box {
    padding: 10px 5px;
}

.grid .item {
    border-radius: 10px;
    width: 45%;
    display: flex;
    align-items: center;
    text-align: center;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: column;
}

.grid .item .box {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: column;
}

.grid .icon:before {
    color: var(--gray-80);
}

.grid .item-title {
    display: inline-block;
    width: max-content;
    font-size: 12px;
    margin: 0;
}

.grid .icon {
    font-size: 28px;
    margin: 0 15px;
}

.grid .section-items .item {
    margin: 4px;
}

@media (min-width: 768px) {
    .services {
        background: unset;
    }

    .services .box {
        padding: 41px 24px;
    }

    .grid .item .box {
        display: block;
    }

    .grid .icon {
        font-size: 60px;
    }

    .grid .section-items .item {
        width: 35%;
        display: unset;
        margin: 8px;
    }

    .grid .item-title {
        display: block;
        font-size: 20px;
        margin: 12px auto 0 auto;
    }
}
/* --- End Services --- */

/* --- half Columns --- */
.half-column {
    margin: 0;
}

.half-column .button-outline {
    border: 0;
}

.half-column .kb-arrow-left:before {
    color: var(--blue-second-60);
    font-weight: 700;
    margin-right: 10px;
}

.half-column h2 {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 10px;
}

.half-column .button {
    margin-top: 5px;
    padding: 0;
}

@media (min-width: 768px) {
    .half-column h2 {
        font-size: 24px;
    }

    .half-column h2 {
        font-size: 32px;
        line-height: 55px;
    }

    .half-column .kb-arrow-left {
        display: none;
    }

    .half-column .button-outline {
        border: 1px solid var(--blue-second-60);
    }

    .half-column .button {
        margin-top: 20px;
        padding: 12px 16px;
    }
}
/* --- End half Column --- */

/* --- Why karabama --- */
.why-karabama {
    margin: 50px 0;
    padding: 10px 15px;
    border-radius: 16px;
}

.why-karabama .section-items {
    width: 100%;
}

.why-karabama .section-items .item {
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;
    text-align: right;
}

.why-karabama .section-items .item p {
    text-align: justify;
    margin-top: 12px;
}

.why-karabama .icon {
    font-size: 16px;
    background-color: var(--blue-second-60);
    border-radius: 8px;
    padding: 8px;
    line-height: 0;
    margin-bottom: 0;
}

.why-karabama .icon:before {
    color: #fff;
}

.why-karabama .item-header {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.why-karabama .item-title {
    margin: 5px 12px;
    font-size: 16px;
}

.why-karabama .section-title {
    text-align: right;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .why-karabama {
        margin: 50px -50%;
        padding: 20px 50%;
    }

    .why-karabama .section-items {
        width: 90%;
    }

    .why-karabama .section-items .item {
        width: 30%;
        text-align: center;
        padding: 36px;
    }

    .why-karabama .item-header {
        flex-direction: column;
    }

    .why-karabama .icon {
        font-size: 32px;
        border-radius: 16px;
        padding: 16px;
        margin-bottom: 20px;
    }

    .why-karabama .item-title {
        margin: 5px 0 12px 0;
        font-size: 20px;
    }

    .why-karabama .section-title {
        text-align: center;
    }

    .why-karabama .section-items .item p {
        text-align: center;
        margin-top: unset;
    }
}
/* --- End Why karabama --- */

/* --- Steps of Doing a Request --- */
.steps-of-doing-a-request {
    margin: 50px 0;
    padding: 12px 15px;
    border-radius: 16px;
}

.steps-of-doing-a-request .section-items {
    flex-direction: row;
    overflow: auto;
}

.steps-of-doing-a-request .item {
    border-radius: 16px;
    background-color: #fff;
    border: 0;
}

.steps-of-doing-a-request .item-title {
    font-size: 16px;
    width: max-content;
    margin: 0;
    line-height: 30px;
}

.steps-of-doing-a-request .section-info {
    width: 100%;
    margin-top: 20px;
}

.steps-of-doing-a-request .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.steps-of-doing-a-request .item-body {
    text-align: right;
    margin: 10px;
    width: 65%;
}

.steps-of-doing-a-request .item-body p {
    text-align: right;
    margin: 0;
}

.steps-of-doing-a-request img {
    margin: 5px;
}

.steps-of-doing-a-request figure {
    width: 35%;
    line-height: 0;
}

@media (min-width: 768px) {
    .steps-of-doing-a-request {
        margin: 50px -50%;
        padding: 12px 50%;
    }

    .steps-of-doing-a-request .item {
        border: 1px solid #cee7f4;
        padding: 20px;
    }

    .steps-of-doing-a-request .item-title {
        line-height: 36px;
    }

    .steps-of-doing-a-request .section-items {
        overflow: unset;
    }

    .steps-of-doing-a-request .section-items .item {
        width: 23%;
        flex-direction: column;
    }

    .steps-of-doing-a-request .item-title {
        margin: auto;
    }

    .steps-of-doing-a-request .item-body {
        width: 100%;
    }

    .steps-of-doing-a-request .item-body {
        text-align: center;
        margin: 0;
    }

    .steps-of-doing-a-request .item-body p {
        text-align: center;
        margin-bottom: 0;
    }
}
/* --- End Steps of Doing a Request --- */

/* --- Map --- */
.map .section-items {
    align-items: center;
}

.map .section-title {
    margin-bottom: 20px;
    display: inline-block;
}

/* --- Two Columns --- */
.two-columns.reverse-col .section-items {
    flex-direction: column-reverse;
}

.two-columns .section-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: unset;
}

.two-columns .section-items .item {
    width: 100%;
}

@media (min-width: 768px) {

    .two-columns .section-items {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .two-columns.reverse-col .section-items {
        flex-direction: unset;
    }

    .two-columns .section-items .item {
        width: 45%;
    }
}
/* --- End Map --- */

/* --- Brands of Device --- */
.brands-of-device .section-items {
    flex-direction: row;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.brands-of-device .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: unset;
    margin: 10px;
}

.brands-of-device .item img {
    max-width: 90px;
}

.brands-of-device .item figure {
    display: flex;
    justify-content: center;
}

.brands-of-device .item.toggle-show.display-none {
    display: inline-block;
}

.brands-of-device .item:hover {
    background-color: var(--blue-second-10);
}

.brands-of-device .toggle-show-buttons-container {
    display: none;
}

.brands-of-device figure {
    margin: 0;
}

.brands-of-device a.box {
    display: block;
    width: 150px;
}

.brands-of-device .item .box .title span {
    color: black;
    display: inline-block;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .brands-of-device .section-items {
        overflow: unset;
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
    }

    .brands-of-device .item {
        width: 23%;
    }

    .brands-of-device .toggle-show-buttons-container {
        display: block;
    }

    .brands-of-device .item img {
        max-width: 150px;
    }

    .brands-of-device .item.toggle-show.display-none {
        display: none;
    }

    .brands-of-device a.box {
        padding: 41px 24px;
        margin: 0;
        width: unset;
    }
}
/* --- End Brands of Device --- */

/* --- Karabama Advantages --- */
.karabama-advantages {
    margin-top: 50px;
    margin-bottom: 50px;
}

.karabama-advantages .section-items {
    flex-direction: column;
}

.karabama-advantages .item {
    border-radius: 16px;
    padding: 50px 24px;
}

.karabama-advantages .item-title {
    font-size: 16px;
    margin: 0 10px;
    color: var(--gray-80);
}

.karabama-advantages .section-info {
    width: 100%;
    text-align: center;
}

.karabama-advantages .kb-tick:before {
    color: var(--success-50);
    font-weight: 700;
}

.karabama-advantages .icon {
    font-size: 16px;
    border: 1px solid var(--success-50);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
}

.karabama-advantages .item-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}

.karabama-advantages .section-items p {
    text-align: justify;
}

@media (min-width: 768px) {
    .karabama-advantages .section-items {
        flex-direction: row;
        width: 90%;
    }

    .karabama-advantages .section-items p {
        text-align: center;
    }

    .karabama-advantages .item {
        width: 28%;
        padding: 25px;
        margin: 16px;
    }

    .karabama-advantages .section-info {
        width: 60%;
    }

    .karabama-advantages .item-header {
        flex-direction: column;
    }

    .karabama-advantages .item-title {
        width: max-content;
        margin: 5px auto;
    }

    .karabama-advantages .icon {
        font-size: 24px;
        width: 52px;
        height: 52px;
        line-height: 52px;
        margin-bottom: 10px;
    }

}

/* --- End Karabama Advantages --- */

/* --- Devices of Brand --- */
.devices-of-brand .section-items li:first-child {
    display: flex;
    justify-content: center;
    border: 0;
}

.devices-of-brand .item {
/*     max-height: 50px; */
    padding: 10px 0 ;
}

@media (min-width: 768px) {
    .devices-of-brand .section-items li:first-child {
        border: 1px solid var(--gray-40);
    }

    .devices-of-brand .item {
        max-height: unset;
    }
}
/* --- End Devices of Brand --- */

/* --- Footer --- */
#footer {
    border-top: 1px solid var(--gray-30);
    background-color: var(--primary-gray-02);
    margin-bottom: 40px;
}

.footer-content {
    margin-top: 10px;
}

.footer-col-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
    color: var(--gray-80);
}

.footer-col-title {
    color: var(--blue-firs-60);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.footer-top {
    display: none;
}

.footer-logo-mobile {
    width: 190px;
    display: block;
    margin-top: 24px;
}

.footer-col:first-child {
    order: 3;
}

.footer-col .about-us .footer-col-title,
.certificate-section .footer-col-title {
    font-size: 16px;
    line-height: 35px;
    color: var(--gray-80);
}

.certificate-section img {
    border: 1px solid var(--gray-40);
}

.certificate-section .item {
    cursor: pointer;
}

.text-724 {
    display: block;
    font-weight: 700;
    font-size: 12px;
}

.important-links {
    margin-bottom: 40px;
}

.important-links ul,
.quick-access-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.important-links ul {
    max-height: 170px;
}

.quick-access-links ul {
    max-height: 70px;
}

.important-links ul li,
.quick-access-links ul li {
    margin: 5px 0;
    width: 49%;
}

.footer-col .contact-info div {
    display: flex;
    margin: 5px 0 10px 0;
    align-items: center;
}

.footer-col .contact-info .kb-phone:before {
    font-weight: 700;
}

.footer-col .contact-info .icon {
    font-size: 24px;
}

.footer-col {
    margin: 15px 0;
}

.footer-col .icon {
    margin: 10px;
}

.footer-col .icon:before {
    color: var(--gray-80);
}

.horizontal-line {
    border-bottom: 2px solid var(--gray-20);
    margin: 10px 0;
}

.certificate-section .section-items {
    justify-content: flex-start;
    margin: 0;
}

.certificate-section .section-items .item {
    width: 24%;
}

.footer-col-container div.footer-col:first-child {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    #footer {
        margin-bottom: 0;
    }

    .footer-col-container {
        flex-direction: row;
    }

    .footer-content {
        margin-top: 50px;
    }

    .footer-col {
        width: 32.3% ;
    }

    .footer-col:first-child {
        order: unset;
    }

    .footer-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 12px;
        padding: 32px;
        background-color: #fff;
    }

    .footer-logo-mobile {
        display: none;
    }

    .footer-top-section-right {
        display: flex;
    }

    .image-element-logo {
        margin-left: 10px;
        width: 55px;
    }

    .footer-col .about-us .footer-col-title {
        font-size: 20px;
    }

    .footer-col-container div.footer-col:first-child {
        flex-direction: column;
    }

    .footer-logo-desktop {
        width: 100px;
    }

}
/* --- End Footer --- */

/* --- Top Features Row --- */
.top-features-row .section-items {
    flex-direction: row;
    flex-wrap: wrap;
}

.top-features-row .item {
    display: flex;
    align-items: center;
    width: 49%;
    margin: 5px 0;
}

.top-features-row .icon {
    font-size: 20px;
    box-shadow: 0 6px 8px rgba(75, 75, 75, 0.06);
    border: 1px solid var(--gray-30);
    border-radius: 8px;
    padding: 13px;
    margin: 12px;
    line-height: 0;
}

.top-features-row .icon:before {
    color: var(--blue-second-50);
}

.top-features-row .item-title,
.top-features-row .item-description {
    color: var(--blue-firs-60);
}

.top-features-row .item-title {
    font-weight: 800;
    display: block;
}

.top-features-row .item-description {
    color: var(--blue-firs-60);
    font-weight: 600;
}

.top-features-row .item-title {
    font-size: 22px;
    margin-bottom: 5px;
}

.top-features-row .item-description {
    font-size: 12px;
}

@media (min-width: 768px) {
    .top-features-row .section-items {
        flex-wrap: nowrap;
        width: 90%;
    }

    .top-features-row .icon {
        margin: 16px;
        font-size: 30px;
        padding: 16px;
    }

    .top-features-row .section-items {
        justify-content: space-evenly;
    }

    .top-features-row .item-title {
        font-size: 30px;
    }

    .top-features-row .item-description {
        font-size: 14px;
    }
}
/* --- End Top Features Row --- */

/* --- Bottom Feature Row --- */
.bottom-features-row {
    margin: 0;
}

.bottom-features-row .section-items {
    flex-direction: row;
    flex-wrap: wrap;
}

.bottom-features-row .item {
    display: block;
    text-align: center;
    width: 49%;
    margin: 10px 0;
}

.bottom-features-row .item-title {
    display: block;
    font-size: 14px;
}

.bottom-features-row .icon {
    font-size: 20px;
    background-color: var(--gray-70);
    border-radius: 12px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 45px;
}

.bottom-features-row .icon:before {
    color: #fff;
}

@media (min-width: 768px) {
    .bottom-features-row .item {
        width: 16%;
        display: flex;
        align-items: center;
    }

    .bottom-features-row .item-title {
        font-size: 12px;
        margin-bottom: 0;
    }
}

/* --- End Bottom Features Row --- */

/* --- Important Statistics --- */
.important-statistics {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    filter: drop-shadow(0 3px 5px rgba(75, 75, 75, 0.08));
}

.important-statistics img {
    border-radius: 0 32px 0 0;
    display: block;
}

.important-statistics-text {
    padding: 20px;
    width: 100%;
}

.important-statistics .icon {
    background-color: var(--red-2);
    border-radius: 12px;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 14px;
}

.important-statistics .icon:before {
    color: #fff;
    font-size: 20px;
}

.important-statistics .item-title {
    font-size: 16px;
    line-height: 35px;
}

.important-statistics .section-title {
    display: none;
}

.important-statistics .section-slogan {
    display: block;
    background: var(--red-2);
    border-radius: 8px 0 8px 8px;
    color: #fff;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    margin-top: -70px;
    margin-right: -20px;
}

.statistic-item {
    display: flex;
    margin: 32px 0;
}

.statistic-item div {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .important-statistics {
        filter: unset;
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
        border-radius: 60px;
        flex-direction: row;
        padding-left: 100px;

    }

    .important-statistics div:first-child img {
        border-radius: 0 60px 60px 0;
    }

    .important-statistics-text {
        padding-top: 100px;
        width: 45%;
    }

    .important-statistics .section-title {
        margin: 32px 0;
        display: block;
    }

    .important-statistics .section-slogan {
        display: none;
    }

    .important-statistics .item-title {
        font-size: 20px;
    }
}
/* --- End Important Statistics --- */

.show-more-btn,
.show-less-btn {
    cursor: pointer;
    text-align: center;
}

.show-more-btn,
.show-less-btn,
.show-more-btn .kb-chevron-down:before,
.show-less-btn .kb-chevron-top:before {
    font-weight: 700;
    color: var(--blue-second-60);
}

.show-more-btn .kb-chevron-down:before,
.show-less-btn .kb-chevron-top:before {
    margin: 0 10px;
    font-size: 11px;
}

/* --- Accordion --- */
.accordion-container > div {
    width: 100%;
}

.accordion-item {
    border: 1px solid var(--gray-30);
    border-radius: 8px;
    margin-bottom: 12px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    background-color: var(--primary-gray-01);
}

.accordion-header.active {
    background-color: var(--blue-second-10);
    border-radius: 8px 8px 0 0;
}

.accordion-header.active .accordion-header-text,
.accordion-header.active .accordion-header-first-icon {
    color: var(--gray-70);
}

.accordion-header-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-80);
    line-height: 24px;
    margin-bottom: 0;
}

.accordion-header-first-icon {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid var(--gray-30);
    padding: 10px;
    margin-left: 10px;
    font-weight: 700;
    font-size: 22px;
    color: var(--gray-80);
    width:42px;
    height: 42px;
    text-align: center;
}
.accordion-header .accordion-header-last-icon {
    margin-right: 5px;
}

.accordion-header .accordion-header-last-icon:before {
    font-size: 12px;
    color: var(--blue-second-60);
}

.accordion-body {
    color: var(--gray-80);
    padding: 12px;
}

.toggle-show-buttons-container {
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .accordion-container {
        flex-direction: row;
    }

    .accordion-header-text {
        width: 95%;
        font-size: 16px;
    }
}
/* --- End Accordion --- */

/* --- Error Code --- */
.error-code-section .tab-title-wrapper {
    background-color: #fff;
}

.error-code-section .section-items {
    position: relative;
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.error-code-section .error-codes-box {
    width: 100%;
}

.error-code-section .error-code-image {
    display: none;
}

.error-code-section .error-codes-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.error-code-section .error-codes-box .item {
    display: flex;
    justify-content: center;
    border: 1px solid var(--gray-40);
    border-radius: 8px;
    padding: 10px;
    width: 30%;
    margin: 5px;
    color: var(--gray-70);
}

.error-code-section .error-codes-box .item:hover,
.error-code-section .error-codes-box .active {
    cursor: pointer;
    background-color: var(--blue-second-10);
    border: 1px solid var(--blue-second-60);
}

.error-code-section .error-codes-box .error-code {
    font: 54px DsDigi;
    color: var(--gray-80);
    display: inline-block;
    min-width: 80px;
    height: 80px;
    border-radius: 8px;
    line-height: 80px;
    text-align: center;
    background-color: var(--gray-10);
    box-shadow: 0 4px 1px rgba(75, 75, 75, 0.06);
}

.error-code-section .show-more-error {
    display: inline-block;
    margin: 20px 0;
}

.error-code-section .show-more-error,
.error-code-section .show-more-error .icon:before {
    color: var(--blue-second-60);
    font-weight: 700;
}

.error-code-section .show-more-error .icon {
    margin-right: 10px;
}

.error-code-section .error-description {
    background-color: var(--blue-second-10);
    padding: 10px;
    border-radius: 8px 0 0 8px;
    border-right: 2px solid var(--blue-second-20);
}

@media (min-width: 768px) {
    .error-code-section .section-items {
        margin-bottom: 120px;
    }

    .error-code-section .error-codes-box {
        width: 68%;
    }

    .error-code-section .error-code-image {
        display: block;
        text-align: left;
    }

    .error-code-section .error-codes-box .item {
        padding: 30px;
        width: 23%;
        margin: 12px;
    }

    .error-code-section .error-codes-box .error-code {
        min-width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .error-code-section .error-codes-box .item {
        padding: 30px;
    }

    .error-code-section .tab-content-wrapper {
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .error-code-section .section-items {
        flex-direction: row;
    }
}
/* --- End Error Code --- */

/* --- Common Problem --- */
.common-problems {
    justify-content: right;
}

.common-problem-container > div {
    width: 100%;
}
.common-problems .item {
    border: 1px solid var(--gray-40);
    border-radius: 8px;
    margin: 8px 0;
    padding: 10px;
}

.common-problems .item-header {
    flex-direction: column;
    align-items: flex-start;
}

.common-problems .item-header-text {
    font-size: 16px;
    line-height: 28px;
    color: var(--gray-80);
    font-weight: 700;
    margin-bottom: 0;
}

.common-problems .item-header-first-icon {
    font-size: 22px;
    background-color: var(--gray-10);
    padding: 8px;
    border: 0;
    border-radius: 8px;
    margin-left: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
}

.question {
    display: flex;
    align-items: center;
}

.common-problems .item-body {
    margin-top: 10px;
}

.common-problems .item-body .show-more-btn,
.common-problems .item-body .show-less-btn {
    text-align: right;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .common-problem-container {
        flex-direction: row;
    }
}
/* --- End Common Problem --- */

/* --- CTA --- */
.cta {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    background-color: var(--blue-second-10);
    border-radius: 16px;
    margin: 50px 0;
}

.cta div:first-child {
    padding: 0 20px;
}

.cta-title {
    color: var(--gray-80);
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    margin: 20px 0;
    text-align: right;
}

.cta-description {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--gray-60);
}

.cta-link {
    margin: 20px 0;
}

.cta-link .icon {
    margin: 0 10px;
}

.cta img {
    display: inherit;
    mix-blend-mode: multiply;
    margin: 0!important;
}


@media (min-width: 768px) {
    .cta {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
    }

    .cta-title {
        margin: 0 0 10px 0;
    }

    .cta-link {
        margin: 20px 0;
    }
}
/* --- End CTA --- */

/* --- SEO Box ---*/
.seo-box .show-more-btn,
.seo-box .show-less-btn {
    margin-top: 20px;
}

.seo-box .section-title {
    color: var(--blue-firs-60);
    font-weight: 800;
    font-size: 20px;
}

.seo-box img {
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
    .seo-box .section-title {
        font-size: 32px;
    }
}
/* --- Review --- */
.review-section .section-title {
    background: url(../../images/review-mobile-bg.svg) no-repeat;
    min-height: 82px;
}

.review-section {
    align-items: unset;
}

.review-section .owl-item {
    opacity: 1;
}

.review-section .section-items {
    margin: 0;
}

.review-section .item {
    border-radius: 8px;
    padding: 16px 24px;
    background-color: #fff;
    min-height: 300px;
}

.review-section .review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 15px 0;
}

.review-section .review-text {
    line-height: 24px;
    margin: 10px 0;
}

.review-section .review-info .icon {
    margin-left: 5px;
}

.review-section .rate-box {
    padding: 2px 6px;
    background: var(--primary-gray-02);
    border-radius: 8px;
    text-align: center;
}

.review-section .rate-box span {
    margin: 0 3px;
}

.review-section .review-rate {
    font-size: 12px;
}

.review-section .kb-star-fill:before {
    font-size: 12px;
    color: #f5cd3d;
    margin: 0 3px;
}

.review-section .phone {
    display: inline-block;
    direction: ltr;
}

.review-section .customer-name,
.review-section .phone,
.review-section .review-date {
    font-size: 12px;
    font-weight: 700;
}

.review-section .audio-section {
    text-align: center;
}

.review-section .show-more-btn,
.review-section .show-less-btn {
    text-align: right;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--gray-60);
    margin: 2px;
    padding: 6px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--gray-80);
    padding: 8px;
}

@media (min-width: 768px) {
    .review-section {
        background: url(../../images/review-desktop-bg.svg) no-repeat;
        min-height: 400px;
        align-items: center;
    }

    .review-section .section-title {
        background: unset;
    }

    .review-section .owl-item.center {
        opacity: 1;
    }

    .review-section .owl-item {
        opacity: 0.5;
    }
}
/* --- End Review --- */

/* َAbout Us Slider */
.about-us-slider {
    position: relative;
    width: 100%;
    border-radius: 60px;
}

.about-us-slider .below-background {
    position: absolute;
    width: 100%;
    height: 25%;
    border-radius: 30px;
    background-color: var(--blue-firs-10);
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}

.about-us-slider .about-us-slider-background {
    width: 100%;
    height: auto;
    border-radius: 30px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

.about-us-slider .about-us-slider-slogan {
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.about-us-slider .above-layer {
    position: relative;
}

.about-us-slider .above-layer .about-us-slider-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 5% 1% 0;
    background-image: linear-gradient(180deg, transparent, #00558e 71.48%);
    border-radius: 0 0 30px 30px;
}

.about-us-slider .about-us-slider-logo {
    width: 30%;
    height: auto;
}

@media (min-width: 768px) {
    .about-us-slider .below-background,
    .about-us-slider .about-us-slider-background {
        border-radius: 60px;
    }

    .about-us-slider .above-layer .about-us-slider-content {
        background-image: linear-gradient(180deg, transparent, #00558E 71.48%);
        border-radius: 0 0 60px 60px;
    }

    .about-us-slider .about-us-slider-slogan {
        font-size: 40px;
        line-height: 83px;
    }
}
/* End About Us Slider */

/* Download Application */
.download-app-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    margin-top: 200px;
}

.download-app-section .below-background {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 60px 32px 32px 32px;
    background-color: var(--blue-second-10);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.download-app-section .above-layer {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: unset;
    padding: 0 10px;
    height: 100%;
}

.download-app-section .above-layer > div {
    width: 100%;
}

.download-app-section .above-layer > div:first-child {
    padding-top: 0;
    padding-bottom: 50px;
}

.download-app-section .above-layer > div:last-child {
    margin-top: 0;
}

.download-app-section .icon {
    margin-right: 10px;
}

.download-app-section .download-button-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.download-app-section .download-button-wrapper a {
    margin-right: 2px;
    margin-left: 2px;
}

@media (min-width: 768px) {
    .download-app-section {
        min-height: 500px;
        margin-top: 35px;
    }

    .download-app-section .above-layer {
        flex-direction: row;
        justify-content: space-between;
    }

    .download-app-section .below-background {
        border-radius: 60px;
    }

    .download-app-section .above-layer > div {
        width: 48%;
    }

    .download-app-section .above-layer {
        padding: 0 50px;
    }

    .download-app-section .above-layer > div:first-child {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .download-app-section .above-layer > div:last-child {
        margin-top: -100px;
    }
}
/* --- End Download Application --- */


/* Blog ---------------------------------------------------- */
/* --- Single Post --- */
.single-post-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.single-post-container .post-box {
    width: 100%;
}

.sidebar-left-box {
    width: 100%;
}

.sidebar-left-box img {
    border-radius: 8px !important;
}

.entry-content img {
    border-radius: 16px;
}

.single-post-container .post-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 35px;
    text-align: right;
    color: var(--gray-80);
    margin: 8px 0;
}

.post-meta-box {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 30px;
}

.post-meta-box .rate {
    background-color: var(--blue-firs-10);
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 20px;
}

.post-meta-box .rate,
.post-meta-box .kb-star-fill:before {
    color: var(--gray-80);
}

.post-meta-box .kb-star-fill:before {
    margin-left: 5px;
}

.entry-content {
    margin: 25px 0;
}

.approved-box {
    display: flex;
    align-items: unset;
    padding: 24px 11px;
    background: var(--blue-second-10);
    border: 1px solid var(--blue-second-10);
    border-radius: 8px;
    margin: 20px 0;
}

.approved-box div {
    width: 80%;
}

.approved-box figure {
    margin-left: 13px;
}

.approved-box .title {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.approved-box .description {
    margin-bottom: 0;
}

.tip-box {
    position: relative;
    border: 2px solid var(--gray-40);
    border-radius: 8px;
    padding: 48px 24px 24px 24px;
}

.tip-box .header {
    position: absolute;
    font-weight: 800;
    font-size: 22px;
    color: var(--gray-80);
    top: -20px;
    background-color: #fff;
}

.tip-box .header .icon {
    width: 40px;
    height: 40px;
    background-color: var(--blue-second-10);
    border: 1px solid var(--blue-second-20);
    border-radius: 8px;
    text-align: center;
    padding: 5px;
}

.tip-box .header .icon:before {
    color: var(--blue-second-60);
}

.tip-box .header .title {
    padding: 0 10px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.seo-box h2,
.seo-box h3 {
    color: var(--gray-80);
    margin: 20px 0 12px 0;
}

.post-content h1 {
    font-size: 18px;
}

.post-content h2,
.seo-box h2 {
    font-size: 20px;
}

.post-content h3,
.seo-box h3 {
    font-size: 18px;
}

.post-content h4,
.seo-box h4 {
    font-size: 14px;
}

.inner-post-box {
    border-radius: 8px;
}

.inner-post-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-post-box .text-box {
    padding: 5px;
}

.inner-post-box img {
    border-radius: 8px 8px 0 0;
    margin: 0 !important;
    display: block;
}

.inner-post-title {
    font-weight: 700;
    color: var(--blue-firs-60);
}

.inner-post-excerpt {
    font-size: 12px;
    color: var(--gray-70);
}

.repair-request-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: var(--blue-second-10);
    box-shadow: 0 6px 8px rgba(75, 75, 75, 0.06);
    border-radius: 16px;
}

.repair-request-box img {
    border-radius: 16px 16px 0 0;
    mix-blend-mode: multiply;
    display: block;
    margin: 0 !important;
}

.repair-request-box a .icon {
    margin: 0 10px 0 0;
}

.repair-request-box a {
    margin: 10px 0;
}

.repair-request-box-title,
.repair-request-box-slogan {
    display: block;
}

.repair-request-box-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    color: var(--gray-80);
    padding: 15px;
}

.repair-request-box-slogan {
    font-weight: 700;
    margin: 10px 0;
    color: var(--gray-70);
}

.repair-request-box .text {
    text-align: center;
}

.ad-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--blue-second-10);
    box-shadow: 0 6px 8px rgba(75, 75, 75, 0.06);
    border-radius: 16px;
}

.ad-box .text {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.ad-box .ad-box-title,
.ad-box .ad-box-description {
    display: block;
    font-weight: 800;
    color: var(--gray-80);
}

.ad-box .ad-box-title {
    font-size: 16px;
    line-height: 35px;
}

.ad-box .ad-box-description {
    font-size: 22px;
    line-height: 40px;
}

.ad-box .ad-box-slogan {
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    color: var(--gray-60);
    margin: 15px 0;
}

.ad-box figure {
    display: none;
}

.ad-box .feature-ribbon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ad-box .icon {
    box-shadow: 0 6px 8px rgba(75, 75, 75, 0.06);
    margin: 16px;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
}

.ad-box .icon:before {
    color: var(--blue-second-50);
    font-size: 26px;
}

.ad-box .feature-ribbon .item {
    display: flex;
    align-items: center;
    width: 49%;
    margin: 5px 0;
}

.ad-box .feature-ribbon .item-title,
.ad-box .feature-ribbon .item-description {
    color: var(--blue-firs-60);
    text-align: right;
}

.ad-box .feature-ribbon .item-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 38px;
}

.ad-box .feature-ribbon .item-description {
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
}

.special-services {
    filter: drop-shadow(0 6px 8px rgba(75, 75, 75, 0.06));
    border-radius: 16px;
    padding: 20px;
    background-color: var(--blue-second-10);
}

.special-services .section-title {
    font-size: 22px;
}

.special-services .section-items .item .title {
    font-size: 16px;
}

.special-services .section-title,
.special-services .section-items .item .title {
    color: var(--gray-80);
    margin-bottom: 20px;
}

.special-services .icon {
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

.special-services .icon:before {
    font-size: 30px;
    color: var(--gray-80);
}

.special-services .description,
.special-services .section-items .item .description {
    color: var(--gray-60);
}

.special-services .section-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
}

.special-services .section-items .item {
    width: 100%;
    padding: 16px;
    border: 1px solid var(--blue-second-30);
    border-radius: 8px;
    background-color: #fff;
    margin: 10px 0;
}

.special-services .section-items .item a {
    margin-top: 20px;
    float: left;
}

.share-rate-section {
    border-radius: 8px;
    padding: 4px 24px;
    color: var(--gray-80);
}

.share-rate-section .kb-like {
    margin-left: 10px;
}

.share-rate-section .kb-like:before {
    color: var(--blue-firs-60);
    font-size: 21px;
}

.share-rate-section .share-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.share-box {
    padding: 20px 0;
}

.share-rate-section .rate-box {
    border-top: 1px solid var(--gray-40);
    text-align: center;
}

.share-rate-section .rate-box .rate-title {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.share-rate-section .copy-current-post-url-to-clipboard {
    display: flex;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    color: var(--blue-second-60);
    cursor: pointer;
}

.share-rate-section .copy-current-post-url-to-clipboard .kb-copy:before {
    color: var(--blue-second-60);
    font-size: 24px;
    margin-left: 10px;
}

.share-rate-section .share-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-rate-section .share-box-icon a {
    margin: 0 3px;
}

.share-box-text {
    width: 100%;
}

.entry-content img {
    margin: 15px 0;
}

.positive-list-wrapper ul,
.negative-list-wrapper ul {
    list-style: none;
}

.positive-list-wrapper ul li:before,
.negative-list-wrapper ul li:before {
    font-family: fontello;
    margin-left: 5px;
    font-weight: 800;
}

.positive-list-wrapper ul li:before {
    content: '\e82f';
    color: var(--success-60);
}

.negative-list-wrapper ul li:before {
    content: '\e80f';
    color: var(--alert-60);
}
/* --- Suggestion Posts --- */
.suggestion-posts-section {
    background-color: var(--blue-second-10);
    padding: 10px 50%;
    margin: 25px -50%;
}

.suggestion-posts-section .section-title {
    margin: 15px 0;
}

.suggestion-posts-section .section-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.suggestion-posts-section .section-items .item {
    display: block;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background-color: var(--primary-gray-01);
    border: 1px solid var(--gray-30);
    margin: 12px 0;
}

.suggestion-posts-section .section-items .item img {
    border-radius: 16px;
}

.suggestion-posts-section .section-items .item .title {
    color: var(--gray-80);
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

.suggestion-posts-section .section-items .item .excerpt {
    color: var(--gray-70);
    margin-bottom: 20px;
}

.suggestion-posts-section .modified-date,
.posts-box .modified-date {
    font-size: 10px;
    margin-right: 8px;
}

.suggestion-posts-section .modified-date,
.posts-box .modified-date,
.icon:before {
    color: var(--gray-70);
}

.suggestion-posts-section figure {
    text-align: center;
}

/* Archive */
.selected-posts-in-blog {
    background-color: var(--blue-second-10);
    margin: -20px -50% 30px -50%;
    padding: 20px 50%;
}

.selected-posts-in-blog .section-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selected-posts-in-blog .section-items .title {
    color: var(--gray-80);
    font-size: 18px;
}

.selected-posts-in-blog .section-items > div:first-child {
    width: 100%;
}

.selected-posts-in-blog .section-items div:last-child .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selected-posts-in-blog .section-items div:last-child .item {
    margin-bottom: 15px;
}

.selected-posts-in-blog .section-items div:last-child .item .image {
    max-width: 100%;
}

.selected-posts-in-blog .section-items div:last-child .item .title {
    margin-bottom: 0;
}

.selected-posts-in-blog .section-items div:last-child .item .title,
.selected-posts-in-blog .section-items div:last-child .item .excerpt {
    margin-right: 10px;
}

.selected-posts-in-blog .section-items div:last-child .item .excerpt {
    color: var(--gray-70);
}

.blog-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-container .posts-box {
    width: 100%;
}

.blog-container .post-item .post-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    color: var(--gray-80);
}

.blog-container .post-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--gray-30);
    border-radius: 8px;
    margin-bottom: 16px;
}

.blog-container .post-item .post-excerpt {
    color: var(--gray-70);
}

.blog-container .post-item .post-image {
    display: block;
    border-radius: 8px 8px 0 0;
}

.blog-container .post-item .post-content {
    padding: 10px;
    width: 95%;
}

.column-link .item {
    border-radius: 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .column-link .item {
        border-radius: 8px;
        width: 30%;
    }
}

nav.pagination {
    margin: 32px 0 64px 0;
}

.top-banner-single-post {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .single-post-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .single-post-container .post-box {
        width: 69%;
    }

    .selected-posts-in-blog .section-items div:last-child .item {
        flex-direction: row;
    }

    .selected-posts-in-blog .section-items div:last-child .item .image {
        max-width: 160px;
    }

    .post-meta-box .modified-date {
        color: var(--gray-80);
    }

    .sidebar-left-box {
        width: 29%;
    }

    .inner-post-box a {
        flex-direction: row;
    }

    .inner-post-box img {
        border-radius: 0 8px 8px 0;
    }

    .inner-post-box figure {
        width: 24%;
    }

    .inner-post-box .text-box {
        padding: 20px;
        width: 76%;
    }

    .repair-request-box {
        flex-direction: row;
        align-items: center;
    }

    .repair-request-box .text {
        text-align: right;
        padding-right: 5%;
        width: 41%;
    }

    .repair-request-box-title {
        padding: 0;
    }

    .ad-box figure {
        display: block;
    }

    .ad-box img {
        border-radius: 0 16px 16px 0;
        mix-blend-mode: multiply;
        margin: 0;
        display: block;
    }

    .ad-box .text {
        width: 70%;
        padding-top: 0;
    }

    .ad-box .feature-ribbon {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .special-services {
        padding: 40px;
        background-color: #fff;
    }

    .special-services .section-items {
        flex-direction: row;
    }

    .special-services .section-items .item {
        width: 49%;
    }

    .share-rate-section .share-box {
        flex-direction: row;
    }

    .share-box-text {
        width: 57%;
    }

    .blog-container {
        flex-direction: row;
    }

    .blog-container .posts-box {
        width: 69%;
    }

    .blog-container .post-item {
        flex-direction: row;
        align-items: center;
    }

    .blog-container .post-item .post-image {
        border-radius: 0 8px 8px 0;
    }

    .suggestion-posts-section {
        margin: 50px -50%;
    }

    .suggestion-posts-section .section-items .item {
        width: 32%;
        margin-bottom: 0;
    }

    .suggestion-posts-section .section-items {
        flex-direction: row;
    }

    .selected-posts-in-blog .section-items {
        flex-direction: row;
        justify-content: space-between;
    }

    .selected-posts-in-blog .section-items > div:first-child {
        width: 57%;
    }

    .selected-posts-in-blog .section-items > div:first-child img {
        height: 410px;
    }

    .selected-posts-in-blog .section-items > div:last-child {
        width: 42%;
    }

    .approved-box {
        align-items: center;
    }

    .top-banner-single-post {
        display: none;
    }
}
/* --- End Suggestion Posts --- */
/* End Blog ------------------------------------------------ */
/* 404 ------------------------------------------------------*/
.container-404 {
    text-align: center;
    margin: 50px 0;
}

.page-not-found-message {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0;
}

.return-home-page {
    display: inline-block;
}

@media (min-width: 768px) {
    .page-not-found-message {
        font-size: 32px;
    }
}
/* End 404 ------------------------------------------------- */
/* Contact Us Block ---------------------------------------- */
.contact-us-info .section-items {
    /*justify-content: flex-start;*/
}

.contact-us-info .section-items .item {
    margin: 8px 0;
}

.contact-us-info .section-items .item .icon:before {
    color: var(--gray-80);
    font-weight: 700;
}

.contact-us-info .section-items {
    display: unset;
}
/* End Contact Us Block ------------------------------------ */
/* Join Us Block ------------------------------------------- */
.join-us {
    border: 1px solid var(--gray-30);
    border-radius: 8px;
    padding: 16px;
}

.join-us .title {
    font-size: 22px;
}

.join-us .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join-us a {
    width: 35%;
}
/* End Join Us Block --------------------------------------- */

/* Successful Request Register Message Block --------------- */
.successful-request-register-message {
    align-items: center;
}
/* End Successful Request Register Message Block ----------- */

/* Pagination */
.nav-links {
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-block;
    font-weight: 700;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid var(--gray-20);
    border-radius: 8px;
    margin: 0 5px;
    color: var(--gray-80);
}

.nav-links .current {
    background-color: var(--blue-second-60);
    color: #fff;
}
/* End Pagination */

/* Category & tag & search result ------------------------------------------------------------- */
.archive-container {
    margin-top: 20px;
}

.archive-container .posts-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: unset;
}

.archive-container .posts-box .post-item {
    display: block;
    width: 100%;
    margin: 10px;
    background-color: var(--primary-gray-01);
    border: 1px solid var(--gray-30);
    border-radius: 8px;
}

.archive-container .posts-box .post-item .post-image {
    border-radius: 8px 8px 0 0;
}

.archive-container .posts-box .post-item .post-content {
    padding: 10px;
}

.archive-container .posts-box .post-item .post-content .post-excerpt {
    color: var(--gray-60);
}

.archive-container .posts-box .post-item .post-content .post-title {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

@media (min-width: 768px) {
    .archive-container .posts-box {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;

    }

    .archive-container .posts-box .post-item {
        width: 31%;
    }
}
/* End Category ---------------------------------------------------------------- */

/* Search */
.wp-block-search__label {
    display: none;
}

.wp-block-search__input,
.wp-block-search__button {
    border-radius: 8px;
}

.wp-block-search__inside-wrapper {
    margin: 10px 0;
}
/* End Search */

/* Sidebar */
.specialist-services-sidebar-section {
    margin-bottom: 32px;
}

.specialist-services-sidebar-section .section-title {
    font-size: 22px;
    display: block;
}

.specialist-services-sidebar-section .item {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 8px 0;
    border-radius: 8px;
}

.specialist-services-sidebar-section .item .box {
    padding: 5px;
}

.specialist-services-sidebar-section img {
    max-width: 70px;
    margin: 10px;
}

.specialist-services-sidebar-section .service-title {
    color: var(--gray-70);
    font-size: 16px;
    font-weight: 800;
}

.specialist-services-sidebar-section .item-title {
    font-size: 16px;
}

.specialist-services-sidebar-section .icon:before {
    font-size: 22px;
    color: var(--gray-80);
}

.specialist-services-sidebar-section .icon {
    margin-left: 10px;
}
/* End Sidebar */

/* Contact Us Form */
.contact-us-form .description {
    display: block;
    margin-bottom: 24px;
}
/* End Contact Us Form */

/* ----- For Plugins ----- */
/* Easy Table of Content */
div#ez-toc-container {
    margin: 50px 0;
}

div#ez-toc-container {
    border-radius: 16px;
    padding: 16px 24px;
}

#ez-toc-container li {
    line-height: 2.5!important;
}

div#ez-toc-container p.ez-toc-title {
    font-weight: 800;
    font-size: 20px;
}

.ez-toc-pull-right {
    margin-left: 0;
}

.ez-toc-title-container {
    margin-bottom: 10px;
}

div#ez-toc-container ul.ez-toc-list a:hover {
    text-decoration: none;
}

#ez-toc-container a {
    color: var(--blue-firs-60);
}
/* Rate my Post */
.rmp-icon--star:before {
    font-size: 26px;
}

.rmp-heading--title {
    font-size: 16px;
    font-weight: 500;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
    margin: 0;
}

.rmp-widgets-container p {
    text-align: center;
}

.rmp-rating-widget .rmp-icon--full-highlight {
    color: #f9d727;
}
/* Yoast */
.breadcrumb_last,
#breadcrumbs a,
#breadcrumbs a:visited {
    color: var(--gray-80);
}

#breadcrumbs {
    overflow: auto;
    white-space: nowrap;
}

/* Reading more */
.rt-time,
.rt-label.rt-postfix {
    color: var(--gray-80);
}

/* contact 7 */
.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 p {
    border: 1px solid var(--gray-80);
    border-radius: 6px;
    padding: 0 15px;
    margin-bottom: 25px;
}

.wpcf7 input {
    border-radius: 6px;
    width: 100%;
}

.wpcf7 label {
    margin-top: -15px;
    display: block;
    background-color: #fff;
    width: fit-content;
    text-align: center;
}

.wpcf7 select {
    width: 100%;
}

.wpcf7 input[type="tel"] {
    text-align: right;
}

.wpcf7 input[type="submit"] {
    background-color: var(--blue-second-60);
    width: fit-content;
    padding: 5px 20px;
    float: left;
    color: #fff;
}

.wpcf7 input[type="submit"]:hover {
    background-color: var(--blue-second-50);
}

.wpcf7 .wrapper-name-phone {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wpcf7 .wrapper-name-phone p {
    width: 100%;
}

.wpcf7-list-item {
    padding: 20px 0;
}

.wpcf7 .submit-form-btn p {
    border: 0;
}

@media (min-width: 768px) {
    .wpcf7 .wrapper-name-phone {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .wpcf7 .wrapper-name-phone p {
        width: 49%;
    }
}
/* End For Plugins */

/* faq */
.faq-section .section-title {
    text-align: right;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .faq-section .section-title {
        text-align: center;
    }
}
/* End faq */

/* Categorized faqs */
.categorized-faqs .tab-title-wrapper {
    background-color: var(--blue-second-60);
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
}

.categorized-faqs .tab-title-wrapper .tab-title {
    display: block;
    margin: 10px 0;
    cursor: pointer;
    background-color: var(--blue-second-10);
    width: 100%;
    border-radius: 4px;
    text-align: right;
    padding: 5px;
}

.categorized-faqs .tab-title-wrapper .tab-title.active {
    font-weight: 700;
    background-color: #fff;
}

.categorized-faqs .icon {
    margin-left: 5px;
}

/* floating button */
.floating-button-wrapper {
    display: none;
    justify-content: space-between;
    position: fixed;
    padding: 10px;
    bottom: 0;
    width: 100%;
    background: var(--primary-gray-02);
    z-index: 1000;
    right: 0;
}

.floating-button-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.floating-button-wrapper .half-width {
    width: 49%;
}

.floating-button-wrapper .full-width {
    width: 100%;
}

.floating-button-wrapper .icon {
    margin-left: 5px;
}

.floating-button-wrapper .icon:before {
    font-size: 22px;
}

.floating-button-wrapper .kb-phone:before {
    color: #fff;
}

.floating-button-wrapper .kb-document-1:before {
    color: var(--blue-firs-50);
}

.floating-button-wrapper .button-fill {
    background-color: var(--blue-firs-50);
}

.floating-button-wrapper .button-outline {
    background-color: #fff;
}

@media (min-width: 768px) {
    .floating-button-wrapper {
        display: none!important;
    }
}


/* SINGLE floating button */

.single .floating-button-wrapper .button-outline {
    color: #fff;
    background-color: var(--blue-firs-50);
}

.single  .floating-button-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}



.single  .floating-button-wrapper .full-width {
    width: 100%;
}

.single  .floating-button-wrapper .icon {
    margin-left: 5px;
}

.single  .floating-button-wrapper .icon:before {
    font-size: 22px;
}



.single  .floating-button-wrapper .kb-document-1:before {
    color: var(--blue-firs-50);
}

.single  .floating-button-wrapper .button-fill {
    background-color: var(--blue-firs-50);
}



@media (min-width: 768px) {
    .single .floating-button-wrapper {
        display: flex !important;
    justify-content: center;
    position: fixed;
    padding: 10px;
    bottom: 0;
    width: 100%;
    background: var(--primary-gray-02);
    z-index: 1000;
    right: 0;
    cursor: pointer;
    }

    .single  .floating-button-wrapper .call-tracking {
    display: none !important;
    }
    .single  .floating-button-wrapper .half-width {
    width: fit-content;
    }
    .single .floating-button-wrapper .button-outline {
    color: #fff;
    background-color: var(--blue-firs-50);
    }
    .single .floating-button-wrapper .icon:before {
        color: #fff;
    }
    .single .floating-button-wrapper .full-width {
        width: 70%;
    }
}

/* Comments */
.comments-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.comment-respond,
.user_comments {
    width: 100%;
}

.comment-field {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid var(--gray-80);
    margin: 22px 0;
    padding: 10px;
}

.comments-area input {
    border-radius: 6px;
}

.comments-area .comment-label {
    margin-top: -23px;
    background-color: #fff;
    width: fit-content;
    text-align: center;
    height: fit-content;
}

.comments-area .comment-mobile-input {
    display: inline;
    direction: ltr;
    text-align: right;
}

.comments-area .info-comment {
    color: var(--blue-firs-60);
}

.comments-area .form-submit {
    float: left;
}

.comments-area .kb-question-mark {
    border: 1px solid var(--gray-30);
    border-radius: 8px;
    width: 42px;
    height: 42px;
    text-align: center;
    background-color: #fff;
    margin-left: 10px;
}

.comments-area .kb-question-mark:before {
    color: var(--gray-80);
    font-size: 28px;
    line-height: 42px;
}

.comments-area .user-message {
    display: flex;
}

.comments-area .comment .user-message > div:first-child {
    display: none;
    width: 0;
}

.comments-area .comment .user-message > div:last-child {
    width: 100%;
}

.comments-area .comment.depth-1 .user-message > span:first-child {
    display: block;
    width: 42px;
}

.comments-area .comment.depth-1 .comment-body {
    padding: 16px;
}

.comments-area .comment.depth-1.parent .comment-body,
.comments-area .comment.depth-1 .comment-body {
    background-color: var(--primary-gray-02);
    margin-top: 16px;
}

.comments-area .comment.depth-1.parent .comment-body {
    border-radius: 12px 12px 0 0;
}

.comments-area .comment.depth-1 .comment-body {
    border-radius: 12px;
}

.comments-area .children {
    background-color: var(--primary-gray-02);
    border-radius: 0 0 12px 12px;
    padding-bottom: 5px;
}

.comments-area .comment-text,
.comment.depth-1 .comment-text {
    color: var(--gray-80);
}

.comment.depth-1 .comment-text {
    font-weight: 700;
}

.comment-awaiting-moderation.waiting-pm {
    background: #fbc220;
    padding: 5px 7px 5px 7px;
    border-radius: 5px;
    margin-bottom: 9px;
}

.comments-area .comment-avatar-reply .icon:before {
    color: var(--blue-second-60);
}

.comments-area .comment-detail {
    display: flex;
}

.comments-area .comment-detail div:first-child {
    margin-right: 0;
}

.comments-area .comment-detail div {
    margin: 5px;
}

.comment-reply-link {
    color: var(--blue-second-60);
}

.comment_validation {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 9px;
}

.children .comment.even:first-child {
    margin-top: 0;
}

.children .comment.even {
    background-color: #fff;
    border-radius: 12px;
    padding: 12px;
    margin: 12px;
}

.comment-date {
    color: var(--gray-60);
    font-size: 12px;
}

.comment-date .icon:before {
    font-size: 9px;
}

.comments-pagination {
    width: 100%;
    margin-top: 20px;
}

.comment-sent {
    border-radius: 8px;
    width: 80px;
    padding: 5px 16px;
}

.user_comments .show-more-comment-wrapper {
    margin-top: 20px;
    text-align: center;
}

.user_comments .show-more-comments {
    color: var(--blue-second-60);
    cursor: pointer;
    font-weight: 700;
}

.user_comments .show-more-comments .icon:before {
    margin-left: 10px;
    color: var(--blue-second-60);
    font-weight: 700;
}

.comments-area .author-name {
    display: block;
    margin: 5px 0 5px 5px;
}

@media (min-width: 768px) {
    .comment-respond {
        width: 34%;
    }

    .user_comments {
        width: 64%;
    }

    .comments-area .comment.depth-1 .user-message > span:first-child {
        display: block;
    }
}

@media screen and (max-width: 782px) {
    #wpadminbar .ab-icon {
        width: 30px;
        font-size: 24px;
    }
}

/* Top Technicians */
.top-technicians-section {
    color: #000;
    font-weight: 700;
    background: url("../../images/top-technicians-mobile-bg.jpg") no-repeat 16% 0;
    min-height: 450px;
    align-items: flex-start;
}

.top-technicians-section .section-title {
    margin-bottom: 24px;
    text-align: right;
}

.top-technicians-section .below-background {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    background-color: var(--blue-firs-10);
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    border-radius: 32px;
}

.top-technicians-section .above-background {
    height: 100%;
    clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
    background-color: var(--gray-10);
    border-radius: 32px;
    padding: 24px;
}

.top-technicians-section .item {
    position: relative;
    height: 220px;
}

.top-technicians-section .kb-location:before {
    color: var(--blue-second-30);
    margin-left: 7px;
}

.top-technicians-section .state-name {
    color: var(--gray-60);
    font-size: 13px;
}

.top-technicians-section .work-experience-wrapper span:last-child,
.top-technicians-section .successful-repair-wrapper span:last-child {
    font-weight: 500;
    color: var(--gray-70);
}

.top-technicians-section .photo-wrapper {
    width: 110px;
    height: 110px;
}

.top-technicians-section .owl-item.center {
    opacity: 1;
}

.top-technicians-section .owl-item {
    opacity: 0.6;
}

.top-technicians-section .owl-item.active.center {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top-technicians-section .owl-item {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.top-technicians-section .avatar-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../../images/avatar-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 200px;
    top: 10px;
    left: 5px;
}

.top-technicians-section .avatar-wrapper img {
    width: 75%;
    border: 4px solid #fff;
}

.top-technicians-section .info-wrapper {
    margin-top: 15%;
    margin-left: 50%;
}

.top-technicians-section .technician-avatar {
    border-radius: 50%;
}

@media (min-width: 768px) {
    .top-technicians-section {
        align-items: center;
        min-height: 400px;
        background: url("../../images/top-technicians-desktop-bg.jpg") no-repeat 16% 0;
    }

    .top-technicians-section .section-title {
        margin-bottom: 30px;
    }
}
/* End Top Technicians */


table > thead tr {
    color: var(--blue-second-60);
    background-color: var(--blue-second-10);
}

table,
td,
th {
    border: 1px solid var(--gray-20)!important;
}

td {
    text-align: center;
}

th,
td {
    padding: 10px!important;
}

/* Gutenberg Block */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    color: #000;
}

.wp-block-button a {
    display: inline-block;
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid var(--blue-firs-60);
    text-align: center;
    background-color: var(--blue-firs-60);
    color: #fff;
}

.download-catalog-section a {
    border: 0;
    padding: 20px;
}

.download-catalog-section {
    justify-content: center!important;
}

@media (min-width: 768px) {
    .download-catalog-section {
        justify-content: flex-start!important;
    }
}

.display-in-desktop {
    display: none;
}

.display-in-mobile {
    display: block;
}

@media (min-width: 768px) {
    .display-in-mobile {
        display: none;
    }

    .display-in-desktop {
        display: block;
    }
}


/* internal post */
.internal-post-box {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.internal-post-box .text-box {
    padding: 5px;
}

.internal-post-box img {
    border-radius: 8px 8px 0 0;
    margin: 0 !important;
    display: block;
}

.internal-post-title {
    font-weight: 700;
    color: var(--blue-firs-60);
}

@media (min-width: 768px) {

    .internal-post-box{
        flex-direction: row;
    }

    .internal-post-box img {
        border-radius: 0 8px 8px 0;
    }

    .internal-post-box .text-box {
        padding: 20px;
        width: 76%;
    }
}

.single-internal-post-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.single-internal-post-container .post-box {
    width: 100%;
}

@media (min-width: 768px) {
    .single-internal-post-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .single-internal-post-container .post-box {
        width: 69%;
    }
}







