/*
Theme Name: Maven Advisory - Enfold Child
Theme URI:  https://mavenadvisory.example
Description: Child theme for Enfold — full typography + responsive rules (Inter). Drop into wp-content/themes/maven-advisory-child/style.css
Author:      Vishal Kawade
Author URI:  https://example.com
Template:    enfold
Version:     1.0.0
*/

/* ===========================
   Root variables & base reset
   =========================== */
:root{
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --color-text: #111111;
  --color-bg: #ffffff;
  --max-content-width: 1200px;
  --fluid-scale-xs: 320px;
  --fluid-scale-sm: 600px;
  --fluid-scale-md: 992px;
}

/* Simple normalize */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,ol,ul,li,figure,figcaption,blockquote,dl,dt,dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.job-form-title {
    font-size: 18px;
    margin-bottom: 20px;
}

#job-position-label {
    color: #007a73;
    font-weight: 600;
}

img { max-width: 100%; height: auto; display: block; }

/* ===========================
   Base body / paragraph
   =========================== */
body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56; /* 156% */
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0;
  margin: 0 0 1rem 0;
}
@media (min-width: 991px) {
    .home .custom-iconbox article.iconbox.iconbox_left_content {
       align-items: unset !important;
    }
}
/* Small text */
small, .small {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Links */
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

/* Layout helpers */
.container {
  width: 100%;
  max-width: var(--max-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
li {
    color: var(--color-text);
}
/* ===========================
   Headings (responsive)
   - h1: desktop 88px / line-height ~115%
   - h2: desktop 48px / line-height 124%
   - h3: desktop 32px
   - h4: desktop 24px
   =========================== */

/* Shared heading defaults */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  font-style: normal;
  letter-spacing: 0;
  color: var(--color-text);
  margin: 0 0 0.6em 0;
  text-wrap: balance; /* helps on supporting browsers */
}

/* H1 */
h1 {
  font-weight: 600;            /* Semi Bold */
  line-height: 1.1499999999;   /* ~114.9999% */
  /* fluid size: min 32px, fluid based on viewport, max 88px */
  font-size: clamp(32px, 6.5vw, 88px);
  word-break: break-word;
}

/* H2 */
h2 {
    font-weight: 600 !important;
    line-height: 1.24;
    font-size: clamp(22px, 4.2vw, 48px);
    word-break: break-word;
    color: #1E3557 !important;
}
.max-350{
	max-width: 410px;
}
.av-subheading.av-subheading_above p {
  color: #37BBAC;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; /* 21px */
	letter-spacing: 2.24px;
	text-transform: uppercase;
}
/* H3 */
h3 {
  font-weight: 600;
  line-height: 1.28;
  font-size: clamp(20px, 3.2vw, 32px);
  word-break: break-word;
}

/* H4 */
h4 {
  font-weight: 600;
  line-height: 1.3;
  font-size: clamp(18px, 2.6vw, 24px);
  word-break: break-word;
}

/* H5 / H6 sensible defaults */
h5 { font-weight: 600; font-size: 16px; line-height: 1.3; }
h6 { font-weight: 600; font-size: 14px; line-height: 1.25; }

/* Specific Enfold content areas (inherit above) */
.avia_textblock h1, .entry-content h1,
.avia_textblock h2, .entry-content h2,
.avia_textblock h3, .entry-content h3,
.avia_textblock h4, .entry-content h4 {
  font-family: var(--font-sans);
  margin-top: 0;
}

/* ===========================
   Responsive tweaks
   - mobile readability improvements
   =========================== */
 
/* Smaller devices adjustments */
@media (max-width: 768px) {
  body { font-size: 15px; line-height: 1.55; }
  p { font-size: 15px; }

  /* Slightly reduce h1 on tablets/phones */
  h1 { font-size: clamp(28px, 10vw, 56px); line-height: 1.12; }
  h2 { font-size: clamp(20px, 6.5vw, 36px); }
  h3 { font-size: clamp(18px, 5.5vw, 28px); }
  h4 { font-size: clamp(16px, 5vw, 22px); }
}

/* Very small phones */
@media (max-width: 480px) {
  body { font-size: 15px; }
  p { font-size: 14.5px; line-height: 1.5; }

  h1 { font-size: clamp(26px, 11.5vw, 42px); line-height: 1.08; margin-bottom: 0.5em; }
  h2 { font-size: clamp(18px, 8.5vw, 30px); }
  h3 { font-size: clamp(16px, 7vw, 24px); }
  h4 { font-size: clamp(14px, 6vw, 20px); }
}

/* ===========================
   Accessibility & utilities
   =========================== */

.skip-link { position: absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { position: static; width: auto; height: auto; left: 0; }

/* High contrast support */
@media (prefers-contrast: more) {
  :root { --color-text: #000000; --color-bg: #ffffff; }
}

/* Improve legibility for long lines */
@media (min-width: 1400px) {
  .container { max-width: 1320px; }
}

/* Utility classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }

/* ===========================
   Minor component tweaks commonly needed in Enfold
   =========================== */

/* Ensure content blocks inherit the child theme typography */
.avia_textblock, .avia-content, .entry-content {
  font-family: var(--font-sans);
  color: var(--color-text);
}

/* Buttons: simple, accessible sizing */
.button, button, .avia-button {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 16px;
  padding: 10px 18px;
  line-height: 1;
  border-radius: 4px;
}

/* Form elements */
input, textarea, select {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.4;
}
.avia-animated-number {
    text-align: left;
    margin-bottom: 60px;
}
h3.iconbox_content_title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #37BBAC !important;
    padding-bottom: 10px !important;
}
.iconbox_icon.heading-color.avia-svg-icon {
    color: #fff !important;
    border: none !important;
	

}
#top .iconbox_left_content .iconbox_icon.avia-svg-icon svg:first-child {
	margin-top: 0 !important;
}
#top .iconbox_left_content .iconbox_icon{
    font-size: 74px !important;
	}
li#menu-item-search {
    display: none;
}
.menu-button .avia-menu-text {
    background: #37BBAC;
    border-radius: 4px;
    padding: 15px 25px 14px 25px; 
}
header span.avia-menu-text {
    font-size: 16px !important;
    font-weight: 400 !important;
}
footer li {
    border: none !important;
}
.card-lay {
    background: #fff !important;
    padding: 24px !important;
	margin: 0px 30px 30px 0;
    border-radius: 16px;
	min-height: 225px !important;
}
.card-lay .card-icon {
  position: absolute;
  top: 24px;
  right: 54px;
  width: 60px;
  height: 60px;
}
footer a:hover {
    background: transparent !important;
	opacity: 0.9;
}
span.logo.avia-standard-logo {
    width: 171px;
    margin-top: 24px;
}

.text-semi p {
    font-weight: 600 !important;
}
header#header:not(.av_header_transparency) .sub-menu li span.avia-menu-text {
    color: #fff !important;
}
#top span.avia-menu-text {
    font-weight: 600 !important;
}
li.menu-item-58 {
    display: block !important;
}
.sub-menu li.menu-item-58 {
    display: none !important;
}

li.menu-item-65 a {
    border-width: 0px !important;
}
.avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.card-lay h4 {
    color: #1E3557;
	padding-right: 80px !important;
}
.menu-footer-quick-links-container a {
    font-size: 16px;
    font-family: 'Inter';
}
.iconbox_icon.heading-color svg {fill: #fff !important;}
.custom-iconbox h3.iconbox_content_title {
    color: #1E3557 !important;
}
.custom-iconbox p {
    color: #000000 !important; 
	margin: 0 !important;
}
.custom-iconbox .iconbox_content_container {
    min-height: 76px !important;
}
.custom-iconbox article.iconbox.iconbox_left_content {
    border-bottom: 2px dashed #000000;
    width: 100% !important;
    max-width: max-content;
    padding: 30px 0px;
    margin-bottom: 0 !important;
}
article.iconbox {
    max-width: 610px !important;
    margin-bottom: 42px !important;
}
.iconbox_content_container p {
    color: #000;
}
.av_one_half .avia-image-overlay-wrap img {
    border-radius: 16px;
}
.service-cardss {
    margin-top: 30px !important;
	margin-bottom: 10px !important;
}
strong.heading.avia-animated-number-title span {
    color: #37BBAC;
    font-size: 80px;
    opacity: 1;
    font-weight: bold;
    letter-spacing: 1px;
}
.avia-animated-number-content p {
    font-size: 20px;
    line-height: 28px;
    padding-top: 10px;
    color: #000;
}
a.avia-button.avia-size-medium {
    background: #4896EA !important;
}
.highlight-cards li {
    color: #000;
    font-size: 16px;
    line-height: 21px;
}
.highlight-cards .iconbox_icon.heading-color::after {
    content: '';
    display: inline-block;
    height: 160px;
    width: 0px !important;
    position: absolute;
    border: 1px solid #3FBBC0 !important;
    left: 37px !important;
    top: 74px;
}
.highlight-cards article.iconbox_left_content:last-child .iconbox_icon.heading-color::after {
    display: none;
}
h3.service-title {
    font-size: 32px;
    font-family: 'Inter' !important;
}
ul.service-list li {
    font-size: 20px;
	 line-height: 48px;
	margin: 0;
    font-family: 'Inter';
}
.service-btn {
    display: inline-block;
    background: linear-gradient(135deg, #37BBAC, #2fa295);
    padding: 12px 24px;
    border-radius: 4px;
    width: fit-content;
    font-weight: 600;
    font-size: 16px !important;
    color: #fff !important;
}
a.avia-button.avia-size-medium {
    background: #4896EA !important;
}
.text-green {
    color: #37BBAC;
}
.modern-quote .av-special-heading-tag {
    font-weight: 600 !important;
}
.avia-standard-logo img {
    width: 211px;
    padding: 0px !important;
}
header#header:not(.av_header_transparency) .header_bg{
    background: #1e3557 !important;
}
  header#header:not(.av_header_transparency) li span.avia-menu-text{
    color: #fff !important;
}
.text-white p,.text-white a, .text-white h1,.text-white h2,.text-white h3{
color: #fff !important;
}
#top a.avia-button {
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 24px;
    background: #37BBAC;
    border-radius: 4px;
    border: none;
}
/* our-services cards */
.maven-our-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px !important;
  align-items: stretch;
  margin: 30px 0;
  padding: 0px !important;
}

/* desktop two columns */
@media (min-width: 900px) {
  .maven-our-services {
    grid-template-columns: 1fr 1fr;
    gap: 20px !important;
  }
}
@media (min-width: 1200px) {
#top footer#footer-page .foot-col-1, #top footer#footer-page .copy-col-1 {
    width: 38% !important;
    padding-right: 9% !important;
}
}
.service-card {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: #eaf7fb; /* subtle page bg behind card halves */
  box-shadow: 0 2px 8px rgba(18,32,50,0.04);
  min-height: 260px;
}

/* left content panel */
.service-left {
  width: 48%;
  padding: 42px 42px 88px 42px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff !important; /* default blue, second card override with .teal */
  color: #111;
  position: relative;
}
h3.service-title {
    color: #35b4a6 !important;
}
/* second card variant */
.service-left.teal { background: #2fb7a8; }

/* vertical accent stripe between halves */
.service-left::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0px;
    bottom: 50%;
    width: 6px;
    background: #E63A46 !important;
}
.service-left::before {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0px;
    top: 50%;
    width: 6px;
    background: #2B7882;
}
/* right image half */
.service-right {
  width: 52%;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  border-radius: 0;
}

/* typography */
.service-title {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  color: #fff !important;
  margin: 0 0 18px 0;
}
.service-list ul {
    padding-left: 20px !important;
}
.service-list li {
    left: 20px !important;
    padding-left: 0 !important;
   
}
.service-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}

.service-list li {
  margin: 8px 0;
  padding-left: 14px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
footer a:hover {
    color: #37BBAC !important;
}
.menu-button a {
    padding-right: 0 !important;
}
@media (max-width: 990px) {
	.header_bg, header#header {
		background: #1e3557 !important;
	}
}
/* make sure content stays readable on small screens */
@media (max-width: 899px) {
	.contact-icons li.avia_start_animation:last-child h4 {
    margin-top: 12px;
}
	header#header:not(.av_header_transparency) li span.avia-menu-text {
		color: #000 !important;
	}
		header#header:not(.av_header_transparency) .menu-button span.avia-menu-text{
		color: #fff !important;
	}
	.html_av-overlay-side-classic #top .av-burger-overlay li.menu-button a {
	   border-bottom-width: 0px;
	}
	span.logo.avia-standard-logo {
		width: 171px !important;
	}

	#top .tab {
        font-size: 24px !important;
        padding: 20px 20px 20px 0 !important;
        border-bottom: 1px solid #fff !important;
    }
    #top .toggler {
    line-height: 1.3;
     font-size: 16px !important;
    padding-right: 60px;
}
.cf7-grid {
    gap: 0px 22px;
}
.tabcontainer {
    border: none !important;
}
	li#menu-item-search {
		display: none !important;
	}

.html_mobile_menu_tablet .header_color div .av-hamburger-inner::after,.html_mobile_menu_tablet .header_color div .av-hamburger-inner::before,.html_mobile_menu_tablet .header_color div .av-hamburger-inner{
	background-color: #fff !important;
}
	.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after{
		background-color: #000 !important;
	}
	#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
    width: 60px;
    height: 60px; 
	}
	#top .iconbox_left_content .iconbox_icon {
    font-size: 60px !important;
}
	.highlight-cards .iconbox_icon.heading-color::after {
    height: 200px !important;
    left: 30px !important;
    top: 60px !important; 
	}
	
	.service-left::before, .service-left::after{
		display: none;
	}
	.service-right {
    min-height: 350px !important;
}
	.avia-standard-logo img {
    padding: 0px !important;
}
	.copyright-section p {
    margin: 0 !important;
}
	.card-lay h4 {
    padding-right: 65px !important;
}
	.card-lay .card-icon {
  
    right: 50px;
    width: 50px;
    height: 50px;
}
  .service-card {
    flex-direction: column;
    min-height: auto;
  }
  .service-left, .service-right {
    width: 100%;
  }
  .service-left {
    padding: 20px;
  }
  .service-left::after { right: 12px; width: 6px; top: auto; bottom: 12px; height: 40px; opacity: 1; }
  .service-right { height: 180px; }
}
.custom-iconbox .iconbox_icon, .custom-iconbox .iconbox_icon svg {
    width: 88px !important;
    height: 113px !important;
}
.avia-align-center img, .avia-align-center div {
    width: 100% !important;
}
.text-white.green-card,.text-white.blue-card {
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 40px;
}
.text-white.green-card p,.text-white.blue-card p{
	color: #fff !important;
}
.text-white.green-card h4,.text-white.blue-card h4{
	color: #fff !important;
	margin-top: 20px;
}
.text-white.green-card {
    background: #2B7882;
}
.text-white.blue-card {
    background: #4896EA;
}
#top a.avia-button {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 26px;
    background: linear-gradient(135deg, #37BBAC, #2fa295);
    border-radius: 6px;
    border: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Light sweep effect */
#top a.avia-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transition: left 0.6s ease;
}

#top a.avia-button:hover::after {
    left: 120%;
}

#top a.avia-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 30px rgba(55, 187, 172, 0.45);
}

#top a.avia-button:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 6px 14px rgba(55, 187, 172, 0.35);
}
.service-btn {
     position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 26px;
    background: linear-gradient(135deg, #37BBAC, #2fa295);
    border-radius: 6px;
    border: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Light sweep – same concept as primary */
.service-btn::after {
   content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transition: left 0.6s ease;
}

.service-btn:hover::after {
    left: 120%;
}

.service-btn:hover {
    transform: translateY(-3px) scale(1.0);
    box-shadow: 0 14px 30px rgba(55, 187, 172, 0.45);
}

.service-btn:active {
    transform: translateY(0) scale(0.98);
       box-shadow: 0 6px 14px rgba(55, 187, 172, 0.35);
}

span.avia-menu-text {
    font-family: 'Inter';
}
.menu-button span.avia-menu-text {
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 12px 26px !important;
	letter-spacing: 0 !important;
    background: linear-gradient(135deg, #37BBAC, #2fa295);
    border-radius: 6px;
    border: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
span.dropdown_available::after {
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    vertical-align: top;
    float: right;
    transition: all .2s ease-out;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    height: 20px;
    line-height: 20px;
    content: "\E87d";
    font-family: entypo-fontello-enfold;
    color: #fff !important;
    opacity: 1;
    rotate: 90deg;
}

.dropdown_ul_available {
    padding-right: 10px;
}
.text-white.green-card .mvn-lottie-icon {
    background: #226871 !important;
}
.text-white.blue-card .mvn-lottie-icon {
    background: #3780CE !important;
}
.only-titles .iconbox_content_container {
    display: none;
}
.industries-supp .mvn-lottie-icon {
    background: #37BBAC;
    color: #fff;
}
button.pum-close.popmake-close {
    right: 10px !important;
    top: 10px !important;
    box-shadow: none !important;
    padding: 0px !important;
	height: 30px !important;
    width: 30px !important;
    font-size: 15px !important;
    background-color: #2fa295 !important;
}
@media (max-width: 767px) {
    .only-titles .eq-cards-one .iconbox_content {
        width: 100%;
        padding-top: 10px;
    }
	h1 br {
		display: none;
	}

	h1 span {
		display: inline-block !important;
	}
}
@media (max-width: 991px) {
	.open-role-parent .flex_column_table:last-child {
		margin-top: 10px !important;
	}
	.people-card:nth-child(2) {
		padding-bottom: 35px;
	}
	#top .tabcontainer {
		margin-top: 0;
	}
	.btn-outline {
    	font-size: 14px; 
	}
	.mvn-opening-card {
		gap: 5px;
		padding: 22px 22px;
	}
	.hide-bottom p {
		margin-bottom: 0;
	}
	.mvn-tab-image img {
		border-radius: 16px;
	}
	.mvn-panel__media img {
 		border-radius: 16px; 
	}
		.mvn-panel__content {
		padding: 0;
	}
		.mvn-panel__content {
		padding: 5px 0 30px 0;
	}
	    .mvn-panel {
        display: block !important; 
	    box-shadow: none; 
	}
	.industries-supp .service-cardss {
    	margin-top: 15px !important; 
	}
	.our-service .max-550 p,.industries-supp .max-550 p {
		margin-bottom: 0 !important;
	}
}
@media (min-width: 991px) {
	.our-service .flex_column_table {
		margin-top: 30px !important;
	}
	
    .custom-iconbox article.iconbox.iconbox_left_content {

    display: flex;
    align-items: center;
}
ul.sub-menu span, ul.sub-menu li a {
    color: #fff;
    background: #37BBAC !important;
    border: none !important;
}
ul.sub-menu li:hover a span{
    border-bottom: 1px solid #fff !important;
}
}
ul.sub-menu{
    border-radius: 4px !important; 
	overflow: hidden;
}
.service-left {
    justify-content: flex-start !important; 
}
@media (min-width: 1140px){
	li.menu-button {
		margin-left: 120px;
	}
}
@media (min-width: 899px) and (max-width: 1024px) {
    .html_av-overlay-side-classic #top .av-burger-overlay li.menu-button a,
    .html_av-overlay-side-classic #top li.menu-button a {
        border-bottom-width: 0 !important;
    }
}
.mvn-panel__content h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1E3557 !important;
    padding-bottom: 10px !important;
}
#top .widget_nav_menu li {

    font-size: 16px;
}
@media (min-width: 580px) and (max-width: 1400px) {
.service-right {
    max-width: 100% !important;
}
}
@media (max-width: 767px) {
	.avia_textblock.card-lay {
		margin: 0 0 25px 0;
		min-height: 200px !important;
	}
	.adv-card-lay .flex_column {
		margin-top: 0 !important;
	}
	.avia-section-large .content, .avia-section-large .sidebar {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	#top .iconbox_left_content .iconbox_icon,.iconbox_content {
		display: block;
		float: left;
	}

	.custom-iconbox article.iconbox.iconbox_left_content {
		float: left;
		padding: 15px 0 !important;

	}
	.eq-cards-one .iconbox_content {
		padding-top: 0px;
	}
	span.logo.avia-standard-logo {
		margin-top: 0;
	}
.maven-our-services.container {
    width: 100% !important;
    max-width: 100% !important;
}
	#top .max-350{
    max-width: 100% !important;
}
	h2 br{
		display: none;
	}
	
	}
@media (min-width: 767px) and (max-width: 990px) {
    h2 br {
		display: none;
	}
	#top .max-350{
		max-width: 100% !important;
	}
	.flex_column.eq-cards {
		width: 50% !important;
		float: left !important;
		display: inline-block !important;
		clear: none;
margin-top: 0px !important;
	}
	.foot-col-1 {
    width: 100% !important;
}
	.foot-col-2, .foot-col-3, .foot-col-4 {
		width: 30% !important;
		margin-top: 22px;
		margin-left: 0 !important;
	}
	#top .maven-our-services.container {
        width: 100% !important;
        margin: 20px auto 0px;
		 max-width: 1000px !important;
    }
	 #top .maven-our-services.container {
        display: block;
    }
	.service-card{
		 max-width: 700px !important;
		margin: 20px auto 40px;
	}
}
@media (min-width: 990px) and (max-width: 1180px) {
    .card-lay {
		min-height: 260px !important;
	}
		.foot-col-1 {
    width: 100% !important;
}
	.foot-col-2, .foot-col-3, .foot-col-4 {
		width: 30% !important;
		margin-top: 22px;
		margin-left: 0 !important;
	}
}
/* ===========================
   End of file
   =========================== */


.mvn-meta-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 6px;
}

.mvn-meta-value {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.single-case h1 {
    font-size: 48px;
    line-height: 1.15;
}
span.mvn-tab-label {
    text-transform: uppercase;
}
#top .avia-post-nav {
    display: none;
}
#top.single-case .banner-section .flex_column_table {
    bottom: 80px !important;
    position: absolute;
}
#top.single-case .av-special-heading {
    margin-top: 15px; 
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: initial;
}
#top.single-case .banner-section .av-subheading.av-subheading_above p {
    font-size: 14px !important;
    color: #000 !important;
    padding: 4px 8px;
    background: #D9EEF2;
    text-transform: none !important;
    display: inline-block;
    border-radius: 4px;
	margin-bottom: 25px;
    font-weight: 600 !important;
}
/* Mobile */
@media (max-width: 768px) {
  .mvn-case-meta {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.mvn-profile-meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  padding: 20px 0 0 0 !important;
}

.mvn-profile-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.mvn-profile-text {
  line-height: 1.3;
}

.mvn-profile-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #000000;
}

.mvn-profile-role {
  display: block;
  font-size: 14px;
  color: #000000;
}
.single-opening h1 {
    font-size: 64px;
    line-height: 1.15;
}
.mvn-blog-metas {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mvn-blog-label {
  background: #e9f7f6;
  color: #1b2a41;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1;
}

.mvn-blog-readtime {
  font-size: 12px;
  color: #6b7c93;
  line-height: 1;
}
.mvn-blog-details {
  display: flex;
  gap: 40px;
  align-items: center;
}

.mvn-blog-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mvn-blog-detail-label {
  font-size: 12px;
  color: #cbd6dd;
  opacity: 0.9;
}

.mvn-blog-detail-value {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.mvn-authors-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  background: #dff3f5;
  padding: 40px;
  border-radius: 16px;
}

.mvn-author-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: center;
}

.mvn-author-img img {
  width: 140px;
  height: 140px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.mvn-author-content h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}

.mvn-author-role {
  display: block;
  font-size: 14px;
  color: #3c5563;
  margin-bottom: 10px;
}

.mvn-author-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #1b2a41;
}

.mvn-author-socials {
  display: flex;
  gap: 12px;
}

.mvn-author-socials a {
  font-size: 14px;
  font-weight: 600;
  color: #2fb7a4;
  text-decoration: none;
}

/* Mobile */
@media (max-width: 768px) {
  .mvn-authors-wrap {
    grid-template-columns: 1fr;
  }

  .mvn-author-card {
    grid-template-columns: 100px 1fr;
  }

  .mvn-author-img img {
    width: 100px;
    height: 100px;
  }
}
.mvn-author-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mvn-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.mvn-author-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.mvn-author-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
	margin-bottom: 5px;
}
.mvn-insight-image {
    border-radius: 16px !important;
}
.mvn-insight-content h3 {
    font-size: 32px;
    font-weight: 600 !important;
    color: #1E3557 !important;
}
.mvn-author-sub .dot {
    color: #37BBAC;
}
.mvn-author-sub {
  font-size: 12px;
  color: #6b7c93;
}
#top .iconbox_left_content .iconbox_icon, .mvn-lottie-icon {
    background: #EFFAF8;
    border-radius: 16px !important;
    padding: 0px 6px !important;
	max-width: 70px !important;
	max-height: 90px !important;
}
#top .iconbox_left_content .iconbox_icon svg {
     max-width: 63px !important;
	max-height: 90px !important;
}
.mvn-author-sub .dot {
  margin: 0 4px;
}
.card-lay .mvn-lottie-icon {
    background: #37BBAC;
    color: #fff;
	max-width: 60px !important;
    max-height: 60px !important;
}
#top .content .flex_column .widget_nav_menu li a:hover, #top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
    background-color: transparent;
}
.big-number {
    position: relative;
    padding-left: 16px;
}

.big-number::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(
        to bottom,
        #2B7882 0%,
        #2B7882 35%,
        #d9eef2 35%,
        #d9eef2 100%
    );
    border-radius: 2px;
}
.big-number::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #2B7882 0%, #2B7882 35%, #91A3B0 35%, #91A3B0 100%);
    border-radius: 2px;
}
.big-number h3 {
    font-size: 80px;
    color: #37BBAC;
    font-weight: bold !important;
    line-height: 80px;
    margin-bottom: 10px;
}
.big-number h4 {
    font-size: 20px;
	max-width: 240px;
}
span.mvn-meta-date {
    color: #fff;
	padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
}
span.mvn-meta-role {
    background: #D9EEF2;
    color: #000;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px !important;
    overflow: hidden;
	margin-right: 16px;
}
.single-opening .text-white h4 {
    color: #fff;
    font-weight: 400;
}
.mvn-meta-position {
    padding: 5px 0;
}
.career-grid .av_one_third img.alignnone.size-full.wp-image-611 {
    float: right;
    padding: 3px 0px 0px 0px;
    margin-left: 5px;
}
.career-grid .av_one_third .avia_textblock h4,.career-grid .av_one_third .avia_textblock p {
	float: left;
}
p.back-icon {
    display: block;
    float: left;
    width: 100%;
}
p.back-icon::before{
	display: none;
}
p.back-icon {
    padding-left: 0px;
}
.left-block h3 {
    float: left;
} 
p.back-icon a{
	padding-left: 15px;
}
p.back-icon a {
    color: #000 !important;
}
.left-block h3.is-visible {
    color: #1E3557;
    font-weight: 600 !important;
}
.left-block p {
    width: 100%;
}
.right-block ul {
    padding-left: 7px;
	padding-bottom: 20px;
}
.right-block h3 {
    color: #000;
    font-weight: 600 !important;
    margin-top: 10px;
    float: left;
    width: 100%;
    line-height: 1.2;
}

p.back-icon a::before {
    content: '';
    width: 7px;
    height: 10px;
    position: absolute;
    left: 0;
    background: url(https://maven.webdevcx.in/wp-content/uploads/2026/02/Vector-3.svg);
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}
.single-post h1 {
    font-size: 64px;
    font-weight: 600 !important;
}
.mvn-blog-metas span {
    font-size: 14px !important;
	font-weight: 600 !important;
}
span.mvn-blog-readtime {
    color: #fff;
}
.mvn-blog-metas  {
    gap: 20px !important;
}
@media only screen and (max-width: 1024px) {
#top .career-grid .av_one_third {
    background: #effaf8;
}
}
@media only screen and (min-width: 1024px) {
	.av_one_third:before {
		content: '';
		background: #fff;
		width: 33.33%;
		height: 75%;
		position: absolute;
		bottom: 0 !important;
		left: 0;
	}
.career-grid .flex_cell {
    padding: 80px 40px;
}
.career-grid .av_one_third {
    padding-left: calc(50% - 650px) !important;
    padding-top: 80px !important;
	padding-right: 40px !important;
    background: #effaf8;
}
.career-grid  .av_two_third {
    padding-right: calc(50% - 650px) !important;
    padding-top: 80px !important;
    padding-left: 80px !important;
}
	.blogs-grid .av_two_third {
		padding-left: calc(50% - 650px) !important;
		padding-top: 80px !important;
		padding-right: 40px !important;
	}
	.blogs-grid .av_one_third {
		padding-right: calc(50% - 650px) !important;
		padding-top: 80px !important;
		padding-left: 80px !important;
	}
	}

.career-iconbox .mvn-lottie-icon {
    position: static;
    background: #D9EEF2;
    color: #37BBAC;
	margin-bottom: 10px;
}