/*
Theme Name: WPIL
Author: IKF
Description: A custom lightweight theme optimized for performance and compatibility.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

:root {
	--mainfont: "Heebo", sans-serif;
	--primary: #003A7B;
	--secoundery: #0D6562;
	--hover: #0A8CC8;
}
body, p, a {
	margin: 0;
	padding: 0;
	font-family: var(--mainfont);
	color: #000000;
	line-height: 26px;
}
body {
	padding-top:70px;
}
p, ul, ol, .elementor-widget-text-editor {
	margin-bottom: 20px ;
	font-size: 15px;
	line-height: 26px;
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
h2 {
	font-size: 50px;
	line-height: 60px !important;
	color: #003A7B;
}
a {
	text-decoration: none;
}
a:hover {
	color: var(--hover);
}
ul, ol {
	padding: 0;
	list-style: none;
}
@media (max-width: 2200px) {
	.e-con>.e-con-inner, .cust-container, .inner-header, .footer-inner {
		max-width: 1500px !important;
	}
}
@media (max-width: 1670px) {
	.e-con>.e-con-inner, .cust-container, .inner-header, .footer-inner {
		max-width: 1200px !important;
	}
}
@media (max-width: 1280px) {
	.page-title h1 {
		font-size: 60px !important;
		line-height: 65px !important;
	}
	h2 {
		font-size: 45px;
		line-height: 55px !important;
		color: #003A7B;
	}
	.e-con>.e-con-inner, .cust-container, .inner-header, .footer-inner {
		max-width: 1150px !important;
	}
	.homemap {
		max-width: 900px !important;
	}
	html .box_view_html {
		height: 450px !important;
	}
}
.cust-container, .footer-inner {
	padding: 0 10px;
	margin: 0 auto;
}
/* Base menu styles */
.main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.main-menu li {
	position: relative;
}
.main-menu > li {
	margin-right: 20px;
}
.main-menu li a {
	text-decoration: none;
	padding: 22px 5px;
	display: block;
	color: #ffffff;
	font-size: 15px;
	position: relative;
	transition: all 0.5s;
}
.main-menu li ul a {
	color: #000000;
}
.main-menu li > a:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 15px;
	background: #0A8CC8;
	width: 100%;
	height: 1px;
	opacity: 0;
}
.main-menu li a:hover:after, .main-menu li.current_page_item a:after, .main-menu li.current-page-parent a:after,
.main-menu li.current-menu-parent a:after  {
	opacity: 1;
}
.brand-logo img {
	max-width: 210px !important;
	width: 100%;
	display: block;
}
.sub-menu a:after {
	display: none;
}

/* Hide dropdowns by default */
.main-menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	background: #EEF3F7;
	padding: 20px 0;
	margin: 0;
	min-width: 280px;
	z-index: 999;
}
/* Show dropdown on hover */
.main-menu li:hover > ul {
	display: block;
}
/* Dropdown menu styles */
.main-menu li ul li {
	width: 100%;
}
.main-menu li ul li a {
	padding: 5px 30px;
	font-size: 15px;
	white-space: nowrap;
	transition: all 0.5s;
}
.main-menu li ul li a:hover, .main-menu li ul li.current-menu-item a {
	font-weight: 700;
	color: #0A8CC8;
}
.theme-main-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.themebtn {
	transition: all .5s ease-in-out;
	color: #003A7A !important;
	padding: 8px 35px 8px 35px;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #003A7A;
	font-weight: 600;
}
.themebtn.whitebtn {
	color: #ffffff !important;
	border: 1px solid #ffffff;
	font-size: 16px;
}

.themebtn span {
	position: relative;
	z-index: 9;
	transition: all 0.5s;
	display: block;
}
.themebtn:hover span {
	color: #0A8CC8;
}
.themebtn:hover {
	box-shadow: 5px 5px 15px #00000040 !important;
}
.darkbtn {
	background: #0A8CC8;
	border-color: #0A8CC8;
	color: #ffffff !important;
}
.darkbtn span {
	color: #ffffff !important;
}
.darkbtn:hover {
	background: #ffffff;
}
.darkbtn:hover span {
	color: #0A8CC8 !important;
}

/*Header*/
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	margin: 0 auto;
	width: 100%;
	background: #003A7A;
	z-index: 999999;
	transition: all 0.5s;
}
.scroll-down header {
	top: -120px;
}
.scroll-up header {
	top: 0px;
}
.inner-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
/*Hambergur Menu*/
.hambergermenu {
	display: none !important;
}
.hambergermenu {
	width: 30px;
	position: relative;
	height: 20px;
	align-items: center;
	cursor: pointer;
}
.hambergermenu span {
	height: 2px;
	width: 100%;
	background: #ffffff;
	display: block;
}
.hambergermenu:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
}
.hambergermenu:after {
	content: '';
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
}
.hambergermenumob {
	position: fixed;
	top: 0;
	right: -150%;
	left: auto;
	z-index: 999;
	background: #F1F3F8;
	height: 100%;
	width: 100%;
	max-width: 767px;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 15px #00000029;
	transition: all 0.5s;
	overflow: hidden;
	overflow-y: scroll !important;
}
.activemenu {
	right: 0;
}
.hambergermenu-inner {
	position: relative;
	padding: 0 30px 50px;
	top: 40px;
}
.hambergermenu-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-item {
	position: relative;
}
.hambergermenu-inner ul li a {
	font-size: 20px;
	color: #231F20;
	line-height: 50px;
	border-bottom: 1px solid #dddddd7a;
	display: block;
	position: relative;
	font-weight: 600;
}
.hambergermenu-inner ul li a:hover {
	color: var(--secoundery);
}
.closebutton {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.5s;
	cursor: pointer;
}
.closebutton span {
	position: absolute;
	width: 100%;
	background: #000000;
	height: 2px;
	transition: all 0.5s;
	transform: rotate(45deg);
	top: 15px;
	right: 0;
	left: 0;
}
.closebutton:after {
	width: 100%;
	background: #000000;
	height: 2px;
	transition: all 0.5s;
	transform: rotate(-45deg);
	position: absolute;
	content: '';
	top: 15px;
	left: 0;
	right: 0;
}
.hambergermenumob .accordion-toggle::after {
	content: '';
	margin-left: 10px;
	background: url(https://www.wpil.co.in/wp-content/uploads/2026/02/downarrow.svg) no-repeat;
	width: 18px;
	height: 8px;
	transition: all 0.5s;
}
.hambergermenumob .accordion-toggle.active::after {
	transform: rotate(180deg);
}
.hambergermenumob .submenu {
	display: none;
	padding-left: 0;
}
.hambergermenumob .submenu li {
	position: relative;
}
.hambergermenumob .submenu li a {
	font-size: 16px;
	line-height: 40px;
	display: block;
	width: 100%;
	position: relative;
	font-weight: 400;
	padding-left: 20px;
}
.hambergermenumob .submenu li a:before {
	position: absolute;
	content: '';
	background: #0D6562;
	left: 0;
	top: 15px;
	width: 7px;
	height: 7px;
	border-radius: 100px;
}
.hambergermenumob .submenu.open {
	display: block;
}
.hambergermenumob .accordion-toggle {
	background: none;
	border: none;
	cursor: pointer;
	float: right;
	width: 40px;
	height: 51px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
ul.submenu.depth-0 .accordion-toggle {
	height: 37px;
}
.submenu.depth-1 {
	padding-left: 20px;
}
.submenu.depth-1 li a:before {
	border-radius: 0px;
	width: 11px;
	height: 9px;
	top: 14px;
	background: url(https://www.wpil.co.in/wp-content/uploads/2025/08/next-arw.svg) no-repeat;
	background-size: 100% !important;
}
/*Hambergur Menu*/

.swiper-pagination-bullet {
	background: #FFFFFF !important;
	border: 1px solid #989898 !important;
	opacity: 1 !important;
	width: 10px !important;
	height: 10px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #003A7A !important;
	opacity: 1 !important;
	border-color: #003A7A !important;
}
.projects-slider {
	padding-bottom: 40px !important;
	overflow: visible !important;
}
.projects-slider .swiper-slide {
	opacity: 0;
	transition: all 0.5s;
}
.projects-slider .swiper-slide.swiper-slide-active, .projects-slider .swiper-slide.swiper-slide-active + div, 
.projects-slider .swiper-slide.swiper-slide-active + div + div {
	opacity: 1;
}
.projects-slider h3 {
	font-size: 22px;
	line-height: 30px;
	color: #003A7A;
	margin: 20px 0;
	font-weight: 600;
}
.swiper-button:after {
	display: none;
}
.swiper-button {
	width: 27px;
	height: 27px;
	background: url(https://www.wpil.co.in/wp-content/uploads/2025/10/swiper-next-arrow.svg) no-repeat center center;
}
.swiper-button.swiper-button-next {
	right: -50px;
}
.swiper-button.swiper-button-prev {
	left: -50px;
	background: url(https://www.wpil.co.in/wp-content/uploads/2025/10/swiper-prev-arrow.svg) no-repeat center center;
}
.projects-slider .swiper-button {
	top: 33%;
}
.latest-blogs-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
.lblog-item {
	width: 48%;
	margin-bottom: 40px;
}
.lb-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #003A7B;
	width: 100%;
}
.lb-img {
	width: 37%;
	overflow: hidden;
}
.lb-txt {
	width: 57%;
	position: relative;
}
.lb-img img {
	display: block;
	width: 100%;
	height: 220px !important;
	object-fit: cover;
	object-position: center;
	position: relative;
	transition: all 0.5s;
	transform: scale(1);
}
.lb-inner:hover .lb-img img {
	transform: scale(1.1);
}
.lb-txt h3 {
	color: #ffffff;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #0773b1;
	padding-bottom: 25px;
	margin-right: 90px;
	position: relative;
}
.lb-txt:after {
	position: absolute;
	content: '';
	right: 30px;
	bottom: -19px;
	width: 38px;
	height: 38px;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	background: #003A7B url(https://www.wpil.co.in/wp-content/uploads/2025/10/whitearrow.svg) no-repeat center center;
	transition: all 0.5s;
}
.lb-inner:hover .lb-txt:after {
	background: #0A8CC8 url(https://www.wpil.co.in/wp-content/uploads/2025/10/whitearrow.svg) no-repeat center center;
}
.other-geographies .lb-txt:after {
	bottom: 0;
}
.inner-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.inner-banner img {
	width: 100%;
	display: block;
}
.mobile_banner {
	display: none !important;
}
.inner-banner .page-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.page-title h1 {
	color: #ffffff;
	text-shadow: 3px 4px 5px #00000038;
	max-width: 400px;
	font-size: 65px;
	line-height: 66px;
}
.breadcrumbs-wrap {
	padding: 10px 0;
	font-size: 15px;
}
.seperator {
	position: relative;
	display: inline-block;
	padding: 0 8px;
}
.glance-head:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	background-color: #707070;
}
.glance-head span {
	z-index: 1;
	background-color: #003a7b;
	position: relative;
	padding: 0 40px;
}
.our-values-card {
	text-align: center;
}
.our-values-card img {
	margin: 0 0 10px 0;
}
.our-values-card h4 {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 22px;
}
.our-values-card p {
	width: 100%;
	max-width: 240px;
	margin:  0 auto;
	font-size: 15px;
	line-height: 24px;
}
.our-values-swiper {
	padding-bottom: 80px;
}
.our-values-swiper .swiper-slide.swiper-slide-active,
.our-values-swiper .swiper-slide.swiper-slide-active + div,
.our-values-swiper .swiper-slide.swiper-slide-active + div + div,
.our-values-swiper .swiper-slide.swiper-slide-active + div + div +div {
	opacity: 1;
	transition:all 0.5s;
}
.our-values-swiper .swiper-slide {
	opacity: 0;
	transition:all 0.5s;
}
.customiconbox .elementor-icon-box-content {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 20px #00000029;
	border-right: 11px solid #0A8CC8;
	padding: 30px 20px 30px 60px;
}
.customiconbox .elementor-icon-box-icon {
	margin-right: -40px;
	position: relative;
}
.career-slider {
	padding-bottom: 50px !important;
	overflow: visible !important;
}
.career-slider img {
	width: 100% !important;
	display: block;
	height: 400px !important;
	object-fit: cover !important;
	object-position: center !important;
}
.career-slider .swiper-slide.swiper-slide-active {
	transform: scale(1);
}
.career-slider .swiper-slide.swiper-slide-prev, .career-slider .swiper-slide.swiper-slide-next {
	transform: scale(0.9);
}
.career-slider .swiper-slide {
	transition: all 0.5s;
}
.custom-form ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.custom-form ul li {
	width: 32%;
	margin-bottom: 30px;
}
.custom-form ul li p {
	margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-text, textarea, select, .wpcf7 input[type="file"] {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	border: 0;
	outline: none;
	padding: 13px 20px;
	color: #000000;
	font-size: 16px;
	width: 100%;
	font-family: var(--mainfont);
}
.searchpopup-wrapper input {
	font-size: 18px;
}
::placeholder {
	font-family: var(--mainfont);
	color: #000000;
	font-size: 16px;
}
.onehalf {
	width: 49% !important;
}
.fullw {
	width: 100% !important;
}
input.wpcf7-form-control.wpcf7-submit {
	border: 1px solid #003A7A;
	color: #003A7A;
	font-weight: 700;
	padding: 12px 45px;
	border-radius: 50px;
	background: transparent;
	font-size: 15px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
span.wpcf7-spinner {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: 5px;
}
.wpcf7-response-output {
	font-size: 13px;
	margin: 0 !important;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.elementor-widget-image-carousel .swiper-pagination {
	justify-content: flex-end !important;
	display: flex;
}
.featured-projects {
	overflow: hidden !important;
	position: relative !important;
	padding: 60px 0 0px;
}
.fp-img img {
	width: 100%;
}
.featured-projects h2, .other-geographies h2 {
	text-align: center;
	margin-bottom: 30px;
}
.other-geographies {
	padding: 0 0 30px;
}
.other-geographies p {
	color: #ffffff;
	border-bottom: 1px solid #0A8CC8;
	padding-bottom: 25px;
	margin-right: 90px;
}
.other-geographies h3 {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.ticklist {
	margin: 0;
	position: relative;
	list-style: none;
}
.ticklist li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 6px;
}
.ticklist li:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url(https://www.wpil.co.in/wp-content/uploads/2025/10/chk.svg) no-repeat;
	left: 0;
	top: 4px;
	border-radius: 100px;
}

/*Custom Tabs*/
.activecontenttab {
	display: block;
}
.hidetab {
	display: none;
}
.activenavlink {
	color: red;        
}
.contact-tabs .tab-slider-container {
	border-top: 2px solid #003a7a;
	background: linear-gradient(to right, #003A7A 50%, #ffffff 50%);
}
.contact-tabs .custom-verticle-tabs {
	/*    background: linear-gradient(to right, #003A7A 50%, #ffffff 50%);*/
	padding: 0;
	position: relative;
	/* overflow: hidden; */
	border: none;
	border-right: 0;
}
.custom-verticle-tabs {
	background: linear-gradient(to right, #003A7A 50%, #ffffff 50%);
	padding: 0;
	position: relative;
	/* overflow: hidden; */
	border: 2px solid #003A7A;
	border-right: 0;
}
.custom-verticle-tabs-inner {
	display: flex;
	justify-content: space-between;
}
.tab-nav {
	width: 25%;
	padding: 50px 0;
	position: sticky;
	top: 20px;
	height: 100%;
}
.tabs-content {
	width: 70%;
	background: #ffffff;
	padding: 50px;
	position: relative;
	overflow: hidden;
}
.tabs-content img {
	width: 100%;
}
.tabs-content:after {
	position: absolute;
	right: -100%;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.tab-nav h3 {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 33px;
	font-weight: 500;
	margin-bottom: 40px;
}
.navlink a {
	background: #0A8CC8;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	padding: 10px 20px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	transition: all 0.5s;
}
.tab-nav-links {
	max-width: 150px;
}
.activenavlink, .navlink a:hover {
	background: #ffffff !important;
	color: #003A7A !important;
}
/*.tabs-content-inner {
display: flex;
justify-content: space-between;
gap: 60px;
}*/
.tabs-content-wrap {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.tab-short-desc {
	width: 45%;
}
.tabs-child-links {
	width: 55%;
}
.tabs-content-item h4 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	color: #003A7B;
	margin-top: 30px;
}
.arrowlinks {
	margin-bottom: 30px;
}
.arrowlinks li {
	padding-left: 35px;
	font-size: 18px;
	line-height: 36px;
	position: relative;
}
.arrowlinks li {
	color: #003A7B !important;
}
.arrowlinks li:after {
	background: url(https://www.wpil.co.in/wp-content/uploads/2025/10/swiper-next-arrow.svg) no-repeat;
	position: absolute;
	content: '';
	left: 0;
	top: 9px;
	width: 16px;
	height: 14px;
	background-size: 16px;
}
/*Custom Tabs*/

.featured-projects-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	justify-content: flex-start;
}
.fp-item {
	width: 31.3%;
	margin-bottom: 45px;
}
.fp-item h3 {
	color: #003A7A;
	font-size: 22px;
	line-height: 36px;
	font-weight: 600;
	margin: 20px 0 0;
}
.fp-img {
	overflow: hidden;
}
.fp-img img {
	display: block;
}
.turnkey-projects-grid .fp-item {
	width: 31%;
}
.hidden-item {
	display: none;
}
.load-more-wrap {
	margin-top: 0px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.e-n-tab-title {
	cursor: pointer;
}
ul.international-tab-logo img {
	width: auto;
}
.searchpopup-inner {
	height: 112px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.searchpopup-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
}
.searchpopup-wrapper input {
	width: 100%;
	padding: 11px;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: rgb(221, 221, 221) !important;
	border-image: initial !important;
}
button.search-button, .searchpopclose {
	background: #003a7a;
	border: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	font-size: 25px;
	color: #ffffff;
}
.hidden{
	hidden: none !important;
}
.page-id-28 .fullw.submt-btn p {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.page-id-28 .fullw.submt-btn p input.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin: 0;
}
.page-id-28 .submt-btn span.wpcf7-spinner {
	right: 10px;
	left: auto;
}
.box_view_html {
	overflow-y: auto !important;
	height: 500px !important;
}

/* width */
.box_view_html::-webkit-scrollbar {
	width: 10px;

}

/* Track */
.box_view_html::-webkit-scrollbar-track {
	background: #f1f1f1; 
	border-radius:10px;
}

/* Handle */
.box_view_html::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius:10px;
}

/* Handle on hover */
.box_view_html::-webkit-scrollbar-thumb:hover {
	background: #555; 
	border-radius:10px;
}


.muncipal-slider .swiper-pagination-progressbar {
	background: #ffffff;
	position: absolute;
	bottom: 0;
	top: auto !important;
	width: 90% !important;
}
.muncipal-slider .swiper-pagination-progressbar-fill {
	background: #0A8CC8 !important; 
}
.muncipal-slider .muncipal-card {
	background: #ffffff;
	box-shadow: 0px 20px 10px #003A7A0D;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1; 
}
.muncipal-slider .muncipal-card img{
	margin-bottom: 20px;
}
.muncipal-slider .muncipal-card p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}
.muncipal-slider .muncipal-slider .swiper-slide {
	display: flex;
	align-items: stretch;
}
.muncipal-slider  {
	padding-bottom: 70px !important;
}
.muncipal-slider .swiper-wrapper {
	display: flex;
	align-items: stretch; 
}
.muncipal-slider .swiper-slide {
	display: flex !important;
	align-items: stretch !important;
	height: auto !important; 
} 
.muncipal-slider .munci-btn {
	position: absolute;
	right: 0;
	left: auto;
	bottom: -8px;
	top: auto;
	width:27px;
	height:22px;
	transition:all 0.2s;
	background-repeat: no-repeat;
    background-size: 100% !important;
}
.muncipal-slider .munci-btn:after {
	display: none;
}
.muncipal-slider .swiper-button-next.munci-btn {
	background-image: url(https://www.wpil.co.in/wp-content/uploads/2025/10/grey-prev.svg);
}
.muncipal-slider .swiper-button-prev.munci-btn {
	background-image: url(https://www.wpil.co.in/wp-content/uploads/2025/10/grey-next.svg);
	right:60px;
}
.muncipal-slider .swiper-slide.swiper-slide-active,
.muncipal-slider .swiper-slide.swiper-slide-active + div,
.muncipal-slider .swiper-slide.swiper-slide-active + div + div,
.muncipal-slider .swiper-slide.swiper-slide-active + div + div + div,
.muncipal-slider .swiper-slide.swiper-slide-active + div + div + div + div {
	opacity: 1;
	transition: all 0.5s;
}

.muncipal-slider .swiper-slide {
	opacity: 0;
	transition: all 0.5s;
}


.swiper-button-next.munci-btn:hover {
    background-image: url(https://www.wpil.co.in/wp-content/uploads/2026/02/grey-prev-blue.svg);
    transition: all 0.2s;
}

.swiper-button-prev.munci-btn:hover {
    background-image: url(https://www.wpil.co.in/wp-content/uploads/2026/02/grey-next-blue.svg);
    transition: all 0.2s;
}



@media(max-width:1670px) {
	body .our-journey-slider .swiper-button {
		bottom: 90px !important;
	}

	.our-journey-slider .swiper-button.swiper-button-next {
		right: 25px !important;
	}

	body .our-journey-slider .swiper-button.swiper-button-prev {
		right: 90px !important;
	}
}

@media(max-width:1080px) {
	.searcbtn {
		margin-right: 20px;
	}
	body {
		padding-top: 65px;
	}
	.inner-header {
		padding: 10px 20px;
	}
	.hambergermenu {
		display: flex !important;
	}
	nav.main-nav {
		display: none;
	}
}

@media(max-width:1024px){
	.homemap {
		max-width: 500px !important;
	}
	html .box_view_html {
		height: 300px !important;
	}
	#investor-tab {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	#investor-tab .vertical-tab-wrapper .vertical-tab-content h3 {
		font-size: 30px !important;
		line-height: 40px !important;
		margin-bottom: 20px !important;
	}
	.invt-filter {
		max-width: 350px !important;
	}
	#investor-tab .vertical-tab-wrapper .vertical-tab-content {
		padding: 0 10px !important;
	}
	#investor-tab .vertical-tab-wrapper {
		border: 0px !important;
	}
	.vertical-tab-content-wrap {
		width: 100% !important;
	}
	.vertical-tab-wrap {
		display: none !important;
	}
	.invt-filter {
		display: block !important;
	}
	body.archive.tax-investors_term {
		padding-top: 65px;
	}
	.invt-tpg-overview {
		padding: 30px 10px !important;
		margin-bottom: 0 !important;
	}
	.home-featured-projects .swiper-button {
		display: none;
	}
	.our-journey-slider .swiper-slide:first-child:after {
		display: none;
	}
	.our-journey-slider .swiper-slide {
		margin: 0 -8px !important;
	}
	html .our-journey-slider .swiper-button {
		bottom: 20px !important;
	}
	html .projects-slider .swiper-button.swiper-button-prev {
		left: -50px !important;
	}
	html .projects-slider .swiper-button.swiper-button-next {
		right: -50px !important;
	}
	html .projects-slider .swiper-button {
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		bottom: 0 !important;
		margin: 0 auto;
	}
	html .our-journey-slider .swiper-button.swiper-button-prev {
		right: 80px !important;
	}
	html .our-journey-slider .swiper-button {
		right: 20px !important;
	}
	.breadcrumbs-wrap {
		padding: 10px 10px;
		font-size: 15px;
	}
	.desktop_banner {
		height: 300px;
		object-fit: cover;
	}
	.inner-banner .page-title {
		padding: 0 20px;
	}
	h2 {
		font-size: 40px;
		line-height: 50px !important;
		color: #003A7B;
	}
	.featured-projects {
		padding: 30px 10px 0;
	}
	.fp-item {
		margin-bottom: 35px;
	}
	.load-more-wrap {
		margin-top: 0;
	}
	.lblog-item {
		width: 100%;
		margin-bottom: 30px;
	}
	.other-geographies {
		padding: 30px 10px;
	}
	.latest-blogs-grid .lblog-item:last-child {
		margin-bottom: 0;
	}
	
	.muncipal-slider .swiper-pagination-progressbar {
		  width: 80% !important;
	  }
}
@media(max-width:767px){
	img.mobile_banner, .fp-img img {
        height: auto !important;
    }
	div#mapwrap {
		position: relative !important;
		max-width: 100% !important;
	}
	.invt-filter {
		padding-left: 10px !important;
	}
	.report-row p {
		width: 80%;
	}
	.report-row span {
		width: 20%;
	}
	#investor-tab .vertical-tab-wrapper .vertical-tab-content h3 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.report-row {
		width: auto !important;
	}
	.report-row p {
		padding-left: 0 !important;
	}
	.page-title h1 {
		width: 100%;
		background: #000000;
		background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
		padding: 20px;
		margin-bottom: 0px;
	}
	.inner-banner .page-title {
		padding: 0 0px;
	}
	button.search-button, .searchpopclose {
		width: 35px;
		min-width: 35px;
	}
	.searchpopup-wrapper {
		gap: 5px;
	}
	.inner-banner-img {
		position: relative;
	}
	.our-journey-slider .swiper-slide:nth-child(2n) .jrny-card:after {
		top: -157px !important;
	}
	/* .custom-verticle-tabs {
	background: #003A7A !important;
}*/
	.other-geographies .lb-txt {
		padding-bottom: 20px;
	}
	.other-geographies p {
		margin-right: 90px;
	}
	.fp-item h3 {
		font-size: 18px;
		line-height: 28px;
	}
	body.home {
		padding-top: 65px;
	}
	body {
		padding-top: 0px;
	}
	.lb-txt h3 {
		color: #ffffff;
		margin-right: 50px;
	}
	h2 {
		font-size: 35px;
		line-height: 45px !important;
		color: #003A7B;
	}
	.fp-item {
		width: 100%;
	}
	.lb-inner {
		display: block;
		overflow: hidden;
	}
	.lb-img {
		width: 100%;
		overflow: hidden;
	}
	
	.muncipal-slider .swiper-pagination-progressbar {
      width: 65% !important;
  	}
}

@media (min-resolution: 125dpi) and (max-resolution: 150dpi) {
	.wrap_svl_center_box {
		max-width: 750px !important;
	}
	.featured-projects {
		padding: 40px 0 0px;
	}
	.tab-short-desc {
		width: 50%;
	}
	.tabs-child-links {
		width: 50%;
	}
	.our-values-swiper .swiper-slide .our-values-card:after {
		right: -20px !important;
	}
	.brand-logo img {
		max-width: 200px !important;
	}
	.main-menu li a {
		padding: 22px 2px;
		font-size: 13px;
	}
	p, ul, ol, .elementor-widget-text-editor {
		font-size: 14px;
		line-height: 24px;
	}
	.themebtn {
		font-size: 14px !important;
	}
	.e-con>.e-con-inner, .cust-container, .inner-header, .footer-inner {
		max-width: 1050px !important;
	}
	.fp-item h3 {
		font-size: 18px;
		line-height: 26px;
	}
	h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	h1, .page-title h1 {
		font-size: 45px !important;
		line-height: 55px !important;
	}
	h3.elementor-heading-title.elementor-size-default {
		font-size: 20px !important;
	}
	.projects-slider h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.lb-txt h3 {
		font-size: 16px;
		line-height: 28px;
	}
}