@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-offcanvas-2-right-inner {
        padding-top: 150px;
    }
}


@media (max-width: 991px) {
    .services-section-home .service-box {
        width: calc(50% - 15px); /* 2 items per row on tablets */
    }
}

@media screen and (max-width: 768px) {

    .services-section-home .service-box {
        width: 100%; /* 1 item per row on mobile */
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline .swiper-slide {
        width: 100% !important;
    }

    .news-container {
        flex-direction: column;
    }

    .stats {
        flex-direction: column;
        gap: 10px;
    }

    .separator {
        display: none;
    }

    .info-box {
        padding: 1rem;
    }

    .latest-news-banner {
        background-size: cover;
    }

    .custom-arrow {
        display: none;
    }

    .tp-offcanvas-2-area .tp-main-menu-mobile {
        padding-top: 10%;
    }

    .tp-main-menu-content ul {
        padding-left: 0%;
    }

    .swiper-slide h1 {
        font-size: 2.0rem;
    }

    .custom-btn {
        padding: 0.8rem 1.8rem;
    }

    .panel.active {
        flex: 3;
    }

    .panel:nth-of-type(4),
    .panel:nth-of-type(5) {
        /* display: none; */
    }

    .timeline .swiper-slide .timeline-text {
        text-align: center;
    }

    .timeline .timeline-text::before {
        content: unset;
    }

    .overview-section {
        max-width: 100%;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .parent-container .ms-2 {
        margin-left: 0rem !important;
    }

    .col-half-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 20px 0px;
    }

    .inner-news-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-details {
        max-width: 100%;
    }

    .news-details .back-btn {
        position: relative;
        left: unset;
        text-decoration: underline;
    }

    .job-details {
        max-width: 100%;
    }

    .job-details .back-btn {
        position: relative;
        left: unset;
        text-decoration: underline;
    }

    .news-details .menu-icons {
        margin-top: 50px;
        position: relative;
        display: inline-flex;
        gap: 10px;
    }

    .career-form {
        max-width: 100%;
        margin: auto;
    }

    .form-group input,
    .form-group select {
        width: 100%;
    }

    .custom-select {
        width: 100%;
        margin-bottom: 40px;
    }

    .file-upload-wrapper {
        width: 100%;
    }

    .job-details-custom {
        max-width: 100%;
    }

    .job-item-custom {
        padding: 1rem 0px;
        flex-direction: column;
        gap: 10px;

    }

    .tp-offcanvas-2-wrapper .justify-content-between {
        justify-content: space-around !important;
    }

    .tp-offcanvas-2-wrapper .tp-offcanvas-2-close {
        padding-top: 0px !important;
        padding-right: 0px !important;
    }

    .tp-offcanvas-2-wrapper .tp-offcanvas-2-left-wrap a {
        color: #fff !important;
    }

    .footer-rights.text-end {
        text-align: left !important;
    }

    .service-items {
        display: flex;
        flex-direction: column;
    }

    .service-item:not(:first-child)::before {
        content: unset;
    }

    .services-section-home .services-grid {
        display: flex;
        flex-direction: column;
    }



    .width-60 , .width-30{
        width: 100% !important;
    }

    .contact-wrapper {
        padding: 10px !important;
    }

    .swiper-slide h1 {
        max-width: 100% !important;
    }

    .overview-section p {
        font-size: 1.2rem !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .tp-offcanvas-open-btn{
        margin: 0px !important;
        padding: 0px !important;
    }

    .partners-section .swiper-slide {
        height: 6rem;
    }

    .ms-2 {
        margin-right: unset !important;
    }

    .about-text h2, .about-text h1 {
        font-size: 2rem !important;
    }

}
