/*!
Theme Name: Taj Plast
Theme URI: #
Author: Indranil Paul
Author URI: #
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
nav li {
    list-style: none;
}

.pagination-wrap{
    margin-top:50px;
    text-align:center;
}

.pagination-wrap .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin:0 4px;
    border:1px solid #ddd;
    border-radius:50%;
    text-decoration:none;
}

.pagination-wrap .current{
    background:#e31e24;
    border-color:#e31e24;
    color:#fff;
}

.lightbox.active{
    display:flex !important;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: linear-gradient(135deg, rgb(215, 25, 32), rgb(255, 64, 70)) !important;
    color: #fff !important;
	width: 30%;
	border-radius: 50px;
}

.slide h1 {
    color: #fff;
}
/* Dark Overlay */
.hero .slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:1;
    pointer-events:none;
}
/* Image */
.hero .slide img{
    transform:scale(1);
    transition:transform 8s ease-out;
    will-change:transform;
}
/* Zoom Effect */
.hero .slide.active img{
    transform:scale(1.12);
}

.error404 .search-form{
    display:flex;
    gap:10px;
}

.error404 .search-field{
    flex:1;
    padding:14px 18px;
    border:1px solid #ddd;
    border-radius:50px;
}

.error404 .search-submit{
    padding:14px 24px;
    border:none;
    border-radius:50px;
    background:#e31e24;
    color:#fff;
    cursor:pointer;
}