.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #007bfc;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.textarea-size {
    height: 80px;
}

.form-control-service {

    background-color: #ffffff;

}

.iq-title-service {

    font-family: 'TeXGyreAdventor-Bold', sans-serif;
    color: #fff;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1px;

}

.iq-breadcrumb-about-us {
    background-image: url(../images/about-us.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.iq-breadcrumb-services {
    background-image: url(../images/services.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.iq-breadcrumb-blog {
    background-image: url(../images/blog.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.iq-breadcrumb-contact-us {
    background-image: url(../images/contact-us.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.iq-button-blog {
    padding: 5px 10px;
}

.iq-counter.iq-counter-style-2 .iq-counter-info .timer-counter {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
}

.counter-text {
    text-transform: uppercase;
    margin-top: 15px;
    color: white;
}


.client-box {
    background-color: var(--hov-primary);
    padding: 33px;
    border-radius: 6px;
}

.iq-icon-box-style-1 .iq-icon-box-1 img {
    width: 100px;

}

footer .footer-top .widget ul li a:before .footer-dot {
    position: absolute;
    margin-right: 10px;
    content: "\f111";
    color: var(--app-secondary);
    top: 0%;
    margin-top: -6px;
    font-size: 6px;
    left: 0;
    font-family: FontAwesome;
    line-height: 2;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

 .footercolor {
    color: #5e7290;
}
.centered {
    position: absolute;
    top: 85%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
 
  .bottom-right {
    position: absolute;
    bottom: 60px;
    right: 30px;
  }


footer .footer-topbar {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: var(--app-secondary);
}
.request_callback{
    color: var(--app-secondary);
    background-color: #fff;
}
.request_callback:hover{
    color: var(--hov-primary);
    background-color: #fff;
}
footer .footer-sticky-topbar{
    padding: 10px 0px;
}
.sticky-topbar {
    position: sticky;
    bottom: 0%;
    padding: 0px;   
    background-color: var(--app-secondary);
    z-index: 1000; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

 @media (max-width: 767px) {
    .sticky-topbar {
        position: sticky;
        bottom: 0%;
        padding: 0px;   
        background-color: var(--app-secondary);
        z-index: 1000; 
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .footer-topbar {
        text-align: center;
    }

    .footer-topbar h4 {
        font-size: 16px; 
        margin-bottom: 10px; 
    }
    .request_callback {
        display: block;
        margin: 0px;
        padding: 5px 5px;
    }
} @media (min-width: 768px) {
    .sticky-topbar {
        position: sticky;
        bottom: 0%;
        background-color: var(--app-secondary);
        z-index: 1000; 
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .footer-topbar {
        padding: 0;
    }

    .footer-topbar h4 {
        font-size: 20px;  
    }

    .mc4wp-form-fields {
        display: flex;
        justify-content: flex-end;
    }

    .request_callback {
        margin-left: 10px; 
    }
} 

.close-button{
    float: right;
    margin-top: -30px;
}
#gallery {
    padding-top: 40px;

    @media screen and (min-width: 991px) {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;

    img {
        width: 100%;
    }
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

    i {
        color: #fff;
        font-size: 3em;
    }
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    img {
        margin: 0;
        width: 100%;
        height: 80%;
        object-fit: contain;
        padding: 5%;

        @media screen and (min-width:768px) {
            width: 60%;
        }

        @media screen and (min-width:1200px) {
            width: 50%;
        }
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}
.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   
    overflow: hidden;
}
.parsley-required{color: #ff0000;margin-top: 0%;}




/* Add products page breadcrumb styling */
.iq-breadcrumb-products {
    background-image: url(../images/products.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Fix compacted footer issue on products page */
.products-page-wrapper {
    min-height: calc(100vh - 300px);
    display: flex;
    flex-direction: column;
}

/* Ensure products content section grows properly */
.products-page-wrapper .iq-counter-section {
    flex: 1;
    padding-bottom: 50px !important;
}

/* Add proper margin before footer on products page */
.products-page-wrapper + footer,
.iq-feature-description-two + footer {
    margin-top: 40px !important;
    padding-top: 30px !important;
}

/* Sticky footer fix for products page specifically */
body.products-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.products-page main {
    flex: 1;
}

/* Products page specific footer spacing */
.iq-feature-description-two {
    margin-bottom: 0 !important;
    padding-bottom: 80px !important;
}






