/*Project Plans
==============*/

section.tm-plans-wrapper {
    padding: 100px 0;
    background: #fff;
}



section.tm-plans-wrapper .nav-tabs .nav-link {
    border: none;
    color: #182091;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #18209100!important;
    padding: 6px 10px;
}

section.tm-plans-wrapper .nav-tabs .nav-item.show .nav-link, section.tm-plans-wrapper .nav-tabs .nav-link.active {
    border: none;
    border-color: #182091!important;
}
div#ProjectImageSlide {
    max-height: 75vh;
    overflow: hidden;
    border-radius: 5px;
}
section.tm-plans-wrapper ul.nav.nav-tabs.justify-content-center {
    border: none;
}
        .tm-plans-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .tm-plans-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .tm-plans-col {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0 15px;
        }



        .tm-plans-main {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .tm-plans-tabs {
            display: flex;
            list-style: none;
            border-bottom: 2px solid #e0e0e0;
            background: #f5f5f5;
            margin: 0;
            padding: 0;
        }

        .tm-plans-tabs li {
            flex: 1;
        }

        .tm-plans-tab-link {
            display: block;
            padding: 20px;
            text-align: center;
            text-decoration: none;
            color: #666;
            font-size: 18px;
            font-weight: 500;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            cursor: pointer;
        }

        .tm-plans-tab-link:hover {
            background: #fff;
            color: #00897b;
        }

        .tm-plans-tab-link.tm-active {
            background: white;
            color: #00bcd4;
            border-bottom: 3px solid #00bcd4;
        }

        .tm-plans-content-wrapper {
            padding: 40px;
            position: relative;
            min-height: 600px;
        }

        .tm-plans-pane {
            position: absolute;
            top: 40px;
            left: 40px;
            right: 40px;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        .tm-plans-pane.tm-active {
            opacity: 1;
            visibility: visible;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
        }

        .tm-plan-image-container {
            text-align: center;
        }

        .tm-plan-image-container a {
            display: inline-block;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tm-plan-image-container a:hover {
            transform: scale(1.02);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }

        .tm-plan-image-container img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .tm-plan-details {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 20px;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 8px;
        }

        .tm-plan-detail-item {
            text-align: center;
        }

        .tm-plan-detail-item .tm-label {
            font-size: 14px;
            color: #666;
            margin-bottom: 5px;
        }

        .tm-plan-detail-item .tm-value {
            font-size: 20px;
            font-weight: 600;
            color: #333;
        }

/*========================Project Plans End*/
/* Project Highlights */

    
        .tm-highlights-section {
            padding: 60px 0;
            background: #f8f9fa;
        }

.project-highlights-icon-card {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.highlights-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.highlights-icon img {
    width: 90%;
}

.project-highlights-icon-card h5 {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.project-highlights-with-icon .row {
    row-gap: 30px;
}


        .tm-highlights-title {
            color: #3ab89d;
            font-size: 48px;
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: 1px;
            text-align: center;
        }

        .tm-highlights-subtitle {
            color: #666;
            font-size: 16px;
            margin-bottom: 60px;
            line-height: 1.6;
            text-align: center;
        }

        .tm-highlights-carousel-2 .item {
            background: white;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tm-highlights-carousel-2 .item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .tm-highlights-carousel-2 .item img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            display: block;
        }

        .tm-highlight-content {
            padding: 25px 20px;
            background: white;
        }

        .tm-highlight-content h3 {
            color: #333;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .tm-highlight-content p {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
        }

        /* Custom Owl Carousel Navigation */
        .tm-highlights-carousel-2 .owl-nav {
            display: none;
        }
.tm-highlights-section {
    padding: 100px 0;
    background: #232768;
    color: #fff;
}