.portfolio-banner{
    background-image: url(../img/header/header05.jpeg);
}
.information-block {
  background-image: url(../img/header/header09.jpeg);
}
.about-banner {
    background-image: url(../img/header/header09.jpeg);
}

.quotation-block-v5 {
    background-image: url(../img/header/header03.jpeg);
}
.hide{
    visibility: hidden;
}
.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Styles for the modal content */
.modal-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.form-card {
    border-radius: 5px;
    padding: 20px 40px; /* Added padding */
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

.fillable-section {
    margin-top: 20px;
}


.whatsapp-button {
    position: fixed;
    bottom: 200px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-button a {
    display: block;
    background-color: #25d366; /* WhatsApp green */
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.whatsapp-button a:hover {
    background-color: #128C7E; /* Darker green on hover */
}

.main-header.header-white.transparent .navbar .navbar-nav > li > a{
    color: #212121;
  }
  .content-block.footer-main {
    padding-top: 1rem; 
     padding-bottom: 1rem;
     padding-top: 1rem;
    padding-bottom: 1rem;
    }
    .pagination-wrapper .page-item {
        margin-right: 5px; /* Adjust spacing between arrows and numbers */
    }
    
    .pagination-wrapper{

        margin-top: 20px;
        font-size: 1.6em;
    }
