html {
    scroll-behavior: smooth;
}

.tj-header-section .logo-area {
    justify-content: center;
}

.service-item-three img {
    height: 400px;
    object-fit: cover;
}

.tj-service-contact-page {
    padding-top: 0 !important;
}

.breadcrumb-wrapper .breadcrumb-content .breadcrumb-title {
    text-transform: capitalize;
}

.inline_anchors{
    color: #000;
}

.service-details-section {
    padding: 50px 100px;
    text-align: center;
}

.service-details-section h4 {
    text-align: center;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.tj-service-section-four row {
    justify-content: center !important;
}

.tj-header-section .logo-area {
    padding: 0 !important;
}

.header-sticky {
    padding: 2px !important;
}

.tj-icon-box2 {
    padding: 45px 27px 20px !important;
}

.breadcrumb-wrapper {
    background-size: contain !important;
    background: rgba(223, 220, 220, 0.75);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(13px);
}

.tj-project-item img {
    width: 250px !important;
    height: 120px !important;
    object-fit: contain;
}

.tj-project-item {
    display: flex;
    justify-content: center;
}

.tj-project-section {
    padding-top: 70px !important;
}

.whatsapp {
    margin: 12px 0;
    background-color: #062e39;
    padding: 13px;
    border-radius: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: revert !important;
    border: 2px solid #fff;
}

.whatsapp:hover {
    background-color: #FD5523;
}

.tj-subscribe-section {
    display: none !important;
}

.contact-buttons {
    position: fixed;
    bottom: 1.5%;
    left: 1.5%;
    z-index: 999;
}

.whatsapp img {
    width: 25px;
    filter: invert(1);
}

.copyright-target a {
    color: #FD5523 !important;
    font-weight: 600;
}

.top-bar-contact {
    display: flex;
    margin-right: 30px;
}

.top-bar-contact p {
    margin-bottom: 0 !important;
    color: #fff;
    transition: 0.3s all;
}

.top-bar-contact-phone {
    position: relative;
}

.top-bar-contact-phone::before {
    background-image: url(../images/zaid_images/phone-call.png);
    content: "";
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    filter: invert(1);
    transition: 0.3s all;
}

.dropdown-x {
    position: relative;
}

.dropdown-x::after {
    position: absolute;
    content: "+";
    right: 0;
    width: 14px;
    height: 14px;
    top: 0;
    color: #000;
}

.top-bar-contact-mail::before {
    background-image: url(../images/zaid_images/mail.png);
    content: "";
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    filter: invert(1);
    transition: 0.3s all;
}

.top-bar-contact-mail:hover::before {
    background-image: url(../images/zaid_images/mail-hover.png);
    filter: unset;
    transition: 0.3s all;
}

.top-bar-contact-phone:hover::before {
    background-image: url(../images/zaid_images/call-hover.png);
    filter: unset;
    transition: 0.3s all;
}

.top-bar-contact:hover p {
    color: #FD5523;
    transition: 0.3s all;
}

.header-content-left p {
    padding-left: 8px;
}

.header-content-left {
    display: flex;
    align-items: center;
}

.top-bar-contact img {
    width: 24px;
    filter: invert(1);
    margin-right: 7px;
}

#main-menu {
    width: 50.5%;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 50%;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999999999999999999;
    width: 400% !important;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}



.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content a {
    font-size: 14px !important;
    padding: 3px 8px;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.tj-service-icon-box {
    z-index: 2 !important;
}

.our-services {
    margin-bottom: 0 !important;
}

.tj-icon-box2 {
    z-index: 1 !important;
}

.testimoniasl-image {
    width: 100px;
    height: 100px;
}

.testimoniasl-image img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.landmark {
    margin-bottom: 25px !important;
}

.tj-footer-area .footer-contact-info ul li {
    margin-bottom: 32px !important;
}

.flaticon-whatsapp img {
    filter: invert(1);
    width: 60%;
    padding-bottom: 16%;
}

.flaticon-whatsapp::before {
    background-image: url(../images/zaid_images/whatsapp-footer.png) !important;
    height: 100%;
    background-size: contain !important;
    content: "";
    position: absolute;
    width: 25px;
    background-repeat: no-repeat;
    height: 25px;
    left: 20% !important;
    top: 20% !important;
}

.flaticon-whatsapp:hover::before {
    background-image: url(../images/zaid_images/whatsapp-hover.png) !important;
}

.flaticon-whatsapp {
    position: relative;
}

.slider-content .slider-title {
    font-size: 52px !important;
}

.first_footer {
    width: 27% !important;
}

.second_footer {
    width: 21% !important;
}

.third_footer {
    width: 22% !important;
}

.forth_footer {
    width: 30% !important;
}

.copyright-target br {
    display: none;
}

.services-list {
    display: flex;
}

.services-list a {
    color: #000;
    line-height: 1px;
}

.services-list li {
    padding: 3px 0;
}

.services-list a:hover {
    color: #FD5523;
}

.services-list-section {
    padding-bottom: 95px;
}

.tj-footer-area .footer-content-info .footer-social-icon ul li {
    padding-bottom: 5px;
}

#location_third{
    justify-content: center !important;
}

@media only screen and (max-width: 1400px) {
    #main-menu {
        width: 60%;
    }
}

@media only screen and (max-width: 1300px) {
    .dropdown-content a {
        font-size: 12px !important;
    }

    .dropdown-content {
        width: 320% !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-custom-mobile t{
       display: none;
    }

    .location_box h2 {
        font-size: 24px;
        padding-left: 0% !important;
    }

    #location_redirect{
        padding-top: 30px !important;
    }

    .custom-mobile-h5{
        color: #fff;
        padding-top: 10px;
    }

    .tj-offcanvas-area .contact-link p{
        font-size: 15px;
    }

    .service-details-section {
        padding: 50px 10px;
    }

    .menu-item-has-children i::before {
        display: none;
    }

    .services-list {
        display: block;
    }

    .services-list ul {
        margin-bottom: 0;
    }

    .services-list-section {
        padding-bottom: 55px;
    }

    .dropdown-content {
        display: unset;
    }

    .dropdown-content-mobile {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    /* Style for the toggle button */
    .toggle-button {
        float: right;
        font-size: 18px;
        margin-top: -2px;
        cursor: pointer;
        content: "+";
        /* Set default content to + */
    }

    /* Style for the active state */
    .sub-menu-list li.dropdown.active .dropdown-content-mobile {
        max-height: 100vh;
    }

    .sub-menu-list li.dropdown .toggle-button::before {
        content: "+";
    }

    .sub-menu-list li.dropdown.active .toggle-button::before {
        content: "-";
    }

    .contact-buttons {
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
    }

    .tj-choose-us-section .col-md-4.col-sm-4.col-6 {
        width: 100%;
        justify-content: center;
        text-align: center;
        display: flex;
    }

    .header-content-right {
        display: none;
    }

    .header-content-left {
        margin-bottom: 0 !important;
        justify-content: center;
    }

    .top-bar-contact {
        margin: 0 auto;
    }

    .top-bar-contact img {
        width: 25px;
        object-fit: contain;
    }

    .whatsapp {
        border: none;
        margin: 0;
        width: 33.3%;
        border-radius: 0;
        padding: 7px;
    }

    .contact-border-phone {
        border-right: 1px solid #fff;
    }

    .mobile-logo-area.d-lg-none img {
        height: 70px;
    }

    .mobile-logo-area.d-lg-none {
        padding: 11px !important;
    }

    .header-sticky .mobile-logo-area.d-lg-none {
        padding: 15px !important;
    }

    .header-sticky .mobile-logo-area.d-lg-none img {
        height: 50px;
    }

    .header-sticky .mobile-logo-area.d-lg-none {
        padding: 5px !important;
    }

    .logiland-scroll-top {
        right: 1% !important;
        bottom: 8% !important;
    }

    .header-content-left p {
        padding-left: 3px;
        font-size: 13px;
    }

    .top-bar-contact-phone::before {
        width: 20px;
        height: 20px;
    }

    .top-bar-contact {
        align-items: center;
    }

    .header-topbar {
        padding: 10px 0 !important;
    }

    .contact-border-phone {
        width: 33.35% !important;
    }

    .first_footer,
    .second_footer,
    .third_footer,
    .forth_footer {
        width: 100% !important;
    }

    .copyright-target br {
        display: block;
    }

    .tj-testimonial-section {
        padding-bottom: 0px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width:500px) and (min-width:350px) {
    .header-content-left p {
        font-size: 15px;
    }

    .top-bar-contact-phone {
        margin-right: 5px;
    }
}