.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;
}

/* ========================= */
/* Popup Form Styling */
/* ========================= */

/* Modal Container */
.modal-content {
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

.modal-body {
    padding: 40px !important;
}

/* Close Button */
.btn-close {
    width: 32px;
    height: 32px;
    background-color: #f5f5f5;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.btn-close:hover {
    background-color: #e0e0e0;
    transform: rotate(90deg);
}

.btn-close:focus {
    box-shadow: none;
}

/* Callback Form Wrapper */
.callback-form-wrapper {
    max-width: 100%;
}

/* Form Control Styling */
.request-callback-form .form-control,
.request-callback-form .form-control-lg {
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    height: 50px;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
}

.request-callback-form .form-control::placeholder,
.request-callback-form .form-control-lg::placeholder {
    color: #aaa;
    font-weight: 400;
}

.request-callback-form .form-control:focus,
.request-callback-form .form-control-lg:focus {
    border-color: #025391;
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(2, 83, 145, 0.15);
    outline: none;
}

.request-callback-form .form-control:invalid:not(:placeholder-shown),
.request-callback-form .form-control-lg:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}

/* Form Group Spacing */
.form-group {
    margin-bottom: 16px;
}

.form-group:last-child {
    margin-bottom: 24px;
}

.form-group small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
}

/* Submit Button */
.btn-callback {
    background-color: #025391;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(2, 83, 145, 0.2);
}

.btn-callback:hover {
    background-color: #014170;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(2, 83, 145, 0.3);
}

.btn-callback:active {
    transform: translateY(0);
}

.btn-callback:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 83, 145, 0.25);
    outline: none;
}

/* Banner Image */
.modal-body .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto 24px;
}

/* Request Callback Footer Button */
.sticky-topbar {
    z-index: 1000;
}

.footer-sticky-topbar {
    background: linear-gradient(135deg, #025391 0%, #014170 100%);
    padding: 12px 0;
}

.footer-sticky-topbar .textwidget {
    gap: 20px;
}

.footer-sticky-topbar h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

.footer-sticky-topbar .request_callback {
    background-color: #ed9610;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(237, 150, 16, 0.3);
}

.footer-sticky-topbar .request_callback:hover {
    background-color: #d98000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(237, 150, 16, 0.4);
}

.footer-sticky-topbar .request_callback:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-body {
        padding: 25px !important;
    }

    .request-callback-form .form-control,
    .request-callback-form .form-control-lg {
        font-size: 16px;
        padding: 14px 12px;
        min-height: 50px;
    }

    .footer-sticky-topbar .textwidget {
        flex-direction: column;
        gap: 10px;
    }

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

    .footer-sticky-topbar .request_callback {
        width: 100%;
        padding: 12px 20px;
    }

    .btn-callback {
        padding: 16px 20px;
        font-size: 14px;
    }

    .modal-dialog {
        margin: 10px;
    }
}

@media (max-width: 480px) {
    .modal-body {
        padding: 20px !important;
    }

    .request-callback-form .form-control,
    .request-callback-form .form-control-lg {
        font-size: 16px;
    }

    .btn-close {
        width: 28px;
        height: 28px;
    }
}






