/*!
Theme Name: caricatureart
Theme URI: 
Text Domain: caricatureart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.pagi {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagi-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* buttons ke beech thoda space */
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagi-inner ul li {
    display: inline-block;
}

.pagi-inner ul li a,
.pagi-inner ul li span,
.pagi-inner ul li.active {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.pagi-inner ul li a:hover,
.pagi-inner ul li.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}


/************************* Blog Page CSS ***************************/


.news-card-items .news-image img {
    width: 100%;
    height: 10%;
    aspect-ratio: 1.1;
    object-fit: cover;
}
.news-details .recent-content h6 a {
    font-size: 15px !important;
    line-height: normal;
    -webkit-line-clamp: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}
.service-gallery-sec .team-image img{
	width: 100%;
    transition: transform 0.4s ease;
    border-radius: 12px;
    border: 1px solid #ccc;
    height: 100%;
    aspect-ratio: 1.1;
    object-fit: cover;
}

.tabs-gallery-cus .card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.1;
    object-fit: cover;
}

.page-template-default section.contact-section h1 {
    font-size: 42px;
}

.page-template-default section.contact-section h2 {
    font-size: 25px;
    font-weight: 600;
}
.contact-section .nice-select{
	display:none;
}
.contact-section select.customselect {
    display: block !important;
    width: 100%;
}
.contact-section select.customselect {
    display: block !important;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    padding:.375rem .75rem;
    font-size: 1rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, 
	box-shadow .15s ease-in-out;
	height:50px;
}
.contact-section select.customselect:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.contact-wrapper-2 .contact-content {
    background: #f2f2f2;
	padding:30px 20px;
}
.contact-wrapper-2 .contact-content h2{
	font-size:28px;
	text-align:center;
}


.form-area .admission-box .nice-select{
	display:none;
}
.form-area .admission-box  select.customselect {
    display: block !important;
    width: 100%;
}
.form-area .admission-box select.customselect {
    display: block !important;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color:rgba(255, 255, 255, 0.2);
    background-clip: padding-box;
    padding:.375rem .75rem;
    font-size: 1rem;
    border: 0;
    border-radius:50px;
    transition: border-color .15s ease-in-out, 
	box-shadow .15s ease-in-out;
	height:50px;
}

.form-area .admission-box select.customselect:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-area .admission-box .contact-content {
    background: #f2f2f2;
	padding:30px 20px;
}
.contact-wrapper-2 .contact-content h2{
	font-size:28px;
	text-align:center;
}
.bookly-css-root .bookly\:bg-white {
    background-color: #f2f2f2 !important;
    position: relative !important;
    z-index: 99;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a{text-transform: lowercase;
}
.page-id-47 .contact-section form.wpcf7-form.init {
    max-width: 980px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 30px;
}