@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-offcanvas-2-right-inner {
        padding-top: 150px;
    }
}

@media screen and (max-width: 768px) {
    .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: 1.5;
    }

    .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;
    }

    .timeline .swiper-slide-content{
        width: 80%;
        max-width: 100%;
    }

    .panel.active img {
        width: 100px;
        height: auto;
        margin-bottom: 5px;
    }

    .panel.active h3 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .partners-section .swiper-slide{
        height: 6rem;
    }

    .header-content h1 {
        font-size: 2rem !important;
    }

    .tp-footer-2-widget-menu .footer-links {
        margin-right: 0px;
    }

    .menu-icons{
        display: flex;
        gap: 10px;
    }

    .tp-footer-2-widget-menu.justify-content-between {
        justify-content: flex-start !important;
    }

    .header-content{
        padding: 0px 5px;
    }

    .overview-section p{
        padding: 0px 5px;
    }

    .commitment-section p{
        font-size: 1.5rem;
    }

    .hover-text {
        font-size: 12px;
        line-height: 20px;
    }

    .timeline .swiper-pagination {
        display: block;
    }

    .timeline .swiper-pagination-bullet {
        padding: 10px;
    }

    .timeline-year{
        display: none;
    }

    .time-line-grey .timeline .swiper-pagination-bullet, .time-line-gold .timeline .swiper-pagination-bullet {
        font-size: 10px;
    }

    .time-line-grey .timeline .swiper-pagination-bullet.swiper-pagination-bullet-active, .time-line-gold .timeline .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 12px;
        font-weight: bold;
    }

    .timeline .swiper-pagination-bullet::before {
        left: unset;
        width: 27px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 1rem;
    }

    .timeline .timeline-text::before{
        display: none;
    }

    .container.contact{
        max-width: 100%;
    }

    .stat h3{
        font-size: 3rem;
    }

}
