.work-process-area {
    padding-bottom: 40px;
}
.pbmit-main-header-area {
    background-color: #fff;
}
.pbmit-footer-box-3 {
    grid-column: span 2;
}
.pbmit-footer-box-3 strong {
    display: block;
}
.site-footer
    .pbmit-footer-info-inner
    .pbmit-footer-box.pbmit-footer-box-3
    .pbmit-footer-content-wrap
    .pbmit-footer-box-content {
    font-size: 16px;
}
.about-section-one .pbmit-heading-subheading h3 {
    color: #fff;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.service-left-col ul {
    margin-bottom: 20px;
}
.service-left-col ul li {
    list-style: disc;
    margin-left: 15px;
}
.service-left-col p {
    margin-bottom: 15px;
}
.service-left-col ul li p {
    margin-bottom: 0;
}
.service-left-col .pbmit-title {
    font-weight: bold;
    color: var(--pbmit-global-color);
}
.service-left-col h4 strong {
    font-weight: bold;
    font-size: 24px;
    color: var(--pbmit-blackish-color);
}
.pbmit-service-feature-image {
    margin: 0 auto 30px;
    width: 400px;
    height: 400px;
}
.pbmit-service-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.pbmit-sticky-header.pbmit-fixed-header .site-navigation ul.navigation > li {
    margin: 0 13px;
}
.site-header .pbmit-fixed-header .site-branding img {
    height: 54px;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 64px;
    height: 64px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 36px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(48, 190, 180, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(48, 190, 180, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(48, 190, 180, 0.2);
    }
}
.pbmit-header-box-content a {
    color: var(--pbmit-secondary-color);
}

#google_translate_element {
    display: inline-block;
    font-family: Arial, sans-serif;
}

/* Hide Google default text */
.goog-te-gadget {
    font-size: 0;
}
.goog-te-gadget-simple {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    color: #000 !important;
    cursor: pointer;
    outline: none;
}
.goog-te-gadget-simple span {
    border: none !important;
}
/* Style dropdown */

/* Remove top bar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/* Prevent page from shifting down */
body {
    top: 0 !important;
}

/* Hide Google branding text */
.goog-logo-link {
    display: none !important;
}

/* Optional: hide Google icon */
.goog-te-gadget img {
    display: none !important;
}
iframe.goog-te-banner-frame {
    display: none !important;
}
@media (max-width: 767px) {
    .appointment-section-one {
        padding-top: 60px;
    }
    section .container {
        padding: 0 15px !important;
    }
    .pbmit-service-style-1 .pbmit-box-content-wrap {
        border-radius: 10px 80px 170px 170px;
    }
    .about-section-one .pbmit-heading-subheading h3 {
        font-size: 21px;
        line-height: normal;
    }
    .about-section-one .pbmit-heading-subheading .pbmit-title {
        margin-bottom: 10px;
    }
    .pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
        height: 160px;
    }
    .pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }
    .pbmit-footer-box-3 {
        grid-column: unset;
    }
    .site-footer .pbmit-footer-info-inner .pbmit-footer-box-icon .pbmit-footer-icon-wrap svg {
        width: 54px;
        height: 54px;
        padding: 10px;
    }
    .site-footer .pbmit-footer-info-inner .pbmit-footer-box-icon {
        padding-right: 10px;
    }
    .site-footer .pbmit-footer-big-area > .container {
        padding: 0 15px;
    }
    .site-footer .pbmit-footer-info-inner .pbmit-footer-box .pbmit-footer-content-wrap .pbmit-footer-box-content {
        font-size: 18px;
        line-height: 24px;
    }
    .site-footer .pbmit-footer-widget-col-3 .pbmit-two-column-menu.widget ul > li {
        width: 100%;
    }
    .site-footer::before {
        background-size: 60% 10%;
    }
    .pbmit-title-bar-wrapper,
    .pbmit-title-bar-content {
        min-height: auto;
    }
    .about-two-rightbox h3 {
        font-size: 21px;
        line-height: normal;
    }
    .about-two-leftbox .fid-style-box {
        position: relative;
    }
    .pbmit-heading-subheading .pbmit-heading-desc {
        text-align: justify;
    }
    .pbmit-breadcrumb .pbmit-breadcrumb-inner span {
        font-size: 12px;
    }
    .pbmit-breadcrumb .pbmit-breadcrumb-inner {
        padding: 5px 10px;
    }
    .service-details > .container > .row {
        flex-direction: column-reverse !important;
    }
    .pbmit-service-feature-image {
        width: 100%;
        height: auto;
    }
    .service-details .pbmit-service-feature-image img {
        margin-bottom: 0;
    }
    .service-left-col h4 strong {
        font-size: 20px;
    }
    .testimonial-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
        font-size: 18px;
        line-height: 26px;
        text-align: justify;
    }
    .pbmit-testimonial-style-2 .pbminfotech-box-author {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .site-footer .footer-wrap {
        padding-top: 30px;
    }
    .main-menu .navigation > li > ul a {
        padding: 5px;
    }
}
