        #featureCarousel { opacity:0; }

        .btn-dev {
            float:right;
            /*margin-top:-5px;*/
            color:#fff !important;
        }

        .btn-current-projects {
            background-color: #1CB467;
            border-color: #1CB467;
        }

        .modal-xl-custom {
            width: 1200px;
            max-width: 90%;
        }
        .icon-row {
            margin-top:20px;
            padding-bottom:25px;
        }
        .project-row {
            margin-top:20px;
            color:#fff;
        }
        .icon-text-row {
            margin-bottom: 20px;
        }
        
        .icon-text-row:last-child {
            margin-bottom: 0;
        }
        
        .feature-icon {
            font-size: 3.5rem;
            color: #ffffff;
            padding-right: 20px;
            width: 40px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }
        
        .feature-home {
            font-size: 4rem;
            color: #000000;
            padding-right: 20px;
            width: 40px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }
        
        .feature-content {
            display: table-cell;
            vertical-align: middle;
        }
        
        .feature-title {
            color:#ffffff;
            margin-bottom: 5px;
        }

        .feature-title h4 {
            font-weight: 400;
            font-size: 16px;
        }
        
        .feature-desc {
            color: #4DA626;
            font-size: 16px;
            line-height: 1.4;
        }
        .dev-carousel {
            position: relative;
            border-radius: 5px;
            overflow: hidden;
            min-width: 400px;
        }
        .carousel-slide {
            height: 300px;
            display: table;
            width: 100%;
            text-align: center;
            color: white;
            border-radius: 5px;
            min-width: 400px;
        }
        
        .carousel-content {
            display: table-cell;
            vertical-align: middle;
        }

        .carousel-content {
            max-width:600px;
        }
        
        .carousel-icon {
            font-size: 4rem;
            margin-bottom: 15px;
        }
        
        .carousel-title {
            font-size: 24px;
            margin-bottom: 10px;
        }
        
        .carousel-desc {
            font-size: 16px;
        }
        
        .loading-spinner {
            text-align: center;
            padding: 50px;
        }
        
        .close {
            color: #fff;
            opacity: 1;
            /*margin: -20px -10px 0px 10px;*/
        }
        .developmentWrapper {
            padding: 20px;
            background-color: #124E21;
            margin-bottom: 10px;
            border-radius: 5px;
            border-bottom:none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
        .developmentWrapper ul {
            color:#000000;
            margin-top:10px;
            font-weight: bold;
        }
        .modal-content {
          border: none;
          position: relative;
          padding: 0px !important;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.8);
          background: #163C22;
          background: -moz-linear-gradient(180deg, #7C7C7C 0%, #080808 100%);
          background: -webkit-gradient(left bottom, right top, color-stop(0%, #7C7C7C), color-stop(100%, #080808));
          background: -webkit-linear-gradient(180deg, #7C7C7C 0%, #080808 100%);
          background: -o-linear-gradient(180deg, #7C7C7C 0%, #080808 100%);
          background: -ms-linear-gradient(180deg, #7C7C7C 0%, #080808 100%);
          background: linear-gradient(180deg, #7C7C7C 0%, #080808 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7C7C7C', endColorstr='#080808', GradientType=1 );
          -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
          -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); 
        }
        .modal-title {
            font-size:2.1rem;
            font-weight: bold;
            color:#fff;
        }
        h1.modal-heading {
            font-weight: 700;
            color:#fff !important;
            margin:0;
        }
        h2.modal-heading {
            font-weight: 300;
            color:#fff !important;
            margin:0;
        }
        .modal-dialog {
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
        }

        .modal-content {
          margin: 0 auto;
          border-radius: 15px;

        }
        .temp-carousel-loader {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 5px;
        }
        .modal-footer {
            background-color: #124E21;
            border-top: none;
            border-bottom-left-radius:5px;
            border-bottom-right-radius:5px;
        } 
        .modal-footer .btn { border-radius: 5px;}

/* Mobile responsive styles */
        @media (max-width: 767px) {
            .modal-xl-custom {
                width: 95%;
                max-width: 95%;
                margin: 10px auto;
            }
            
            #popupModal .modal-body {
                max-height: 70vh;
                overflow-y: auto;
                padding: 15px;
            }
            
            .modal-title {
                font-size:1.4rem;
                font-weight: 600;
            }
            .icon-text-row {
                margin-bottom: 15px;
            }
            
            .carousel-slide {
                height: 250px;
            }
            
            .carousel-icon {
                font-size: 3rem;
                margin-bottom: 10px;
            }
            
            .carousel-title {
                font-size: 20px;
                margin-bottom: 8px;
            }
            
            .carousel-desc {
                font-size: 14px;
            }
            
            /* Stack columns vertically on mobile */
            .col-xs-12 {
                margin-bottom: 20px;
            }
        }
        
        /* Tablet responsive styles */
        @media (min-width: 768px) and (max-width: 991px) {
            .modal-xl-custom {
                width: 90%;
                max-width: 90%;
            }
            
            #popupModal .modal-body {
                max-height: 80vh;
                overflow-y: auto;
            }
        }
