/* utility.css */
.microsites-comunello-gategallery-pagewrap .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.microsites-comunello-gategallery-pagewrap .row > * {
    flex-shrink: 0;
    /*width: 100%;*/
    max-width: 100%;  
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
}
.microsites-comunello-gategallery-pagewrap .col-lg-8 {
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;    
}

.microsites-comunello-gategallery-pagewrap .col-lg-6 {
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;    
}
.microsites-comunello-gategallery-pagewrap .col-lg-4 {
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;    
}

.microsites-comunello-gategallery-pagewrap .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.microsites-comunello-gategallery-pagewrap .mt-9 {
    margin-top: 24px;
}
.microsites-comunello-gategallery-pagewrap .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.microsites-comunello-gategallery-pagewrap .mb-5 {
    margin-bottom: 4.8rem !important;
}
.microsites-comunello-gategallery-pagewrap .mb-4 {
    margin-bottom: 1.5rem !important;
}
.microsites-comunello-gategallery-pagewrap .mb-3 {
    margin-bottom: 1.6rem !important;
}
.microsites-comunello-gategallery-pagewrap .mb-1 {
    margin-bottom: .4rem !important;
}
.microsites-comunello-gategallery-pagewrap .mb-0 {
    margin-bottom: 0 !important;
}
.microsites-comunello-gategallery-pagewrap .p-4 {
    padding: 2.4rem !important;
}
.microsites-comunello-gategallery-pagewrap .d-flex {
    display: flex !important;
}
.microsites-comunello-gategallery-pagewrap .flex-wrap {
    flex-wrap: wrap !important;
}
.microsites-comunello-gategallery-pagewrap .gap-2 {
    gap: .5rem !important;
}
.microsites-comunello-gategallery-pagewrap .gap-1 {
    gap: .4rem !important;
}
.microsites-comunello-gategallery-pagewrap .justify-content-md-end {
    justify-content: flex-end !important;
}

/*
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before
{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-search::before {
    content: "\f52a";
}

.bi-grid::before {
    content: "\f3fc";
}
.bi-list::before {
    content: "\f479";
}*/

.microsites-comunello-gategallery-pagewrap p {
    font-size: 1.6rem;
}
.microsites-comunello-gategallery-pagewrap h3 {
    font-size: 2.8rem;
    font-weight: 500;
}
.microsites-comunello-gategallery-pagewrap h5 {
    font-size: 2.0rem;
    font-weight: 500;
}
.microsites-comunello-gategallery-pagewrap.small, 
.microsites-comunello-gategallery-pagewrap small {
    font-size: 1.0em;
}
.microsites-comunello-gategallery-pagewrap .fw-medium {
    font-weight: 500 !important;
    color: #000;
}
.microsites-comunello-gategallery-pagewrap .w-100 {
    width: 100% !important;
}

/* main.css */
.microsites-comunello-gategallery-pagewrap .page-title-wrapper {
    display: none;
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.microsites-comunello-gategallery-pagewrap .block-static-block.widget {
    margin: 0;
}
.microsites-comunello-gategallery-pagewrap .hero-section {
    background: rgb(244, 244, 244);
    color: white;
    padding: 4rem 0;
}
.microsites-comunello-gategallery-pagewrap .hero-section h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.microsites-comunello-gategallery-pagewrap .hero-section p {
    font-size: 2.25rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
     
}
.microsites-comunello-gategallery-pagewrap .project-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    height: 100%;
}
.microsites-comunello-gategallery-pagewrap .project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.microsites-comunello-gategallery-pagewrap .project-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.microsites-comunello-gategallery-pagewrap .project-card:hover img {
    transform: scale(1.05);
}
.microsites-comunello-gategallery-pagewrap .project-image-container {
    position: relative;
    overflow: hidden;
}
.microsites-comunello-gategallery-pagewrap .category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #cd1919;
}

.microsites-comunello-gategallery-pagewrap .category-badge-viewpage {
    top: -12px;
    left: 0px;
}
.microsites-comunello-gategallery-pagewrap .category-purple,  
.microsites-comunello-gategallery-pagewrap .category-886 {
    background-color: #800080;
    color: white;
}

.microsites-comunello-gategallery-pagewrap .category-commercial,  
.microsites-comunello-gategallery-pagewrap .category-807,
.microsites-comunello-gategallery-pagewrap .category-887 {
    background-color: #cd1919;
    color: white;
}
.microsites-comunello-gategallery-pagewrap .category-residential,  
.microsites-comunello-gategallery-pagewrap .category-808,
.microsites-comunello-gategallery-pagewrap .category-888 {
    background-color: #28a745;
    color: white;
}
.microsites-comunello-gategallery-pagewrap .category-industrial,  
.microsites-comunello-gategallery-pagewrap .category-809,
.microsites-comunello-gategallery-pagewrap .category-889 {
    background-color: #fd7e14;
    color: white;
}
.microsites-comunello-gategallery-pagewrap .category-blue,  
.microsites-comunello-gategallery-pagewrap .category-810,
.microsites-comunello-gategallery-pagewrap .category-890 {
    background-color: #0000ff;
    color: white;
}

.microsites-comunello-gategallery-pagewrap .category-copper,  
.microsites-comunello-gategallery-pagewrap .category-811,
.microsites-comunello-gategallery-pagewrap .category-891 {
    background-color: #B87333;
    color: white;
}


.microsites-comunello-gategallery-pagewrap .search-container {
    position: relative;
}
.microsites-comunello-gategallery-pagewrap .search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}
.microsites-comunello-gategallery-pagewrap .search-input {
    padding-left: 4.0rem !important;
    padding-top: .6rem !important;
    padding-right: 1.2rem !important;
    padding-bottom: .6rem !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    font-size: 1.6rem !important;
}
.microsites-comunello-gategallery-pagewrap .search-input:focus {
    border-color: #cd1919;
    box-shadow: 0 0 0 0.2rem rgba(205, 25, 25, 0.25);
}
.microsites-comunello-gategallery-pagewrap .btn-primary,
.microsites-comunello-gategallery-pagewrap .btn-primary:visited,
.microsites-comunello-gategallery-pagewrap .btn-primary:focus {
    background-color: #cd1919;
    border-color: #cd1919;
    border-radius: 8px;
    color: #fff;
}
.microsites-comunello-gategallery-pagewrap a.btn-more,
.microsites-comunello-gategallery-pagewrap a.btn-more:visited,
.microsites-comunello-gategallery-pagewrap a.btn-more:focus {
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #cd1919;     
    transition: all 0.3s ease;       
}
.microsites-comunello-gategallery-pagewrap a.btn-more:hover
{
    color: #fff;
    background: #cd1919;
}
.microsites-comunello-gategallery-pagewrap a.btn-more > i {
    margin-left: 8px;
}        
.microsites-comunello-gategallery-pagewrap a.a-link,
.microsites-comunello-gategallery-pagewrap a.a-link:visited,
.microsites-comunello-gategallery-pagewrap a.a-link:focus {
    color: #cd1919;
    text-decoration: underline;
    font-weight: 600;
}
.microsites-comunello-gategallery-pagewrap a.a-link:hover
{
    color: #cd1919;
}
.microsites-comunello-gategallery-pagewrap .btn-primary:hover {
    background-color: #b01515;
    border-color: #b01515;
    color: #fff;
}
.microsites-comunello-gategallery-pagewrap .btn-outline-primary,
.microsites-comunello-gategallery-pagewrap .btn-outline-primary:focus {
    color: #cd1919;
    border-color: #cd1919;
    border-radius: 8px;
    background: transparent;
}
.microsites-comunello-gategallery-pagewrap .btn-outline-primary:hover {
    background-color: #cd1919;
    border-color: #cd1919;
    color: #fff;
}

.microsites-comunello-gategallery-pagewrap .btn-outline-secondary,
.microsites-comunello-gategallery-pagewrap .btn-outline-secondary:focus {
    color: #6c757d;
    border-color: #6c757d;
    border-radius: 8px;
    background: transparent;
}
.microsites-comunello-gategallery-pagewrap .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff;
}

.microsites-comunello-gategallery-pagewrap .form-select {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 40px;
    padding: .6rem 3.6rem .6rem 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;            
    appearance: none;
    background-color:#fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
.microsites-comunello-gategallery-pagewrap .form-select:focus {
    border-color: #cd1919;
    box-shadow: 0 0 0 0.2rem rgba(205, 25, 25, 0.25);
}
.microsites-comunello-gategallery-pagewrap .feature-badge {
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 1.2rem;
    margin: 2px;
    display: inline-block;
}
.microsites-comunello-gategallery-pagewrap .project-meta {
    font-size: 1.4rem;
    color: #6c757d;
}
.microsites-comunello-gategallery-pagewrap .project-meta i {
    margin-right: 4px;
    width: 14px;
}
.microsites-comunello-gategallery-pagewrap .empty-state {
    text-align: center;
    padding: 4rem 0;
}
.microsites-comunello-gategallery-pagewrap .empty-state-icon {
    width: 96px;
    height: 96px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.microsites-comunello-gategallery-pagewrap .view-toggle .btn {
    border-radius: 6px;
}
.microsites-comunello-gategallery-pagewrap .d-none, 
.microsites-comunello-gategallery-pagewrap .len-0 
{
    display: none !important;
}
.microsites-comunello-gategallery-pagewrap .text-primary {color: #cd1919 !important;}

/* Modal popup | Comunello Gate Gallery */
.microsites-comunello-gategallery-pagewrap .popup-video-block {}
.microsites-comunello-gategallery-pagewrap .popup-video-block .modal-inner-wrap {width: 700px;}
.microsites-comunello-gategallery-pagewrap .popup-video-block .videoWrapper {display: flex;justify-content: center; align-items: center;}

@media (max-width: 768px) {
    .microsites-comunello-gategallery-pagewrap .hero-section h1 {
        font-size: 2.5rem;
    }
    .microsites-comunello-gategallery-pagewrap .hero-section p {
        font-size: 1.1rem;
    }
}


/* main.css - VIEW PAGE */

.position-relative {
    position: relative !important;
}

.justify-content-center {
    justify-content: center !important;
}
.text-center {
    text-align: center !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.gap-3 {
    gap: 1.6rem !important;
}

.hero-image {
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.project-title {
    font-size: 4.0rem;
    font-weight: bold;
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

.system-type {
    font-size: 2.0rem;
    color: #cd1919;
    font-weight: 600;
    margin-bottom: 2.4rem;
}


.cta-section {
    background: #f8f9fa;
    padding: 6.4rem 0;
}

.ready-to-start-text {
    font-size: 3.2rem;
}

.px-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
}

