/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*
Theme Name: Enfold Child
Theme URI: https://example.com/
Description: Child Theme for Enfold
Author: Vishal Kawade
Template: enfold
Version: 1.0.0
*/

/* ========== TYPOGRAPHY ========== */

h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 0;
  color: #F9FAFB;
}

h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: #231F20;
}

h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #231F20;
}

.stats h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0;
  color: #231F20;
}

p,
.banner p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

p {
  color: #231F20;
}

.banner p {
  color: #F9FAFB;
}

/* ========== BUTTONS ========== */

.avia-button {
	background: #81BE41 !important;
    border-radius: 8px !important;
    padding: 19px 32px 19px 31px !important;
    border: none !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #fff !important;
    transition: background 0.3s ease;
}

.avia-button:hover {
  background: #6aa532 !important;
}

/* ========== INHERIT STYLES ========== */

strong,
span,
& {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 1024px) {
  h1 { font-size: 48px; line-height: 56px; }
  h2 { font-size: 32px; line-height: 40px; }
  .stats h3 { font-size: 36px; line-height: 44px; }
}

@media (max-width: 768px) {
  h1 { font-size: 36px; line-height: 44px; }
  h2 { font-size: 28px; line-height: 36px; }
  h3 { font-size: 20px; line-height: 28px; }
  p, .banner p { font-size: 15px; line-height: 22px; }
}

@media (max-width: 480px) {
  h1 { font-size: 28px; line-height: 36px; }
  h2 { font-size: 22px; line-height: 30px; }
  h3 { font-size: 18px; line-height: 24px; }
  .avia-button { padding: 14px 24px !important; font-size: 13px !important; }
}
span.logo.avia-svg-logo svg {
    width: 200px;
}
span.special_amp {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
}
.menu-btn {
    margin-left: 40px;
}
.av_minimal_header .main_menu ul:first-child>li.menu-btn a {
        background: #81BE41 !important;
    border-radius: 8px;
    display: inline-block;
    padding: 19px 32px 19px 31px !important;
    border: none;
    text-align: center;
    font-size: 14px !important;
    height: 55px !important;
    line-height: 18px !important;
}
.av_minimal_header #header_main .container, .av_minimal_header .main_menu ul:first-child>li a {
    height: 60px !important;
    line-height: 60px !important;
}
.av-logo-container .inner-container {
    padding: 16px 0;
}
.avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
}
header#header .container_wrap {
    padding: 0 0 28px;
}
header#header:not(.av_header_transparency) .container_wrap {
    background-color: #000 !important;
    padding: 0 0 28px;
}
header#header:not(.av_header_transparency) {
    background-color: #000 !important;
}
.av-main-nav>li>a {
    padding: 0 16px;
}
span.avia-menu-text {
    font-family: "Inter", sans-serif;
    color: #F9FAFB !important;
    font-weight: 400 !important;
}
/* ========== INSURANCE CARDS ========== */
.insurance-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 40px 0;
}
input.wpcf7-form-control {
    margin: 0 !important;
}
.insurance-card {
background: #fff;
  overflow: hidden;
	border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.insurance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.insurance-image img {
  width: 100%;
  height: auto;
  display: block;
}
.avia_transform a:hover .image-overlay {
    opacity: 0 !important;
}
.insurance-content {
  padding: 20px;
  text-align: left;
  background: #fff;
}

.insurance-content h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500 !important;
  font-size: 24px;
  color: #231F20;
  margin-bottom: 8px;
}

.insurance-content p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #231F20;
  margin-bottom: 20px;
}


#top .insurance-btn {
    display: inline-block;
    background: #81BE41;
    color: #fff !important;
    width: 56px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 36px !important;
    font-size: 20px !important;
    text-decoration: none;
    transition: background 0.3s ease;
}

.insurance-btn:hover {
  background: #6aa532;
}
.our-story-section strong {
    font-weight: bold !important;
}
.our-story-section ul li{
 font-size: 18px;
line-height: 24px;
color: #231F20 !important;
}
li.menu-item-has-children {
    position: relative;
}

li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px; /* space for arrow */
}

/* Add white down arrow */
li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 49%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    pointer-events: none;
}

@media (min-width: 991px) {
	.col-foot-2 {
    width: 15% !important;
}
	.four-cards-container section {

    min-height: 415px !important;
   
}
.insurance-content p {
  
    min-height: 146px;
}
.our-story-section .flex_cell:first-child {
  padding-left: calc(50% - 600px);
  padding-right: 40px;
}

.our-story-section .flex_cell:nth-child(2) {
  padding-right: calc(50% - 600px);
  padding-left: 40px;
}
}
/* Responsive */
@media (max-width: 768px) {
	.testimonial-text {
    min-height: 180px !important;
}
  .insurance-cards-wrapper {
    gap: 16px;
  }
  .insurance-content {
    padding: 16px;
  }
	.blog-content {
		min-height: 320px;
	}
}
/* ========== CUSTOMER LOGOS SLIDER ========== */

.customer-logos-slider {
  position: relative;
  width: 100%;
  padding-bottom: 75px; /* Space for arrows */
}

.customer-logos-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  transition: all 0.3s ease;
}


.customer-logos-slider {
    margin-top: 32px;
padding-bottom: 65px !important;
}
#top .custom-prev,#top .custom-next {
    width: 56px;
    margin-top: 0px;
    color: #fff;
}
.testimonials-swiper .swiper-controls {
    margin-left: 70%;
    margin-bottom: 90px;
}
#top .swiper-button-next:after,#top  .swiper-button-prev:after{
  display: none;
}
.swiper-controls {
    max-width: 150px;
    margin-left: calc(50% - 75px);
    margin-bottom: 45px;
}
.logo-item img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
}

/* ========== ARROWS ========== */

.swiper-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.custom-prev,
.custom-next {
  background: #81BE41;
  color: #fff;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-prev:hover,
.custom-next:hover {
  background: #6aa532;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .logo-item {
    padding: 10px 16px;
    min-height: 60px;
  }
  .logo-item img {
    max-height: 70px;
  }
}
/* ========== BLOG SLIDER ========== */

.blog-swiper {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}

.blog-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.blog-slide {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.blog-image {
  flex: 1;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-content {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-category {
  font-size: 14px;
  color: #6B7280;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.blog-content h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #231F20;
  margin-bottom: 12px;
}

.blog-content p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #231F20;
  margin-bottom: 20px;
}
h3.iconbox_content_title {
    font-size: 24px !important;
    color: #231F20 !important;
    line-height: 1.2;
font-weight: 500 !important;
    padding-top: 0px !important;

}
a.avia-color-white, a.avia-color-white:hover {
    background: #fff !important;
    color: #231F20 !important;
    font-weight: bold !important;
}
a.avia-button {
    text-transform: uppercase;
}
a.avia-button.avia-size-small {
    font-weight: bold !important;
}
 .four-cards a {
  margin-top: 15px;
}
.blog-btn, .four-cards a {
    display: inline-block;
    background: #81BE41;
    color: #F9FAFB !important;
    padding: 19px 32px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    width: fit-content;
    transition: background 0.3s ease;
}

.blog-btn:hover {
  background: #6aa532;
}

/* Arrows */
.swiper-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.custom-prev,
.custom-next {
  background: #81BE41;
  color: #fff;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-prev:hover,
.custom-next:hover {
  background: #6aa532;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-slide {
    flex-direction: column;
  }
  .blog-content {
    padding: 20px;
  }
  .blog-content h3 {
    font-size: 20px;
  }
  .blog-content p {
    font-size: 15px;
  }
}
.av-special-heading {
    margin-top: 0px  !important;
    padding-bottom: 0px !important;
}
/* ========== TESTIMONIAL SLIDER ========== */

.testimonials-swiper {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.banner-section h2 {
    font-size: 80px !important;
   line-height: 88px !important;
}
.testimonial-card {
  border-radius: 12px;
  padding: 40px 32px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.quote-icon {
  font-size: 48px;
  color: #81BE41;
  line-height: 1;
  margin-bottom: 20px;
}

.testimonial-text p {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #231F20;
    font-weight: 500;
    margin-bottom: 24px;
}
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
    font-weight: 500;
}
.testimonial-card hr {
  border: none;
  border-top: 1px solid #707070;
  margin: 20px 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #231F20;
  margin: 0;
}

.author-info span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6B7280;
}

/* ========== ARROWS ========== */

.swiper-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.custom-prev,
.custom-next {
  background: #81BE41;
  color: #fff;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-prev:hover,
.custom-next:hover {
  background: #6aa532;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 24px;
  }
  .testimonial-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
/* ========== FOOTER TEXT COLOR ========== */
#footer-page {
  color: #ffffff !important;
}

#footer-page h1,
#footer-page h2,
#footer-page h3,
#footer-page h4,
#footer-page h5,
#footer-page h6,
#footer-page p,
#footer-page a,
#footer-page li,
#footer-page span,
#footer-page div {
  color: #F9FAFB !important;
}
.blog-swiper {
    padding: 40px 0 90px 0 !important;
}
#footer-page .avia-image-container-inner img {
    width: 150px !important;
margin-bottom: 20px;
}
.four-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* space between cards */
}
.html_modern-blog #top .entry-content-wrapper div li,.html_modern-blog #top td  {
    color: #000;
}
.blog-swiper .swiper-slide {
    min-height: 405px;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: initial; 
}
span.blog-author.minor-meta, span.comment-container.minor-meta, .text-sep {
    display: none !important;
}
.html_modern-blog #top .post-entry .blog-categories a {
    color: #fff !important;
    display: inline-block;
    background: #81be41;
    padding: 5px 15px;
    margin: 10px 0 0;
    border-radius: 7px;
}
/* Responsive: 1 per row on smaller screens */
@media (max-width: 768px) {
  .four-cards-container section {
    width: 100%;
  }
}
.four-cards-container section {
    width: calc(50% - 24px);
    background: #4B5563 no-repeat padding-box;
    border-radius: 16px;
    padding: 25px;
    color: #fff;
    box-sizing: border-box;
    float: left;
    margin-left: 24px;
    min-height: 350px;
    margin-top: 24px;
}
.four-cards h3 {
    font-weight: 500 !important;
}
  .leadership-team-container {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            justify-content: space-between;
        }

        .leadership-card {
            width: calc(25% - 18px);
            text-decoration: none;
            color: inherit;
            perspective: 1000px;
        }
a.leadership-card {
    cursor: pointer !important;
}
ul.sub-menu {
    border-radius: 12px !important;
    overflow: hidden;
}
.single-post .stretch_full,.av-content-full>.comment-entry {

    display: none;
}
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 88px;
}
#top .fullsize .template-blog .post .entry-content-wrapper>* {
    max-width: 800px; 
}
ul.sub-menu li a, ul.sub-menu li, ul.sub-menu, #top ul.sub-menu li a span.avia-menu-text {
    background: #000 !important;
    border: none !important;
	transition: none !important;
    color: #fff !important;
}
ul.sub-menu li:hover a, ul.sub-menu li:hover, ul.sub-menu, #top ul.sub-menu li:hover a span.avia-menu-text {
    background: #81BE41  !important;
	transition: none !important;

}
        .leadership-card-inner {
            position: relative;
            background: #E5E7EB;
            padding: 25px;
			border-radius: 12px;
            color: #231F20;
            overflow: hidden;
            transition: transform 0.3s ease;
            height: 100%;
            min-height: 420px;
        }

        .front, .back {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: opacity 0.3s ease, transform 0.3s ease;
            padding: 25px;
            box-sizing: border-box;
        }

        .front {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: #E5E7EB;
            z-index: 2;
        }

        .back {
            background: #E5E7EB;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 1;
        }

        .leadership-card:hover .front {
            opacity: 0;
            visibility: hidden;
            transform: translateY(-20px);
        }

        .leadership-card:hover .back {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .leadership-image img {
            width: 180px;
            height: 180px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 20px;
        }

        .leadership-name,
        .hover-name {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .leadership-designation,
        .hover-designation {
            font-size: 15px;
            color: #333;
            margin-bottom: 15px;
        }

        .hover-excerpt {
            font-size: 14px;
            line-height: 1.6;
            color: #333;
        }
#top .avia-color-dark,#top .avia-color-dark:hover,.avia-color-black ,.avia-color-black:hover {
    background: #231F20 !important;
}
#footer-page a.marcabees-brand:hover {
    color: #f0c310 !important;
}
.plan-card {
    background: #4B5563;
    padding: 39px;
	border-radius: 12px;
}
.avia_textblock.key-highlights {
    padding: 10px 0 0;
    font-size: 16px;
    color: #231F20;
}
p {
    margin: 5px 0 15px 0 !important;
}
        @media (max-width: 1024px) {
            .leadership-card {
                width: calc(50% - 12px);
            }
        }
@media (min-width: 1024px) {
		.page-id-123 h3.iconbox_content_title {
			font-size: 22px !important;
		}
}

        @media (max-width: 768px) {
            .leadership-card {
                width: 100%;
            }
        }
/* === Contact Form Wrapper === */
.custom-contact-form {
  max-width: 960px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
}
.av-elegant-toggle .activeTitle .toggle_icon {
    background: url(https://vinfnimf.com/wp-content/uploads/2025/10/Group-3482-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    border: none;
}
#top .avia-post-nav{
  display: none;
}
.sub-menu span.avia-menu-text {
    float: left !important;
    padding: 15px 0px !important;
}
.av-image-caption-overlay, .avia-image-container-inner, .avia_image {
    width: 100%;
}
.testimonial-text {
    min-height: 210px;
}
ul.custom-bullets {
  list-style: none;
  padding-left: 0;
}

ul.custom-bullets li {
  position: relative;
  padding-left: 28px; /* space for icon */
  margin-bottom: 10px;
    margin-left: 0;
}

ul.custom-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url('https://vinfnimf.com/wp-content/uploads/2025/10/Path-49.svg') no-repeat center;
  background-size: contain;
}

.faq-section .toggler{
  font-size: 18px !important;
}
.faq-section .toggler,.faq-section .toggle_content  {
    color: #000000  !important;
    padding-left: 0 !important;
background: transparent !important;
}
.av-elegant-toggle .toggle_icon {
    opacity: 1;
    background: url(https://vinfnimf.com/wp-content/uploads/2025/10/Group-3482.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 !important;
    border: none;
}
.sub-menu span.avia-menu-text {
    color: #231F20 !important;
}
#top .sub-menu span.avia-menu-text {
    color: #231F20 !important;
    line-height: 1.4;
}
#top #menu-item-search {
    display: none;
}
.two-cards h3 {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.two-cards {
    background: #E5E7EB !important;
    border-radius: 16px;
    padding: 24px;
}
/* === Row Layout === */
.custom-contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

/* === Make Each CF7 Field Wrap 50% of Row === */
.custom-contact-form .form-row > span.wpcf7-form-control-wrap {
  flex: 1 1 calc(50% - 12px);
  display: flex;
}

.custom-contact-form .form-row.full > span.wpcf7-form-control-wrap {
  flex: 1 1 100%;
}

/* === Inputs & Textareas === */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="url"],
.custom-contact-form input[type="number"],
.custom-contact-form textarea {
  width: 100%;
  background: #E5E7EB 0% 0% no-repeat padding-box;
  border-radius: 5px !important;
  border: none;
  padding: 20px 24px !important;
  box-sizing: border-box;
  outline: none;
  transition: all 0.2s ease;
  
  font: normal normal normal 16px/24px 'Inter', sans-serif;
  color: #231F20;
  letter-spacing: 0px;
}

/* === Placeholder Styling === */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #231F20;
  opacity: 1;
  font: normal normal normal 16px/24px 'Inter', sans-serif;
}

/* === Focus Effect === */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 2px #7CC243;
}

/* === Textarea Full Width === */
.custom-contact-form .form-row.full textarea {
  min-height: 150px;
  resize: none;
}

/* === Submit Button === */
.custom-contact-form .form-submit {
  text-align: center;
}

.custom-contact-form input[type="submit"] {
  background: #7CC243;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 14px 40px;
  font: normal normal 600 15px/22px 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
  background: #6bb53c;
  transform: scale(1.02);
}

/* === Remove CF7 <p> Wrapper Effect === */
.custom-contact-form p {
  display: contents;
  margin: 0;
  padding: 0;
}

/* === Responsive Fix === */
@media (max-width: 768px) {
.sub-menu .current-menu-ancestor {
    display: none;
}
.banner-section h2 {
    font-size: 60px !important;
    line-height: 66px !important;
}
.testimonials-swiper .swiper-controls {
    margin-left: 50%;
    margin-bottom: 76px;
}
	.testimonials-swiper .swiper-wrapper {
    padding-bottom: 80px;
}
	.blog-content {
        padding: 50px 20px 20px;
 
    display: block;
	}
	.blog-slide .blog-image img, .blog-slide .blog-image {
    height: 320px !important;
    max-height: 320px !important;
}
header#header {
    background: #231F20 !important;
}
span.avia-menu-text{
 color: #231F20 !important;
}
.menu-btn span.avia-menu-text {
	color: #fff !important;
	padding-top: 22px !important;
	line-height: 50px !important;
}

li.av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
    padding-top: 13px !important;
}
#top .av-logo-container .inner-container {
    padding: 0px 0 16px 0 !important;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
    padding: 0px 51px!important;
}
  .custom-contact-form .form-row {
    flex-direction: column;
  }
  .custom-contact-form .form-row > span.wpcf7-form-control-wrap {
    flex: 1 1 100%;
  }
}
.bg-light-green {
    background: #81BE41;
    padding: 28px 26px;
    border-radius: 8px;
    margin: 10px 0;
}
.copyright-section {
    border-top: 1px solid #ffffff69 !important;
}
.insurance-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;
        }
        .insurance-card {
            position: relative;
            width: calc(25% - 25px);
            background: #fff;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .insurance-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        }
        .insurance-image {
            position: relative;
            width: 100%;
            height: 220px;
            overflow: hidden;
        }
        .insurance-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.4s ease;
        }
        .insurance-content {
            background: #fff;
            padding: 20px;
            text-align: left;
            position: relative;
            min-height: 60px;
        }
        .insurance-title {
            margin: 0;
            color: #231F20;
        }
        .insurance-hover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            opacity: 0;
            transform: translateY(15px);
            transition: all 0.4s ease;
        }
        .insurance-hover .hover-title {
            font-weight: 700 !important;
            margin-bottom: 12px;
            color: #231F20;
        }
			.insurance-wrapper {
    margin-top: 25px;
}
        .insurance-hover p {
			color: #231F20;
			margin-bottom: 10px;
			margin-top: 0;
        }
        .insurance-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #67C23A;
            color: #fff;
            border-radius: 4px;
            width: 40px;
            height: 40px;
            text-decoration: none;
            font-size: 20px;
            transition: background 0.3s ease;
        }
        .insurance-btn:hover {
            background: #57b12e;
        }
        .insurance-card:hover .insurance-image img {
            opacity: 0;
        }
        .insurance-card:hover .insurance-hover {
            opacity: 1;
            transform: translateY(0);
        }
        @media(max-width: 992px){
            .insurance-card { width: calc(50% - 20px); }
            .insurance-image { height: 250px; }
			.faq-section .toggler {
				padding-right: 64px !important;
			}
			.avia-admin-preview-container .av-elegant-toggle .toggler, .js_active .av-elegant-toggle .toggler {
				padding-top: 15px;
				padding-bottom: 15px;
			}
        }
        @media(max-width: 576px){
            .insurance-card { width: 100%; }
            .insurance-image { height: 250px; }
        }
#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;
}
footer li {
    font-size: 16px !important;
    padding: 0 !important;
    font-family: 'Inter';
}
footer li a{
   padding-left: 0 !important;
}
.plan-card img {
    border-radius: 12px;
}
a, #top .av-main-nav ul a {
    cursor: pointer !important;
}
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
    margin-top: 0;
}
h3.widgettitle {
    font-size: 20px;
    font-family: 'Bricolage Grotesque';
    margin-top: 0 !important;
}
#top .content .flex_column .widget_nav_menu li {
    border: none !important;
}
.single-insurance article.iconbox.iconbox_left_content {
    background: #E5E7EB !important;
    border-radius: 16px !important;
    overflow: hidden;
   padding: 8px ;
}
.testimonials-swiper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.single-insurance .iconbox_content {
    padding: 10px 14px 10px  0;
}
.single-insurance  .iconbox_icon.heading-color.avia-svg-icon.avia-font-svg_wp-media-library, .single-insurance .iconbox_icon svg{
    width: 80px !important;
    height: 80px !important;
}
.single-insurance  .iconbox_icon.heading-color.avia-svg-icon.avia-font-svg_wp-media-library {
    margin-right: 8px !important;
}
.copyright-section a, .copyright-section p {
    font-size: 12px;
    padding-top: 5px !important;
}
.avia_textblock.right-links a {
    margin-right: 10px;
  color: #F9FAFB;
}
@media (min-width: 1025px) {
  .padding-right-50 {
    padding-right: 50px;
  }
.group-insurance .insurance-card {
    width: 31%;
}
.avia_textblock.right-links {
    float: right;
    margin-top: -50px;
    display: inline-block;
}
}

@media (max-width: 991px) {
.single-insurance .iconbox_icon  {
    padding: 20px;
}
.avia-buttonrow-right {
    float: left;
}
.single-insurance .iconbox_content {
    padding: 20px;
    width: 100%;
}
.banner-section h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}
	.four-cards-container section {
    width: 100% !important;
    margin-left: 0 !important;
	}
}
.leadership-card-inner h3 {
    font-size: 22px;
    font-family: 'Bricolage Grotesque';
    color: #231F20 !important;
    font-weight: 500 !important;
}
 p.leader-btn {
    background: #81BE41 !important;
    border-radius: 8px;
    display: inline-block;
    padding: 19px 32px 19px 31px !important;
    border: none;
color: #fff !important;
    text-align: center;
    font-size: 14px !important;
    height: 55px !important;
    line-height: 18px !important;
}

.four-cards img {
        border-radius: 8px !important;
}
.insurance-journey img {
    width: 90px;
    border-radius: 16px;
}
.claim-support .iconbox_icon,.claim-support .iconbox_icon svg {
    width: 90px !important;
    height: 90px !important;
border-radius: 12px;
}
#top  .iconbox {
    margin-bottom: 25px !important;
}
#top .four-cards a {
    background: #81BE41 !important;
}
#top .policy-renewals .four-cards a {
    background: transparent !important;
}
.hub-cards.four-cards-container section {
    min-height: 325px !important;
}