/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/
/*.main_menu_nav {*/
/*    flex-wrap: nowrap;*/
/*    white-space: nowrap;*/
/*}*/
/* Force equal height for blog post cards */
.consulting_posts_box .consulting_posts {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; 
}

/* Each post card behaves as a column */
.consulting_posts_box .post_item {
    display: flex !important;
    flex-direction: column;
}

/* Content stretches to fill remaining space */
.consulting_posts_box .post_inner {
    /*display: flex;*/
    /*flex-direction: column;*/
    flex-grow: 1;
}
#footer .footer_widgets .widget.widget_nav_menu ul li{
    display:block !important;
    width: auto !important;
}
.home #main{
    padding-bottom:0px !important;
}
.custom-heading-padding h3{
	padding-top: 0px !important;
}
.sidebar-tabs a{
	display: flex;
	text-align: left;
	border-radius: 0px !important;
}
.sidebar-tabs .service-active-btn a{
	border-left: 4px solid;
}
/* @media (max-width: 1024px){
  .two-col-wrap { 
		display: flex; 
		flex-direction: column; 
	}
  .two-col-wrap .sidebar-tabs {     order: -1; } 
} */
.service-content-section li{
	line-height: 26px !important;
	font-size: 14px !important;
}
.service-content-section li:before{
	color: #243238 !important;
}
/* table design on freedom pathway page */
.mw-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mw-table{
  table-layout: fixed;
}

.mw-table th,
body:not(.page-id-9221) .mw-table td {
  text-align: center;
}
.mw-table thead th {
  background: #f5f7fa;
}
.mw-table thead th span{
  color: #c51b2a;
}
.mw-table .case-td-blue {
  color: #002E5B;
}
.mw-table .case-td-blue, .mw-table .mw-tr-black {
  font-weight: 600;
}
.mw-table .mw-tr-black {
  color: #000000;
}
/* Red for negative values in think page table */
.mw-table .neg {
  color: #c51b2a;
  font-weight: 600;
}

/* ===== Mobile tweaks ===== */
@media (max-width: 640px) {
  .mw-table {
    min-width: 720px;               /* room for 6 readable columns */
    table-layout: auto;             /* let browser size cells naturally when narrow */
  }
  .mw-table th,
  .mw-table td {
    white-space: nowrap;            /* keep labels like "1 Lakh will grow to" intact */
    padding: 8px;                   /* tighten spacing a bit on mobile */
  }
}

.listing-editor {
  margin-bottom: 0px !important;
}
.info_box.style_2 ul li::marker { 
  content: normal; 
}

/* Grid-based bullet + text */
.info_box.style_2 ul li {
  margin: .4rem 0;
  line-height: 1.6;
}
.elementor-widget .elementor-icon-list-item{
  padding-bottom: 10px !important;
}
body.page .page_title {
    background-color: transparent !important;
    margin-bottom: 0px !important;
}
.breadcrumbs{
    background-color: #fde428;    
    padding: 10px;
}

.imgbox-readmore{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#0b3a6f;              /* blue */
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
  transition:color .25s ease;
  padding: 10px 0px;
}

/* Container */
.custom-authentication {
  display: inline-block;
  background: #ffd200;        /* yellow background */
  padding: 8px 14px;
}

/* Links inside */
.custom-authentication a {
  color: #0b3a6f;             /* your theme blue */
  text-decoration: none;
  margin: 0 4px;
}

/* Hover effect */
.custom-authentication a:hover {
  color: #000;                /* darker on hover */
}

.custom-content-color{
	color: #243238 !important;
}
/* Force equal height columns in a section */
.equal-cols .elementor-widget-wrap {
   flex-grow: 1;
}
.equal-cols .elementor-widget-stm_info_box {
  display: flex;
  height: 100%;
}

.equal-cols .elementor-widget-stm_info_box .info_box{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.coach-submit-btn{
    background: #002e5b;
    color: white;
}
.coach-submit-btn:hover{
    background-color: #fde428;
    color: #002e5b;
}
.trust-client span{
    font-weight: normal;
}

/* ================= Core Solutions section cards ================= */
.core-solution-section {
  position: relative;
  padding-block: clamp(2rem, 5vw, 4rem);
  background: transparent;
}

.core-solution-section::after,
.core-solution-section .e-con-inner::after,
.core-solution-section .e-con::after {
  content: none !important;
}

.core-solution-section .e-con-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  --widgets-spacing: 0px !important; /* remove Elementor widget gaps */
}

.core-solution-section .e-con {
  --widgets-spacing: 0px !important;
}

/* Remove any spacing widgets placed under cards */
.core-solution-section .elementor-widget-stm_spacing,
.core-solution-section .elementor-widget-spacer {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure widgets inside grid have no extra margins */
.core-solution-section .e-con-inner > .elementor-widget {
  margin: 0 !important;
}

.core-solution-section .elementor-widget-stm_info_box {
  height: 100%; /* allow each grid item to stretch equally */
}

/* Let the card itself size to content while still filling the widget */
.core-solution-section .elementor-widget-stm_info_box .elementor-widget-container {
  display: flex;
}

.core-solution-section .info_box.elementor-consulting-info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto !important; /* avoid forced tall boxes that create visual empty space */
  flex: 1 1 auto;           /* occupy remaining height of the widget gracefully */
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(11, 58, 111, 0.14);
  transition: transform .35s ease, box-shadow .35s ease;
  padding: 0 !important; /* kill default large paddings from theme style_1 */
}

.core-solution-section .info_box.elementor-consulting-info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(11, 58, 111, 0.22);
}

.core-solution-section .info_box_image {
  line-height: 0;
}

.core-solution-section .info_box_image img {
  display: block;
  width: 100%;
  height: clamp(190px, 29vw, 230px);
  object-fit: cover;
}

.core-solution-section .info_box .title {
  padding: clamp(1.1rem, 3vw, 1.4rem) clamp(1.3rem, 3.2vw, 1.7rem) .25rem;
}

.core-solution-section .info_box .title h4 {
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  font-weight: 700;
  color: #0b3a6f;
  line-height: 1.35;
  padding-bottom: 30px;
}

.core-solution-section .info_box p {
  flex-grow: 0;
  margin: 0;
  padding: 0 clamp(1.6rem, 4vw, 2.1rem);
  color: #465662;
  font-size: .98rem;
  line-height: 1.8;
}

.core-solution-section .info_box .read_more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: clamp(1rem, 3vw, 1.4rem) clamp(1.6rem, 4vw, 2.1rem) clamp(1.4rem, 4vw, 1.8rem);
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #0b3a6f;
  text-decoration: none;
  transition: color .25s ease;
}

.core-solution-section .info_box .read_more .stm_icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fde428;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(253, 228, 40, 0.45);
  transition: background .25s ease, color .25s ease, transform .25s ease;
  font-size: 0;
  position: relative;
}

.core-solution-section .info_box .read_more .stm_icon::before {
  content: '\2192';
  font-size: 18px;
  font-weight: 900;
  color: #0b3a6f;
  transition: inherit;
}

.core-solution-section .info_box .read_more:hover {
  color: #ffd200;
}

.core-solution-section .info_box .read_more:hover .stm_icon {
  background: #0b3a6f;
  transform: translateX(4px);
}

.core-solution-section .info_box .read_more:hover .stm_icon::before {
  color: #ffffff;
}

.core-solution-section .info_box .read_more span:last-child svg {
  display: none;
}

@media (max-width: 767px) {
  .core-solution-section .info_box.elementor-consulting-info-box {
    border-radius: 20px;
  }

  .core-solution-section .info_box_image img {
    height: 210px;
  }
}

/* ================= Floating consultation button ================= */
.maw-floating-consult {
  position: fixed;
  right: clamp(16px, 4vw, 32px);
  bottom: clamp(18px, 5vw, 44px);
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: #25D366; /* WhatsApp green */
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.maw-floating-consult-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.maw-floating-consult-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  transition: transform .25s ease;
}

.maw-floating-consult-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 0.6rem 1rem;
  background: #0b3a6f;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.maw-floating-consult-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #0b3a6f;
}

.maw-floating-consult:hover,
.maw-floating-consult:focus {
  background: #20BA5A; /* Slightly darker WhatsApp green on hover */
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5), 0 12px 32px rgba(0, 0, 0, 0.2);
}

.maw-floating-consult:hover .maw-floating-consult-icon svg,
.maw-floating-consult:focus .maw-floating-consult-icon svg {
  transform: scale(1.1);
}

.maw-floating-consult:hover .maw-floating-consult-tooltip,
.maw-floating-consult:focus .maw-floating-consult-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-4px);
}

.maw-floating-consult:focus {
  outline: 3px solid rgba(37, 211, 102, 0.4);
  outline-offset: 4px;
}

@media (max-width: 640px) {
  .maw-floating-consult {
    right: 50%;
    transform: translateX(50%);
    width: 52px;
    height: 52px;
  }

  .maw-floating-consult-icon svg {
    width: 26px;
    height: 26px;
  }

  .maw-floating-consult:hover,
  .maw-floating-consult:focus {
    transform: translateX(50%) translateY(-4px) scale(1.05);
  }

  .maw-floating-consult-tooltip {
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 12px));
    top: auto;
    bottom: calc(100% + 8px);
  }

  .maw-floating-consult-tooltip::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-left-color: transparent;
    border-top-color: #0b3a6f;
  }

  .maw-floating-consult:hover .maw-floating-consult-tooltip,
  .maw-floating-consult:focus .maw-floating-consult-tooltip {
    transform: translateX(-50%) translateY(calc(-100% - 16px));
  }
}

/* ================= Video Gallery Image Quality Fix ================= */
/* Improve image rendering quality for video gallery thumbnails */
/* This ensures images use hardware acceleration and maintain quality when scaled */
.aiovg .aiovg-responsive-element,
.aiovg img.aiovg-responsive-element {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use smooth scaling for better quality when images are resized */
.aiovg .aiovg-responsive-container img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}

/*Privacy policy page title fonts*/
.legal-page h2{
  font-size: 24px;
}
.legal-page h3{
  font-size: 20px;
}

/* ================= Blog Listing Thumbnail Fix ================= */
/* Fix cropped blog images on /blogs/ listing page */
.posts_grid.with_sidebar .post_thumbnail,
.posts_grid .post_thumbnail {
  overflow: visible !important;
  position: relative;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}

.posts_grid.with_sidebar .post_thumbnail a,
.posts_grid .post_thumbnail a {
  display: block;
  position: relative;
  overflow: visible !important;
  height: auto !important;
}

/* Remove any ::before pseudo-element that might be causing cropping */
.posts_grid.with_sidebar .post_thumbnail a::before,
.posts_grid .post_thumbnail a::before {
  display: none !important;
  content: none !important;
  position: static !important;
}

/* Ensure images display properly without cropping */
.posts_grid.with_sidebar .post_thumbnail img,
.posts_grid .post_thumbnail img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  position: relative !important;
}

/* Remove any fixed aspect ratio containers */
.posts_grid.with_sidebar .post_list_ul li .post_thumbnail,
.posts_grid .post_list_ul li .post_thumbnail {
  aspect-ratio: auto !important;
}

/* ================= Testimonials Carousel Arrow Position Fix ================= */
/* Move arrows from right bottom to left bottom */
.consulting_elementor_testimonials_carousel .slick_prev.slick-arrow,
.consulting_elementor_testimonials_carousel .slick_prev,
.testimonials_carousel .slick_prev.slick-arrow,
.testimonials_carousel .slick_prev {
  right: auto !important;
  left: 20px !important;
  bottom: 20px !important;
  top: auto !important;
}

.consulting_elementor_testimonials_carousel .slick_next.slick-arrow,
.consulting_elementor_testimonials_carousel .slick_next,
.testimonials_carousel .slick_next.slick-arrow,
.testimonials_carousel .slick_next {
  right: auto !important;
  left: 90px !important;
  bottom: 20px !important;
  top: auto !important;
}

/* ============================================
   Punchly Style Contact Form (CF7) - Optimized
   ============================================ */

.punchly-contact-form {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 76px;
	background: #f3fcfa;
	border-radius: 12px;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.punchly-contact-form .form-section {
	margin-bottom: 1.5rem;
}

.punchly-contact-form .form-row {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 1.5rem !important;
	margin-bottom: 1.5rem;
}

.punchly-contact-form .form-row .form-section {
	margin-bottom: 0;
	display: block !important;
}

/* Force form-row layout with higher specificity */
.punchly-contact-form div.form-row {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 1.5rem !important;
	margin-bottom: 1.5rem;
}

.punchly-contact-form .form-label,
.punchly-contact-form label,
.punchly-contact-form span {
	display: block;
	/* font-size: 16px; */
	font-weight: 500 !important;
	margin-bottom: 0.5rem;
	/* color: #000; */
}

.punchly-contact-form .required {
	color: #000;
}

.punchly-contact-form .form-description {
	font-size: 0.875rem;
	color: #a0aec0;
	margin: 0.5rem 0;
	line-height: 1.5;
}

/* Radio buttons */
.punchly-contact-form .radio-group,
.punchly-contact-form .wpcf7-radio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
}

.punchly-contact-form .wpcf7-list-item {
	margin: 0;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.punchly-contact-form .wpcf7-radio input[type="radio"],
.punchly-contact-form .wpcf7-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 0.75rem;
	margin-top: 12px;
	margin-bottom: 0;
	accent-color: #00674b;
	cursor: pointer;
	flex-shrink: 0;
	border: 1px solid #000;
}

.punchly-contact-form .wpcf7-radio label,
.punchly-contact-form .wpcf7-radio .wpcf7-list-item-label,
.punchly-contact-form .wpcf7-checkbox label,
.punchly-contact-form .wpcf7-checkbox .wpcf7-list-item-label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	font-size: 0.9375rem;
	color: #000;
	line-height: 1.4;
	padding: 0.25rem 0;
}

/* Form inputs */
.punchly-contact-form input[type="text"],
.punchly-contact-form input[type="email"],
.punchly-contact-form textarea,
.punchly-contact-form select {
	width: 100%;
	padding: 0.75rem 1rem;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	color: #000;
	font-size: 0.9375rem;
	font-family: inherit;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.punchly-contact-form input[type="text"]:focus,
.punchly-contact-form input[type="email"]:focus,
.punchly-contact-form textarea:focus,
.punchly-contact-form select:focus {
	outline: none;
	border-color: #00674b;
	box-shadow: 0 0 0 3px rgba(0, 103, 75, 0.1);
}

.punchly-contact-form input::placeholder,
.punchly-contact-form textarea::placeholder {
	color: #d1d5db !important;
}

.punchly-contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

.punchly-contact-form select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 12px;
	padding-right: 2.5rem;
	appearance: none;
	cursor: pointer;
}

.punchly-contact-form select:focus {
	color: #000;
}

/* File upload */
.punchly-contact-form input[type="file"] {
	width: 100%;
	padding: 0.75rem;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	color: #000;
	font-size: 0.875rem;
	cursor: pointer;
}

.punchly-contact-form input[type="file"]::file-selector-button {
	padding: 0.5rem 1rem;
	margin-right: 1rem;
	background: #00674b;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
	transition: background 0.2s ease;
}

.punchly-contact-form input[type="file"]::file-selector-button:hover {
	background: #005a3f;
}

/* Submit button */
.punchly-contact-form input[type="submit"],
.punchly-contact-form .wpcf7-submit {
	width: 100%;
	padding: 0.875rem 1.5rem;
	background: #00674b;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-top: 1rem;
}

.punchly-contact-form input[type="submit"]:hover,
.punchly-contact-form .wpcf7-submit:hover {
	background: #005a3f;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 103, 75, 0.3);
}

.punchly-contact-form input[type="submit"]:active,
.punchly-contact-form .wpcf7-submit:active {
	transform: translateY(0);
}

/* Disclaimer */
.punchly-contact-form .form-disclaimer {
	font-size: 0.8125rem;
	color: #a0aec0;
	margin: 1rem 0 0.5rem;
	line-height: 1.5;
}

.punchly-contact-form .form-disclaimer a {
	color: #00674b;
	text-decoration: underline;
}

.punchly-contact-form .form-disclaimer a:hover {
	color: #005a3f;
}

/* Conditional sections */
.punchly-contact-form .conditional-section {
	display: none;
}

.punchly-contact-form .conditional-section.show {
	display: block;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Error messages */
.punchly-contact-form .wpcf7-not-valid-tip {
	color: #dc2626;
	font-size: 0.8125rem;
	margin-top: 0.25rem;
	display: block;
	line-height: 1.4;
}

.punchly-contact-form .wpcf7-not-valid {
	border-color: #dc2626;
	box-shadow: 0 0 0 1px #dc2626;
}

.punchly-contact-form .wpcf7-checkbox .wpcf7-not-valid-tip {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	clear: both;
}

/* Technical Issue Redirect Message */
.punchly-contact-form .technical-issue-redirect {
	display: none;
	padding: 20px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin: 1.5rem 0;
	clear: both;
}

.punchly-contact-form .technical-issue-redirect .redirect-message {
	margin: 0;
}

.punchly-contact-form .technical-issue-redirect .redirect-message p {
	font-size: 1.125rem;
	color: #374151;
	margin: 0;
	line-height: 1.6;
}

.punchly-contact-form .technical-issue-redirect .redirect-link {
	color: #006600;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s ease;
	border-bottom: 2px solid transparent;
}

.punchly-contact-form .technical-issue-redirect .redirect-link:hover {
	color: #004d00;
	text-decoration: none;
	border-bottom-color: #004d00;
}

.punchly-contact-form .wpcf7-validation-errors,
.punchly-contact-form .wpcf7-mail-sent-ok {
	padding: 1rem;
	border-radius: 6px;
	margin-bottom: 1rem;
	font-size: 0.9375rem;
}

.punchly-contact-form .wpcf7-validation-errors {
	background: #dc2626;
	color: #fff;
}

.punchly-contact-form .wpcf7-mail-sent-ok {
	background: #00674b;
	color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
	.punchly-contact-form {
		padding: 1.5rem;
		margin: 1rem;
		background: #f3fcfa;
	}

	.punchly-contact-form .radio-group,
	.punchly-contact-form .wpcf7-radio {
		flex-direction: column;
		gap: 0.75rem;
		align-items: flex-start;
	}

	.punchly-contact-form .form-row,
	.punchly-contact-form div.form-row {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}

	.punchly-contact-form .form-row .form-section {
		margin-bottom: 1.5rem;
	}

	/* Technical issue redirect responsive */
	.punchly-contact-form .technical-issue-redirect {
		padding: 1.5rem;
		margin: 1rem 0;
	}

	.punchly-contact-form .technical-issue-redirect .redirect-message p {
		font-size: 1rem;
	}
}

