:root {
    --primaryColor: #f50000;
    --secondaryColor: #17272b;
    --alt-font: 'Playfair Display', serif;
    --primary-font: 'DM Sans', sans-serif;
}

a {
    text-decoration: none;
}

.pages-list li a{
    color: #fff;
}

.quick-form .form-group:nth-child(5) .form-icon {
    top: 33%;
}
.bg-orient-blue {
    background-color: #152833;
}

.form-flag{
    rotate: 270deg;
    padding: 5px 16px;
    background: var(--primaryColor) ;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

.services-tabs ul li{
    list-style: circle;
}

.services-item li{
    list-style: circle;
    padding-left: 15px;
}

.services-tabs .vertical-counter{
    font-size: 2rem;
}

.big-section .small-image img{
    height: 320px;
    object-fit: cover;
}

.contact-form form .form-icon i{
    display: none !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu{
    border-radius: 0;
}

.footer-menu li a{
    padding: 0;
}

.whatsappButton{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index:99;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.phone-button{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index:99;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}
.whatsappButton:hover, .phone-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

#wp-breadcrumb{
    padding: 0;
    display: flex;

}
#wp-breadcrumb li {
    list-style: none;
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #fff;
}

.page-section p, .page-section h3, .page-section h2{
    color: #161616;
}
.page-section h3{
    font-size: 30px;
}
.page-section ul li{
    list-style: circle;
}
.page-section  a{
    color: var(--secondaryColor) ;
}
.page-section .service-sidebar__info ul li{
    list-style: none;
    font-size: 17px;
}

.carlist {
    padding: 0;
}

.carlist li {
    display: flex;
    align-items: flex-end;
}

.carlist li strong{
    padding-right: 10px;
}

.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 32px;
    z-index: 99;
}
.icon-extra-medium {
    font-size: 22px;
}
header.sticky .responsive-sticky {
    z-index: 999;
}

.home-form textarea{
    height: 120px;
}

.home-form br{
    display: none;
}

.page-section h2 {
   font-size: 2rem;
}

.page-section .page-content a {
    color: var(--primaryColor);
}
.btn-whatsapp{
    background-color: #64d16b;
    color: #fff;
}
.btn-phone{
    background-color: #0ca0ff;
    color: #fff;
}
.btn-whatsapp:hover{
    background-color: #59d661;
    color: #fff;
}
.btn-phone:hover{
    background-color: #00b5ff;
    color: #fff;
}

.home-services h3{
    font-size: 33px;
}

.home-slider .slider-one-slide-next-1,
.home-slider .slider-one-slide-prev-1 {
    display: none;
}

header .navbar-brand img {
    max-height: 100px;
}

header .navbar-brand {
    padding: 5px 0;
}

.home-about .counter{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: dotted;
    border-color: #b98e44;
    margin-bottom: 10px;
}

.avatar-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}
.home-form a{
 color:var(--base-color);
}
.bg-yellow {
    background-color: var(--base-color);
}


.btn.btn-rounded.btn-large, .btn.btn-rounded.btn-extra-large {
    padding: 16px 38px 16px 38px !important;
    font-size: 16px;
}

@media screen and (max-width: 993px) {
    .home-slider .fs-70 {
        font-size: 30px;
        line-height: 35px;
    }

    .home-slider .w-70 {
        width: 100% !important;
    }

    .home-slider .fs-20 {
        font-size: 17px;
        line-height: 24px;
    }

    .home-slider .h-100 {
        height: auto !important;
        padding: 15px;
    }

    .home-slider .feature-box-icon {
        display: none;
    }

    .home-slider .w-75 {
        width: 100% !important;
    }

    .home-slider  .fs-60 {
        font-size: 3rem;
        line-height: 3.75rem;
    }

    .home-slider .feature-box-content{
        display: flex
    }
    .home-slider .btn.btn-large {
        padding: 10px 13px;
    }

    .navbar-toggler{
        border: none;
    }
    .home-form h6{
        font-size: 23px;
    }
    .home-services .content-text{
        font-size: 16px;
    }

}