* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.botavox-painter-page  {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.botavox-painter-page  .container {
    max-width: 1200px;
    padding: 15px;
    margin: auto;
}
/*-- Header --*/
.botavox-painter-page  .header {
    background-color: #fff;
    position: sticky;
    top: 40px;
    color: #fff;
    text-align: center;
    z-index: 1000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.botavox-painter-page  .mobile-menu {
    display: none;
}
.botavox-painter-page  .header .painter-logo {
    font-size: 22px;
    text-decoration: unset;
    font-weight: 600;
}
.botavox-painter-page .brand {
    display: flex;
    align-items: center;
}
.botavox-painter-page .brand .botavox-brand img {
    width: 100%;
}
.botavox-painter-page .brand .botavox-brand {
    width: 150px;
    padding-right: 25px;
    position: relative;
}
.botavox-painter-page .brand .botavox-brand:after {
    content: "";
    position: absolute;
    background: #a6a8a9;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 12px;
}
.botavox-painter-page .header .nav-section {
    display: flex;
    align-items: center;
    width: 100%;
}
.botavox-painter-page .header .nav-section .nav-menu {
    margin: auto;
}
.botavox-painter-page .nav-section .back-home {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #666 !important;
    border: 2px solid #8b8b8bb8;
    display: flex;
    align-items: center;
}
.botavox-painter-page .header .nav-menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding-left: 0;
}
.botavox-painter-page .header .nav-menu ul li {
    margin-left: 30px;
}
.botavox-painter-page .header .nav-menu ul li a {
    text-decoration: unset;
    color: #333;
}
/*-- Banner --*/
.botavox-painter-page .banner {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
}
.botavox-painter-page .banner h1 {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.botavox-painter-page .banner h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 45px;
}
.botavox-painter-page .banner ul {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
    padding-left: 0;
}
.botavox-painter-page .banner ul li.item {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.botavox-painter-page .banner ul li.item:last-child {
    padding-bottom: 0;
}
.botavox-painter-page .banner ul li.item .icon img {
    max-width: 40px;
}
.botavox-painter-page .banner ul li.item .content {
    font-size: 28px;
    color: #fff;
    padding-left: 10px;
}

/*-- Testimonial --*/
.botavox-painter-page .testimonial {
   padding: 50px 0;
}
.botavox-painter-page .testimonial p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}
.botavox-painter-page .testimonial h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.botavox-painter-page .slick-prev:before,
.botavox-painter-page .slick-next:before {
    color: #333;
}
.botavox-painter-page .testimonial h2 {
    font-size: 40px;
    margin: 0 0 30px;
    text-align: center;
}
.botavox-painter-page .testimonial-content {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.botavox-painter-page .testimonial-slider {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; 
}
.botavox-painter-page  .slider-container {
    overflow: hidden;
    width: 100%;
}
.botavox-painter-page .slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
}
.botavox-painter-page .slide {
    border: 1px solid #E6E6E6;
    text-align: left;
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    height: auto;
    padding: 20px;
    border-radius: 8px;
}
.botavox-painter-page .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    color: #555;
    width: calc(100% - 75px);
    margin: 0;
    padding-left: 20px;
}
.botavox-painter-page .testimonial-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
}
.botavox-painter-page .testimonial-image img {
    border-radius: 50%;
}
.botavox-painter-page .slide h3 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    text-align: center;
    margin-bottom: 0;
}
.botavox-painter-page .testimonial-slider button.slick-arrow {
    display: none !important;
}
.botavox-painter-page .slick-dots {
    bottom: 0;
    display: none !important;
}
.botavox-painter-page .slick-dotted.slick-slider {
    margin-bottom: 0;
}
/*-- About --*/
.botavox-painter-page  .grid-section {
    display: flex;
}
.botavox-painter-page .grid-section .content h2 {
    font-size: 40px !important;
    line-height: 50px;
    margin: 20px 0 !important;
}
.botavox-painter-page .grid-section .content .description p {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 35px !important;
    color: #3d3d3d;
}
.botavox-painter-page .grid-section .content .description p span {
    font-weight: 600;
}
.botavox-painter-page .content-wrapper .content h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 20px 0;
}
.botavox-painter-page  .content-wrapper .content p {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 35px !important;
    color: #3d3d3d;
    margin-bottom: 0;
}
.botavox-painter-page .content-wrapper ul li {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 35px !important;
    color: #3d3d3d;
    padding-bottom: 10px;
}
/*-- Footer --*/
.botavox-painter-page .footer {
    background-color: #13151d;
    border-top: 1px solid #2b2e3c;
    margin-top: 70px;
}
.botavox-painter-page .footer .footer-content p {
    text-align: center;
    color: #4e5058;
    margin: 0;
}
.botavox-painter-page .nav-section .back-home .brand {
    width: 100px;
    padding-left: 4px;
 }
 .botavox-painter-page .header-top {
    background: #f05e38;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    position: sticky;
    top: 0px;
    z-index: 1000;
}
.botavox-painter-page .header-top p {
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.botavox-painter-page .nav-section .back-home .arrow-icon {
    width: 20px;
    padding-right: 5px;
}
@media screen and (max-width: 992px) {
    .botavox-painter-page .nav-section .back-home .brand {
        width: 80px;
    }
    .botavox-painter-page .banner {
        padding: 40px 0;
    }
    .botavox-painter-page .banner h1 {
        font-size: 42px;
    }
    .botavox-painter-page .banner h2 {
        font-size: 35px;
        margin-top: 0;
    }
    .botavox-painter-page .banner ul li.item .content {
        font-size: 24px;
    }
    .botavox-painter-page .banner ul li.item .icon img {
        max-width: 35px;
    }
    .botavox-painter-page .banner {
        margin-bottom: 0;
    }
    .botavox-painter-page .grid-section .content h2 {
        font-size: 30px !important;
        line-height: 40px;
    }
    .botavox-painter-page .content-wrapper .content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .botavox-painter-page .service-section h3 {
        margin-top: 0 !important;
    }
    .botavox-painter-page .testimonial h2 {
        font-size: 30px;
    }
    .botavox-painter-page .testimonial {
        padding-bottom: 30px;
    }
    .botavox-painter-page .footer {
        margin-top: 0px;
    }
    .botavox-painter-page  .header .painter-logo {
        font-size: 18px !important;
    }
    .botavox-painter-page .brand .botavox-brand {
        width: 130px;
    }
    
}
@media screen and (max-width: 767px) {
    .botavox-painter-page .header {
        top: 56px;
    }
    .botavox-painter-page .nav-section .back-home {
        display: none !important;
    }
    .botavox-painter-page .header .nav-section {
        justify-content: center;
    }
    .botavox-painter-page .brand .botavox-brand {
        width: 170px;
    }
    .botavox-painter-page .header-top p {
        font-size: 16px;
    }
    .botavox-painter-page  .nav-section .back-home {
        margin-left: auto;
        padding: 10px;
        font-size: 14px;
    }

    .botavox-painter-page .header .nav-section .nav-menu {
        display: none;
    }
    .botavox-painter-page .banner {
        padding: 20px 0;
    }
    .botavox-painter-page .banner h1 {
        font-size: 27px;
        line-height: 37px;
    }
    .botavox-painter-page .banner h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .botavox-painter-page .banner ul li.item .content {
        font-size: 22px;
        line-height: 32px;
    }
    .botavox-painter-page .banner ul {
        margin-top: 25px;
    }
    .botavox-painter-page .grid-section .content h2 {
        font-size: 25px !important;
        line-height: 35px;
    }
    .botavox-painter-page .content-wrapper .content h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .botavox-painter-page .content-wrapper .content ul {
        padding-left: 20px;
    }
    .botavox-painter-page .service-section .content-wrapper .content ul {
        padding-left: 0;
    }
    .botavox-painter-page .testimonial h2 {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .botavox-painter-page .testimonial {
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 375px) {
    .botavox-painter-page .header .painter-logo {
        font-size: 16px;
    }
    .botavox-painter-page .nav-section .back-home .brand {
        width: 75px;
        padding-left: 5px;
    }
}