.tculsite-content {
    padding-top: 10px;
    padding-bottom: 50px;
}

:root {
    --pbmit-global-color: #26a729 !important;
    --pbmit-link-color-hover: #26a729 !important;
}

.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-year {
    text-shadow: 1px 1px 0 rgb(31 255 0), -1px -1px 0 rgb(54 255 0),
        1px -1px 0 rgb(48 255 0), -1px 1px 0 rgb(110 255 0),
        1px 1px 0 rgb(125 255 0);
    -webkit-text-fill-color: var(--pbmit-blackish-color);
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
    min-height: 300px !important;
}

.pbmit-slider-one .pbmit-sub-title:after {
    background-image: url(/frontend/tcul-img/home/slide-icon.svg);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    text-align: center !important;
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
    font-size: 20px !important;
    text-align: center !important;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.tcul_span {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
}

.tcul-floating-icons {
    position: fixed;
    bottom: 120px;
    right: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.tcul-floating-icons.top {
    top: 20px;
    bottom: unset;
    flex-direction: row;
    gap: 20px;
}

.site-header .site-branding img {
    max-height: 80px;
}
.site-footer .pbmit-footer-big-area .pbmit-footer-logo img {
    max-height: 120px;
}
.tcul-contact-icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.whatsapp-icon {
    background-color: #25d366;
}

.tcul-floating-icons a {
    text-decoration: none !important;
    outline: none !important;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
}

.tcul-contact-icon i {
    display: inline-block;
    text-decoration: none;
}

@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0 rgba(70, 182, 60, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(66, 219, 135, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(66, 219, 135, 0);
    }
}

@media (max-width: 1366px) {
    .section-lg {
        padding: 70px 25px;
    }
}
/* Desktop media query */
@media (min-width: 768px) {
    .pbmit-slider-one .pbmit-slider-content .pbmit-title {
        font-size: 60px !important;
        line-height: 60px !important;
    }
}
/* Mobile media query */
@media (max-width: 768px) {
    .section-lg,
    .section-lg-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.form-control,
form select {
    display: block;
    font-weight: 400;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
    background-color: transparent;
    height: 60px;
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 50px;
    margin-bottom: 8px !important;
}
