/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/


   .section-subtitle {
            color: #14b5ff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
            display: block;
        }
        
        .section-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 10px;
            position: relative;
            color: #1e6b9a;
        }

        .section-title p{
            font-size: 16px;
        }
        
        .bg-title-wrap {
            position: relative;
            margin-bottom: 30px;
        }
        
        .background-title {
            position: absolute;
            top: -45px;
            left: 0;
            font-size: 66px;
            font-weight: 700;
            z-index: -1;
            opacity: 0.05;
            color: #1a1a1a;
            text-transform: uppercase;
        }
        
        .isotope-classes-tab {
            text-align: right;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .isotope-classes-tab .nav-item {
            display: inline-block;
            margin-left: 15px;
            margin-bottom: 5px;
            padding: 8px 15px;
            background-color: #f7f7f7;
            border-radius: 5px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
            color: #666;
        }
        
        .isotope-classes-tab .nav-item.current {
            background-color: #0566A3;
            color: white;
        }
        
        .isotope-classes-tab .nav-item:hover {
            background-color: #0566A3;
            color: white;
        }
        
        .property-box2 {
            
            margin-bottom: 30px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            background-color: white;
        }
        
        .property-box2:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
        
        .item-img {
            position: relative;
            overflow: hidden;
        }
        
        .item-img img {
            width: 100%;
            height: 250px;
            padding: 60px;
            object-fit: contain;
            transition: transform 0.5s ease;
        }
        
        .property-box2:hover .item-img img {
            transform: scale(1.05);
        }
        
        .item-content {
            padding: 20px;
        }
        
        .item-title {
            font-size: 18px;
            margin-bottom: 10px;
        }
        
        .item-title a {
            color: #1a1a1a;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .item-title a:hover {
            color: #0566A3;
        }
        
        .location-area {
            color: #777;
            font-size: 14px;
        }
        
        .location-area i {
            color: #0566A3;
            margin-right: 5px;
        }
        
        .project-category {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #0566A3;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        @media (min-width: 767px) {
            .isotope-classes-tab {
                text-align: left;
                margin-top: 20px;
            }
            
            .isotope-classes-tab .nav-item {
                margin-left: 0;
                margin-right: 10px;
            }
            
            .section-title {
                font-size: 28px;
            } 
            
            .section-title p{
                font-size: 15px;
                padding-bottom: 10px;
            } 
            
            .background-title {
                font-size: 46px;
                top: -32px;
            }
        }
        
        /* Animation */
        .wow {
            visibility: visible;
        }
        
        .fadeInUp {
            animation: fadeInUp 0.5s ease-out forwards;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }