html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.menu-header-menu-container ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

header.header .navbar ul li {
  padding-right: 20px !important;
  position: relative;
}

header.header .navbar .menu-header-menu-container ul li::before {
  content: '';
  top: 60% !important;
  background-image: url(/wp-content/themes/rise-renovation/public/images/arrow.36bed2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: var(--tw-content);
  height: 10px;
  width: 10px;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    transform 0.3s ease,
    top 0.3s ease;
  /* added transition */
}

header.header
  .navbar
  .menu-header-menu-container
  ul
  li:has(.sub-menu-open)::before,
header.header
  .navbar
  .menu-header-menu-container
  ul
  li:has(.sub-menu-small-open)::before {
  transform: translateY(-75%) rotate(180deg) !important;
}

header.header
  .navbar
  .menu-header-menu-container
  ul
  li:has(.sub-menu-open)::after,
header.header
  .navbar
  .menu-header-menu-container
  ul
  li:has(.sub-menu-small-open)::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e53d51;
  transform: scaleX(1);
}

header.header .navbar .menu-header-menu-container ul li {
  position: relative;
}

header.header .navbar .menu-header-menu-container ul li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e53d51;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

header.header .navbar .menu-header-menu-container ul li:hover::after {
  transform: scaleX(1);
}

header.header .navbar .menu-header-menu-container ul li:nth-child(6)::before {
  display: none;
}

header.header .navbar .menu-header-menu-container ul li:nth-child(6) {
  padding-right: 0px !important;
}

.sub-menu-main {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 998;
  background-color: white;
  display: none;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.sub-menu-main.sub-menu-open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  z-index: 999;
  border-top: 1px solid #0b2240;
  height: 459px;
  background-color: #f0f0f0;
}

@media (max-width: 1580px) {
  .sub-menu-main.sub-menu-open {
    height: auto;
  }
}

/* Prevent clicks inside submenu from closing it */
.sub-menu-main {
  pointer-events: none;
}

.sub-menu-inner {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  padding-block: 0px;
  height: 100%;
}

.sub-menu-inner .menu-list {
  padding-block: 50px;
  background-color: white;
  width: 30%;
  display: flex;
  justify-content: end;
}

.sub-menu-inner .menu-list .menu-list-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  max-width: 293px;
  align-items: center;
}

.sub-menu-inner .sub-menu-list-with-collection {
  width: 70%;
  padding-inline: 50px;
  padding-block: 50px;
  background-color: #f0f0f0;
}

.sub-menu-inner
  .sub-menu-list-with-collection
  .sub-menu-list-with-collection-main {
  display: flex;
  gap: 80px;
  width: 100%;
  max-width: 970px;
}

.sub-menu-with-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px;
}

@media (max-width: 1440px) {
  .sub-menu-with-icon-grid {
    gap: 10px;
  }
}

header.header .navbar .sub-menu-inner a {
  text-transform: capitalize;
}

.sub-menu-with-icon-grid .icone {
  width: 35px;
  height: 35px;
}

.sub-menu-with-icon-grid .icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0px;
}

.sub-menu-with-icon-grid .icone svg {
  width: 100%;
  height: 100%;
}

.sub-menu-with-icon-grid .icone-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.sub-menu-with-icon-grid .icone-flex:hover {
  background-color: white;
  box-shadow:
    0px 0.25px 1px 0px rgba(36, 36, 36, 0.04),
    0px 0.85px 3px 0px rgba(36, 36, 36, 0.19);
}

.sub-menu-with-icon-grid .icone-flex:hover .menu-icone a {
  color: #e53d51;
}

.sub-menu-with-icon {
  width: 70%;
}

.sub-menu-img-collection {
  width: 30%;
}

.feature-collection-contet .sub-title {
  padding-top: 5px;
}

.feature-collection-contet .sub-title p {
  font-family: interstate, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

header.header .navbar .feature-collection-contet .read-more button {
  font-size: 16px;
  margin-top: 10px;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.feature-collection {
  background-color: white;
  box-shadow: 0px 0px 10px #aeaeae;
}

.feature-collection-contet {
  padding: 14px;
}

header.header .aerrow-icon {
  width: 15px;
}

header.header .aerrow-icon svg {
  width: 100%;
  height: 100%;
}

.menu-list .type-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 65%;
  padding: 10px;
}

.type-list {
  cursor: pointer;
  outline: none !important;
  text-decoration-line: none;
}

.type-list a,
.type-list .arrow-wrapper svg path {
  transition:
    color 0.4s ease,
    fill 0.4s ease;
  transition-delay: 0.1s;
}

/* Hover state */
header.header .type-list:hover a {
  color: #e53d51;
}

header.header .type-list:hover .arrow-wrapper svg path {
  fill: #e53d51;
}

header.header .navbar .menu-icone a {
  font-size: 18px;
}

header.header .sub-menu-list-with-collection {
  display: none;
}

header.header .sub-menu-list-with-collection.tab-panel-active {
  display: flex;
}

header.header .type-list.tab-active a {
  color: #e53d51;
}

header.header .type-list.tab-active {
  background-color: #f0f0f0;
}

header.header .type-list.tab-active .arrow-wrapper svg path {
  fill: #e53d51;
}

header.header .sub-menu-img-collection a .read-more button {
  transition: color 0.3s ease;
}

header.header .sub-menu-img-collection a:hover .read-more button {
  color: #e53d51;
}

header.header .navbar .sub-menu-img-collection a:hover {
  color: currentColor !important;
}

/* Hidden by default */
header.header .navbar ul li ul.sub-menu-small {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  position: absolute;
  top: 100%;
  left: -70%;
  z-index: 2;
  pointer-events: none;
  box-shadow:
    0 1px 0 #11111a0d,
    0 0 8px #11111a1a;
  width: 250px;
  padding: 14px;
  background-color: #f0f0f0;
}

/* Open state */
header.header .navbar ul li ul.sub-menu-small.sub-menu-small-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
  pointer-events: all;
}

header.header .navbar ul li ul.sub-menu-small.sub-menu-small-open li::after {
  display: none !important;
}

header.header .navbar ul li ul.sub-menu-small.sub-menu-small-open li {
  padding: 10px !important;
}

header.header
  .navbar
  .menu-header-menu-container
  ul
  li:hover::after
  header.header
  .navbar
  ul
  li
  ul.sub-menu-small
  li {
  padding: 10px;
  transition: background-color 0.3s ease;
}

header.header .navbar ul li ul.sub-menu-small li a {
  transition: color 0.3s ease;
}

header.header .navbar ul li ul.sub-menu-small li:hover {
  background-color: white;
  box-shadow:
    0px 0.25px 1px 0px rgba(36, 36, 36, 0.04),
    0px 0.85px 3px 0px rgba(36, 36, 36, 0.19);
}

header.header .navbar ul li ul.sub-menu-small li:hover a {
  color: #e53d51;
}

/* Make sure parent li is positioned */
header.header .navbar ul > li {
  position: relative;
}

header.header .navbar .sub-menu-small li::before {
  display: none !important;
}

header.header .navbar .sub-menu-small .icone-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

header.header .navbar .sub-menu-small .icone-flex .icone {
  width: 35px;
  height: 35px;
}

header.header .navbar .sub-menu-small .icone-flex .icone img {
  object-fit: contain;
}

header.header .navbar .sub-menu-small .icone-flex a {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}

header.header .navbar .sub-menu-list-with-collection-main .menu-icone a.active {
  color: #e53d51;
}

header.header .navbar .sub-menu-small .icone-flex a.active {
  color: #e53d51;
}

header.header
  .navbar
  .menu-header-menu-container
  ul
  li:has(.sub-menu-small-open)
  > a {
  color: #e53d51;
}

header.header
  .navbar
  .menu-header-menu-container
  ul
  li:has(.sub-menu-open)
  > a {
  color: #e53d51;
}

@media (max-width: 1366px) {
  .menu-header-menu-container ul {
    gap: 20px;
  }

  .sub-menu-inner .sub-menu-list-with-collection {
    padding-left: 30px;
    gap: 50px;
  }

  .sub-menu-with-icon {
    width: 70%;
  }

  .sub-menu-img-collection {
    width: 30%;
  }

  header.header .navbar ul li ul.sub-menu-small {
    width: 150px;
  }

  header.header .navbar ul li ul.sub-menu-small li a {
    font-size: 16px;
  }

  header.header .navbar ul li ul.sub-menu-small li {
    padding: 6px 0;
  }
}

@media (max-width: 640px) {
  .footer .footer_content .contact_sec p {
    text-align: start;
  }
}

@media (max-width: 575px) {
  .footer_content .contact_sec {
    justify-content: start;
  }

  header.header .header-inner .header-info {
    flex-direction: row !important;
  }

  header.header .header-inner .phone-menu {
    justify-content: end !important;
  }
}

header.header:has(.header-bottom.is-sticky) .mob-nav {
  display: block !important;
}

header.header .mob-nav {
  display: none;
}

/* html:has(body.menu-open) {
  overflow-y: hidden !important;
}

html {
  overflow-y: auto !important;
} */

@media (max-width: 1200px) {
  header.header .mob-nav {
    display: block;
  }

  header.header .mob-nav__backdrop {
    display: none;
  }
}

/* Backdrop */
header.header .mob-nav__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

header.header .mob-nav--open .mob-nav__backdrop {
  opacity: 1;
  visibility: visible;
}

/* Position drawer below header instead of full screen */
header.header .mob-nav__drawer {
  position: fixed;
  top: 0;
  /* JS will override this */
  right: 0;
  width: min(420px, 100vw);
  height: 100dvh;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* box-shadow: -4px 0 40px rgba(0, 0, 0, 0.12); */
  overflow: hidden;
}

/* Hide the close button */
header.header .mob-nav__header {
  display: none !important;
}

header.header .mob-nav--open .mob-nav__drawer {
  transform: translateX(0);
}

@media (min-width: 1200px) {
  header.header .mob-nav--open .mob-nav__drawer {
    top: 134px !important;
    height: calc(-134px + 100dvh) !important;
  }
}

/* Header bar */
header.header .mob-nav__header {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-shrink: 0;
}

header.header .mob-nav__header-logo,
header.header .mob-nav__header-close {
  list-style: none;
}

header.header .mob-nav__header-logo a {
  display: flex;
  align-items: center;
}

header.header .mob-nav__header-close button {
  background: none;
  border: none;
  cursor: pointer;
  color: #0b2240;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

header.header .mob-nav__header-close button:hover {
  background: #f5f5f5;
  color: #e53d51;
}

/* Panels container */
header.header .mob-nav__panels {
  flex: 1;
  position: relative;
  overflow: hidden;
}

/* Individual panel */
header.header .mob-nav__panel {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
}

/* Main panel starts visible */
header.header .mob-nav__panel--main {
  transform: translateX(0);
}

/* Active = visible */
header.header .mob-nav__panel[data-active='true'] {
  transform: translateX(0);
}

/* Pushed out to the left */
header.header .mob-nav__panel[data-pushed='true'] {
  transform: translateX(-28%);
}

header.header .mob-nav__back span {
  color: #0b2240;
  font-weight: 700;
}

header.header .mob-nav__back-arrow svg path {
  stroke: #0b2240;
}

/* Panel title */
header.header .mob-nav__panel-title {
  list-style: none;
  padding: 22px 24px 24px;
  font-size: 22px;
  font-weight: 700;
  color: #0b2240;
  letter-spacing: -0.3px;
  border-bottom: 2px solid #e53d51;
}

/* Back button */
header.header .mob-nav__back {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.2s ease;
}

header.header .mob-nav__back:hover {
  color: #e53d51;
}

header.header .mob-nav__back-arrow {
  display: flex;
  align-items: center;
}

/* Regular nav item */
header.header .mob-nav__item {
  list-style: none;
  /* border-bottom: 1px solid #f0f0f0; */
}

header.header .mob-nav__item .icone-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

header.header .mob-nav__item--has-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* header.header .mob-nav__item--has-child:hover {
  background: #fafafa;
} */

header.header .mob-nav__item--has-child:hover .mob-nav__label {
  color: #e53d51;
}

header.header .mob-nav__item--has-child:hover .mob-nav__chevron {
  color: #e53d51;
  transform: translateX(3px);
}

header.header .mob-nav__item .icone-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

header.header .mob-nav__item .icone-flex .icone {
  width: 30px;
  height: 30px;
}

header.header .mob-nav__item .icone-flex .icone img {
  object-fit: contain;
}

header.header .mob-nav__item .icone-flex:has(.icone) .mob-nav__label {
  padding: 18px 0px;
}

header.header .mob-nav__item .icone-flex:has(.icone) {
  padding: 0 24px;
}

header.header .mob-nav__label {
  display: block;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 500;
  color: #0b2240;
  text-decoration: none;
  flex: 1;
  transition: color 0.2s ease;
  font-weight: 700;
}

header.header a.mob-nav__label {
  padding: 18px 24px;
}

header.header a.mob-nav__label:hover {
  color: #e53d51;
}

header.header a.mob-nav__label.active {
  color: #e53d51;
}

header.header .mob-nav__chevron {
  display: flex;
  align-items: center;
  color: #aaa;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

/* Accordion */
header.header .mob-nav__accordion {
  list-style: none;
  /* border-bottom: 1px solid #f0f0f0; */
}

header.header .mob-nav__accordion-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.header .mob-nav__accordion-trigger {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #0b2240;
  cursor: pointer;
  transition: color 0.2s ease;
}

header.header .mob-nav__accordion-trigger:hover {
  color: #e53d51;
}

header.header .mob-nav__acc-icon {
  display: flex;
  align-items: center;
  color: #0b2240;
  transition:
    transform 0.3s ease,
    color 0.2s ease;
}

header.header .mob-nav__accordion--open .mob-nav__accordion-trigger {
  color: #e53d51;
}

.mob-nav__accordion--open .mob-nav__acc-icon {
  transform: rotate(180deg);
  color: #e53d51;
}

header.header .mob-nav__accordion-body {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

header.header .mob-nav__accordion-list {
  list-style: none;
  margin: 0;
  background: #fafafa;
}

header.header .mob-nav__accordion-list li {
  list-style: none;
  border-top: 1px solid #f0f0f0;
}

header.header .mob-nav__accordion-list li a {
  display: block;
  padding: 13px 24px 13px 40px;
  font-size: 15px;
  color: #0b2240;
  text-decoration: none;
  transition: color 0.2s ease;
}

header.header .mob-nav__accordion-list li a:hover {
  color: #e53d51;
}

header.header .mob-nav__accordion-list li a.active {
  color: #e53d51;
}

/* Ensure nav element itself doesn't block clicks when closed */
header.header .mob-nav {
  pointer-events: none;
}

header.header .mob-nav.mob-nav--open {
  pointer-events: all;
}

/* Backdrop must be pointer-events active when open */
header.header .mob-nav--open .mob-nav__backdrop {
  pointer-events: all;
}

header.header .mob-nav__chevron svg path {
  stroke: #0b2240;
}

/* Accordion list item link — flex row */
header.header .mob-nav__accordion-list li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    padding-left 0.2s ease;
}

header.header .mob-nav__accordion-list li a:hover {
  background: #f5f5f5;
  padding-left: 28px;
}

/* Image wrapper */
header.header .mob-nav__acc-img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.header .mob-nav__acc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Title */
header.header .mob-nav__acc-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2240;
  line-height: 1.3;
  transition: color 0.2s ease;
}

header.header .mob-nav__accordion-list li a:hover .mob-nav__acc-title {
  color: #e53d51;
}

header.header:has(.mob-nav--open) .hamburger .line:first-child {
  transform: translateY(10px) rotate(45deg) !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

header.header:has(.mob-nav--open) .hamburger .line:nth-child(2) {
  transition-duration: 0.5s !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  width: 0 !important;
}
@media (max-width: 1420px) {
  .hero_banner_wrapper .play-button-wrapper .banner_content h1 br {
    display: none;
  }
}
@media (max-width: 1372px) {
  .hero_banner_wrapper .play-button-wrapper .banner_content h1 {
    font-size: 50px !important;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  .hero_banner_wrapper .play-button-wrapper .banner_content h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 700px) {
  .hero_banner_wrapper .play-button-wrapper .banner_content h1 {
    max-width: 471px;
    margin-inline: auto;
  }
}
@media (max-width: 425px) {
  .hero_banner_wrapper .play-button-wrapper .banner_content h1 {
    max-width: 340px;
    margin-inline: auto;
  }
}
.brand-grid-logo .box {
     background: #fff;
    padding: 20px;
    border-radius: 10px;
    justify-content: center;
    gap: 20px;
    height: auto;
    min-width: 280px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.brand-grid-logo .box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.brand-grid-logo .box img {
    max-width: 180px;
    margin: auto;
    min-width: 180px;
}
.brand-grid-logo .box .img {
   /* max-height: 80px; */
   margin-block: auto;
}
.brand-grid-logo .partnership_slider .inner {
  gap: 24px;
  align-items: stretch;
}
.brand-grid-logo .partnership_slider .btn{
  font-size: 15px;
  height: 42px;
  min-width: auto !important;
      padding-inline: 34px;
    padding-bottom: 30px !important;
    margin-top: auto;
}
@media (max-width:1024px) {
  .brand-grid-logo .partnership_slider {
    margin-top: 30px;
  }
  
}

.partners_section_wrapper .content_form {
    margin-top: 40px;
}
.partners_section_wrapper .content_form .wpcf7 form .form-inner p{
  flex-wrap: wrap;
}
.partners_section_wrapper .content_form .wpcf7 .wpcf7-list-item.first, .partners_section_wrapper .content_form .wpcf7 .wpcf7-list-item.last{
  width: 100px;
  background-color: #fff;
}
.partners_section_wrapper .content_form .wpcf7 .wpcf7-list-item.first{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.partners_section_wrapper .content_form .wpcf7 .wpcf7-list-item.last{
   border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.partners_section_wrapper .content_form  .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span{
  font-size: 20px;
    padding-left: 50px;
    position: relative;
    color: #000;
}

.partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label:before {
    --tw-translate-y: -50%;
    --tw-border-opacity: 1;
    background-color: initial;
    border-color: rgba(229, 61, 81, var(--tw-border-opacity));
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 30px;
}

 .partners_section_wrapper .contact_form  form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
    --tw-border-opacity: 1;
    border-color: rgba(229, 61, 81, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 40px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 40px;
}

 .partners_section_wrapper .contact_form  form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label:after {
    --tw-translate-y: -50% !important;
    --tw-text-opacity: 1;
    align-items: center;
    color: rgba(229, 61, 81, var(--tw-text-opacity));
    content: "";
    display: flex;
    font-family: FontAwesome;
    font-size: 16px;
    height: 20px;
    justify-content: center;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 20px;
}

 .partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first [type=radio]:checked+span:after {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    content: "\f00d";
    opacity: 1;
}
 .partners_section_wrapper .contact_form .wpcf7-form-control-wrap .wpcf7-radio{
  margin-block: 20px;
 }
 .partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 61, 81, var(--tw-bg-opacity));
}
 .partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.checked .wpcf7-list-item-label {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
 .partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.checked span.wpcf7-list-item-label:before {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
 .partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first [type=radio]:checked+span:after {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    content: "\f00d";
    opacity: 1;
 }
.partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.checked [type=radio]:checked+span:after {

    color: #fff;
 }
  .partners_section_wrapper .contact_form form.wpcf7-form p span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last [type=radio]:checked+span:after {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    content: "\f00c";
    opacity: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
     color: #fff;
}
  .partners_section_wrapper  .content_form .wpcf7 form .form-inner p br{
    display: none;
  }
  .partners_section_wrapper{
    padding-block: 60px !important;
  }