@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Rubik:300,400,500,700&display=swap);

body,
html,
p {
	font-size: 13px
}

.theme-accordion-s1 .panel-heading a:focus,
a,
a:hover {
	text-decoration: none
}

.fi:before,
.hero .slick-dots li,
.wpo-blog-sidebar .quote-widget .quote p,
ul {
	margin: 0
}

.wpo-header-style-2 .topbar ul li:first-child,
.wpo-header-style-3 .topbar ul li:first-child,
ul {
	padding-left: 0
}

.category-sidebar .widget h3,
.wpo-site-footer .news-text h3,
body {
	font-family: "Open Sans", sans-serif
}

body {
	background-color: #fff;
	color: #525252;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

p {
	color: #777;
	line-height: 22px;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Rubik, sans-serif;
	color: #062265
}

a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s
}

img {
	max-width: 100%
}

.page-wrapper,
.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des {
	position: relative;
	overflow: hidden
}

.wow {
	visibility: hidden
}

.section-padding {
	padding: 120px 0
}

@media (max-width:991px) {
	.section-padding {
		padding: 90px 0
	}
}

.contact-validation-active .error-handling-messages {
	width: 100% !important;
	margin-top: 15px !important
}

.contact-validation-active label.error {
	color: red;
	font-size: .875rem;
	font-weight: 400;
	margin: 5px 0 0;
	text-align: left;
	display: block
}

.contact-validation-active #loader {
	display: none;
	margin-top: 10px
}

.contact-validation-active #loader i {
	font-size: 1.875rem;
	color: #086ad8;
	display: inline-block;
	-webkit-animation: 2s linear infinite rotating;
	animation: 2s linear infinite rotating
}

.contact-validation-active #error,
.contact-validation-active #success {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none
}

.contact-validation-active #success {
	background-color: #009a00;
	border-left: 5px solid green;
	margin-bottom: 5px
}

.contact-validation-active #error {
	background-color: #ff1a1a;
	border-left: 5px solid red
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.rotating {
	-webkit-animation: 5s infinite alternate rotating;
	animation: 5s infinite alternate rotating
}

.mfp-wrap {
	background-color: rgba(0, 0, 0, .9);
	z-index: 99999
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.fancybox-overlay {
	background: rgba(0, 0, 0, .9);
	z-index: 9999 !important
}

.fancybox-wrap {
	z-index: 99999 !important
}

.wpo-section-title {
	text-align: center;
	position: relative;
	max-width: 500px;
	margin: auto auto 70px
}

.wpo-section-title span {
	font-size: 18px;
	font-weight: 400;
	color: #086ad8;
	display: block;
	margin-bottom: 10px;
	font-family: Rubik, sans-serif
}

.wpo-section-title h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	position: relative;
	line-height: 50px
}

@media (max-width:991px) {
	.wpo-section-title h2 {
		font-size: 2.8125rem
	}
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
	background-color: #086ad8;
	color: #2d4277;
	font-weight: 700;
	padding: 13px 38px;
	border-radius: 5px;
	display: inline-block;
	transition: .3s
}

@media (max-width:991px) {

	.theme-btn,
	.theme-btn-s2,
	.theme-btn-s3,
	.theme-btn-s4 {
		font-size: .875rem;
		padding: 10px 25px
	}
}

.author-btn a:hover,
.error-message .theme-btn-s4,
.theme-btn-s2:active,
.theme-btn-s2:focus,
.theme-btn-s2:hover,
.theme-btn-s3:active,
.theme-btn-s3:focus,
.theme-btn-s3:hover,
.theme-btn-s4:active,
.theme-btn-s4:focus,
.theme-btn-s4:hover,
.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover,
.wpo-blog-single-section .more-posts .next-post a:hover,
.wpo-blog-single-section .more-posts .previous-post a:hover,
.wpo-blog-single-section .tag-share .tag a:hover {
	background-color: #086ad8;
	color: #fff
}

.theme-btn-s4 {
	font-weight: 400;
	color: #666;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s
}

.theme-btn-s2 {
	border: 1px solid #fff;
	background: 0 0;
	color: #fff
}

.theme-btn-s2:active,
.theme-btn-s2:focus,
.theme-btn-s2:hover,
.theme-btn-s4:active,
.theme-btn-s4:focus,
.theme-btn-s4:hover {
	background-position: 100% !important;
	color: #fff
}

.theme-btn-s3 {
	padding: 13px 30px
}

.theme-btn-s4 {
	padding: 15px 48px;
	border-radius: 55px
}

.view-cart-btn {
	display: block;
	margin-top: 20px
}

.hero .slide-caption>div,
.social-links,
.wpo-blog-sidebar .recent-post-widget .post,
.wpo-blog-single-section .comment-respond .form-inputs,
.wpo-contact-form-map form,
.wpo-site-footer .link-widget,
.wpo-site-footer-2 .link-widget {
	overflow: hidden
}

.social-links li {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 1px
}

.social-links li a {
	background-color: #05f2ff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center
}

.social-links li a:hover {
	background-color: #086ad8
}

.page-title {
	background-color: #fcfaf8;
	width: 100%;
	height: 335px;
	text-align: center;
	position: relative
}

.hero .slide .container,
.hero-style-3 .hero-outer .container,
.page-title .container {
	height: 100%;
	display: table
}

.page-title .container>.row {
	vertical-align: middle;
	display: table-cell
}

.page-title h2 {
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 0 .3em;
	text-transform: capitalize
}

@media (max-width:991px) {

	.theme-btn-s3,
	.theme-btn-s4 {
		font-size: .875rem;
		padding: 10px 25px
	}

	.page-title {
		height: 300px
	}

	.page-title h2 {
		font-size: 2.1875rem
	}

	.wpo-blog-sidebar {
		margin-top: 80px;
		max-width: 400px
	}
}

.page-title .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0
}

.page-title .breadcrumb li {
	font-size: 1rem;
	margin-right: 5px;
	position: relative
}

.category-sidebar .category-widget ul a:hover,
.hero-style-1 .slide .slide-caption h2 span,
.hero-style-2 .slide .slide-caption h2 span,
.page-title .breadcrumb li a,
.wpo-about-video-item span,
.wpo-blog-pg-section .entry-meta li a:hover,
.wpo-blog-pg-section .post h3 a:hover,
.wpo-blog-sidebar .category-widget ul a:hover,
.wpo-blog-sidebar .recent-post-widget .post h4 a:hover,
.wpo-blog-single-section .author-box .social-link a:hover,
.wpo-blog-single-section .entry-meta li a:hover,
.wpo-breadcumb-wrap ul li a:hover,
.wpo-breadcumb-wrap ul li:last-child,
.wpo-counter-style-2 .grid:nth-child(2) h2,
.wpo-site-footer .about-widget ul a:hover,
.wpo-site-footer-2 .about-widget ul a,
.wpo-site-footer-2 .about-widget ul a:hover,
.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
	color: #086ad8
}

.page-title .breadcrumb li a:hover {
	color: #00aeb8
}

.page-title .breadcrumb>li+li {
	margin-left: 20px;
	padding-left: 15px
}

.page-title .breadcrumb>li+li:before {
	content: "/";
	padding: 0;
	position: absolute;
	left: -14px;
	top: 1px;
	color: #086ad8
}

.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000
}

.preloader .sk-folding-cube {
	margin: 20px auto;
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 50px);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
}

.preloader .sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.preloader .sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #086ad8;
	-webkit-animation: 2.4s linear infinite both sk-foldCubeAngle;
	animation: 2.4s linear infinite both sk-foldCubeAngle;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.preloader .sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotate(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.preloader .sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotate(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.preloader .sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotate(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.preloader .sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.preloader .sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.preloader .sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

.wpo-blog-sidebar .widget {
	border: 1px solid #ebebeb;
	padding: 30px
}

.wpo-blog-sidebar .widget h3 {
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -30px 30px;
	padding: 0 0 30px 30px;
	position: relative;
	text-transform: capitalize
}

.wpo-blog-sidebar>.widget+.widget {
	margin-top: 65px
}

.hero,
.hero-style-1 .slide .row,
.hero-style-2 .slide .row,
.hero-style-3,
.volunteer-contact-form .form-group-in,
.wpo-about-video-img,
.wpo-blog-pg-section .entry-meta>li:last-child,
.wpo-blog-pg-section .format-gallery,
.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p,
.wpo-blog-sidebar .search-widget form div,
.wpo-blog-single-section .entry-meta>li:last-child,
.wpo-header-style-3,
.wpo-news-letter-section form>div,
.wpo-news-letter-section-2 form>div,
.wpo-site-footer .container,
.wpo-site-footer .link-widget ul li,
.wpo-site-footer-2 .container,
.wpo-site-footer-2 .link-widget ul li,
.wpo-site-header .cart-search-contact form div {
	position: relative
}

.wpo-blog-sidebar .search-widget input {
	height: 50px;
	font-size: 1rem;
	border: 1px solid #ebebeb;
	padding: 6px 50px 6px 20px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}

.wpo-blog-sidebar .search-widget input:focus {
	background-color: rgba(0, 198, 209, .1)
}

.wpo-blog-sidebar .search-widget form button {
	background: #086ad8;
	font-size: 1.25rem;
	color: #333;
	border: 0;
	outline: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0
}

.category-sidebar .category-widget ul,
.category-sidebar .tag-widget ul,
.wpo-blog-sidebar .category-widget ul,
.wpo-case-content ul,
.wpo-header-style-2 .navigation ul,
.wpo-header-style-3 .navigation ul,
.wpo-site-footer ul,
.wpo-site-footer-2 ul {
	list-style: none
}

#Schedule ul li,
.case-bb-text ul li,
.wpo-blog-sidebar .category-widget ul li {
	font-size: .9375rem;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px
}

.category-sidebar .category-widget ul li:before,
.wpo-blog-sidebar .category-widget ul li:before {
	content: "";
	background: #bbb;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 8px
}

.category-sidebar .category-widget ul li span,
.wpo-blog-sidebar .category-widget ul li span {
	position: absolute;
	right: 0
}

.category-sidebar .category-widget ul>li+li,
.wpo-blog-sidebar .category-widget ul>li+li {
	margin-top: 12px
}

.wpo-blog-sidebar .category-widget ul a {
	display: block;
	color: #777
}

.category-sidebar .category-widget ul li:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.wpo-blog-item:hover .wpo-blog-content,
.wpo-blog-sidebar .category-widget ul li:hover:before,
.wpo-team-wrap:hover .wpo-team-content,
.wpo-world-area-2 .wpo-world-section a {
	background: #086ad8
}

.wpo-blog-sidebar .recent-post-widget .posts>.post+.post {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f2f0f0
}

.wpo-blog-sidebar .recent-post-widget .post .img-holder {
	width: 68px;
	float: left
}

.wpo-blog-sidebar .recent-post-widget .post .details {
	width: calc(100% - 68px);
	float: left;
	padding-left: 20px
}

.wpo-blog-sidebar .recent-post-widget .post h4 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 .3em;
	font-family: "Open Sans", sans-serif;
	color: #444
}

.wpo-blog-sidebar .recent-post-widget .post h4 a {
	display: inline-block;
	color: #242f6c
}

.wpo-blog-sidebar .recent-post-widget .post .details .date {
	font-size: 14px;
	color: #888
}

.wpo-blog-sidebar .recent-post-widget .post .details .date i {
	display: inline-block;
	padding-right: 7px
}

.wpo-blog-sidebar .quote-widget {
	border: 0;
	padding: 0
}

.wpo-blog-sidebar .quote-widget .quote {
	background-color: #f5f5f5;
	padding: 30px
}

.desktop,
.payment-name.active,
.sh-die,
.wpo-blog-sidebar .quote-widget i,
.wpo-event-img .thumb-text span,
.wpo-event-img .thumb-text-2 span,
.wpo-event-img .thumb-text-3 span {
	display: block
}

.wpo-blog-sidebar .quote-widget .fi:before {
	font-size: 35px
}

.wpo-blog-sidebar .quote-widget .quoter {
	position: relative;
	padding: 25px 25px 25px 110px
}

.wpo-blog-sidebar .quote-widget .quoter .img-holder {
	position: absolute;
	left: 0
}

.wpo-blog-sidebar .quote-widget .quoter img {
	padding: 5px;
	border: 1px solid #dcdcdc;
	border-radius: 50%
}

.wpo-blog-sidebar .quote-widget .quoter h4 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 .3em;
	padding-top: 1.3em
}

.wpo-blog-sidebar .quote-widget .quoter h4+p {
	font-size: .875rem;
	margin: 0
}

.wpo-blog-sidebar .tag-widget ul,
.wpo-header-style-1 .menu-info ul {
	overflow: hidden;
	list-style: none
}

.wpo-blog-sidebar .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0
}

.wpo-blog-sidebar .tag-widget ul li a {
	font-size: 15px;
	display: inline-block;
	padding: 10px 18px;
	color: #525252;
	border: 1px solid #ebebeb;
	border-radius: 0
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover,
.wpo-blog-sidebar .tag-widget ul li a:hover {
	background: #086ad8;
	color: #fff
}

.pagination-wrapper {
	text-align: center;
	margin-top: 45px
}

.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center
}

.pagination-wrapper .pg-pagination li {
	float: left;
	margin-right: 10px
}

.pagination-wrapper .pg-pagination li:last-child,
.wpo-team-content ul li:last-child {
	margin-right: 0
}

.pagination-wrapper .pg-pagination li a {
	background-color: #f5f5f5;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: .9375rem;
	font-weight: 600;
	color: #666;
	border: 0;
	display: block;
	border-radius: 5px
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	background: #086ad8;
	border-color: #086ad8;
	color: #000
}

.pagination-wrapper .pg-pagination .fi:before {
	font-size: .9375rem
}

.pagination-wrapper-left {
	text-align: left
}

.pagination-wrapper-right {
	text-align: right
}

@media (max-width:991px) {
	.wpo-blog-sidebar-2 {
		margin-top: 0;
		max-width: 400px;
		margin-bottom: 80px
	}

	.pagination-wrapper {
		text-align: left;
		margin-top: 40px
	}

	.pagination-wrapper-right {
		margin-top: 45px;
		text-align: left
	}

	.category-sidebar {
		margin-bottom: 80px;
		max-width: 400px
	}
}

.category-sidebar .widget {
	padding: 30px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
	box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

.category-sidebar .widget h3 {
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -30px 30px;
	padding: 0 0 30px 30px;
	position: relative;
	text-transform: capitalize
}

.category-sidebar>.widget+.widget,
.mt-30,
.slide-caption .btns,
.wpo-mission-area-2 .wpo-mission-item h2 {
	margin-top: 30px
}

.category-sidebar .category-widget ul li {
	font-size: .9375rem;
	position: relative;
	padding-left: 20px
}

.category-sidebar .category-widget ul a {
	display: block;
	color: #525252
}

.category-sidebar .tag-widget {
	padding: 15px 0
}

.category-sidebar .tag-widget ul li {
	font-size: .9375rem;
	position: relative
}

.category-sidebar .tag-widget ul li:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #d7d7d7;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	top: 15px
}

.category-sidebar .tag-widget ul a {
	display: block;
	color: #525252;
	padding: 12px 15px 12px 60px
}

.category-sidebar .tag-widget ul a:hover {
	background: #086ad8;
	background: -webkit-linear-gradient(left, #086ad8, #3a9ce0);
	background: -moz-linear-gradient(left, #086ad8, #3a9ce0);
	background: -o-linear-gradient(left, #086ad8, #3a9ce0);
	background: -ms-linear-gradient(left, #086ad8, #3a9ce0);
	background: -webkit-gradient(linear, left top, right top, from(#086ad8), to(#3a9ce0));
	background: linear-gradient(left, #086ad8, #3a9ce0);
	color: #fff
}

.category-sidebar .tag-widget ul li:hover:before {
	border-color: #fff
}

.theme-accordion-s1,
.wpo-blog-pg-section .format-quote p,
.wpo-blog-single-section .comments-area .comment-main-area p,
.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-2 .about-widget p:last-child,
.wpo-team-wrap:hover .wpo-team-text-sub,
.wpo-team-wrap:hover .wpo-team-text-sub span {
	margin-bottom: 0
}

.theme-accordion-s1 .panel-default {
	background: 0 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.theme-accordion-s1 .panel-heading {
	background-color: transparent;
	padding: 0;
	border-radius: 0
}

.theme-accordion-s1 .panel+.panel,
.wpo-site-footer .link-widget ul>li+li,
.wpo-site-footer-2 .link-widget ul>li+li {
	margin-top: 15px
}

.theme-accordion-s1 .panel-heading a {
	background: #086ad8;
	font-size: 1.125rem;
	color: #fff;
	display: block;
	padding: 18px 25px;
	position: relative
}

@media (max-width:991px) {
	.theme-accordion-s1 .panel-heading a {
		font-size: 1rem;
		padding: 15px 25px
	}
}

.theme-accordion-s1 .panel-heading a:before {
	font-family: themify;
	content: "\e64b";
	font-size: .9375rem;
	position: absolute;
	right: 25px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}

.theme-accordion-s1 .panel-heading .collapsed {
	background-color: #fff;
	color: #242f6c;
	-webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
	box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

.theme-accordion-s1 .panel-heading .collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
	background-color: #fff;
	border: 0;
	padding: 40px 25px 15px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
	box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

@media (max-width:991px) {
	.theme-accordion-s1 .panel-heading a:before {
		font-size: 1.125rem;
		right: 20px
	}

	.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
		padding: 20px 25px 10px;
		font-size: .9375rem
	}
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
	margin-bottom: 1.3em
}

.hero .slick-dots button:before,
.hero .slide .slider-bg,
.hero-bg-slider:before,
.hero-style-2:after,
.logo-menu,
.mobile,
.wpo-breadcumb-wrap ul li:last-child:after,
.wpo-counter-area .wpo-counter-grids .grid:last-child:before,
.wpo-counter-style-2 .wpo-counter-grids .grid:last-child:before,
.wpo-counter-style-2:before {
	display: none
}

@media (max-width:1199px) {
	.wpo-blog-sidebar .recent-post-widget .post h4 {
		margin: 0;
		font-size: 14px
	}

	.wpo-site-header #navbar>ul .mega-menu {
		width: 950px;
		right: 15px
	}

	.wpo-site-header #navbar>ul .half-mega-menu {
		width: 485px
	}
}

.wpo-site-header .cart-search-contact {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}

.wpo-blog-pg-section .format-gallery .owl-controls,
.wpo-site-header .cart-search-contact form div button {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.wpo-site-header .cart-search-contact button {
	background: 0 0;
	padding: 0;
	border: 0;
	outline: 0
}

.wpo-site-header .cart-search-contact .fi:before {
	font-size: 18px;
	color: #fff
}

.hero-style-2 .slide-caption p,
.wpo-header-style-2 .cart-search-contact .header-search-form button .fi:before,
.wpo-header-style-3 .cart-search-contact .fi:before,
.wpo-header-style-3 .cart-search-contact .header-search-form button .fi:before,
.wpo-header-style-3 .topbar .contact-info ul li a,
.wpo-header-style-3 .topbar ul .fi:before {
	color: #666
}

.wpo-site-header .cart-search-contact>div {
	float: left;
	position: relative
}

.wpo-site-header .cart-search-contact>div+div {
	margin-left: 20px
}

.wpo-site-header .cart-search-contact .header-search-form-wrapper {
	padding-top: 5px
}

.wpo-site-header .cart-search-contact .header-search-form {
	position: absolute;
	width: 250px;
	right: -25px;
	top: 75px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 15px 60px -19px #000;
	box-shadow: 0 15px 60px -19px #000
}

.wpo-site-header .cart-search-contact form div button {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}

.wpo-site-header .cart-search-contact input {
	width: 100%;
	height: 50px;
	padding: 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wpo-site-header .cart-search-contact .mini-cart .fi:before {
	font-size: 25px
}

.wpo-site-header .cart-search-contact .mini-cart .cart-count {
	background: #086ad8;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: .66667rem;
	color: #fff;
	position: absolute;
	top: 0;
	right: -11px;
	border-radius: 50%
}

.wpo-site-header .cart-search-contact .mini-cart-content {
	background: #fff;
	width: 300px;
	z-index: 10;
	position: absolute;
	right: -25px;
	top: 75px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 15px 60px -19px #000;
	box-shadow: 0 15px 60px -19px #000
}

@media (max-width:450px) {
	.wpo-site-header .cart-search-contact .header-search-form-wrapper {
		display: none
	}

	.wpo-site-header .cart-search-contact .mini-cart-content {
		right: auto;
		left: -185px
	}
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-title {
	padding: 12px 15px;
	border-bottom: 1px solid #efefef
}

.wpo-site-header .cart-search-contact .mini-cart-content p {
	font-size: 1rem;
	font-weight: 500;
	color: #2a2a2a;
	margin: 0;
	text-transform: uppercase
}

.payments,
.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-items {
	padding: 15px
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #efefef
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image {
	width: 50px;
	height: 50px;
	border: 2px solid #eee;
	float: left;
	margin-right: 15px
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image img {
	display: block;
	width: 46px;
	height: 46px
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
	border-color: #fdc900
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a {
	font-size: .93333rem;
	font-weight: 500;
	text-align: left;
	color: #2a2a2a
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
	font-size: .86667rem;
	color: #888;
	display: block;
	margin-top: 3px
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
	font-size: .8rem;
	color: #444;
	display: block;
	position: absolute;
	right: 0;
	top: 2px
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-action {
	padding: 20px 15px;
	border-top: 1px solid #efefef
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4 {
	float: right;
	background: #086ad8;
	color: #fff
}

.wpo-site-header .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
	font-size: 1rem;
	font-weight: 500;
	color: #2a2a2a;
	margin-top: 10px;
	display: inline-block
}

.wpo-site-header .cart-search-contact .header-search-content-toggle,
.wpo-site-header .cart-search-contact .mini-cart-content-toggle {
	opacity: 1;
	visibility: visible;
	right: 0
}

@media screen and (min-width:992px) {
	.wpo-blog-sidebar {
		padding-left: 0
	}

	.category-sidebar {
		padding-right: 45px
	}

	.wpo-site-header #navbar li,
	.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
		position: relative
	}

	.wpo-site-header #navbar>ul>li>a {
		font-size: 1.06667rem
	}

	.wpo-site-header #navbar>ul .sub-menu {
		background-color: #fff;
		width: 250px;
		position: absolute;
		left: 0;
		top: 130%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		transition: .3s
	}

	.wpo-site-header #navbar>ul>li .sub-menu li {
		border-bottom: 1px solid #ececec
	}

	.wpo-site-header #navbar>ul>li .sub-menu a {
		font-size: 14px;
		display: block;
		padding: 12px 10px;
		color: #414141;
		font-weight: 500
	}
	.wpo-site-header #navbar>ul>li .sub-menu a img {
	    width:18px;
	    height:18px;
	    margin-right:5px;
	}

	.wpo-site-header #navbar>ul>li .sub-menu a:hover {
		color: #086ad8
	}

	.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
		left: 110%;
		top: 0
	}

	.wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
		font-family: FontAwesome;
		content: "\f107";
		font-size: .73333rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.wpo-site-header #navbar .has-mega-menu:hover>ul,
	.wpo-site-header #navbar>ul>li:hover>.sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1
	}

	.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1
	}

	.wpo-site-header #navbar .has-mega-menu {
		position: static
	}

	.wpo-site-header #navbar .half-mega-menu,
	.wpo-site-header #navbar .mega-menu {
		background-color: #fff;
		padding: 20px;
		border-top: 2px solid #fd799b;
		position: absolute;
		right: 0;
		top: 120%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		transition: .3s
	}

	.wpo-site-header #navbar .mega-menu {
		width: 1140px;
		right: 15px
	}

	.wpo-site-header #navbar .half-mega-menu {
		width: 585px
	}

	.wpo-site-header #navbar .mega-menu-box-title {
		font-size: .93333rem;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #e6e6e6
	}

	.wpo-site-header #navbar .mega-menu-list-holder li a {
		font-size: .93333rem;
		display: block;
		padding: 7px 8px;
		margin-left: -8px
	}

	.wpo-site-header #navbar .close-navbar,
	.wpo-site-header .navbar-header .open-btn {
		display: none
	}

	.wpo-header-style-1 ul {
		list-style: none
	}

	.wpo-header-style-1 .navigation-holder {
		background: #191919;
		width: 500px;
		height: 100% !important;
		padding: 65px 55px;
		position: fixed;
		right: -520px;
		top: 0;
		z-index: 99999
	}

	.wpo-header-style-1 .navigation-holder>ul {
		float: none;
		height: 100%;
		overflow: auto
	}

	.wpo-header-style-1 #navbar>ul {
		width: 100%;
		height: 100%
	}

	.wpo-header-style-1 #navbar>ul>li {
		float: none
	}

	.wpo-header-style-1 #navbar>ul li a,
	.wpo-header-style-1 #navbar>ul>li .sub-menu a {
		font-size: 1.06667rem;
		color: #fff;
		padding: 15px
	}

	.wpo-header-style-1 #navbar>ul>li .sub-menu a {
		text-transform: none;
		font-weight: 300
	}

	.wpo-header-style-1 #navbar>ul>li .sub-menu a:hover {
		color: #fd799b
	}

	.wpo-header-style-1 #navbar>ul li a {
		text-transform: uppercase;
		padding: 20px 15px
	}

	.wpo-header-style-1 #navbar>ul .sub-menu {
		background-color: transparent;
		width: auto;
		height: 0;
		border-top: 0;
		position: static;
		left: 0;
		top: 0;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		padding-left: 20px;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		transition: .3s
	}

	.wpo-header-style-1 #navbar>ul .sub-menu.open-submenu {
		height: auto !important;
		visibility: visible !important;
		opacity: 1 !important
	}

	.wpo-header-style-1 #navbar>ul>li .sub-menu li {
		border-bottom: 0
	}

	.wpo-header-style-1 #navbar>ul>li:hover>.sub-menu {
		top: auto;
		visibility: hidden;
		opacity: 0
	}

	.wpo-header-style-1 #navbar>ul .sub-menu>li:hover>.sub-menu {
		left: auto;
		visibility: hidden;
		opacity: 0
	}

	.wpo-header-style-1 .close-navbar-2 {
		background-color: #fd799b;
		width: 40px;
		height: 40px;
		color: #fff;
		border: 0;
		border-radius: 50%;
		outline: 0;
		position: absolute;
		left: -18px;
		top: 10px;
		z-index: 20
	}

	.wpo-header-style-1 #navbar>ul .menu-item-has-children>a:before {
		font-family: themify;
		content: "\e64b";
		font-size: .6875rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.wpo-header-style-2 .navigation .navbar-brand,
	.wpo-header-style-3 .navigation .navbar-brand {
		margin-top: 10px
	}

	.wpo-header-style-2 #navbar>ul>li>a,
	.wpo-header-style-3 #navbar>ul>li>a {
		padding: 40px 12px
	}

	.wpo-header-style-2 #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before,
	.wpo-header-style-3 #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
		content: "\f107"
	}

	.wpo-header-style-2 #navbar>ul .sub-menu,
	.wpo-header-style-3 #navbar>ul .sub-menu {
		-webkit-box-shadow: 0 15px 60px -19px #000;
		box-shadow: 0 15px 60px -19px #000
	}
}

.video-holder a,
.wpo-header-style-1 .menu-info {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.wpo-header-style-1 .navigation {
	padding: 12px 0
}

.wpo-header-style-1 .menu-info {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.wpo-header-style-1 .menu-info ul li {
	font-size: 1.2rem;
	padding-bottom: 2px;
	float: left;
	line-height: 1em
}

.wpo-header-style-1 .menu-info ul>li+li {
	margin-left: 35px
}

.wpo-header-style-1 .menu-info ul .fi {
	position: relative;
	top: 3px;
	display: inline-block;
	padding-right: 3px
}

.wpo-header-style-1 .menu-info ul .fi:before {
	font-size: 1.46667rem;
	color: #fd799b
}

.wpo-header-style-1 .menu-open-btn-holder {
	background-color: #191919;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 15px;
	top: 22px
}

.wpo-header-style-1 .menu-open-btn-holder button {
	background: 0 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0
}

.wpo-header-style-1 .menu-open-btn-holder button span {
	background-color: #fff;
	width: 27px;
	height: 2px;
	position: absolute;
	top: 12px;
	left: 9px
}

.wpo-header-style-1 .menu-open-btn-holder button>span:nth-child(2) {
	top: 22px
}

.wpo-header-style-1 .menu-open-btn-holder button>span:nth-child(3) {
	width: 18px;
	top: 32px
}

.wpo-header-style-1 .cart-search-contact {
	right: 95px
}

.wpo-header-style-1 .navigation-holder.open-navigation-menu {
	right: 0
}

.wpo-header-style-2 .topbar,
.wpo-header-style-3 .topbar {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.wpo-header-style-3 .topbar {
	border-bottom: 1px solid #dfe2e6;
	background: #fff
}

@media (max-width:991px) {
	.wpo-site-header #navbar>ul>li a {
		display: block;
		font-size: .93333rem
	}

	.wpo-site-header #navbar>ul>li .sub-menu li {
		border-bottom: 1px solid #e6e6e6
	}

	.wpo-site-header #navbar>ul .sub-menu>li:last-child {
		border-bottom: 0
	}

	.logo-menu,
	.wpo-site-header .navbar-collapse.collapse.in,
	.wpo-site-header .navbar-header .collapse,
	.wpo-site-header .navbar-toggle {
		display: block
	}

	.wpo-site-header #navbar>ul>li>.sub-menu a {
		padding: 8px 5px;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		border-top: 1px solid;
		margin-top: -1px
	}

	.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
		padding: 8px 10px 8px 10px
	}

	.wpo-site-header #navbar>ul .menu-item-has-children>a {
		position: relative
	}

	.wpo-site-header #navbar>ul .menu-item-has-children>a:before {
		font-family: FontAwesome;
		content: "\f107";
		font-size: .73333rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.wpo-site-header #navbar>ul .half-mega-menu,
	.wpo-site-header #navbar>ul .mega-menu {
		width: auto
	}

	.wpo-site-header #navbar>ul .half-mega-menu .row,
	.wpo-site-header #navbar>ul .mega-menu .row,
	.wpo-site-header .navbar-header button span:last-child {
		margin: 0
	}

	.wpo-site-header #navbar .mega-menu-content>.row>.col {
		margin-bottom: 25px
	}

	.wpo-site-header #navbar .mega-menu .mega-menu-list-holder a {
		padding: 5px 15px 5px 40px
	}

	.wpo-site-header #navbar .mega-menu .mega-menu-box-title {
		font-size: .93333rem;
		text-transform: uppercase;
		display: block;
		border-bottom: 1px dotted #b3b3b3;
		padding: 0 0 4px 5px;
		margin: 0 25px 8px
	}

	.wpo-site-header .container {
		width: 100%
	}

	.wpo-site-header .navbar-header button {
		background-color: #086ad8;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		outline: 0;
		position: absolute;
		right: 15px;
		top: 6px;
		z-index: 20
	}

	.wpo-site-header .navbar-header button span {
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 5px
	}

	.wpo-site-header #navbar {
		background: #09488e;
		display: block !important;
		width: 280px;
		height: 100% !important;
		margin: 0;
		padding: 20px 10px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		position: fixed;
		left: -300px;
		top: 0;
		z-index: 100;
		transition: .5s
	}

	#trueHeader .navbar-collapse>.nav>li>a:before {
		height: 0 !important
	}

	.wpo-site-header #navbar ul a {
		color: #000
	}

	.wpo-site-header #navbar ul a:hover,
	.wpo-site-header #navbar ul li.current a {
		color: #fd799b
	}

	.wpo-site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto
	}

	.wpo-site-header #navbar .close-navbar {
		background-color: #fff;
		width: 30px;
		height: 30px;
		color: #000;
		border: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		outline: 0;
		position: absolute;
		right: 7px;
		top: 7px;
		z-index: 20;
		font-weight: 700
	}

	.logo-menu img {
		width: 120px;
		background: #fff;
		padding: 8px 10px;
		border-radius: 5px;
		margin-bottom: 20px;
		margin-top: -12px
	}

	.wpo-site-header #navbar>ul>li {
		border-bottom: 1px solid #ccc
	}

	.wpo-site-header #navbar>ul>li>a {
		padding: 16px 15px 10px 0;
		color: #fff;
		font-weight: 600
	}

	.wpo-site-header #navbar>ul>li>a li a {
		color: #333
	}

	.wpo-site-header .slideInn {
		left: 0 !important;
		transition: .5s
	}

	.wpo-header-style-1 .close-navbar-2,
	.wpo-header-style-1 .menu-open-btn-holder,
	.wpo-site-header .cart-search-contact .get-quote,
	.wpo-site-header .navbar-collapse.collapse {
		display: none
	}

	.wpo-site-header .navbar-header,
	.wpo-site-header .navbar-nav,
	.wpo-site-header .navbar-nav>li,
	.wpo-site-header .navbar-right {
		float: none
	}

	.wpo-site-header .cart-search-contact {
		right: 95px
	}

	.wpo-header-style-1 .menu-info ul li {
		font-size: 1.06667rem;
		padding-bottom: 2px
	}

	.wpo-header-style-1 .menu-info ul>li+li {
		margin-left: 25px
	}

	.wpo-header-style-1 .menu-info ul .fi {
		top: 2px
	}

	.wpo-header-style-1 .menu-info ul .fi:before {
		font-size: 1.33333rem
	}

	.wpo-header-style-1 .navbar-header button {
		top: 25px
	}

	.wpo-header-style-2 .topbar,
	.wpo-header-style-3 .topbar {
		text-align: center;
		padding: 0
	}
}

.wpo-header-style-2 .topbar p,
.wpo-header-style-3 .topbar p {
	font-size: 1rem;
	color: #636363;
	margin: 0
}

.wpo-header-style-2 .topbar ul,
.wpo-header-style-3 .topbar ul {
	overflow: hidden;
	list-style: none;
	float: right
}

.wpo-header-style-2 .topbar ul li,
.wpo-header-style-3 .topbar ul li {
	font-size: 14px;
	float: left;
	padding: 20px;
	color: #fff;
	line-height: 1em;
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.wpo-blog-item:hover .wpo-blog-content a,
.wpo-blog-item:hover .wpo-blog-content h2,
.wpo-blog-item:hover .wpo-blog-content p,
.wpo-blog-item:hover .wpo-blog-content span,
.wpo-cta-text p,
.wpo-header-style-2 .topbar .contact-info ul li a,
.wpo-site-footer .about-widget ul a,
.wpo-site-footer .link-widget ul a,
.wpo-site-footer li,
.wpo-site-footer p,
.wpo-site-footer-2 .link-widget ul a {
	color: #fff
}

.wpo-header-style-2 .topbar .contact-info ul li a:hover,
.wpo-header-style-3 .topbar .contact-info ul li a:hover {
	color: #7db1f0
}

.wpo-header-style-3 .topbar ul li {
	color: #666;
	border-right: 1px solid #dfe2e6
}

.wpo-header-style-2 .topbar .contact-intro ul,
.wpo-header-style-3 .topbar .contact-intro ul {
	float: none
}

@media (max-width:991px) {

	.wpo-header-style-2 .topbar p,
	.wpo-header-style-3 .topbar p {
		margin-bottom: 8px;
		font-size: .93333rem
	}

	.wpo-header-style-2 .topbar ul,
	.wpo-header-style-3 .topbar ul {
		float: none;
		display: inline-block;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.wpo-header-style-2 .topbar ul li,
	.wpo-header-style-3 .topbar ul li {
		font-size: .93333rem
	}
}

@media (max-width:767px) {
	body {
		font-size: 13px
	}

	.section-padding {
		padding: 80px 0
	}

	.contact-validation-active #error,
	.contact-validation-active #success {
		font-size: 15px
	}

	.wpo-section-title h2 {
		font-size: 25px;
		line-height: 35px
	}

	.page-title h2 {
		font-size: 1.875rem
	}

	.page-title .breadcrumb {
		text-align: center
	}

	.category-sidebar .category-widget ul li,
	.category-sidebar .tag-widget ul li,
	.page-title .breadcrumb li,
	.wpo-blog-sidebar .category-widget ul li {
		font-size: .875rem
	}

	.wpo-blog-sidebar {
		margin-top: 60px;
		max-width: 400px
	}

	.wpo-blog-sidebar-2 {
		margin-top: 0;
		max-width: 400px;
		margin-bottom: 80px
	}

	.pagination-wrapper .pg-pagination li {
		margin-right: 5px
	}

	.category-sidebar {
		margin-bottom: 60px;
		max-width: 400px
	}

	.theme-accordion-s1 .panel-heading a {
		padding: 12px 15px
	}

	.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
		padding: 15px 15px 8px
	}

	.wpo-site-header .navbar-header .navbar-brand {
		font-size: 24px
	}

	.wpo-site-header #navbar .navbar-nav {
		margin: 0
	}

	.wpo-header-style-1 .navigation {
		padding: 0
	}

	.wpo-header-style-1 .menu-info {
		display: none
	}

	.wpo-header-style-1 .cart-search-contact {
		right: 85px
	}

	.wpo-header-style-2 .topbar,
	.wpo-header-style-3 .topbar {
		text-align: center;
		padding: 20px 0
	}

	.wpo-header-style-2 .topbar ul li,
	.wpo-header-style-3 .topbar ul li {
		float: left;
		border: none;
		padding: 8px 6px;
		font-size: 13px
	}
}

.wpo-header-style-2 .topbar ul>li+li+li,
.wpo-header-style-3 .topbar ul>li+li+li {
	border-right: none;
	padding: 0
}

.wpo-header-style-2 .topbar ul>li+li,
.wpo-header-style-3 .topbar ul>li+li {
	border-right: none
}

.wpo-header-style-2 .topbar .theme-btn,
.wpo-header-style-3 .topbar .theme-btn {
	padding: 12px 20px;
	margin-top: 9px;
	font-size: 14px;
	font-weight: 600;
	color: #333 !important
}

.wpo-header-style-2 .topbar ul .fi,
.wpo-header-style-3 .topbar ul .fi {
	position: relative;
	top: 1px;
	display: inline-block;
	padding-right: 3px
}

.wpo-header-style-2 .topbar ul .fi:before,
.wpo-header-style-3 .topbar ul .fi:before {
	font-size: 1rem;
	color: #fff
}

@media (max-width:991px) {

	.wpo-header-style-2 .topbar ul .fi:before,
	.wpo-header-style-3 .topbar ul .fi:before {
		font-size: 1.33333rem
	}

	.wpo-header-style-2 .navbar-header button,
	.wpo-header-style-3 .navbar-header button {
		top: 15px
	}
}

.wpo-header-style-2 .cart-search-contact .header-search-form,
.wpo-header-style-2 .cart-search-contact .mini-cart-content,
.wpo-header-style-3 .cart-search-contact .header-search-form,
.wpo-header-style-3 .cart-search-contact .mini-cart-content {
	top: 71px
}

.wpo-site-header {
	z-index: 120;
	width: 100%;
	background: rgba(255, 255, 255, .05)
}

.wpo-blog-item:hover .wpo-blog-content h2:before,
.wpo-ne-footer,
.wpo-site-footer {
	background: #062265
}

.hero .slide {
	height: 100vh;
	background-repeat: no-repeat;
	position: relative
}

.hero .slide:focus {
	outline: 0
}

.hero .slide .row,
.hero-style-3 .hero-outer .row {
	display: table-cell;
	vertical-align: middle
}

.hero .slick-next,
.hero .slick-prev {
	background-color: #086ad8;
	width: 55px;
	height: 55px;
	z-index: 10;
	border-radius: 50%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.hero .slick-next:hover,
.hero .slick-prev:hover {
	background-color: rgba(247, 195, 63)
}

.hero .slick-prev {
	left: -100px
}

.hero .slick-prev:before {
	font-family: FontAwesome;
	content: "\f104";
	opacity: 1
}

.hero .slick-next {
	right: -100px
}

.hero .slick-next:before {
	font-family: FontAwesome;
	content: "\f105";
	opacity: 1
}

.hero:hover .slick-prev {
	left: 25px
}

.hero:hover .slick-next {
	right: 25px
}

.hero .slick-dots {
	bottom: 30px
}

.hero .slick-dots button {
	background-color: #f6c23f;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%
}

.slide-caption .btns .theme-btn {
	margin-right: 30px
}

.hero .slide-caption>div * {
	-webkit-animation: 1.5s both fadeOutLeft;
	animation: 1.5s both fadeOutLeft
}

.hero .slide-caption>.slider-pic * {
	-webkit-animation: 1.5s both fadeOutRight;
	animation: 1.5s both fadeOutRight
}

.hero .slide-caption>div.btns *,
.hero .slide-caption>div.slide-subtitle *,
.hero .slide-caption>div.slide-title * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero .hero-slider .slick-current .slide-caption>div * {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.hero .hero-slider .slick-current .slide-caption>.slider-pic * {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.hero .hero-slider .slick-current .slide-caption>div.slide-title * {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.hero .hero-slider .slick-current .slide-caption>div.slide-subtitle * {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero .hero-slider .slick-current .slide-caption>div.btns * {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero .hero-slider .slick-current .slide-caption>div.slider-pic * {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.hero-style-1,
.hero-style-2 {
	height: 900px;
	position: relative
}

.hero-style-1 .slide:before,
.hero-style-3 .slide:before {
	content: "";
	background-color: rgba(0, 0, 0, .34);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.slide-caption {
	z-index: 99;
	position: relative
}

@media (max-width:1199px) {

	.hero-style-1,
	.hero-style-2 {
		height: 750px
	}
}

@media (max-width:991px) {

	.wpo-header-style-2 .cart-search-contact .header-search-form,
	.wpo-header-style-2 .cart-search-contact .mini-cart-content,
	.wpo-header-style-3 .cart-search-contact .header-search-form,
	.wpo-header-style-3 .cart-search-contact .mini-cart-content {
		top: 64px
	}

	.hero .slick-next,
	.hero .slick-prev {
		display: none !important
	}

	.hero-style-1,
	.hero-style-2 {
		height: 550px
	}
}

.hero-style-1 .slide,
.hero-style-2 .slide {
	height: 900px
}

@media (max-width:1199px) {

	.hero-style-1 .slide,
	.hero-style-2 .slide {
		height: 750px
	}

	.hero-style-2 .slide {
		height: 650px
	}
}

@media (max-width:991px) {

	.hero-style-1 .slide,
	.hero-style-2 .slide {
		height: 550px
	}
}

@media (max-width:767px) {

	.wpo-header-style-2 .topbar ul .fi:before,
	.wpo-header-style-3 .topbar ul .fi:before {
		font-size: 16px
	}

	.hero .slide {
		min-height: 420px
	}

	.hero-style-1,
	.hero-style-1 .slide,
	.hero-style-2,
	.hero-style-2 .slide {
		height: 650px
	}

	.hero .slide .container {
		margin-left: 20px
	}

	.hero-style-1 .slide-caption,
	.hero-style-2 .slide-caption {
		padding-top: 190px
	}

	.hero-style-2 .slide {
		height: 450px
	}
}

.hero-style-1 .slide-caption,
.hero-style-2 .slide-caption {
	padding-top: 85px
}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2,
.hero-style-3 .slide-caption h2 {
	font-size: 60px;
	color: #fff;
	margin: 0 0 .45em
}

@media (max-width:991px) {

	.hero-style-1 .slide-caption h2,
	.hero-style-2 .slide-caption h2,
	.hero-style-3 .slide-caption h2 {
		font-size: 2.8125rem
	}
}

.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p,
.hero-style-3 .slide-caption p {
	color: #fff;
	margin: 0 0 2.8em
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic {
	position: absolute;
	bottom: -33%;
	right: -113%;
	z-index: -1;
	max-width: 680px
}

@media (max-width:991px) {

	.hero-style-1 .slider-pic,
	.hero-style-2 .slider-pic {
		max-width: 350px;
		right: -60%;
		bottom: 8px
	}
}

.slide-caption .slide-subtitle p {
	margin-bottom: 10px
}

.hero-style-2 .slide .container {
	position: relative;
	z-index: 10
}

@media screen and (min-width:992px) {
	.hero .slick-dots {
		display: none !important
	}

	.hero-style-1 .slide-caption,
	.hero-style-2 .slide-caption {
		margin-top: 62px
	}

	.hero-style-2 .slide-caption {
		margin-top: 0;
		padding-bottom: 60px
	}
}

.navbar-header .flaticon-aeroplane:before {
	content: "\f102";
	font-weight: 400
}

.hero-style-2 .slider-pic {
	position: absolute;
	bottom: -15%;
	right: -110%;
	z-index: -1
}

.hero-style-2,
.hero-style-3 .hero-outer {
	height: 850px;
	position: relative
}

@media (max-width:1199px) {
	.hero-style-2 {
		height: 650px
	}
}

@media (max-width:991px) {

	.hero-style-2,
	.hero-style-3 .hero-outer {
		height: 600px
	}
}

.hero-style-3 .slide {
	height: 800px
}

.hero-style-3 .hero-text {
	margin-top: 60px
}

.hero-style-3 .hero-text>span {
	font-weight: 700;
	color: #193e85;
	text-transform: uppercase;
	letter-spacing: 5px
}

.hero-style-3 .hero-text h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	margin: .5em 0 .8em
}

.mb-3,
.wpo-case-details-text .wpo-case-text-top p,
.wpo-case-item,
.wpo-event-area-2 .wpo-event-item,
.wpo-event-details-text h2,
.wpo-site-footer .widget-title,
.wpo-site-footer-2 .widget-title {
	margin-bottom: 30px
}

@media (max-width:991px) {
	.hero-style-3 .hero-text {
		margin-top: 40px
	}

	.hero-style-3 .hero-text h2 {
		font-size: 2.5rem
	}
}

.header-style-1 .sticky-header {
	background-color: #ff5d1b;
	border-bottom: 0
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
	background-color: #fff;
	border-bottom: 0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.wpo-site-footer {
	position: relative;
	font-size: 15px;
	overflow: hidden
}

.wpo-about-area,
.wpo-case-area-2,
.wpo-mission-area-2,
.wpo-news-letter-section-2,
.wpo-site-footer-2 {
	background: #fcfcfc
}

.wpo-site-footer-2 li,
.wpo-site-footer-2 p {
	color: #444
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-2 .wpo-upper-footer {
	padding: 0 0 90px
}

@media (max-width:991px) {

	.wpo-site-footer .wpo-upper-footer,
	.wpo-site-footer-2 .wpo-upper-footer {
		padding: 0 0 20px
	}

	.wpo-site-footer .wpo-upper-footer .col,
	.wpo-site-footer-2 .wpo-upper-footer .col {
		min-height: 235px;
		margin-bottom: 70px
	}
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-2 .widget-title h3 {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	text-transform: capitalize;
	position: relative
}

.wpo-news-letter-section-2 h3,
.wpo-site-footer-2 .widget-title h3 {
	color: #2d4277
}

.wpo-site-footer .about-widget .logo {
	max-width: 180px
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-2 .about-widget p {
	margin-bottom: .8em;
	line-height: 1.9em
}

.wpo-site-footer .about-widget ul,
.wpo-site-footer-2 .about-widget ul {
	overflow: hidden;
	padding-top: 10px
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-2 .about-widget ul li {
	font-size: 22px;
	float: left
}

.wpo-site-footer .about-widget ul>li+li,
.wpo-site-footer-2 .about-widget ul>li+li {
	margin-left: 25px
}

@media screen and (min-width:1200px) {
	.pagination-wrapper-right {
		padding-right: 50px
	}

	.wpo-header-style-2 #navbar>ul>li>a,
	.wpo-header-style-3 #navbar>ul>li>a {
		padding: 21px 15px
	}

	.wpo-header-style-3 #navbar>ul>li>a {
		color: rgba(255, 255, 255, .7)
	}

	.wpo-site-footer .link-widget {
		padding-left: 20px
	}

	.wpo-site-footer-2 .link-widget {
		padding-left: 10px
	}

	.wpo-site-footer .resource-widget,
	.wpo-site-footer-2 .resource-widget {
		padding-left: 0
	}
}

@media (max-width:1199px) {

	.wpo-site-footer .link-widget,
	.wpo-site-footer-2 .link-widget {
		padding-left: 20px
	}
}

.wpo-site-footer-2 .link-widget ul a {
	color: #404040
}

.wpo-site-footer .link-widget ul a:hover,
.wpo-site-footer .link-widget ul li:hover:before,
.wpo-site-footer-2 .link-widget ul a:hover,
.wpo-site-footer-2 .link-widget ul li:hover:before {
	text-decoration: underline
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-2 .contact-ft ul li .fi:before {
	font-size: 20px;
	margin-right: 15px
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-2 .contact-ft ul li {
	padding-bottom: 10px
}

.mt-20,
.wpo-site-footer .contact-ft,
.wpo-site-footer-2 .contact-ft {
	margin-top: 20px
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-2 .wpo-lower-footer {
	text-align: center;
	position: relative;
	background: #011b58
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-2 .wpo-lower-footer .row {
	padding: 20px 0;
	position: relative
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-2 .wpo-lower-footer .copyright {
	display: inline-block;
	font-size: .9375rem;
	margin: 0
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-2 .wpo-lower-footer .copyright a {
	color: #fff;
	text-decoration: underline
}

.wpo-site-footer .news-text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: -5px;
	line-height: 25px;
	margin-bottom: 0
}

.wpo-site-footer .news-text span {
	color: #ccc;
	font-size: 12px
}

.wpo-site-footer .news-text {
	overflow: hidden;
	padding-left: 10px
}

.wpo-site-footer .news-wrap {
	overflow: hidden;
	margin-bottom: 20px
}

.wpo-blog-single-section .author-box .author-avatar,
.wpo-blog-single-section .tag-share ul li,
.wpo-site-footer .news-img {
	float: left
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -200px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(218, 218, 218, .5);
	box-shadow: 0 0 15px rgba(218, 218, 218, .5)
}

.sticky-on {
	opacity: 1;
	top: 0;
	background: #062265 !important
}

.wpo-header-style-3 .sticky-on {
	opacity: 1;
	top: 0;
	background: #086ad8 !important
}

.wpo-header-style-1 .sticky-header,
.wpo-header-style-2 .sticky-header {
	background-color: #fff
}

.wpo-header-style-2 .navigation {
	background: 0 0
}

.wpo-news-letter-section,
.wpo-news-letter-section-2 {
	background: #062265;
	text-align: center;
	padding: 100px 0
}

.wpo-news-letter-section h3,
.wpo-news-letter-section-2 h3 {
	font-size: 1.875rem;
	font-weight: 700;
	margin: 0 0 1.5em;
	line-height: 1.2em;
	color: #fff;
	font-family: Rubik, sans-serif
}

@media(max-width:1024px) {

	.wpo-news-letter-section h3,
	.wpo-news-letter-section-2 h3 {
		font-size: 28px;
		line-height: 34px
	}
}

@media (max-width:991px) {

	.wpo-site-footer .widget-title h3,
	.wpo-site-footer-2 .widget-title h3 {
		font-size: 1.25rem
	}

	.wpo-site-footer .link-widget,
	.wpo-site-footer-2 .link-widget {
		padding-left: 0
	}

	.wpo-site-footer .wpo-lower-footer .copyright,
	.wpo-site-footer-2 .wpo-lower-footer .copyright {
		float: none;
		display: block
	}

	.wpo-news-letter-section,
	.wpo-news-letter-section-2 {
		padding: 80px 0
	}

	.wpo-news-letter-section h3,
	.wpo-news-letter-section-2 h3 {
		font-size: 1.5625rem
	}
}

@media (max-width:767px) {

	.hero-style-1 .slide-caption h2,
	.hero-style-2 .slide-caption h2,
	.hero-style-3 .slide-caption h2 {
		font-size: 2.1875rem
	}

	.hero-style-1 .slider-pic,
	.hero-style-2 .slider-pic,
	.hero-style-3 .img-holder {
		display: none
	}

	.hero-style-1 .slide-caption,
	.hero-style-2 .slide-caption {
		padding-top: 190px
	}

	.hero-style-2,
	.hero-style-3 .hero-outer {
		height: 450px
	}

	.hero-style-3 .hero-text>span {
		font-size: .875rem
	}

	.hero-style-3 .hero-text h2 {
		font-size: 2rem
	}

	.wpo-site-footer .wpo-upper-footer,
	.wpo-site-footer-2 .wpo-upper-footer {
		padding: 0 0 10px
	}

	.wpo-site-footer .wpo-upper-footer .col,
	.wpo-site-footer-2 .wpo-upper-footer .col {
		min-height: auto;
		margin-bottom: 60px
	}

	.wpo-site-footer .widget-title,
	.wpo-site-footer-2 .widget-title {
		margin-bottom: 20px
	}

	.wpo-site-footer .link-widget,
	.wpo-site-footer-2 .link-widget {
		max-width: 350px
	}

	.wpo-news-letter-section h3,
	.wpo-news-letter-section-2 h3 {
		font-size: 18px
	}
}

.wpo-news-letter-section form,
.wpo-news-letter-section-2 form {
	max-width: 425px;
	margin: 0 auto
}

.wpo-news-letter-section form>div input,
.wpo-news-letter-section-2 form>div input {
	height: 55px;
	border: 0;
	outline: 0;
	border-radius: 55px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 15px 15px 25px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
	box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

.wpo-blog-content,
.wpo-case-item,
.wpo-team-content {
	box-shadow: 0 5px 9.8px .2px rgba(85, 85, 85, .07)
}

.wpo-news-letter-section form>div button,
.wpo-news-letter-section-2 form>div button {
	background: #086ad8;
	width: 150px;
	height: 45px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border: 0;
	outline: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 45px
}

.mt-10,
.wpo-mission-wrap {
	margin-top: 10px
}

#Donations .submit-area,
.error-404-section,
.volunteer-contact-form .submit-area,
.wpo-breadcumb-wrap,
.wpo-mission-item {
	text-align: center
}

.wpo-mission-item h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px
}

.wpo-mission-item p {
	max-width: 250px;
	margin: auto
}

.wpo-mission-icon .fi:before,
.wpo-mission-icon-2 .fi:before,
.wpo-mission-icon-3 .fi:before,
.wpo-mission-icon-4 .fi:before {
	font-size: 80px;
	background-image: linear-gradient(#46ccd7, #01a8d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.wpo-mission-icon-2 .fi:before,
.wpo-mission-icon-6 {
	background-image: linear-gradient(#ffac77, #ff7d90)
}

.wpo-mission-icon-3 .fi:before,
.wpo-mission-icon-7 {
	background-image: linear-gradient(#be68fe, #6d6af4)
}

.wpo-mission-icon-4 .fi:before,
.wpo-mission-icon-8 {
	background-image: linear-gradient(#fbaddc, #fc7cb8)
}

.wpo-about-text .wpo-section-title,
.wpo-about-text-2 .wpo-section-title {
	text-align: left;
	margin: unset;
	margin-bottom: 35px
}

.wpo-about-text p,
.wpo-about-text-2 p {
	margin-bottom: 35px
}

.wpo-about-text {
	padding-right: 50px;
	padding-top: 30px
}

.case-btn ul li,
.entry-media img,
.wpo-about-img img,
.wpo-about-img-2 img,
.wpo-about-video-img img,
.wpo-blog-img img,
.wpo-case-img img,
.wpo-event-img img,
.wpo-payment-area,
.wpo-team-img img {
	width: 100%
}

.wpo-about-img-2 {
	width: 830px;
	position: relative;
	left: -200px
}

.progress-section {
	padding-top: 35px
}

.progress {
	height: 5px;
	overflow: unset
}

.progress .progress-bar {
	border-radius: 15px;
	box-shadow: none;
	position: relative;
	animation: 4s animate-positive;
	width: 65%;
	background: #086ad8;
	height: 5px
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #f26522;
	transition: width .6s
}

.progress .progress-value {
	width: 53px;
	height: 30px;
	background-color: #086ad8;
	text-align: center;
	border: 1px solid #086ad8;
	left: 90%;
	position: relative;
	color: #000;
	opacity: .75;
	font-weight: 700;
	font-size: 12px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .45);
	top: -30px;
	line-height: 20px
}

.progress .progress-value:before {
	content: "";
	border-color: #086ad8 transparent transparent;
	border-style: solid;
	border-width: 5px;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px
}

.wpo-case-content h2 {
	font-size: 22px;
	line-height: 35px;
	margin-top: 0;
	font-weight: 600
}

.volunter-img,
.wpo-case-text-top,
.wpo-event-details-content {
	padding: 30px
}

.wpo-case-text-top ul {
	list-style: none;
	display: flex;
	justify-content: space-between
}

.wpo-case-text-top ul li {
	font-size: 14px
}

.wpo-case-text-top ul li span {
	font-weight: 700
}

.case-btn ul {
	display: flex;
	justify-content: space-between
}

.case-btn ul li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #eee;
	color: #333;
	font-weight: 500
}

.case-btn ul li:last-child a {
	background-image: linear-gradient(to right, #00a7d5, #27cdca);
	color: #fff
}

.wpo-case-single {
	padding: 0 5px
}

.wpo-case-wrap .owl-carousel .owl-stage-outer {
	padding: 3px
}

.wpo-case-slider .owl-nav div {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	line-height: 40px;
	text-align: center;
	background: 0 0;
	transition: .3s;
	border: 1px solid #086ad8
}

.wpo-case-slider .owl-nav div.owl-next {
	right: -70px;
	left: auto
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: 0 0;
	color: #086ad8
}

@media(max-width:860px) {
	.wpo-case-slider .owl-nav div {
		display: none !important
	}
}

.wpo-counter-area,
.wpo-counter-style-2 {
	padding: 60px 0;
	background: url(../images/shape/bg-1.jpg) center center/cover no-repeat;
	position: relative
}

.wpo-counter-area:before,
.wpo-counter-style-2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 34, 101, .85)
}

.wpo-counter-area .wpo-counter-grids .grid,
.wpo-counter-style-2 .wpo-counter-grids .grid {
	width: 24%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative
}

.wpo-counter-area .wpo-counter-grids .grid:before,
.wpo-counter-style-2 .wpo-counter-grids .grid:before {
	position: absolute;
	top: 15px;
	right: 0;
	width: 1px;
	height: 70px;
	background: #636363
}

.wpo-counter-area .wpo-counter-grids .grid p,
.wpo-counter-style-2 .wpo-counter-grids .grid p {
	font-size: 18px;
	font-weight: 400;
	color: #999;
	padding-top: 5px;
	margin-bottom: 0
}

.wpo-counter-area .wpo-counter-grids,
.wpo-counter-style-2 .wpo-counter-grids,
.wpo-event-img {
	overflow: hidden;
	position: relative
}

.wpo-counter-area .odometer.odometer-auto-theme,
.wpo-counter-area .odometer.odometer-theme-default,
.wpo-counter-style-2 .odometer.odometer-auto-theme,
.wpo-counter-style-2 .odometer.odometer-theme-default {
	line-height: .8em
}

.wpo-counter-area .wpo-counter-grids .grid h2,
.wpo-counter-style-2 .wpo-counter-grids .grid h2 {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	margin: 8px 0 0;
	line-height: 10px;
	padding-bottom: 15px
}

.wpo-team-content h2 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0
}

.wpo-team-content ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 20px
}

.wpo-team-content ul li {
	margin-right: 25px
}

.hero-style-2 .slide-caption h2,
.wpo-team-content ul li a {
	color: #062265
}

.wpo-team-wrap {
	position: relative;
	transition: .3s
}

.wpo-team-content {
	background: #fff;
	transition: .3s;
	position: absolute;
	right: 0;
	bottom: -45px;
	width: 80%;
	text-align: center;
	padding: 30px;
	overflow: hidden
}

.wpo-team-text-sub {
	margin-bottom: -50px;
	transition: .3s
}

.wpo-team-text-sub span {
	margin-bottom: 28px;
	display: block;
	transition: .3s
}

.wpo-world-area,
.wpo-world-area-2 {
	padding-top: 45px
}

.wpo-world-section {
	padding: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/world.png) center center/cover no-repeat;
	align-items: center;
	position: relative;
	z-index: 1
}

.wpo-world-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(247, 195, 63, .85);
	z-index: -1
}

.wpo-world-section h2 {
	max-width: 515px;
	font-size: 45px;
	font-weight: 500;
	line-height: 60px;
	margin: 0
}

.wpo-world-section a {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background: #fff;
	border-radius: 5px;
	color: #062265;
	font-weight: 600
}

.wpo-world-section a img {
	margin-right: 10px;
	width: 13px;
	margin-top: -2px
}

.wpo-event-text ul {
	list-style: none;
	display: block;
	margin-bottom: 15px
}

.wpo-event-text ul li i {
	font-size: 15px;
	margin-right: 10px
}

.wpo-event-text ul li {
	margin-right: 20px;
	margin-bottom: 8px
}

.wpo-contact-form-map form>div,
.wpo-event-text h2,
.wpo-event-text p {
	margin-bottom: 15px
}

.flaticon-pin:before {
	font-size: 15px
}

.wpo-event-text {
	background: #fff;
	transition: .3s;
	padding: 10px 10px;
	width: 100%;
	position: relative;
	margin-top: 0;
	border-top:1px solid #ddd;
}
.set-imgs {
    width: 350px;
    margin-right: 20px;
    border-radius: 10px;
    border: 5px solid #e0e4f6;
}
.wpo-event-text h2 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 600
}
.paranew li i {
    padding: 5px 11px;
    font-style: normal;
    font-weight: bold;
}

.wpo-event-text a {
	color: #086ad8;
	font-weight: 600
}

.wpo-event-img .thumb-text,
.wpo-event-img .thumb-text-2,
.wpo-event-img .thumb-text-3 {
	position: absolute;
	top: -8px;
	right: 15px;
	background: url(../images/event/img-1.png) center center/cover no-repeat;
	width: 60px;
	height: 85px;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px
}

.wpo-event-img .thumb-text-2 {
	background: url(../images/event/img-2.png) center center/cover no-repeat
}

.wpo-event-img .thumb-text-3 {
	background: url(../images/event/img-3.png) center center/cover no-repeat
}

.wpo-event-img .thumb-text span:first-child,
.wpo-event-img .thumb-text-2 span:first-child,
.wpo-event-img .thumb-text-3 span:first-child {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	font-family: Rubik, sans-serif
}

.wpo-event-img .thumb-text span:last-child,
.wpo-event-img .thumb-text-2 span:last-child,
.wpo-event-img .thumb-text-3 span:last-child {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: Rubik, sans-serif
}

.wpo-cta-area,
.wpo-cta-area-2 {
	padding: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/cta.jpg) center center/cover no-repeat;
	align-items: center;
	position: relative;
	z-index: 1
}

.wpo-cta-area-2:before,
.wpo-cta-area:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: -1
}

.wpo-cta-text {
	max-width: 715px;
	margin: auto;
	text-align: center
}

.wpo-cta-text h2 {
	font-size: 48px;
	color: #fff;
	margin-top: 0
}

.wpo-cta-text p {
	margin-bottom: 40px;
	margin-top: 20px
}

.wpo-blog-content h2,
.wpo-blog-content p {
	padding-left: 0;
	margin-top: 10px
}

.wpo-blog-content {
	background: #fff;
	transition: .3s;
	padding: 20px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin-top: -60px;
	border-radius: 5px
}

.wpo-blog-content span {
	font-size: 13px;
	color: #999;
	padding-left: 0;
	transition: .3s
}

.wpo-blog-content h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0
}

.wpo-blog-item {
	transition: .3s
}

@media(max-width:1200px) {
	.wpo-blog-sidebar .tag-widget ul li a {
		padding: 10px 6px
	}

	.wpo-site-footer .news-text h3 {
		font-size: 13px
	}

	.wpo-site-footer .contact-ft ul li,
	.wpo-site-footer-2 .contact-ft ul li {
		padding-bottom: 10px;
		font-size: 13px
	}

	.wpo-about-img,
	.wpo-about-img-2 {
		padding-top: 50px
	}

	.wpo-about-img-2 {
		width: 122%;
		position: relative;
		left: -80px;
		margin-bottom: 30px
	}

	.wpo-case-area {
		padding-bottom: 90px
	}

	.wpo-blog-content h2,
	.wpo-case-content h2 {
		font-size: 20px
	}

	.wpo-counter-area .wpo-counter-grids .grid,
	.wpo-counter-style-2 .wpo-counter-grids .grid {
		width: 23%
	}

	.wpo-event-text h2 {
		font-size: 17px
	}

	.wpo-event-text ul li {
		margin-right: 10px;
		font-size: 12px
	}
}

@media(max-width:767px) {
	.wpo-case-slider .owl-nav div {
		display: none !important
	}

	.wpo-case-content h2 {
		font-size: 20px
	}

	.custom-grid {
		width: 50%;
		float: left
	}

	.wpo-event-text h2 {
		font-size: 15px
	}

	.wpo-world-section {
		flex-wrap: wrap;
		padding: 35px
	}

	.wpo-world-section h2 {
		margin-bottom: 20px
	}

	.wpo-blog-content h2 {
		font-size: 18px
	}

	.wpo-breadcumb-area {
		min-height: 250px
	}
}

.hero-style-2 .right-vec:after,
.hero-style-2 .right-vec:before {
	width: 100%;
	height: 100%;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0
}

.hero-style-2 .theme-btn-s2 {
	border: 1px solid #666;
	background: 0 0;
	color: #666
}

.hero-style-2 .theme-btn-s2:hover {
	background-color: #086ad8;
	color: #fff;
	border: 1px solid #086ad8
}

.hero-style-2 .right-vec {
	position: absolute;
	right: 231px;
	bottom: 145px;
	width: 730px;
	height: 720px
}

.hero-style-2 .right-vec:before {
	background: url("../images/slider/img-3.png") center center/cover no-repeat local
}

.hero-style-2 .right-vec:after {
	background: url("../images/slider/img-2.png") center center/cover no-repeat local
}

@media (max-width:1590px) {
	.wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
		left: -260px;
		top: 0
	}

	.wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
		left: -250px;
		visibility: visible;
		opacity: 1
	}

	.hero-style-2 .right-vec {
		right: 20px
	}
}

.hero-style-2 .slide-caption {
	padding-top: 0
}

.wpo-mission-area-2 .wpo-mission-icon {
	height: unset
}

.wpo-case-area,
.wpo-case-area-2,
.wpo-contact-form-map,
.wpo-event-area-2 {
	padding-bottom: 90px
}

.wpo-counter-style-2 {
	background: #fff;
	border-bottom: 1px solid #f5f5f5
}

.wpo-counter-style-2 .grid:first-child h2 {
	color: #00c0d6
}

.wpo-counter-style-2 .grid:nth-child(3) h2 {
	color: #8768f7
}

.wpo-counter-style-2 .grid:nth-child(4) h2 {
	color: #fc83bf
}

.wpo-counter-style-2 .wpo-counter-grids .grid:before {
	background: #ebebeb
}

.wpo-world-area-2 .wpo-world-section:before {
	background: rgba(254, 242, 211, .85)
}

.wpo-cta-area-2:before {
	background: rgba(247, 195, 63, .85)
}

.wpo-cta-text .theme-btn {
	margin-right: 15px;
	background: #fff;
	border: 1px solid #fff
}

.wpo-cta-text .theme-btn-s2:hover {
	color: #333;
	background: #fff
}

.wpo-cta-text .theme-btn:hover {
	color: #fff;
	background: 0 0
}

.wpo-mission-icon-5 .fi:before,
.wpo-mission-icon-6 .fi:before,
.wpo-mission-icon-7 .fi:before,
.wpo-mission-icon-8 .fi:before {
	font-size: 45px
}

.wpo-mission-icon-5,
.wpo-mission-icon-6,
.wpo-mission-icon-7,
.wpo-mission-icon-8 {
	background-image: linear-gradient(#46ccd7, #01a8d5);
	color: #fff;
	width: 100px;
	height: 100px;
	margin: auto auto 35px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center
}

.wpo-breadcumb-area {
	background: url(../images/shape/title-bar-01-bg.jpg) center top/cover no-repeat;
	padding-top: 115px;
	padding-bottom: 115px;
	z-index: 1;
	position: relative
}

.wpo-breadcumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	content: "";
	z-index: -1
}

.wpo-breadcumb-wrap h2 {
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	margin-top: -10px
}

.wpo-breadcumb-wrap ul li {
	display: inline-block;
	padding: 0 5px;
	color: #fff !important;
}

.wpo-breadcumb-wrap ul li a {
	color: #fff;
	font-size: 18px;
	transition: .3s
}

.wpo-breadcumb-wrap ul li:after {
	content: "/";
	position: relative;
	left: 7px
}

.wpo-about-video-area {
	padding-top: 130px
}

.wpo-about-video-item h2 {
	font-size: 36px;
	max-width: 625px;
	font-weight: 700;
	text-align: center;
	margin: 45px auto auto;
	line-height: 55px
}

.wpo-about-video-area .row {
	padding-bottom: 100px;
	border-bottom: 1px solid #ebebeb
}

.wpo-about-video-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: "";
	z-index: 1
}

.wpo-about-video-img:after {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 108%;
	height: 56%;
	background: #086ad8;
	content: "";
	z-index: -1
}

.video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, .5);
	width: 83px;
	height: 83px;
	border-radius: 83px;
	display: inline-block;
	-webkit-animation: 2s infinite spineer;
	animation: 2s infinite spineer;
	z-index: 99;
	border: 1px solid #fff
}

.video-holder a:before,
.wpo-blog-pg-section .format-quote:before {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.video-holder a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@-webkit-keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 #c7c1ea
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
	}
}

@keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 #c7c1ea;
		box-shadow: 0 0 0 0 #c7c1ea
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
	}
}

.wpo-team-area-2 {
	padding-bottom: 170px
}

@media(max-width:1200px) {
	.wpo-about-video-img:after {
		left: -30px;
		top: -30px;
		width: 106%;
		height: 56%
	}
}

@media(max-width:992px) {

	.wpo-blog-item,
	.wpo-event-item,
	.wpo-mission-item {
		margin-bottom: 30px
	}

	.wpo-blog-area,
	.wpo-mission-area,
	.wpo-mission-area-2 {
		padding-bottom: 60px
	}

	.wpo-about-img-2 {
		width: 100%;
		position: relative;
		left: 0;
		margin-bottom: 30px;
		padding-top: 0
	}

	.wpo-counter-area .wpo-counter-grids .grid h2,
	.wpo-counter-style-2 .wpo-counter-grids .grid h2 {
		font-size: 35px
	}

	.wpo-team-wrap {
		margin-bottom: 80px
	}

	.wpo-team-area {
		padding-bottom: 30px
	}

	.wpo-world-section h2 {
		max-width: 340px;
		font-size: 34px;
		line-height: 45px
	}

	.wpo-world-section a {
		padding: 15px 10px;
		font-size: 14px
	}

	.wpo-event-area,
	.wpo-team-area-2 {
		padding-bottom: 70px
	}

	.wpo-cta-text h2 {
		font-size: 30px
	}

	.wpo-about-video-img:after {
		left: -18px;
		top: -30px;
		width: 105%;
		height: 56%
	}
}

@media(max-width:767px) {
	.wpo-breadcumb-wrap h2 {
		font-size: 25px;
		line-height: 35px
	}

	.wpo-about-video-img:after {
		left: -7px;
		top: -12px;
		width: 102%;
		height: 56%
	}

	.wpo-contact-form-map {
		padding-bottom: 50px
	}
}

.wpo-contact-form-map .contact-form {
	padding: 40px 30px 30px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
	box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
	border-radius: 5px;
	margin-bottom: 60px
}

@media (max-width:1199px) {
	.hero-style-2 .right-vec {
		width: 500px;
		height: 507px;
		right: 40px;
		bottom: 100px
	}

	.wpo-contact-form-map .contact-form {
		margin-bottom: 60px
	}
}

.wpo-contact-form-map .contact-form h2 {
	font-size: 1.875rem;
	font-weight: 500;
	margin: 0 0 1em;
	text-align: center
}

.info-icon-2 .fi:before,
.info-item h2 {
	font-size: 24px
}

.volunteer-contact-form form input,
.volunteer-contact-form form label,
.volunteer-contact-form form select,
.volunteer-contact-form form textarea,
.wpo-contact-form-map form input,
.wpo-contact-form-map form select,
.wpo-contact-form-map form textarea {
	background: 0 0;
	width: 100%;
	height: 50px;
	border: 1px solid #d0d4df;
	border-radius: 10px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 10px;
	color: #525252
}

@media (max-width:991px) {

	.wpo-news-letter-section form>div input,
	.wpo-news-letter-section-2 form>div input {
		height: 50px
	}

	.wpo-news-letter-section form>div button,
	.wpo-news-letter-section-2 form>div button {
		width: 120px;
		height: 40px
	}

	.hero-style-2 .right-vec {
		display: none
	}

	.volunteer-contact-form form input,
	.volunteer-contact-form form select,
	.volunteer-contact-form form textarea,
	.wpo-contact-form-map form input,
	.wpo-contact-form-map form select,
	.wpo-contact-form-map form textarea {
		height: 45px
	}
}

.volunteer-contact-form form input:focus,
.volunteer-contact-form form select:focus,
.volunteer-contact-form form textarea:focus,
.wpo-contact-form-map form input:focus,
.wpo-contact-form-map form select:focus,
.wpo-contact-form-map form textarea:focus,
.wpo-donations-amount input:focus,
.wpo-donations-details input:focus,
.wpo-donations-details textarea:focus {
	border-color: #086ad8
}

.volunteer-contact-form form textarea,
.wpo-contact-form-map form textarea {
	height: 125px
}

.wpo-contact-form-map form ::-webkit-input-placeholder {
	font-style: normal;
	color: #888
}

.wpo-contact-form-map form :-moz-placeholder {
	font-style: normal;
	color: #888
}

.wpo-contact-form-map form ::-moz-placeholder {
	font-style: normal;
	color: #888
}

.wpo-contact-form-map form :-ms-input-placeholder {
	font-style: normal;
	color: #888
}

.wpo-contact-form-map form select {
	display: inline-block;
	color: #525252;
	cursor: pointer;
	opacity: 1;
	font-size: 15px
}

.wpo-contact-form-map .submit-area {
	width: 100%;
	float: none;
	clear: both;
	text-align: center;
	margin-top: 30px
}

.wpo-contact-form-map .contact-map {
	max-width: 948px;
	height: 605px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
	box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

.wpo-contact-form-map .contact-map iframe {
	width: 100%;
	height: 100%;
	border: 0
}

.contact-map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%)
}

.contact-form .theme-btn,
.volunteer-contact-form .theme-btn {
	background: #086ad8;
	border: 1px solid #086ad8;
	outline: 0;
	margin-top: 20px;
	border-radius: 40px;
	color: #333
}

.wpo-contact-form-map .info-icon,
.wpo-contact-form-map .info-icon-2,
.wpo-contact-form-map .info-icon-3 {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
	-moz-box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
	box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
	text-align: center;
	margin-right: 20px;
	align-items: center;
	background-image: linear-gradient(#7fedeb, #7fd7ea);
	color: #242f6c;
	float: left
}

.wpo-contact-form-map .info-icon-2 {
	background-image: linear-gradient(#ffd3b8, #ffc0c6)
}

.wpo-contact-form-map .info-icon-3 {
	background-image: linear-gradient(#e1b3fe, #b5b3f9)
}

.info-item {
	-webkit-box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
	-moz-box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
	box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
	padding: 24px 15px 0;
	margin-bottom: 30px
}

.info-wrap {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.info-item h2 {
	color: #242f6c;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 700
}

.info-item p {
	text-align: center;
	margin-bottom: 40px;
	position: relative
}

.info-item p:before {
	position: absolute;
	content: "";
	left: 50%;
	background: #242f6c;
	height: 3px;
	width: 38px;
	bottom: 3px;
	transform: translate(-50%, 10px)
}

.d-flex {
	display: flex
}

.align-items-center {
	align-items: center
}

.info-text span {
	color: #666;
	font-size: 16px;
	font-weight: 600
}

@media(max-width:991px) {
	.wpo-contact-info {
		padding-left: 0
	}

	.wpo-contact-form-map .contact-map {
		margin-bottom: 40px
	}
}

.wpo-contact-info .info-icon i,
.wpo-contact-info .info-icon-2 i,
.wpo-contact-info .info-icon-3 i {
	font-size: 24px;
	line-height: 40px
}

.volunteer-area {
	padding: 120px 0 45px
}

.volunteer-img-wrap {
	box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .15)
}

.volunteer-contact-form form input,
.volunteer-contact-form form label,
.volunteer-contact-form form select,
.volunteer-contact-form form textarea {
	border: 1px solid #d0d4df;
	padding-left: 15px
}

.volunteer-contact-form form label {
	line-height: 50px;
	font-weight: 400;
	font-size: 14px
}

.volunteer-contact-form .form-group-in input {
	opacity: 0;
	visibility: hidden;
	position: absolute
}

.volunteer-contact-form .form-group-in i {
	position: absolute;
	right: 30px;
	top: 17px;
	font-size: 20px
}

.volunteer-contact-form .form-group,
.wpo-blog-single-section .author-box .author-content p {
	margin-bottom: 20px
}

.volunteer-contact-form .form-group input {
	background: #fff !important
}

.volunteer-contact-form {
	margin: auto;
	padding: 15px 10px;
	background: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 15px 20px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 6px
}

.volunteer-contact-form h2 {
	margin-top: 0;
	font-size: 28px;
	text-align: left;
	margin-bottom: 40px;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px
}

.volunteer-contact-form h2:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 25%;
	bottom: -1px;
	background: #086ad8
}

.wpo-case-details-tab {
	padding: 15px 30px;
	border: 1px solid #ebebeb;
	margin-top: 40px
}

.wpo-case-details-tab .nav li a {
	display: block;
	width: 160px;
	height: 45px;
	line-height: 24px;
	text-align: center;
	border-radius: 40px;
	color: #2d4277;
	transition: .5s;
	font-weight: 600;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
	margin-right: 10px;
	border: none
}

.wpo-case-details-tab .nav li.active a,
.wpo-case-details-tab .nav li:hover a {
	background: #086ad8;
	color: #fff;
	outline: 0;
	border-radius: 40px;
	border: none
}

.nav-tabs {
	border-bottom: none
}

.wpo-case-details-text,
.wpo-event-details-text {
	margin-top: 50px
}

.case-b-text,
.mt-40,
.wpo-case-details-tab .event-b-text,
.wpo-payment-area .contact-form {
	margin-top: 40px
}

#Description {
	padding: 15px 30px;
	border: 1px solid #ebebeb
}

.wpo-case-details-text .wpo-case-content h2 {
	font-size: 30px;
	margin-bottom: 20px
}

.wpo-case-details-text .wpo-case-content h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px
}

.case-bb-text ul {
	display: unset
}

#Schedule ul li:before,
.case-bb-text ul li:before {
	content: "";
	background: #086ad8;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 6px
}

.wpo-case-details-area .wpo-blog-single-section .comments-area {
	margin-top: 0
}

.wpo-doanation-payment,
.wpo-donations-amount,
.wpo-donations-details {
	padding: 30px;
	border: 1px solid #ebebeb;
	margin-bottom: 40px
}

.wpo-doanation-payment h2,
.wpo-donations-amount h2,
.wpo-donations-details h2 {
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 30px;
	margin-top: 0
}

#Schedule ul,
.payment-name ul {
	margin-top: 30px;
	list-style: none
}

.wpo-donations-amount input,
.wpo-donations-details input,
.wpo-donations-details textarea {
	background: 0 0;
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	padding-left: 15px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #525252
}

.wpo-donations-details textarea {
	height: 135px
}

.payment-name ul li input {
	opacity: 0;
	margin-right: 0;
	position: absolute;
	z-index: -1
}

.wpo-payment-select ul {
	list-style: none;
	display: flex
}

.payment-name ul {
	display: flex
}

.wpo-payment-area form {
	overflow: unset !important
}

.payment-name ul li {
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-right: 15px
}

.wpo-payment-select ul li {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #5b5b5b
}

.wpo-payment-select label {
	font-size: 18px;
	font-weight: 600
}

.wpo-payment-area h2 {
	padding-bottom: 40px;
	margin-bottom: 0;
	font-size: 20px;
	color: #878787;
	font-weight: 700
}

.wpo-payment-area h2 span {
	font-size: 30px;
	color: #ff493c
}

.payment-name ul li input:checked~label {
	background: #fcebbd
}

.payment-name label {
	width: 100%;
	border: 1px solid transparent;
	cursor: pointer
}

.payment-name .visa label {
	border: 1px solid #0057a0
}

.payment-name .mas label {
	border: 1px solid #c00
}

.payment-name .ski label {
	border: 1px solid #691a5f
}

.payment-name .pay label {
	border: 1px solid #019cde
}

.wpo-payment-option {
	padding: 0 15px
}

.wpo-payment-option.active .payment-name {
	display: none !important
}

.wpo-payment-area .form-style input {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 20px;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ebebeb
}

.wpo-payment-area .form-style input:focus {
	border: 1px solid #086ad8
}

#Donations .theme-btn {
	border: none;
	outline: 0;
	border-radius: 40px;
	box-shadow: none
}

@media(max-width:992px) {
	.volunteer-contact-form {
		max-width: 635px;
		margin-top: -310px
	}

	.wpo-event-details-wrap {
		margin-bottom: 30px
	}
}

.wpo-donate-header h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	margin-top: 0
}

.wpo-event-details-wrap {
	margin-top: 40px;
	border: 1px solid #ebebeb
}

.wpo-event-details-tab .nav {
	justify-content: space-between;
	display: flex
}

.wpo-event-details-tab .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	width: 100%
}

.wpo-event-details-tab .nav li a {
	display: block;
	text-align: center;
	color: #2d4277;
	transition: .5s;
	font-weight: 700;
	margin-right: 1px;
	border: none;
	border-radius: 0;
	background: #f6f6f6;
	border-bottom: none;
	border-top: 4px solid transparent;
	line-height: 20px;
	height: 50px
}

.wpo-event-details-tab .nav li:last-child a {
	margin-right: -1px
}

.wpo-event-details-tab .nav li.active a,
.wpo-event-details-tab .nav li:hover a {
	background: #fff;
	outline: 0;
	border: none;
	color: #2d4277;
	border-top: 4px solid #086ad8
}

#Map .contact-map iframe {
	width: 100%;
	height: 500px
}

.event-contact .wpo-donations-details {
	border: none;
	padding: 0
}

.event-contact .wpo-donations-details .theme-btn {
	border: none;
	outline: 0;
	border-radius: 40px;
	box-shadow: none;
	margin-top: 20px
}

@media(max-width:590px) {
	.custom-grid {
		width: 100%;
		float: none
	}

	.wpo-counter-area .wpo-counter-grids .grid,
	.wpo-counter-style-2 .wpo-counter-grids .grid {
		width: 45%
	}

	.wpo-counter-area .wpo-counter-grids .grid:before,
	.wpo-counter-style-2 .wpo-counter-grids .grid:before {
		display: none
	}

	.wpo-cta-area,
	.wpo-cta-area-2 {
		padding: 70px 5px
	}

	.wpo-cta-text h2 {
		font-size: 33px
	}

	.wpo-about-video-img:after {
		left: -7px;
		top: -12px;
		width: 104%;
		height: 56%
	}

	.wpo-about-video-item h2 {
		font-size: 27px;
		line-height: 35px
	}

	.wpo-about-video-area .row {
		padding-bottom: 60px
	}

	.wpo-about-video-area {
		padding-top: 80px
	}

	.info-item h2 {
		font-size: 20px
	}

	.info-text span {
		font-size: 15px
	}

	.wpo-contact-form-map form textarea {
		height: 100px
	}

	.wpo-case-details-text .wpo-case-content h2 {
		font-size: 18px
	}

	.wpo-case-details-tab .nav li a {
		margin-bottom: 20px
	}

	.wpo-case-details-tab .nav li:last-child a {
		margin-bottom: 0
	}

	.wpo-case-details-text .wpo-case-text-top {
		padding: 8px
	}

	.wpo-payment-select ul {
		display: flex;
		flex-wrap: wrap
	}

	.wpo-doanation-payment {
		padding: 20px 10px
	}

	.wpo-event-details-tab .nav li a {
		font-size: 12px
	}
}

@media(max-width:400px) {
	.wpo-event-details-tab .nav {
		flex-wrap: wrap
	}

	.wpo-event-details-tab .nav li a {
		margin-bottom: 15px
	}
}

.wpo-blog-pg-section .wpo-wpo-blog-content .post {
	margin-bottom: 40px;
	padding: 30px;
	border: 1px solid #ebebeb
}

@media (max-width:991px) {
	.wpo-blog-pg-section .wpo-wpo-blog-content .post {
		margin-bottom: 70px
	}
}

.wpo-blog-pg-section .entry-meta,
.wpo-blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin-bottom: 25px;
	padding-top: 35px
}

.wpo-blog-pg-section .entry-meta li,
.wpo-blog-single-section .entry-meta li {
	font-size: .875rem;
	float: left
}

.entry-meta li i,
.wpo-blog-single-section .comments-area .comment-reply-link i {
	margin-right: 5px
}

.wpo-blog-pg-section .entry-meta li .fi:before,
.wpo-blog-single-section .entry-meta li .fi:before {
	font-size: 1rem;
	display: inline-block;
	padding-right: 5px
}

.wpo-blog-pg-section .entry-meta>li+li,
.wpo-blog-single-section .entry-meta>li+li {
	margin-left: 15px;
	padding-left: 15px;
	position: relative
}

.wpo-blog-pg-section .entry-meta li a,
.wpo-blog-single-section .entry-meta li a {
	color: #525252
}

.wpo-blog-pg-section .entry-meta>li:first-child,
.wpo-blog-single-section .entry-meta>li:first-child {
	position: relative;
	top: -12px
}

.wpo-blog-pg-section .entry-meta>li:first-child img {
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px
}

.wpo-blog-pg-section .entry-meta>li:last-child i,
.wpo-blog-single-section .entry-meta>li:last-child i {
	position: relative;
	top: 2px
}

@media (max-width:490px) {
	.wpo-blog-pg-section .entry-meta li {
		float: none;
		display: block;
		margin-bottom: 5px
	}

	.wpo-blog-pg-section .entry-meta>li+li {
		margin-left: 0;
		padding-left: 0
	}

	.wpo-blog-pg-section .entry-meta>li:last-child {
		margin-left: 0;
		top: 0
	}
}

.wpo-blog-pg-section .post h3 {
	font-size: 1.75rem;
	line-height: 1.2em;
	font-weight: 600;
	margin: -.27em 0 .7em
}

@media (max-width:991px) {
	.wpo-blog-pg-section .post h3 {
		font-size: 1.5625rem
	}

	.wpo-blog-pg-section .post p {
		font-size: 1rem
	}
}

.wpo-blog-pg-section .post h3 a {
	color: #242f6c
}

.wpo-blog-pg-section .post p,
.wpo-blog-single-section .post p {
	margin-bottom: 1.5em
}

.wpo-blog-pg-section .post .read-more {
	font-weight: 600;
	color: #086ad8
}

.wpo-blog-pg-section .format-quote,
.wpo-blog-pg-section .format-standard {
	background-color: #f5f9fd;
	padding: 25px 35px 45px
}

@media (max-width:767px) {
	.wpo-contact-form-map .contact-form h2 {
		font-size: 1.5625rem
	}

	.wpo-contact-form-map .contact-map {
		height: 500px
	}

	.wpo-blog-pg-section .wpo-wpo-blog-content .post {
		margin-bottom: 60px
	}

	.wpo-blog-pg-section .entry-meta {
		margin: 10px 0 25px
	}

	.wpo-blog-pg-section .entry-meta li,
	.wpo-blog-pg-section .entry-meta li .fi:before {
		font-size: .75rem
	}

	.wpo-blog-pg-section .post h3 {
		font-size: 20px
	}

	.wpo-blog-pg-section .format-quote,
	.wpo-blog-pg-section .format-standard {
		padding: 25px 20px 45px
	}
}

.wpo-blog-pg-section .format-gallery .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
	background: #fff;
	color: #666;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next,
.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
	left: 15px
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
	right: 15px
}

.wpo-blog-pg-section .format-quote {
	background: #f9fbfb;
	padding: 15px 60px 40px;
	position: relative
}

.wpo-blog-pg-section .format-quote:before {
	font-family: themify;
	content: "\e67e";
	font-size: 150px;
	color: #f2f3f3;
	margin-left: 0;
	right: 0;
	top: 30%;
	transform: translate(-50%, -50%)
}

@media(max-width:767px) {
	.volunteer-contact-form {
		margin-top: 0;
		padding: 14px 16px
	}

	.volunteer-contact-form h2 {
		font-size: 23px
	}

	.volunteer-area {
		padding: 70px 0 0
	}

	.wpo-blog-pg-section .format-quote:before {
		font-size: 100px;
		top: 26%
	}
}

.wpo-blog-pg-section .format-video .video-holder {
	position: relative;
	text-align: center
}

.wpo-blog-pg-section .format-video .video-holder:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(69, 69, 69, .4)
}

.wpo-blog-pg-section .format-video .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 83px;
	height: 83px;
	border-radius: 83px;
	display: inline-block;
	-webkit-animation: 2s infinite spineer;
	animation: 2s infinite spineer;
	z-index: 99
}

.wpo-blog-pg-section .format-video .video-holder a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #916b09;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.wpo-blog-sidebar {
	margin-top: 0;
	margin-bottom: 40px
}

.wpo-blog-single-section .entry-meta>li:first-child img {
	display: inline-block;
	border-radius: 50%;
	padding-right: 8px
}

@media (max-width:600px) {
	.wpo-contact-form-map .contact-form {
		padding: 40px 35px
	}

	.wpo-blog-single-section .entry-meta li {
		float: none;
		display: block;
		margin-bottom: 5px
	}

	.wpo-blog-single-section .entry-meta>li+li {
		margin-left: 0;
		padding-left: 0
	}

	.wpo-blog-single-section .entry-meta>li:last-child {
		margin-left: -20px
	}
}

.wpo-blog-single-section .post h2 {
	font-size: 1.875rem;
	font-weight: 600;
	margin: 0 0 .5em
}

@media (max-width:991px) {
	.wpo-blog-pg-section .format-video .video-holder a {
		width: 65px;
		height: 65px;
		border-radius: 65px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.wpo-blog-single-section .post h2 {
		font-size: 1.5625rem
	}
}

.wpo-blog-single-section .post h3 {
	font-size: 1.375rem;
	line-height: 1.5em;
	margin: 1.8em 0 1em
}

@media (max-width:991px) {
	.wpo-blog-single-section .post h3 {
		font-size: 1.25rem
	}

	.wpo-blog-single-section .post blockquote:before {
		display: none
	}
}

.wpo-blog-single-section .post blockquote {
	background-color: #f8f8f8;
	padding: 50px 30px 50px 95px;
	margin: 60px 0;
	border: 0;
	line-height: 1.9em;
	position: relative
}

.wpo-blog-single-section .post blockquote:before {
	font-family: themify;
	content: "\e67f";
	font-size: 35px;
	position: absolute;
	left: 30px;
	top: 40px
}

@media (max-width:991px) {
	.wpo-blog-single-section .post blockquote {
		padding: 30px 40px
	}
}

.wpo-blog-single-section .post blockquote .quoter {
	display: block;
	margin-top: 15px
}

.wpo-blog-single-section .tag-share {
	margin: 70px 0
}

.wpo-blog-single-section .tag-share ul {
	list-style: none;
	overflow: hidden
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .tag-share .tag {
	display: inline-block;
	float: left
}

.wpo-blog-single-section .more-posts .next-post,
.wpo-blog-single-section .tag-share .share {
	display: inline-block;
	float: right
}

.wpo-blog-single-section .tag-share .share ul>li+li,
.wpo-blog-single-section .tag-share .tag ul>li+li {
	margin-left: 10px
}

.wpo-blog-single-section .tag-share .tag a {
	background-color: #f8f8f8;
	display: block;
	padding: 9px 18px;
	color: #525252;
	border-radius: 50px
}

.wpo-blog-single-section .tag-share .share a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: .875rem;
	text-align: center;
	color: #525252;
	border-radius: 50%;
	padding: 0;
	display: block;
	border: 1px solid #dadada
}

.wpo-blog-single-section .tag-share .share a:hover {
	background: #086ad8;
	color: #fff;
	border-color: #086ad8
}

.wpo-blog-single-section .author-box {
	padding: 45px 50px 35px;
	margin: 70px 0;
	border: 1px solid #e1e1e1
}

@media (max-width:991px) {
	.wpo-blog-single-section .author-box {
		padding: 35px 40px
	}
}

.wpo-blog-single-section .author-box .author-avatar img,
.wpo-blog-single-section .comments-area .comment-theme img {
	border-radius: 50%
}

.wpo-blog-single-section .author-box .author-content {
	display: block;
	overflow: hidden;
	padding-left: 25px
}

.wpo-blog-single-section .author-box .author-name {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 10px;
	color: #242f6c;
	font-weight: 600;
	font-family: Rubik, sans-serif
}

.wpo-blog-single-section .author-box .social-link {
	display: inline-block;
	list-style: none
}

.wpo-blog-single-section .author-box .social-link li {
	float: left;
	margin-right: 15px
}

.wpo-blog-single-section .author-box .social-link a {
	display: block;
	font-size: .9375rem;
	color: #242f6c
}

.wpo-blog-single-section .more-posts {
	margin: 70px 0 10px
}

.wpo-blog-single-section .more-posts .next-post a,
.wpo-blog-single-section .more-posts .previous-post a {
	background-color: #f8f8f8;
	font-weight: 600;
	color: #525252;
	display: block;
	padding: 15px 40px;
	border-radius: 60px
}

.wpo-blog-single-section .comment-respond,
.wpo-blog-single-section .comments-area {
	margin-top: 70px
}

.wpo-blog-single-section .comments-area li>div {
	border: 1px solid #ebebeb;
	padding: 30px;
	margin-bottom: 20px;
	position: relative
}

.wpo-blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0
}

.wpo-blog-single-section .comments-area ol ul {
	padding-left: 30px;
	list-style: none
}

.wpo-blog-single-section .comments-area .comments-title {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 1.5em;
	font-family: Rubik, sans-serif;
	color: #242f6c
}

.wpo-blog-single-section .comments-area .comment-theme {
	position: absolute;
	left: 35px
}

.wpo-blog-single-section .comments-area .comment-main-area {
	padding-left: 100px
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 1em
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
	font-weight: 400;
	text-transform: none;
	display: block;
	font-size: .875rem;
	color: #666;
	margin-top: 8px
}

.wpo-blog-single-section .comments-area .comment-reply-link {
	font-size: 16px;
	color: #086ad8;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 30px;
	font-weight: 600
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 1.5em;
	color: #283a5e;
	font-family: Rubik, sans-serif
}

@media (max-width:590px) {

	.wpo-header-style-2 .topbar ul li,
	.wpo-header-style-3 .topbar ul li {
		float: none
	}

	.wpo-header-style-2 .topbar .contact-info ul li,
	.wpo-header-style-3 .topbar .contact-info ul li {
		float: left
	}

	.hero .slide .container {
		margin-left: 0
	}

	.theme-btn,
	.theme-btn-s2,
	.theme-btn-s3,
	.theme-btn-s4 {
		padding: 10px 18px
	}

	.slide-caption .btns .theme-btn {
		margin-right: 5px
	}

	.wpo-site-header .cart-search-contact {
		right: 74px
	}

	.wpo-blog-single-section .comments-area ol ul {
		padding-left: 0
	}
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
	background-color: #f8f8f8;
	width: 100%;
	height: 50px;
	border: 1px solid #f8f8f8;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #086ad8
}

@media (max-width:991px) {
	.wpo-blog-single-section .comments-area li>div {
		padding: 30px 25px
	}

	.wpo-blog-single-section .comment-respond .comment-reply-title,
	.wpo-blog-single-section .comments-area .comments-title {
		font-size: 1.25rem
	}

	.wpo-blog-single-section .comment-respond {
		margin-bottom: 60px
	}

	.wpo-blog-single-section .comment-respond-2 {
		margin-bottom: 0
	}

	.wpo-blog-single-section .comment-respond form input,
	.wpo-blog-single-section .comment-respond form textarea {
		height: 40px
	}
}

.wpo-blog-single-section .comment-respond form textarea {
	height: 220px;
	padding: 15px
}

.wpo-blog-single-section .comment-respond .form-inputs>input:first-child {
	width: 49%;
	float: left
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
	width: 49%;
	float: right
}

.wpo-blog-single-section .comment-respond .form-submit input {
	max-width: 120px;
	background: #086ad8;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	border: 0;
	border-radius: 50px;
	outline: 0
}

@media screen and (min-width:1200px) {
	.wpo-blog-pg-left-sidebar .wpo-blog-sidebar {
		padding-right: 45px;
		padding-left: 0
	}

	.wpo-blog-pg-fullwidth .wpo-wpo-blog-content,
	.wpo-blog-single-fullwidth .wpo-wpo-blog-content {
		padding: 0
	}

	.wpo-blog-single-section .wpo-wpo-blog-content {
		padding: 30px;
		border: 1px solid #ebebeb
	}

	.wpo-blog-single-section .tag-share {
		-webkit-box-shadow: 0 4px 14.1px .9px rgba(0, 0, 0, .08);
		box-shadow: 0 4px 14.1px .9px rgba(0, 0, 0, .08);
		padding: 35px 25px
	}

	.wpo-blog-single-left-sidebar-section .wpo-wpo-blog-content {
		padding-right: 0;
		padding-left: 50px
	}
}

.author-btn a {
	padding: 15px 35px;
	background: #f8f8f8;
	display: inline-block;
	border-radius: 40px;
	color: #555
}

.error-404-section .error-message {
	margin-top: 70px;
	padding: 0 200px
}

@media (max-width:991px) {
	.wpo-blog-single-section .comment-respond form textarea {
		height: 150px
	}

	.error-404-section .error-message {
		margin-top: 50px;
		padding: 0 100px
	}
}

@media (max-width:767px) {
	.wpo-blog-pg-section .format-quote {
		padding: 0 20px 30px
	}

	.wpo-blog-single-section .entry-meta {
		margin: 10px 0 25px
	}

	.wpo-blog-single-section .entry-meta li,
	.wpo-blog-single-section .entry-meta li .fi:before {
		font-size: .75rem
	}

	.wpo-blog-single-section .post h2 {
		font-size: 1.375rem
	}

	.wpo-blog-single-section .post h3 {
		font-size: 1.125rem
	}

	.wpo-blog-single-section .post blockquote {
		font-size: .9375rem;
		padding: 20px 30px
	}

	.wpo-blog-single-section .tag-share {
		margin: 60px 0
	}

	.wpo-blog-single-section .tag-share .tag {
		float: none;
		display: block;
		margin-bottom: 25px
	}

	.wpo-blog-single-section .tag-share .share {
		float: none;
		display: block
	}

	.wpo-blog-single-section .author-box {
		padding: 25px
	}

	.wpo-blog-single-section .author-box .author-avatar {
		float: none
	}

	.wpo-blog-single-section .author-box .author-content {
		padding: 0;
		margin: 15px 0 0
	}

	.wpo-blog-single-section .more-posts .next-post a,
	.wpo-blog-single-section .more-posts .previous-post a {
		padding: 12px 35px
	}

	.wpo-blog-single-section .comments-area .comment-theme {
		position: static
	}

	.wpo-blog-single-section .comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px
	}

	.wpo-blog-single-section .comment-respond .form-inputs>input:first-child,
	.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
		width: 100%;
		float: none
	}

	.error-404-section .error-message {
		padding: 0
	}
}

.error-404-section .error-message h3 {
	font-size: 1.25rem;
	margin: 0 0 .8em;
}

.error-404-section .error-message p {
	margin-bottom: 1.8em
}

.ourpartners {
	padding: 15px;
	max-height: 150px;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center
}

.payments tr th {
	font-size: 28px;
	text-align: center;
	padding: 18px !important
}

.or,
.payments tr td {
	text-align: center;
	font-size: 20px
}

.payments tr td {
	padding: 14px !important;
	verticle-align: middle
}

.hei-40 {
	height: 50px
}

.or {
	background: #086ad8;
    color: #fff;
    padding: 6px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: left;
    
}
.shadow-high {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background:#fff;
    width: 100% !important;
    
}
.bottom-0 {
    bottom: 0 !important;
}
.rounded-top-10 {
    border-radius: 10px 10px 0 0;
}
.position-fixed {
    position: fixed !important;
}
.d-none {
    display:none;
}
.set-cookies {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.set-cookies img {
    margin-right:50px;
    width:140px;
}
.set-cookies p {
    margin-right:60px;
    font-size:16px;
}
.btn-cokkies {
    display:flex;
    width:25%;
}
.setc-btn1 {
    background: #086AD8;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 8px;
    border: 1px solid #086AD8;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    margin: auto;
    transition: all 0.5s;
}
.setc-btn2 {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 8px;
    border: 1px solid #086AD8;
    color: #086AD8;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    margin: auto;
    transition: all 0.5s;
}
.top-rated-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.discover-text .top-rated-cnt li {
    font-size:14px;
}
.discover-text .top-rated-cnt li i {
    margin-right:3px;
}
@media (max-width:991px) {
	.payments tr td {
		font-size: 16px;
		text-align: center;
		padding: 8px !important
	}

	.payments tr th {
		font-size: 20px;
		text-align: center;
		padding: 12px !important
	}

	.hei-40 {
		height: 40px
	}
}

@media (max-width:768px) {
	.desktop {
		display: none
	}

	.mobile {
		display: block
	}
	.wpo-site-header #navbar>ul>li .sub-menu a img {
	    width:18px;
	    height:18px;
	    background:rgba(255,255,255,0.8);
	    padding:3px;
	    border-radius:4px;
	    margin-right:5px;
	}
	.top-rated-cnt {
    display: block;
}
.discover-text .top-rated-cnt li {
    font-size:16px;
}
.discover-text .top-rated-cnt li i {
    margin-right:10px;
}
}

.dis-flex {
    display: flex;
    flex-wrap: wrap;
}
.margin-t-100 {
    margin-top: 70px;
}
.flex-2:first-child {
    padding-right: 20px;
}
.flex-2 {
    flex-basis: 50%;
}
.icon-with-img-section .icon-box-outer {
    margin-top: 0;
}
.margin-t-50 {
    margin-top: 40px;
}
.items-center {
    align-items: center;
}
.icon-with-img-section .icon {
    width: 59px;
    height: 59px;
    display: inline-block;
    margin-right: 20px;
}
.icon-with-img-section .icon-txt {
    font-size: 18px;
    flex: 1;
    color: #283043;
}
.margin-t-70 {
    margin-top: 70px;
}
.txtadd {
    display: block;
    margin: 0 0 10px;
}
.owl-nav i {
   font-size:24px;
   vertical-align: middle;
}
#cliet-slider .autoplay img {
    margin:0 20px;
}
.set-sl-ic .slick-prev:before, .set-sl-ic .slick-next:before {
    color:#086ad8;
}

/*----------------------------------------------
Industry*
-----------------------------------------------*/

.dropdown-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 99;
    pointer-events: none;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}
.dropdown-inner {
    border-top: 1px solid #e6e6e6;
    background: #fff;
}
.flex_wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    margin: -10px;
}
.dropdown-inner .flex_wrapper {
    margin: 0;
}
.dropdown-inner .flex_wrapper {
    justify-content: center;
}
.cl-50 {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
}
.lt-clo3 .cl-50 {
    width: 50%;
}
.flex_wrapper .cl-50:nth-child(1) {
    padding: 20px 5px 20px 60px;
}
.cl-2 {
    width: 33%;
}
.cl-50 .cl-2 {
    width: calc(50% - 20px);
}
.lt-clo3 .cl-50 .cl-2 {
    width: 33.3%;
}
.cl-inner-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    padding: 0 0 20px 0;
}
.dropdown-inner .left_icon_wrapper {
    padding-right: 25px;
    text-align:center;
}
.wpo-site-header #navbar>ul .tab-link .setmenuli {
    width:100%;
}
.bullet-icon figure, .left_icon_wrapper figure {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0;
    line-height:45px;
}
.dropdown-inner .left_icon_wrapper figure {
    background: #f3faff;
    border-radius: 50%;
}
.on-demand-head-ic {
    width: 32px;
    height: 31px;
    background-position: -86px -153px;
}
.dropdown-inner .left_icon_wrapper>figure>span {
    background-image: url(../images/menu-industry.png);
    display: block;
}
.heading4 {
    color: #000;
    font: 30px/1.2;
    position: relative;
}
.dropdown-inner .right_text_wrapper .heading4 {
    font: 18px/1.2;
}

.cl-list a, .dropdown-inner .right_text_wrapper .heading4 a {
    position: relative;
    color: #333;
    display: inline-block;
    padding: 0 0 2px !important;
    font-size:16px;
    margin-top: 12px;
}
.cl-list a:before, .dropdown-inner .right_text_wrapper .heading4 a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #01b2ff;
    content: "";
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
}
.header-container .tab-link:hover .dropdown-wrapper 
{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    
}
#trueHeader .navbar-collapse .nav .tab-link 
{
    position: static;
}
.lt-clo3 .cl-50.rt {
    width: 50%;
}
.e-book-wrapper {
    background: #f3faff;
    padding: 0 10px;
}
.e-book-wrapper .flex_wrapper.align_center {
    align-items: center;
}
.dropdown-inner .flex_wrapper {
    justify-content: center;
}
.dropdown-inner .flex_wrapper {
    margin: 0;
}
.book_wraper {
    width: 240px;
    padding: 25px 0 0;
}
.book_wraper img {
    max-width: 100%;
}
.right-detail {
    width: calc(100% - 292px);
}
.e-book-wrapper .right-detail {
    width: calc(100% - 285px);
    padding-left: 25px;
}
.heading4 {
    color: #000;
    font: 30px/1.2;
    position: relative;
}
.book-detail {
    font: 18px;
    display: block;
    padding: 20px 0;
}
.appi-cta {
    display: table;
    position: relative;
}
.appi-cta {
    display: inline-block;
}
.header-container .e-book-wrapper .appi-cta a {
    background: #fc7754;
}
.header-container .appi-cta a, .header-container .appi-cta button {
    position: relative;
    display: inline-block !important;
    color: #fff !important;
    cursor: pointer;
    background: #0092ff;
    padding: 12px 12px !important;
    font: 18px;
    border-radius: 5px;
}
.learn_more_wrapper {
    padding: 30px 110px;
    border-top: 1px solid #dbf0ff;
}
.techmore.learn_more_wrapper {
    padding: 0px 160px;
}
.healthcare-head-ic {
    width: 27px;
    height: 29px;
    background-position: -86px -187px;
}
.social-network-head-ic {
    width: 28px;
    height: 30px;
    background-position: -133px -3px;
}
.entertainment-head-ic {
    width: 28px;
    height: 27px;
    background-position: -131px -39px;
}
.travel-head-ic {
    width: 28px;
    height: 28px;
    background-position: -133px -417px;
}
.escooter-head-ic {
    width: 28px;
    height: 29px;
    background-position: -133px -118px;
}
.events-head-ic {
    width: 24px;
    height: 28px;
    background-position: -133px -157px;
}
.restaurant-head-ic {
    width: 28px;
    height: 28px;
    background-position: -133px -193px;
}
.mcommerce-head-ic {
    width: 30px;
    height: 30px;
    background-position: -219px -197px;
}
.sass-head-ic {
    width: 27px;
    height: 29px;
    background-position: -177px -43px;
}
.sports-head-ic {
    width: 28px;
    height: 28px;
    background-position: -178px -85px;
}
.finance-head-ic {
    width: 28px;
    height: 28px;
    background-position: -179px -122px;
}
.politics-head-ic {
    width: 26px;
    height: 27px;
    background-position: -178px -164px;
}
.wellness-head-ic {
    width: 28px;
    height: 28px;
    background-position: -547px -161px;
}
.realstate-head-ic {
    width: 27px;
    height: 27px;
    background-position: -44px -223px;
}
.mlearning-head-ic {
    width: 27px;
    height: 29px;
    background-position: -86px -220px;
}
.news-head-ic {
    width: 28px;
    height: 28px;
    background-position: -258px -198px;
}
.logistics-head-ic {
    width: 27px;
    height: 27px;
    background-position: -49px -281px;
}
.aviation-head-ic {
    width: 27px;
    height: 27px;
    background-position: -182px -279px;
}
.agriculture-head-ic {
    width: 27px;
    height: 27px;
    background-position: -89px -279px;
}
.ev-head-ic {
    width: 27px;
    height: 27px;
    background-position: -260px -280px;
}
.table-upi .table tr td, .table-upi .table tr th {
    font-size: 16px;
    vertical-align: middle;
    text-align: left;
    padding: 6px 10px !important;
    font-weight:bold;
}
.bhoechie-tab {
    overflow:hidden;
}
.home-techno-tabs {
    display: block;
    width: 100%;
    position: relative;
}
.home-techno-tabs .list-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 220px;
    overflow: inherit;
    border-bottom: none;
    color:#333;
}

.home-techno-tabs .list-group a {
    min-width: 190px;
    line-height: 60px;
    position: relative;
    font-size: 20px;
    color: #121212;
    transition: all .3s ease-in-out;
    font-family: var(--font-family-bold);
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none!important;
    cursor: pointer!important;
    text-decoration: none;
}

.home-techno-tabs .list-group a {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    line-height: 54px;
    font-size:20px;
    color:#333;
    font-weight:bold;
    transition: all 0.5s;
    position: relative;
}
.home-techno-tabs .list-group a:hover {
    color:#086ad8;
    text-decoration:none;
}
.home-techno-tabs .list-group a.active {
    color:#086ad8;
}
.home-techno-tabs .list-group a.active:after {
    content:"";
    position:absolute;
    width: 2px;
    height: 25px;
    bottom: 14px;
    left: 0;
    border-radius: 0;
    background:#086ad8;
}

.tech-service-link {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-evenly;
}

.home-techno-tabs .tech-service-link {
    justify-content: flex-start;
    margin-left: 0px;
}
.tech-service-link li {
    margin: 0px 10px;
}
.home-techno-tabs .tech-service-link li {
    width: 14%;
    text-align: center;
    list-style: none;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tech-service-link li .tech-service-sqr {
    width: 130px;
    height: 130px;
    display: flex;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    flex-direction: column;
    padding: 0px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.home-techno-tabs .tech-service-link li .tech-service-sqr {
    width: 140px;
    height: 140px;
}
.tech-ic {
    width: auto;
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech-ic .web-tech-service-icon-img img, .tech-ic .web-tech-service-icon-img svg {
    width: 60px;
    height: 60px;
}
.tech-service-link li .tech-service-sqr span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 15px 0 0;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}   
.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.custom-gutter .techstack {
    background: #f8f9ff 0 0 no-repeat padding-box;
    border: 1px solid #e2e6fe;
    border-radius: 16px;
    margin: 8px 0;
    padding: 15px;
}
.custom-gutter .techstack a {
    align-items: center;
    display: flex;
}
.techstack h2 {
    text-align:left !important;
}
.cmr-techstack h3 {
    color: #000;
    font-family: GilroyMedium,sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin: 8px 0;
    padding-left: 10px;
    text-align: left;
}
.ReadMore {
    background: #086ad8;
    color: #fff !important;
    padding: 9px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    text-align:center;
}
.ReadMore1 {
    background: #ff6000;
    color: #fff !important;
    padding: 9px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin-top: 7px;
}
.table-smo-price .table-header {
    background:#fff;
}
.table-smo-price .fa-check, .table-smo-price .fa-times {margin-right:10px; }
.table-smo-price .ad-smo-design {
    background: #086ad8;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}
.table-smo-price .ad-smo-design1 {
    background: #f36907;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}
@media screen and (max-width: 1550px) {
.cl-inner-flex {
    padding: 0 0 18px 0;
}
.appi-cta a, .appi-cta button {
    font-size: 16px;
}
.appi-cta a, .appi-cta button {
    padding: 12px 18px;
}
.right-detail .heading4 {
    font-size: 18px;
}
.cl-inner-flex {
    padding: 0 0 10px 0;
}

.book_wraper {
    width: 183px;
}

.book-detail {
    font-size: 16px;
    line-height: 1.6;
}
}
@media screen and (max-width: 980px) {
    .wpo-site-header #navbar>ul>li>.setmenuli a {
        color:#333;
        border-top:0px;
        padding-top: 10px !important;
    }
    .lt-clo3 .cl-50 .cl-2 {
        width:100%;
    }
    .flex_wrapper .cl-50:nth-child(1) {
        padding: 20px 5px 20px 5px;
    }
    .lt-clo3 .cl-50, .lt-clo3 .cl-50.rt {
        width:100%;
    }
    .e-book-wrapper .right-detail {
        width: 100%;
    padding-left: 0;
    }
    .book_wraper {
        width: 100%;
    }
    .e-book-wrapper {
            padding: 0 5px;
    }
    .header-container .appi-cta a, .header-container .appi-cta button {
    padding: 9px 8px !important;
    font-size: 12px !important;
    margin-bottom:10px !important;
}
.dropdown-inner .left_icon_wrapper {
    padding-right: 10px;
}
.right-detail .heading4 {
        font-size: 16px;
    margin-top: 10px;
}
.home-techno-tabs .tech-service-link li {
    width:21%;
}
.home-techno-tabs .list-group a {
    font-size:16px;
}
}
@media screen and (max-width: 705px) {
   .home-techno-tabs .tech-service-link li {
      width:20%; 
   } 
   .tech-ic .web-tech-service-icon-img img, .tech-ic .web-tech-service-icon-img svg {
    width: 40px;
    height: 40px;
   }
   .tech-ic {
    min-height: 40px;
   }
   .home-techno-tabs .tech-service-link li .tech-service-sqr {
    width: 80px;
    height: 80px;
   }
}
@media screen and (max-width: 705px) {
    .home-techno-tabs .tech-service-link {
    margin-left: 40px;
    }
   .home-techno-tabs .tech-service-link li {
      width:40%; 
   } 
   .tech-service-link li .tech-service-sqr span {
       margin: 6px 0 0;
   }
   .home-techno-tabs .list-group a.active:after {
       bottom: 7px;
   }
   .home-techno-tabs .list-group a {
       font-size:14px;
       line-height: 40px;
       padding-left: 10px;
   }
   .tech-service-link li .tech-service-sqr span {
       font-size: 14px;
    line-height: 18px;
   }
   .bhoechie-tab-menu {
       padding-left:5px;
   }
   .tech-service-link li {
       margin: 0px 5px;
   }
   .home-techno-tabs .tech-service-link li {
       margin-bottom: 10px;
   }
}
/* Maitrix brand header/footer color alignment - limited update */
.top_section {
  background: #ffffff !important;
  border-top: 4px solid #ff8a00 !important;
  border-bottom: 1px solid rgba(0, 55, 89, 0.12) !important;
}
.logo-mait img,
.navar-shw img,
.logo-menu img {
  object-fit: contain;
  background: #ffffff;
}
.contact-icons .icons-cont span {
  color: #ff8a00 !important;
}
.contact-icons .text-cont h6 {
  color: #003b63 !important;
}
#trueHeader,
.header-container .navigation,
.wpo-site-header .navigation {
  background: #003b63 !important;
}
.wpo-site-header #navbar > ul > li > a {
  color: #ffffff !important;
}
.wpo-site-header #navbar > ul > li > a:hover,
.wpo-site-header #navbar > ul > li > a.active_nav,
.wpo-site-header #navbar > ul > li:hover > a {
  color: #ff8a00 !important;
}
.wpo-site-header #navbar > ul .sub-menu,
.wpo-site-header #navbar .mega-menu,
.wpo-site-header #navbar .half-mega-menu {
  border-top-color: #ff8a00 !important;
}
.wpo-site-header .navbar-header button {
  background-color: #ff8a00 !important;
}
.footer-section {
  background: #003b63 !important;
  color: #dcebf3 !important;
}
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section p,
.footer-section li,
.footer-section .text-add,
.footer-section .Fact,
.footer-section .tx {
  color: #dcebf3 !important;
}
.footer-section h3 {
  color: #ffffff !important;
  border-bottom-color: rgba(255, 138, 0, 0.55) !important;
}
.footer-section a,
.footer-section .custom-links li a,
.footer-btm p a {
  color: #ffffff !important;
}
.footer-section a:hover,
.footer-section .list li a:hover,
.footer-section .custom-links li a:hover {
  color: #ff8a00 !important;
}
.footer-btm {
  background: #002f4f !important;
  border-top: 1px solid rgba(255, 138, 0, 0.35) !important;
}
.quoteNow a {
  background: #ff8a00 !important;
  color: #002f4f !important;
}

/* Keep expanded top navigation in one line after Knowledge Center addition */
@media (min-width: 992px) {
  .wpo-header-style-3 #navbar > ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .wpo-header-style-3 #navbar > ul > li {
    flex: 0 0 auto;
  }
  .wpo-header-style-3 #navbar > ul > li > a {
    padding-left: 9px !important;
    padding-right: 9px !important;
    font-size: 15px !important;
    white-space: nowrap;
  }
}

/* Final desktop menu width, order and one-line fit */
@media (min-width: 992px) {
  .wpo-site-header .navigation .container {
    max-width: 1120px;
    width: 100%;
  }
  .wpo-header-style-3 #navbar > ul {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
    width: 100%;
  }
  .wpo-header-style-3 #navbar > ul > li {
    flex: 0 0 auto;
  }
  .wpo-header-style-3 #navbar > ul > li:nth-child(1) { order: 1; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(2) { order: 2; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(3) { order: 3; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(4) { order: 4; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(5) { order: 5; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(7) { order: 6; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(8) { order: 7; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(9) { order: 8; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(6) { order: 9; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(10) { order: 10; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(11) { order: 11; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(12) { order: 12; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(13) { order: 13; }
  .wpo-header-style-3 #navbar > ul > li > a,
  .wpo-header-style-3 #navbar > ul > li.nav-tagline > span {
    display: block;
    padding: 21px 5px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.2;
    white-space: nowrap;
  }
  .wpo-header-style-3 #navbar > ul > li.nav-tagline > span {
    color: #ff8a00 !important;
    font-weight: 800;
    padding-left: 0 !important;
    padding-right: 13px !important;
  }
}
@media (min-width: 1200px) {
  .wpo-header-style-3 #navbar > ul > li > a,
  .wpo-header-style-3 #navbar > ul > li.nav-tagline > span {
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 15px !important;
  }
  .wpo-header-style-3 #navbar > ul > li.nav-tagline > span {
    padding-left: 0 !important;
    padding-right: 16px !important;
  }
}

/* Final requested menu sequence: Home, About Us, Services, AI, Industries, Products, Technologies, Packages, Portfolio, Clients, Knowledge Center, Contacts */
@media (min-width: 992px) {
  .wpo-header-style-3 #navbar > ul > li:nth-child(1) { order: 1; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(2) { order: 2; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(3) { order: 3; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(4) { order: 4; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(6) { order: 5; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(7) { order: 6; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(8) { order: 7; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(5) { order: 8; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(9) { order: 9; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(10) { order: 10; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(11) { order: 11; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(12) { order: 12; }
}

/* Requested compact menu: Home | Company | Services | AI Solutions | Industries | Products | Technologies | Portfolio | Clients | Knowledge Center | Contact */
@media (min-width: 992px) {
  .wpo-site-header .navigation .container {
    max-width: 1220px !important;
    width: 100% !important;
  }
  .wpo-header-style-3 #navbar > ul > li:nth-child(5) {
    display: none !important;
  }
  .wpo-header-style-3 #navbar > ul > li:nth-child(1) { order: 1; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(2) { order: 2; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(3) { order: 3; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(4) { order: 4; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(6) { order: 5; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(7) { order: 6; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(8) { order: 7; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(9) { order: 8; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(10) { order: 9; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(11) { order: 10; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(12) { order: 11; }
  .wpo-header-style-3 #navbar > ul > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 15px !important;
    white-space: nowrap;
  }
}

/* Final no-packages menu order after removing Packages from top nav */
@media (min-width: 992px) {
  .wpo-header-style-3 #navbar > ul > li:nth-child(5) { display: list-item !important; order: 5; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(1) { order: 1; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(2) { order: 2; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(3) { order: 3; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(4) { order: 4; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(6) { order: 6; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(7) { order: 7; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(8) { order: 8; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(9) { order: 9; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(10) { order: 10; }
  .wpo-header-style-3 #navbar > ul > li:nth-child(11) { order: 11; }
}

/* EXACT FINAL MENU - Home | Company | Services | AI Solutions | Industries | Products | Technologies | Portfolio | Clients | Knowledge Center | Contact */
@media (min-width: 992px) {
  .wpo-site-header .navigation .container {
    max-width: 1240px !important;
    width: calc(100% - 90px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wpo-header-style-3 #navbar,
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav {
    width: 100% !important;
  }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li {
    display: list-item !important;
    flex: 0 0 auto !important;
  }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(1) { order: 1 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(2) { order: 2 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(3) { order: 3 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(4) { order: 4 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(5) { order: 5 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(6) { order: 6 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(7) { order: 7 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(8) { order: 8 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(9) { order: 9 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(10) { order: 10 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li:nth-child(11) { order: 11 !important; }
  .wpo-header-style-3 #navbar > ul.nav.navbar-nav > li > a {
    padding: 21px 6px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .wpo-site-header .navigation .container {
    max-width: 1258px !important;
    width: calc(100% - 94px) !important;
  }
}

/* Visible top contact icons without external icon dependency */
.top_section .contact-icons ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.top_section .contact-icons li {
  position: relative;
  min-width: 190px;
}
.top_section .icons-cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-contact-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff !important;
  background: #003b63;
  border: 2px solid #ff8a00;
  border-radius: 50%;
  font-size: 18px !important;
  font-weight: 900;
  line-height: 1;
  margin: 0 !important;
}
.top-contact-wa {
  background: #25d366;
  border-color: #ff8a00;
  color: #003b63 !important;
  font-size: 12px !important;
}
.top_section .text-cont {
  padding-left: 48px !important;
}
.top_section .text-cont h6 {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .top_section .contact-icons ul {
    display: block;
  }
}

/* Clean top contact strip: no labels, softer icons, aligned numbers */
.top_section .contact-icons ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 36px !important;
  margin: 0 !important;
}
.top_section .contact-icons li {
  min-width: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 22px 0 0 !important;
  border-right: 1px solid rgba(0, 59, 99, 0.16);
}
.top_section .contact-icons li.br-none {
  border-right: 0;
  padding-right: 0 !important;
}
.top_section .icons-cont {
  position: static !important;
  transform: none !important;
  flex: 0 0 auto;
}
.top_section .text-cont {
  padding-left: 0 !important;
}
.top_section .text-cont h6 {
  display: none !important;
}
.top_section .text-cont p {
  margin: 0 !important;
  line-height: 1.25 !important;
}
.top_section .text-cont p a {
  color: #33485b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.top-contact-icon {
  width: 34px !important;
  height: 34px !important;
  color: #003b63 !important;
  background: #f5fbff !important;
  border: 1px solid rgba(0, 59, 99, 0.18) !important;
  box-shadow: 0 7px 16px rgba(0, 59, 99, 0.08);
}
.top-contact-icon svg {
  display: block;
}
.top-contact-wa {
  color: #ffffff !important;
  background: #25d366 !important;
  border-color: rgba(37, 211, 102, 0.35) !important;
}
@media (max-width: 991px) {
  .top_section .contact-icons ul {
    display: block !important;
  }
}

/* Top contact alignment and orange active underline */
@media (min-width: 992px) {
  .top_section {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .top_section .container {
    max-width: 1120px;
    width: 100%;
  }
  .top_section .row {
    display: flex;
    align-items: center;
  }
  .top_section .row > .col-md-2:nth-child(2) {
    display: none !important;
  }
  .top_section .sh-die {
    width: 30% !important;
    flex: 0 0 30%;
  }
  .top_section .row > .col-md-8 {
    width: 70% !important;
    flex: 0 0 70%;
  }
  .top_section .contact-icons ul {
    justify-content: flex-end !important;
    gap: 30px !important;
  }
  .top_section .contact-icons li {
    white-space: nowrap !important;
    gap: 10px !important;
    padding-right: 26px !important;
  }
  .top_section .contact-icons li.br-none {
    padding-right: 0 !important;
  }
  .top_section .text-cont p a {
    display: inline-block;
    white-space: nowrap !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
}
#trueHeader .navbar-collapse > .nav > li > a:before {
  background-color: #ff8a00 !important;
  height: 3px !important;
}
#trueHeader .navbar-collapse > .nav > li > a.active_nav:before,
#trueHeader .navbar-collapse > .nav > li > a:hover:before {
  width: 100% !important;
  left: 0 !important;
}
#trueHeader .navbar-collapse > .nav > li > a.active_nav {
  color: #ffffff !important;
}
#trueHeader .navbar-collapse > .nav > li > a:hover {
  color: #ff8a00 !important;
}

/* Logo-blue border for phone and email top icons */
.top-contact-phone,
.top-contact-email {
  color: #003b63 !important;
  border-color: #003b63 !important;
  background: #ffffff !important;
}

/* Polished header logo sizing */
.logo-mait img,
.navar-shw img,
.logo-menu img {
  width: 230px !important;
  max-width: 230px !important;
  height: auto !important;
  padding: 0 !important;
  object-fit: contain !important;
}
.top_section .sh-die {
  display: flex;
  align-items: center;
}

/* Final nav fit: fixed clean width, no left/right overflow */
@media (min-width: 992px) {
  #trueHeader .navigation {
    overflow: visible !important;
  }
  #trueHeader .navigation .container,
  .wpo-site-header .navigation .container {
    max-width: 1120px !important;
    width: calc(100% - 250px) !important;
    min-width: 980px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #trueHeader #navbar,
  #trueHeader #navbar > ul.nav.navbar-nav {
    width: 100% !important;
    max-width: 100% !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a {
    display: block !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 14px !important;
    line-height: 52px !important;
    height: 52px !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a:before {
    bottom: 0 !important;
    background-color: #ff8a00 !important;
  }
}
@media (min-width: 1200px) {
  #trueHeader .navigation .container,
  .wpo-site-header .navigation .container {
    max-width: 1135px !important;
    width: calc(100% - 230px) !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a {
    font-size: 14px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

/* Repair menu structure after width experiment */
@media (min-width: 992px) {
  #trueHeader {
    min-height: 62px !important;
  }
  #trueHeader .navigation,
  #trueHeader .navbar {
    min-height: 62px !important;
    height: auto !important;
    overflow: visible !important;
  }
  #trueHeader .navigation .container,
  .wpo-site-header .navigation .container {
    max-width: 1180px !important;
    width: calc(100% - 130px) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #trueHeader #navbar {
    min-height: 62px !important;
    width: 100% !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li {
    display: flex !important;
    align-items: center !important;
    height: 62px !important;
    flex: 0 0 auto !important;
    border-bottom: 0 !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    height: 62px !important;
    line-height: normal !important;
    padding: 0 5px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a:before {
    bottom: 0 !important;
    background-color: #ff8a00 !important;
  }
}
@media (min-width: 1250px) {
  #trueHeader .navigation .container,
  .wpo-site-header .navigation .container {
    max-width: 1210px !important;
    width: calc(100% - 110px) !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 15px !important;
  }
}

/* Premium top contact strip look */
@media (min-width: 992px) {
  .top_section {
    position: relative;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    background: linear-gradient(90deg, #ffffff 0%, #f7fbff 46%, #ffffff 100%) !important;
    border-top: 4px solid #ff8a00 !important;
    border-bottom: 1px solid rgba(0, 59, 99, 0.14) !important;
    box-shadow: 0 8px 24px rgba(0, 59, 99, 0.06);
  }
  .top_section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 138, 0, 0.42), transparent);
  }
  .top_section .contact-icons ul {
    gap: 18px !important;
  }
  .top_section .contact-icons li {
    min-height: 48px !important;
    padding: 8px 18px 8px 12px !important;
    gap: 11px !important;
    background: #ffffff;
    border: 1px solid rgba(0, 59, 99, 0.12) !important;
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(0, 59, 99, 0.08);
  }
  .top_section .contact-icons li.br-none {
    padding-right: 14px !important;
  }
  .top-contact-icon {
    width: 36px !important;
    height: 36px !important;
    color: #003b63 !important;
    background: linear-gradient(180deg, #ffffff 0%, #edf7fc 100%) !important;
    border: 2px solid #003b63 !important;
    box-shadow: inset 0 0 0 3px #ffffff, 0 7px 16px rgba(0, 59, 99, 0.12);
  }
  .top-contact-wa {
    color: #ffffff !important;
    background: #25d366 !important;
    border-color: #18a957 !important;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.22), 0 8px 18px rgba(37, 211, 102, 0.28) !important;
  }
  .top_section .text-cont p a {
    color: #003b63 !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
  }
}

/* Premium main menu strip */
#trueHeader,
.header-container .navigation,
.wpo-site-header .navigation {
  background: linear-gradient(90deg, #002f4f 0%, #003b63 48%, #064a72 100%) !important;
  border-bottom: 1px solid rgba(255, 138, 0, 0.38);
  box-shadow: 0 14px 28px rgba(0, 35, 58, 0.18);
}
#trueHeader .navigation {
  position: relative;
}
#trueHeader .navigation:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
}
@media (min-width: 992px) {
  #trueHeader #navbar > ul.nav.navbar-nav > li > a {
    color: rgba(255,255,255,0.94) !important;
    font-weight: 800 !important;
    transition: color .2s ease, background-color .2s ease;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a:hover,
  #trueHeader #navbar > ul.nav.navbar-nav > li:hover > a {
    color: #ff8a00 !important;
    background: rgba(255,255,255,0.055);
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a.active_nav {
    color: #ffffff !important;
    background: rgba(255,255,255,0.075);
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a:before {
    height: 3px !important;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #ff8a00, #ffb347) !important;
    box-shadow: 0 -2px 10px rgba(255, 138, 0, 0.4);
  }
}

/* Final single premium menu bar - removes the extra navy strip below navigation */
@media (min-width: 992px) {
  #trueHeader {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    overflow: visible !important;
    background: linear-gradient(90deg, #002f4f 0%, #003b63 48%, #064a72 100%) !important;
    border-bottom: 1px solid rgba(255, 138, 0, 0.58) !important;
    box-shadow: 0 10px 24px rgba(0, 35, 58, 0.16) !important;
  }

  #trueHeader .navigation,
  #trueHeader .navbar,
  .header-container #trueHeader .navigation,
  .wpo-site-header #trueHeader .navigation {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #trueHeader .navigation:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
    pointer-events: none;
  }

  #trueHeader .navigation .container,
  .wpo-site-header #trueHeader .navigation .container {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    width: calc(100% - 110px) !important;
    max-width: 1210px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #trueHeader .navbar-header,
  #trueHeader #navbar,
  #trueHeader .navbar-collapse,
  #trueHeader .navigation-holder {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    float: none !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li {
    height: 62px !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
    border: 0 !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > a {
    position: relative !important;
    height: 62px !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: rgba(255,255,255,0.96) !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: 0 !important;
    transition: color .18s ease, background-color .18s ease;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > a:hover,
  #trueHeader #navbar > ul.nav.navbar-nav > li:hover > a,
  #trueHeader #navbar > ul.nav.navbar-nav > li > a.active_nav {
    color: #ffffff !important;
    background: rgba(255,255,255,0.075) !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > a:before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 3px !important;
    border-radius: 999px 999px 0 0 !important;
    background: linear-gradient(90deg, #ff8a00, #ffb347) !important;
    box-shadow: 0 -2px 10px rgba(255, 138, 0, 0.42) !important;
    transition: width .18s ease, left .18s ease !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > a:hover:before,
  #trueHeader #navbar > ul.nav.navbar-nav > li > a.active_nav:before {
    left: 0 !important;
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1249px) {
  #trueHeader .navigation .container,
  .wpo-site-header #trueHeader .navigation .container {
    width: calc(100% - 70px) !important;
    max-width: 1160px !important;
  }
  #trueHeader #navbar > ul.nav.navbar-nav > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 14px !important;
  }
}

/* Premium dropdown and mega-menu experience */
@media (min-width: 992px) {
  #trueHeader #navbar > ul.nav.navbar-nav > li {
    position: relative !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li.tab-link {
    position: static !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > .sub-menu {
    top: 100% !important;
    margin-top: 0 !important;
    padding: 14px !important;
    min-width: 315px !important;
    border: 1px solid rgba(0, 59, 99, 0.12) !important;
    border-top: 3px solid #ff8a00 !important;
    border-radius: 0 0 18px 18px !important;
    background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, rgba(241,249,255,0.98) 100%) !important;
    box-shadow: 0 24px 60px rgba(0, 35, 58, 0.18), 0 8px 18px rgba(0, 35, 58, 0.08) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(14px) scale(0.985) !important;
    transform-origin: top center !important;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > .sub-menu:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 34px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-left: 1px solid rgba(0, 59, 99, 0.12);
    border-top: 1px solid rgba(0, 59, 99, 0.12);
    transform: rotate(45deg);
    box-shadow: -4px -4px 12px rgba(0, 35, 58, 0.04);
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li .sub-menu li {
    width: 100% !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li .sub-menu li:last-child {
    margin-bottom: 0 !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li .sub-menu a {
    position: relative !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 12px !important;
    border-radius: 12px !important;
    color: #0b3554 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li .sub-menu a:before {
    display: none !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li .sub-menu a img {
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    object-fit: contain !important;
    padding: 6px !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #eef8ff 0%, #ffffff 100%) !important;
    border: 1px solid rgba(0, 59, 99, 0.12) !important;
    box-shadow: 0 8px 18px rgba(0, 59, 99, 0.08) !important;
    transition: transform .18s ease, border-color .18s ease, background .18s ease !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li .sub-menu a:hover {
    color: #003b63 !important;
    background: linear-gradient(90deg, rgba(255,138,0,0.11) 0%, rgba(0,90,140,0.08) 100%) !important;
    border-color: rgba(255, 138, 0, 0.28) !important;
    box-shadow: 0 10px 22px rgba(0, 59, 99, 0.10) !important;
    transform: translateX(5px) !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li .sub-menu a:hover img {
    background: #ffffff !important;
    border-color: rgba(255, 138, 0, 0.55) !important;
    transform: scale(1.08) rotate(-3deg) !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > .sub-menu .sub-menu {
    top: -14px !important;
    left: calc(100% + 12px) !important;
    border-radius: 18px !important;
    border-top: 3px solid #ff8a00 !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li > .sub-menu .sub-menu:before {
    top: 28px;
    left: -8px;
    border: 0;
    border-left: 1px solid rgba(0, 59, 99, 0.12);
    border-bottom: 1px solid rgba(0, 59, 99, 0.12);
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li.tab-link > .setmenuli {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    padding: 24px 58px !important;
    border-radius: 0 0 22px 22px !important;
    background: linear-gradient(135deg, #fafdff 0%, #eef8ff 55%, #ffffff 100%) !important;
    box-shadow: 0 30px 70px rgba(0, 35, 58, 0.20) !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li.tab-link > .setmenuli:before {
    display: none !important;
  }

  .dropdown-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 59, 99, 0.10) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,0.78) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9) !important;
  }

  .dropdown-inner:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #ff8a00, #0b75bc);
  }

  .dropdown-inner .flex_wrapper {
    align-items: stretch !important;
    justify-content: space-between !important;
  }

  .flex_wrapper .cl-50:nth-child(1) {
    padding: 24px 18px 18px 34px !important;
  }

  .lt-clo3 .cl-50 .cl-2 {
    width: 33.3% !important;
    padding-right: 16px !important;
  }

  .cl-inner-flex {
    align-items: center !important;
    min-height: 54px !important;
    padding: 6px 8px !important;
    border-radius: 14px !important;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
  }

  .cl-inner-flex:hover {
    background: linear-gradient(90deg, rgba(255,138,0,0.10), rgba(0,90,140,0.06)) !important;
    box-shadow: 0 10px 24px rgba(0, 59, 99, 0.08) !important;
    transform: translateY(-2px) !important;
  }

  .dropdown-inner .left_icon_wrapper {
    padding-right: 13px !important;
  }

  .dropdown-inner .left_icon_wrapper figure {
    width: 43px !important;
    height: 43px !important;
    line-height: 43px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(180deg, #ffffff, #edf8ff) !important;
    border: 1px solid rgba(0, 59, 99, 0.12) !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 20px rgba(0, 59, 99, 0.08) !important;
    transition: border-color .18s ease, transform .18s ease !important;
  }

  .cl-inner-flex:hover .left_icon_wrapper figure {
    border-color: rgba(255, 138, 0, 0.55) !important;
    transform: scale(1.06) !important;
  }

  .dropdown-inner .left_icon_wrapper figure img {
    max-width: 25px !important;
    max-height: 25px !important;
  }

  .dropdown-inner .right_text_wrapper .heading4 a,
  .cl-list a {
    margin-top: 0 !important;
    padding: 0 !important;
    color: #153f5c !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  .dropdown-inner .right_text_wrapper .heading4 a:hover,
  .cl-list a:hover {
    color: #ff7a00 !important;
  }

  .lt-clo3 .cl-50.rt {
    width: 45% !important;
    padding: 20px 20px 20px 8px !important;
  }

  .e-book-wrapper {
    height: 100% !important;
    padding: 18px 20px !important;
    border-radius: 18px !important;
    background: radial-gradient(circle at 12% 8%, rgba(255,138,0,0.16), transparent 30%), linear-gradient(135deg, #003b63 0%, #075179 100%) !important;
    box-shadow: 0 18px 42px rgba(0, 59, 99, 0.20) !important;
  }

  .book_wraper {
    width: 185px !important;
    padding: 0 !important;
  }

  .book_wraper img {
    border-radius: 16px !important;
    box-shadow: 0 18px 32px rgba(0, 20, 35, 0.28) !important;
  }

  .right-detail {
    width: calc(100% - 205px) !important;
  }

  .e-book-wrapper .right-detail {
    padding-left: 20px !important;
  }

  .right-detail .heading4 {
    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  .book-detail {
    color: rgba(255,255,255,0.82) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    padding: 14px 0 18px !important;
  }

  .appi-cta a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    margin: 0 8px 8px 0 !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #ff8a00, #ff6b35) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 24px rgba(255, 106, 0, 0.22) !important;
  }

  .appi-cta a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 28px rgba(255, 106, 0, 0.30) !important;
  }
}

/* Triangle indicator for every top menu tab that has a submenu */
@media (min-width: 992px) {
  #trueHeader #navbar > ul.nav.navbar-nav > li.menu-item-has-children > a {
    overflow: visible !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li.menu-item-has-children > a:after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -9px !important;
    width: 18px !important;
    height: 18px !important;
    margin-left: -9px !important;
    background: #ffffff !important;
    border-left: 1px solid rgba(0, 59, 99, 0.14) !important;
    border-top: 1px solid rgba(0, 59, 99, 0.14) !important;
    box-shadow: -5px -5px 14px rgba(0, 35, 58, 0.08) !important;
    transform: rotate(45deg) translateY(8px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: 1002 !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li.menu-item-has-children:hover > a:after {
    opacity: 1 !important;
    visibility: visible !important;
    transform: rotate(45deg) translateY(0) !important;
  }

  #trueHeader #navbar > ul.nav.navbar-nav > li.menu-item-has-children.tab-link > a:after {
    background: #fafdff !important;
  }
}

/* Premium homepage hero slider */
.mit-premium-hero {
  position: relative;
  overflow: hidden;
  background: #002f4f;
}

.mit-premium-hero .slick-list,
.mit-premium-hero .slick-track,
.mit-hero-slide {
  min-height: 500px;
}

.mit-hero-slide {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #002f4f;
}

.mit-hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0,34,58,0.94) 0%, rgba(0,53,88,0.82) 34%, rgba(0,59,99,0.30) 62%, rgba(255,138,0,0.05) 100%), var(--hero-img);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.mit-hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 18%, rgba(255,138,0,0.22), transparent 22%), radial-gradient(circle at 82% 30%, rgba(0,178,255,0.18), transparent 26%);
  pointer-events: none;
}

.mit-hero-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #0b75bc, #ff8a00);
}

.mit-hero-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 150px);
  max-width: 1200px;
  min-height: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.mit-hero-copy {
  width: min(620px, 58%);
  padding: 34px 0 42px;
  color: #ffffff;
}

.mit-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  color: #ffb347;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mit-hero-copy h1,
.mit-hero-copy h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 47px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 12px 28px rgba(0,0,0,0.24);
}

.mit-hero-copy p {
  max-width: 590px;
  margin: 0 0 24px;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 500;
}

.mit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 18px;
}

.mit-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.mit-hero-btn.primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff8a00, #ff6b35);
  box-shadow: 0 16px 30px rgba(255, 106, 0, 0.30);
}

.mit-hero-btn.secondary {
  color: #ffffff !important;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 14px 30px rgba(0, 20, 35, 0.18);
}

.mit-hero-btn:hover {
  transform: translateY(-2px);
}

.mit-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mit-hero-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.mit-hero-links a:hover {
  background: rgba(255,138,0,0.25);
  border-color: rgba(255,138,0,0.45);
}

.mit-premium-hero .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.mit-premium-hero .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.mit-premium-hero .slick-dots button {
  width: 28px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.38);
  font-size: 0;
  transition: width .18s ease, background-color .18s ease;
}

.mit-premium-hero .slick-dots .slick-active button {
  width: 44px;
  background: #ff8a00;
}

.mit-premium-hero .slick-prev,
.mit-premium-hero .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 6;
  background: rgba(255,255,255,0.14) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
}

.mit-premium-hero .slick-prev {
  left: 24px;
}

.mit-premium-hero .slick-next {
  right: 24px;
}

@media (max-width: 991px) {
  .mit-premium-hero .slick-list,
  .mit-premium-hero .slick-track,
  .mit-hero-slide,
  .mit-hero-inner {
    min-height: 540px;
  }
  .mit-hero-inner {
    width: calc(100% - 34px);
  }
  .mit-hero-copy {
    width: 100%;
    padding: 42px 0 62px;
  }
  .mit-hero-copy h1,
  .mit-hero-copy h2 {
    font-size: 34px;
  }
  .mit-hero-copy p {
    font-size: 16px;
  }
  .mit-hero-bg {
    background-image: linear-gradient(90deg, rgba(0,34,58,0.94), rgba(0,53,88,0.78)), var(--hero-img);
  }
}

/* Hero slider control polish */
.mit-premium-hero .slick-dots button:before {
  display: none !important;
}

.mit-premium-hero .slick-prev:before,
.mit-premium-hero .slick-next:before {
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 22px !important;
}

.mit-premium-hero .slick-prev:hover,
.mit-premium-hero .slick-next:hover {
  background: rgba(255,138,0,0.88) !important;
  border-color: rgba(255,138,0,0.88) !important;
}

/* Extra premium treatment for AI-ready digital marketing hero */
.mit-hero-marketing .mit-hero-bg {
  background-image: linear-gradient(90deg, rgba(0,34,58,0.96) 0%, rgba(0,53,88,0.86) 33%, rgba(0,59,99,0.34) 61%, rgba(255,138,0,0.08) 100%), var(--hero-img);
}

.mit-hero-marketing .mit-hero-copy {
  position: relative;
  padding: 34px 30px 38px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0,47,79,0.50), rgba(0,59,99,0.24));
  box-shadow: 0 24px 60px rgba(0, 20, 35, 0.24), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
}

.mit-hero-marketing .mit-hero-copy:before {
  content: "AI + AEO + GEO";
  position: absolute;
  right: 22px;
  top: -16px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #003b63;
  background: linear-gradient(135deg, #ffffff, #ffe7c2);
  border: 1px solid rgba(255,138,0,0.55);
  box-shadow: 0 12px 24px rgba(255,138,0,0.20);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.mit-hero-marketing .mit-hero-eyebrow {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255,138,0,0.95), rgba(255,107,53,0.86));
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 12px 24px rgba(255, 106, 0, 0.22);
}

.mit-hero-marketing .mit-hero-links a:nth-child(2),
.mit-hero-marketing .mit-hero-links a:nth-child(3),
.mit-hero-marketing .mit-hero-links a:nth-child(4) {
  background: rgba(255,138,0,0.22);
  border-color: rgba(255,138,0,0.42);
}

.mit-hero-marketing .mit-hero-btn.secondary {
  background: rgba(11, 117, 188, 0.34);
  border-color: rgba(255,255,255,0.26);
}

@media (max-width: 991px) {
  .mit-hero-marketing .mit-hero-copy {
    padding: 28px 18px 34px;
  }
  .mit-hero-marketing .mit-hero-copy:before {
    right: 16px;
    top: -13px;
    font-size: 11px;
  }
}

/* Premium welcome/about section */
.mit-about-premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #edf7ff 0%, #ffffff 45%, #eef8ff 100%) !important;
}
.mit-about-premium:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0,59,99,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .55;
  pointer-events: none;
}
.mit-about-premium:after {
  content: "";
  position: absolute;
  right: -180px;
  top: 80px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,138,0,0.18), transparent 68%);
  pointer-events: none;
}
.mit-about-premium .container { position: relative; z-index: 2; }
.mit-section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #003b63;
  background: #ffffff;
  border: 1px solid rgba(0,59,99,0.12);
  box-shadow: 0 10px 24px rgba(0,59,99,0.08);
  font-size: 13px;
  font-weight: 900;
}
.mit-about-copy h3 {
  margin: 0 0 8px !important;
  color: #062f4e !important;
  font-size: 45px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}
.mit-about-copy h3 span { color: #086ad8 !important; }
.mit-about-copy h5 {
  margin: 0 0 16px !important;
  color: #214963 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
}
.mit-about-copy p {
  margin: 0 0 15px !important;
  color: #496477 !important;
  font-size: 15.5px !important;
  line-height: 1.78 !important;
  text-align: left !important;
}
.mit-about-pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 20px; }
.mit-about-pill-row span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #003b63;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(0,59,99,0.12);
  box-shadow: 0 8px 18px rgba(0,59,99,0.06);
  font-size: 13px;
  font-weight: 900;
}
.mit-mission-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 18px 0 22px; }
.mit-mission-card {
  position: relative;
  min-height: 155px;
  padding: 20px 18px 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f4fbff 100%);
  border: 1px solid rgba(0,59,99,0.12);
  box-shadow: 0 18px 40px rgba(0,59,99,0.09);
}
.mit-mission-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff8a00, #086ad8);
}
.mit-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 11px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #003b63, #086ad8);
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(0,59,99,0.18);
}
.mit-mission-card h4 { margin: 0 0 8px; color: #062f4e; font-size: 19px; font-weight: 900; }
.mit-mission-card p { margin: 0 !important; font-size: 14px !important; line-height: 1.6 !important; }
.mit-about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.mit-about-btn, .mit-about-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}
.mit-about-btn.primary { color: #ffffff !important; background: linear-gradient(135deg, #ff8a00, #ff6b35); box-shadow: 0 16px 28px rgba(255,106,0,0.25); }
.mit-about-btn.secondary { color: #ffffff !important; background: linear-gradient(135deg, #003b63, #086ad8); box-shadow: 0 16px 28px rgba(0,59,99,0.20); }
.mit-about-link { color: #003b63 !important; background: rgba(255,255,255,0.72); border: 1px solid rgba(0,59,99,0.14); }
.mit-about-visual { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; padding: 28px; }
.mit-about-visual:before {
  content: "";
  position: absolute;
  inset: 38px 24px 58px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,0.74), rgba(255,255,255,0.30));
  border: 1px solid rgba(0,59,99,0.10);
  box-shadow: 0 28px 70px rgba(0,59,99,0.13);
}
.mit-about-visual img { position: relative; z-index: 2; max-width: 88%; filter: drop-shadow(0 22px 32px rgba(0,59,99,0.16)); }
.mit-visual-badge, .mit-visual-panel, .mit-visual-stats { position: absolute; z-index: 3; }
.mit-visual-badge.top {
  top: 44px;
  right: 48px;
  padding: 12px 15px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #003b63, #086ad8);
  box-shadow: 0 18px 34px rgba(0,59,99,0.22);
  font-weight: 900;
}
.mit-visual-panel {
  left: 26px;
  bottom: 82px;
  width: 260px;
  padding: 18px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #003b63, #064a72);
  box-shadow: 0 22px 44px rgba(0,35,58,0.24);
}
.mit-visual-panel strong { display: block; margin-bottom: 6px; font-size: 17px; }
.mit-visual-panel span { display: block; color: rgba(255,255,255,0.82); font-size: 13.5px; line-height: 1.55; }
.mit-visual-stats {
  right: 20px;
  bottom: 38px;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,59,99,0.12);
  box-shadow: 0 20px 44px rgba(0,59,99,0.12);
}
.mit-visual-stats div { min-width: 88px; padding: 10px 8px; border-radius: 12px; text-align: center; background: #f4fbff; }
.mit-visual-stats strong { display: block; color: #ff7a00; font-size: 20px; font-weight: 900; }
.mit-visual-stats span { display: block; color: #003b63; font-size: 12px; font-weight: 900; }
@media (max-width: 991px) {
  .mit-about-copy h3 { font-size: 34px !important; }
  .mit-mission-grid { grid-template-columns: 1fr; }
  .mit-about-visual { min-height: auto; margin-top: 28px; padding: 22px 12px 150px; }
  .mit-visual-panel { left: 12px; bottom: 72px; width: calc(100% - 24px); }
  .mit-visual-stats { left: 12px; right: 12px; bottom: 8px; justify-content: space-between; }
  .mit-visual-stats div { min-width: 0; flex: 1; }
}

/* Premium homepage body sections only - header, hero, about and footer are locked */
.mit-home-page .services-section:not(.mit-premium-hero):not(.mit-about-premium),
.mit-home-page .choose-section {
  position: relative;
  overflow: hidden;
}

.mit-home-page .services-section:not(.mit-premium-hero):not(.mit-about-premium) > .container,
.mit-home-page .choose-section > .container,
.mit-home-page .testimonial-section > .container {
  position: relative;
  z-index: 2;
}

.mit-home-page .section-title {
  max-width: 760px;
  margin: 0 auto 44px !important;
  text-align: center;
}

.mit-home-page .section-title h2 {
  margin-bottom: 12px !important;
  color: #062f4e !important;
  font-size: 40px !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.mit-home-page .testimonial-section .section-title h2,
.mit-home-page .testimonial-section .section-title .text-white {
  color: #ffffff !important;
}

.mit-home-page .section-title p {
  color: #577187 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.mit-home-page .section-title .bar {
  position: relative;
  width: 78px !important;
  height: 4px !important;
  margin: 12px auto 0 !important;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8a00, #086ad8) !important;
}

.mit-home-page .section-title .bar:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #ff8a00;
  box-shadow: 0 7px 18px rgba(255,138,0,0.25);
}

.mit-home-page .single-services {
  position: relative;
  min-height: 390px;
  padding: 30px 24px 28px !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #ffffff 0%, #f4fbff 100%) !important;
  border: 1px solid rgba(0,59,99,0.12) !important;
  box-shadow: 0 20px 46px rgba(0,59,99,0.10) !important;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.mit-home-page .single-services:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #ff8a00, #086ad8);
}

.mit-home-page .single-services:hover {
  transform: translateY(-8px);
  border-color: rgba(255,138,0,0.34) !important;
  box-shadow: 0 28px 65px rgba(0,59,99,0.16) !important;
}

.mit-home-page .single-services .icon {
  width: 76px;
  height: 76px;
  margin: 0 0 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff, #edf8ff);
  border: 1px solid rgba(0,59,99,0.12);
  box-shadow: 0 14px 28px rgba(0,59,99,0.10);
}

.mit-home-page .single-services .icon img {
  max-width: 46px;
  max-height: 46px;
  object-fit: contain;
}

.mit-home-page .single-services h3 {
  min-height: 54px;
  color: #062f4e !important;
  font-size: 19px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
}

.mit-home-page .single-services ul {
  margin: 16px 0 24px !important;
  padding: 0 !important;
}

.mit-home-page .single-services ul li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px !important;
  color: #526b7f !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.mit-home-page .single-services ul li i {
  margin-top: 3px;
  color: #ff8a00 !important;
  font-size: 11px !important;
}

.mit-home-page .single-services .read-btn,
.mit-home-page .read-btn,
.mit-home-page .btn-recentwork,
.mit-home-page .read-more {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px !important;
  border-radius: 11px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #003b63, #086ad8) !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 26px rgba(0,59,99,0.18) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

.mit-home-page .single-services .read-btn:hover,
.mit-home-page .read-btn:hover,
.mit-home-page .btn-recentwork:hover,
.mit-home-page .read-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(255,138,0,0.22) !important;
  background: linear-gradient(135deg, #ff8a00, #ff6b35) !important;
}

.mit-home-page #r-work {
  background: linear-gradient(135deg, #f6fbff 0%, #ffffff 52%, #eef8ff 100%) !important;
}

.mit-home-page #r-work:before,
.mit-home-page #cliet-slider:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0,59,99,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.mit-home-page .wpo-case-single {
  padding: 12px !important;
}

.mit-home-page .wpo-event-item {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,59,99,0.12);
  box-shadow: 0 22px 54px rgba(0,59,99,0.12);
  transition: transform .22s ease, box-shadow .22s ease;
}

.mit-home-page .wpo-event-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,59,99,0.17);
}

.mit-home-page .wpo-event-img {
  position: relative;
  overflow: hidden;
}

.mit-home-page .wpo-event-img:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(0,47,79,0.46), transparent);
}

.mit-home-page .wpo-event-img img {
  width: 100%;
  transition: transform .28s ease;
}

.mit-home-page .wpo-event-item:hover .wpo-event-img img {
  transform: scale(1.06);
}

.mit-home-page .wpo-event-text {
  padding: 22px 22px 24px !important;
}

.mit-home-page .wpo-event-text h2 {
  color: #062f4e !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.mit-home-page .wpo-event-text ul li {
  color: #526b7f !important;
  font-size: 14px !important;
}

.mit-home-page .wpo-event-text ul li i {
  color: #ff8a00 !important;
}

.mit-home-page .overview-section {
  background: linear-gradient(135deg, #eef7ff 0%, #fafdff 100%) !important;
}

.mit-home-page .logo-container {
  padding: 24px !important;
  border-radius: 26px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,59,99,0.10);
  box-shadow: 0 24px 60px rgba(0,59,99,0.10);
}

.mit-home-page .client-logo {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.mit-home-page .client-logo a {
  min-height: 132px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0,59,99,0.10);
  box-shadow: 0 14px 30px rgba(0,59,99,0.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mit-home-page .client-logo a:hover {
  transform: translateY(-6px);
  border-color: rgba(255,138,0,0.36);
  box-shadow: 0 22px 44px rgba(0,59,99,0.14);
}

.mit-home-page .client-logo img {
  width: auto !important;
  max-width: 130px !important;
  max-height: 88px !important;
  object-fit: contain !important;
}

.mit-home-page .choose-section:not(.bg-count) {
  background: linear-gradient(135deg, #ffffff 0%, #f4fbff 100%) !important;
}

.mit-home-page .choose-content {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  margin-bottom: 20px !important;
  padding: 20px !important;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0,59,99,0.11);
  box-shadow: 0 18px 42px rgba(0,59,99,0.09);
  transition: transform .2s ease, box-shadow .2s ease;
}

.mit-home-page .choose-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(0,59,99,0.14);
}

.mit-home-page .choose-content .icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #edf8ff);
  border: 1px solid rgba(0,59,99,0.12);
}

.mit-home-page .choose-content .icon img {
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
}

.mit-home-page .choose-content h3 {
  margin: 0 !important;
  color: #062f4e !important;
  font-size: 18px !important;
  line-height: 1.32 !important;
  font-weight: 900 !important;
}

.mit-home-page .choose-section .image {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(255,138,0,0.12), transparent 55%), linear-gradient(145deg, #003b63, #075179);
  box-shadow: 0 28px 70px rgba(0,59,99,0.20);
}

.mit-home-page .choose-section .image img {
  filter: drop-shadow(0 22px 28px rgba(0,20,35,0.22));
}

.mit-home-page .bg-count {
  background: linear-gradient(135deg, #003b63 0%, #064a72 100%) !important;
}

.mit-home-page .image-box-wrap {
  min-height: 118px;
  margin-bottom: 24px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 18px 38px rgba(0,20,35,0.16);
}

.mit-home-page .image-box-wrap .box-image-1 {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,138,0,0.18);
  color: #ffb347;
}

.mit-home-page .image-box-wrap .heading {
  margin: 0;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.mit-home-page #cliet-slider {
  background: linear-gradient(135deg, #fafdff 0%, #eef8ff 100%) !important;
}

.mit-home-page #cliet-slider .autoplay > div {
  padding: 10px;
}

.mit-home-page #cliet-slider .autoplay img {
  width: 132px !important;
  height: 132px !important;
  object-fit: contain;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,59,99,0.10);
  box-shadow: 0 16px 34px rgba(0,59,99,0.10);
}

.mit-home-page .testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 100px !important;
  background: radial-gradient(circle at 15% 18%, rgba(255,138,0,0.18), transparent 28%), linear-gradient(135deg, #002f4f 0%, #064a72 100%) !important;
}

.mit-home-page .testimonial-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
}

.mit-home-page .slider-testis {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 42px !important;
  border-radius: 24px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 60px rgba(0,20,35,0.22);
}

.mit-home-page .slider-testis .quotes {
  color: #ffb347 !important;
}

.mit-home-page .slider-testis p {
  color: rgba(255,255,255,0.88) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.mit-home-page .name-tst {
  color: #ffffff !important;
  font-weight: 900 !important;
}

@media (max-width: 1199px) {
  .mit-home-page .client-logo { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .mit-home-page .section-title h2 { font-size: 30px !important; }
  .mit-home-page .client-logo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mit-home-page .single-services { min-height: auto; }
  .mit-home-page .choose-section .image { min-height: 300px; margin-bottom: 24px; }
  .mit-home-page .slider-testis { padding: 28px 20px !important; }
}

/* Display fixes: services grid, visible icons and carousel arrows */
.mit-home-page .services-section.equalHeightWrapper .single-services {
  min-height: 335px !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 24px 24px 22px !important;
  background: linear-gradient(145deg, #ffffff 0%, #f8fcff 100%) !important;
}

.mit-home-page .services-section.equalHeightWrapper .single-services:hover {
  background: linear-gradient(145deg, #ffffff 0%, #eef8ff 100%) !important;
}

.mit-home-page .services-section.equalHeightWrapper .single-services .icon {
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  margin: 0 auto 16px !important;
  border-radius: 18px !important;
}

.mit-home-page .services-section.equalHeightWrapper .single-services .icon img {
  width: 46px !important;
  height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mit-home-page .services-section.equalHeightWrapper .single-services h3 {
  min-height: auto !important;
  margin-bottom: 12px !important;
  text-align: center !important;
  font-size: 20px !important;
}

.mit-home-page .services-section.equalHeightWrapper .single-services ul {
  margin: 8px 0 18px !important;
}

.mit-home-page .services-section.equalHeightWrapper .single-services ul li {
  margin-bottom: 0 !important;
  padding: 7px 0 !important;
  border-bottom: 1px solid rgba(0,59,99,0.10);
}

.mit-home-page .services-section.equalHeightWrapper .single-services .read-btn {
  margin: auto auto 0 !important;
}

.mit-home-page .wpo-case-slider .owl-nav div,
.mit-home-page #cliet-slider .slick-prev,
.mit-home-page #cliet-slider .slick-next {
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #003b63, #086ad8) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  box-shadow: 0 16px 32px rgba(0,59,99,0.20) !important;
  color: #ffffff !important;
  font-size: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 8 !important;
}

.mit-home-page .wpo-case-slider .owl-nav div:before,
.mit-home-page #cliet-slider .slick-prev:before,
.mit-home-page #cliet-slider .slick-next:before {
  display: block !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-family: Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.mit-home-page .wpo-case-slider .owl-nav div.owl-prev:before,
.mit-home-page #cliet-slider .slick-prev:before {
  content: "‹" !important;
}

.mit-home-page .wpo-case-slider .owl-nav div.owl-next:before,
.mit-home-page #cliet-slider .slick-next:before {
  content: "›" !important;
}

.mit-home-page .wpo-case-slider .owl-nav div:hover,
.mit-home-page #cliet-slider .slick-prev:hover,
.mit-home-page #cliet-slider .slick-next:hover {
  background: linear-gradient(135deg, #ff8a00, #ff6b35) !important;
}

.mit-home-page .image-box-wrap .box-image-1 i {
  display: none !important;
}

.mit-home-page .image-box-wrap .box-image-1:before {
  content: "?";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.mit-home-page .image-box-wrap .box-image-1 {
  background: linear-gradient(135deg, #ff8a00, #086ad8) !important;
  box-shadow: 0 14px 28px rgba(0,20,35,0.18) !important;
}

.mit-home-page .choose-content .icon img {
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 991px) {
  .mit-home-page .services-section.equalHeightWrapper .single-services {
    min-height: auto !important;
  }
}

/* Process card overlap fix */
.mit-home-page .choose-section:not(.bg-count) .choose-content .icon {
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
}

.mit-home-page .choose-section:not(.bg-count) .choose-content h3 {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  overflow-wrap: anywhere;
}

.mit-home-page .choose-section:not(.bg-count) .choose-content:before,
.mit-home-page .choose-section:not(.bg-count) .choose-content:after {
  display: none !important;
}

/* Quality strip icon and box effect fix - no text glyphs */
.mit-home-page .bg-count {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.mit-home-page .bg-count .image-box-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.07)) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  box-shadow: 0 20px 42px rgba(0,20,35,0.20), inset 0 1px 0 rgba(255,255,255,0.10) !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease !important;
}

.mit-home-page .bg-count .image-box-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: -55%;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: skewX(-18deg);
  transition: left .55s ease;
}

.mit-home-page .bg-count .image-box-wrap:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(255,138,0,0.50) !important;
  background: linear-gradient(145deg, rgba(255,138,0,0.18), rgba(255,255,255,0.09)) !important;
  box-shadow: 0 28px 58px rgba(0,20,35,0.28), 0 0 0 1px rgba(255,138,0,0.16) !important;
}

.mit-home-page .bg-count .image-box-wrap:hover:before {
  left: 115%;
}

.mit-home-page .bg-count .image-box-wrap .box-image-1 {
  position: relative !important;
  overflow: hidden !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  border-radius: 17px !important;
  background: linear-gradient(135deg, #ff8a00 0%, #086ad8 100%) !important;
  box-shadow: 0 16px 30px rgba(0,20,35,0.24), inset 0 1px 0 rgba(255,255,255,0.22) !important;
}

.mit-home-page .bg-count .image-box-wrap .box-image-1 i {
  display: none !important;
}

.mit-home-page .bg-count .image-box-wrap .box-image-1:before {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  top: 17px !important;
  width: 21px !important;
  height: 12px !important;
  border-left: 4px solid #ffffff !important;
  border-bottom: 4px solid #ffffff !important;
  transform: rotate(-45deg) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mit-home-page .bg-count .image-box-wrap .box-image-1:after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.22);
}

.mit-home-page .bg-count .image-box-wrap .heading {
  position: relative;
  z-index: 2;
}

/* Recent Work arrows and portfolio links polish */
.mit-home-page #r-work .wpo-case-slider .owl-nav div {
  font-size: 0 !important;
  color: transparent !important;
  overflow: hidden !important;
}

.mit-home-page #r-work .wpo-case-slider .owl-nav div:before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  display: block !important;
  border: 0 !important;
  border-top: 4px solid #ffffff !important;
  border-right: 4px solid #ffffff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

.mit-home-page #r-work .wpo-case-slider .owl-nav div.owl-prev:before {
  transform: rotate(-135deg) !important;
  margin-left: 5px !important;
}

.mit-home-page #r-work .wpo-case-slider .owl-nav div.owl-next:before {
  transform: rotate(45deg) !important;
  margin-right: 5px !important;
}

.mit-home-page #r-work .wpo-case-slider .owl-nav div.owl-prev,
.mit-home-page #r-work .wpo-case-slider .owl-nav div.owl-next {
  background: linear-gradient(135deg, #003b63, #086ad8) !important;
}

.mit-home-page #r-work .wpo-case-slider .owl-nav div.owl-prev:hover,
.mit-home-page #r-work .wpo-case-slider .owl-nav div.owl-next:hover {
  background: linear-gradient(135deg, #ff8a00, #ff6b35) !important;
}

/* Services section symmetry fix - equal aligned 3-column grid */
@media (min-width: 992px) {
  .mit-home-page .services-section.equalHeightWrapper > .container > .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: stretch !important;
  }

  .mit-home-page .services-section.equalHeightWrapper > .container > .row:before,
  .mit-home-page .services-section.equalHeightWrapper > .container > .row:after {
    display: none !important;
    content: none !important;
  }

  .mit-home-page .services-section.equalHeightWrapper > .container > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
  }

  .mit-home-page .services-section.equalHeightWrapper .single-services {
    width: 100% !important;
    min-height: 365px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .mit-home-page .services-section.equalHeightWrapper .single-services ul {
    flex: 1 1 auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mit-home-page .services-section.equalHeightWrapper > .container > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mit-home-page .services-section.equalHeightWrapper > .container > .row:before,
  .mit-home-page .services-section.equalHeightWrapper > .container > .row:after {
    display: none !important;
    content: none !important;
  }

  .mit-home-page .services-section.equalHeightWrapper > .container > .row > [class*="col-"] {
    width: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .mit-home-page .services-section.equalHeightWrapper > .container > .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mit-home-page .services-section.equalHeightWrapper > .container > .row > [class*="col-"] {
    width: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Technologies carousel arrows - no glyph fallback */
.mit-home-page #cliet-slider .slick-prev,
.mit-home-page #cliet-slider .slick-next {
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

.mit-home-page #cliet-slider .slick-prev:before,
.mit-home-page #cliet-slider .slick-next:before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  display: block !important;
  border: 0 !important;
  border-top: 4px solid #ffffff !important;
  border-right: 4px solid #ffffff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0 !important;
  opacity: 1 !important;
}

.mit-home-page #cliet-slider .slick-prev:before {
  transform: rotate(-135deg) !important;
  margin-left: 5px !important;
}

.mit-home-page #cliet-slider .slick-next:before {
  transform: rotate(45deg) !important;
  margin-right: 5px !important;
}

/* Final 110% premium homepage polish */
.mit-home-page {
  background: #f4fbff;
  color: #183c56;
}

.mit-home-page .pt-100 {
  padding-top: 92px !important;
}

.mit-home-page .pb-70 {
  padding-bottom: 82px !important;
}

.mit-home-page .pb-120 {
  padding-bottom: 110px !important;
}

.mit-home-page .section-title h2 {
  text-transform: none !important;
  text-shadow: 0 10px 24px rgba(0,59,99,0.08);
}

.mit-home-page .section-title:before {
  content: "Maitrix Infotech";
  display: inline-flex;
  margin-bottom: 9px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #003b63;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(0,59,99,0.10);
  box-shadow: 0 10px 24px rgba(0,59,99,0.06);
  font-size: 12px;
  font-weight: 900;
}

.mit-home-page .mit-premium-hero .section-title:before,
.mit-home-page .mit-about-premium .section-title:before {
  display: none;
}

.mit-home-page .services-section.equalHeightWrapper {
  background: radial-gradient(circle at 8% 12%, rgba(255,138,0,0.12), transparent 28%), linear-gradient(135deg, #f5fbff 0%, #ffffff 44%, #eef8ff 100%) !important;
}

.mit-home-page .services-section.equalHeightWrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0,59,99,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.mit-home-page .services-section.equalHeightWrapper .single-services {
  border-radius: 22px !important;
  box-shadow: 0 20px 46px rgba(0,59,99,0.11), inset 0 1px 0 rgba(255,255,255,0.8) !important;
}

.mit-home-page .services-section.equalHeightWrapper .single-services:after {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(8,106,216,0.07);
  transition: transform .24s ease, background .24s ease;
}

.mit-home-page .services-section.equalHeightWrapper .single-services:hover:after {
  transform: scale(1.28);
  background: rgba(255,138,0,0.12);
}

.mit-home-page .services-section.equalHeightWrapper .single-services > * {
  position: relative;
  z-index: 2;
}

.mit-home-page #r-work .wpo-case-slider {
  padding: 0 10px 8px;
}

.mit-home-page #r-work .wpo-event-item {
  border-radius: 24px;
}

.mit-home-page #r-work .wpo-event-text h2 {
  min-height: 54px;
}

.mit-section-cta {
  margin-top: 34px;
  text-align: center;
}

.mit-section-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 13px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff8a00, #ff6b35);
  box-shadow: 0 18px 34px rgba(255,106,0,0.24);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}

.mit-home-page .overview-section .section-title:before {
  content: "Trusted By";
}

.mit-home-page .choose-section:not(.bg-count) .section-title:before {
  content: "Delivery Process";
}

.mit-home-page .choose-section:not(.bg-count) .choose-content {
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff, #f7fcff);
}

.mit-home-page .choose-section:not(.bg-count) .choose-content:hover .icon {
  transform: scale(1.05);
  border-color: rgba(255,138,0,0.45);
}

.mit-home-page .choose-section:not(.bg-count) .choose-content .icon {
  transition: transform .22s ease, border-color .22s ease;
}

.mit-home-page .bg-count .container {
  max-width: 1140px;
}

.mit-home-page .bg-count .row,
.mit-home-page .bg-count .container {
  position: relative;
}

.mit-home-page .bg-count:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.mit-home-page #cliet-slider .section-title:before {
  content: "Technology Stack";
}

.mit-home-page #cliet-slider .autoplay {
  padding: 20px 54px 8px;
  border-radius: 28px;
  background: rgba(255,255,255,0.44);
  border: 1px solid rgba(0,59,99,0.08);
  box-shadow: 0 22px 54px rgba(0,59,99,0.08);
}

.mit-home-page #cliet-slider .autoplay img:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(255,138,0,0.34);
  box-shadow: 0 22px 44px rgba(0,59,99,0.14);
}

.mit-home-page #cliet-slider .autoplay img {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mit-home-page .testimonial-section .section-title:before {
  content: "Client Feedback";
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.16);
}

.mit-home-page .slider-testis {
  position: relative;
}

.mit-home-page .slider-testis:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255,138,0,0.18);
}

.mit-home-page .slider-testis .quotes,
.mit-home-page .slider-testis p,
.mit-home-page .slider-testis .tet-text {
  position: relative;
  z-index: 2;
}

.mit-home-page .testimonial-section .slick-dots button:before {
  color: rgba(255,255,255,0.55) !important;
}

.mit-home-page .testimonial-section .slick-dots .slick-active button:before {
  color: #ff8a00 !important;
}

@media (max-width: 991px) {
  .mit-home-page .pt-100 { padding-top: 70px !important; }
  .mit-home-page .pb-70 { padding-bottom: 64px !important; }
  .mit-home-page #cliet-slider .autoplay { padding-left: 46px; padding-right: 46px; }
}

/* Premium AI-era inner pages UI layer - Home page remains locked */
body:not(.mit-home-page) {
  background: #f4fbff;
  color: #173c56;
}

body:not(.mit-home-page) .wpo-breadcumb-area {
  position: relative;
  overflow: hidden;
  padding: 96px 0 86px !important;
  min-height: 310px;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 18% 18%, rgba(255,138,0,0.20), transparent 28%), linear-gradient(135deg, rgba(0,47,79,0.94) 0%, rgba(0,59,99,0.88) 48%, rgba(6,74,114,0.88) 100%), url('/mitsite/images/slider/softwaredevelopment.jpg') center/cover no-repeat !important;
  border-bottom: 4px solid #ff8a00;
}

body:not(.mit-home-page) .wpo-breadcumb-area:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

body:not(.mit-home-page) .wpo-breadcumb-area:after {
  content: "AI Driven Technology Company";
  position: absolute;
  right: 7%;
  bottom: 24px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #003b63;
  background: linear-gradient(135deg, #ffffff, #ffe5bd);
  border: 1px solid rgba(255,138,0,0.45);
  box-shadow: 0 18px 36px rgba(0,20,35,0.20);
  font-size: 12px;
  font-weight: 900;
}

body:not(.mit-home-page) .wpo-breadcumb-wrap {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 0 8px;
}

body:not(.mit-home-page) .wpo-breadcumb-wrap h2 {
  margin: 0 0 16px !important;
  color: #ffffff !important;
  font-size: 46px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 15px 34px rgba(0,0,0,0.28);
}

body:not(.mit-home-page) .wpo-breadcumb-wrap ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  padding: 10px 13px !important;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}

body:not(.mit-home-page) .wpo-breadcumb-wrap ul li,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li a,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li span {
  color: rgba(255,255,255,0.92) !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

body:not(.mit-home-page) .wpo-breadcumb-wrap ul li:last-child span,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li:last-child a {
  color: #ffb347 !important;
}

body:not(.mit-home-page) .section-bar,
body:not(.mit-home-page) .wpo-about-area,
body:not(.mit-home-page) .wpo-contact-form-map {
  position: relative;
  overflow: hidden;
  padding-top: 82px !important;
  padding-bottom: 82px !important;
  background: linear-gradient(135deg, #f5fbff 0%, #ffffff 48%, #eef8ff 100%) !important;
}

body:not(.mit-home-page) .section-bar.bg-gray,
body:not(.mit-home-page) .bg-gray {
  background: linear-gradient(135deg, #eef8ff 0%, #ffffff 100%) !important;
}

body:not(.mit-home-page) .section-bar:before,
body:not(.mit-home-page) .wpo-contact-form-map:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0,59,99,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

body:not(.mit-home-page) .section-bar > .container,
body:not(.mit-home-page) .section-bar > .container-fluid,
body:not(.mit-home-page) .wpo-contact-form-map > .container {
  position: relative;
  z-index: 2;
}

body:not(.mit-home-page) .discover-text,
body:not(.mit-home-page) .card-shadow,
body:not(.mit-home-page) .box-style,
body:not(.mit-home-page) .contact-form,
body:not(.mit-home-page) .contact-add,
body:not(.mit-home-page) .wpo-contact-info,
body:not(.mit-home-page) .wpo-event-item,
body:not(.mit-home-page) .tab-content,
body:not(.mit-home-page) .table-responsive {
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(247,252,255,0.94)) !important;
  border: 1px solid rgba(0,59,99,0.12) !important;
  box-shadow: 0 22px 58px rgba(0,59,99,0.10), inset 0 1px 0 rgba(255,255,255,0.86) !important;
}

body:not(.mit-home-page) .discover-text,
body:not(.mit-home-page) .card-shadow,
body:not(.mit-home-page) .box-style,
body:not(.mit-home-page) .contact-form,
body:not(.mit-home-page) .contact-add {
  padding: 30px !important;
}

body:not(.mit-home-page) .discover-text:hover,
body:not(.mit-home-page) .card-shadow:hover,
body:not(.mit-home-page) .wpo-event-item:hover,
body:not(.mit-home-page) .contact-form:hover,
body:not(.mit-home-page) .contact-add:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 72px rgba(0,59,99,0.15), inset 0 1px 0 rgba(255,255,255,0.9) !important;
  border-color: rgba(255,138,0,0.28) !important;
}

body:not(.mit-home-page) .discover-text,
body:not(.mit-home-page) .card-shadow,
body:not(.mit-home-page) .wpo-event-item,
body:not(.mit-home-page) .contact-form,
body:not(.mit-home-page) .contact-add {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body:not(.mit-home-page) h1,
body:not(.mit-home-page) h2,
body:not(.mit-home-page) h3,
body:not(.mit-home-page) h4,
body:not(.mit-home-page) h5,
body:not(.mit-home-page) h6 {
  color: #062f4e;
  letter-spacing: 0 !important;
}

body:not(.mit-home-page) .discover-text h2,
body:not(.mit-home-page) .card-shadow h2,
body:not(.mit-home-page) .section-bar h1,
body:not(.mit-home-page) .section-bar h2 {
  margin-bottom: 16px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body:not(.mit-home-page) p,
body:not(.mit-home-page) li,
body:not(.mit-home-page) .font-16 {
  color: #4b6578;
  font-size: 16px;
  line-height: 1.78;
}

body:not(.mit-home-page) .blue-color,
body:not(.mit-home-page) h2 .blue-color,
body:not(.mit-home-page) h3 .blue-color {
  color: #086ad8 !important;
}

body:not(.mit-home-page) .para-ul,
body:not(.mit-home-page) .card-shadow ul,
body:not(.mit-home-page) .discover-text ul {
  margin: 18px 0 !important;
  padding: 0 !important;
}

body:not(.mit-home-page) .para-ul li,
body:not(.mit-home-page) .card-shadow ul li,
body:not(.mit-home-page) .discover-text ul li {
  position: relative;
  margin-bottom: 10px !important;
  padding: 11px 14px 11px 42px !important;
  border-radius: 12px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,59,99,0.08);
  list-style: none !important;
}

body:not(.mit-home-page) .para-ul li i,
body:not(.mit-home-page) .card-shadow ul li i,
body:not(.mit-home-page) .discover-text ul li i {
  position: absolute;
  left: 14px;
  top: 15px;
  color: #ff8a00 !important;
}

body:not(.mit-home-page) .service-thumb {
  position: relative;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #eef8ff);
  border: 1px solid rgba(0,59,99,0.10);
  box-shadow: 0 24px 60px rgba(0,59,99,0.13);
}

body:not(.mit-home-page) .service-thumb:before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,138,0,0.22);
  pointer-events: none;
}

body:not(.mit-home-page) .service-thumb img,
body:not(.mit-home-page) .card-shadow img,
body:not(.mit-home-page) .wpo-event-img img,
body:not(.mit-home-page) .portfolio-tabs img {
  border-radius: 16px;
  filter: drop-shadow(0 18px 28px rgba(0,59,99,0.13));
}

body:not(.mit-home-page) .read-more,
body:not(.mit-home-page) .read-btn,
body:not(.mit-home-page) .theme-btn,
body:not(.mit-home-page) .btn,
body:not(.mit-home-page) button,
body:not(.mit-home-page) input[type="submit"],
body:not(.mit-home-page) .text.pr a,
body:not(.mit-home-page) .btn-recentwork,
body:not(.mit-home-page) .ai-agency-cta {
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ff8a00, #ff6b35) !important;
  color: #ffffff !important;
  border: 0 !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 30px rgba(255,106,0,0.24) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

body:not(.mit-home-page) .read-more:hover,
body:not(.mit-home-page) .read-btn:hover,
body:not(.mit-home-page) .theme-btn:hover,
body:not(.mit-home-page) .btn:hover,
body:not(.mit-home-page) button:hover,
body:not(.mit-home-page) input[type="submit"]:hover,
body:not(.mit-home-page) .text.pr a:hover,
body:not(.mit-home-page) .btn-recentwork:hover,
body:not(.mit-home-page) .ai-agency-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #003b63, #086ad8) !important;
  box-shadow: 0 20px 38px rgba(0,59,99,0.22) !important;
}

body:not(.mit-home-page) .form-control,
body:not(.mit-home-page) input[type="text"],
body:not(.mit-home-page) input[type="email"],
body:not(.mit-home-page) input[type="number"],
body:not(.mit-home-page) input[type="tel"],
body:not(.mit-home-page) textarea,
body:not(.mit-home-page) select {
  min-height: 48px;
  border-radius: 12px !important;
  border: 1px solid rgba(0,59,99,0.16) !important;
  background: #ffffff !important;
  color: #173c56 !important;
  box-shadow: 0 10px 22px rgba(0,59,99,0.06) !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body:not(.mit-home-page) textarea {
  min-height: 132px;
}

body:not(.mit-home-page) .form-control:focus,
body:not(.mit-home-page) input:focus,
body:not(.mit-home-page) textarea:focus,
body:not(.mit-home-page) select:focus {
  border-color: rgba(255,138,0,0.62) !important;
  box-shadow: 0 0 0 4px rgba(255,138,0,0.12), 0 16px 28px rgba(0,59,99,0.08) !important;
  outline: 0 !important;
}

body:not(.mit-home-page) .wpo-contact-info .info-wrap,
body:not(.mit-home-page) .info-wrap {
  padding: 16px !important;
  margin-bottom: 14px !important;
  border-radius: 16px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(0,59,99,0.10);
  box-shadow: 0 12px 26px rgba(0,59,99,0.07);
}

body:not(.mit-home-page) .info-icon,
body:not(.mit-home-page) .info-icon-2,
body:not(.mit-home-page) .info-icon-3 {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #003b63, #086ad8) !important;
  box-shadow: 0 14px 26px rgba(0,59,99,0.18) !important;
}

body:not(.mit-home-page) .table-responsive {
  padding: 18px !important;
  overflow-x: auto;
}

body:not(.mit-home-page) table.table,
body:not(.mit-home-page) .pricing-table {
  overflow: hidden;
  border-radius: 18px !important;
  background: #ffffff !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-shadow: 0 20px 48px rgba(0,59,99,0.10) !important;
}

body:not(.mit-home-page) table.table th,
body:not(.mit-home-page) table.table td,
body:not(.mit-home-page) .pricing-table th,
body:not(.mit-home-page) .pricing-table td {
  padding: 15px 16px !important;
  border-color: rgba(0,59,99,0.10) !important;
  vertical-align: middle !important;
}

body:not(.mit-home-page) table.table thead th,
body:not(.mit-home-page) .pricing-table thead th {
  background: linear-gradient(135deg, #003b63, #064a72) !important;
  color: #ffffff !important;
}

body:not(.mit-home-page) .table-header {
  min-height: 210px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.16);
}

body:not(.mit-home-page) .table-header .title,
body:not(.mit-home-page) .table-header .price,
body:not(.mit-home-page) .table-header h3,
body:not(.mit-home-page) .table-header h1 {
  color: #ffffff !important;
}

body:not(.mit-home-page) .choice-box {
  background: #ff8a00 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 6px 12px !important;
}

body:not(.mit-home-page) .portfolio-tabs,
body:not(.mit-home-page) .nav-tabs {
  gap: 10px;
  border: 0 !important;
}

body:not(.mit-home-page) .portfolio-tabs li a,
body:not(.mit-home-page) .nav-tabs li a {
  border-radius: 999px !important;
  border: 1px solid rgba(0,59,99,0.12) !important;
  background: #ffffff !important;
  color: #003b63 !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(0,59,99,0.07);
}

body:not(.mit-home-page) .portfolio-tabs li.active a,
body:not(.mit-home-page) .portfolio-tabs li a:hover,
body:not(.mit-home-page) .nav-tabs li.active a,
body:not(.mit-home-page) .nav-tabs li a:hover {
  background: linear-gradient(135deg, #ff8a00, #ff6b35) !important;
  color: #ffffff !important;
}

body:not(.mit-home-page) .wpo-event-item {
  overflow: hidden;
}

body:not(.mit-home-page) .wpo-event-img {
  overflow: hidden;
}

body:not(.mit-home-page) .wpo-event-img img {
  width: 100%;
  transition: transform .28s ease;
}

body:not(.mit-home-page) .wpo-event-item:hover .wpo-event-img img {
  transform: scale(1.05);
}

body:not(.mit-home-page) .wpo-event-text {
  padding: 24px !important;
}

body:not(.mit-home-page) .ai-agency-hero,
body:not(.mit-home-page) .kc-hero {
  border-bottom: 4px solid #ff8a00;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.12);
}

@media (prefers-reduced-motion: no-preference) {
  body:not(.mit-home-page) .wpo-breadcumb-wrap,
  body:not(.mit-home-page) .discover-text,
  body:not(.mit-home-page) .card-shadow,
  body:not(.mit-home-page) .service-thumb,
  body:not(.mit-home-page) .contact-form {
    animation: mitInnerRise .55s ease both;
  }
}

@keyframes mitInnerRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  body:not(.mit-home-page) .wpo-breadcumb-area {
    min-height: 250px;
    padding: 70px 0 62px !important;
  }
  body:not(.mit-home-page) .wpo-breadcumb-area:after {
    display: none;
  }
  body:not(.mit-home-page) .wpo-breadcumb-wrap h2 {
    font-size: 34px !important;
  }
  body:not(.mit-home-page) .section-bar,
  body:not(.mit-home-page) .wpo-about-area,
  body:not(.mit-home-page) .wpo-contact-form-map {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  body:not(.mit-home-page) .discover-text,
  body:not(.mit-home-page) .card-shadow,
  body:not(.mit-home-page) .box-style,
  body:not(.mit-home-page) .contact-form,
  body:not(.mit-home-page) .contact-add {
    padding: 22px !important;
  }
}

@media (max-width: 575px) {
  body:not(.mit-home-page) .wpo-breadcumb-wrap h2 {
    font-size: 29px !important;
  }
  body:not(.mit-home-page) .wpo-breadcumb-wrap ul {
    border-radius: 18px;
  }
  body:not(.mit-home-page) p,
  body:not(.mit-home-page) li,
  body:not(.mit-home-page) .font-16 {
    font-size: 15px;
  }
}

/* Inner page special layouts polish: AI and Knowledge Center pages */
body:not(.mit-home-page) .ai-agency-hero,
body:not(.mit-home-page) .kc-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 82px !important;
  background: radial-gradient(circle at 18% 18%, rgba(255,138,0,0.22), transparent 28%), linear-gradient(135deg, #002f4f 0%, #064a72 100%) !important;
}

body:not(.mit-home-page) .ai-agency-hero:before,
body:not(.mit-home-page) .kc-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 46px 46px;
}

body:not(.mit-home-page) .ai-agency-hero .container,
body:not(.mit-home-page) .kc-hero .container {
  position: relative;
  z-index: 2;
}

body:not(.mit-home-page) .ai-agency-hero h1,
body:not(.mit-home-page) .kc-hero h1 {
  color: #ffffff !important;
  font-size: 48px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  text-shadow: 0 15px 34px rgba(0,0,0,0.24);
}

body:not(.mit-home-page) .ai-agency-hero p,
body:not(.mit-home-page) .kc-hero p {
  color: rgba(255,255,255,0.86) !important;
  max-width: 900px;
}

body:not(.mit-home-page) .ai-agency-section,
body:not(.mit-home-page) .kc-section {
  background: linear-gradient(135deg, #f5fbff 0%, #ffffff 50%, #eef8ff 100%) !important;
}

body:not(.mit-home-page) .ai-agency-grid,
body:not(.mit-home-page) .kc-grid {
  gap: 24px !important;
}

body:not(.mit-home-page) .ai-agency-card,
body:not(.mit-home-page) .kc-card,
body:not(.mit-home-page) .kc-side-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #ffffff, #f4fbff) !important;
  border: 1px solid rgba(0,59,99,0.12) !important;
  box-shadow: 0 22px 58px rgba(0,59,99,0.11) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body:not(.mit-home-page) .ai-agency-card:before,
body:not(.mit-home-page) .kc-card:before,
body:not(.mit-home-page) .kc-side-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #ff8a00, #086ad8);
}

body:not(.mit-home-page) .ai-agency-card:hover,
body:not(.mit-home-page) .kc-card:hover,
body:not(.mit-home-page) .kc-side-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,138,0,0.32) !important;
  box-shadow: 0 30px 72px rgba(0,59,99,0.16) !important;
}

body:not(.mit-home-page) .ai-agency-card h2,
body:not(.mit-home-page) .kc-card h2,
body:not(.mit-home-page) .kc-side-card h2 {
  color: #062f4e !important;
  font-weight: 900 !important;
}

/* Final premium inner-page upgrade: quote, contact, industries, knowledge, technology */
body.mit-inner-page:not(.mit-home-page) {
  background: #f3f9fd;
}

body.mit-inner-page:not(.mit-home-page) .section-bar {
  position: relative;
  overflow: hidden;
}

body.mit-inner-page:not(.mit-home-page) .section-bar:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(0,59,99,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .62;
}

body.mit-inner-page:not(.mit-home-page) .section-bar > .container,
body.mit-inner-page:not(.mit-home-page) .section-bar > .container-fluid {
  position: relative;
  z-index: 1;
}

body.mit-inner-page:not(.mit-home-page) .theme-btn,
body.mit-inner-page:not(.mit-home-page) .ReadMore,
body.mit-inner-page:not(.mit-home-page) .ReadMore1,
body.mit-inner-page:not(.mit-home-page) .moreless-button,
body.mit-inner-page:not(.mit-home-page) .kc-back {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
  text-decoration: none !important;
  background: linear-gradient(135deg, #ff8a00 0%, #ff6b35 44%, #086ad8 100%) !important;
  box-shadow: 0 16px 34px rgba(0,78,128,.18), inset 0 1px 0 rgba(255,255,255,.24) !important;
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

body.mit-inner-page:not(.mit-home-page) .theme-btn:hover,
body.mit-inner-page:not(.mit-home-page) .ReadMore:hover,
body.mit-inner-page:not(.mit-home-page) .ReadMore1:hover,
body.mit-inner-page:not(.mit-home-page) .moreless-button:hover,
body.mit-inner-page:not(.mit-home-page) .kc-back:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 22px 45px rgba(0,78,128,.25), inset 0 1px 0 rgba(255,255,255,.34) !important;
}

/* Contact page */
body.mit-contact-page .wpo-contact-form-map {
  background: radial-gradient(circle at 8% 0%, rgba(255,138,0,.12), transparent 26%), linear-gradient(135deg, #f6fbff 0%, #ffffff 48%, #eef8ff 100%) !important;
}

body.mit-contact-page .wpo-contact-info {
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  border-radius: 28px !important;
  padding: 30px !important;
  box-shadow: 0 30px 80px rgba(0,59,99,.12) !important;
  backdrop-filter: blur(10px);
}

body.mit-contact-page .wpo-contact-info .info-wrap {
  min-height: 82px;
  padding: 18px 20px !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #ffffff, #f3faff) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 18px 38px rgba(0,59,99,.08) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.mit-contact-page .wpo-contact-info .info-wrap:hover {
  transform: translateY(-4px);
  border-color: rgba(255,138,0,.35) !important;
  box-shadow: 0 26px 52px rgba(0,59,99,.14) !important;
}

body.mit-contact-page .info-icon,
body.mit-contact-page .info-icon-2,
body.mit-contact-page .info-icon-3 {
  position: relative;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #003b63, #086ad8) !important;
  box-shadow: 0 16px 30px rgba(0,59,99,.22), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

body.mit-contact-page .info-icon i,
body.mit-contact-page .info-icon-2 i,
body.mit-contact-page .info-icon-3 i { display: none !important; }

body.mit-contact-page .info-icon:after,
body.mit-contact-page .info-icon-2:after,
body.mit-contact-page .info-icon-3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-mask: var(--mit-icon) center / contain no-repeat;
  mask: var(--mit-icon) center / contain no-repeat;
}

body.mit-contact-page .info-icon-map { --mit-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E"); }
body.mit-contact-page .info-icon-mail { --mit-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E"); }
body.mit-contact-page .info-icon-phone { --mit-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E"); }
body.mit-contact-page .info-icon-whatsapp { --mit-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.04 2A9.9 9.9 0 0 0 2.1 11.87c0 1.74.46 3.43 1.34 4.92L2 22l5.36-1.4a9.91 9.91 0 0 0 4.68 1.18h.01A9.9 9.9 0 0 0 22 11.92 9.91 9.91 0 0 0 12.04 2zm5.8 14.15c-.24.67-1.37 1.28-1.93 1.36-.5.08-1.13.11-1.83-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.8-4.16-4.94-4.35-.14-.19-1.18-1.57-1.18-3 0-1.43.75-2.13 1.02-2.42.27-.3.59-.37.79-.37h.57c.18 0 .43-.07.67.51.24.58.85 2.02.92 2.17.07.15.12.33.02.52-.1.2-.15.32-.3.49-.15.17-.32.38-.46.51-.15.15-.31.31-.13.61.18.3.79 1.3 1.7 2.1 1.17 1.04 2.16 1.36 2.46 1.51.3.15.48.13.66-.08.2-.22.76-.89.97-1.2.2-.3.41-.25.69-.15.28.1 1.78.84 2.08.99.3.15.51.23.59.36.07.13.07.75-.17 1.42z'/%3E%3C/svg%3E"); }
body.mit-contact-page .info-icon-whatsapp { background: linear-gradient(135deg, #10c85a, #008a44) !important; }

body.mit-contact-page .contact-add.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  text-align: center;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(238,248,255,.92)) !important;
  border-radius: 28px !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 30px 80px rgba(0,59,99,.11) !important;
}

body.mit-contact-page .contact-add h2 {
  margin-bottom: 20px !important;
  color: #003b63 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
}

body.mit-contact-page .contact-add a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  margin: 6px;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,59,99,.13);
  box-shadow: 0 18px 35px rgba(0,59,99,.08);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.mit-contact-page .contact-add a:hover { transform: translateY(-5px); box-shadow: 0 26px 50px rgba(0,59,99,.14); }
body.mit-contact-page .contact-add img { max-height: 78px; width: auto; object-fit: contain; }
body.mit-contact-page .footer_social_links.footer-btm-slinks { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0; }
body.mit-contact-page .footer_social_links.footer-btm-slinks li { width: 42px; height: 42px; border-radius: 50% !important; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 24px rgba(0,59,99,.12); transition: transform .2s ease; }
body.mit-contact-page .footer_social_links.footer-btm-slinks li:hover { transform: translateY(-3px) scale(1.04); }
body.mit-contact-page .footer_social_links.footer-btm-slinks a { color: #fff !important; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
body.mit-contact-page .wpo-contact-form-map .contact-form form { padding: 6px !important; }
body.mit-contact-page .wpo-contact-form-map .contact-form h2 { text-align: center; font-weight: 900 !important; letter-spacing: .06em; }

/* Quote page */
body.mit-quote-page .volunteer-contact-form,
body.mit-quote-page .right-quote {
  position: relative;
  overflow: hidden;
  border-radius: 28px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 30px 80px rgba(0,59,99,.12) !important;
  backdrop-filter: blur(10px);
}

body.mit-quote-page .volunteer-contact-form { padding: 34px !important; }
body.mit-quote-page .volunteer-contact-form:before,
body.mit-quote-page .right-quote:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #ff8a00, #086ad8);
}

body.mit-quote-page .volunteer-contact-form input,
body.mit-quote-page .volunteer-contact-form select,
body.mit-quote-page .volunteer-contact-form textarea,
body.mit-quote-page .rounded-sel {
  min-height: 56px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(0,59,99,.16) !important;
  background: #fff !important;
  box-shadow: 0 12px 24px rgba(0,59,99,.06) !important;
}

body.mit-quote-page .volunteer-contact-form textarea { min-height: 150px !important; }
body.mit-quote-page .needed { margin: 16px 0 8px; font-size: 20px; color: #003b63; font-weight: 900; }
body.mit-quote-page .q-checkbox p { margin: 0 0 12px !important; }
body.mit-quote-page .blocklabel {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px !important;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff, #f4fbff);
  border: 1px solid rgba(0,59,99,.10);
  box-shadow: 0 10px 24px rgba(0,59,99,.05);
  transition: transform .18s ease, border-color .18s ease;
}
body.mit-quote-page .blocklabel:hover { transform: translateX(4px); border-color: rgba(255,138,0,.34); }
body.mit-quote-page .download-quote { padding: 0 !important; margin: 0 !important; }
body.mit-quote-page .download-quote li { list-style: none; margin-bottom: 12px; }
body.mit-quote-page .download-quote a,
body.mit-quote-page .submision li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px !important;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f5fbff);
  border: 1px solid rgba(0,59,99,.11);
  box-shadow: 0 14px 28px rgba(0,59,99,.06);
  text-decoration: none !important;
}
body.mit-quote-page .download-quote h4 { margin: 0; color: #003b63; font-size: 15px; font-weight: 900; }

/* Industries page */
body.mit-industries-page .section-bar.bg-gray { background: linear-gradient(135deg, #f5fbff, #ffffff 48%, #eef8ff) !important; }
body.mit-industries-page .section-bar .row { align-items: stretch; }
body.mit-industries-page .section-bar .col-12.col-lg-6 { display: flex; }
body.mit-industries-page .Industries-card {
  position: relative;
  display: grid;
  grid-template-columns: 210px 1fr;
  width: 100%;
  min-height: 310px;
  overflow: hidden;
  border-radius: 26px !important;
  background: rgba(255,255,255,.9) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 28px 70px rgba(0,59,99,.11) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
body.mit-industries-page .Industries-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #ff8a00, #086ad8); z-index: 2; }
body.mit-industries-page .Industries-card:hover { transform: translateY(-7px); border-color: rgba(255,138,0,.34) !important; box-shadow: 0 36px 86px rgba(0,59,99,.16) !important; }
body.mit-industries-page .Industries-img { min-height: 100%; background: linear-gradient(145deg, #003b63, #086ad8); overflow: hidden; }
body.mit-industries-page .Industries-img img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; opacity: .9; transform: scale(1.02); transition: transform .28s ease, opacity .28s ease; }
body.mit-industries-page .Industries-card:hover .Industries-img img { transform: scale(1.08); opacity: 1; }
body.mit-industries-page .Industries-card-content { padding: 28px 28px 24px !important; display: flex; flex-direction: column; }
body.mit-industries-page .Industries-card-title { color: #003b63 !important; font-size: 24px !important; line-height: 1.18 !important; font-weight: 900 !important; margin-bottom: 12px !important; }
body.mit-industries-page .Industries-card-text p { color: #4d6475 !important; line-height: 1.72 !important; }
body.mit-industries-page .set-content-mait { padding: 0 !important; margin: 10px 0 !important; }
body.mit-industries-page .set-content-mait li { list-style: none !important; margin: 8px 0; color: #31546a; }
body.mit-industries-page .set-content-mait li i { color: #ff8a00; margin-right: 8px; }
body.mit-industries-page .set-buttons { margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }

/* Technology page */
body.mit-technology-page .home-techno-tabs.bhoechie-tab-container {
  display: flex;
  gap: 26px;
  width: 100%;
  padding: 26px !important;
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(0,59,99,.12);
  box-shadow: 0 30px 80px rgba(0,59,99,.12);
  backdrop-filter: blur(10px);
}
body.mit-technology-page .bhoechie-tab-menu { float: none !important; width: 260px !important; flex: 0 0 260px; max-width: 260px; padding: 0 !important; }
body.mit-technology-page .bhoechie-tab { float: none !important; flex: 1 1 auto; width: auto !important; max-width: none; padding: 0 !important; }
body.mit-technology-page .bhoechie-tab-menu .list-group { display: flex; flex-direction: column; gap: 10px; }
body.mit-technology-page .bhoechie-tab-menu .list-group a {
  border: 1px solid rgba(0,59,99,.12) !important;
  border-radius: 16px !important;
  padding: 14px 15px !important;
  color: #003b63 !important;
  font-weight: 900;
  background: linear-gradient(145deg, #ffffff, #f5fbff) !important;
  box-shadow: 0 10px 24px rgba(0,59,99,.06);
  text-decoration: none !important;
}
body.mit-technology-page .bhoechie-tab-menu .list-group a.active,
body.mit-technology-page .bhoechie-tab-menu .list-group a:hover { color: #fff !important; background: linear-gradient(135deg, #003b63, #086ad8) !important; }
body.mit-technology-page .tech-service-link { display: grid !important; grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 18px !important; padding: 0 !important; margin: 0 !important; }
body.mit-technology-page .tech-service-link li { list-style: none !important; margin: 0 !important; }
body.mit-technology-page .tech-service-link li .tech-service-sqr {
  min-height: 150px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #ffffff, #f4fbff) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 18px 40px rgba(0,59,99,.08) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.mit-technology-page .tech-service-link li .tech-service-sqr:hover { transform: translateY(-6px); border-color: rgba(255,138,0,.36) !important; box-shadow: 0 28px 58px rgba(0,59,99,.14) !important; }
body.mit-technology-page .tech-ic { width: 70px; height: 70px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; background: #fff; box-shadow: inset 0 0 0 1px rgba(0,59,99,.08), 0 12px 22px rgba(0,59,99,.08); }
body.mit-technology-page .tech-ic img,
body.mit-technology-page .tech-ic svg { max-width: 48px !important; max-height: 48px !important; object-fit: contain; }
body.mit-technology-page .tech-service-sqr span { color: #003b63 !important; font-size: 15px !important; font-weight: 900 !important; line-height: 1.25 !important; }

/* Knowledge Center */
body.mit-kc-page .kc-hero { min-height: 420px; display: flex; align-items: center; background: radial-gradient(circle at 82% 22%, rgba(255,138,0,.28), transparent 28%), radial-gradient(circle at 18% 15%, rgba(8,106,216,.35), transparent 30%), linear-gradient(135deg, #002842 0%, #003b63 52%, #075b87 100%) !important; }
body.mit-kc-page .kc-eyebrow { display: inline-flex; padding: 9px 16px; border-radius: 999px; background: rgba(255,138,0,.13); border: 1px solid rgba(255,138,0,.32); }
body.mit-kc-page .kc-grid { grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
body.mit-kc-page .kc-card { min-height: 270px !important; padding: 32px !important; border-top: 0 !important; color: #003b63 !important; }
body.mit-kc-page .kc-card span { width: 62px !important; height: 62px !important; border-radius: 18px !important; color: #fff !important; background: linear-gradient(135deg, #ff8a00, #086ad8) !important; box-shadow: 0 16px 30px rgba(0,59,99,.18); }
body.mit-kc-page .kc-card h2 { font-size: 23px !important; line-height: 1.2 !important; }
body.mit-kc-page .kc-card p { color: #496779 !important; }

@media (max-width: 1199px) {
  body.mit-technology-page .tech-service-link { grid-template-columns: repeat(3, minmax(130px, 1fr)); }
  body.mit-kc-page .kc-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}

@media (max-width: 991px) {
  body.mit-industries-page .Industries-card { grid-template-columns: 1fr; }
  body.mit-industries-page .Industries-img img { height: 240px; min-height: 240px; }
  body.mit-technology-page .home-techno-tabs.bhoechie-tab-container { flex-direction: column; }
  body.mit-technology-page .bhoechie-tab-menu { width: 100% !important; max-width: 100%; flex-basis: auto; }
  body.mit-technology-page .bhoechie-tab-menu .list-group { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px) {
  body.mit-contact-page .wpo-contact-info { padding: 18px !important; }
  body.mit-quote-page .volunteer-contact-form { padding: 22px !important; }
  body.mit-technology-page .tech-service-link { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
  body.mit-kc-page .kc-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 480px) {
  body.mit-technology-page .bhoechie-tab-menu .list-group,
  body.mit-technology-page .tech-service-link { grid-template-columns: 1fr; }
}

/* Premium inner pages refinement: team, ERP, quote and contact */
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-area {
  isolation: isolate;
}

body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap h2 {
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Team page premium cards */
body.mit-team-page .section-team {
  position: relative;
  padding: 86px 0 92px !important;
  background: radial-gradient(circle at 12% 8%, rgba(255,138,0,.12), transparent 26%), linear-gradient(135deg, #f5fbff 0%, #fff 52%, #eef8ff 100%);
  overflow: hidden;
}

body.mit-team-page .section-team:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(0,59,99,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,.04) 1px, transparent 1px);
  background-size: 44px 44px;
}

body.mit-team-page .section-team .container,
body.mit-team-page .section-team .row {
  position: relative;
  z-index: 1;
}

body.mit-team-page .section-team .row {
  row-gap: 28px;
  align-items: stretch;
}

body.mit-team-page .section-team .col-lg-4 {
  display: flex;
}

body.mit-team-page .ourteam {
  position: relative;
  width: 100%;
  min-height: 325px;
  padding: 34px 28px 30px !important;
  overflow: hidden;
  border-radius: 28px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(242,250,255,.92)) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 26px 68px rgba(0,59,99,.11) !important;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

body.mit-team-page .ourteam:before {
  content: "MI";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 22px;
  border-radius: 28px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #ff8a00 0%, #ff6b35 42%, #086ad8 100%);
  box-shadow: 0 20px 42px rgba(0,59,99,.18), inset 0 1px 0 rgba(255,255,255,.35);
}

body.mit-team-page .ourteam:after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(255,138,0,.11);
}

body.mit-team-page .ourteam:hover {
  transform: translateY(-8px);
  border-color: rgba(255,138,0,.34) !important;
  box-shadow: 0 36px 86px rgba(0,59,99,.17) !important;
}

body.mit-team-page .content-team h2 {
  margin: 0 0 8px !important;
  color: #003b63 !important;
  font-size: 25px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

body.mit-team-page .content-team h6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 15px !important;
  padding: 8px 13px;
  border-radius: 999px;
  color: #ff7a00 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  background: rgba(255,138,0,.10);
  border: 1px solid rgba(255,138,0,.22);
}

body.mit-team-page .content-team p {
  min-height: 82px;
  color: #536b7d !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.mit-team-page .icon-teams {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

body.mit-team-page .icon-teams a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #003b63 !important;
  background: #fff;
  border: 1px solid rgba(0,59,99,.12);
  box-shadow: 0 12px 24px rgba(0,59,99,.08);
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

body.mit-team-page .icon-teams a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #003b63, #086ad8);
  transform: translateY(-3px);
}

/* ERP school product page */
body.mit-erp-school-page .main {
  background: linear-gradient(135deg, #f5fbff 0%, #ffffff 48%, #eef8ff 100%);
  padding-bottom: 90px;
}

body.mit-erp-school-page .product-header {
  position: sticky;
  top: 0;
  z-index: 20;
  max-width: 1180px;
  margin: -34px auto 44px !important;
  padding: 14px 18px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 24px 60px rgba(0,59,99,.12) !important;
  backdrop-filter: blur(12px);
}

body.mit-erp-school-page #ze-navbar {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.mit-erp-school-page #ze-navbar h2 {
  flex: 0 0 auto;
  margin: 0 !important;
  color: #003b63 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

body.mit-erp-school-page .features-navbar {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  margin: 0 !important;
  padding: 4px 2px !important;
  scrollbar-width: thin;
}

body.mit-erp-school-page .features-navbar li {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 14px !important;
  border-radius: 999px;
  color: #003b63 !important;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(145deg, #ffffff, #f4fbff);
  border: 1px solid rgba(0,59,99,.12);
  box-shadow: 0 10px 22px rgba(0,59,99,.06);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

body.mit-erp-school-page .features-navbar li:hover,
body.mit-erp-school-page .features-navbar li.active-item {
  color: #fff !important;
  background: linear-gradient(135deg, #003b63, #086ad8) !important;
  transform: translateY(-2px);
}

body.mit-erp-school-page .features-navbar li svg,
body.mit-erp-school-page .features-navbar li path {
  fill: currentColor !important;
}

body.mit-erp-school-page .ze-features-main-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

body.mit-erp-school-page .header-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: 38px;
  margin-bottom: 34px;
  padding: 42px !important;
  overflow: hidden;
  border-radius: 32px;
  color: #fff;
  background: radial-gradient(circle at 84% 15%, rgba(255,138,0,.28), transparent 25%), linear-gradient(135deg, #002f4f, #075b87) !important;
  box-shadow: 0 34px 90px rgba(0,59,99,.22);
}

body.mit-erp-school-page .header-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

body.mit-erp-school-page .header-section > * {
  position: relative;
  z-index: 1;
}

body.mit-erp-school-page .header-section h1 {
  color: #fff !important;
  font-size: 46px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}

body.mit-erp-school-page .header-section h1 span {
  color: #ff8a00 !important;
}

body.mit-erp-school-page .cta-cont {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

body.mit-erp-school-page .primary-cta,
body.mit-erp-school-page .demo-cta {
  border-radius: 13px !important;
  padding: 13px 22px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.mit-erp-school-page .header-img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.26));
}

body.mit-erp-school-page .feature-card {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, .96fr) minmax(300px, .72fr);
  gap: 32px;
  align-items: center;
  margin: 30px 0 !important;
  padding: 36px !important;
  overflow: hidden;
  border-radius: 30px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 28px 74px rgba(0,59,99,.11) !important;
}

body.mit-erp-school-page .feature-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #ff8a00, #086ad8);
}

body.mit-erp-school-page .feature-title,
body.mit-erp-school-page .feature-alone-heading .feature-title {
  color: #003b63 !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

body.mit-erp-school-page .tagline {
  display: inline-flex !important;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #ff7a00 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  background: rgba(255,138,0,.11);
  border: 1px solid rgba(255,138,0,.24);
}

body.mit-erp-school-page .feature-desc {
  color: #536b7d !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

body.mit-erp-school-page .feature-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border-radius: 24px;
  background: linear-gradient(145deg, #f5fbff, #ffffff);
  border: 1px solid rgba(0,59,99,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 20px 42px rgba(0,59,99,.08);
}

body.mit-erp-school-page .feature-image img {
  max-width: 92%;
  max-height: 300px;
  object-fit: contain;
}

body.mit-erp-school-page .ze-features-rec-con,
body.mit-erp-school-page .feature-points {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.mit-erp-school-page .ze-features-rec-item,
body.mit-erp-school-page .feature-points li {
  list-style: none;
  padding: 20px !important;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff, #f5fbff);
  border: 1px solid rgba(0,59,99,.10);
  box-shadow: 0 15px 35px rgba(0,59,99,.07);
}

body.mit-erp-school-page .ze-features-subheading {
  color: #003b63 !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
}

body.mit-erp-school-page .ze-features-rec-item p,
body.mit-erp-school-page .feature-points p {
  color: #536b7d !important;
  line-height: 1.68 !important;
  margin: 0 !important;
}

/* Quote page tightening */
body.mit-quote-page .section-bar.bg-color {
  background: radial-gradient(circle at 12% 0%, rgba(255,138,0,.10), transparent 25%), linear-gradient(135deg, #f6fbff 0%, #ffffff 54%, #eef8ff 100%) !important;
}

body.mit-quote-page .section-bar > .container > .row {
  row-gap: 28px;
}

body.mit-quote-page .volunteer-contact-form h3 {
  width: calc(100% - 30px);
  margin: 20px 15px 18px !important;
  padding: 16px 18px;
  border-radius: 18px;
  color: #003b63 !important;
  background: linear-gradient(145deg, #fff, #f4fbff);
  border: 1px solid rgba(0,59,99,.10);
}

body.mit-quote-page .q-checkbox {
  margin-top: 14px !important;
}

body.mit-quote-page .input_bg {
  width: 17px;
  height: 17px;
  accent-color: #ff8a00;
}

body.mit-quote-page .lbl-class {
  color: #31546a;
  font-weight: 800;
  line-height: 1.35;
}

body.mit-quote-page #submit[style] {
  margin-left: 0 !important;
}

body.mit-quote-page .right-quote {
  padding: 24px !important;
}

body.mit-quote-page .right-quote h2,
body.mit-quote-page .div-whole h2 {
  color: #003b63 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  margin: 4px 0 18px !important;
}

body.mit-quote-page .download-quote img {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain;
}

body.mit-quote-page .dwn {
  margin-left: auto;
  color: #ff8a00;
}

/* Contact page tightening */
body.mit-contact-page .wpo-contact-form-map .row {
  row-gap: 26px;
}

body.mit-contact-page .wpo-contact-info .row {
  row-gap: 16px;
}

body.mit-contact-page .info-text p,
body.mit-contact-page .info-text a {
  color: #3f596c !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

body.mit-contact-page .contact-form:not(form) {
  border-radius: 28px !important;
}

body.mit-contact-page #contact-form1 .row {
  row-gap: 18px;
}

body.mit-contact-page #contact-form1 input,
body.mit-contact-page #contact-form1 select,
body.mit-contact-page #contact-form1 textarea {
  min-height: 58px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(0,59,99,.16) !important;
  background: #fff !important;
  box-shadow: 0 12px 24px rgba(0,59,99,.06) !important;
}

body.mit-contact-page #contact-form1 textarea {
  min-height: 150px !important;
}

body.mit-contact-page #contact-form1 input:focus,
body.mit-contact-page #contact-form1 select:focus,
body.mit-contact-page #contact-form1 textarea:focus,
body.mit-quote-page .volunteer-contact-form input:focus,
body.mit-quote-page .volunteer-contact-form select:focus,
body.mit-quote-page .volunteer-contact-form textarea:focus {
  border-color: rgba(255,138,0,.55) !important;
  box-shadow: 0 0 0 4px rgba(255,138,0,.10), 0 16px 30px rgba(0,59,99,.08) !important;
}

@media (max-width: 1199px) {
  body.mit-erp-school-page .header-section,
  body.mit-erp-school-page .feature-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  body.mit-team-page .content-team p { min-height: auto; }
  body.mit-erp-school-page .product-header { position: relative; margin: 24px 15px 36px !important; }
  body.mit-erp-school-page #ze-navbar { align-items: flex-start; flex-direction: column; }
  body.mit-erp-school-page .header-section { padding: 30px !important; }
  body.mit-erp-school-page .header-section h1 { font-size: 34px !important; }
  body.mit-erp-school-page .ze-features-rec-con,
  body.mit-erp-school-page .feature-points { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body.mit-team-page .section-team { padding: 60px 0 !important; }
  body.mit-team-page .ourteam { min-height: auto; }
  body.mit-contact-page .contact-add a { min-height: 90px; width: 100%; margin: 6px 0; }
}

/* Contact attachment and social icon visibility fixes */
body.mit-contact-page .mit-file-upload {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  width: 100%;
  margin: 0 0 14px;
  padding: 15px 18px !important;
  border-radius: 18px;
  border: 1px dashed rgba(0,59,99,.28);
  background: linear-gradient(145deg, #ffffff, #f4fbff);
  box-shadow: 0 14px 30px rgba(0,59,99,.07);
  color: #003b63;
  cursor: pointer;
}

body.mit-contact-page .mit-file-upload:hover {
  border-color: rgba(255,138,0,.55);
  box-shadow: 0 20px 42px rgba(0,59,99,.11);
}

body.mit-contact-page .mit-file-upload strong {
  display: block;
  color: #003b63;
  font-size: 16px;
  font-weight: 900;
}

body.mit-contact-page .mit-file-upload small {
  display: block;
  color: #607889;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

body.mit-contact-page .mit-file-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff8a00, #086ad8);
  box-shadow: 0 14px 26px rgba(0,59,99,.16);
  position: relative;
}

body.mit-contact-page .mit-file-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13zm-1 9-4-4h3v-4h2v4h3l-4 4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13zm-1 9-4-4h3v-4h2v4h3l-4 4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.mit-contact-page .mit-file-upload input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  min-height: 74px !important;
}

body.mit-contact-page .footer_social_links.footer-btm-slinks li a i {
  display: none !important;
}

body.mit-contact-page .footer_social_links.footer-btm-slinks li a:before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: #fff;
  -webkit-mask: var(--mit-social-icon) center / contain no-repeat;
  mask: var(--mit-social-icon) center / contain no-repeat;
}

body.mit-contact-page .footer_social_links.footer-btm-slinks a[title="facebook"] { --mit-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 8h3V4h-3c-3.1 0-5 1.9-5 5v2H6v4h3v7h4v-7h3.4l.6-4h-4V9c0-.7.3-1 1-1z'/%3E%3C/svg%3E"); }
body.mit-contact-page .footer_social_links.footer-btm-slinks a[title="twitter"] { --mit-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 3h5.1l3.4 4.8L16.7 3H20l-5.9 6.8L21 21h-5.1l-3.8-5.4L7.4 21H4l6.5-7.5L4 3zm3.2 1.8 9.6 14.4h1.9L9.1 4.8H7.2z'/%3E%3C/svg%3E"); }
body.mit-contact-page .footer_social_links.footer-btm-slinks a[title="linkedin"] { --mit-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.9 8.9H3.2V21h3.7V8.9zM5.1 3C3.9 3 3 3.9 3 5.1s.9 2.1 2.1 2.1 2.1-.9 2.1-2.1S6.3 3 5.1 3zM21 14.2c0-3.3-1.8-5.5-4.6-5.5-1.7 0-2.8.9-3.3 1.8V8.9H9.5V21h3.7v-6.5c0-1.7.8-2.7 2.1-2.7 1.2 0 1.9.8 1.9 2.6V21H21v-6.8z'/%3E%3C/svg%3E"); }
body.mit-contact-page .footer_social_links.footer-btm-slinks a[title="pinterest"] { --mit-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.2 2C6.7 2 4 5.7 4 8.8c0 1.9.7 3.6 2.3 4.2.3.1.5 0 .6-.3.1-.2.2-.8.3-1 .1-.3 0-.4-.2-.7-.5-.6-.8-1.3-.8-2.3 0-2.8 2.1-5.3 5.5-5.3 3 0 4.7 1.8 4.7 4.3 0 3.2-1.4 5.9-3.5 5.9-1.2 0-2-.9-1.7-2.1.3-1.4 1-2.9 1-3.9 0-.9-.5-1.7-1.5-1.7-1.2 0-2.2 1.3-2.2 3 0 1.1.4 1.8.4 1.8l-1.5 6.4c-.4 1.9-.1 4.2-.1 4.4 0 .1.2.2.3.1.1-.1 1.8-2.2 2.4-4.2.2-.6.9-3.5.9-3.5.5.9 1.8 1.6 3.2 1.6 4.2 0 7-3.8 7-8.9C21 5 17.7 2 12.2 2z'/%3E%3C/svg%3E"); }
body.mit-contact-page .footer_social_links.footer-btm-slinks a[title="instagram"] { --mit-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7zm5 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 2.1a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8zM17.5 6.2a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2z'/%3E%3C/svg%3E"); }
body.mit-contact-page .footer_social_links.footer-btm-slinks a[title="telegram"] { --mit-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.7 3.3 2.9 10.5c-1.3.5-1.3 1.2-.2 1.5l4.8 1.5 1.8 5.5c.2.6.1.9.8.9.5 0 .8-.2 1.1-.5l2.6-2.5 5.4 4c1 .6 1.7.3 1.9-.9l3.4-16c.4-1.4-.5-2-1.8-1.2zM8.3 13.1l10.7-6.8c.5-.3.9-.1.5.2l-8.7 7.9-.3 3.3-2.2-4.6z'/%3E%3C/svg%3E"); }
body.mit-contact-page .footer_social_links.footer-btm-slinks a[title="youtube"] { --mit-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.6 7.2s-.2-1.5-.8-2.1c-.8-.8-1.7-.8-2.1-.9C15.8 4 12 4 12 4s-3.8 0-6.7.2c-.4.1-1.3.1-2.1.9-.6.6-.8 2.1-.8 2.1S2.2 9 2.2 10.8v1.7c0 1.8.2 3.6.2 3.6s.2 1.5.8 2.1c.8.8 1.9.8 2.4.9 1.7.2 6.4.2 6.4.2s3.8 0 6.7-.2c.4-.1 1.3-.1 2.1-.9.6-.6.8-2.1.8-2.1s.2-1.8.2-3.6v-1.7c0-1.8-.2-3.6-.2-3.6zM10.1 14.8V8.6l5.9 3.1-5.9 3.1z'/%3E%3C/svg%3E"); }

/* Global inner CTA and pagination theme polish */
body.mit-inner-page:not(.mit-home-page) .custom-pagination,
body.mit-inner-page:not(.mit-home-page) ul.pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px auto 0 !important;
  padding: 18px 20px !important;
  width: fit-content;
  max-width: 100%;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,59,99,.12);
  box-shadow: 0 22px 54px rgba(0,59,99,.12);
  backdrop-filter: blur(10px);
}

body.mit-inner-page:not(.mit-home-page) .custom-pagination li,
body.mit-inner-page:not(.mit-home-page) ul.pagination li {
  list-style: none !important;
  margin: 0 !important;
}

body.mit-inner-page:not(.mit-home-page) .custom-pagination li a,
body.mit-inner-page:not(.mit-home-page) .custom-pagination li span,
body.mit-inner-page:not(.mit-home-page) ul.pagination li a,
body.mit-inner-page:not(.mit-home-page) ul.pagination li span {
  min-width: 46px;
  height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 14px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(0,59,99,.13) !important;
  color: #003b63 !important;
  background: linear-gradient(145deg, #ffffff, #f4fbff) !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(0,59,99,.07);
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

body.mit-inner-page:not(.mit-home-page) .custom-pagination li.active a,
body.mit-inner-page:not(.mit-home-page) .custom-pagination li.active span,
body.mit-inner-page:not(.mit-home-page) .custom-pagination li a:hover,
body.mit-inner-page:not(.mit-home-page) ul.pagination li.active a,
body.mit-inner-page:not(.mit-home-page) ul.pagination li.active span,
body.mit-inner-page:not(.mit-home-page) ul.pagination li a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #ff8a00, #086ad8) !important;
  border-color: rgba(255,138,0,.45) !important;
  box-shadow: 0 16px 34px rgba(0,78,128,.18);
  transform: translateY(-2px);
}

body.mit-inner-page:not(.mit-home-page) .primary-cta.btn,
body.mit-inner-page:not(.mit-home-page) .demo-cta.btn,
body.mit-inner-page:not(.mit-home-page) .ht-btn,
body.mit-inner-page:not(.mit-home-page) .btn-color {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  min-width: 150px;
  padding: 13px 24px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff8a00 0%, #ff6b35 45%, #086ad8 100%) !important;
  box-shadow: 0 18px 38px rgba(0,59,99,.22), inset 0 1px 0 rgba(255,255,255,.28) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

body.mit-inner-page:not(.mit-home-page) .demo-cta.btn,
body.mit-inner-page:not(.mit-home-page) .ht-btn:not(.btn-color) {
  color: #003b63 !important;
  background: linear-gradient(145deg, #ffffff, #eef8ff) !important;
  border-color: rgba(0,59,99,.14) !important;
}

body.mit-inner-page:not(.mit-home-page) .primary-cta.btn:hover,
body.mit-inner-page:not(.mit-home-page) .demo-cta.btn:hover,
body.mit-inner-page:not(.mit-home-page) .ht-btn:hover,
body.mit-inner-page:not(.mit-home-page) .btn-color:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 25px 52px rgba(0,59,99,.28), inset 0 1px 0 rgba(255,255,255,.36) !important;
}

body.mit-inner-page:not(.mit-home-page) .footer_social_links.footer-btm-slinks li {
  overflow: hidden;
}

@media (max-width: 575px) {
  body.mit-inner-page:not(.mit-home-page) .custom-pagination,
  body.mit-inner-page:not(.mit-home-page) ul.pagination {
    gap: 7px;
    padding: 12px !important;
  }
  body.mit-inner-page:not(.mit-home-page) .custom-pagination li a,
  body.mit-inner-page:not(.mit-home-page) .custom-pagination li span,
  body.mit-inner-page:not(.mit-home-page) ul.pagination li a,
  body.mit-inner-page:not(.mit-home-page) ul.pagination li span {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* Site-wide inner pages premium consistency system */
body.mit-inner-page:not(.mit-home-page) {
  --mit-blue: #003b63;
  --mit-blue-2: #086ad8;
  --mit-orange: #ff8a00;
  --mit-orange-2: #ff6b35;
  --mit-ink: #072f4d;
  --mit-muted: #536b7d;
  --mit-line: rgba(0,59,99,.12);
  --mit-card: rgba(255,255,255,.92);
  --mit-shadow: 0 26px 70px rgba(0,59,99,.12);
  color: var(--mit-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(255,138,0,.08), transparent 24%),
    linear-gradient(135deg, #f5fbff 0%, #ffffff 48%, #eef8ff 100%) !important;
}

body.mit-inner-page:not(.mit-home-page) main,
body.mit-inner-page:not(.mit-home-page) .page-wrapper {
  overflow-x: hidden;
}

body.mit-inner-page:not(.mit-home-page) .section-bar,
body.mit-inner-page:not(.mit-home-page) .wpo-about-area,
body.mit-inner-page:not(.mit-home-page) .wpo-service-area,
body.mit-inner-page:not(.mit-home-page) .wpo-event-area,
body.mit-inner-page:not(.mit-home-page) .wpo-case-area,
body.mit-inner-page:not(.mit-home-page) .wpo-donation-page-area,
body.mit-inner-page:not(.mit-home-page) .section-team,
body.mit-inner-page:not(.mit-home-page) .blog-section,
body.mit-inner-page:not(.mit-home-page) .portfolio-section {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

body.mit-inner-page:not(.mit-home-page) .container,
body.mit-inner-page:not(.mit-home-page) .container-fluid {
  max-width: 1170px;
}

body.mit-inner-page:not(.mit-home-page) .container-fluid {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

body.mit-inner-page:not(.mit-home-page) h1,
body.mit-inner-page:not(.mit-home-page) h2,
body.mit-inner-page:not(.mit-home-page) h3,
body.mit-inner-page:not(.mit-home-page) h4,
body.mit-inner-page:not(.mit-home-page) h5,
body.mit-inner-page:not(.mit-home-page) h6 {
  color: var(--mit-ink) !important;
  letter-spacing: 0 !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-site-footer h1,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer h2,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer h3,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer h4,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer h5,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer h6,
body.mit-inner-page:not(.mit-home-page) footer h1,
body.mit-inner-page:not(.mit-home-page) footer h2,
body.mit-inner-page:not(.mit-home-page) footer h3,
body.mit-inner-page:not(.mit-home-page) footer h4,
body.mit-inner-page:not(.mit-home-page) footer h5,
body.mit-inner-page:not(.mit-home-page) footer h6 {
  color: inherit !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-section-title,
body.mit-inner-page:not(.mit-home-page) .section-title,
body.mit-inner-page:not(.mit-home-page) .heading-title,
body.mit-inner-page:not(.mit-home-page) .title-section {
  text-align: center;
  margin-bottom: 42px !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-section-title h2,
body.mit-inner-page:not(.mit-home-page) .section-title h2,
body.mit-inner-page:not(.mit-home-page) .heading-title h2,
body.mit-inner-page:not(.mit-home-page) .title-section h2,
body.mit-inner-page:not(.mit-home-page) .section-bar > .container > h2,
body.mit-inner-page:not(.mit-home-page) .section-bar > .container-fluid > h2 {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 22px !important;
  padding-bottom: 18px;
  color: var(--mit-ink) !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-section-title h2:after,
body.mit-inner-page:not(.mit-home-page) .section-title h2:after,
body.mit-inner-page:not(.mit-home-page) .heading-title h2:after,
body.mit-inner-page:not(.mit-home-page) .title-section h2:after,
body.mit-inner-page:not(.mit-home-page) .section-bar > .container > h2:after,
body.mit-inner-page:not(.mit-home-page) .section-bar > .container-fluid > h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 86px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mit-orange), var(--mit-blue-2));
  box-shadow: 0 8px 18px rgba(255,138,0,.24);
}

body.mit-inner-page:not(.mit-home-page) p,
body.mit-inner-page:not(.mit-home-page) li,
body.mit-inner-page:not(.mit-home-page) td,
body.mit-inner-page:not(.mit-home-page) th {
  letter-spacing: 0 !important;
}

body.mit-inner-page:not(.mit-home-page) p,
body.mit-inner-page:not(.mit-home-page) .content p,
body.mit-inner-page:not(.mit-home-page) .text p,
body.mit-inner-page:not(.mit-home-page) .discover-text p,
body.mit-inner-page:not(.mit-home-page) .service-text p,
body.mit-inner-page:not(.mit-home-page) .wpo-event-text p {
  color: var(--mit-muted) !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

body.mit-inner-page:not(.mit-home-page) a {
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.mit-inner-page:not(.mit-home-page) img {
  max-width: 100%;
}

body.mit-inner-page:not(.mit-home-page) .bg-gray,
body.mit-inner-page:not(.mit-home-page) .bg-color,
body.mit-inner-page:not(.mit-home-page) .bg-light {
  background: transparent !important;
}

body.mit-inner-page:not(.mit-home-page) .card,
body.mit-inner-page:not(.mit-home-page) .card-shadow,
body.mit-inner-page:not(.mit-home-page) .box-style,
body.mit-inner-page:not(.mit-home-page) .service-thumb,
body.mit-inner-page:not(.mit-home-page) .wpo-event-item,
body.mit-inner-page:not(.mit-home-page) .portfolio-item,
body.mit-inner-page:not(.mit-home-page) .pricing-card,
body.mit-inner-page:not(.mit-home-page) .single-service,
body.mit-inner-page:not(.mit-home-page) .single-services,
body.mit-inner-page:not(.mit-home-page) .item:not(.ourteam),
body.mit-inner-page:not(.mit-home-page) .blog-card,
body.mit-inner-page:not(.mit-home-page) .product-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px !important;
  background: var(--mit-card) !important;
  border: 1px solid var(--mit-line) !important;
  box-shadow: var(--mit-shadow) !important;
}

body.mit-inner-page:not(.mit-home-page) .card:before,
body.mit-inner-page:not(.mit-home-page) .card-shadow:before,
body.mit-inner-page:not(.mit-home-page) .box-style:before,
body.mit-inner-page:not(.mit-home-page) .service-thumb:before,
body.mit-inner-page:not(.mit-home-page) .wpo-event-item:before,
body.mit-inner-page:not(.mit-home-page) .portfolio-item:before,
body.mit-inner-page:not(.mit-home-page) .pricing-card:before,
body.mit-inner-page:not(.mit-home-page) .single-service:before,
body.mit-inner-page:not(.mit-home-page) .single-services:before,
body.mit-inner-page:not(.mit-home-page) .blog-card:before,
body.mit-inner-page:not(.mit-home-page) .product-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--mit-orange), var(--mit-blue-2));
  z-index: 2;
}

body.mit-inner-page:not(.mit-home-page) .card:hover,
body.mit-inner-page:not(.mit-home-page) .card-shadow:hover,
body.mit-inner-page:not(.mit-home-page) .box-style:hover,
body.mit-inner-page:not(.mit-home-page) .service-thumb:hover,
body.mit-inner-page:not(.mit-home-page) .wpo-event-item:hover,
body.mit-inner-page:not(.mit-home-page) .portfolio-item:hover,
body.mit-inner-page:not(.mit-home-page) .pricing-card:hover,
body.mit-inner-page:not(.mit-home-page) .single-service:hover,
body.mit-inner-page:not(.mit-home-page) .single-services:hover,
body.mit-inner-page:not(.mit-home-page) .blog-card:hover,
body.mit-inner-page:not(.mit-home-page) .product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,138,0,.34) !important;
  box-shadow: 0 36px 86px rgba(0,59,99,.17) !important;
}

body.mit-inner-page:not(.mit-home-page) .row {
  row-gap: 26px;
}

body.mit-inner-page:not(.mit-home-page) .row > [class*="col-"] > img,
body.mit-inner-page:not(.mit-home-page) .discover-img img,
body.mit-inner-page:not(.mit-home-page) .about-img img,
body.mit-inner-page:not(.mit-home-page) .service-img img,
body.mit-inner-page:not(.mit-home-page) .wpo-event-img img,
body.mit-inner-page:not(.mit-home-page) .portfolio-img img {
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(0,59,99,.12);
}

body.mit-inner-page:not(.mit-home-page) ul:not(.pagination):not(.custom-pagination):not(.footer_social_links):not(.features-navbar):not(.download-quote):not(.tech-service-link):not(.navbar-nav):not(.sub-menu) {
  padding-left: 0;
}

body.mit-inner-page:not(.mit-home-page) ul:not(.pagination):not(.custom-pagination):not(.footer_social_links):not(.features-navbar):not(.download-quote):not(.tech-service-link):not(.navbar-nav):not(.sub-menu) > li {
  position: relative;
  list-style: none;
  margin-bottom: 11px;
  padding-left: 28px;
  color: var(--mit-muted) !important;
  line-height: 1.65;
}

body.mit-inner-page:not(.mit-home-page) ul:not(.pagination):not(.custom-pagination):not(.footer_social_links):not(.features-navbar):not(.download-quote):not(.tech-service-link):not(.navbar-nav):not(.sub-menu) > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mit-orange), var(--mit-blue-2));
  box-shadow: 0 6px 14px rgba(255,138,0,.22);
}

body.mit-inner-page:not(.mit-home-page) input.form-control,
body.mit-inner-page:not(.mit-home-page) select.form-control,
body.mit-inner-page:not(.mit-home-page) textarea.form-control,
body.mit-inner-page:not(.mit-home-page) input[type="text"],
body.mit-inner-page:not(.mit-home-page) input[type="email"],
body.mit-inner-page:not(.mit-home-page) input[type="number"],
body.mit-inner-page:not(.mit-home-page) input[type="tel"],
body.mit-inner-page:not(.mit-home-page) select,
body.mit-inner-page:not(.mit-home-page) textarea {
  min-height: 56px;
  border-radius: 16px !important;
  border: 1px solid rgba(0,59,99,.16) !important;
  background: #ffffff !important;
  color: var(--mit-ink) !important;
  box-shadow: 0 12px 24px rgba(0,59,99,.06) !important;
}

body.mit-inner-page:not(.mit-home-page) textarea.form-control,
body.mit-inner-page:not(.mit-home-page) textarea {
  min-height: 150px;
}

body.mit-inner-page:not(.mit-home-page) input:focus,
body.mit-inner-page:not(.mit-home-page) select:focus,
body.mit-inner-page:not(.mit-home-page) textarea:focus {
  border-color: rgba(255,138,0,.56) !important;
  box-shadow: 0 0 0 4px rgba(255,138,0,.10), 0 16px 30px rgba(0,59,99,.08) !important;
  outline: none !important;
}

body.mit-inner-page:not(.mit-home-page) table:not(.ui-datepicker-calendar) {
  width: 100%;
  overflow: hidden;
  border-radius: 20px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff !important;
  box-shadow: 0 24px 62px rgba(0,59,99,.12) !important;
}

body.mit-inner-page:not(.mit-home-page) table:not(.ui-datepicker-calendar) th {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mit-blue), var(--mit-blue-2)) !important;
  font-weight: 900 !important;
}

body.mit-inner-page:not(.mit-home-page) table:not(.ui-datepicker-calendar) td,
body.mit-inner-page:not(.mit-home-page) table:not(.ui-datepicker-calendar) th {
  padding: 15px 16px !important;
  border-color: rgba(0,59,99,.10) !important;
}

body.mit-inner-page:not(.mit-home-page) .table-responsive {
  border-radius: 24px;
}

body.mit-inner-page:not(.mit-home-page) .wpo-contact-form-map,
body.mit-inner-page:not(.mit-home-page) .volunteer-contact-form,
body.mit-inner-page:not(.mit-home-page) .contact-form:not(form) {
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 30px 80px rgba(0,59,99,.12) !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-contact-form-map form,
body.mit-inner-page:not(.mit-home-page) .volunteer-contact-form form {
  max-width: none !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-area {
  background-position: center !important;
  background-size: cover !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li,
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li a,
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li span {
  color: rgba(255,255,255,.88) !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li:before {
  display: none !important;
}

body.mit-inner-page:not(.mit-home-page) .portfolio-grids,
body.mit-inner-page:not(.mit-home-page) .portfolio-grid,
body.mit-inner-page:not(.mit-home-page) .case-grid {
  row-gap: 28px;
}

body.mit-inner-page:not(.mit-home-page) .portfolio-grids img,
body.mit-inner-page:not(.mit-home-page) .case-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.mit-inner-page:not(.mit-home-page) .scrollup {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mit-orange), var(--mit-blue-2)) !important;
  box-shadow: 0 18px 38px rgba(0,59,99,.22) !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.mit-inner-page:not(.mit-home-page) .card,
  body.mit-inner-page:not(.mit-home-page) .card-shadow,
  body.mit-inner-page:not(.mit-home-page) .box-style,
  body.mit-inner-page:not(.mit-home-page) .service-thumb,
  body.mit-inner-page:not(.mit-home-page) .wpo-event-item,
  body.mit-inner-page:not(.mit-home-page) .portfolio-item,
  body.mit-inner-page:not(.mit-home-page) .pricing-card,
  body.mit-inner-page:not(.mit-home-page) .single-service,
  body.mit-inner-page:not(.mit-home-page) .single-services,
  body.mit-inner-page:not(.mit-home-page) .blog-card,
  body.mit-inner-page:not(.mit-home-page) .product-card,
  body.mit-inner-page:not(.mit-home-page) .wpo-contact-form-map,
  body.mit-inner-page:not(.mit-home-page) .volunteer-contact-form {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
  }
}

@media (max-width: 991px) {
  body.mit-inner-page:not(.mit-home-page) .section-bar,
  body.mit-inner-page:not(.mit-home-page) .wpo-about-area,
  body.mit-inner-page:not(.mit-home-page) .wpo-service-area,
  body.mit-inner-page:not(.mit-home-page) .wpo-event-area,
  body.mit-inner-page:not(.mit-home-page) .wpo-case-area,
  body.mit-inner-page:not(.mit-home-page) .wpo-donation-page-area,
  body.mit-inner-page:not(.mit-home-page) .section-team,
  body.mit-inner-page:not(.mit-home-page) .blog-section,
  body.mit-inner-page:not(.mit-home-page) .portfolio-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  body.mit-inner-page:not(.mit-home-page) .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 575px) {
  body.mit-inner-page:not(.mit-home-page) p,
  body.mit-inner-page:not(.mit-home-page) .content p,
  body.mit-inner-page:not(.mit-home-page) .text p,
  body.mit-inner-page:not(.mit-home-page) .discover-text p,
  body.mit-inner-page:not(.mit-home-page) .service-text p,
  body.mit-inner-page:not(.mit-home-page) .wpo-event-text p {
    font-size: 15px !important;
  }
  body.mit-inner-page:not(.mit-home-page) .card,
  body.mit-inner-page:not(.mit-home-page) .card-shadow,
  body.mit-inner-page:not(.mit-home-page) .box-style,
  body.mit-inner-page:not(.mit-home-page) .service-thumb,
  body.mit-inner-page:not(.mit-home-page) .wpo-event-item,
  body.mit-inner-page:not(.mit-home-page) .portfolio-item,
  body.mit-inner-page:not(.mit-home-page) .pricing-card,
  body.mit-inner-page:not(.mit-home-page) .single-service,
  body.mit-inner-page:not(.mit-home-page) .single-services,
  body.mit-inner-page:not(.mit-home-page) .blog-card,
  body.mit-inner-page:not(.mit-home-page) .product-card {
    border-radius: 18px !important;
  }
}

/* Preserve locked header and footer from inner content list styling */
body.mit-inner-page:not(.mit-home-page) header ul > li,
body.mit-inner-page:not(.mit-home-page) .wpo-site-header ul > li,
body.mit-inner-page:not(.mit-home-page) .top_section ul > li,
body.mit-inner-page:not(.mit-home-page) footer ul > li,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer ul > li,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer-2 ul > li {
  padding-left: initial !important;
  margin-bottom: initial !important;
  list-style: initial;
}

body.mit-inner-page:not(.mit-home-page) header ul > li:before,
body.mit-inner-page:not(.mit-home-page) .wpo-site-header ul > li:before,
body.mit-inner-page:not(.mit-home-page) .top_section ul > li:before,
body.mit-inner-page:not(.mit-home-page) footer ul > li:before,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer ul > li:before,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer-2 ul > li:before {
  display: none !important;
}

body.mit-inner-page:not(.mit-home-page) footer ul,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer ul,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer-2 ul {
  padding-left: 0 !important;
}

body.mit-inner-page:not(.mit-home-page) .wpo-site-footer p,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer li,
body.mit-inner-page:not(.mit-home-page) .wpo-site-footer a,
body.mit-inner-page:not(.mit-home-page) footer p,
body.mit-inner-page:not(.mit-home-page) footer li,
body.mit-inner-page:not(.mit-home-page) footer a {
  color: inherit !important;
}

/* Portfolio pagination visible fallback arrows */
body.mit-inner-page:not(.mit-home-page) .custom-pagination li:first-child a,
body.mit-inner-page:not(.mit-home-page) .custom-pagination li:last-child a,
body.mit-inner-page:not(.mit-home-page) ul.pagination li:first-child a,
body.mit-inner-page:not(.mit-home-page) ul.pagination li:last-child a {
  position: relative;
  font-size: 0 !important;
}

body.mit-inner-page:not(.mit-home-page) .custom-pagination li:first-child a i,
body.mit-inner-page:not(.mit-home-page) .custom-pagination li:last-child a i,
body.mit-inner-page:not(.mit-home-page) ul.pagination li:first-child a i,
body.mit-inner-page:not(.mit-home-page) ul.pagination li:last-child a i {
  display: none !important;
}

body.mit-inner-page:not(.mit-home-page) .custom-pagination li:first-child a:before,
body.mit-inner-page:not(.mit-home-page) ul.pagination li:first-child a:before {
  content: "<<";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

body.mit-inner-page:not(.mit-home-page) .custom-pagination li:last-child a:before,
body.mit-inner-page:not(.mit-home-page) ul.pagination li:last-child a:before {
  content: ">>";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

/* Products page premium business growth design */
body.mit-products-page {
  --mit-blue: #003b63;
  --mit-blue-2: #086ad8;
  --mit-orange: #ff8a00;
  --mit-orange-2: #ff6b35;
}

body.mit-products-page .main {
  padding: 72px 0 84px;
  background:
    radial-gradient(circle at 12% 4%, rgba(255,138,0,.12), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(8,106,216,.14), transparent 28%),
    linear-gradient(135deg, #f5fbff 0%, #ffffff 48%, #eef8ff 100%) !important;
}

body.mit-products-page .product-header {
  max-width: 1180px;
  margin: 0 auto 38px !important;
  padding: 22px !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,.90) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 30px 82px rgba(0,59,99,.13) !important;
  backdrop-filter: blur(12px);
}

body.mit-products-page #ze-navbar {
  position: sticky;
  top: 88px;
  z-index: 20;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 32px;
}

body.mit-products-page #ze-navbar h2 {
  margin: 0 !important;
  padding: 22px 20px !important;
  min-height: 72px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, var(--mit-blue), var(--mit-blue-2));
  box-shadow: 0 18px 38px rgba(0,59,99,.18);
}

body.mit-products-page .features-navbar {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.mit-products-page .features-navbar li {
  position: relative;
  min-height: 72px;
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  color: var(--mit-blue) !important;
  font-size: 14px !important;
  line-height: 1.25;
  font-weight: 900 !important;
  background: linear-gradient(145deg, #ffffff, #f5fbff) !important;
  border: 1px solid rgba(0,59,99,.13) !important;
  box-shadow: 0 14px 30px rgba(0,59,99,.07) !important;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease;
}

body.mit-products-page .features-navbar li:before {
  display: none !important;
}

body.mit-products-page .features-navbar li svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  padding: 6px;
  border-radius: 10px;
  background: rgba(255,138,0,.10);
}

body.mit-products-page .features-navbar li path {
  fill: currentColor !important;
}

body.mit-products-page .features-navbar li:hover,
body.mit-products-page .features-navbar li.active-item {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mit-orange), var(--mit-orange-2) 46%, var(--mit-blue-2)) !important;
  box-shadow: 0 22px 46px rgba(0,59,99,.17) !important;
  transform: translateY(-3px);
}

body.mit-products-page .features-navbar li:hover svg,
body.mit-products-page .features-navbar li.active-item svg {
  background: rgba(255,255,255,.18);
}

body.mit-products-page .ze-features-main-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 !important;
}

body.mit-products-page .header-section {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: center;
  margin: 0 0 34px !important;
  padding: 46px !important;
  overflow: hidden;
  border-radius: 34px !important;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,138,0,.32), transparent 26%),
    linear-gradient(135deg, #002f4f 0%, #003b63 52%, #086ad8 100%) !important;
  box-shadow: 0 36px 92px rgba(0,59,99,.24) !important;
}

body.mit-products-page .header-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .72;
}

body.mit-products-page .header-section > * {
  position: relative;
  z-index: 1;
}

body.mit-products-page .header-section h1 {
  color: #fff !important;
  max-width: 720px;
  font-size: clamp(34px, 4.4vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  margin: 0 0 24px !important;
  text-shadow: 0 18px 34px rgba(0,0,0,.20);
}

body.mit-products-page .header-section h1 span {
  color: var(--mit-orange) !important;
}

body.mit-products-page .header-img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  filter: drop-shadow(0 26px 48px rgba(0,0,0,.28));
}

body.mit-products-page .cta-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.mit-products-page .feature-card {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, .94fr) minmax(300px, .70fr) !important;
  gap: 30px !important;
  align-items: center;
  margin: 30px 0 !important;
  padding: 36px !important;
  overflow: hidden;
  border-radius: 32px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 30px 78px rgba(0,59,99,.12) !important;
}

body.mit-products-page .feature-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--mit-orange), var(--mit-blue-2));
}

body.mit-products-page .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 96px rgba(0,59,99,.17) !important;
}

body.mit-products-page .feature-heading,
body.mit-products-page .feature-alone-heading {
  display: block !important;
}

body.mit-products-page .feature-title,
body.mit-products-page .feature-title h2 {
  color: var(--mit-blue) !important;
  font-size: clamp(27px, 3vw, 40px) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  margin: 0 !important;
}

body.mit-products-page .tagline {
  display: inline-flex !important;
  width: fit-content;
  margin: 0 0 13px !important;
  padding: 8px 14px !important;
  border-radius: 999px;
  color: var(--mit-orange) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
  background: rgba(255,138,0,.11) !important;
  border: 1px solid rgba(255,138,0,.24) !important;
}

body.mit-products-page .feature-desc {
  margin-top: 18px;
  max-width: 760px;
  color: #48687c !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

body.mit-products-page .feature-image {
  min-height: 260px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 26px !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,138,0,.16), transparent 30%),
    linear-gradient(145deg, #eef8ff, #ffffff) !important;
  border: 1px solid rgba(0,59,99,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 20px 46px rgba(0,59,99,.09) !important;
}

body.mit-products-page .feature-image img {
  max-width: 94%;
  max-height: 315px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0,59,99,.16));
}

body.mit-products-page .ze-features-rec-con,
body.mit-products-page .feature-points {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px !important;
  margin-top: 4px;
}

body.mit-products-page .ze-features-rec-item,
body.mit-products-page .feature-points p {
  position: relative;
  margin: 0 !important;
  padding: 22px 22px 22px 58px !important;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #f5fbff) !important;
  border: 1px solid rgba(0,59,99,.10) !important;
  box-shadow: 0 16px 36px rgba(0,59,99,.07) !important;
}

body.mit-products-page .ze-features-rec-item:before,
body.mit-products-page .feature-points p:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 23px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mit-orange), var(--mit-blue-2));
  box-shadow: 0 8px 18px rgba(0,59,99,.15);
}

body.mit-products-page .ze-features-subheading {
  color: var(--mit-blue) !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
}

body.mit-products-page .ze-features-rec-item p,
body.mit-products-page .feature-points p {
  color: #536b7d !important;
  font-size: 15.5px !important;
  line-height: 1.72 !important;
}

body.mit-products-page .mit-product-highlight {
  background:
    radial-gradient(circle at 92% 10%, rgba(255,138,0,.14), transparent 26%),
    linear-gradient(145deg, #ffffff, #f3fbff) !important;
}

body.mit-products-page .mit-rolls-visual {
  align-items: stretch !important;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(135deg, var(--mit-blue), #075b87) !important;
}

body.mit-products-page .mit-rolls-mark {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--mit-orange), var(--mit-orange-2));
  box-shadow: 0 22px 42px rgba(0,0,0,.18);
}

body.mit-products-page .mit-rolls-lines {
  display: grid;
  gap: 10px;
}

body.mit-products-page .mit-rolls-lines span {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: #fff;
  font-weight: 900;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.16);
}

body.mit-products-page .primary-cta.btn,
body.mit-products-page .demo-cta.btn {
  min-width: 160px;
}

body.mit-products-page .demo-cta.btn {
  background: rgba(255,255,255,.96) !important;
  color: var(--mit-blue) !important;
}

@media (max-width: 1199px) {
  body.mit-products-page #ze-navbar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }
  body.mit-products-page .features-navbar {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  body.mit-products-page .header-section,
  body.mit-products-page .feature-card {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  body.mit-products-page .main {
    padding-top: 42px;
  }
  body.mit-products-page .product-header,
  body.mit-products-page .header-section,
  body.mit-products-page .feature-card {
    border-radius: 22px !important;
    padding: 22px !important;
  }
  body.mit-products-page .features-navbar,
  body.mit-products-page .ze-features-rec-con,
  body.mit-products-page .feature-points {
    grid-template-columns: 1fr !important;
  }
  body.mit-products-page .feature-image {
    min-height: 210px;
  }
}

/* Products CRM pattern correction */
body.mit-products-page .main {
  padding: 62px 0 82px !important;
  background: linear-gradient(135deg, #f5fbff 0%, #ffffff 50%, #edf8ff 100%) !important;
}

body.mit-products-page .product-header {
  display: grid !important;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.mit-products-page #ze-navbar {
  position: sticky !important;
  top: 105px;
  display: block !important;
  margin: 0 !important;
  padding: 22px 18px !important;
  border-radius: 26px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,59,99,.12);
  box-shadow: 0 26px 70px rgba(0,59,99,.12);
  align-self: start;
}

body.mit-products-page #ze-navbar h2 {
  min-height: auto !important;
  margin: 0 0 18px !important;
  padding: 0 0 15px !important;
  color: var(--mit-blue) !important;
  font-size: 17px !important;
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0,59,99,.14);
  box-shadow: none !important;
}

body.mit-products-page .features-navbar {
  display: flex !important;
  flex-direction: column;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mit-products-page .features-navbar li {
  min-height: 48px !important;
  width: 100%;
  padding: 11px 13px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

body.mit-products-page .features-navbar li svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  padding: 5px;
  border-radius: 9px;
  background: rgba(0,59,99,.06);
}

body.mit-products-page .features-navbar li:hover,
body.mit-products-page .features-navbar li.active-item {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mit-blue), var(--mit-blue-2)) !important;
  border-color: rgba(255,138,0,.36) !important;
  box-shadow: 0 14px 30px rgba(0,59,99,.14) !important;
  transform: translateX(4px);
}

body.mit-products-page .ze-features-main-content {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

body.mit-products-page .header-section {
  grid-template-columns: minmax(0, .98fr) minmax(320px, .82fr) !important;
  margin: 0 0 34px !important;
  padding: 42px !important;
  border-radius: 30px !important;
  background: radial-gradient(circle at 88% 18%, rgba(255,138,0,.28), transparent 26%), linear-gradient(135deg, #003b63 0%, #064f7f 100%) !important;
}

body.mit-products-page .header-section h1 {
  font-size: clamp(34px, 4vw, 52px) !important;
}

body.mit-products-page .feature-card {
  grid-template-columns: 1fr !important;
  gap: 24px !important;
  margin: 28px 0 !important;
  padding: 34px !important;
  border-radius: 28px !important;
  background: #fff !important;
}

body.mit-products-page .feature-heading,
body.mit-products-page .feature-alone-heading {
  display: grid !important;
  grid-template-columns: minmax(0, .86fr) minmax(260px, .72fr);
  gap: 28px;
  align-items: start;
}

body.mit-products-page .feature-salone-card .feature-alone-heading {
  grid-template-columns: 1fr;
}

body.mit-products-page .feature-title,
body.mit-products-page .feature-title h2 {
  font-size: clamp(28px, 3.2vw, 43px) !important;
  color: #003b63 !important;
}

body.mit-products-page .feature-desc {
  margin-top: 34px !important;
  color: #253e52 !important;
}

body.mit-products-page .feature-image {
  min-height: 285px;
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(255,138,0,.11), rgba(8,106,216,.08)), #f6fbff !important;
}

body.mit-products-page .ze-features-rec-con,
body.mit-products-page .feature-points {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 10px !important;
}

body.mit-products-page .ze-features-rec-item,
body.mit-products-page .feature-points p {
  padding: 22px 22px 22px 56px !important;
  background: linear-gradient(145deg, #ffffff, #f5fbff) !important;
}

body.mit-products-page .mit-product-highlight .feature-heading {
  grid-template-columns: minmax(0, .86fr) minmax(260px, .72fr) !important;
}

body.mit-products-page .mit-rolls-visual {
  min-height: 285px;
}

@media (max-width: 1199px) {
  body.mit-products-page .product-header {
    grid-template-columns: 1fr;
  }
  body.mit-products-page #ze-navbar {
    position: relative !important;
    top: auto;
  }
  body.mit-products-page .features-navbar {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.mit-products-page .header-section,
  body.mit-products-page .feature-heading,
  body.mit-products-page .feature-alone-heading,
  body.mit-products-page .mit-product-highlight .feature-heading {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  body.mit-products-page .features-navbar,
  body.mit-products-page .ze-features-rec-con,
  body.mit-products-page .feature-points {
    grid-template-columns: 1fr !important;
  }
  body.mit-products-page .product-header {
    padding: 0 14px !important;
  }
}

/* Products hub and Rolls Industries product page premium system */
body.mit-products-hub-page,
body.mit-rolls-page {
  --mit-blue: #003b63;
  --mit-blue-2: #075a8f;
  --mit-orange: #ff8a00;
  --mit-ink: #0b2f4f;
  --mit-soft: #f4fbff;
  background: #f4fbff;
}

body.mit-products-hub-page .mit-product-hero,
body.mit-rolls-page .rolls-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  color: #fff;
  background: radial-gradient(circle at 82% 18%, rgba(255,138,0,.34), transparent 28%), linear-gradient(135deg, #002f50 0%, #064f7f 54%, #003b63 100%);
}

body.mit-products-hub-page .mit-product-hero:before,
body.mit-rolls-page .rolls-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .55;
}

body.mit-products-hub-page .mit-product-hero .container,
body.mit-rolls-page .rolls-hero .container,
body.mit-rolls-page .rolls-section .container,
body.mit-products-hub-page .mit-products-section .container,
body.mit-products-hub-page .mit-product-cta-band .container {
  position: relative;
  z-index: 1;
}

.mit-product-hero-grid,
.rolls-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: center;
}

.mit-product-eyebrow,
.rolls-eyebrow,
.mit-section-heading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mit-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.mit-product-eyebrow:before,
.rolls-eyebrow:before,
.mit-section-heading span:before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--mit-orange);
}

.mit-product-hero h1,
.rolls-hero h1 {
  max-width: 820px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 900;
}

.mit-product-hero p,
.rolls-hero p {
  max-width: 780px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.75;
}

.mit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.mit-btn:hover { transform: translateY(-3px); }
.mit-btn-orange { color: #082b46 !important; background: linear-gradient(135deg, #ff9d20, #ff7a00); box-shadow: 0 16px 34px rgba(255,122,0,.28); }
.mit-btn-light { color: var(--mit-blue) !important; background: #fff; box-shadow: 0 16px 34px rgba(0,28,48,.14); }
.mit-btn-outline,
.mit-btn-outline-light { color: #fff !important; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.09); }
.mit-btn-outline { color: var(--mit-blue) !important; border-color: rgba(0,59,99,.16); background: #fff; }

.mit-product-hero-actions,
.rolls-actions,
.mit-product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 26px;
}

.rolls-actions.center { justify-content: center; }

.mit-product-hero-panel,
.rolls-machine-card {
  min-height: 365px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.07));
  box-shadow: 0 34px 90px rgba(0,13,28,.28);
  backdrop-filter: blur(14px);
}

.mit-panel-topline { color: #fff; font-weight: 900; letter-spacing: .5px; }
.mit-panel-window { margin: 26px 0; padding: 26px; min-height: 170px; border-radius: 22px; background: #fff; color: var(--mit-blue); box-shadow: inset 0 -10px 0 rgba(255,138,0,.16); }
.mit-panel-window span { display:inline-block; width:10px; height:10px; margin-right:5px; border-radius:50%; background: var(--mit-orange); }
.mit-panel-window span:nth-child(2){background:#0b79d0}.mit-panel-window span:nth-child(3){background:#21c87a}.mit-panel-window strong{display:block;margin-top:44px;font-size:30px;}
.mit-panel-metrics { display:grid; grid-template-columns: repeat(3,1fr); gap:12px; }
.mit-panel-metrics div { padding:15px; border-radius:16px; background:rgba(255,255,255,.13); text-align:center; }
.mit-panel-metrics b { display:block; color:#fff; font-size:25px; }.mit-panel-metrics small{color:rgba(255,255,255,.76)}

.mit-products-section,
.rolls-section {
  padding: 76px 0;
  background: linear-gradient(135deg, #f6fbff, #ffffff 48%, #edf8ff);
}

.rolls-section.light { background: #f4fbff; }
.rolls-section.dark { color:#fff; background: linear-gradient(135deg, #003b63, #075a8f); }

.mit-section-heading {
  max-width: 850px;
  margin: 0 auto 36px;
  text-align: center;
}

.mit-section-heading h2,
.rolls-final-cta h2 {
  margin: 12px 0;
  color: var(--mit-blue);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 900;
}

.mit-section-heading p { color:#486173; font-size:17px; line-height:1.7; }

.mit-product-grid,
.rolls-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mit-product-card,
.rolls-solution-grid article {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 355px;
  padding: 28px;
  color: var(--mit-ink);
  text-decoration: none !important;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,59,99,.12);
  border-top: 4px solid var(--mit-orange);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,35,58,.10);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.mit-product-card:before,
.rolls-solution-grid article:before {
  content: "";
  position:absolute;
  width:130px;
  height:130px;
  right:-48px;
  top:-48px;
  border-radius:50%;
  background: rgba(255,138,0,.12);
}

.mit-product-card:hover,
.rolls-solution-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(255,138,0,.38);
  box-shadow: 0 30px 75px rgba(0,35,58,.16);
}

.mit-product-card.featured {
  grid-column: span 2;
  color: #fff;
  background: radial-gradient(circle at 92% 12%, rgba(255,138,0,.35), transparent 26%), linear-gradient(135deg, #003b63, #075a8f);
}

.mit-product-card.featured h3,
.mit-product-card.featured p,
.mit-product-card.featured li,
.mit-product-card.featured em { color:#fff !important; }

.mit-product-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  margin-bottom:18px;
  color:#fff;
  border-radius:18px;
  background: linear-gradient(135deg, var(--mit-blue), #0b79d0);
  box-shadow: 0 16px 32px rgba(0,59,99,.18);
  font-weight: 900;
  font-size: 20px;
}

.mit-product-icon img { max-width: 34px; max-height: 34px; }
.mit-product-label { color: var(--mit-orange); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .6px; }
.mit-product-card h3 { margin: 9px 0 12px; color: var(--mit-blue); font-size: 23px; line-height:1.2; font-weight:900; }
.mit-product-card p { color:#4b6374; line-height:1.65; }
.mit-product-card ul { margin: 12px 0 18px; padding:0; list-style:none; }
.mit-product-card li { position:relative; padding-left:19px; margin:8px 0; color:#40596b; line-height:1.45; }
.mit-product-card li:before { content:""; position:absolute; left:0; top:.58em; width:7px; height:7px; border-radius:50%; background:var(--mit-orange); }
.mit-product-card em { margin-top:auto; color: var(--mit-blue); font-style:normal; font-weight:900; }

.mit-product-cta-band { padding: 68px 0; background: #003b63; color:#fff; }
.mit-product-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:34px; border-radius:26px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); }
.mit-product-cta-inner span { color:var(--mit-orange); font-weight:900; text-transform:uppercase; }
.mit-product-cta-inner h2 { max-width:760px; margin:8px 0 0; color:#fff; font-size:32px; }

.rolls-expertise-strip,
.rolls-tags,
.rolls-flow,
.rolls-audit-grid {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.rolls-expertise-strip span,
.rolls-tags span,
.rolls-flow span,
.rolls-audit-grid span {
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  font-weight:800;
}
.rolls-tags span,
.rolls-flow span,
.rolls-audit-grid span { color:var(--mit-blue); background:#fff; border-color:rgba(0,59,99,.12); box-shadow:0 10px 25px rgba(0,35,58,.07); }
.rolls-hero small { display:block; margin-top:18px; color:rgba(255,255,255,.76); }
.rolls-cylinder { height:118px; margin:32px 0; border-radius:999px; background:linear-gradient(90deg,#dfe8ef,#fff,#9fb7c8,#f7901e,#ffe0b3); box-shadow:0 24px 55px rgba(0,0,0,.28); }
.rolls-dashboard { display:grid; gap:12px; padding:22px; border-radius:22px; background:#fff; color:var(--mit-blue); }
.rolls-dashboard b { font-size:22px; }.rolls-dashboard span{padding:11px 12px;border-radius:12px;background:#eef7ff;color:#456173;font-weight:800;}
.rolls-compare { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.rolls-compare div,
.rolls-faq details,
.rolls-workstation {
  padding: 28px;
  border-radius: 22px;
  background:#fff;
  border:1px solid rgba(0,59,99,.12);
  box-shadow:0 20px 55px rgba(0,35,58,.09);
}
.rolls-compare h3,
.rolls-solution-grid h3 { color:var(--mit-blue); margin:0 0 10px; font-weight:900; }
.rolls-solution-grid article b { color:var(--mit-orange); text-transform:uppercase; letter-spacing:.6px; }
.rolls-workstation { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center; background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.16); }
.rolls-section.dark h2 { color:#fff; }
.rolls-section.dark p { color:rgba(255,255,255,.8); }
.rolls-steps { display:grid; gap:14px; }.rolls-steps span{padding:18px;border-radius:16px;background:rgba(255,255,255,.12);font-weight:900;}
.rolls-faq { display:grid; gap:14px; max-width:960px; margin:0 auto; }
.rolls-faq summary { cursor:pointer; color:var(--mit-blue); font-size:18px; font-weight:900; }
.rolls-faq p { margin:12px 0 0; color:#4a6273; line-height:1.65; }
.rolls-final-cta { padding:78px 0; text-align:center; color:#fff; background:radial-gradient(circle at 50% 0%, rgba(255,138,0,.28), transparent 30%), linear-gradient(135deg,#002f50,#003b63); }
.rolls-final-cta h2 { color:#fff; max-width:850px; margin:0 auto 24px; }

@media (max-width: 1199px) {
  .mit-product-grid,
  .rolls-solution-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mit-product-hero-grid,
  .rolls-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
  .mit-product-grid,
  .rolls-solution-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mit-product-card.featured { grid-column: span 1; }
  .rolls-compare,
  .rolls-workstation { grid-template-columns: 1fr; }
  .mit-product-cta-inner { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 640px) {
  body.mit-products-hub-page .mit-product-hero,
  body.mit-rolls-page .rolls-hero { padding:58px 0 52px; }
  .mit-product-grid,
  .rolls-solution-grid { grid-template-columns: 1fr; }
  .mit-product-card,
  .rolls-solution-grid article { min-height:auto; padding:24px; }
  .mit-product-hero-actions,
  .rolls-actions,
  .mit-product-cta-actions { flex-direction:column; }
  .mit-btn { width:100%; }
}

/* Rolls Industries premium feature-pattern page */
body.mit-rolls-premium-page {
  --rolls-blue: #003b63;
  --rolls-blue-2: #075a8f;
  --rolls-orange: #ff8a00;
  --rolls-ink: #0b2f4f;
  --rolls-soft: #f4fbff;
  background: #f4fbff;
}

body.mit-rolls-premium-page .rolls2-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #002f50;
}

.rolls2-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rolls2-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,32,54,.96) 0%, rgba(0,59,99,.82) 43%, rgba(0,59,99,.30) 100%);
}

.rolls2-hero .container { position: relative; z-index: 1; }
.rolls2-hero-content { max-width: 790px; padding: 80px 0; }
.rolls2-eyebrow { display:inline-flex; align-items:center; gap:9px; color:var(--rolls-orange); font-size:13px; font-weight:900; letter-spacing:.7px; text-transform:uppercase; }
.rolls2-eyebrow:before { content:""; width:32px; height:3px; border-radius:99px; background:var(--rolls-orange); }
.rolls2-eyebrow.dark { color: var(--rolls-blue); }
.rolls2-hero h1 { margin:18px 0; color:#fff; font-size:clamp(42px,5.5vw,72px); line-height:1.03; font-weight:900; }
.rolls2-hero p { max-width:720px; color:rgba(255,255,255,.88); font-size:19px; line-height:1.75; }
.rolls2-strip, .rolls2-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.rolls2-strip span { padding:10px 14px; border-radius:999px; color:#fff; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); font-weight:800; }
.rolls2-actions.center { justify-content:center; }

.rolls2-intro,
.rolls2-feature-zone,
.rolls2-industries,
.rolls2-faq-section { padding: 76px 0; background: linear-gradient(135deg,#f4fbff,#fff 48%,#edf8ff); }
.rolls2-intro-grid { display:grid; grid-template-columns:minmax(0,1fr) 420px; gap:36px; align-items:center; }
.rolls2-intro h2 { margin:12px 0 16px; color:var(--rolls-blue); font-size:clamp(32px,4vw,50px); line-height:1.12; font-weight:900; }
.rolls2-intro p { color:#4a6375; font-size:17px; line-height:1.8; }
.rolls2-proof-card { padding:30px; border-radius:26px; background:#fff; border:1px solid rgba(0,59,99,.12); border-top:4px solid var(--rolls-orange); box-shadow:0 24px 60px rgba(0,35,58,.10); }
.rolls2-proof-card strong { display:block; color:var(--rolls-blue); font-size:24px; margin-bottom:16px; }
.rolls2-proof-card ul { margin:0; padding:0; list-style:none; }
.rolls2-proof-card li { position:relative; padding:10px 0 10px 24px; color:#415c70; border-bottom:1px solid rgba(0,59,99,.09); }
.rolls2-proof-card li:before { content:""; position:absolute; left:0; top:18px; width:9px; height:9px; border-radius:50%; background:var(--rolls-orange); }

.rolls2-feature-layout { display:grid; grid-template-columns:260px minmax(0,1fr); gap:30px; align-items:start; }
.rolls2-sidebar { position:sticky; top:112px; padding:20px; border-radius:24px; background:rgba(255,255,255,.92); border:1px solid rgba(0,59,99,.12); box-shadow:0 24px 60px rgba(0,35,58,.10); }
.rolls2-sidebar h3 { margin:0 0 14px; padding-bottom:14px; color:var(--rolls-blue); font-size:20px; border-bottom:1px solid rgba(0,59,99,.12); }
.rolls2-sidebar a { display:flex; align-items:center; gap:10px; min-height:46px; margin:8px 0; padding:11px 13px; color:var(--rolls-ink); border-radius:14px; background:transparent; text-decoration:none !important; font-weight:800; transition:.22s ease; }
.rolls2-sidebar a:before { content:""; width:10px; height:10px; border-radius:50%; background:var(--rolls-orange); box-shadow:0 0 0 6px rgba(255,138,0,.12); }
.rolls2-sidebar a:hover { color:#fff; background:linear-gradient(135deg,var(--rolls-blue),var(--rolls-blue-2)); transform:translateX(4px); }

.rolls2-feature-list { display:grid; gap:28px; }
.rolls2-feature-card { display:grid; grid-template-columns:minmax(0,1fr) 390px; gap:28px; align-items:center; padding:34px; border-radius:30px; background:#fff; border:1px solid rgba(0,59,99,.12); box-shadow:0 25px 70px rgba(0,35,58,.10); overflow:hidden; scroll-margin-top:125px; }
.rolls2-feature-card.featured { grid-template-columns:minmax(0,.88fr) minmax(360px,.82fr); background:radial-gradient(circle at 100% 0%,rgba(255,138,0,.14),transparent 28%),#fff; border-top:4px solid var(--rolls-orange); }
.rolls2-feature-card.highlighted { background:linear-gradient(135deg,#003b63,#075a8f); color:#fff; }
.rolls2-feature-card.highlighted h3,
.rolls2-feature-card.highlighted p,
.rolls2-feature-card.highlighted li { color:#fff; }
.rolls2-feature-copy span { color:var(--rolls-orange); font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.6px; }
.rolls2-feature-copy h3 { margin:9px 0 14px; color:var(--rolls-blue); font-size:clamp(27px,3vw,42px); line-height:1.12; font-weight:900; }
.rolls2-feature-copy p { color:#4a6375; font-size:16px; line-height:1.75; }
.rolls2-feature-copy ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 14px; padding:0; margin:18px 0; list-style:none; }
.rolls2-feature-copy li { position:relative; padding-left:22px; color:#334e62; font-weight:700; line-height:1.45; }
.rolls2-feature-copy li:before { content:""; position:absolute; left:0; top:.48em; width:9px; height:9px; border-radius:50%; background:var(--rolls-orange); }
.rolls2-feature-card figure { margin:0; }
.rolls2-feature-card figure img { width:100%; min-height:300px; object-fit:cover; border-radius:24px; box-shadow:0 24px 50px rgba(0,35,58,.16); }
.rolls2-feature-card figcaption { margin-top:10px; color:#60788a; font-size:13px; }
.rolls2-card-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:20px; }
.rolls2-card-actions a { display:inline-flex; min-height:44px; align-items:center; justify-content:center; padding:11px 16px; border-radius:11px; color:#fff !important; background:linear-gradient(135deg,var(--rolls-blue),#0067b7); text-decoration:none !important; font-weight:900; box-shadow:0 14px 28px rgba(0,59,99,.16); }
.rolls2-card-actions a:first-child { background:linear-gradient(135deg,#ff9d20,#ff7a00); color:#102f46 !important; }

.rolls2-mini-dashboard,
.rolls2-flow,
.rolls2-calculator,
.rolls2-ai-orbit,
.rolls2-global,
.rolls2-stack { min-height:260px; padding:26px; border-radius:26px; background:linear-gradient(145deg,#f7fbff,#fff); border:1px solid rgba(0,59,99,.10); box-shadow:inset 0 -14px 0 rgba(255,138,0,.08); }
.rolls2-mini-dashboard b { display:block; color:var(--rolls-blue); font-size:22px; margin-bottom:22px; }
.rolls2-mini-dashboard span { display:block; height:18px; margin:16px 0; border-radius:99px; background:linear-gradient(90deg,var(--rolls-orange),#0b79d0); opacity:.9; }
.rolls2-flow { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; align-content:center; }
.rolls2-flow span,
.rolls2-global span,
.rolls2-stack span { padding:14px; border-radius:14px; color:var(--rolls-blue); background:#fff; font-weight:900; box-shadow:0 10px 22px rgba(0,35,58,.08); text-align:center; }
.rolls2-calculator { display:grid; grid-template-columns:60px 1fr; gap:12px; align-content:center; background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.22); }
.rolls2-calculator strong { display:flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:16px; background:var(--rolls-orange); color:#07314f; font-size:22px; }
.rolls2-calculator span { display:flex; align-items:center; color:#fff; font-weight:900; }
.rolls2-ai-orbit { position:relative; display:flex; align-items:center; justify-content:center; background:radial-gradient(circle,#fff 0 28%,#edf8ff 29% 100%); }
.rolls2-ai-orbit span { display:flex; align-items:center; justify-content:center; width:96px; height:96px; border-radius:50%; color:#fff; background:linear-gradient(135deg,var(--rolls-blue),#0b79d0); font-size:34px; font-weight:900; box-shadow:0 18px 40px rgba(0,59,99,.24); }
.rolls2-ai-orbit i { position:absolute; padding:9px 12px; border-radius:999px; background:#fff; color:var(--rolls-blue); font-style:normal; font-weight:900; box-shadow:0 10px 24px rgba(0,35,58,.10); }
.rolls2-ai-orbit i:nth-child(2){top:24px}.rolls2-ai-orbit i:nth-child(3){right:18px}.rolls2-ai-orbit i:nth-child(4){bottom:24px}.rolls2-ai-orbit i:nth-child(5){left:18px}
.rolls2-global,
.rolls2-stack { display:grid; gap:12px; align-content:center; }
.rolls2-tags { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.rolls2-tags span { padding:12px 16px; border-radius:999px; color:var(--rolls-blue); background:#fff; border:1px solid rgba(0,59,99,.12); box-shadow:0 10px 24px rgba(0,35,58,.07); font-weight:900; }
.rolls2-faq { display:grid; gap:14px; max-width:920px; margin:0 auto; }
.rolls2-faq details { padding:22px 26px; border-radius:18px; background:#fff; border:1px solid rgba(0,59,99,.12); box-shadow:0 15px 38px rgba(0,35,58,.08); }
.rolls2-faq summary { cursor:pointer; color:var(--rolls-blue); font-size:18px; font-weight:900; }
.rolls2-faq p { margin:12px 0 0; color:#4c6576; line-height:1.7; }
.rolls2-final { padding:86px 0; color:#fff; text-align:center; background:radial-gradient(circle at 50% 0%, rgba(255,138,0,.30), transparent 28%), linear-gradient(135deg,#002f50,#003b63); }
.rolls2-final h2 { max-width:870px; margin:0 auto 24px; color:#fff; font-size:clamp(34px,4vw,56px); font-weight:900; line-height:1.1; }

@media (max-width:1199px){.rolls2-feature-layout{grid-template-columns:1fr}.rolls2-sidebar{position:relative;top:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rolls2-sidebar h3{grid-column:1/-1}.rolls2-feature-card,.rolls2-feature-card.featured{grid-template-columns:1fr}}
@media (max-width:991px){.rolls2-intro-grid{grid-template-columns:1fr}.rolls2-feature-copy ul{grid-template-columns:1fr}.rolls2-sidebar{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){body.mit-rolls-premium-page .rolls2-hero{min-height:auto}.rolls2-hero-content{padding:58px 0}.rolls2-actions,.rolls2-card-actions{flex-direction:column}.rolls2-sidebar{grid-template-columns:1fr}.rolls2-feature-card{padding:24px;border-radius:22px}.rolls2-feature-card figure img{min-height:210px}.rolls2-flow{grid-template-columns:1fr}}

/* Products hub hover-reveal card refinement */
body.mit-products-hub-page .mit-product-grid {
  align-items: stretch;
}

body.mit-products-hub-page .mit-product-card {
  min-height: 330px;
  isolation: isolate;
  justify-content: flex-start;
}

body.mit-products-hub-page .mit-product-card.featured {
  min-height: 330px;
}

body.mit-products-hub-page .mit-product-card h3,
body.mit-products-hub-page .mit-product-card p,
body.mit-products-hub-page .mit-product-card .mit-product-label,
body.mit-products-hub-page .mit-product-card .mit-product-icon {
  position: relative;
  z-index: 2;
}

body.mit-products-hub-page .mit-product-card p {
  max-height: 92px;
  overflow: hidden;
}

body.mit-products-hub-page .mit-product-card ul,
body.mit-products-hub-page .mit-product-card em {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .26s ease, transform .26s ease, visibility .26s ease;
}

body.mit-products-hub-page .mit-product-card ul {
  bottom: 72px;
  margin: 0;
  padding: 0;
}

body.mit-products-hub-page .mit-product-card em {
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 48px);
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 11px;
  color: #fff !important;
  background: linear-gradient(135deg, #ff9d20, #ff7a00);
  box-shadow: 0 14px 30px rgba(255,122,0,.25);
}

body.mit-products-hub-page .mit-product-card:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 64%;
  z-index: 3;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .26s ease, transform .26s ease;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.98) 22%, rgba(244,251,255,1));
}

body.mit-products-hub-page .mit-product-card.featured:after {
  background: linear-gradient(180deg, rgba(0,59,99,0), rgba(0,59,99,.96) 22%, rgba(0,52,88,1));
}

body.mit-products-hub-page .mit-product-card:hover ul,
body.mit-products-hub-page .mit-product-card:hover em,
body.mit-products-hub-page .mit-product-card:focus ul,
body.mit-products-hub-page .mit-product-card:focus em,
body.mit-products-hub-page .mit-product-card:focus-within ul,
body.mit-products-hub-page .mit-product-card:focus-within em {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.mit-products-hub-page .mit-product-card:hover:after,
body.mit-products-hub-page .mit-product-card:focus:after,
body.mit-products-hub-page .mit-product-card:focus-within:after {
  opacity: 1;
  transform: translateY(0);
}

body.mit-products-hub-page .mit-product-card:hover .mit-product-icon {
  transform: scale(1.05) rotate(-2deg);
}

body.mit-products-hub-page .mit-product-card .mit-product-icon {
  transition: transform .26s ease;
}

body.mit-products-hub-page .mit-product-card:not(:hover):not(:focus):not(:focus-within) p {
  color: #536b7d;
}

@media (hover: none), (max-width: 767px) {
  body.mit-products-hub-page .mit-product-card {
    min-height: auto;
  }
  body.mit-products-hub-page .mit-product-card ul,
  body.mit-products-hub-page .mit-product-card em {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  body.mit-products-hub-page .mit-product-card:after {
    display: none;
  }
  body.mit-products-hub-page .mit-product-card em {
    margin-top: 12px;
  }
}

/* Rolls feature nav usability refinement */
body.mit-rolls-premium-page .rolls2-feature-zone {
  overflow: visible;
}

body.mit-rolls-premium-page .rolls2-sidebar {
  top: 92px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  scrollbar-width: thin;
  z-index: 5;
}

body.mit-rolls-premium-page .rolls2-sidebar::-webkit-scrollbar { width: 6px; }
body.mit-rolls-premium-page .rolls2-sidebar::-webkit-scrollbar-thumb { background: rgba(0,59,99,.28); border-radius: 99px; }

body.mit-rolls-premium-page .rolls2-sidebar a.is-active,
body.mit-rolls-premium-page .rolls2-sidebar a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--rolls-blue), var(--rolls-blue-2));
  box-shadow: 0 14px 30px rgba(0,59,99,.16);
  transform: translateX(4px);
}

body.mit-rolls-premium-page .rolls2-sidebar a.is-active:before,
body.mit-rolls-premium-page .rolls2-sidebar a:hover:before {
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.16);
}

body.mit-rolls-premium-page .rolls2-feature-card {
  scroll-margin-top: 178px;
}

body.mit-rolls-premium-page .rolls2-feature-card:target {
  border-color: rgba(255,138,0,.42);
  box-shadow: 0 30px 80px rgba(0,59,99,.16), 0 0 0 4px rgba(255,138,0,.08);
}

@media (max-width:1199px) {
  body.mit-rolls-premium-page .rolls2-sidebar {
    position: sticky;
    top: 74px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    padding: 14px;
    border-radius: 18px;
  }
  body.mit-rolls-premium-page .rolls2-sidebar h3 {
    display: none;
  }
  body.mit-rolls-premium-page .rolls2-sidebar a {
    flex: 0 0 auto;
    white-space: nowrap;
    min-height: 42px;
    margin: 0;
  }
  body.mit-rolls-premium-page .rolls2-sidebar a.is-active,
  body.mit-rolls-premium-page .rolls2-sidebar a:hover {
    transform: translateY(-2px);
  }
}

/* Product/Rolls visibility and contrast fixes */
body.mit-products-hub-page .mit-product-hero h1,
body.mit-products-hub-page .mit-product-hero p,
body.mit-products-hub-page .mit-product-hero .mit-product-eyebrow,
body.mit-products-hub-page .mit-product-hero .mit-panel-topline,
body.mit-products-hub-page .mit-product-hero .mit-panel-metrics small,
body.mit-rolls-premium-page .rolls2-final h2,
body.mit-rolls-premium-page .rolls2-final .mit-btn-outline-light {
  opacity: 1 !important;
  text-shadow: none !important;
}

body.mit-products-hub-page .mit-product-hero h1,
body.mit-products-hub-page .mit-product-hero p {
  color: #fff !important;
}

body.mit-products-hub-page .mit-product-card.featured h3,
body.mit-products-hub-page .mit-product-card.featured p,
body.mit-products-hub-page .mit-product-card.featured li,
body.mit-products-hub-page .mit-product-card.featured .mit-product-label {
  color: #fff !important;
  opacity: 1 !important;
}

body.mit-products-hub-page .mit-product-card:hover h3,
body.mit-products-hub-page .mit-product-card:hover p {
  opacity: .18;
}

body.mit-products-hub-page .mit-product-card.featured:hover h3,
body.mit-products-hub-page .mit-product-card.featured:hover p {
  opacity: .28;
}

body.mit-products-hub-page .mit-product-card:hover ul,
body.mit-products-hub-page .mit-product-card:hover li,
body.mit-products-hub-page .mit-product-card:focus-within ul,
body.mit-products-hub-page .mit-product-card:focus-within li {
  color: #173c58 !important;
  opacity: 1 !important;
}

body.mit-products-hub-page .mit-product-card.featured:hover li,
body.mit-products-hub-page .mit-product-card.featured:focus-within li {
  color: #fff !important;
}

body.mit-products-hub-page .mit-product-card:hover .mit-product-label,
body.mit-products-hub-page .mit-product-card:focus-within .mit-product-label {
  opacity: .32;
}

body.mit-rolls-premium-page .rolls2-feature-card.highlighted .rolls2-feature-copy span,
body.mit-rolls-premium-page .rolls2-feature-card.highlighted .rolls2-feature-copy h3,
body.mit-rolls-premium-page .rolls2-feature-card.highlighted .rolls2-feature-copy p,
body.mit-rolls-premium-page .rolls2-feature-card.highlighted .rolls2-feature-copy li {
  color: #fff !important;
  opacity: 1 !important;
}

body.mit-rolls-premium-page .rolls2-feature-card.highlighted .rolls2-feature-copy span {
  color: #ffb14a !important;
}

body.mit-rolls-premium-page .rolls2-feature-card.highlighted .rolls2-card-actions a:first-child {
  color: #072c48 !important;
}

body.mit-rolls-premium-page .rolls2-feature-card.highlighted .rolls2-card-actions a:not(:first-child) {
  color: #fff !important;
  background: #0067b7;
}

body.mit-rolls-premium-page .rolls2-final {
  position: relative;
  overflow: hidden;
}

body.mit-rolls-premium-page .rolls2-final:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 47, 80, .78);
}

body.mit-rolls-premium-page .rolls2-final .container {
  position: relative;
  z-index: 1;
}

body.mit-rolls-premium-page .rolls2-final h2 {
  color: #fff !important;
}

body.mit-rolls-premium-page .rolls2-proof-card li,
body.mit-rolls-premium-page .rolls2-feature-copy li,
body.mit-rolls-premium-page .rolls2-faq p {
  user-select: text;
}

@media (hover: none), (max-width: 767px) {
  body.mit-products-hub-page .mit-product-card:hover h3,
  body.mit-products-hub-page .mit-product-card:hover p,
  body.mit-products-hub-page .mit-product-card:hover .mit-product-label {
    opacity: 1;
  }
}

/* Rolls hero text readability hard fix */
body.mit-rolls-premium-page .rolls2-hero-content,
body.mit-rolls-premium-page .rolls2-hero-content * {
  text-shadow: none !important;
}

body.mit-rolls-premium-page .rolls2-hero-content h1,
body.mit-rolls-premium-page .rolls2-hero-content h1::first-letter,
body.mit-rolls-premium-page .rolls2-hero-content h1 span {
  color: #ffffff !important;
  opacity: 1 !important;
  background: transparent !important;
  -webkit-text-fill-color: #ffffff !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

body.mit-rolls-premium-page .rolls2-hero-content h1 {
  max-width: 840px !important;
  font-size: clamp(42px, 5.4vw, 70px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 12px 34px rgba(0, 16, 30, .34) !important;
}

body.mit-rolls-premium-page .rolls2-hero-content p {
  color: rgba(255,255,255,.92) !important;
  opacity: 1 !important;
  background: transparent !important;
  -webkit-text-fill-color: rgba(255,255,255,.92) !important;
}

body.mit-rolls-premium-page .rolls2-hero-overlay {
  background: linear-gradient(90deg, rgba(0,32,54,.98) 0%, rgba(0,59,99,.88) 46%, rgba(0,59,99,.42) 100%) !important;
}

/* All generated product detail pages consistency */
body.mit-product-detail-page .product-detail-hero .rolls2-hero-bg {
  filter: saturate(.9) contrast(1.05) brightness(.62);
}
body.mit-product-detail-page .product-detail-hero .rolls2-hero-overlay {
  background: linear-gradient(90deg, rgba(0,35,58,.97) 0%, rgba(0,59,99,.86) 48%, rgba(0,59,99,.42) 100%) !important;
}
body.mit-product-detail-page .rolls2-hero-content h1 {
  max-width: 880px !important;
  font-size: clamp(38px, 4.8vw, 62px) !important;
  line-height: 1.08 !important;
  color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
}
body.mit-product-detail-page .rolls2-hero-content h1 span,
body.mit-product-detail-page .rolls2-hero-content h1 strong {
  display: block;
  color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
}
body.mit-product-detail-page .rolls2-hero-content h1 strong {
  color: #ffb14a !important;
  -webkit-text-fill-color: #ffb14a !important;
  font-size: .72em;
}
body.mit-product-detail-page .rolls2-hero-content p,
body.mit-product-detail-page .rolls2-strip span {
  color: #fff !important;
  opacity: 1 !important;
}
body.mit-product-detail-page .rolls2-feature-card:nth-child(even) {
  background: radial-gradient(circle at 100% 0%, rgba(255,138,0,.11), transparent 28%), #fff;
}
body.mit-product-detail-page .rolls2-feature-card .rolls2-card-actions a:first-child {
  color: #082b46 !important;
}
body.mit-product-detail-page .rolls2-faq details:first-child {
  border-top: 4px solid #ff8a00;
}

/* Premium AI Solutions vertical */
body.mit-ai-page { --ai-blue:#003b63; --ai-blue2:#075a8f; --ai-orange:#ff8a00; --ai-soft:#f4fbff; background:#f4fbff; }
.mit-ai-hero { position:relative; min-height:650px; display:flex; align-items:center; overflow:hidden; background:#002f50; color:#fff; }
.mit-ai-hero-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(.95) contrast(1.04) brightness(.75); }
.mit-ai-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,35,58,.98),rgba(0,59,99,.84) 48%,rgba(0,59,99,.25)); }
.mit-ai-hero .container { position:relative; z-index:1; }
.mit-ai-hero-content { max-width:850px; padding:80px 0; }
.mit-ai-hero-content span, .mit-ai-workflow-box span { display:inline-flex; align-items:center; gap:9px; color:var(--ai-orange); font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.8px; }
.mit-ai-hero-content span:before, .mit-ai-workflow-box span:before { content:""; width:32px; height:3px; border-radius:99px; background:var(--ai-orange); }
.mit-ai-hero h1 { margin:18px 0; color:#fff!important; font-size:clamp(42px,5.4vw,72px); line-height:1.04; font-weight:900; opacity:1!important; -webkit-text-fill-color:#fff!important; }
.mit-ai-hero p { max-width:790px; color:rgba(255,255,255,.92)!important; font-size:19px; line-height:1.75; }
.mit-ai-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:26px; }
.mit-ai-actions.center { justify-content:center; }
.mit-ai-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:13px 21px; border-radius:12px; font-weight:900; text-decoration:none!important; color:#082b46!important; background:linear-gradient(135deg,#ff9d20,#ff7a00); box-shadow:0 16px 34px rgba(255,122,0,.26); }
.mit-ai-actions a:nth-child(2) { color:#003b63!important; background:#fff; box-shadow:0 16px 34px rgba(0,28,48,.14); }
.mit-ai-problems, .mit-ai-workflow, .mit-ai-control, .mit-ai-faq { padding:76px 0; background:linear-gradient(135deg,#f4fbff,#fff 48%,#edf8ff); }
.mit-ai-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.mit-ai-card-grid article { min-height:210px; padding:28px; border-radius:24px; background:#fff; border:1px solid rgba(0,59,99,.12); border-top:4px solid var(--ai-orange); box-shadow:0 22px 60px rgba(0,35,58,.10); transition:.25s ease; }
.mit-ai-card-grid article:hover { transform:translateY(-7px); box-shadow:0 30px 75px rgba(0,35,58,.16); }
.mit-ai-card-grid b { display:block; margin-bottom:12px; color:var(--ai-blue); font-size:23px; line-height:1.2; }
.mit-ai-card-grid p { color:#4c6576; line-height:1.7; }
.mit-ai-workflow-box { display:grid; grid-template-columns:minmax(0,1fr) minmax(360px,.82fr); gap:36px; align-items:center; padding:36px; border-radius:30px; background:#fff; border:1px solid rgba(0,59,99,.12); box-shadow:0 26px 75px rgba(0,35,58,.11); }
.mit-ai-workflow-box h2 { margin:12px 0; color:var(--ai-blue); font-size:clamp(32px,4vw,50px); line-height:1.12; font-weight:900; }
.mit-ai-workflow-box p { color:#4c6576; font-size:17px; line-height:1.75; }
.mit-ai-workflow-box ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin:20px 0 0; padding:0; list-style:none; }
.mit-ai-workflow-box li { position:relative; padding:13px 13px 13px 34px; border-radius:14px; background:#f4fbff; color:#173c58; font-weight:800; }
.mit-ai-workflow-box li:before { content:""; position:absolute; left:14px; top:21px; width:8px; height:8px; border-radius:50%; background:var(--ai-orange); }
.mit-ai-workflow-box figure { margin:0; }
.mit-ai-workflow-box img { width:100%; border-radius:24px; box-shadow:0 24px 55px rgba(0,35,58,.14); }
.mit-ai-final { padding:84px 0; text-align:center; color:#fff; background:radial-gradient(circle at 50% 0%,rgba(255,138,0,.28),transparent 30%),linear-gradient(135deg,#002f50,#003b63); }
.mit-ai-final h2 { max-width:850px; margin:0 auto 18px; color:#fff; font-size:clamp(34px,4.5vw,58px); font-weight:900; line-height:1.1; }
.mit-ai-final p { max-width:850px; margin:0 auto; color:rgba(255,255,255,.84); font-size:18px; line-height:1.75; }
@media(max-width:991px){.mit-ai-card-grid{grid-template-columns:repeat(2,1fr)}.mit-ai-workflow-box{grid-template-columns:1fr}.mit-ai-hero{min-height:auto}.mit-ai-hero-content{padding:58px 0}}
@media(max-width:640px){.mit-ai-card-grid,.mit-ai-workflow-box ul{grid-template-columns:1fr}.mit-ai-actions{flex-direction:column}.mit-ai-actions a{width:100%}.mit-ai-hero h1{font-size:36px}}

/* Premium AI data intelligence blocks */
.mit-ai-data-section{padding:34px 0 18px;background:linear-gradient(180deg,#f7fbff 0%,#eef7fc 100%)}
.mit-ai-data-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px;align-items:center;padding:28px;border:1px solid rgba(0,63,99,.12);border-radius:28px;background:rgba(255,255,255,.82);box-shadow:0 24px 70px rgba(0,50,80,.10);position:relative;overflow:hidden}
.mit-ai-data-panel:before{content:"";position:absolute;right:-90px;top:-120px;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(255,139,15,.18),rgba(255,139,15,0) 70%)}
.mit-ai-data-copy{position:relative;z-index:1}.mit-ai-data-copy h2{margin:8px 0 12px;color:#00365a;font-size:clamp(28px,3.2vw,44px);line-height:1.08;font-weight:900;letter-spacing:0}.mit-ai-data-copy p{max-width:760px;color:#4b6478;font-size:17px;line-height:1.8;margin:0 0 20px}.mit-ai-eyebrow{display:inline-flex;align-items:center;gap:10px;color:#ff8500;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.mit-ai-eyebrow:before{content:"";width:30px;height:3px;background:#ff8500;border-radius:99px}.mit-ai-process-track{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:640px}.mit-ai-process-track span{position:relative;padding:14px 14px;border-radius:16px;background:#003f63;color:#fff;font-weight:800;text-align:center;box-shadow:0 14px 28px rgba(0,63,99,.16)}.mit-ai-process-track span:nth-child(even){background:#ff8500;color:#082b42}.mit-ai-chart-card{position:relative;z-index:1;min-height:280px;padding:24px;border-radius:24px;background:linear-gradient(145deg,#003f63,#075e90);box-shadow:0 22px 55px rgba(0,63,99,.22);color:#fff;overflow:hidden}.mit-ai-chart-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:34px 34px;opacity:.45}.mit-ai-chart-head,.mit-ai-chart-bars,.mit-ai-gantt{position:relative;z-index:1}.mit-ai-chart-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:24px}.mit-ai-chart-head b{font-size:18px}.mit-ai-chart-head small{color:#bfe9ff;font-weight:800}.mit-ai-chart-bars{height:130px;display:flex;align-items:flex-end;gap:13px;padding:12px 0 0;border-bottom:1px solid rgba(255,255,255,.35)}.mit-ai-chart-bars i{display:block;flex:1;max-width:42px;height:var(--h);border-radius:13px 13px 5px 5px;background:linear-gradient(180deg,#ff9b18,#1177bd);box-shadow:0 10px 30px rgba(255,139,15,.18);animation:mitAiBar 2.8s ease-in-out infinite}.mit-ai-chart-bars i:nth-child(2n){animation-delay:.35s}.mit-ai-chart-bars i:nth-child(3n){animation-delay:.7s}.mit-ai-gantt{display:grid;gap:10px;margin-top:22px}.mit-ai-gantt span{height:13px;width:var(--w);display:block;border-radius:999px;background:linear-gradient(90deg,#fff,#ffbd68,#1685c9);box-shadow:0 8px 22px rgba(255,255,255,.15)}@keyframes mitAiBar{0%,100%{transform:scaleY(.92);filter:saturate(1)}50%{transform:scaleY(1.06);filter:saturate(1.25)}}
.mit-ai-page .mit-ai-hero-content h1,.mit-ai-page .mit-ai-hero-content p,.mit-ai-page .mit-ai-workflow-copy h2,.mit-ai-page .mit-ai-workflow-copy p,.mit-ai-page .mit-ai-control h2,.mit-ai-page .mit-ai-control p{opacity:1!important;filter:none!important}.mit-ai-page .mit-ai-hero:after{background:linear-gradient(90deg,rgba(0,43,70,.94) 0%,rgba(0,63,99,.84) 48%,rgba(0,63,99,.42) 100%)}.mit-ai-page .mit-ai-hero-content h1{color:#fff!important;text-shadow:0 12px 34px rgba(0,0,0,.26)}.mit-ai-page .mit-ai-hero-content p{color:#eaf8ff!important}.mit-ai-page .mit-ai-workflow figure img{width:100%;height:100%;object-fit:cover;border-radius:24px;box-shadow:0 24px 60px rgba(0,63,99,.18)}.mit-ai-page .mit-ai-card,.mit-ai-page .mit-ai-workflow-box,.mit-ai-page .mit-ai-faq details{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.mit-ai-page .mit-ai-card:hover,.mit-ai-page .mit-ai-workflow-box:hover,.mit-ai-page .mit-ai-faq details:hover{transform:translateY(-6px);box-shadow:0 22px 60px rgba(0,63,99,.16);border-color:rgba(255,139,15,.38)}
@media(max-width:900px){.mit-ai-data-panel{grid-template-columns:1fr;padding:22px}.mit-ai-process-track{grid-template-columns:repeat(2,1fr)}.mit-ai-chart-card{min-height:250px}}@media(max-width:560px){.mit-ai-data-section{padding:22px 0}.mit-ai-process-track{grid-template-columns:1fr}.mit-ai-data-copy p{font-size:15px}.mit-ai-chart-head{align-items:flex-start;flex-direction:column}}

/* Premium dropdown bulletless arrow cleanup */
.wpo-site-header .navigation-holder ul,
.wpo-site-header .navigation-holder li,
.wpo-site-header .navigation-holder .sub-menu,
.wpo-site-header .navigation-holder .sub-menu li {
  list-style: none !important;
  list-style-type: none !important;
}
.wpo-site-header .navigation-holder li::marker,
.wpo-site-header .navigation-holder .sub-menu li::marker {
  content: "" !important;
  font-size: 0 !important;
}
.wpo-site-header .navigation-holder .sub-menu li:before,
.wpo-site-header .navigation-holder .sub-menu li:after,
.wpo-site-header .navigation-holder .sub-menu a:before {
  content: none !important;
  display: none !important;
}
.wpo-site-header .navigation-holder .sub-menu > li.menu-item-has-children > a {
  position: relative !important;
  padding-right: 42px !important;
}
.wpo-site-header .navigation-holder .sub-menu > li.menu-item-has-children > a:after {
  content: "\f105" !important;
  display: inline-flex !important;
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ff8a00 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.wpo-site-header .navigation-holder .sub-menu > li.menu-item-has-children:hover > a:after {
  color: #003f63 !important;
  transform: translateY(-50%) translateX(3px) !important;
}
.wpo-site-header .navigation-holder .sub-menu > li > a {
  overflow: visible !important;
}
.wpo-site-header .navigation-holder .sub-menu img {
  border-radius: 50%;
  background: #f4fbff;
  box-shadow: 0 8px 18px rgba(0,63,99,.08);
}



/* Universal inner banner readability rescue */
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-area,
body:not(.mit-home-page) .wpo-breadcumb-area {
  position: relative !important;
  isolation: isolate !important;
  min-height: 360px !important;
  padding: 92px 0 88px !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 4px solid #ff8a00 !important;
  background-position: center center !important;
  background-size: cover !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-area:before,
body:not(.mit-home-page) .wpo-breadcumb-area:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0,31,52,.96) 0%, rgba(0,48,78,.90) 42%, rgba(0,63,99,.68) 74%, rgba(0,63,99,.50) 100%),
    radial-gradient(circle at 12% 18%, rgba(255,138,0,.28), transparent 30%),
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px) !important;
  background-size: auto, auto, 44px 44px, 44px 44px !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-area .container,
body:not(.mit-home-page) .wpo-breadcumb-area .container {
  position: relative !important;
  z-index: 2 !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap,
body:not(.mit-home-page) .wpo-breadcumb-wrap {
  position: relative !important;
  z-index: 3 !important;
  max-width: 1040px !important;
  margin: 0 !important;
  padding: 24px 28px 26px !important;
  text-align: left !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, rgba(0,48,78,.72), rgba(0,63,99,.42)) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 26px 70px rgba(0,16,32,.22), inset 0 1px 0 rgba(255,255,255,.12) !important;
  backdrop-filter: blur(10px) !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap:before,
body:not(.mit-home-page) .wpo-breadcumb-wrap:before {
  content: "" !important;
  display: block !important;
  width: 74px !important;
  height: 4px !important;
  margin: 0 0 15px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff8a00, #ffffff, #0b79d0) !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap h2,
body:not(.mit-home-page) .wpo-breadcumb-wrap h2 {
  display: block !important;
  max-width: 920px !important;
  margin: 0 0 18px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: clamp(34px, 4.3vw, 62px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: 0 14px 34px rgba(0,0,0,.38), 0 2px 0 rgba(0,0,0,.16) !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  width: auto !important;
  max-width: 100% !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px 10px !important;
  margin: 0 !important;
  padding: 11px 15px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.15) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14) !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li,
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li a,
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li span,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li a,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 850 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  text-shadow: 0 8px 20px rgba(0,0,0,.28) !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li:last-child span,
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul li:last-child a,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li:last-child span,
body:not(.mit-home-page) .wpo-breadcumb-wrap ul li:last-child a {
  color: #ffb14a !important;
  -webkit-text-fill-color: #ffb14a !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-area:after,
body:not(.mit-home-page) .wpo-breadcumb-area:after {
  z-index: 2 !important;
  color: #003f63 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-cta-area,
body:not(.mit-home-page) .wpo-cta-area,
body.mit-inner-page:not(.mit-home-page) .wpo-cta-area-2,
body:not(.mit-home-page) .wpo-cta-area-2 {
  position: relative !important;
  overflow: hidden !important;
  background-position: center center !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-cta-area:before,
body:not(.mit-home-page) .wpo-cta-area:before,
body.mit-inner-page:not(.mit-home-page) .wpo-cta-area-2:before,
body:not(.mit-home-page) .wpo-cta-area-2:before {
  background: linear-gradient(90deg, rgba(0,47,79,.94), rgba(0,78,126,.82)) !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-cta-text,
body:not(.mit-home-page) .wpo-cta-text {
  position: relative !important;
  z-index: 2 !important;
}
body.mit-inner-page:not(.mit-home-page) .wpo-cta-text p,
body:not(.mit-home-page) .wpo-cta-text p,
body.mit-inner-page:not(.mit-home-page) .wpo-cta-text a,
body:not(.mit-home-page) .wpo-cta-text a {
  opacity: 1 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
body.mit-inner-page:not(.mit-home-page) footer,
body:not(.mit-home-page) footer,
body.mit-inner-page:not(.mit-home-page) .footer-section,
body:not(.mit-home-page) .footer-section {
  color: #eaf8ff !important;
}
body.mit-inner-page:not(.mit-home-page) footer p,
body.mit-inner-page:not(.mit-home-page) footer li,
body.mit-inner-page:not(.mit-home-page) footer a,
body:not(.mit-home-page) footer p,
body:not(.mit-home-page) footer li,
body:not(.mit-home-page) footer a,
body.mit-inner-page:not(.mit-home-page) .footer-section p,
body.mit-inner-page:not(.mit-home-page) .footer-section li,
body.mit-inner-page:not(.mit-home-page) .footer-section a,
body:not(.mit-home-page) .footer-section p,
body:not(.mit-home-page) .footer-section li,
body:not(.mit-home-page) .footer-section a {
  color: #eaf8ff !important;
  opacity: 1 !important;
}
body.mit-inner-page:not(.mit-home-page) .footer-section a:hover,
body:not(.mit-home-page) .footer-section a:hover,
body.mit-inner-page:not(.mit-home-page) footer a:hover,
body:not(.mit-home-page) footer a:hover {
  color: #ffb14a !important;
}
@media (max-width: 991px) {
  body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-area,
  body:not(.mit-home-page) .wpo-breadcumb-area { min-height: 300px !important; padding: 70px 0 !important; }
  body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap,
  body:not(.mit-home-page) .wpo-breadcumb-wrap { padding: 20px !important; border-radius: 22px !important; }
}
@media (max-width: 575px) {
  body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap h2,
  body:not(.mit-home-page) .wpo-breadcumb-wrap h2 { font-size: 32px !important; }
  body.mit-inner-page:not(.mit-home-page) .wpo-breadcumb-wrap ul,
  body:not(.mit-home-page) .wpo-breadcumb-wrap ul { border-radius: 18px !important; }
}

/* Professional footer certification text badge */
.mit-cert-badge{display:inline-flex;width:65px;height:65px;align-items:center;justify-content:center;text-align:center;border-radius:8px;background:linear-gradient(135deg,#ffffff,#eef8ff);border:1px solid rgba(255,138,0,.35);box-shadow:0 10px 22px rgba(0,20,35,.16);color:#003f63!important;font-size:11px;font-weight:900;line-height:1.12;text-transform:uppercase;}


/* Maitrix Smart Tools & Industrial Rolls Calculators */
body.mit-tools-page{background:#f4fbff;color:#063653}body.mit-tools-page .container{max-width:1200px}.mit-tools-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(255,138,0,.28),transparent 24%),linear-gradient(135deg,#002b47 0%,#00476d 48%,#073f5d 100%);padding:90px 0 80px;color:#fff;border-bottom:4px solid #ff8a00}.mit-tools-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:46px 46px;opacity:.45}.mit-tools-hero .container{position:relative;z-index:2}.mit-tools-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:48px;align-items:center}.mit-tools-kicker{display:inline-flex;align-items:center;gap:10px;color:#ff9a1f;text-transform:uppercase;font-weight:900;font-size:13px;letter-spacing:.08em}.mit-tools-kicker:before{content:"";width:32px;height:3px;background:#ff8a00;border-radius:5px}.mit-tools-hero h1,.mit-calc-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.04;margin:18px 0;color:#fff;font-weight:900;letter-spacing:0}.mit-tools-hero p,.mit-calc-hero p{font-size:18px;line-height:1.8;color:rgba(255,255,255,.88);max-width:760px}.mit-tools-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.mit-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:48px;padding:13px 24px;border-radius:10px;font-weight:900;text-decoration:none!important;box-shadow:0 14px 28px rgba(0,28,45,.16);transition:.25s ease}.mit-btn:hover{transform:translateY(-3px)}.mit-btn-orange{background:linear-gradient(135deg,#ff8a00,#ff6a2a);color:#fff!important}.mit-btn-light{background:#fff;color:#003f63!important}.mit-btn-outline-light{border:1px solid rgba(255,255,255,.45);color:#fff!important;background:rgba(255,255,255,.08)}.mit-tools-visual,.mit-engineering-panel{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);border-radius:28px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.mit-visual-window{background:#fff;border-radius:22px;padding:34px;min-height:180px;color:#003f63;box-shadow:inset 0 -12px 0 rgba(255,138,0,.18)}.mit-visual-window span{display:inline-block;width:10px;height:10px;border-radius:50%;background:#ff8a00;margin-right:7px}.mit-visual-window span:nth-child(2){background:#0871d8}.mit-visual-window span:nth-child(3){background:#12c48b}.mit-visual-window strong{display:block;font-size:34px;margin-top:46px}.mit-formula-stack{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.mit-formula-stack b,.mit-panel-metric{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:16px;text-align:center;color:#fff}.mit-tools-section{padding:78px 0}.mit-tools-section.pale{background:#eaf5fb}.mit-section-heading{text-align:center;margin-bottom:42px}.mit-section-heading span{display:inline-block;color:#ff8a00;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mit-section-heading h2{font-size:clamp(30px,4vw,46px);color:#003f63;font-weight:900;margin:10px 0}.mit-section-heading p{max-width:760px;margin:0 auto;color:#4f6a7c;font-size:17px;line-height:1.7}.mit-industry-tool-grid,.mit-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.mit-industry-tool-card,.mit-tool-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:270px;padding:28px;border-radius:22px;background:#fff;border:1px solid rgba(0,63,99,.12);box-shadow:0 24px 60px rgba(0,63,99,.1);text-decoration:none!important;transition:.25s ease}.mit-industry-tool-card:hover,.mit-tool-card:hover{transform:translateY(-8px);box-shadow:0 36px 80px rgba(0,63,99,.18)}.mit-industry-tool-card:after,.mit-tool-card:after{content:"";position:absolute;right:-38px;top:-38px;width:120px;height:120px;border-radius:50%;background:rgba(255,138,0,.13)}.mit-industry-tool-card span,.mit-tool-icon{width:62px;height:62px;border-radius:17px;background:linear-gradient(135deg,#00476d,#0871d8);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:22px}.mit-industry-tool-card h3,.mit-tool-card h3{color:#003f63;font-size:24px;line-height:1.18;font-weight:900;margin:0 0 14px}.mit-industry-tool-card p,.mit-tool-card p{color:#4f6a7c;line-height:1.7;font-size:16px}.mit-industry-tool-card b,.mit-tool-card b{margin-top:auto;color:#ff7b00}.mit-industry-tool-card.active{background:linear-gradient(135deg,#003f63,#075f8b);color:#fff}.mit-industry-tool-card.active h3,.mit-industry-tool-card.active p{color:#fff}.mit-tool-card small{color:#ff7b00;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.mit-tool-card.ghost{opacity:.92}.mit-tools-cta{background:#003f63;color:#fff;padding:58px 0}.mit-tools-cta .container{display:flex;gap:28px;align-items:center;justify-content:space-between}.mit-tools-cta h2{max-width:820px;color:#fff;font-weight:900}.mit-tools-cta span{color:#ffb14a;font-weight:900}.mit-engineering-panel img{width:100%;border-radius:20px;display:block;background:#fff}.mit-engineering-panel div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.mit-engineering-panel b{background:rgba(255,255,255,.16);border-radius:12px;padding:13px;text-align:center;color:#fff}.mit-tools-breadcrumb{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:rgba(255,255,255,.78);font-weight:800;margin-bottom:18px}.mit-tools-breadcrumb a{color:#fff;text-decoration:underline}.mit-tool-filterbar{display:flex;gap:12px;flex-wrap:wrap;background:#fff;padding:14px;border-radius:18px;box-shadow:0 16px 45px rgba(0,63,99,.1);margin-bottom:30px}.mit-tool-filterbar input{flex:1 1 300px;border:1px solid rgba(0,63,99,.16);border-radius:12px;padding:14px 16px;color:#003f63}.mit-tool-filterbar button{border:0;border-radius:12px;padding:12px 16px;background:#eef7fc;color:#003f63;font-weight:900}.mit-tool-filterbar button.active{background:#ff8a00;color:#fff}.mit-engineering-notice{padding:54px 0;background:#002b47;color:#fff}.mit-engineering-notice h2{color:#fff;font-weight:900}.mit-engineering-notice p{color:rgba(255,255,255,.82);line-height:1.8;max-width:980px}.mit-calc-hero{background:linear-gradient(135deg,rgba(0,43,71,.94),rgba(0,75,116,.88)),url('/mitsite/images/rolls-industry-hero.png') center/cover no-repeat;padding:78px 0;color:#fff;border-bottom:4px solid #ff8a00}.mit-calc-hero .container{max-width:1120px}.mit-calculator-shell{padding:70px 0;background:#f4fbff}.mit-calc-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:28px;align-items:start}.mit-calc-form,.mit-calc-result,.mit-calc-content article,.mit-calc-content aside{background:#fff;border:1px solid rgba(0,63,99,.12);border-radius:24px;box-shadow:0 24px 70px rgba(0,63,99,.1);padding:30px}.mit-calc-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mit-calc-form h2,.mit-calc-result h2{grid-column:1/-1;color:#003f63;font-weight:900;margin-top:0}.mit-calc-form label{display:block}.mit-calc-form label span{display:flex;align-items:center;justify-content:space-between;color:#003f63;font-weight:900;margin-bottom:8px}.mit-calc-form label i{font-style:normal;width:22px;height:22px;border-radius:50%;background:#e7f4fb;color:#0871d8;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.mit-input-row{display:flex;border:1px solid rgba(0,63,99,.16);border-radius:12px;overflow:hidden;background:#fff}.mit-input-row input,.mit-calc-form select{width:100%;border:0;padding:13px 14px;color:#003f63;font-weight:800}.mit-input-row em{min-width:74px;background:#eef7fc;color:#003f63;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-weight:900}.mit-calc-form small{display:block;color:#5a7282;line-height:1.45;margin-top:7px}.mit-calc-form button{grid-column:1/-1;border:0}.mit-form-note{grid-column:1/-1;color:#587082;line-height:1.6}.mit-calc-result{position:sticky;top:118px}.mit-result-empty{background:#eef7fc;color:#587082;padding:26px;border-radius:16px}.mit-result-value{background:linear-gradient(135deg,#ff8a00,#0871d8);border-radius:18px;padding:24px;color:#fff;margin-bottom:18px}.mit-result-value span{display:block;font-weight:800;opacity:.9}.mit-result-value strong{font-size:34px}.mit-calc-result ul{padding-left:20px;color:#3f5d70;line-height:1.9}.mit-calc-result p{color:#3f5d70;line-height:1.7}.mit-calc-content{padding:70px 0}.mit-calc-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}.mit-calc-content h2,.mit-calc-content h3{color:#003f63;font-weight:900}.mit-calc-content p{color:#4f6a7c;line-height:1.8}.mit-calc-content details{border:1px solid rgba(0,63,99,.12);border-radius:14px;padding:16px;margin:12px 0;background:#f8fcff}.mit-calc-content summary{color:#003f63;font-weight:900;cursor:pointer}.mit-calc-content aside a{display:block;padding:14px 0;border-bottom:1px solid rgba(0,63,99,.12);color:#003f63;font-weight:900}.rolls2-tools-promo{padding:84px 0;background:linear-gradient(135deg,#f6fbff,#eaf5fb)}.rolls2-tools-card{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:34px;align-items:center;background:#fff;border:1px solid rgba(0,63,99,.12);border-radius:28px;padding:38px;box-shadow:0 28px 80px rgba(0,63,99,.12);border-top:4px solid #ff8a00}.rolls2-tools-card h2{font-size:40px;color:#003f63;font-weight:900}.rolls2-tools-card p{font-size:17px;line-height:1.8;color:#4f6a7c}.rolls2-featured-tools{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.rolls2-featured-tools span{background:#eef7fc;border-radius:14px;padding:16px;color:#003f63;font-weight:900}.rolls2-featured-tools i{color:#ff8a00;margin-right:8px}.rolls2-tools-card .mit-tools-actions{margin-top:24px}
@media(max-width:991px){.mit-tools-hero-grid,.mit-calc-grid,.mit-calc-content-grid,.rolls2-tools-card{grid-template-columns:1fr}.mit-industry-tool-grid,.mit-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mit-tools-cta .container{display:block}.mit-calc-result{position:static}.mit-calc-form{grid-template-columns:1fr}}@media(max-width:640px){.mit-industry-tool-grid,.mit-tool-grid,.rolls2-featured-tools{grid-template-columns:1fr}.mit-tools-hero,.mit-calc-hero{padding:58px 0}.mit-tools-hero h1,.mit-calc-hero h1{font-size:36px}.mit-tools-actions{display:grid}.mit-tools-visual,.mit-engineering-panel,.mit-calc-form,.mit-calc-result,.mit-calc-content article,.mit-calc-content aside,.rolls2-tools-card{padding:22px;border-radius:20px}}


/* Rolls formula access and premium formula library */
.mit-floating-tools{position:fixed;right:88px;top:50%;transform:translateY(-50%);z-index:99;display:flex;flex-direction:column;gap:10px}
.mit-floating-tools a{width:58px;min-height:118px;border-radius:12px;background:linear-gradient(180deg,#0871d8,#00476d);color:#fff!important;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none!important;font-weight:900;box-shadow:0 18px 45px rgba(0,43,71,.28);border:1px solid rgba(255,255,255,.28);writing-mode:vertical-rl;letter-spacing:.04em}
.mit-floating-tools a:first-child{background:linear-gradient(180deg,#ff8a00,#ff6a2a)}
.mit-floating-tools a:hover{transform:translateX(-4px);box-shadow:0 24px 60px rgba(255,138,0,.3)}
.mit-formula-section{padding:78px 0;background:linear-gradient(180deg,#f4fbff,#fff)}
.mit-formula-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}
.mit-formula-nav{position:sticky;top:118px;background:#fff;border:1px solid rgba(0,63,99,.12);border-radius:22px;padding:16px;box-shadow:0 22px 60px rgba(0,63,99,.1)}
.mit-formula-nav a{display:block;padding:13px 14px;border-radius:12px;color:#003f63;font-weight:900;text-decoration:none!important}
.mit-formula-nav a:hover{background:#eef7fc;color:#ff7b00}
.mit-formula-stack-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.mit-formula-card{background:#fff;border:1px solid rgba(0,63,99,.12);border-top:4px solid #ff8a00;border-radius:24px;padding:26px;box-shadow:0 24px 70px rgba(0,63,99,.1)}
.mit-formula-card span{display:inline-block;color:#ff7b00;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin-bottom:8px}
.mit-formula-card h3{color:#003f63;font-weight:900;font-size:25px;line-height:1.2;margin:0 0 10px}
.mit-formula-card p,.mit-formula-card small{color:#4f6a7c;line-height:1.7}
.mit-formula-card code{display:block;background:linear-gradient(135deg,#eef7fc,#fff);border:1px solid rgba(0,63,99,.12);border-radius:12px;padding:12px 14px;color:#003f63;font-weight:900;margin:9px 0;white-space:normal;font-family:Arial,Helvetica,sans-serif}
.mit-tools-page .mit-tools-hero,.mit-tools-page .mit-calc-hero{box-shadow:inset 0 -1px 0 rgba(255,138,0,.8)}
.mit-tools-page .mit-tools-hero p,.mit-tools-page .mit-calc-hero p{color:#fff!important;text-shadow:0 7px 22px rgba(0,0,0,.22)}
.mit-tools-page .mit-tools-hero h1,.mit-tools-page .mit-calc-hero h1{color:#fff!important;text-shadow:0 12px 34px rgba(0,0,0,.32)}
.mit-tool-card,.mit-industry-tool-card,.mit-calc-form,.mit-calc-result{outline:1px solid rgba(255,255,255,.72)}
@media(max-width:991px){.mit-floating-tools{right:16px;top:auto;bottom:94px;transform:none}.mit-floating-tools a{writing-mode:horizontal-tb;width:auto;min-height:44px;padding:0 14px}.mit-formula-layout{grid-template-columns:1fr}.mit-formula-nav{position:relative;top:auto;display:flex;flex-wrap:wrap}.mit-formula-stack-list{grid-template-columns:1fr}}



/* Live formula workbench */
.mit-formula-workbench{padding:78px 0;background:#eaf5fb}
.mit-workbench-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:26px;align-items:start}
.mit-workbench-control,.mit-workbench-result{background:#fff;border:1px solid rgba(0,63,99,.12);border-radius:24px;box-shadow:0 28px 80px rgba(0,63,99,.12);padding:30px}
.mit-workbench-control>label span{display:block;color:#003f63;font-size:18px;font-weight:900;margin-bottom:10px}
.mit-workbench-control select{width:100%;border:1px solid rgba(0,63,99,.16);border-radius:14px;padding:15px;color:#003f63;font-weight:900;background:#f8fcff}
.mit-workbench-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:22px 0}
.mit-workbench-fields label span{display:block;color:#003f63;font-weight:900;margin-bottom:8px}
.mit-workbench-result{position:sticky;top:118px}
.mit-workbench-result h3{color:#003f63;font-size:26px;font-weight:900;margin-top:0}
.mit-workbench-result p,.mit-workbench-result li,.mit-workbench-result small{color:#4f6a7c;line-height:1.7}
@media(max-width:991px){.mit-workbench-shell{grid-template-columns:1fr}.mit-workbench-result{position:static}.mit-workbench-fields{grid-template-columns:1fr}}

/* Global inner hero visibility and top-gap cleanup */
html,body{margin-top:0!important;}
body.mit-tools-page,body.mit-inner-page{margin:0!important;padding-top:0!important;}
body.mit-tools-page .wpo-site-header,
body.mit-tools-page #header,
body.mit-inner-page .wpo-site-header,
body.mit-inner-page #header{margin-top:0!important;top:0!important;}
body.mit-tools-page .mit-calc-hero,
body.mit-inner-page .mit-calc-hero{
  min-height:360px!important;
  padding:56px 0 64px!important;
  display:flex!important;
  align-items:center!important;
  background:
    linear-gradient(90deg,rgba(0,34,56,.97) 0%,rgba(0,61,96,.91) 52%,rgba(0,61,96,.64) 100%),
    url('/mitsite/images/rolls-industry-hero.png') center/cover no-repeat!important;
  border-bottom:4px solid #ff8a00!important;
}
body.mit-tools-page .mit-tools-hero,
body.mit-inner-page .mit-tools-hero{
  background:
    radial-gradient(circle at 82% 20%,rgba(255,138,0,.28),transparent 24%),
    linear-gradient(135deg,#002b47 0%,#00476d 48%,#073f5d 100%)!important;
  border-bottom:4px solid #ff8a00!important;
}
body.mit-tools-page .mit-calc-hero h1,
body.mit-tools-page .mit-calc-hero h1 *,
body.mit-tools-page .mit-tools-hero h1,
body.mit-tools-page .mit-tools-hero h1 *,
body.mit-inner-page .mit-calc-hero h1,
body.mit-inner-page .mit-calc-hero h1 *,
body.mit-inner-page .mit-tools-hero h1,
body.mit-inner-page .mit-tools-hero h1 *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  background:none!important;
  mix-blend-mode:normal!important;
  text-shadow:0 16px 38px rgba(0,0,0,.45)!important;
}
body.mit-tools-page .mit-calc-hero p,
body.mit-tools-page .mit-tools-hero p,
body.mit-tools-page .mit-tools-breadcrumb,
body.mit-tools-page .mit-tools-breadcrumb a,
body.mit-inner-page .mit-calc-hero p,
body.mit-inner-page .mit-tools-hero p,
body.mit-inner-page .mit-tools-breadcrumb,
body.mit-inner-page .mit-tools-breadcrumb a{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  text-shadow:0 8px 24px rgba(0,0,0,.38)!important;
}
body.mit-tools-page .mit-calc-hero .mit-tools-kicker,
body.mit-tools-page .mit-tools-hero .mit-tools-kicker,
body.mit-inner-page .mit-calc-hero .mit-tools-kicker,
body.mit-inner-page .mit-tools-hero .mit-tools-kicker{
  color:#ff9a1f!important;
  -webkit-text-fill-color:#ff9a1f!important;
  opacity:1!important;
  letter-spacing:.08em!important;
}
body.mit-tools-page .mit-calc-hero .mit-tools-kicker:before,
body.mit-tools-page .mit-tools-hero .mit-tools-kicker:before,
body.mit-inner-page .mit-calc-hero .mit-tools-kicker:before,
body.mit-inner-page .mit-tools-hero .mit-tools-kicker:before{background:#ff8a00!important;}
@media(max-width:767px){
  body.mit-tools-page .mit-calc-hero,
  body.mit-inner-page .mit-calc-hero{min-height:320px!important;padding:44px 0!important;}
  body.mit-tools-page .mit-calc-hero h1,
  body.mit-inner-page .mit-calc-hero h1{font-size:34px!important;line-height:1.12!important;}
}

/* Inner page cleanup: remove duplicate lower CTA and polish rolls tool quick links */
body.mit-inner-page:not(.mit-home-page) .wpo-counter-area{
  display:none!important;
}
body.mit-inner-page .mit-floating-tools{
  left:18px!important;
  right:auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:120!important;
  gap:12px!important;
  pointer-events:auto!important;
}
body.mit-inner-page .mit-floating-tools a{
  width:156px!important;
  min-height:50px!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  writing-mode:horizontal-tb!important;
  letter-spacing:0!important;
  line-height:1.15!important;
  text-align:left!important;
  justify-content:flex-start!important;
  gap:10px!important;
  font-size:13px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#00476d,#0871d8)!important;
  border:1px solid rgba(255,255,255,.32)!important;
  box-shadow:0 18px 42px rgba(0,34,56,.30)!important;
  backdrop-filter:blur(10px)!important;
}
body.mit-inner-page .mit-floating-tools a:first-child{
  background:linear-gradient(135deg,#ff8a00,#ff6a2a)!important;
  box-shadow:0 18px 42px rgba(255,116,0,.28)!important;
}
body.mit-inner-page .mit-floating-tools a:before{
  content:'→';
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-weight:900;
}
body.mit-inner-page .mit-floating-tools a:hover{
  transform:translateX(6px)!important;
  box-shadow:0 24px 58px rgba(0,34,56,.36)!important;
}
body.mit-inner-page .rolls2-hero-content,
body.mit-inner-page .mit-calc-hero .container{
  padding-left:130px!important;
}
@media(max-width:1199px){
  body.mit-inner-page .mit-floating-tools{left:10px!important;}
  body.mit-inner-page .mit-floating-tools a{width:132px!important;font-size:12px!important;padding:10px 12px!important;}
  body.mit-inner-page .rolls2-hero-content,
  body.mit-inner-page .mit-calc-hero .container{padding-left:112px!important;}
}
@media(max-width:991px){
  body.mit-inner-page .mit-floating-tools{
    left:14px!important;
    right:14px!important;
    bottom:84px!important;
    top:auto!important;
    transform:none!important;
    flex-direction:row!important;
    justify-content:center!important;
  }
  body.mit-inner-page .mit-floating-tools a{width:auto!important;min-height:42px!important;font-size:12px!important;}
  body.mit-inner-page .rolls2-hero-content,
  body.mit-inner-page .mit-calc-hero .container{padding-left:15px!important;}
}

/* Inner header compact mode and mega menu CTA visibility */
body.mit-inner-page:not(.mit-home-page) #header.wpo-site-header{
  border-top:4px solid #ff8a00!important;
  background:#003f63!important;
  margin-top:0!important;
}
body.mit-inner-page:not(.mit-home-page) #header .top_section{
  display:none!important;
  height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
body.mit-inner-page:not(.mit-home-page) #trueHeader,
body.mit-inner-page:not(.mit-home-page) #access.navigation{
  margin-top:0!important;
}
body.mit-inner-page:not(.mit-home-page) #navbar .e-book-wrapper .right-detail .heading4,
body.mit-inner-page:not(.mit-home-page) #navbar .e-book-wrapper .right-detail .book-detail{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  text-shadow:none!important;
}
body.mit-inner-page:not(.mit-home-page) #navbar .appi-cta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:20px!important;
  align-items:center!important;
}
body.mit-inner-page:not(.mit-home-page) #navbar .appi-cta a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:12px 18px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#ff8a00,#ff6a2a)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.2!important;
  text-decoration:none!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.24)!important;
  transform:none!important;
}
body.mit-inner-page:not(.mit-home-page) #navbar .appi-cta a:nth-child(2){
  background:linear-gradient(135deg,#0871d8,#00476d)!important;
}
body.mit-inner-page:not(.mit-home-page) #navbar .appi-cta a .text,
body.mit-inner-page:not(.mit-home-page) #navbar .appi-cta a i{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}
body.mit-inner-page:not(.mit-home-page) #navbar .appi-cta a:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 48px rgba(0,0,0,.30)!important;
}
@media(max-width:991px){
  body.mit-inner-page:not(.mit-home-page) #header .top_section{display:block!important;height:auto!important;padding:8px 0!important;}
}

/* Rolls calculator card formula icons and premium interaction */
body.mit-rolls-tools-hub .mit-tool-card{
  min-height:305px!important;
  border-radius:24px!important;
  border:1px solid rgba(0,63,99,.13)!important;
  border-top:3px solid #ff8a00!important;
  background:
    radial-gradient(circle at 94% 4%,rgba(255,138,0,.13) 0 58px,transparent 59px),
    linear-gradient(145deg,#ffffff 0%,#f8fcff 100%)!important;
  box-shadow:0 22px 60px rgba(0,63,99,.11)!important;
}
body.mit-rolls-tools-hub .mit-tool-card:before{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#ff8a00,#0871d8);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s ease;
}
body.mit-rolls-tools-hub .mit-tool-card:hover{
  transform:translateY(-9px) perspective(900px) rotateX(1.2deg)!important;
  border-color:rgba(255,138,0,.42)!important;
  box-shadow:0 34px 86px rgba(0,63,99,.20)!important;
}
body.mit-rolls-tools-hub .mit-tool-card:hover:before{transform:scaleX(1);}
body.mit-rolls-tools-hub .mit-tool-card .mit-tool-icon{
  position:relative!important;
  overflow:hidden!important;
  width:70px!important;
  height:70px!important;
  border-radius:20px!important;
  margin-bottom:24px!important;
  background:linear-gradient(135deg,#003f63,#0871d8)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 18px 35px rgba(0,84,140,.22)!important;
}
body.mit-rolls-tools-hub .mit-tool-card .mit-tool-icon:after{
  content:'';
  position:absolute;
  inset:-22px auto auto -22px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:rgba(255,255,255,.15);
}
body.mit-rolls-tools-hub .mit-tool-card .mit-tool-icon i{display:none!important;}
body.mit-rolls-tools-hub .mit-tool-card .mit-tool-icon:before{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:#fff;
  -webkit-text-fill-color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  font-size:21px;
  line-height:1;
  letter-spacing:0;
  text-shadow:0 7px 16px rgba(0,0,0,.25);
}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(1) .mit-tool-icon:before{content:'kg';font-size:23px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(2) .mit-tool-icon:before{content:'δ';font-size:34px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(3) .mit-tool-icon:before{content:'∩';font-size:34px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(4) .mit-tool-icon:before{content:'σ';font-size:34px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(5) .mit-tool-icon:before{content:'F';font-size:34px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(6) .mit-tool-icon:before{content:'N/mm';font-size:15px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(7) .mit-tool-icon:before{content:'RPM';font-size:15px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(8) .mit-tool-icon:before{content:'Nm';font-size:22px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(9) .mit-tool-icon:before{content:'L10';font-size:22px;}
body.mit-rolls-tools-hub .mit-tool-card:nth-child(10) .mit-tool-icon:before{content:'V';font-size:30px;}
body.mit-rolls-tools-hub .mit-tool-card:hover .mit-tool-icon{
  background:linear-gradient(135deg,#ff8a00,#0871d8)!important;
  transform:translateY(-3px) scale(1.04);
}
body.mit-rolls-tools-hub .mit-tool-card b{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;
  color:#ff7b00!important;
  font-weight:900!important;
}
body.mit-rolls-tools-hub .mit-tool-card b:after{
  content:'→';
  width:22px;
  height:22px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,138,0,.12);
  color:#ff7b00;
  transition:.24s ease;
}
body.mit-rolls-tools-hub .mit-tool-card:hover b:after{
  transform:translateX(4px);
  background:#ff8a00;
  color:#fff;
}

/* Maitrix branded phone screen in delivery process section */
.maitrix-phone-visual{
  position:relative!important;
  width:360px!important;
  max-width:100%!important;
  min-height:390px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:26px!important;
  background:radial-gradient(circle at 50% 50%,rgba(8,113,216,.20),transparent 48%)!important;
}
.maitrix-phone-visual>img{
  position:relative!important;
  z-index:1!important;
  width:230px!important;
  height:310px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 24px 36px rgba(0,43,71,.24))!important;
}
.maitrix-phone-screen{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  width:128px;
  height:242px;
  transform:translate(-50%,-50%);
  border-radius:18px;
  padding:14px 11px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.97),rgba(241,249,255,.98));
  box-shadow:inset 0 0 0 1px rgba(0,63,99,.08);
  overflow:hidden;
  font-family:Arial,Helvetica,sans-serif;
}
.maitrix-phone-screen:before{
  content:'';
  position:absolute;
  right:-28px;
  top:-24px;
  width:86px;
  height:86px;
  border-radius:50%;
  background:rgba(255,138,0,.12);
}
.phone-app-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:11px;
}
.phone-app-top img{
  width:38px;
  height:auto;
  display:block;
}
.phone-app-top span{
  color:#003f63;
  font-size:10px;
  font-weight:900;
  line-height:1.05;
}
.phone-app-card{
  position:relative;
  z-index:2;
  border-radius:12px;
  padding:10px;
  background:linear-gradient(135deg,#003f63,#0871d8);
  color:#fff;
  box-shadow:0 12px 24px rgba(0,63,99,.18);
}
.phone-app-card b{
  display:block;
  color:#fff;
  font-size:12px;
  line-height:1.1;
  margin-bottom:4px;
}
.phone-app-card small{
  display:block;
  color:rgba(255,255,255,.82);
  font-size:8px;
  line-height:1.2;
}
.phone-app-stats{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin:8px 0;
}
.phone-app-stats span{
  border-radius:9px;
  background:#fff;
  border:1px solid rgba(0,63,99,.10);
  padding:7px 5px;
  box-shadow:0 8px 18px rgba(0,63,99,.08);
}
.phone-app-stats strong,
.phone-app-stats em{
  display:block;
  text-align:center;
  font-style:normal;
}
.phone-app-stats strong{color:#ff7b00;font-size:12px;font-weight:900;line-height:1;}
.phone-app-stats em{color:#4f6a7c;font-size:7px;font-weight:800;margin-top:3px;}
.phone-app-chart{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  gap:5px;
  height:36px;
  padding:7px 8px;
  margin-bottom:8px;
  border-radius:11px;
  background:linear-gradient(135deg,#eef7fc,#fff);
  border:1px solid rgba(0,63,99,.08);
}
.phone-app-chart i{
  flex:1;
  display:block;
  border-radius:7px 7px 3px 3px;
  background:linear-gradient(180deg,#ff8a00,#0871d8);
}
.phone-app-chart i:nth-child(1){height:28%;opacity:.65}.phone-app-chart i:nth-child(2){height:54%;opacity:.78}.phone-app-chart i:nth-child(3){height:74%;opacity:.9}.phone-app-chart i:nth-child(4){height:96%;}
.phone-app-row{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 0;
  border-top:1px solid rgba(0,63,99,.08);
}
.phone-app-row span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#12c48b;
  box-shadow:0 0 0 4px rgba(18,196,139,.12);
}
.phone-app-row b{font-size:9px;color:#003f63;line-height:1;font-weight:900;}
.phone-app-row em{margin-left:auto;font-style:normal;font-size:8px;color:#ff7b00;font-weight:900;}
@media(max-width:767px){
  .maitrix-phone-visual{min-height:340px!important;}
  .maitrix-phone-screen{width:116px;height:222px;padding:12px 10px;}
}

/* Premium Clientele page */
body.mit-clientele-page{
  background:
    linear-gradient(180deg,#f4fbff 0%,#ffffff 44%,#f4fbff 100%)!important;
}
body.mit-clientele-page .wpo-breadcumb-area{
  position:relative!important;
  overflow:hidden!important;
  padding:82px 0 74px!important;
  background:
    linear-gradient(90deg,rgba(0,34,56,.96),rgba(0,75,116,.88)),
    url('/mitsite/images/shape/clients-bg.jpg') center/cover no-repeat!important;
  border-bottom:4px solid #ff8a00!important;
}
body.mit-clientele-page .wpo-breadcumb-area:before{
  content:'';
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:48px 48px;
  opacity:.38;
}
body.mit-clientele-page .wpo-breadcumb-wrap{position:relative;z-index:2;text-align:left!important;}
body.mit-clientele-page .wpo-breadcumb-wrap h2{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  font-size:clamp(38px,5vw,66px)!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-shadow:0 18px 42px rgba(0,0,0,.38)!important;
}
body.mit-clientele-page .wpo-breadcumb-wrap ul{
  display:inline-flex!important;
  margin-top:18px!important;
  padding:12px 18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  backdrop-filter:blur(12px)!important;
}
body.mit-clientele-page .wpo-breadcumb-wrap ul li,
body.mit-clientele-page .wpo-breadcumb-wrap ul li a,
body.mit-clientele-page .wpo-breadcumb-wrap ul li span{color:#fff!important;font-weight:900!important;}
.mit-client-trust{padding:58px 0 18px;background:linear-gradient(180deg,#fff,#f4fbff);}
.mit-client-trust-card{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(0,63,99,.12);
  border-top:4px solid #ff8a00;
  box-shadow:0 28px 80px rgba(0,63,99,.12);
}
.mit-client-copy span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ff7b00;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
  font-size:13px;
}
.mit-client-copy span:before{content:'';width:32px;height:3px;border-radius:4px;background:#ff8a00;}
.mit-client-copy h1{margin:12px 0 14px;color:#003f63;font-size:clamp(30px,4vw,46px);line-height:1.08;font-weight:900;letter-spacing:0;}
.mit-client-copy p{margin:0;color:#4f6a7c;font-size:17px;line-height:1.75;max-width:760px;}
.mit-client-metrics{display:grid;grid-template-columns:1fr;gap:14px;}
.mit-client-metrics div{
  position:relative;
  overflow:hidden;
  padding:20px 22px;
  border-radius:18px;
  background:linear-gradient(135deg,#003f63,#075f8b);
  color:#fff;
  box-shadow:0 18px 44px rgba(0,63,99,.18);
}
.mit-client-metrics div:after{content:'';position:absolute;right:-28px;top:-28px;width:86px;height:86px;border-radius:50%;background:rgba(255,138,0,.18);}
.mit-client-metrics strong{display:block;color:#fff;font-size:30px;line-height:1;font-weight:900;}
.mit-client-metrics small{display:block;margin-top:7px;color:rgba(255,255,255,.82);font-weight:800;}
body.mit-clientele-page .section-bar.event{padding:64px 0 88px!important;background:transparent!important;}
body.mit-clientele-page .portfolio-tabs{
  display:flex!important;
  justify-content:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin:0 0 34px!important;
  border:0!important;
}
body.mit-clientele-page .portfolio-tabs li{float:none!important;margin:0!important;}
body.mit-clientele-page .portfolio-tabs li a{
  display:inline-flex!important;
  min-width:138px;
  min-height:50px;
  align-items:center;
  justify-content:center;
  border-radius:999px!important;
  padding:13px 24px!important;
  border:1px solid rgba(0,63,99,.13)!important;
  background:#fff!important;
  color:#003f63!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 14px 34px rgba(0,63,99,.10)!important;
  transition:.24s ease!important;
}
body.mit-clientele-page .portfolio-tabs li.active a,
body.mit-clientele-page .portfolio-tabs li a:hover{
  background:linear-gradient(135deg,#ff8a00,#ff6a2a)!important;
  border-color:#ff8a00!important;
  color:#fff!important;
  transform:translateY(-3px);
}
body.mit-clientele-page .tab-content{
  position:relative;
  margin-top:0!important;
  padding:34px!important;
  border-radius:30px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(0,63,99,.12)!important;
  box-shadow:0 30px 90px rgba(0,63,99,.12)!important;
  backdrop-filter:blur(12px);
}
body.mit-clientele-page .tab-content:before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:30px;
  background-image:linear-gradient(rgba(0,63,99,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,63,99,.045) 1px,transparent 1px);
  background-size:34px 34px;
  pointer-events:none;
}
body.mit-clientele-page .tab-pane{position:relative;z-index:1;}
body.mit-clientele-page .tab-pane>.row{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:20px!important;
  margin:0!important;
}
body.mit-clientele-page .tab-pane>.row>[class*='col-']{
  width:auto!important;
  max-width:none!important;
  float:none!important;
  padding:0!important;
}
body.mit-clientele-page .imgWrap{
  position:relative;
  overflow:hidden;
  min-height:138px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(0,63,99,.12);
  box-shadow:0 18px 48px rgba(0,63,99,.09);
  transition:.26s ease;
}
body.mit-clientele-page .imgWrap:before{
  content:'';
  position:absolute;
  right:-36px;
  top:-36px;
  width:96px;
  height:96px;
  border-radius:50%;
  background:rgba(255,138,0,.10);
  transition:.26s ease;
}
body.mit-clientele-page .imgWrap:after{
  content:'Trusted Client';
  position:absolute;
  left:14px;
  bottom:12px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(0,63,99,.06);
  color:#4f6a7c;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(5px);
  transition:.24s ease;
}
body.mit-clientele-page .imgWrap img{
  position:relative;
  z-index:1;
  display:block;
  max-width:100%!important;
  max-height:86px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  filter:saturate(.92) contrast(1.02);
  transition:.26s ease;
}
body.mit-clientele-page .imgDescription{display:none!important;}
body.mit-clientele-page .imgWrap:hover{
  transform:translateY(-8px);
  border-color:rgba(255,138,0,.42);
  box-shadow:0 30px 72px rgba(0,63,99,.17);
}
body.mit-clientele-page .imgWrap:hover:before{background:rgba(8,113,216,.12);transform:scale(1.14);}
body.mit-clientele-page .imgWrap:hover:after{opacity:1;transform:translateY(0);}
body.mit-clientele-page .imgWrap:hover img{transform:scale(1.06);filter:saturate(1.08) contrast(1.04);}
@media(max-width:1199px){body.mit-clientele-page .tab-pane>.row{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media(max-width:767px){
  .mit-client-trust-card{grid-template-columns:1fr;padding:24px;border-radius:22px;}
  .mit-client-metrics{grid-template-columns:1fr;}
  body.mit-clientele-page .tab-content{padding:18px!important;border-radius:22px!important;}
  body.mit-clientele-page .tab-pane>.row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px!important;}
  body.mit-clientele-page .imgWrap{min-height:120px;padding:16px;}
  body.mit-clientele-page .portfolio-tabs li a{min-width:112px;min-height:46px;padding:11px 16px!important;}
}

/* Clientele page header restore and sticky client tabs */
body.mit-clientele-page #header .top_section{
  display:block!important;
  height:auto!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
  margin:0!important;
  overflow:visible!important;
  background:#fff!important;
}
body.mit-clientele-page #header.wpo-site-header{
  background:#fff!important;
  border-top:4px solid #ff8a00!important;
}
body.mit-clientele-page #trueHeader,
body.mit-clientele-page #access.navigation{
  margin-top:0!important;
}
body.mit-clientele-page .section-bar.event .col-md-12:has(.portfolio-tabs){
  position:relative;
}
body.mit-clientele-page .portfolio-tabs{
  position:sticky!important;
  top:0!important;
  z-index:115!important;
  padding:14px 16px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  max-width:max-content!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(0,63,99,.12)!important;
  box-shadow:0 18px 50px rgba(0,63,99,.15)!important;
  backdrop-filter:blur(16px)!important;
}
body.mit-clientele-page .portfolio-tabs:before{
  content:'';
  position:absolute;
  inset:-1px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,138,0,.18),rgba(8,113,216,.12));
  z-index:-1;
}
@media(max-width:991px){
  body.mit-clientele-page .portfolio-tabs{
    top:0!important;
    max-width:100%!important;
    border-radius:20px!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
  }
  body.mit-clientele-page .portfolio-tabs li a{white-space:nowrap!important;}
}

/* Clientele force restore top contact strip + sticky parallax tabs */
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header.wpo-site-header{
  display:block!important;
  background:#fff!important;
  border-top:4px solid #ff8a00!important;
}
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header.wpo-site-header .top_section,
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) header#header .top_section{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  min-height:82px!important;
  max-height:none!important;
  padding:10px 0!important;
  margin:0!important;
  overflow:visible!important;
  background:#fff!important;
}
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .top_section .container,
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .top_section .row,
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .logo-mait,
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .contact-icons{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .contact-icons ul{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
  margin:0!important;
}
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .contact-icons li{
  display:flex!important;
  align-items:center!important;
  visibility:visible!important;
  opacity:1!important;
}
body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .logo-mait img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  max-height:72px!important;
  width:auto!important;
}
body.mit-clientele-page .client-tabs-sticky-wrap,
body.mit-clientele-page .portfolio-tabs{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:999!important;
}
body.mit-clientele-page .portfolio-tabs{
  transform:translateZ(0);
  will-change:transform;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 20px 55px rgba(0,63,99,.18)!important;
}
body.mit-clientele-page .portfolio-tabs.is-stuck,
body.mit-clientele-page .portfolio-tabs:hover{
  box-shadow:0 26px 70px rgba(0,63,99,.22)!important;
}
@media(max-width:991px){
  body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .contact-icons ul{justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;}
  body.mit-inner-page.mit-clientele-page:not(.mit-home-page) #header .logo-mait{text-align:center!important;}
}

/* Clientele scroll-activated parallax/floating tab menu */
body.mit-clientele-page .mit-client-tabs-marker{height:0;}
body.mit-clientele-page .portfolio-tabs.mit-client-tabs-floating{
  position:fixed!important;
  top:14px!important;
  left:50%!important;
  right:auto!important;
  width:auto!important;
  max-width:calc(100vw - 190px)!important;
  transform:translateX(-50%)!important;
  z-index:9999!important;
  margin:0!important;
  padding:12px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(0,63,99,.16)!important;
  box-shadow:0 18px 60px rgba(0,35,58,.24)!important;
  backdrop-filter:blur(18px) saturate(1.2)!important;
  animation:mitClientTabsDrop .28s ease both;
}
body.mit-clientele-page .portfolio-tabs.mit-client-tabs-floating:after{
  content:'';
  position:absolute;
  left:22px;
  right:22px;
  bottom:-4px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff8a00,#0871d8);
  box-shadow:0 8px 18px rgba(255,138,0,.22);
}
@keyframes mitClientTabsDrop{
  from{opacity:0;transform:translate(-50%,-12px);}
  to{opacity:1;transform:translate(-50%,0);}
}
body.mit-clientele-page .portfolio-tabs.mit-client-tabs-floating li a{
  min-width:126px!important;
  min-height:44px!important;
  box-shadow:none!important;
}
@media(max-width:991px){
  body.mit-clientele-page .portfolio-tabs.mit-client-tabs-floating{
    top:10px!important;
    left:10px!important;
    right:10px!important;
    max-width:none!important;
    width:auto!important;
    transform:none!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
    border-radius:18px!important;
  }
  @keyframes mitClientTabsDrop{from{opacity:0;transform:translateY(-12px);}to{opacity:1;transform:translateY(0);}}
}

/* Site-wide parallax sticky main menu bar */
#trueHeader.mit-main-nav-floating{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:9998!important;
  transform:translateZ(0)!important;
  animation:mitMainNavFloat .24s ease both!important;
  box-shadow:0 18px 45px rgba(0,35,58,.22)!important;
}
#trueHeader.mit-main-nav-floating .navigation,
#trueHeader.mit-main-nav-floating .navbar{
  background:linear-gradient(90deg,#003f63,#075f8b)!important;
  border-bottom:3px solid #ff8a00!important;
}
#trueHeader.mit-main-nav-floating #navbar > ul.nav.navbar-nav > li > a{
  min-height:60px!important;
}
#trueHeader.mit-main-nav-floating #navbar > ul.nav.navbar-nav > li > .sub-menu{
  top:60px!important;
}
.mit-main-nav-spacer{display:none;height:0;}
.mit-main-nav-spacer.active{display:block;}
@keyframes mitMainNavFloat{
  from{opacity:.96;transform:translateY(-10px);}
  to{opacity:1;transform:translateY(0);}
}
@media(max-width:991px){
  #trueHeader.mit-main-nav-floating{position:relative!important;top:auto!important;box-shadow:none!important;animation:none!important;}
  .mit-main-nav-spacer.active{display:none!important;height:0!important;}
}

/* Final header behavior: show top contact strip at page load, sticky only menu on scroll */
body:not(.mit-home-page) #header.wpo-site-header,
body.mit-inner-page:not(.mit-home-page) #header.wpo-site-header{
  display:block!important;
  background:#fff!important;
  border-top:4px solid #ff8a00!important;
  margin-top:0!important;
}
body:not(.mit-home-page) #header .top_section,
body.mit-inner-page:not(.mit-home-page) #header .top_section,
body:not(.mit-home-page) header#header .top_section,
body.mit-inner-page:not(.mit-home-page) header#header .top_section{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  min-height:82px!important;
  max-height:none!important;
  padding:10px 0!important;
  margin:0!important;
  overflow:visible!important;
  background:#fff!important;
}
body:not(.mit-home-page) #header .top_section .container,
body:not(.mit-home-page) #header .top_section .row,
body:not(.mit-home-page) #header .logo-mait,
body:not(.mit-home-page) #header .contact-icons,
body.mit-inner-page:not(.mit-home-page) #header .top_section .container,
body.mit-inner-page:not(.mit-home-page) #header .top_section .row,
body.mit-inner-page:not(.mit-home-page) #header .logo-mait,
body.mit-inner-page:not(.mit-home-page) #header .contact-icons{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
body:not(.mit-home-page) #header .contact-icons ul,
body.mit-inner-page:not(.mit-home-page) #header .contact-icons ul{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
  margin:0!important;
}
body:not(.mit-home-page) #header .contact-icons li,
body.mit-inner-page:not(.mit-home-page) #header .contact-icons li{
  display:flex!important;
  align-items:center!important;
  visibility:visible!important;
  opacity:1!important;
}
body:not(.mit-home-page) #header .logo-mait img,
body.mit-inner-page:not(.mit-home-page) #header .logo-mait img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  max-height:72px!important;
  width:auto!important;
}
#trueHeader.mit-main-nav-floating{
  background:#003f63!important;
}
#trueHeader.mit-main-nav-floating + *,
.mit-main-nav-floating .top_section{
  display:none!important;
}
@media(max-width:991px){
  body:not(.mit-home-page) #header .contact-icons ul,
  body.mit-inner-page:not(.mit-home-page) #header .contact-icons ul{justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;}
  body:not(.mit-home-page) #header .logo-mait,
  body.mit-inner-page:not(.mit-home-page) #header .logo-mait{text-align:center!important;}
}

/* Company pages premium UI system */
body.mit-company-page{
  background:linear-gradient(180deg,#f4fbff 0%,#fff 45%,#f4fbff 100%)!important;
  color:#063653!important;
}
body.mit-company-page .wpo-breadcumb-area{
  position:relative!important;
  overflow:hidden!important;
  padding:82px 0 74px!important;
  background:
    linear-gradient(90deg,rgba(0,34,56,.96),rgba(0,75,116,.88)),
    url('/mitsite/images/about-hero.jpg') center/cover no-repeat!important;
  border-bottom:4px solid #ff8a00!important;
}
body.mit-company-page .wpo-breadcumb-area:before{
  content:'';
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:48px 48px;
  opacity:.38;
}
body.mit-company-page .wpo-breadcumb-wrap{
  position:relative;
  z-index:2;
  text-align:left!important;
  max-width:1040px;
  padding:34px!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 30px 80px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(12px)!important;
}
body.mit-company-page .wpo-breadcumb-wrap:before{
  content:'';
  display:block;
  width:74px;
  height:4px;
  margin-bottom:20px;
  border-radius:99px;
  background:linear-gradient(90deg,#ff8a00,#0871d8);
}
body.mit-company-page .wpo-breadcumb-wrap h2{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  font-size:clamp(38px,5vw,64px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-shadow:0 18px 42px rgba(0,0,0,.40)!important;
}
body.mit-company-page .wpo-breadcumb-wrap ul{
  display:inline-flex!important;
  gap:8px!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  margin-top:20px!important;
  padding:12px 18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.22)!important;
}
body.mit-company-page .wpo-breadcumb-wrap ul li,
body.mit-company-page .wpo-breadcumb-wrap ul a,
body.mit-company-page .wpo-breadcumb-wrap ul span{color:#fff!important;font-weight:900!important;opacity:1!important;}
body.mit-company-page .section-bar,
body.mit-company-page .section-padding,
body.mit-company-page .section-team,
body.mit-company-page .wpo-about-area{
  padding-top:78px!important;
  padding-bottom:78px!important;
  background:transparent!important;
}
body.mit-company-page .card-shadow,
body.mit-company-page .box-style,
body.mit-company-page .ourteam,
body.mit-company-page .ourpartners,
body.mit-company-page .content.clearfix{
  position:relative!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(0,63,99,.12)!important;
  border-top:4px solid #ff8a00!important;
  box-shadow:0 28px 80px rgba(0,63,99,.12)!important;
}
body.mit-company-page .card-shadow:before,
body.mit-company-page .ourteam:before,
body.mit-company-page .ourpartners:before,
body.mit-company-page .content.clearfix:before{
  content:'';
  position:absolute;
  right:-45px;
  top:-45px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:rgba(255,138,0,.10);
}
body.mit-company-page .box-style,
body.mit-company-page .card-shadow.p-20{padding:34px!important;}
body.mit-company-page h1,
body.mit-company-page h2,
body.mit-company-page h3,
body.mit-company-page h4{color:#003f63!important;letter-spacing:0!important;}
body.mit-company-page p,
body.mit-company-page li,
body.mit-company-page td{color:#4f6a7c!important;line-height:1.75!important;font-size:16px;}
body.mit-company-page .blue-color{color:#0871d8!important;font-weight:900!important;}
body.mit-company-page img{max-width:100%;height:auto;}
body.mit-company-page .box-style img[style*='float']{
  float:none!important;
  width:min(420px,100%)!important;
  display:block!important;
  margin:0 auto 28px!important;
  padding:18px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#eef7fc,#fff)!important;
  box-shadow:0 20px 54px rgba(0,63,99,.12)!important;
}
body.mit-company-page .ht-tab-menu,
body.mit-company-page .nav-tabs{
  display:flex!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  border:0!important;
  margin-bottom:30px!important;
}
body.mit-company-page .ht-tab-menu li,
body.mit-company-page .nav-tabs li{float:none!important;margin:0!important;}
body.mit-company-page .ht-tab-menu li a,
body.mit-company-page .nav-tabs li a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  padding:13px 24px!important;
  border-radius:999px!important;
  border:1px solid rgba(0,63,99,.12)!important;
  background:#fff!important;
  color:#003f63!important;
  font-weight:900!important;
  box-shadow:0 14px 34px rgba(0,63,99,.10)!important;
  text-decoration:none!important;
}
body.mit-company-page .ht-tab-menu li.active a,
body.mit-company-page .nav-tabs li.active a,
body.mit-company-page .ht-tab-menu li a:hover,
body.mit-company-page .nav-tabs li a:hover{
  background:linear-gradient(135deg,#ff8a00,#ff6a2a)!important;
  color:#fff!important;
  border-color:#ff8a00!important;
  transform:translateY(-3px);
}
body.mit-company-page .tab-content{
  padding:32px!important;
  border-radius:26px!important;
  background:#fff!important;
  border:1px solid rgba(0,63,99,.12)!important;
  box-shadow:0 24px 70px rgba(0,63,99,.10)!important;
}
body.mit-company-page .table-responsive,
body.mit-company-page .table-responisve{
  border-radius:20px!important;
  overflow:hidden!important;
  border:1px solid rgba(0,63,99,.12)!important;
  background:#fff!important;
}
body.mit-company-page table{
  margin:0!important;
  background:#fff!important;
}
body.mit-company-page table th{
  background:linear-gradient(135deg,#003f63,#075f8b)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
  font-size:17px!important;
  font-weight:900!important;
  padding:16px!important;
}
body.mit-company-page table td{
  border-color:rgba(0,63,99,.10)!important;
  padding:14px 16px!important;
  vertical-align:middle!important;
}
body.mit-company-page table tr:nth-child(even) td{background:#f7fbfe!important;}
body.mit-company-page .theme-btn,
body.mit-company-page .theme-btn-s4,
body.mit-company-page .submit-btn,
body.mit-company-page .ht-btn,
body.mit-company-page button.theme-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:13px 24px!important;
  border-radius:12px!important;
  border:0!important;
  background:linear-gradient(135deg,#ff8a00,#ff6a2a)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 16px 36px rgba(255,116,0,.24)!important;
}
body.mit-company-page .setbtnwhat1{background:linear-gradient(135deg,#13b65a,#078c43)!important;}
body.mit-company-page .setbtnwhat2{background:linear-gradient(135deg,#0871d8,#00476d)!important;}
body.mit-company-page i,
body.mit-company-page .fa,
body.mit-company-page .fa-solid,
body.mit-company-page .fa-brands{
  color:inherit!important;
  opacity:1!important;
  visibility:visible!important;
}
body.mit-team-page .section-team .row{display:flex;flex-wrap:wrap;gap:28px 0;}
body.mit-team-page .ourteam{height:100%;padding:30px!important;transition:.25s ease;}
body.mit-team-page .ourteam:hover{transform:translateY(-8px);box-shadow:0 36px 90px rgba(0,63,99,.18)!important;}
body.mit-team-page .content-team h2{font-size:30px!important;font-weight:900!important;margin-bottom:8px!important;}
body.mit-team-page .content-team h5{color:#ff7b00!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.05em;}
body.mit-team-page .icon-teams{display:flex!important;justify-content:center!important;gap:10px!important;margin-top:18px!important;}
body.mit-team-page .icon-teams a{
  width:40px;height:40px;border-radius:50%;display:inline-flex!important;align-items:center;justify-content:center;
  background:#eef7fc!important;color:#003f63!important;border:1px solid rgba(0,63,99,.12)!important;text-decoration:none!important;
}
body.mit-team-page .icon-teams a:hover{background:#ff8a00!important;color:#fff!important;transform:translateY(-3px);}
body.mit-partners-page .ourpartners{
  display:flex!important;align-items:center;justify-content:center;min-height:160px;padding:26px!important;transition:.25s ease;text-decoration:none!important;
}
body.mit-partners-page .ourpartners img{max-height:88px!important;object-fit:contain!important;filter:saturate(.95) contrast(1.03);}
body.mit-partners-page .ourpartners:hover{transform:translateY(-8px);border-color:rgba(255,138,0,.42)!important;box-shadow:0 34px 84px rgba(0,63,99,.18)!important;}
body.mit-csr-page .error-404-section .content.clearfix{
  max-width:1040px;margin:0 auto!important;padding:48px!important;text-align:left!important;
  background:linear-gradient(135deg,#fff,#f7fbfe)!important;
}
body.mit-csr-page .error-message h1{
  color:#003f63!important;
  font-size:clamp(28px,4vw,48px)!important;
  line-height:1.16!important;
  font-weight:900!important;
  margin-bottom:26px!important;
}
body.mit-csr-page .error-message h1:before{
  content:'CSR';display:inline-flex;margin-right:14px;margin-bottom:12px;padding:9px 14px;border-radius:12px;background:#ff8a00;color:#fff;font-size:18px;vertical-align:middle;
}
body.mit-pay-page .payments.table-upi{padding:32px!important;}
body.mit-pay-page select,
body.mit-pay-page input.form-control,
body.mit-pay-page input[type='text']{
  border:1px solid rgba(0,63,99,.16)!important;border-radius:12px!important;min-height:44px!important;color:#003f63!important;
}
body.mit-career-page .card-shadow{margin-bottom:30px!important;}
body.mit-career-page .card-shadow:after{
  content:'Open Role';position:absolute;right:22px;top:22px;padding:7px 11px;border-radius:999px;background:rgba(255,138,0,.12);color:#ff7b00;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.05em;
}
@media(max-width:767px){
  body.mit-company-page .wpo-breadcumb-wrap{padding:24px!important;border-radius:22px!important;}
  body.mit-company-page .box-style,body.mit-company-page .card-shadow.p-20,body.mit-company-page .tab-content{padding:22px!important;}
  body.mit-company-page .section-bar,body.mit-company-page .section-padding,body.mit-company-page .section-team,body.mit-company-page .wpo-about-area{padding-top:52px!important;padding-bottom:52px!important;}
  body.mit-company-page .ht-tab-menu,body.mit-company-page .nav-tabs{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:8px!important;}
  body.mit-company-page table th,body.mit-company-page table td{font-size:14px!important;padding:12px!important;}
}

/* Clean sticky menu final: one menu only, top contact visible on load */
#trueHeader,
#trueHeader.mit-main-nav-floating{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  z-index:9998!important;
  transform:none!important;
  animation:none!important;
  box-shadow:0 14px 34px rgba(0,35,58,.18)!important;
}
#trueHeader .navigation,
#trueHeader .navbar,
#trueHeader.mit-main-nav-floating .navigation,
#trueHeader.mit-main-nav-floating .navbar{
  background:linear-gradient(90deg,#003f63,#075f8b)!important;
  border-bottom:3px solid #ff8a00!important;
}
.mit-main-nav-spacer,
.mit-main-nav-spacer.active{
  display:none!important;
  height:0!important;
}
body:not(.mit-home-page) #header .top_section,
body.mit-inner-page:not(.mit-home-page) #header .top_section{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  min-height:82px!important;
}
@media(max-width:991px){
  #trueHeader,#trueHeader.mit-main-nav-floating{position:relative!important;top:auto!important;box-shadow:none!important;}
}

/* COMPANY TAB PREMIUM REFINEMENT 2026 */
body.mit-inner-page #trueHeader{position:sticky!important;top:0!important;z-index:9998!important;box-shadow:0 16px 32px rgba(0,48,82,.14)}
body.mit-inner-page #trueHeader.mit-main-nav-floating{position:sticky!important;top:0!important;left:auto!important;right:auto!important;animation:none!important}
body.mit-inner-page .mit-main-nav-spacer,body.mit-inner-page .mit-main-nav-spacer.active{display:none!important;height:0!important}
body.mit-company-page{background:#f3f9fc;color:#053657}
body.mit-company-page .wpo-breadcumb-area{position:relative;overflow:hidden;border-bottom:4px solid #ff8a00;background:linear-gradient(120deg,rgba(0,54,86,.92),rgba(0,92,137,.86)),url('../images/slide/slide-2.jpg') center/cover no-repeat!important;min-height:310px;display:flex;align-items:center}
body.mit-company-page .wpo-breadcumb-area:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;opacity:.75}
body.mit-company-page .wpo-breadcumb-wrap{position:relative;padding:42px 48px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(0,55,86,.46);box-shadow:0 24px 70px rgba(0,20,36,.32);backdrop-filter:blur(10px);max-width:940px}
body.mit-company-page .wpo-breadcumb-wrap h2{color:#fff!important;font-size:clamp(36px,5vw,68px)!important;line-height:1.05!important;font-weight:900!important;letter-spacing:0!important;text-shadow:0 8px 28px rgba(0,0,0,.28)}
body.mit-company-page .wpo-breadcumb-wrap ul{display:inline-flex!important;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px!important;padding:12px 22px!important;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18)}
body.mit-company-page .wpo-breadcumb-wrap ul li,body.mit-company-page .wpo-breadcumb-wrap ul a,body.mit-company-page .wpo-breadcumb-wrap ul span{color:#fff!important;font-weight:800!important;text-decoration:none!important}
.mit-kicker{display:inline-flex;align-items:center;gap:10px;color:#ff8200!important;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mit-kicker:before{content:"";width:30px;height:3px;border-radius:99px;background:#ff8a00;display:inline-block}
.mit-about-trust-strip,.mit-pay-trust-panel,.mit-csr-premium{padding:56px 0;background:linear-gradient(180deg,#f8fcff,#eef7fc)}
.mit-about-trust-card,.mit-pay-trust-card,.mit-csr-hero-card,.mit-csr-belief{border-radius:24px;background:linear-gradient(135deg,#fff,rgba(255,255,255,.84));border:1px solid rgba(0,74,116,.14);box-shadow:0 28px 70px rgba(0,47,74,.12);padding:38px;position:relative;overflow:hidden}
.mit-about-trust-card:after,.mit-pay-trust-card:after,.mit-csr-hero-card:after{content:"";position:absolute;right:-60px;top:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,138,0,.18),transparent 68%)}
.mit-about-trust-card,.mit-pay-trust-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:28px;align-items:center}.mit-about-trust-card h2,.mit-pay-trust-card h2,.mit-csr-hero-card h2,.mit-csr-belief h3{font-size:clamp(30px,4vw,52px);line-height:1.12;color:#053657;font-weight:900;margin:12px 0 14px}.mit-about-trust-card p,.mit-pay-trust-card p,.mit-csr-hero-card p,.mit-csr-belief p{font-size:18px;line-height:1.8;color:#48657b}.mit-about-metrics,.mit-pay-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mit-about-metrics span,.mit-pay-proof-grid span{border-radius:18px;padding:20px;background:#06496f;color:#fff;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 34px rgba(0,57,91,.16)}.mit-about-metrics b{display:block;color:#ff8a00;font-size:30px;line-height:1}
body.mit-about-page .card-shadow{border-radius:24px!important;border:1px solid rgba(0,74,116,.13)!important;box-shadow:0 24px 70px rgba(0,47,74,.12)!important;background:#fff!important}body.mit-about-page .card-shadow img{border-radius:22px;filter:drop-shadow(0 18px 34px rgba(0,59,91,.15))}body.mit-about-page .wpo-about-area .wpo-mission-wrap{border-radius:26px;background:#fff;box-shadow:0 28px 70px rgba(0,47,74,.12);border:1px solid rgba(0,74,116,.13);padding:34px}body.mit-about-page .ht-tab-menu li a{border-radius:999px!important;border:1px solid rgba(0,74,116,.16)!important;background:#fff!important;color:#053657!important;font-weight:900!important;box-shadow:0 14px 30px rgba(0,47,74,.08)}body.mit-about-page .ht-tab-menu li.active a,body.mit-about-page .ht-tab-menu li a:hover{background:linear-gradient(135deg,#ff8a00,#ff6a00)!important;color:#fff!important;border-color:#ff8a00!important}
body.mit-team-page .section-team{padding:72px 0;background:linear-gradient(180deg,#f8fcff,#eef7fc)}body.mit-team-page .section-team .container:before{content:"Leadership, Delivery and Growth Team";display:block;text-align:center;font-size:clamp(30px,4vw,54px);line-height:1.1;font-weight:900;color:#053657;margin-bottom:12px}body.mit-team-page .section-team .container:after{content:"A multidisciplinary team working across strategy, project delivery, design, development, marketing, support and client growth.";display:block;text-align:center;max-width:780px;margin:0 auto 42px;color:#536f84;font-size:18px;line-height:1.7}body.mit-team-page .section-team .row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}body.mit-team-page .section-team .row>[class*="col-"]{width:auto!important;max-width:none!important;float:none!important;padding:0!important}.mit-team-page .ourteam{height:100%;min-height:360px;text-align:left!important;position:relative;overflow:hidden;padding:30px 28px!important;border-radius:24px!important;background:linear-gradient(145deg,#fff,#f7fbfd)!important;border:1px solid rgba(0,74,116,.14)!important;box-shadow:0 24px 60px rgba(0,47,74,.12)!important;transition:transform .25s ease,box-shadow .25s ease}.mit-team-page .ourteam:hover{transform:translateY(-8px);box-shadow:0 34px 80px rgba(0,47,74,.18)!important}.mit-team-page .ourteam:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#ff8a00,#006fc9)}.mit-team-page .ourteam:after{content:"";position:absolute;right:-54px;top:-54px;width:150px;height:150px;border-radius:50%;background:rgba(255,138,0,.10)}.mit-team-avatar{width:82px;height:82px;border-radius:22px;background:linear-gradient(135deg,#004468,#0077d8);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;box-shadow:0 18px 34px rgba(0,81,128,.22);margin-bottom:22px}.mit-team-avatar span{font-size:26px}.mit-team-avatar small{font-size:11px;color:#ffd9ad;text-transform:uppercase;letter-spacing:.08em}.mit-team-page .content-team h2{font-size:25px!important;line-height:1.18!important;color:#053657!important;margin:0 0 8px!important}.mit-team-page .content-team h6{font-size:13px!important;line-height:1.35!important;letter-spacing:.06em;text-transform:uppercase;color:#ff7a00!important;font-weight:900!important;min-height:36px}.mit-team-page .content-team p{font-size:15.5px!important;line-height:1.75!important;color:#4f6d82!important}.mit-team-growth{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.mit-team-growth span{font-size:12px;font-weight:900;color:#053657;background:#eef7fc;border:1px solid #d5e8f2;border-radius:999px;padding:7px 10px}.mit-team-page .icon-teams{margin-top:18px!important;text-align:left!important;display:flex;gap:9px}.mit-team-page .icon-teams a{width:34px;height:34px;border-radius:50%;display:inline-flex!important;align-items:center;justify-content:center;color:#fff!important;background:#06496f;box-shadow:0 10px 22px rgba(0,52,83,.16);text-decoration:none!important;font-weight:900;font-size:12px}.mit-team-page .icon-teams a:nth-child(1)::before{content:"f"}.mit-team-page .icon-teams a:nth-child(2){background:linear-gradient(135deg,#7b35ff,#ff7a00)}.mit-team-page .icon-teams a:nth-child(2)::before{content:"IG"}.mit-team-page .icon-teams a:nth-child(3){background:#0878b8}.mit-team-page .icon-teams a:nth-child(3)::before{content:"in"}.mit-team-page .icon-teams a:nth-child(4){background:#020b12}.mit-team-page .icon-teams a:nth-child(4)::before{content:"X"}.mit-team-page .icon-teams i{display:none!important}
body.mit-pay-page .mit-pay-trust-panel{padding-bottom:0}body.mit-pay-page .payments.table-upi{border-radius:26px!important;background:#fff!important;border:1px solid rgba(0,74,116,.14)!important;box-shadow:0 30px 80px rgba(0,47,74,.13)!important;padding:30px!important}body.mit-pay-page .table-list th,body.mit-pay-page .table-upi th{background:linear-gradient(135deg,#06496f,#0062a3)!important;color:#fff!important;font-size:20px!important;padding:18px!important;border:0!important}body.mit-pay-page .table-upi td{padding:14px 16px!important;color:#334f63!important;vertical-align:middle!important}body.mit-pay-page .form-control{height:46px;border-radius:12px!important;border:1px solid #cfe1ec!important;box-shadow:none!important}body.mit-pay-page .paynow-i button,body.mit-pay-page .theme-btn{border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#ff8a00,#ff6a00)!important;box-shadow:0 16px 30px rgba(255,122,0,.24)!important;padding:14px 34px!important;font-weight:900!important}body.mit-pay-page .divider_line2{display:flex;justify-content:center;margin:28px 0!important}body.mit-pay-page .divider_line2 ul{padding:0!important;margin:0!important}body.mit-pay-page .divider_line2 .or{list-style:none!important;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#06496f;color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(0,48,82,.18)}body.mit-pay-page .box-style{margin-top:34px!important;border-radius:24px!important;background:linear-gradient(180deg,#f8fcff,#eef7fc)!important;border:1px solid rgba(0,74,116,.13)!important;padding:30px!important}body.mit-pay-page .box-style h2{font-size:32px!important;font-weight:900!important;color:#053657!important;margin-bottom:20px!important}.mit-pay-page .para-ul.table-upi{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;padding:0!important;margin:0!important;background:transparent!important}.mit-pay-page .para-ul.table-upi li{list-style:none!important;border-radius:18px;background:#fff;border:1px solid rgba(0,74,116,.13);padding:20px!important;box-shadow:0 16px 38px rgba(0,47,74,.10);min-height:170px;display:flex;flex-direction:column;gap:10px;position:relative}.mit-pay-page .para-ul.table-upi li>.fa{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#ff8a00,#006fc9);color:#fff!important;display:grid!important;place-items:center}.mit-pay-page .para-ul.table-upi strong{font-size:17px!important;color:#053657!important}.mit-pay-page .para-ul.table-upi i:not(.fa){font-style:normal!important;color:#557086!important;line-height:1.55!important;font-size:14px!important;display:block!important}
.mit-csr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:28px 0}.mit-csr-card{border-radius:24px;background:#fff;border:1px solid rgba(0,74,116,.14);padding:30px;box-shadow:0 24px 60px rgba(0,47,74,.11);transition:transform .25s ease}.mit-csr-card:hover{transform:translateY(-8px)}.mit-csr-icon{width:70px;height:70px;border-radius:20px;background:linear-gradient(135deg,#06496f,#0075cb);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:20px;box-shadow:0 18px 34px rgba(0,81,128,.22)}.mit-csr-card h3{font-size:24px;color:#053657;font-weight:900;margin-bottom:12px}.mit-csr-card p{font-size:16.5px;line-height:1.75;color:#506c80}.mit-csr-belief{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.mit-csr-points{display:grid;gap:14px}.mit-csr-points span{border-radius:16px;background:#06496f;color:#fff;padding:16px 18px;font-weight:900;border-left:5px solid #ff8a00}
@media(max-width:991px){.mit-about-trust-card,.mit-pay-trust-card,.mit-csr-belief{grid-template-columns:1fr}.mit-csr-grid,body.mit-team-page .section-team .row{grid-template-columns:1fr 1fr}.mit-pay-page .para-ul.table-upi{grid-template-columns:1fr 1fr}body.mit-company-page .wpo-breadcumb-wrap{padding:30px}}
@media(max-width:640px){.mit-csr-grid,body.mit-team-page .section-team .row,.mit-pay-page .para-ul.table-upi,.mit-about-metrics,.mit-pay-proof-grid{grid-template-columns:1fr}body.mit-company-page .wpo-breadcumb-wrap h2{font-size:34px!important}}
/* ABOUT PAGE TARGETED FIX 2026 */
body.mit-about-page .wpo-breadcumb-wrap h2{max-width:980px;}
.mit-about-story-section{padding:58px 0;background:linear-gradient(180deg,#eef7fc 0%,#f8fcff 100%);}
.mit-about-story-card{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:38px;align-items:center;padding:42px;border-radius:28px;background:#fff;border:1px solid rgba(0,74,116,.14);box-shadow:0 30px 80px rgba(0,47,74,.13);position:relative;overflow:hidden;}
.mit-about-story-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,138,0,.08),transparent 38%,rgba(0,111,201,.07));pointer-events:none;}
.mit-about-visual,.mit-about-story-content{position:relative;z-index:1;}
.mit-about-visual{border-radius:26px;background:linear-gradient(145deg,#f7fbff,#eaf5fb);padding:34px;border:1px solid rgba(0,74,116,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 18px 46px rgba(0,47,74,.10);}
body.mit-about-page .mit-about-visual img{display:block!important;width:100%!important;max-width:420px!important;height:auto!important;margin:0 auto!important;float:none!important;border-radius:22px!important;filter:drop-shadow(0 18px 30px rgba(0,59,91,.14))!important;}
.mit-about-since{margin:24px auto 0;max-width:360px;border-radius:18px;background:#06496f;color:#fff;padding:18px 20px;border-left:5px solid #ff8a00;box-shadow:0 16px 34px rgba(0,47,74,.18);}
.mit-about-since strong{display:block;font-size:26px;line-height:1;color:#ffb257;margin-bottom:6px;}.mit-about-since span{font-size:14px;line-height:1.5;color:#eaf7ff;}
.mit-about-story-content h2{font-size:clamp(30px,4vw,48px)!important;line-height:1.12!important;color:#053657!important;font-weight:900!important;margin:12px 0 18px!important;letter-spacing:0!important;}.mit-about-story-content h2 span{color:#0b72d0!important;}
.mit-about-story-content p{font-size:17px!important;line-height:1.82!important;color:#4e697d!important;margin-bottom:14px!important;text-align:left!important;}
.mit-about-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0;}.mit-about-solution-grid div{border-radius:18px;background:linear-gradient(145deg,#f8fcff,#fff);border:1px solid rgba(0,74,116,.12);padding:18px;box-shadow:0 12px 30px rgba(0,47,74,.08);}.mit-about-solution-grid b{display:block;color:#053657;font-size:17px;margin-bottom:7px;}.mit-about-solution-grid span{display:block;color:#536f84;font-size:14.5px;line-height:1.55;}
.mit-about-global-note{border-radius:18px;background:#fff5e9;border:1px solid rgba(255,138,0,.22);padding:16px 18px!important;color:#334f63!important;font-weight:700;}
body.mit-about-page .wpo-about-area{padding-top:60px!important;}body.mit-about-page .wpo-section-title h2{font-size:clamp(32px,4vw,52px)!important;color:#053657!important;line-height:1.12!important;font-weight:900!important;}body.mit-about-page .wpo-section-title span{color:#0b72d0!important;font-weight:900!important;letter-spacing:.06em;}
body.mit-about-page .wpo-mission-wrap{overflow:hidden;}body.mit-about-page .ht-tab-menu{gap:18px!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0 0 28px!important;}body.mit-about-page .ht-tab-menu li{list-style:none!important;margin:0!important;padding:0!important;}body.mit-about-page .ht-tab-menu li:before,body.mit-about-page .ht-tab-menu li:after{display:none!important;content:none!important;}body.mit-about-page .ht-tab-menu li a{display:flex!important;align-items:center!important;justify-content:center!important;min-width:190px!important;padding:16px 24px!important;}
body.mit-about-page .tabs-style{display:flex!important;align-items:stretch!important;}body.mit-about-page .tabs-style .img-side{height:100%;min-height:330px;border-radius:22px;overflow:hidden;background:#eef7fc;box-shadow:0 18px 40px rgba(0,47,74,.12);}body.mit-about-page .tabs-style .img-side img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:22px!important;filter:none!important;}body.mit-about-page .tabs-style .content-text{height:100%;border-radius:22px;background:linear-gradient(145deg,#fff,#f8fcff);border:1px solid rgba(0,74,116,.12);padding:30px;box-shadow:0 18px 40px rgba(0,47,74,.08);}body.mit-about-page .tabs-style .content-text p{font-size:17px!important;line-height:1.85!important;color:#47657b!important;text-align:left!important;}
@media(max-width:991px){.mit-about-story-card{grid-template-columns:1fr;padding:28px}.mit-about-solution-grid{grid-template-columns:1fr}body.mit-about-page .tabs-style{display:block!important}body.mit-about-page .tabs-style .img-side{min-height:240px;margin-bottom:22px}}
/* TEAM AND PAYNOW TARGETED REFINEMENT 2026 */
body.mit-team-page .section-team{position:relative;}
body.mit-team-page .section-team:before{content:"";position:absolute;left:50%;top:38px;transform:translateX(-50%);width:min(1040px,86vw);height:132px;border-radius:30px;background:linear-gradient(135deg,rgba(0,70,108,.08),rgba(255,138,0,.08));border:1px solid rgba(0,74,116,.08);pointer-events:none;}
body.mit-team-page .section-team .container{position:relative;z-index:1;}
body.mit-team-page .section-team .container:before{padding-top:18px;}
.mit-team-page .ourteam{padding-top:34px!important;display:flex;flex-direction:column;}
.mit-team-page .content-team{flex:1;display:flex;flex-direction:column;}
.mit-team-page .content-team p{min-height:96px;}
.mit-team-page .content-team h6{display:inline-flex!important;align-items:center;width:max-content;max-width:100%;padding:8px 13px!important;border-radius:999px;background:#fff5e9;border:1px solid rgba(255,138,0,.28);color:#053657!important;white-space:normal;}
.mit-team-page .mit-team-growth{margin-top:auto;padding-top:14px;}
.mit-team-page .mit-team-growth span{background:#eef8ff!important;color:#05466f!important;border-color:#cfe5f1!important;box-shadow:0 8px 16px rgba(0,48,82,.06);}
.mit-team-page .mit-team-growth span:first-child{background:#fff1df!important;color:#c45e00!important;border-color:#ffd3a1!important;}
.mit-team-page .mit-team-avatar small{color:#fff!important;opacity:.9;}
body.mit-pay-page .mit-pay-steps-panel{overflow:visible!important;padding:34px!important;background:linear-gradient(145deg,#ffffff,#f7fbff)!important;}
body.mit-pay-page .mit-pay-steps-panel .mit-kicker{margin-bottom:8px;}
body.mit-pay-page .mit-pay-steps-panel h2{margin-bottom:26px!important;}
.mit-pay-steps-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:stretch;}
.mit-pay-step{position:relative;min-height:210px;border-radius:22px;background:#fff;border:1px solid rgba(0,74,116,.14);box-shadow:0 18px 42px rgba(0,47,74,.10);padding:26px 20px 22px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease;}
.mit-pay-step:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(0,47,74,.16);}
.mit-pay-step:after{content:"";position:absolute;right:-36px;top:-36px;width:112px;height:112px;border-radius:50%;background:rgba(255,138,0,.10);}
.mit-pay-step span{position:relative;z-index:1;width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#ff8a00,#006fc9);color:#fff;font-weight:900;font-size:18px;box-shadow:0 14px 28px rgba(0,93,154,.18);margin-bottom:18px;}
.mit-pay-step strong{position:relative;z-index:1;display:block;color:#053657;font-size:18px;line-height:1.25;margin-bottom:10px;}
.mit-pay-step p{position:relative;z-index:1;color:#536f84;font-size:14.8px!important;line-height:1.65!important;margin:0!important;text-align:left!important;}
body.mit-pay-page .right_sidebar{display:none!important;}body.mit-pay-page .section-bar>.container>.right_sidebar+*{display:none!important;}
@media(max-width:1100px){.mit-pay-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.mit-pay-step{min-height:190px;}}
@media(max-width:720px){.mit-pay-steps-grid{grid-template-columns:1fr;}body.mit-team-page .section-team:before{height:180px;}}
/* FINAL PARALLAX MENU FIX 2026 */
body.mit-inner-page #header{position:relative!important;z-index:9998!important;}
body.mit-inner-page #trueHeader{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:9999!important;transition:box-shadow .22s ease, transform .22s ease;background:#06496f!important;}
body.mit-inner-page #trueHeader.mit-main-nav-floating{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10050!important;box-shadow:0 18px 38px rgba(0,35,58,.28)!important;animation:mitNavDrop .22s ease both;}
body.mit-inner-page .mit-main-nav-spacer{display:block!important;height:0;}
body.mit-inner-page .mit-main-nav-spacer.active{display:block!important;}
@keyframes mitNavDrop{from{transform:translateY(-12px);opacity:.96}to{transform:translateY(0);opacity:1}}
@media(max-width:991px){body.mit-inner-page #trueHeader,body.mit-inner-page #trueHeader.mit-main-nav-floating{position:relative!important;top:auto!important;box-shadow:none!important}.mit-main-nav-spacer{display:none!important;height:0!important}}
/* GLOBAL PARALLAX MENU HARD FIX 2026 */
#trueHeader{width:100%;z-index:9999;background:#06496f!important;transition:box-shadow .22s ease,transform .22s ease;}
#trueHeader.mit-main-nav-floating{background:#06496f!important;border-bottom:2px solid #ff8a00!important;animation:mitNavDrop .22s ease both;}
.mit-main-nav-spacer{display:none;height:0;}
.mit-main-nav-spacer.active{display:block;}
@keyframes mitNavDrop{from{transform:translateY(-10px);opacity:.96}to{transform:translateY(0);opacity:1}}
@media(max-width:991px){#trueHeader,#trueHeader.mit-main-nav-floating{position:relative!important;top:auto!important;box-shadow:none!important}.mit-main-nav-spacer,.mit-main-nav-spacer.active{display:none!important;height:0!important}}
/* TECHNOLOGY PAGE PREMIUM FINAL 2026 */
body.mit-technology-page .section-bar.bg-gray {
  position: relative;
  overflow: hidden !important;
  padding: 72px 0 92px !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,138,0,.10), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(8,106,216,.12), transparent 28%),
    linear-gradient(180deg, #f4fbff 0%, #ffffff 44%, #eef8ff 100%) !important;
}
body.mit-technology-page .section-bar.bg-gray:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(0,59,99,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,.055) 1px, transparent 1px);
  background-size: 42px 42px;
}
body.mit-technology-page .section-bar.bg-gray > .container {
  position: relative;
  z-index: 1;
  max-width: 1180px !important;
}
body.mit-technology-page .mit-tech-intro {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}
body.mit-technology-page .mit-tech-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: 999px;
  color: #003b63;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(0,59,99,.12);
  box-shadow: 0 14px 32px rgba(0,59,99,.08);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.mit-technology-page .mit-tech-kicker:before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8a00, #086ad8);
}
body.mit-technology-page .mit-tech-intro h1 {
  margin: 18px auto 14px !important;
  max-width: 900px;
  color: #003b63 !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
}
body.mit-technology-page .mit-tech-intro p {
  max-width: 780px;
  margin: 0 auto !important;
  color: #4b6578 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}
body.mit-technology-page .mit-tech-metrics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
body.mit-technology-page .mit-tech-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,59,99,.12);
  color: #466174;
  box-shadow: 0 14px 30px rgba(0,59,99,.07);
  font-weight: 800;
}
body.mit-technology-page .mit-tech-metrics strong { color: #ff8a00; font-size: 18px; }
body.mit-technology-page .home-techno-tabs.bhoechie-tab-container {
  display: grid !important;
  grid-template-columns: 270px minmax(0, 1fr) !important;
  gap: 28px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 30px !important;
  overflow: visible !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(0,59,99,.13) !important;
  box-shadow: 0 32px 90px rgba(0,59,99,.13) !important;
  backdrop-filter: blur(16px);
}
body.mit-technology-page .bhoechie-tab-menu,
body.mit-technology-page .bhoechie-tab {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
}
body.mit-technology-page .bhoechie-tab-menu .list-group {
  position: sticky;
  top: 96px;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 8px !important;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,251,255,.94));
  border: 1px solid rgba(0,59,99,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 44px rgba(0,59,99,.08);
}
body.mit-technology-page .bhoechie-tab-menu .list-group a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  min-height: 52px;
  padding: 13px 14px 13px 48px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(0,59,99,.10) !important;
  color: #003b63 !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(0,59,99,.045) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
body.mit-technology-page .bhoechie-tab-menu .list-group a:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(255,138,0,.95), rgba(8,106,216,.95));
  box-shadow: 0 10px 18px rgba(0,59,99,.14);
}
body.mit-technology-page .bhoechie-tab-menu .list-group a:after { display: none !important; }
body.mit-technology-page .bhoechie-tab-menu .list-group a.active,
body.mit-technology-page .bhoechie-tab-menu .list-group a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #003b63 0%, #075b87 54%, #086ad8 100%) !important;
  border-color: rgba(255,138,0,.34) !important;
  transform: translateX(4px);
  box-shadow: 0 16px 36px rgba(0,59,99,.16) !important;
}
body.mit-technology-page .bhoechie-tab-menu .list-group a.active:before,
body.mit-technology-page .bhoechie-tab-menu .list-group a:hover:before { background: linear-gradient(135deg, #fff, #ffedd9); }
body.mit-technology-page .bhoechie-tab {
  padding: 24px !important;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 4%, rgba(255,138,0,.12), transparent 24%),
    linear-gradient(145deg, #ffffff, #f5fbff) !important;
  border: 1px solid rgba(0,59,99,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  overflow: visible !important;
}
body.mit-technology-page .bhoechie-tab:before {
  content: "Select a stack and explore our capability";
  display: block;
  width: fit-content;
  margin: 0 0 20px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ff8a00;
  background: rgba(255,138,0,.10);
  border: 1px solid rgba(255,138,0,.20);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.mit-technology-page div.bhoechie-tab div.bhoechie-tab-content { display: none !important; opacity: 0; }
body.mit-technology-page div.bhoechie-tab div.bhoechie-tab-content.active { display: block !important; opacity: 1; }
body.mit-technology-page .tech-service-link {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}
body.mit-technology-page .tech-service-link li {
  float: none !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow: visible !important;
}
body.mit-technology-page .tech-service-link li:before { display: none !important; }
body.mit-technology-page .tech-service-link li .tech-service-sqr,
body.mit-technology-page .tech-service-link li > div.tech-service-sqr {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 164px !important;
  padding: 22px 14px !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 18px 42px rgba(0,59,99,.08) !important;
  text-decoration: none !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
body.mit-technology-page .tech-service-link li .tech-service-sqr:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #086ad8);
  opacity: .9;
}
body.mit-technology-page .tech-service-link li .tech-service-sqr:after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255,138,0,.10);
}
body.mit-technology-page .tech-service-link li .tech-service-sqr:hover {
  transform: translateY(-8px) scale(1.015) !important;
  border-color: rgba(255,138,0,.42) !important;
  background: #fff !important;
  box-shadow: 0 30px 70px rgba(0,59,99,.15) !important;
}
body.mit-technology-page .tech-ic {
  position: relative;
  z-index: 1;
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #ffffff, #eef8ff) !important;
  border: 1px solid rgba(0,59,99,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 14px 28px rgba(0,59,99,.10) !important;
}
body.mit-technology-page .tech-ic .web-tech-service-icon-img {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 54px !important;
  height: 54px !important;
}
body.mit-technology-page .tech-ic img,
body.mit-technology-page .tech-ic svg {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 52px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.mit-technology-page .tech-service-sqr span,
body.mit-technology-page .tech-service-sqr h3 {
  position: relative;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: #003b63 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.28 !important;
  text-align: center !important;
  overflow-wrap: anywhere;
}
@media (max-width: 1199px) {
  body.mit-technology-page .home-techno-tabs.bhoechie-tab-container { grid-template-columns: 240px minmax(0,1fr) !important; gap: 20px !important; }
  body.mit-technology-page .tech-service-link { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important; }
}
@media (max-width: 991px) {
  body.mit-technology-page .home-techno-tabs.bhoechie-tab-container { grid-template-columns: 1fr !important; padding: 20px !important; }
  body.mit-technology-page .bhoechie-tab-menu .list-group { position: relative; top: auto; display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  body.mit-technology-page .bhoechie-tab-menu .list-group a.active,
  body.mit-technology-page .bhoechie-tab-menu .list-group a:hover { transform: translateY(-2px); }
}
@media (max-width: 575px) {
  body.mit-technology-page .section-bar.bg-gray { padding: 46px 0 64px !important; }
  body.mit-technology-page .bhoechie-tab-menu .list-group,
  body.mit-technology-page .tech-service-link { grid-template-columns: 1fr !important; }
  body.mit-technology-page .mit-tech-intro h1 { font-size: 32px !important; }
  body.mit-technology-page .home-techno-tabs.bhoechie-tab-container { border-radius: 22px !important; padding: 14px !important; }
  body.mit-technology-page .bhoechie-tab { padding: 16px !important; }
}

/* PORTFOLIO PAGE PREMIUM FINAL 2026 */
body.mit-portfolio-page .section-bar.event {
  position: relative;
  overflow: hidden !important;
  padding: 74px 0 92px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,138,0,.10), transparent 25%),
    radial-gradient(circle at 88% 10%, rgba(8,106,216,.13), transparent 28%),
    linear-gradient(180deg, #f4fbff 0%, #ffffff 42%, #eef8ff 100%) !important;
}
body.mit-portfolio-page .section-bar.event:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: linear-gradient(rgba(0,59,99,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,.055) 1px, transparent 1px);
  background-size: 42px 42px;
}
body.mit-portfolio-page .section-bar.event > .container { position: relative; z-index: 1; max-width: 1180px !important; }
body.mit-portfolio-page .mit-portfolio-intro {
  position: relative;
  margin: 0 auto 34px;
  padding: 34px 36px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, #003b63 0%, #07577e 54%, #086ad8 145%);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 90px rgba(0,59,99,.20);
  color: #fff;
}
body.mit-portfolio-page .mit-portfolio-intro:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,138,0,.34), transparent 64%);
}
body.mit-portfolio-page .mit-portfolio-intro:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 36px 36px;
}
body.mit-portfolio-page .mit-portfolio-headgrid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; align-items: end; }
body.mit-portfolio-page .mit-portfolio-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffb35b;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
body.mit-portfolio-page .mit-portfolio-kicker:before { content: ""; width: 32px; height: 3px; border-radius: 999px; background: #ff8a00; }
body.mit-portfolio-page .mit-portfolio-intro h1 {
  margin: 0 0 16px !important;
  color: #fff !important;
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 60px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
}
body.mit-portfolio-page .mit-portfolio-intro p {
  margin: 0 !important;
  max-width: 720px;
  color: rgba(255,255,255,.82) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}
body.mit-portfolio-page .mit-portfolio-stats { display: grid; gap: 12px; }
body.mit-portfolio-page .mit-portfolio-stats span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 14px 18px;
  border-radius: 18px;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  font-weight: 850;
}
body.mit-portfolio-page .mit-portfolio-stats strong { color: #fff; font-size: 30px; font-weight: 950; }
body.mit-portfolio-page .portfolio-tabs {
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px !important;
  margin: 0 auto 34px !important;
  padding: 12px !important;
  width: auto !important;
  max-width: 100%;
  border: 1px solid rgba(0,59,99,.12) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.90) !important;
  box-shadow: 0 22px 58px rgba(0,59,99,.10) !important;
}
body.mit-portfolio-page .portfolio-tabs li { float: none !important; margin: 0 !important; list-style: none !important; }
body.mit-portfolio-page .portfolio-tabs li:before { display: none !important; }
body.mit-portfolio-page .portfolio-tabs li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  color: #003b63 !important;
  background: #fff !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  font-weight: 950 !important;
  letter-spacing: .01em;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0,59,99,.06) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
body.mit-portfolio-page .portfolio-tabs li.active a,
body.mit-portfolio-page .portfolio-tabs li a:hover,
body.mit-portfolio-page .portfolio-tabs li a:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #ff8a00, #ff6b00) !important;
  border-color: rgba(255,138,0,.45) !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255,106,0,.20) !important;
}
body.mit-portfolio-page .tab-content {
  margin-top: 0 !important;
  padding: 28px !important;
  border-radius: 32px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(0,59,99,.10);
  box-shadow: 0 34px 92px rgba(0,59,99,.12);
  backdrop-filter: blur(14px);
}
body.mit-portfolio-page .tab-pane > .row { display: flex; flex-wrap: wrap; row-gap: 28px; }
body.mit-portfolio-page .tab-pane > .row > [class*="col-"] { margin-bottom: 0 !important; }
body.mit-portfolio-page .protfolio-box {
  position: relative;
  overflow: hidden !important;
  min-height: 286px;
  border-radius: 24px !important;
  background: #fff;
  border: 1px solid rgba(0,59,99,.12);
  box-shadow: 0 20px 48px rgba(0,59,99,.12);
  transform: translateY(0);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
  animation: mitPortfolioRise .55s ease both;
  animation-delay: var(--portfolio-delay, 0ms);
}
@keyframes mitPortfolioRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
body.mit-portfolio-page .protfolio-box:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  z-index: 3;
  background: linear-gradient(90deg, #ff8a00, #086ad8);
}
body.mit-portfolio-page .protfolio-box:after {
  content: "";
  position: absolute;
  right: -58px;
  top: -58px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  z-index: 2;
  background: rgba(255,138,0,.12);
  transition: transform .3s ease, opacity .3s ease;
}
body.mit-portfolio-page .protfolio-box:hover {
  transform: translateY(-9px) !important;
  border-color: rgba(255,138,0,.42) !important;
  box-shadow: 0 36px 80px rgba(0,59,99,.18) !important;
}
body.mit-portfolio-page .protfolio-box a { display: block !important; height: 100%; text-decoration: none !important; }
body.mit-portfolio-page .protfolio-box img {
  display: block !important;
  width: 100% !important;
  height: 286px !important;
  object-fit: cover !important;
  object-position: top center !important;
  filter: saturate(1.03) contrast(1.02);
  transition: transform .34s ease, filter .34s ease;
}
body.mit-portfolio-page .protfolio-box:hover img { transform: scale(1.055); filter: saturate(1.08) contrast(1.05); }
body.mit-portfolio-page .mit-portfolio-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  display: grid;
  gap: 5px;
  padding: 15px 16px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(0,59,99,.92), rgba(0,82,126,.84));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 36px rgba(0,22,38,.22);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .24s ease, transform .24s ease;
}
body.mit-portfolio-page .protfolio-box:hover .mit-portfolio-overlay { opacity: 1; transform: translateY(0); }
body.mit-portfolio-page .mit-portfolio-overlay .mit-portfolio-type { color: #ffb35b; font-size: 11px; font-weight: 950; letter-spacing: .10em; text-transform: uppercase; }
body.mit-portfolio-page .mit-portfolio-overlay strong { color: #fff; font-size: 18px; line-height: 1.18; font-weight: 950; }
body.mit-portfolio-page .mit-portfolio-overlay em { color: rgba(255,255,255,.82); font-size: 13px; font-style: normal; font-weight: 800; }
body.mit-portfolio-page .custom-pagination {
  margin: 36px auto 0 !important;
  padding: 12px !important;
  width: fit-content !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  box-shadow: 0 20px 44px rgba(0,59,99,.10) !important;
}
body.mit-portfolio-page .custom-pagination li a {
  min-width: 42px !important;
  height: 42px !important;
  border-radius: 13px !important;
  color: #003b63 !important;
  border: 1px solid rgba(0,59,99,.12) !important;
  background: #fff !important;
  font-weight: 950 !important;
}
body.mit-portfolio-page .custom-pagination li.active a,
body.mit-portfolio-page .custom-pagination li a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #ff8a00, #086ad8) !important;
}
body.mit-portfolio-page .custom-pagination li:last-child a:before { content: ">" !important; font-family: Arial, sans-serif !important; font-weight: 950; }
body.mit-portfolio-page .custom-pagination li:last-child a i { display: none !important; }
@media (max-width: 991px) {
  body.mit-portfolio-page .mit-portfolio-headgrid { grid-template-columns: 1fr; }
  body.mit-portfolio-page .mit-portfolio-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
  body.mit-portfolio-page .tab-content { padding: 18px !important; }
}
@media (max-width: 767px) {
  body.mit-portfolio-page .mit-portfolio-intro { padding: 28px 22px; border-radius: 24px; }
  body.mit-portfolio-page .mit-portfolio-stats { grid-template-columns: 1fr; }
  body.mit-portfolio-page .portfolio-tabs { border-radius: 24px !important; }
  body.mit-portfolio-page .portfolio-tabs li a { min-width: 100%; }
  body.mit-portfolio-page .protfolio-box img { height: 250px !important; }
}

/* CONTACT + QUOTE LEAD PAGE PREMIUM FINAL 2026 */
body.mit-contact-page .wpo-contact-form-map.section-bar,
body.mit-quote-page .section-bar.bg-color {
  position: relative;
  overflow: hidden !important;
  padding: 72px 0 92px !important;
  background: radial-gradient(circle at 9% 16%, rgba(255,138,0,.11), transparent 24%), radial-gradient(circle at 91% 9%, rgba(8,106,216,.14), transparent 30%), linear-gradient(180deg, #f4fbff 0%, #ffffff 45%, #eef8ff 100%) !important;
}
body.mit-contact-page .wpo-contact-form-map.section-bar:before,
body.mit-quote-page .section-bar.bg-color:before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34;
  background-image: linear-gradient(rgba(0,59,99,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,.055) 1px, transparent 1px); background-size: 42px 42px;
}
body.mit-contact-page .wpo-contact-form-map > .container,
body.mit-quote-page .section-bar.bg-color > .container { position: relative; z-index: 1; max-width: 1180px !important; }
body.mit-contact-page .mit-lead-hero,
body.mit-quote-page .mit-lead-hero {
  position: relative; display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 34px; align-items: center; margin: 0 0 34px; padding: 38px; overflow: hidden; border-radius: 34px; color: #fff;
  background: linear-gradient(135deg, #003b63 0%, #07577e 52%, #086ad8 140%); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 34px 90px rgba(0,59,99,.22); transform-style: preserve-3d;
}
body.mit-contact-page .mit-lead-hero:before,
body.mit-quote-page .mit-lead-hero:before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 36px 36px; }
body.mit-contact-page .mit-lead-hero:after,
body.mit-quote-page .mit-lead-hero:after { content: ""; position: absolute; right: -105px; top: -125px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,0,.42), transparent 66%); }
body.mit-contact-page .mit-lead-copy, body.mit-contact-page .mit-lead-visual, body.mit-quote-page .mit-lead-copy, body.mit-quote-page .mit-lead-visual { position: relative; z-index: 1; }
body.mit-contact-page .mit-lead-kicker, body.mit-quote-page .mit-lead-kicker { display: inline-flex; align-items: center; gap: 10px; color: #ffb35b; font-size: 13px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
body.mit-contact-page .mit-lead-kicker:before, body.mit-quote-page .mit-lead-kicker:before { content: ""; width: 34px; height: 3px; border-radius: 999px; background: #ff8a00; }
body.mit-contact-page .mit-lead-copy h1, body.mit-quote-page .mit-lead-copy h1 { margin: 0 0 16px !important; color: #fff !important; font-size: clamp(34px, 4vw, 58px) !important; line-height: 1.05 !important; font-weight: 950 !important; }
body.mit-contact-page .mit-lead-copy p, body.mit-quote-page .mit-lead-copy p { max-width: 700px; margin: 0 !important; color: rgba(255,255,255,.84) !important; font-size: 17px !important; line-height: 1.75 !important; }
body.mit-contact-page .mit-lead-points, body.mit-quote-page .mit-lead-points { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
body.mit-contact-page .mit-lead-points span, body.mit-quote-page .mit-lead-points span { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 15px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); font-weight: 850; }
body.mit-contact-page .mit-lead-points span:before, body.mit-quote-page .mit-lead-points span:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ff8a00; box-shadow: 0 0 0 5px rgba(255,138,0,.16); }
body.mit-contact-page .mit-lead-visual, body.mit-quote-page .mit-lead-visual { min-height: 300px; perspective: 1000px; }
body.mit-contact-page .mit-lead-device, body.mit-quote-page .mit-lead-device { position: absolute; right: 34px; top: 18px; width: 250px; min-height: 278px; padding: 22px; border-radius: 28px; background: rgba(255,255,255,.95); color: #003b63; border: 1px solid rgba(255,255,255,.42); box-shadow: 0 30px 70px rgba(0,22,38,.28); transform: rotateY(-14deg) rotateX(5deg); }
body.mit-contact-page .mit-device-top, body.mit-quote-page .mit-device-top { display: flex; gap: 7px; margin-bottom: 30px; }
body.mit-contact-page .mit-device-top i, body.mit-quote-page .mit-device-top i { width: 10px; height: 10px; border-radius: 50%; background: #ff8a00; }
body.mit-contact-page .mit-device-top i:nth-child(2), body.mit-quote-page .mit-device-top i:nth-child(2) { background: #086ad8; }
body.mit-contact-page .mit-device-top i:nth-child(3), body.mit-quote-page .mit-device-top i:nth-child(3) { background: #16c784; }
body.mit-contact-page .mit-device-logo, body.mit-quote-page .mit-device-logo { width: 74px; height: 74px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #ff8a00, #086ad8); box-shadow: 0 18px 34px rgba(0,59,99,.22); font-size: 30px; font-weight: 950; }
body.mit-contact-page .mit-lead-device strong, body.mit-quote-page .mit-lead-device strong { display: block; color: #003b63; font-size: 24px; line-height: 1.15; font-weight: 950; }
body.mit-contact-page .mit-lead-device span, body.mit-quote-page .mit-lead-device span { display: block; margin-top: 8px; color: #516b7d; font-weight: 800; }
body.mit-contact-page .mit-device-bars, body.mit-quote-page .mit-device-bars { display: grid; gap: 10px; margin-top: 24px; }
body.mit-contact-page .mit-device-bars i, body.mit-quote-page .mit-device-bars i { height: 10px; border-radius: 999px; background: linear-gradient(90deg, #ff8a00, #086ad8); opacity: .92; }
body.mit-contact-page .mit-device-bars i:nth-child(2), body.mit-quote-page .mit-device-bars i:nth-child(2) { width: 78%; }
body.mit-contact-page .mit-device-bars i:nth-child(3), body.mit-quote-page .mit-device-bars i:nth-child(3) { width: 58%; }
body.mit-contact-page .mit-floating-card, body.mit-quote-page .mit-floating-card { position: absolute; z-index: 2; padding: 12px 16px; border-radius: 16px; color: #003b63; background: #fff7ee; border: 1px solid rgba(255,138,0,.24); box-shadow: 0 16px 36px rgba(0,22,38,.18); font-weight: 950; }
body.mit-contact-page .mit-floating-card.card-one, body.mit-quote-page .mit-floating-card.card-one { left: 0; top: 62px; }
body.mit-contact-page .mit-floating-card.card-two, body.mit-quote-page .mit-floating-card.card-two { right: 0; bottom: 34px; background: #eef8ff; border-color: rgba(8,106,216,.24); }
body.mit-contact-page .mit-contact-center-title { margin: 0 0 24px !important; color: #003b63 !important; font-size: 36px !important; font-weight: 950 !important; }
body.mit-contact-page .wpo-contact-info, body.mit-contact-page .contact-form:not(form), body.mit-quote-page .volunteer-contact-form, body.mit-quote-page .right-quote { border-radius: 28px !important; background: rgba(255,255,255,.90) !important; border: 1px solid rgba(0,59,99,.12) !important; box-shadow: 0 28px 78px rgba(0,59,99,.12) !important; backdrop-filter: blur(14px); }
body.mit-contact-page .contact-form:not(form), body.mit-quote-page .volunteer-contact-form { padding: 34px !important; }
body.mit-contact-page .wpo-contact-info { padding: 28px !important; }
body.mit-contact-page .wpo-contact-info .info-wrap { min-height: 78px; border-radius: 20px !important; background: linear-gradient(145deg, #ffffff, #f5fbff) !important; border: 1px solid rgba(0,59,99,.11) !important; box-shadow: 0 16px 34px rgba(0,59,99,.06) !important; }
body.mit-contact-page .contact-add.contact-form { min-height: 100%; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #ffffff, #f6fbff) !important; }
body.mit-contact-page .contact-add h2, body.mit-contact-page .wpo-contact-form-map .contact-form h2, body.mit-quote-page .volunteer-contact-form h2 { color: #003b63 !important; font-size: 28px !important; line-height: 1.15 !important; font-weight: 950 !important; letter-spacing: .02em !important; text-align: center !important; }
body.mit-contact-page #contact-form1 input, body.mit-contact-page #contact-form1 select, body.mit-contact-page #contact-form1 textarea, body.mit-quote-page .volunteer-contact-form input, body.mit-quote-page .volunteer-contact-form select, body.mit-quote-page .volunteer-contact-form textarea, body.mit-quote-page .rounded-sel { min-height: 54px !important; border-radius: 16px !important; border: 1px solid rgba(0,59,99,.14) !important; background: rgba(255,255,255,.96) !important; color: #003b63 !important; box-shadow: 0 12px 26px rgba(0,59,99,.045) !important; font-weight: 750 !important; }
body.mit-contact-page #contact-form1 textarea, body.mit-quote-page .volunteer-contact-form textarea { min-height: 150px !important; }
body.mit-contact-page #contact-form1 input:focus, body.mit-contact-page #contact-form1 select:focus, body.mit-contact-page #contact-form1 textarea:focus, body.mit-quote-page .volunteer-contact-form input:focus, body.mit-quote-page .volunteer-contact-form select:focus, body.mit-quote-page .volunteer-contact-form textarea:focus { border-color: #ff8a00 !important; box-shadow: 0 0 0 4px rgba(255,138,0,.13), 0 18px 34px rgba(0,59,99,.09) !important; outline: none !important; }
body.mit-contact-page .theme-btn, body.mit-contact-page .submit-btn, body.mit-quote-page .theme-btn, body.mit-quote-page #allsubmit { min-height: 54px !important; padding: 15px 32px !important; border: 0 !important; border-radius: 999px !important; color: #fff !important; background: linear-gradient(135deg, #ff8a00 0%, #ff6b00 46%, #086ad8 130%) !important; box-shadow: 0 18px 38px rgba(255,106,0,.24), 0 10px 28px rgba(0,59,99,.14) !important; font-weight: 950 !important; transition: transform .22s ease, box-shadow .22s ease !important; }
body.mit-contact-page .theme-btn:hover, body.mit-contact-page .submit-btn:hover, body.mit-quote-page .theme-btn:hover, body.mit-quote-page #allsubmit:hover { transform: translateY(-3px); box-shadow: 0 24px 48px rgba(255,106,0,.28), 0 14px 34px rgba(0,59,99,.18) !important; }
body.mit-quote-page .right-quote { overflow: hidden; padding: 22px !important; }
body.mit-quote-page .right-quote:before { height: 5px !important; background: linear-gradient(90deg, #ff8a00, #086ad8) !important; }
body.mit-quote-page .download-quote a, body.mit-quote-page .submision li, body.mit-quote-page .blocklabel { border-radius: 16px !important; background: linear-gradient(145deg, #fff, #f5fbff) !important; border: 1px solid rgba(0,59,99,.12) !important; box-shadow: 0 12px 26px rgba(0,59,99,.06) !important; }
body.mit-quote-page .blocklabel { min-height: 48px; display: flex !important; align-items: center; gap: 10px; }
body.mit-quote-page .blocklabel:hover, body.mit-quote-page .download-quote a:hover { transform: translateY(-2px); border-color: rgba(255,138,0,.36) !important; }
body.mit-contact-page .footer_social_links.footer-btm-slinks li { opacity: 1 !important; visibility: visible !important; }
@media (max-width: 991px) { body.mit-contact-page .mit-lead-hero, body.mit-quote-page .mit-lead-hero { grid-template-columns: 1fr; padding: 30px 24px; } body.mit-contact-page .mit-lead-visual, body.mit-quote-page .mit-lead-visual { min-height: 260px; } body.mit-contact-page .mit-lead-device, body.mit-quote-page .mit-lead-device { left: 50%; right: auto; transform: translateX(-50%) rotateY(-10deg) rotateX(4deg); } }
@media (max-width: 575px) { body.mit-contact-page .wpo-contact-form-map.section-bar, body.mit-quote-page .section-bar.bg-color { padding: 46px 0 64px !important; } body.mit-contact-page .mit-lead-copy h1, body.mit-quote-page .mit-lead-copy h1 { font-size: 32px !important; } body.mit-contact-page .mit-lead-device, body.mit-quote-page .mit-lead-device { width: 220px; } body.mit-contact-page .contact-form:not(form), body.mit-quote-page .volunteer-contact-form { padding: 22px !important; } }

/* CONTACT + QUOTE HERO IMAGE POLISH 2026 */
body.mit-contact-page .mit-lead-device,
body.mit-quote-page .mit-lead-device { overflow: hidden; }
body.mit-contact-page .mit-lead-device:after,
body.mit-quote-page .mit-lead-device:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .22;
  filter: saturate(1.08);
  pointer-events: none;
}
body.mit-contact-page .mit-lead-device:after { background-image: url('../images/ai-website-integration-visual.png'); }
body.mit-quote-page .mit-lead-device:after { background-image: url('../images/ai-agentic-growth.png'); }
body.mit-contact-page .mit-lead-device > *,
body.mit-quote-page .mit-lead-device > * { position: relative; z-index: 1; }

/* INDUSTRIES PAGE PREMIUM FINAL 2026 */
body.mit-industries-page .section-bar.bg-gray {
  position: relative;
  overflow: hidden !important;
  padding: 72px 0 92px !important;
  background: radial-gradient(circle at 8% 12%, rgba(255,138,0,.11), transparent 24%), radial-gradient(circle at 90% 8%, rgba(8,106,216,.14), transparent 30%), linear-gradient(180deg, #f4fbff 0%, #ffffff 45%, #eef8ff 100%) !important;
}
body.mit-industries-page .section-bar.bg-gray:after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .32;
  background-image: linear-gradient(rgba(0,59,99,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,59,99,.055) 1px, transparent 1px); background-size: 42px 42px;
}
body.mit-industries-page .section-bar.bg-gray > .container-fluid { position: relative; z-index: 1; max-width: 1220px !important; padding-left: 15px !important; padding-right: 15px !important; }
body.mit-industries-page .mit-industries-intro {
  position: relative; margin: 0 auto 34px; padding: 36px 38px; overflow: hidden; border-radius: 34px; color: #fff;
  background: linear-gradient(135deg, #003b63 0%, #07577e 54%, #086ad8 140%); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 34px 90px rgba(0,59,99,.20);
}
body.mit-industries-page .mit-industries-intro:before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 36px 36px; }
body.mit-industries-page .mit-industries-intro:after { content: ""; position: absolute; right: -100px; top: -120px; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,0,.42), transparent 66%); }
body.mit-industries-page .mit-industries-intro > * { position: relative; z-index: 1; }
body.mit-industries-page .mit-industries-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: #ffb35b; font-size: 13px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
body.mit-industries-page .mit-industries-kicker:before { content: ""; width: 34px; height: 3px; border-radius: 999px; background: #ff8a00; }
body.mit-industries-page .mit-industries-intro h1 { margin: 0 0 15px !important; max-width: 900px; color: #fff !important; font-size: clamp(34px, 4vw, 58px) !important; line-height: 1.05 !important; font-weight: 950 !important; }
body.mit-industries-page .mit-industries-intro p { max-width: 850px; margin: 0 !important; color: rgba(255,255,255,.84) !important; font-size: 17px !important; line-height: 1.75 !important; }
body.mit-industries-page .mit-industries-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
body.mit-industries-page .mit-industries-stats span { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 9px 15px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); font-weight: 850; }
body.mit-industries-page .mit-industries-stats strong { color: #ffb35b; font-size: 18px; }
body.mit-industries-page .section-bar .row { row-gap: 28px; }
body.mit-industries-page .section-bar .col-12.col-lg-6 { display: flex !important; }
body.mit-industries-page .Industries-card {
  position: relative; display: grid !important; grid-template-columns: 220px minmax(0,1fr) !important; width: 100%; min-height: 330px; overflow: hidden; border-radius: 28px !important;
  background: rgba(255,255,255,.94) !important; border: 1px solid rgba(0,59,99,.12) !important; box-shadow: 0 28px 76px rgba(0,59,99,.12) !important; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.mit-industries-page .Industries-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #ff8a00, #086ad8); z-index: 3; }
body.mit-industries-page .Industries-card:after { content: ""; position: absolute; right: -48px; top: -48px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,138,0,.12); z-index: 2; pointer-events: none; }
body.mit-industries-page .Industries-card:hover { transform: translateY(-8px); border-color: rgba(255,138,0,.38) !important; box-shadow: 0 38px 90px rgba(0,59,99,.17) !important; }
body.mit-industries-page .Industries-img { min-height: 100%; background: linear-gradient(145deg, #003b63, #086ad8); overflow: hidden; }
body.mit-industries-page .Industries-img img { width: 100% !important; height: 100% !important; min-height: 330px !important; object-fit: cover !important; object-position: center !important; opacity: .92; transform: scale(1.02); transition: transform .32s ease, opacity .32s ease; }
body.mit-industries-page .Industries-card:hover .Industries-img img { transform: scale(1.08); opacity: 1; }
body.mit-industries-page .Industries-card-content { position: relative; z-index: 4; padding: 30px 28px 24px !important; display: flex; flex-direction: column; min-width: 0; }
body.mit-industries-page .Industries-card-title { color: #003b63 !important; font-size: 25px !important; line-height: 1.16 !important; font-weight: 950 !important; margin: 0 0 12px !important; }
body.mit-industries-page .Industries-card-text p { color: #496779 !important; line-height: 1.72 !important; font-size: 15.5px !important; }
body.mit-industries-page .set-content-mait { padding: 0 !important; margin: 14px 0 6px !important; }
body.mit-industries-page .set-content-mait ul { padding: 0 !important; margin: 0 !important; }
body.mit-industries-page .set-content-mait li { position: relative; list-style: none !important; margin: 9px 0 !important; padding-left: 0 !important; color: #31546a !important; font-weight: 700; line-height: 1.45; }
body.mit-industries-page .set-content-mait li:before { display: none !important; }
body.mit-industries-page .set-content-mait li i { color: #ff8a00 !important; margin-right: 8px; }
body.mit-industries-page .moreless-button { display: inline-flex; width: fit-content; margin-top: 8px; color: #ff7a00 !important; font-weight: 950; text-decoration: none !important; }
body.mit-industries-page .set-buttons { margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
body.mit-industries-page .set-buttons .ReadMore, body.mit-industries-page .set-buttons .ReadMore1 { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 17px !important; border-radius: 999px !important; font-weight: 950 !important; text-decoration: none !important; box-shadow: 0 14px 28px rgba(0,59,99,.12); }
body.mit-industries-page .set-buttons .ReadMore { color: #fff !important; background: linear-gradient(135deg, #003b63, #086ad8) !important; }
body.mit-industries-page .set-buttons .ReadMore1 { color: #fff !important; background: linear-gradient(135deg, #ff8a00, #ff6b00) !important; }
body.mit-industries-page .mit-added-industries-row .Industries-card { border-color: rgba(255,138,0,.25) !important; }
@media (max-width: 991px) { body.mit-industries-page .Industries-card { grid-template-columns: 1fr !important; } body.mit-industries-page .Industries-img img { height: 250px !important; min-height: 250px !important; } body.mit-industries-page .mit-industries-intro { padding: 30px 24px; } }
@media (max-width: 575px) { body.mit-industries-page .section-bar.bg-gray { padding: 46px 0 64px !important; } body.mit-industries-page .mit-industries-intro h1 { font-size: 32px !important; } body.mit-industries-page .Industries-card-content { padding: 24px 20px !important; } }

/* CAREER APPLICATION PAGE FINAL 2026 */
body.mit-career-page .mit-career-application{
  padding:70px 0 85px;
  background:linear-gradient(135deg,#f7fbff 0%,#eef7fb 48%,#fff8ef 100%);
  position:relative;
  overflow:hidden;
}
body.mit-career-page .mit-career-application:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(0,71,107,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,71,107,.045) 1px,transparent 1px);
  background-size:42px 42px;
  pointer-events:none;
}
body.mit-career-page .mit-career-application .container{position:relative;z-index:1;}
body.mit-career-page .mit-kicker{
  display:inline-flex;align-items:center;gap:10px;color:#ff8500;font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase;
}
body.mit-career-page .mit-kicker:before{content:"";width:30px;height:3px;border-radius:99px;background:#ff8500;}
body.mit-career-page .mit-career-hero-card{
  display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:stretch;
  padding:42px;border-radius:28px;background:linear-gradient(135deg,#003a5b,#075f8d 58%,#0b74bd);
  box-shadow:0 28px 70px rgba(0,52,86,.24);border:1px solid rgba(255,255,255,.22);overflow:hidden;position:relative;
}
body.mit-career-page .mit-career-hero-card:after{content:"";position:absolute;right:-80px;top:-100px;width:280px;height:280px;border-radius:50%;background:rgba(255,136,0,.2);}
body.mit-career-page .mit-career-hero-card h1{color:#fff;font-size:clamp(34px,4vw,62px);line-height:1.05;margin:16px 0 18px;font-weight:900;letter-spacing:0;}
body.mit-career-page .mit-career-hero-card p{color:rgba(255,255,255,.86);font-size:18px;line-height:1.75;max-width:820px;margin:0;}
body.mit-career-page .mit-career-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px;}
body.mit-career-page .mit-career-primary,body.mit-career-page .mit-career-secondary{
  display:inline-flex;align-items:center;gap:10px;padding:15px 24px;border-radius:14px;font-weight:900;text-decoration:none!important;transition:.25s ease;
}
body.mit-career-page .mit-career-primary{background:#ff8500;color:#fff!important;box-shadow:0 16px 28px rgba(255,133,0,.28);}
body.mit-career-page .mit-career-secondary{background:rgba(255,255,255,.12);color:#fff!important;border:1px solid rgba(255,255,255,.35);}
body.mit-career-page .mit-career-primary:hover,body.mit-career-page .mit-career-secondary:hover{transform:translateY(-3px);}
body.mit-career-page .mit-career-hero-panel{display:grid;gap:16px;align-content:center;position:relative;z-index:1;}
body.mit-career-page .mit-career-stat{padding:22px;border-radius:20px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);}
body.mit-career-page .mit-career-stat strong{display:block;color:#fff;font-size:34px;line-height:1;font-weight:900;}
body.mit-career-page .mit-career-stat span{display:block;color:rgba(255,255,255,.82);font-weight:800;margin-top:8px;}
body.mit-career-page .mit-career-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:28px;margin-top:34px;align-items:start;}
body.mit-career-page .mit-career-side-card,body.mit-career-page .mit-career-form-card{
  border-radius:26px;background:rgba(255,255,255,.9);border:1px solid rgba(0,71,107,.12);box-shadow:0 24px 60px rgba(0,53,86,.12);overflow:hidden;
}
body.mit-career-page .mit-career-side-card{padding:34px;position:sticky;top:92px;}
body.mit-career-page .mit-career-side-card h2,body.mit-career-page .mit-career-form-heading h2{color:#003456;font-weight:900;letter-spacing:0;line-height:1.15;margin:14px 0 14px;}
body.mit-career-page .mit-career-side-card p,body.mit-career-page .mit-career-form-heading p{color:#526c80;line-height:1.75;font-size:16px;}
body.mit-career-page .mit-career-points{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:14px;}
body.mit-career-page .mit-career-points li{display:flex;gap:12px;align-items:flex-start;padding:15px;border-radius:16px;background:#f5fbff;color:#003456;font-weight:800;border:1px solid #dcecf5;}
body.mit-career-page .mit-career-points i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#0066b8;color:#fff;flex:0 0 34px;box-shadow:0 10px 18px rgba(0,102,184,.22);}
body.mit-career-page .mit-career-form-card{padding:34px;}
body.mit-career-page .mit-career-form .form-group{margin-bottom:18px;}
body.mit-career-page .mit-career-form label{font-weight:900;color:#003456;margin-bottom:8px;}
body.mit-career-page .mit-career-form .form-control,body.mit-career-page .mit-career-form .form-control-file{
  min-height:52px;border-radius:14px;border:1px solid #cfe0ea;background:#fff;color:#18394f;box-shadow:0 10px 24px rgba(0,52,86,.05);padding:12px 15px;
}
body.mit-career-page .mit-career-form textarea.form-control{min-height:130px;resize:vertical;}
body.mit-career-page .mit-career-form .form-control:focus{border-color:#ff8500;box-shadow:0 0 0 4px rgba(255,133,0,.12);}
body.mit-career-page .mit-file-upload{padding:18px;border-radius:18px;border:1px dashed #ffad4a;background:#fff8ef;}
body.mit-career-page .mit-file-upload small{display:block;margin-top:8px;color:#6a7f8d;font-weight:700;}
body.mit-career-page .mit-career-submit{border:0;border-radius:16px;background:linear-gradient(135deg,#ff8500,#ff6b00);color:#fff;font-weight:900;padding:16px 28px;box-shadow:0 18px 34px rgba(255,133,0,.28);transition:.25s ease;}
body.mit-career-page .mit-career-submit:hover{transform:translateY(-3px);box-shadow:0 22px 42px rgba(255,133,0,.34);}
body.mit-career-page .mit-career-alert{display:none;margin:0 0 18px;padding:14px 16px;border-radius:14px;font-weight:800;}
body.mit-career-page .mit-career-alert.is-success{display:block;background:#e8fff1;color:#11703b;border:1px solid #bdeacb;}
body.mit-career-page .mit-career-alert.is-error{display:block;background:#fff0ef;color:#b33525;border:1px solid #ffd0c8;}
@media(max-width:991px){body.mit-career-page .mit-career-hero-card,body.mit-career-page .mit-career-grid{grid-template-columns:1fr;}body.mit-career-page .mit-career-side-card{position:relative;top:auto;}body.mit-career-page .mit-career-hero-card{padding:30px;}}
@media(max-width:575px){body.mit-career-page .mit-career-application{padding:42px 0 58px;}body.mit-career-page .mit-career-hero-card,body.mit-career-page .mit-career-form-card,body.mit-career-page .mit-career-side-card{padding:24px;border-radius:22px;}body.mit-career-page .mit-career-actions a,body.mit-career-page .mit-career-submit{width:100%;justify-content:center;}}

/* CAREER FORM PREMIUM POLISH 2026 */
body.mit-career-page .mit-career-grid{
  grid-template-columns:minmax(300px,.58fr) minmax(0,1.42fr);
  gap:30px;
}
body.mit-career-page .mit-career-side-card,
body.mit-career-page .mit-career-form-card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,252,255,.94));
  border:1px solid rgba(0,71,107,.14);
  box-shadow:0 28px 70px rgba(0,53,86,.14), inset 0 1px 0 rgba(255,255,255,.85);
}
body.mit-career-page .mit-career-side-card{
  padding:36px 34px;
  border-top:4px solid #ff8500;
}
body.mit-career-page .mit-career-side-card:after,
body.mit-career-page .mit-career-form-card:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,133,0,.16),rgba(255,133,0,0) 68%);
  right:-44px;
  top:-50px;
  pointer-events:none;
}
body.mit-career-page .mit-career-side-card,
body.mit-career-page .mit-career-form-card{position:relative;}
body.mit-career-page .mit-career-side-card h2{font-size:28px;}
body.mit-career-page .mit-career-points li{
  position:relative;
  gap:16px;
  padding:17px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(0,102,184,.16);
  box-shadow:0 16px 34px rgba(0,52,86,.08);
  overflow:hidden;
}
body.mit-career-page .mit-career-points li:before,
body.mit-career-page .mit-career-points li:after{display:none!important;content:none!important;}
body.mit-career-page .mit-career-points li:hover{transform:translateY(-3px);border-color:rgba(255,133,0,.35);box-shadow:0 22px 42px rgba(0,52,86,.12);}
body.mit-career-page .mit-career-points i{
  width:44px;
  height:44px;
  flex-basis:44px;
  border-radius:15px;
  background:linear-gradient(135deg,#00476b,#0870bc);
  box-shadow:0 14px 24px rgba(0,102,184,.22);
}
body.mit-career-page .mit-career-form-card{
  padding:0;
  border-top:4px solid #006bd6;
}
body.mit-career-page .mit-career-form-heading{
  padding:34px 38px 22px;
  background:linear-gradient(135deg,rgba(0,71,107,.08),rgba(255,133,0,.08));
  border-bottom:1px solid rgba(0,71,107,.11);
}
body.mit-career-page .mit-career-form-heading h2{font-size:34px;margin-bottom:8px;}
body.mit-career-page .mit-career-form{
  padding:30px 38px 38px;
  background:linear-gradient(180deg,#fff,rgba(248,252,255,.92));
}
body.mit-career-page .mit-career-form .form-row{
  margin-left:-10px;
  margin-right:-10px;
}
body.mit-career-page .mit-career-form .form-row>[class*="col-"]{
  padding-left:10px;
  padding-right:10px;
}
body.mit-career-page .mit-career-form label{
  font-size:13px;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#003456;
  display:flex;
  align-items:center;
  gap:8px;
}
body.mit-career-page .mit-career-form label:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff8500,#006bd6);
  box-shadow:0 0 0 4px rgba(255,133,0,.1);
}
body.mit-career-page .mit-career-form .form-control,
body.mit-career-page .mit-career-form .form-control-file{
  height:58px;
  border-radius:18px;
  border:1px solid rgba(0,71,107,.18);
  background:#fff;
  color:#003456;
  font-weight:700;
  box-shadow:0 13px 28px rgba(0,52,86,.07), inset 0 1px 0 rgba(255,255,255,.9);
}
body.mit-career-page .mit-career-form .form-control::placeholder{color:#91a2ae;font-weight:600;}
body.mit-career-page .mit-career-form select.form-control{cursor:pointer;}
body.mit-career-page .mit-career-form textarea.form-control{
  min-height:138px;
  height:auto;
  line-height:1.65;
}
body.mit-career-page .mit-career-form .form-control:hover{border-color:rgba(0,107,214,.38);}
body.mit-career-page .mit-career-form .form-control:focus{
  border-color:#ff8500;
  box-shadow:0 0 0 5px rgba(255,133,0,.13),0 16px 34px rgba(0,52,86,.09);
}
body.mit-career-page .mit-file-upload{
  display:grid;
  gap:8px;
  padding:22px;
  border-radius:22px;
  border:1px dashed rgba(255,133,0,.68);
  background:linear-gradient(135deg,#fff8ef,#f4fbff);
}
body.mit-career-page .mit-file-upload .form-control-file{
  width:100%;
  height:auto;
  min-height:54px;
  padding:15px;
  border-style:solid;
}
body.mit-career-page .mit-career-submit{
  width:100%;
  min-height:58px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff8500 0%,#ff6b00 48%,#006bd6 160%);
  font-size:16px;
  letter-spacing:.01em;
}
body.mit-career-page .mit-career-submit i{font-size:18px;}
body.mit-career-page .mit-career-alert{margin:22px 38px 0;}
@media(max-width:991px){body.mit-career-page .mit-career-grid{grid-template-columns:1fr;}body.mit-career-page .mit-career-form-heading,body.mit-career-page .mit-career-form{padding-left:26px;padding-right:26px;}}
@media(max-width:575px){body.mit-career-page .mit-career-form-heading,body.mit-career-page .mit-career-form{padding-left:20px;padding-right:20px;}body.mit-career-page .mit-career-form .form-row{margin-left:0;margin-right:0;}body.mit-career-page .mit-career-form .form-row>[class*="col-"]{padding-left:0;padding-right:0;}body.mit-career-page .mit-career-alert{margin-left:20px;margin-right:20px;}}

/* CAREER PAGE PROFESSIONAL CLEANUP 2026 */
body.mit-career-page{overflow-x:hidden;}
body.mit-career-page #trueHeader.mit-main-nav-floating + .mit-main-nav-spacer + #trueHeader,
body.mit-career-page #trueHeader + #trueHeader,
body.mit-career-page .mit-main-nav-spacer + .mit-main-nav-spacer{display:none!important;}
body.mit-career-page .wpo-breadcumb-area{margin-top:0!important;}
body.mit-career-page .mit-career-application{padding-top:54px;}
body.mit-career-page .mit-career-application .container{max-width:1180px;width:calc(100% - 48px);}
body.mit-career-page .mit-career-grid{
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  align-items:start;
  overflow:visible;
}
body.mit-career-page .mit-career-form-card{max-width:100%;overflow:hidden;}
body.mit-career-page .mit-career-form-heading{padding:30px 34px 18px;}
body.mit-career-page .mit-career-form-heading p{max-width:720px;margin-bottom:0;}
body.mit-career-page .mit-career-form{padding:26px 34px 34px;}
body.mit-career-page .mit-career-form .form-group{min-width:0;}
body.mit-career-page .mit-career-form .form-row{display:flex;flex-wrap:wrap;}
body.mit-career-page .mit-career-form .form-control,
body.mit-career-page .mit-career-form select.form-control,
body.mit-career-page .mit-career-form textarea.form-control{width:100%;max-width:100%;box-sizing:border-box;}
body.mit-career-page .mit-career-form label{white-space:normal;line-height:1.25;}
body.mit-career-page .mit-career-form label:before{flex:0 0 8px;}
body.mit-career-page .mit-career-points li{align-items:center;min-height:88px;}
body.mit-career-page .mit-career-points li i{font-size:18px;color:#fff!important;}
body.mit-career-page .mit-career-points li{font-size:16px;line-height:1.5;}
body.mit-career-page .mit-career-side-card p{font-size:17px;}
body.mit-career-page .mit-career-form-heading .mit-kicker,
body.mit-career-page .mit-career-form label,
body.mit-career-page .mit-career-points li,
body.mit-career-page .mit-career-side-card h2{user-select:text;}
body.mit-career-page .mit-career-form .col-md-4 .form-control{min-width:0;}
@media(min-width:992px) and (max-width:1250px){
  body.mit-career-page .mit-career-application .container{max-width:1120px;width:calc(100% - 36px);}
  body.mit-career-page .mit-career-grid{grid-template-columns:320px minmax(0,1fr);gap:24px;}
  body.mit-career-page .mit-career-form-heading{padding:28px 30px 18px;}
  body.mit-career-page .mit-career-form{padding:24px 30px 32px;}
  body.mit-career-page .mit-career-form .form-control{height:56px;}
}
@media(max-width:991px){
  body.mit-career-page .mit-career-application .container{width:calc(100% - 28px);}
  body.mit-career-page .mit-career-grid{grid-template-columns:1fr;}
}

/* CAREER STICKY MENU SINGLE-LINE FIX 2026 */
body.mit-career-page #trueHeader,
body.mit-career-page #trueHeader.mit-main-nav-floating{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  z-index:10020!important;
  box-shadow:0 14px 30px rgba(0,35,58,.18)!important;
  animation:none!important;
  transform:none!important;
}
body.mit-career-page .mit-main-nav-spacer,
body.mit-career-page .mit-main-nav-spacer.active{
  display:none!important;
  height:0!important;
  min-height:0!important;
  background:transparent!important;
  visibility:hidden!important;
  overflow:hidden!important;
}
body.mit-career-page #trueHeader .navigation,
body.mit-career-page #trueHeader .navbar{
  margin:0!important;
}
body.mit-career-page .mit-career-form-card,
body.mit-career-page .mit-career-side-card{
  transform:translateZ(0);
}
body.mit-career-page .mit-career-form .form-control,
body.mit-career-page .mit-career-form .form-control-file{
  font-size:15px;
}
body.mit-career-page .mit-career-form .form-group.col-md-4{flex:0 0 33.333333%;max-width:33.333333%;}
@media(max-width:767px){body.mit-career-page .mit-career-form .form-group.col-md-4{flex:0 0 100%;max-width:100%;}}

/* CAREER LEFT ICONS + FORM POSITION FIX 2026 */
body.mit-career-page .mit-career-form-card{
  margin-top:22px;
}
body.mit-career-page .mit-career-side-card{
  margin-top:10px;
}
body.mit-career-page .mit-career-points li{
  grid-template-columns:54px 1fr;
}
body.mit-career-page .mit-career-points i{
  position:relative;
  overflow:hidden;
  color:#fff!important;
  font-family:FontAwesome!important;
  font-style:normal!important;
  font-weight:normal!important;
  text-align:center;
}
body.mit-career-page .mit-career-points i:before{
  display:block!important;
  color:#fff!important;
  font-family:FontAwesome!important;
  font-size:20px!important;
  line-height:44px!important;
  opacity:1!important;
  position:relative;
  z-index:2;
}
body.mit-career-page .mit-career-points li:nth-child(1) i:before{content:"\f121"!important;}
body.mit-career-page .mit-career-points li:nth-child(2) i:before{content:"\f201"!important;}
body.mit-career-page .mit-career-points li:nth-child(3) i:before{content:"\f0c0"!important;}
body.mit-career-page .mit-career-points li:nth-child(4) i:before{content:"\f0b1"!important;}
body.mit-career-page .mit-career-points i:after{
  content:"";
  position:absolute;
  inset:-10px;
  background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.35),transparent 45%);
  z-index:1;
}
body.mit-career-page .mit-career-points li:hover i{
  background:linear-gradient(135deg,#ff8500,#006bd6);
  transform:rotate(-2deg) scale(1.04);
}
@media(max-width:991px){
  body.mit-career-page .mit-career-form-card{margin-top:0;}
}

/* CAREER PAGE PROFESSIONAL FORM REBUILD 2026 */
body.mit-career-page .mit-career-hero-card{
  background:
    radial-gradient(circle at 82% 12%,rgba(255,133,0,.22),transparent 28%),
    linear-gradient(135deg,#003456 0%,#005d88 52%,#0878bd 100%)!important;
}
body.mit-career-page .mit-career-hero-card h1,
body.mit-career-page .mit-career-hero-card h1 *{
  color:#fff!important;
  opacity:1!important;
  text-shadow:0 16px 36px rgba(0,0,0,.28);
}
body.mit-career-page .mit-career-hero-card p,
body.mit-career-page .mit-career-hero-card p *{
  color:rgba(255,255,255,.92)!important;
  opacity:1!important;
  text-shadow:0 8px 22px rgba(0,0,0,.2);
}
body.mit-career-page .mit-career-hero-card .mit-kicker{color:#ff9b22!important;}
body.mit-career-page .mit-career-stat{background:rgba(255,255,255,.18)!important;}
body.mit-career-page .mit-career-grid{
  margin-top:46px!important;
  grid-template-columns:minmax(300px,370px) minmax(0,1fr)!important;
}
body.mit-career-page .mit-career-side-card{
  border-radius:30px!important;
  background:linear-gradient(145deg,#ffffff 0%,#f8fcff 55%,#fff4e6 130%)!important;
}
body.mit-career-page .mit-career-points{
  gap:16px!important;
}
body.mit-career-page .mit-career-points li{
  display:grid!important;
  grid-template-columns:52px 1fr!important;
  align-items:center!important;
  min-height:84px!important;
  padding:16px 20px!important;
  background:linear-gradient(145deg,#fff,#f5fbff)!important;
}
body.mit-career-page .mit-career-points i{
  width:46px!important;
  height:46px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#00476b,#0875bc)!important;
  box-shadow:0 14px 28px rgba(0,75,120,.22)!important;
}
body.mit-career-page .mit-career-points i:before{
  font-family:Arial,sans-serif!important;
  font-weight:900!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:46px!important;
  letter-spacing:.02em;
}
body.mit-career-page .mit-career-points li:nth-child(1) i:before{content:"IT"!important;}
body.mit-career-page .mit-career-points li:nth-child(2) i:before{content:"SEO"!important;font-size:12px!important;}
body.mit-career-page .mit-career-points li:nth-child(3) i:before{content:"BD"!important;}
body.mit-career-page .mit-career-points li:nth-child(4) i:before{content:"CV"!important;}
body.mit-career-page .mit-career-form-card{
  margin-top:34px!important;
  border-radius:30px!important;
  border:1px solid rgba(0,71,107,.13)!important;
  background:#fff!important;
  box-shadow:0 34px 85px rgba(0,42,70,.16)!important;
}
body.mit-career-page .mit-career-form-card:before{
  content:"";
  display:block;
  height:6px;
  background:linear-gradient(90deg,#ff8500,#006bd6,#003456);
}
body.mit-career-page .mit-career-form-heading{
  padding:30px 38px 24px!important;
  background:
    linear-gradient(135deg,rgba(255,133,0,.09),rgba(0,107,214,.08)),
    #fbfdff!important;
}
body.mit-career-page .mit-career-form-heading h2{
  font-size:clamp(30px,3.1vw,44px)!important;
  color:#003456!important;
  margin:10px 0 10px!important;
}
body.mit-career-page .mit-career-form-heading p{
  color:#4c6578!important;
  font-size:17px!important;
}
body.mit-career-page .mit-career-form{
  padding:34px 38px 40px!important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(255,133,0,.18),rgba(0,107,214,.18)) border-box!important;
}
body.mit-career-page .mit-career-form:before{
  content:"Profile Information";
  display:flex;
  align-items:center;
  min-height:48px;
  margin:0 0 22px;
  padding:0 18px;
  border-radius:16px;
  background:linear-gradient(135deg,#003f63,#075f8b);
  color:#fff;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
  box-shadow:0 16px 34px rgba(0,64,101,.16);
}
body.mit-career-page .mit-career-form label{
  color:#003456!important;
  font-size:12px!important;
  letter-spacing:.08em!important;
  margin-bottom:10px!important;
}
body.mit-career-page .mit-career-form label:before{
  width:7px!important;
  height:7px!important;
  box-shadow:0 0 0 5px rgba(255,133,0,.12)!important;
}
body.mit-career-page .mit-career-form .form-group{
  margin-bottom:22px!important;
}
body.mit-career-page .mit-career-form .form-control,
body.mit-career-page .mit-career-form select.form-control{
  height:62px!important;
  border-radius:18px!important;
  border:1px solid #cbdde9!important;
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
  color:#003456!important;
  font-weight:800!important;
  padding:14px 17px!important;
  box-shadow:0 14px 28px rgba(0,52,86,.07)!important;
}
body.mit-career-page .mit-career-form textarea.form-control{
  min-height:150px!important;
  height:auto!important;
  padding-top:16px!important;
}
body.mit-career-page .mit-career-form .form-control:hover{
  border-color:#80b8dc!important;
  box-shadow:0 18px 36px rgba(0,52,86,.1)!important;
}
body.mit-career-page .mit-career-form .form-control:focus{
  background:#fff!important;
  border-color:#ff8500!important;
  box-shadow:0 0 0 5px rgba(255,133,0,.14),0 20px 42px rgba(0,52,86,.12)!important;
}
body.mit-career-page .mit-file-upload{
  margin-top:6px!important;
  padding:24px!important;
  border-radius:24px!important;
  border:1px dashed rgba(255,133,0,.8)!important;
  background:
    radial-gradient(circle at 92% 0,rgba(255,133,0,.18),transparent 32%),
    linear-gradient(135deg,#fff8ef,#f5fbff)!important;
}
body.mit-career-page .mit-file-upload label:before{content:""!important;}
body.mit-career-page .mit-file-upload label:after{
  content:"Upload PDF, DOC or DOCX";
  margin-left:auto;
  color:#ff8500;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
body.mit-career-page .mit-file-upload .form-control-file{
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid rgba(0,71,107,.16)!important;
}
body.mit-career-page .mit-career-submit{
  margin-top:4px!important;
  min-height:62px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#ff8500 0%,#ff7100 48%,#005fa8 145%)!important;
  box-shadow:0 22px 45px rgba(255,133,0,.28)!important;
}
body.mit-career-page .mit-career-submit:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 28px 58px rgba(255,133,0,.34)!important;
}
@media(max-width:991px){
  body.mit-career-page .mit-career-grid{grid-template-columns:1fr!important;}
  body.mit-career-page .mit-career-form-card{margin-top:0!important;}
}
@media(max-width:575px){
  body.mit-career-page .mit-career-form-heading,
  body.mit-career-page .mit-career-form{padding-left:20px!important;padding-right:20px!important;}
  body.mit-career-page .mit-file-upload label:after{display:none;}
}

/* CAREER FORM COMPACT PROFESSIONAL OVERRIDE 2026 */
body.mit-career-page .mit-career-form-card{
  margin-top:24px!important;
  border-radius:24px!important;
}
body.mit-career-page .mit-career-form-heading{
  padding:24px 32px 18px!important;
}
body.mit-career-page .mit-career-form-heading h2{
  font-size:32px!important;
  line-height:1.15!important;
}
body.mit-career-page .mit-career-form-heading p{
  font-size:15px!important;
  line-height:1.55!important;
}
body.mit-career-page .mit-career-form{
  padding:24px 32px 32px!important;
}
body.mit-career-page .mit-career-form:before{
  min-height:40px!important;
  margin-bottom:18px!important;
  padding:0 16px!important;
  border-radius:13px!important;
  font-size:13px!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
body.mit-career-page .mit-career-form .form-group{
  margin-bottom:15px!important;
}
body.mit-career-page .mit-career-form label{
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:13px!important;
  font-weight:800!important;
  margin-bottom:7px!important;
  color:#06395a!important;
}
body.mit-career-page .mit-career-form label:before{
  width:6px!important;
  height:6px!important;
  flex-basis:6px!important;
  box-shadow:0 0 0 4px rgba(255,133,0,.1)!important;
}
body.mit-career-page .mit-career-form .form-control,
body.mit-career-page .mit-career-form select.form-control,
body.mit-career-page .mit-career-form .form-control-file{
  height:44px!important;
  min-height:44px!important;
  border-radius:13px!important;
  padding:9px 14px!important;
  font-size:14px!important;
  font-weight:700!important;
  box-shadow:0 9px 18px rgba(0,52,86,.055)!important;
}
body.mit-career-page .mit-career-form select.form-control{
  line-height:1.2!important;
}
body.mit-career-page .mit-career-form textarea.form-control{
  min-height:104px!important;
  padding-top:12px!important;
  line-height:1.55!important;
}
body.mit-career-page .mit-career-form .form-control:hover{
  box-shadow:0 12px 24px rgba(0,52,86,.08)!important;
}
body.mit-career-page .mit-career-form .form-control:focus{
  box-shadow:0 0 0 4px rgba(255,133,0,.12),0 12px 25px rgba(0,52,86,.09)!important;
}
body.mit-career-page .mit-file-upload{
  padding:16px 18px!important;
  border-radius:18px!important;
  gap:6px!important;
}
body.mit-career-page .mit-file-upload label:after{
  font-size:11px!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
body.mit-career-page .mit-file-upload small{
  font-size:12px!important;
  margin-top:4px!important;
}
body.mit-career-page .mit-career-submit{
  min-height:46px!important;
  border-radius:14px!important;
  padding:12px 22px!important;
  font-size:14px!important;
  box-shadow:0 14px 30px rgba(255,133,0,.24)!important;
}
body.mit-career-page .mit-career-submit:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 36px rgba(255,133,0,.3)!important;
}
body.mit-career-page .mit-career-form .form-row{
  margin-left:-8px!important;
  margin-right:-8px!important;
}
body.mit-career-page .mit-career-form .form-row>[class*="col-"]{
  padding-left:8px!important;
  padding-right:8px!important;
}
@media(max-width:575px){
  body.mit-career-page .mit-career-form-heading,
  body.mit-career-page .mit-career-form{padding-left:18px!important;padding-right:18px!important;}
}

/* CAREER LABEL CLEAN + BANNER IMAGE 2026 */
body.mit-career-page .mit-career-visual-panel{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  align-content:stretch!important;
}
body.mit-career-page .mit-career-image-wrap{
  position:relative;
  min-height:215px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 22px 46px rgba(0,24,44,.24);
  background:#fff;
}
body.mit-career-page .mit-career-image-wrap:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,52,86,.02),rgba(0,52,86,.18));
  pointer-events:none;
}
body.mit-career-page .mit-career-image-wrap img{
  width:100%;
  height:100%;
  min-height:215px;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
}
body.mit-career-page .mit-career-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
body.mit-career-page .mit-career-mini-stats .mit-career-stat{
  padding:14px!important;
  border-radius:16px!important;
}
body.mit-career-page .mit-career-mini-stats .mit-career-stat strong{
  font-size:24px!important;
}
body.mit-career-page .mit-career-mini-stats .mit-career-stat span{
  font-size:11px!important;
  line-height:1.25!important;
}
body.mit-career-page .mit-career-form label:before,
body.mit-career-page .mit-career-form label:after{
  display:none!important;
  content:none!important;
}
body.mit-career-page .mit-career-form label{
  padding-left:0!important;
  gap:0!important;
  font-size:12px!important;
  font-weight:800!important;
  color:#073b5c!important;
}
body.mit-career-page .mit-career-form .form-control,
body.mit-career-page .mit-career-form select.form-control,
body.mit-career-page .mit-career-form .form-control-file{
  font-size:13px!important;
}
body.mit-career-page .mit-career-form .form-control::placeholder,
body.mit-career-page .mit-career-form textarea.form-control::placeholder{
  font-size:13px!important;
  color:#8fa1ae!important;
}
body.mit-career-page .mit-file-upload small{
  font-size:11px!important;
  color:#6e8290!important;
}
body.mit-career-page .mit-file-upload label:after{
  display:none!important;
  content:none!important;
}
@media(max-width:1199px){
  body.mit-career-page .mit-career-mini-stats{grid-template-columns:1fr;}
  body.mit-career-page .mit-career-image-wrap{min-height:190px;}
  body.mit-career-page .mit-career-image-wrap img{min-height:190px;}
}
@media(max-width:991px){
  body.mit-career-page .mit-career-mini-stats{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:575px){
  body.mit-career-page .mit-career-mini-stats{grid-template-columns:1fr;}
}

/* CAREER BREADCRUMB IMAGE + ICON REMOVAL 2026 */
body.mit-career-page .mit-career-breadcrumb-wrap{
  display:grid!important;
  grid-template-columns:minmax(0,.88fr) minmax(320px,1fr)!important;
  gap:28px!important;
  align-items:center!important;
  max-width:1120px!important;
  padding:32px!important;
}
body.mit-career-page .mit-breadcrumb-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ff9b22;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:10px;
}
body.mit-career-page .mit-breadcrumb-kicker:before{
  content:"";
  width:30px;
  height:3px;
  border-radius:99px;
  background:#ff8a00;
}
body.mit-career-page .mit-career-breadcrumb-image{
  border-radius:22px;
  overflow:hidden;
  min-height:210px;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 55px rgba(0,18,35,.28);
  background:#fff;
  position:relative;
}
body.mit-career-page .mit-career-breadcrumb-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,52,86,.05),rgba(0,52,86,.16));
  pointer-events:none;
}
body.mit-career-page .mit-career-breadcrumb-image img{
  width:100%;
  height:100%;
  min-height:210px;
  object-fit:cover;
  object-position:center;
  display:block;
}
body.mit-career-page .mit-career-points li{
  grid-template-columns:1fr!important;
  min-height:auto!important;
  padding:18px 20px!important;
  border-left:4px solid #ff8a00!important;
}
body.mit-career-page .mit-career-points i{
  display:none!important;
}
@media(max-width:991px){
  body.mit-career-page .mit-career-breadcrumb-wrap{grid-template-columns:1fr!important;padding:24px!important;}
  body.mit-career-page .mit-career-breadcrumb-image{min-height:180px;}
  body.mit-career-page .mit-career-breadcrumb-image img{min-height:180px;}
}
@media(max-width:575px){
  body.mit-career-page .mit-career-breadcrumb-image{display:none;}
}

/* CAREER COMPACT NO-IMAGE LAYOUT 2026 */
body.mit-career-page .wpo-breadcumb-area{
  min-height:220px!important;
  padding:34px 0!important;
}
body.mit-career-page .mit-career-breadcrumb-wrap{
  display:block!important;
  max-width:820px!important;
  padding:28px 34px!important;
  text-align:left!important;
}
body.mit-career-page .mit-career-breadcrumb-wrap h2{
  font-size:clamp(42px,5vw,68px)!important;
  line-height:1!important;
  margin:8px 0 18px!important;
}
body.mit-career-page .mit-career-breadcrumb-wrap ul{
  margin:0!important;
}
body.mit-career-page .mit-career-breadcrumb-image,
body.mit-career-page .mit-career-image-wrap{
  display:none!important;
}
body.mit-career-page .mit-career-application{
  padding-top:38px!important;
}
body.mit-career-page .mit-career-hero-card{
  grid-template-columns:minmax(0,1fr) minmax(260px,360px)!important;
  padding:30px 34px!important;
  min-height:0!important;
  border-radius:24px!important;
}
body.mit-career-page .mit-career-hero-card h1{
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1.08!important;
  margin:12px 0 12px!important;
}
body.mit-career-page .mit-career-hero-card p{
  font-size:16px!important;
  line-height:1.62!important;
  max-width:760px!important;
}
body.mit-career-page .mit-career-actions{
  margin-top:20px!important;
}
body.mit-career-page .mit-career-primary,
body.mit-career-page .mit-career-secondary{
  padding:12px 20px!important;
  border-radius:13px!important;
  font-size:14px!important;
}
body.mit-career-page .mit-career-visual-panel{
  align-content:center!important;
}
body.mit-career-page .mit-career-mini-stats{
  grid-template-columns:1fr!important;
  gap:10px!important;
}
body.mit-career-page .mit-career-mini-stats .mit-career-stat{
  padding:14px 18px!important;
  min-height:70px!important;
}
body.mit-career-page .mit-career-mini-stats .mit-career-stat strong{
  font-size:28px!important;
}
body.mit-career-page .mit-career-grid{
  margin-top:28px!important;
}
body.mit-career-page .mit-career-side-card{
  padding:26px!important;
}
body.mit-career-page .mit-career-side-card h2{
  font-size:25px!important;
  line-height:1.18!important;
}
body.mit-career-page .mit-career-side-card p{
  font-size:15px!important;
  line-height:1.62!important;
}
body.mit-career-page .mit-career-points{
  gap:10px!important;
  margin-top:18px!important;
}
body.mit-career-page .mit-career-points li{
  padding:12px 16px!important;
  font-size:14px!important;
  line-height:1.42!important;
  border-radius:14px!important;
}
body.mit-career-page .mit-career-form-card{
  margin-top:12px!important;
}
@media(max-width:991px){
  body.mit-career-page .mit-career-hero-card{grid-template-columns:1fr!important;}
  body.mit-career-page .mit-career-mini-stats{grid-template-columns:repeat(3,1fr)!important;}
}
@media(max-width:575px){
  body.mit-career-page .wpo-breadcumb-area{min-height:180px!important;}
  body.mit-career-page .mit-career-hero-card{padding:24px!important;}
  body.mit-career-page .mit-career-mini-stats{grid-template-columns:1fr!important;}
}

/* LEGAL POLICY PAGES PREMIUM DESIGN 2026 */
body.mit-policy-body{background:#f3f9fc;color:#06395a;overflow-x:hidden;}
body.mit-policy-body .mit-policy-page{position:relative;padding:70px 0 82px;background:linear-gradient(135deg,#f7fbff,#eef7fb 52%,#fff8ef);overflow:hidden;}
body.mit-policy-body .mit-policy-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,71,107,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,71,107,.045) 1px,transparent 1px);background-size:42px 42px;pointer-events:none;}
body.mit-policy-body .mit-policy-page .container{position:relative;z-index:1;max-width:1140px;}
body.mit-policy-body .mit-policy-shell{background:rgba(255,255,255,.94);border:1px solid rgba(0,71,107,.13);border-radius:30px;box-shadow:0 30px 80px rgba(0,52,86,.13);overflow:hidden;position:relative;}
body.mit-policy-body .mit-policy-shell:before{content:"";display:block;height:6px;background:linear-gradient(90deg,#ff8500,#006bd6,#003456);}
body.mit-policy-body .mit-policy-intro{padding:40px 44px 26px;background:radial-gradient(circle at 88% 0,rgba(255,133,0,.14),transparent 32%),linear-gradient(135deg,rgba(0,71,107,.08),rgba(255,133,0,.07));}
body.mit-policy-body .mit-policy-kicker{display:inline-flex;align-items:center;gap:10px;color:#ff7b00;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:13px;}
body.mit-policy-body .mit-policy-kicker:before{content:"";width:30px;height:3px;border-radius:99px;background:#ff8500;}
body.mit-policy-body .mit-policy-intro h2{font-size:clamp(34px,4vw,56px);line-height:1.06;color:#003456;font-weight:900;margin:14px 0 14px;letter-spacing:0;}
body.mit-policy-body .mit-policy-intro p{font-size:17px;line-height:1.75;color:#506b7e;max-width:930px;margin:0;}
body.mit-policy-body .mit-policy-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:28px 44px;background:#fff;border-top:1px solid rgba(0,71,107,.08);border-bottom:1px solid rgba(0,71,107,.08);}
body.mit-policy-body .mit-policy-highlights div{padding:20px;border-radius:20px;background:linear-gradient(145deg,#fff,#f5fbff);border:1px solid rgba(0,71,107,.12);box-shadow:0 16px 34px rgba(0,52,86,.08);}
body.mit-policy-body .mit-policy-highlights i{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#00476b,#0870bc);color:#fff;font-size:18px;margin-bottom:14px;box-shadow:0 14px 24px rgba(0,102,184,.2);}
body.mit-policy-body .mit-policy-highlights strong{display:block;color:#003456;font-size:18px;font-weight:900;margin-bottom:6px;}
body.mit-policy-body .mit-policy-highlights span{display:block;color:#5a7183;line-height:1.5;}
body.mit-policy-body .mit-policy-content{padding:36px 44px 40px;}
body.mit-policy-body .mit-policy-content h3{font-size:24px;color:#003456;font-weight:900;margin:28px 0 13px;position:relative;padding-left:18px;}
body.mit-policy-body .mit-policy-content h3:first-child{margin-top:0;}
body.mit-policy-body .mit-policy-content h3:before{content:"";position:absolute;left:0;top:.35em;width:5px;height:24px;border-radius:99px;background:linear-gradient(#ff8500,#006bd6);}
body.mit-policy-body .mit-policy-content p{font-size:16px;line-height:1.85;color:#536c7e;margin:0 0 16px;}
body.mit-policy-body .mit-policy-content ul{list-style:none;margin:14px 0 24px;padding:0;display:grid;gap:12px;}
body.mit-policy-body .mit-policy-content li{position:relative;padding:15px 18px 15px 44px;border-radius:16px;background:#f8fcff;border:1px solid rgba(0,71,107,.11);color:#516a7c;line-height:1.7;box-shadow:0 10px 24px rgba(0,52,86,.045);}
body.mit-policy-body .mit-policy-content li:before{content:"";position:absolute;left:18px;top:23px;width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#ff8500,#006bd6);box-shadow:0 0 0 5px rgba(255,133,0,.1);}
body.mit-policy-body .mit-policy-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 44px 42px;padding:20px 22px;border-radius:20px;background:linear-gradient(135deg,#003f63,#075f8b);color:#fff;box-shadow:0 18px 38px rgba(0,52,86,.18);}
body.mit-policy-body .mit-policy-cta span{font-weight:800;font-size:17px;}
body.mit-policy-body .mit-policy-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:14px;background:#ff8500;color:#fff!important;font-weight:900;text-decoration:none!important;box-shadow:0 14px 26px rgba(255,133,0,.28);transition:.22s ease;white-space:nowrap;}
body.mit-policy-body .mit-policy-cta a:hover{transform:translateY(-2px);}
body.mit-refund-body .mit-refund-process{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:28px 44px;background:#fff;}
body.mit-refund-body .mit-refund-process div{position:relative;padding:24px;border-radius:22px;background:linear-gradient(145deg,#003f63,#075f8b);color:#fff;overflow:hidden;box-shadow:0 18px 38px rgba(0,52,86,.16);}
body.mit-refund-body .mit-refund-process div:after{content:"";position:absolute;right:-42px;top:-46px;width:120px;height:120px;border-radius:50%;background:rgba(255,133,0,.22);}
body.mit-refund-body .mit-refund-process b{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#ff8500;color:#fff;font-size:20px;margin-bottom:16px;}
body.mit-refund-body .mit-refund-process strong{display:block;font-size:20px;font-weight:900;margin-bottom:8px;}
body.mit-refund-body .mit-refund-process span{display:block;color:rgba(255,255,255,.84);line-height:1.55;}
body.mit-refund-body .mit-refund-note{display:flex;gap:14px;align-items:flex-start;margin:0 44px 24px;padding:18px 20px;border-radius:18px;background:#fff8ef;border:1px solid rgba(255,133,0,.3);color:#6c563b;font-weight:800;line-height:1.6;}
body.mit-refund-body .mit-refund-note i{color:#ff8500;font-size:22px;margin-top:3px;}
@media(max-width:991px){body.mit-policy-body .mit-policy-highlights,body.mit-refund-body .mit-refund-process{grid-template-columns:1fr;}body.mit-policy-body .mit-policy-intro,body.mit-policy-body .mit-policy-content,body.mit-policy-body .mit-policy-highlights,body.mit-refund-body .mit-refund-process{padding-left:26px;padding-right:26px;}body.mit-policy-body .mit-policy-cta,body.mit-refund-body .mit-refund-note{margin-left:26px;margin-right:26px;}body.mit-policy-body .mit-policy-cta{align-items:flex-start;flex-direction:column;}}
@media(max-width:575px){body.mit-policy-body .mit-policy-page{padding:42px 0 58px;}body.mit-policy-body .mit-policy-shell{border-radius:22px;}body.mit-policy-body .mit-policy-intro,body.mit-policy-body .mit-policy-content,body.mit-policy-body .mit-policy-highlights,body.mit-refund-body .mit-refund-process{padding-left:20px;padding-right:20px;}body.mit-policy-body .mit-policy-cta,body.mit-refund-body .mit-refund-note{margin-left:20px;margin-right:20px;}body.mit-policy-body .mit-policy-cta a{width:100%;}}

/* POLICY PAGE BULLET ALIGNMENT FIX 2026 */
body.mit-policy-body .mit-policy-content li{
  overflow:visible!important;
  padding:16px 20px 16px 54px!important;
  margin-left:0!important;
  border-radius:16px!important;
}
body.mit-policy-body .mit-policy-content li:before{
  left:22px!important;
  top:23px!important;
  width:12px!important;
  height:12px!important;
  border:2px solid #fff!important;
  background:linear-gradient(135deg,#ff8500 0%,#006bd6 100%)!important;
  box-shadow:0 7px 15px rgba(0,71,107,.18),0 0 0 5px rgba(255,133,0,.09)!important;
}
body.mit-policy-body .mit-policy-content li:after{
  content:"";
  position:absolute;
  left:27px;
  top:28px;
  width:2px;
  height:2px;
  border-radius:50%;
  background:#fff;
  z-index:1;
}
body.mit-policy-body .mit-policy-content ul{
  padding-left:0!important;
  margin-left:0!important;
}
@media(max-width:575px){
  body.mit-policy-body .mit-policy-content li{
    padding-left:46px!important;
  }
  body.mit-policy-body .mit-policy-content li:before{left:18px!important;}
  body.mit-policy-body .mit-policy-content li:after{left:23px!important;}
}

/* GROWTH HUB PREMIUM AUTHORITY ENGINE 2026 */
body.mit-growth-body{background:#f3f9fc;color:#06395a;overflow-x:hidden;}
body.mit-growth-body .mit-growth-hero{position:relative;padding:86px 0 92px;background:radial-gradient(circle at 78% 10%,rgba(255,138,0,.22),transparent 28%),linear-gradient(135deg,#003452 0%,#075a86 54%,#003452 100%);overflow:hidden;color:#fff;}
body.mit-growth-body .mit-growth-hero:before,body.mit-growth-body .mit-growth-section.alt:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;}
body.mit-growth-body .mit-growth-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);gap:48px;align-items:center;}
body.mit-growth-body .mit-growth-kicker,body.mit-growth-body .mit-growth-heading span{display:inline-flex;align-items:center;gap:10px;color:#ff930e;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:13px;}
body.mit-growth-body .mit-growth-kicker:before,body.mit-growth-body .mit-growth-heading span:before{content:"";width:34px;height:3px;border-radius:99px;background:#ff8a00;}
body.mit-growth-body .mit-growth-hero h1{font-size:clamp(42px,5vw,72px);line-height:1.04;color:#fff;margin:18px 0 18px;font-weight:900;letter-spacing:0;max-width:880px;}
body.mit-growth-body .mit-growth-hero p{font-size:18px;line-height:1.72;color:rgba(255,255,255,.82);max-width:850px;margin:0 0 13px;}
body.mit-growth-body .mit-growth-hero .mit-growth-lead{font-size:21px;color:#fff;font-weight:650;}
body.mit-growth-body .mit-growth-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
body.mit-growth-body .mit-growth-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:14px;font-weight:900;text-decoration:none!important;transition:.24s ease;}
body.mit-growth-body .mit-growth-btn.primary{background:linear-gradient(135deg,#ff8a00,#ff642f);color:#fff!important;box-shadow:0 18px 38px rgba(255,119,0,.26);}
body.mit-growth-body .mit-growth-btn.secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.28);color:#fff!important;}
body.mit-growth-body .mit-growth-btn:hover{transform:translateY(-3px);}
body.mit-growth-body .mit-growth-visual{position:relative;min-height:430px;display:grid;place-items:center;}
body.mit-growth-body .mit-growth-dashboard{width:min(430px,100%);padding:26px;border-radius:28px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);box-shadow:0 38px 90px rgba(0,12,28,.34);backdrop-filter:blur(16px);}
body.mit-growth-body .mit-growth-window{display:flex;gap:8px;margin-bottom:18px;}
body.mit-growth-body .mit-growth-window span{width:11px;height:11px;border-radius:50%;background:#ff8a00;}.mit-growth-window span:nth-child(2){background:#08a6ce}.mit-growth-window span:nth-child(3){background:#2ed17d}
body.mit-growth-body .mit-growth-chart{height:160px;display:flex;align-items:end;gap:16px;padding:22px;border-radius:22px;background:#fff;}
body.mit-growth-body .mit-growth-chart i{flex:1;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,#ff8a00,#086ad8);box-shadow:0 14px 24px rgba(8,106,216,.22);}
body.mit-growth-body .mit-growth-line{height:86px;margin:18px 0;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.74));position:relative;overflow:hidden;}
body.mit-growth-body .mit-growth-line b{position:absolute;left:26px;right:26px;top:42px;height:5px;border-radius:99px;background:linear-gradient(90deg,#ff8a00,#2ecbff,#086ad8);transform:skewY(-8deg);}
body.mit-growth-body .mit-growth-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
body.mit-growth-body .mit-growth-metrics strong{display:grid;place-items:center;min-height:66px;border-radius:18px;background:rgba(255,255,255,.14);color:#fff;text-align:center;font-size:13px;}
body.mit-growth-body .mit-growth-orbit{position:absolute;display:grid;place-items:center;width:76px;height:76px;border-radius:24px;background:#fff;color:#003456;font-weight:900;box-shadow:0 24px 46px rgba(0,20,38,.22);}
body.mit-growth-body .mit-growth-orbit.one{left:0;top:40px}.mit-growth-orbit.two{right:0;top:96px}.mit-growth-orbit.three{left:42px;bottom:34px}
body.mit-growth-body .mit-growth-section{position:relative;padding:78px 0;background:#f3f9fc;}
body.mit-growth-body .mit-growth-section.alt{background:linear-gradient(135deg,#003b5c,#075a86);color:#fff;overflow:hidden;}
body.mit-growth-body .mit-growth-heading{position:relative;z-index:1;margin-bottom:34px;}.mit-growth-heading.center{text-align:center;}.mit-growth-heading.center span{justify-content:center;}
body.mit-growth-body .mit-growth-heading h2{font-size:clamp(34px,4vw,54px);line-height:1.08;color:#003456;font-weight:900;margin:12px 0 12px;letter-spacing:0;}
body.mit-growth-body .mit-growth-section.alt .mit-growth-heading h2,body.mit-growth-body .mit-growth-section.alt .mit-growth-heading p{color:#fff;}
body.mit-growth-body .mit-growth-heading p{max-width:760px;margin:0 auto;color:#5a7183;font-size:18px;line-height:1.68;}
body.mit-growth-body .mit-growth-goal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
body.mit-growth-body .mit-growth-goal-card{position:relative;display:block;min-height:318px;padding:28px;border-radius:24px;background:#fff;border:1px solid rgba(0,71,107,.13);border-top:5px solid #ff8a00;box-shadow:0 22px 52px rgba(0,52,86,.1);text-decoration:none!important;color:#003456!important;overflow:hidden;transition:.25s ease;}
body.mit-growth-body .mit-growth-goal-card:after{content:"";position:absolute;right:-44px;top:-50px;width:150px;height:150px;border-radius:50%;background:rgba(255,138,0,.12);}
body.mit-growth-body .mit-growth-goal-card b{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#00476b,#086ad8);color:#fff;font-size:20px;box-shadow:0 18px 32px rgba(8,106,216,.22);}
body.mit-growth-body .mit-growth-goal-card h3{font-size:22px;line-height:1.18;color:#003456;font-weight:900;margin:20px 0 12px;}
body.mit-growth-body .mit-growth-goal-card p{font-size:15.5px;line-height:1.65;color:#5a7183;margin:0 0 20px;}
body.mit-growth-body .mit-growth-goal-card em{position:absolute;left:28px;right:28px;bottom:24px;font-style:normal;font-weight:900;color:#ff7b00;}
body.mit-growth-body .mit-growth-goal-card:hover{transform:translateY(-7px);box-shadow:0 32px 70px rgba(0,52,86,.16);border-color:rgba(255,138,0,.5);}
body.mit-growth-body .mit-growth-intent-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
body.mit-growth-body .mit-growth-intent-grid div{padding:24px;border-radius:24px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);box-shadow:0 22px 50px rgba(0,18,35,.16);backdrop-filter:blur(12px);}
body.mit-growth-body .mit-growth-intent-grid h3{color:#fff;font-size:20px;font-weight:900;margin:0 0 16px;}
body.mit-growth-body .mit-growth-intent-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
body.mit-growth-body .mit-growth-intent-grid li{position:relative;color:rgba(255,255,255,.86);line-height:1.45;padding-left:18px;font-size:14.5px;}
body.mit-growth-body .mit-growth-intent-grid li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:#ff8a00;}
body.mit-growth-body .mit-growth-cluster-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
body.mit-growth-body .mit-growth-cluster-grid a{display:block;min-height:190px;padding:24px;border-radius:22px;background:linear-gradient(145deg,#fff,#f7fcff);border:1px solid rgba(0,71,107,.13);box-shadow:0 20px 44px rgba(0,52,86,.08);text-decoration:none!important;transition:.22s ease;}
body.mit-growth-body .mit-growth-cluster-grid i{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:#eef8ff;color:#086ad8;font-size:21px;margin-bottom:16px;border:1px solid rgba(8,106,216,.16);}
body.mit-growth-body .mit-growth-cluster-grid strong{display:block;font-size:18px;line-height:1.2;color:#003456;margin-bottom:9px;font-weight:900;}
body.mit-growth-body .mit-growth-cluster-grid span{display:block;color:#5a7183;line-height:1.52;}
body.mit-growth-body .mit-growth-cluster-grid a:hover{transform:translateY(-5px);border-color:#ff8a00;box-shadow:0 28px 58px rgba(0,52,86,.14);}
body.mit-growth-body .mit-growth-answer-template{padding:72px 0 88px;background:linear-gradient(135deg,#fff,#eef7fc);}
body.mit-growth-body .mit-growth-answer-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);gap:28px;align-items:center;padding:38px;border-radius:28px;background:#fff;border:1px solid rgba(0,71,107,.13);box-shadow:0 28px 70px rgba(0,52,86,.12);}
body.mit-growth-body .mit-growth-answer-card h2{font-size:clamp(30px,3.5vw,48px);line-height:1.08;color:#003456;font-weight:900;margin:14px 0;}
body.mit-growth-body .mit-growth-answer-card p{font-size:17px;line-height:1.76;color:#5a7183;margin:0;}
body.mit-growth-body .mit-growth-brief{padding:28px;border-radius:24px;background:linear-gradient(135deg,#003f63,#086497);color:#fff;box-shadow:0 24px 52px rgba(0,52,86,.18);}
body.mit-growth-body .mit-growth-brief strong{display:block;color:#ffad42;font-size:18px;font-weight:900;margin-bottom:12px;}.mit-growth-brief p{color:#fff!important;}
body.mit-growth-body .kc-hero{padding:76px 0;background:linear-gradient(135deg,#003452,#075a86);color:#fff;}.mit-growth-body .kc-hero h1{color:#fff!important;font-size:clamp(36px,4vw,58px);font-weight:900;}.mit-growth-body .kc-hero p{color:rgba(255,255,255,.86);font-size:18px;line-height:1.7;max-width:880px;}.mit-growth-body .kc-eyebrow{color:#ff930e!important;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}.mit-growth-body .kc-section{padding:70px 0;background:#f3f9fc;}.mit-growth-body .kc-copy{max-width:940px;padding:34px;border-radius:24px;background:#fff;border:1px solid rgba(0,71,107,.13);box-shadow:0 24px 60px rgba(0,52,86,.1);}.mit-growth-body .kc-copy h2{color:#003456;font-weight:900;}.mit-growth-body .kc-copy p{font-size:17px;line-height:1.8;color:#5a7183;}.mit-growth-body .kc-back{display:inline-flex;margin-top:18px;min-height:46px;align-items:center;padding:0 20px;border-radius:14px;background:#ff8a00;color:#fff!important;font-weight:900;text-decoration:none!important;}
@media(max-width:1199px){body.mit-growth-body .mit-growth-goal-grid,body.mit-growth-body .mit-growth-cluster-grid{grid-template-columns:repeat(3,1fr);}body.mit-growth-body .mit-growth-intent-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:991px){body.mit-growth-body .mit-growth-hero-grid,body.mit-growth-body .mit-growth-answer-card{grid-template-columns:1fr;}body.mit-growth-body .mit-growth-visual{min-height:340px;}body.mit-growth-body .mit-growth-goal-grid,body.mit-growth-body .mit-growth-cluster-grid{grid-template-columns:repeat(2,1fr);}body.mit-growth-body .mit-growth-intent-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:640px){body.mit-growth-body .mit-growth-hero{padding:58px 0 64px;}body.mit-growth-body .mit-growth-goal-grid,body.mit-growth-body .mit-growth-cluster-grid,body.mit-growth-body .mit-growth-intent-grid{grid-template-columns:1fr;}body.mit-growth-body .mit-growth-dashboard{padding:18px;}body.mit-growth-body .mit-growth-orbit{display:none;}body.mit-growth-body .mit-growth-answer-card{padding:24px;}}
