@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --global-font-family:  "Inter", sans-serif;
  --global-font-family-2:  "Barlow Condensed", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #4f5661;
  --global-background-color: #F7F9FA;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F7F9FA;
}

::-webkit-scrollbar-thumb {
  background: #4f5661;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #df202e;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fa-solid, .fas, .fa-regular, .far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}

body ::-moz-selection {
  background-color: #df202e;
  color: #fff;
}

body ::selection {
  background-color: #df202e;
  color: #fff;
}

body .container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}

body .center {
  text-align: center;
}

body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}

body .wpb_single_image {
  margin-bottom: 0;
}

body .wpb_text_column {
  margin-bottom: 0;
}

body .vc_icon_element {
  margin-bottom: 0;
}

body .hidden {
  display: none !important;
}

body .desk-hide {
  display: none !important;
}

body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}

body a {
  color: var(--global-font-color);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #df202e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

body .no-pad {
  padding: 0 !important;
}

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--global-background-color);
}

body header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(247, 249, 250, 0.92);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

body header#masthead.sticky .top-bar {
  padding: 0;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body header#masthead .top-bar {
  padding: 0.5rem 0;
  background: #1A1A1A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .top-bar .flex-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header#masthead .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  list-style: none;
}

body header#masthead .top-bar ul li {
  list-style: none;
  color: #FFF;
}

body header#masthead .top-bar ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .top-bar ul li a:hover {
  color: #df202e;
}

body header#masthead .top-bar ul li span {
  color: #fff;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .header-main {
  padding: 0.75rem 0;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

body header#masthead .header-main .logo .logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: inherit;
}

body header#masthead .header-main .logo .logo-link:hover {
  color: inherit;
}

body header#masthead .header-main .logo .logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body header#masthead .header-main .logo .logo-image img, body header#masthead .header-main .logo .logo-image .custom-logo {
  width: 3.5rem;
  height: 3.5rem;
  max-width: 3.5rem !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #df202e;
}

body header#masthead .header-main .logo .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  line-height: 1.1;
}

body header#masthead .header-main .logo .logo-text .logo-title {
  font-family: var(--global-font-family-2);
  font-size: 1.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
}

body header#masthead .header-main .logo .logo-text .logo-title strong {
  color: #df202e;
  font-weight: 700;
}

body header#masthead .header-main .logo .logo-text .logo-tagline {
  font-family: var(--global-font-family);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b919a;
}

body header#masthead .header-main .main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a {
  padding-right: 1.15rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.35em;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
  color: #df202e;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4f5661;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.5rem 0;
  font-weight: 500;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a:hover {
  color: #df202e;
  background: transparent;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a {
  color: #df202e;
  font-weight: 600;
  background: transparent;
  padding: 0.5rem 0;
  border-radius: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover {
  color: #df202e;
  background: transparent;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a {
  padding-right: 1.15rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a::after, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a::after {
  color: #df202e;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #df202e;
  display: block;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #df202e;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .btn {
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body header#masthead .header-main .btn a {
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#c40000));
  background: linear-gradient(90deg, #ff3131 0%, #c40000 100%);
  color: #fff;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border-radius: 12px;
  font-weight: 700;
  padding: 0.85rem 1.5rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}

body header#masthead .header-main .btn a i {
  font-size: 0.95rem;
  color: #fff;
}

body header#masthead .header-main .btn a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e02a2a), to(#a80000));
  background: linear-gradient(90deg, #e02a2a 0%, #a80000 100%);
  color: #fff;
  border-color: transparent;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1A1A1A;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1A1A1A;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .vc_row {
  margin: 0;
  padding: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}

body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .max-80 {
  max-width: 80%;
}

body #content .m-auto {
  margin-left: auto;
  margin-right: auto;
}

body #content .mg-bottom {
  margin-bottom: 2rem;
}

body #content .full-img > .vc_figure {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}

body #content .border-img img {
  border-radius: 2rem;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: rgba(255, 255, 255, 0.8) !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .main-head {
  font-size: 3.5rem;
  text-transform: capitalize;
  font-family: var(--global-font-family-2);
  font-weight: 700;
  color: #0c0c0c;
  margin-bottom: 1.167rem;
  line-height: 1;
}

body #content .main-head b {
  color: #df202e;
  font-weight: 700;
}

body #content .sub-head {
  border: 1px solid #df202e;
  background: #F5E8EA;
  font-size: 0.925rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #df202e;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  margin-bottom: 1rem;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt ul li::marker {
  color: #df202e;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
}

body #content .txt p strong {
  font-weight: 700;
  color: #df202e;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

body #content .btn, body #content .btn-arrow, body #content .btn-2 {
  margin-bottom: 0;
}

body #content .btn a, body #content .btn-arrow a, body #content .btn-2 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--global-font-family);
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  white-space: nowrap;
}

body #content .btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#c40000));
  background: linear-gradient(180deg, #ff3131 0%, #c40000 100%);
  color: #fff !important;
  border: 0;
}

body #content .btn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e02a2a), to(#a80000));
  background: linear-gradient(180deg, #e02a2a 0%, #a80000 100%);
  color: #fff !important;
}

body #content .btn-arrow a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#c40000));
  background: linear-gradient(180deg, #ff3131 0%, #c40000 100%);
  color: #fff !important;
  border: 0;
}

body #content .btn-arrow a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e02a2a), to(#a80000));
  background: linear-gradient(180deg, #e02a2a 0%, #a80000 100%);
  color: #fff !important;
}

body #content .btn-arrow a:before {
  display: none;
}

body #content .btn-2 a {
  background: #fff !important;
  color: #0c0c0c !important;
  border: 1px solid #d8dde3 !important;
}

body #content .btn-2 a:hover {
  background: #f4f7f9 !important;
  color: #0c0c0c !important;
  border-color: #c5ccd4 !important;
}

body #content .page-header-sec {
  background: linear-gradient(135deg, oklch(14% 0.005 80) 0%, oklch(22% 0.01 80) 60%, oklch(32% 0.04 86) 100%);
}

body #content .page-header-sec .main-head {
  font-size: 5rem;
}

body #content .hero-sec {
  position: relative;
  min-height: clamp(36rem, 88vh, 56rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background: radial-gradient(ellipse at top right, #c74d4d2e, transparent 55%), radial-gradient(ellipse at bottom left, #487dcc2e, transparent 55%), -webkit-gradient(linear, left top, left bottom, from(#161822), to(#21232d));
  background: radial-gradient(ellipse at top right, #c74d4d2e, transparent 55%), radial-gradient(ellipse at bottom left, #487dcc2e, transparent 55%), linear-gradient(180deg, #161822, #21232d);
  overflow: hidden;
}

body #content .hero-sec .hero-row {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body #content .hero-sec .main-head b:last-child {
  color: #0076d2;
}

body #content .hero-sec .hero-txt .wel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.88);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 600;
  font-family: var(--global-font-family);
}

body #content .hero-sec .hero-txt .wel::before {
  display: none;
}

body #content .hero-sec .hero-txt h1.main-head {
  font-size: clamp(3rem, 5.5vw, 5.25rem);
  font-family: var(--global-font-family-2);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
  text-transform: none;
  color: #fff;
}

body #content .hero-sec .hero-txt h1.main-head b {
  display: inline;
  font-weight: 600;
  color: #df202e !important;
}

body #content .hero-sec .hero-txt h1.main-head b.border-head {
  color: #df202e;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: #df202e;
}

body #content .hero-sec .hero-txt p {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  color: rgba(255, 255, 255, 0.82) !important;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1.75rem;
  line-height: 1.55;
  max-width: 36rem;
}

body #content .hero-sec .hero-txt p strong {
  color: #fff;
  font-weight: 600;
}

body #content .hero-sec .hero-txt .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 0.85rem;
}

body #content .hero-sec .hero-txt .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.55rem;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#c40000));
  background: linear-gradient(90deg, #ff3131 0%, #c40000 100%);
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.9rem 1.45rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

body #content .hero-sec .hero-txt .btn-arrow a i {
  font-size: 0.9rem;
}

body #content .hero-sec .hero-txt .btn-arrow a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e02a2a), to(#a80000));
  background: linear-gradient(90deg, #e02a2a 0%, #a80000 100%);
  color: #fff !important;
}

body #content .hero-sec .hero-txt .btn-arrow a:before {
  display: none;
}

body #content .hero-sec .hero-txt .btn-2 a, body #content .hero-sec .hero-txt .btn-whatsapp a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #25D366 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px;
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.9rem 1.45rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body #content .hero-sec .hero-txt .btn-2 a i, body #content .hero-sec .hero-txt .btn-whatsapp a i {
  font-size: 1rem;
}

body #content .hero-sec .hero-txt .btn-2 a:hover, body #content .hero-sec .hero-txt .btn-whatsapp a:hover {
  background: #1da851 !important;
  color: #fff !important;
  border-color: transparent !important;
}

body #content .hero-sec .hero-txt .btn a, body #content .hero-sec .hero-txt .btn-3 a {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

body #content .hero-sec .hero-txt .rating-badge {
  margin-top: 2.25rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(5.5rem, 1fr))[3];
      grid-template-columns: repeat(3, minmax(5.5rem, 1fr));
  gap: 1rem 1.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-family: var(--global-font-family);
  font-weight: 400;
  max-width: 32rem;
}

body #content .hero-sec .hero-txt .rating-badge li {
  list-style: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-family: var(--global-font-family-2);
  text-transform: uppercase;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

body #content .hero-sec .hero-txt .rating-badge li strong {
  display: block;
  font-family: var(--global-font-family-2);
  color: #fff;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.35rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

body #content .hero-sec .hero-txt .rating-badge img.emoji {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

body #content .hero-sec .hero-img .vc_figure {
  border-radius: 1.35rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 70px rgba(223, 32, 46, 0.22), 0 1.5rem 3rem rgba(0, 0, 0, 0.55);
          box-shadow: 0 0 70px rgba(223, 32, 46, 0.22), 0 1.5rem 3rem rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5rem;
  background: rgba(255, 255, 255, 0.03);
}

body #content .hero-sec .hero-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto;
  padding: 0.5rem;
}

body #content .hero-sec .wpb_wrapper:has(> .hero-img) {
  position: relative;
  z-index: 1;
}

body #content .hero-sec .wpb_raw_html.wpb_content_element {
  margin-bottom: 0 !important;
}

body #content .hero-sec .hero-img-bottom {
  margin-top: 2rem;
  max-width: 18rem;
  width: min(100%, 18rem);
  padding: 0.72rem 1rem 0.72rem 0.85rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
}

body #content .hero-sec .hero-img-bottom::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 1.1rem;
  width: 1.65rem;
  height: 1.65rem;
  min-width: 1.65rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #df202e;
}

body #content .hero-sec .hero-img-bottom h5 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #000;
  font-family: var(--global-font-family);
  line-height: 1.05;
}

body #content .hero-sec .hero-img-bottom p {
  margin: 0;
  font-size: 0.74rem;
  color: #5b5b5b;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: 1.25;
}

body #content .features-bar-row .features-bar-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: max(11rem, 22%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--global-font-family);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  color: #2d3e50;
  line-height: 1.2;
  white-space: nowrap;
}

body #content .features-bar-row .features-bar-txt i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 50%;
  background: #fce8e8;
  color: #df202e;
  font-size: 1rem;
  line-height: 1;
}

body #content .inquiry-form-col > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 14px 40px rgba(15, 17, 21, 0.08);
          box-shadow: 0 14px 40px rgba(15, 17, 21, 0.08);
  padding: clamp(1.5rem, 3vw, 2rem);
}

body #content .inquiry-form-col .txt h6 {
  font-family: var(--global-font-family);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #0c0c0c;
  margin: 0 0 0.35rem;
  line-height: 1.2;
  text-transform: none;
}

body #content .inquiry-form-col .txt p {
  font-size: 0.9rem;
  color: #8b919a;
  margin: 0 0 1.5rem;
  line-height: 1.45;
}

body #content .inquiry-form-col .inquiry-note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8b919a;
  text-align: center;
}

body #content .contact-info-col > .vc_column-inner > .wpb_wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0.65rem;
}

body #content .contact-info {
  display: -ms-grid;
  display: grid;
  gap: 0.65rem;
}

body #content .contact-info .info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

body #content .contact-info .info-card:hover {
  border-color: #d8dde3;
  -webkit-box-shadow: 0 8px 22px rgba(15, 17, 21, 0.06);
          box-shadow: 0 8px 22px rgba(15, 17, 21, 0.06);
  color: inherit;
}

body #content .contact-info .info-card .icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.85rem;
  height: 2.85rem;
  min-width: 2.85rem;
  border-radius: 0.75rem;
  background: #f0f2f5;
}

body #content .contact-info .info-card .icon-box i {
  font-size: 1.05rem;
  line-height: 1;
}

body #content .contact-info .info-card .info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

body #content .contact-info .info-card .label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #8b919a;
  line-height: 1.2;
}

body #content .contact-info .info-card .value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0c0c0c;
  line-height: 1.25;
  word-break: break-word;
}

body #content .contact-info .info-card.info-card--phone .icon-box i {
  color: #df202e;
}

body #content .contact-info .info-card.info-card--whatsapp .icon-box i {
  color: #25D366;
}

body #content .contact-info .info-card.info-card--email .icon-box i {
  color: #0076d2;
}

body #content .contact-info .info-card.info-card--instagram .icon-box i {
  color: #df202e;
}

body #content .contact-info .info-card.info-card--tiktok .icon-box i {
  color: #0076d2;
}

body #content .contact-info .info-card.info-card--area .icon-box i {
  color: #0076d2;
}

body #content .contact-info .info-card.info-card--hours .icon-box i {
  color: #0c0c0c;
}

body #content .contact-info .info-card.areas-covered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  margin-top: 0.35rem;
  padding: clamp(1.15rem, 2vw, 1.35rem);
}

body #content .contact-info .info-card.areas-covered h3 {
  margin: 0 0 1rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  color: #0c0c0c;
  line-height: 1.2;
}

body #content .contact-info .info-card.areas-covered .test-centres {
  margin-bottom: 1rem;
}

body #content .contact-info .info-card.areas-covered .test-centres:last-of-type {
  margin-bottom: 0.85rem;
}

body #content .contact-info .info-card.areas-covered .test-centres > span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #df202e;
  margin-bottom: 0.6rem;
}

body #content .contact-info .info-card.areas-covered .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.45rem;
}

body #content .contact-info .info-card.areas-covered .tags > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 0.55rem;
  background: #f0f2f5;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2d3e50;
  line-height: 1.2;
  white-space: nowrap;
}

body #content .contact-info .info-card.areas-covered .pickup-note {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: #8b919a;
  line-height: 1.45;
}

body #content .areas-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 12px 32px rgba(15, 17, 21, 0.07);
          box-shadow: 0 12px 32px rgba(15, 17, 21, 0.07);
  padding: clamp(1.25rem, 2.5vw, 1.65rem);
  height: 100%;
}

body #content .areas-grid .area-head, body #content.areas-grid .area-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

body #content .areas-grid .area-head i, body #content.areas-grid .area-head i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 0.65rem;
  background: #fce8e8;
  color: #df202e;
  font-size: 1.05rem;
}

body #content .areas-grid .area-head h3, body #content.areas-grid .area-head h3 {
  margin: 0;
  font-family: var(--global-font-family);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #2d3e50;
  line-height: 1.2;
}

body #content .areas-grid .test-centres, body #content .areas-grid .pickups-block, body #content.areas-grid .test-centres, body #content.areas-grid .pickups-block {
  margin-bottom: 1.15rem;
}

body #content .areas-grid .test-centres:last-child, body #content .areas-grid .pickups-block:last-child, body #content.areas-grid .test-centres:last-child, body #content.areas-grid .pickups-block:last-child {
  margin-bottom: 0;
}

body #content .areas-grid .test-centres > span, body #content .areas-grid .pickups-block > span, body #content.areas-grid .test-centres > span, body #content.areas-grid .pickups-block > span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

body #content .areas-grid .test-centres > span, body #content.areas-grid .test-centres > span {
  color: #0076d2;
}

body #content .areas-grid .pickups-block > span, body #content.areas-grid .pickups-block > span {
  color: #df202e;
}

body #content .areas-grid .tags, body #content.areas-grid .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

body #content .areas-grid .tags > div, body #content.areas-grid .tags > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.45rem 0.8rem;
  border: 1px solid #e3e7eb;
  border-radius: 999px;
  background: #f4f7f9;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2d3e50;
  line-height: 1.2;
  white-space: nowrap;
}

body #content .areas-grid .pickups, body #content.areas-grid .pickups {
  display: -ms-grid;
  display: grid;
  gap: 0.45rem;
}

body #content .areas-grid .pickups > div, body #content.areas-grid .pickups > div {
  position: relative;
  padding-left: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d3e50;
  line-height: 1.35;
}

body #content .areas-grid .pickups > div::before, body #content.areas-grid .pickups > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #df202e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body #content .review-card-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  margin-bottom: 1.15rem;
  border: 1px solid #e8ecef;
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.85rem;
}

body #content .review-card-row .review-card .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.85rem;
}

body #content .review-card-row .review-card .stars i {
  color: #df202e;
  font-size: 0.82rem;
  line-height: 1;
}

body #content .review-card-row .review-card p {
  margin: 0 0 0.85rem;
  font-family: var(--global-font-family);
  font-size: 0.92rem;
  font-weight: 500;
  color: #2d3e50;
  line-height: 1.55;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body #content .review-card-row .review-card .meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: #8b919a;
  line-height: 1.3;
}

body #content .review-card-row .review-card .meta i {
  font-size: 0.82rem;
  color: #8b919a;
}

body #content .value-card-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  height: 100%;
}

body #content .value-card-row .value-card > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 50%;
  background: #fce8e8;
  color: #df202e;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.85rem;
}

body #content .value-card-row .value-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  color: #2d3e50;
  line-height: 1.2;
}

body #content .value-card-row .value-card p {
  margin: 0;
  font-family: var(--global-font-family);
  font-size: 0.85rem;
  font-weight: 400;
  color: #8b919a;
  line-height: 1.5;
}

body #content .service-card-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  height: 100%;
  margin-bottom: 2rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body #content .service-card-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
  border-color: #df202e;
}

body #content .service-card-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .service-card i {
  background: #df202e;
  color: #fff;
}

body #content .service-card-row .service-card > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 0.65rem;
  background: #fce8e8;
  color: #df202e;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.85rem;
}

body #content .service-card-row .service-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--global-font-family-2);
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c0c0c;
  line-height: 1.25;
}

body #content .service-card-row .service-card p {
  margin: 0;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: #8b919a;
  line-height: 1.5;
}

body #content .pricing-card-row .pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 12px 32px rgba(15, 17, 21, 0.07);
          box-shadow: 0 12px 32px rgba(15, 17, 21, 0.07);
  padding: clamp(1.35rem, 2vw, 1.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

body #content .pricing-card-row .pricing-card p {
  margin-bottom: 0;
}

body #content .pricing-card-row .pricing-card .save {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0076d2;
  background: #e8f4fc;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  line-height: 1;
}

body #content .pricing-card-row .pricing-card .popular {
  position: absolute;
  top: -45px;
  left: 0;
  background: #df202e;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 1;
}

body #content .pricing-card-row .pricing-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--global-font-family-2);
  font-size: 1.45rem;
  font-weight: 700;
  color: #0c0c0c;
  line-height: 1.2;
  padding-right: 4.5rem;
}

body #content .pricing-card-row .pricing-card .price {
  margin: 0 0 1.15rem;
  line-height: 1;
}

body #content .pricing-card-row .pricing-card .price strong {
  font-family: var(--global-font-family-2);
  font-size: 3rem;
  font-weight: 700;
  color: #0c0c0c;
  letter-spacing: -0.02em;
}

body #content .pricing-card-row .pricing-card .price span {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #8b919a;
  vertical-align: baseline;
}

body #content .pricing-card-row .pricing-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  display: -ms-grid;
  display: grid;
  gap: 0.55rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body #content .pricing-card-row .pricing-card .features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #4f5661;
  line-height: 1.4;
}

body #content .pricing-card-row .pricing-card .features li::before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0076d2;
  font-size: 0.82rem;
  line-height: 1.35;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.05rem;
}

body #content .pricing-card-row .pricing-card .btn {
  margin-top: auto;
  margin-bottom: 0;
}

body #content .pricing-card-row .pricing-card .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#c40000));
  background: linear-gradient(180deg, #ff3131 0%, #c40000 100%);
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-family: var(--global-font-family);
  font-size: clamp(0.78rem, 0.9vw, 0.88rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.9rem 1rem;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

body #content .pricing-card-row .pricing-card .btn a i {
  font-size: 0.9rem;
  color: #fff;
}

body #content .pricing-card-row .pricing-card .btn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e02a2a), to(#a80000));
  background: linear-gradient(180deg, #e02a2a 0%, #a80000 100%);
  color: #fff !important;
}

body #content .pricing-card-row .pricing-card.is-featured {
  background: -webkit-gradient(linear, left top, left bottom, from(#12141c), to(#0a0b10));
  background: linear-gradient(180deg, #12141c 0%, #0a0b10 100%);
  border-color: #df202e;
  -webkit-box-shadow: 0 0 0 1px #df202e, 0 18px 42px rgba(223, 32, 46, 0.28);
          box-shadow: 0 0 0 1px #df202e, 0 18px 42px rgba(223, 32, 46, 0.28);
  padding-top: clamp(1.65rem, 2.5vw, 2rem);
}

body #content .pricing-card-row .pricing-card.is-featured .save {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

body #content .pricing-card-row .pricing-card.is-featured h3, body #content .pricing-card-row .pricing-card.is-featured .price strong {
  color: #fff;
}

body #content .pricing-card-row .pricing-card.is-featured .price span {
  color: rgba(255, 255, 255, 0.55);
}

body #content .pricing-card-row .pricing-card.is-featured .features li {
  color: rgba(255, 255, 255, 0.82);
}

body #content .pricing-card-row .pricing-card.is-featured .features li::before {
  color: #df202e;
}

body #content .pricing-card-row .pricing-card.is-featured .btn a {
  background: #25D366 !important;
}

body #content .pricing-card-row .pricing-card.is-featured .btn a:hover {
  background: #1da851 !important;
  color: #fff !important;
}

body #content .pricing-card-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 12px 32px rgba(15, 17, 21, 0.07);
          box-shadow: 0 12px 32px rgba(15, 17, 21, 0.07);
  padding: clamp(1.35rem, 2vw, 1.75rem);
  height: 100%;
  margin-bottom: 1.25rem;
}

body #content .pricing-card-row .pricing-card {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
}

body #content .pricing-card-row .pricing-card.is-featured {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding-top: 0;
}

body #content .pricing-card-row > .wpb_column > .vc_column-inner > .wpb_wrapper:has(.pricing-card.is-featured) {
  background: -webkit-gradient(linear, left top, left bottom, from(#12141c), to(#0a0b10));
  background: linear-gradient(180deg, #12141c 0%, #0a0b10 100%);
  border-color: #df202e;
  -webkit-box-shadow: 0 0 0 1px #df202e, 0 18px 42px rgba(223, 32, 46, 0.28);
          box-shadow: 0 0 0 1px #df202e, 0 18px 42px rgba(223, 32, 46, 0.28);
  padding-top: clamp(1.65rem, 2.5vw, 2rem);
}

body #content .book-today-sec .book-today-row {
  border-radius: 1.5rem;
  background: radial-gradient(ellipse at top right, rgba(199, 77, 77, 0.18), transparent 55%), radial-gradient(ellipse at bottom left, rgba(72, 125, 204, 0.18), transparent 55%), -webkit-gradient(linear, left top, left bottom, from(#161822), to(#21232d));
  background: radial-gradient(ellipse at top right, rgba(199, 77, 77, 0.18), transparent 55%), radial-gradient(ellipse at bottom left, rgba(72, 125, 204, 0.18), transparent 55%), linear-gradient(180deg, #161822, #21232d);
  padding: 4rem 2.5rem 3rem 2.5rem;
}

body #content .book-today-sec .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 0.85rem;
}

body #content .book-today-sec .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.55rem;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#c40000));
  background: linear-gradient(90deg, #ff3131 0%, #c40000 100%);
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.9rem 1.45rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

body #content .book-today-sec .btn-arrow a i {
  font-size: 0.9rem;
}

body #content .book-today-sec .btn-arrow a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e02a2a), to(#a80000));
  background: linear-gradient(90deg, #e02a2a 0%, #a80000 100%);
  color: #fff !important;
}

body #content .book-today-sec .btn-arrow a:before {
  display: none;
}

body #content .book-today-sec .btn-2 a, body #content .book-today-sec .btn-whatsapp a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #25D366 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px;
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.9rem 1.45rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body #content .book-today-sec .btn-2 a i, body #content .book-today-sec .btn-whatsapp a i {
  font-size: 1rem;
}

body #content .book-today-sec .btn-2 a:hover, body #content .book-today-sec .btn-whatsapp a:hover {
  background: #1da851 !important;
  color: #fff !important;
  border-color: transparent !important;
}

body form.wpcf7-form {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

body form.wpcf7-form br {
  display: none;
}

body form.wpcf7-form p {
  margin: 0;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
  gap: 0;
}

body form.wpcf7-form .flex-row:last-of-type {
  gap: 0;
}

body form.wpcf7-form .form-group {
  padding-bottom: 0.85rem;
}

body form.wpcf7-form .form-group.col-6 {
  padding-left: 0;
}

body form.wpcf7-form .form-group.col-12 {
  padding-left: 0;
}

body form.wpcf7-form .form-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

body form.wpcf7-form .wpcf7-form-control {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e7eb;
  border-radius: 12px;
  outline: none;
  font-size: 0.92rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #0c0c0c;
}

body form.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #8b919a;
  opacity: 1;
}

body form.wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
  color: #8b919a;
  opacity: 1;
}

body form.wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
  color: #8b919a;
  opacity: 1;
}

body form.wpcf7-form .wpcf7-form-control::placeholder {
  color: #8b919a;
  opacity: 1;
}

body form.wpcf7-form .wpcf7-form-control:focus {
  border-color: #df202e;
  -webkit-box-shadow: 0 0 0 3px rgba(223, 32, 46, 0.1);
          box-shadow: 0 0 0 3px rgba(223, 32, 46, 0.1);
}

body form.wpcf7-form input[type="text"], body form.wpcf7-form input[type="email"], body form.wpcf7-form input[type="tel"], body form.wpcf7-form input[type="date"] {
  height: 3.15rem;
  padding: 0 0.95rem;
}

body form.wpcf7-form input[type="submit"], body form.wpcf7-form input.wpcf7-submit {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.9rem 1.5rem 0.9rem 2.75rem;
  border: 0;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#c40000));
  background: linear-gradient(180deg, #ff3131 0%, #c40000 100%);
  color: #fff !important;
  font-family: var(--global-font-family);
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

body form.wpcf7-form input[type="submit"]:hover, body form.wpcf7-form input.wpcf7-submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e02a2a), to(#a80000));
  background: linear-gradient(180deg, #e02a2a 0%, #a80000 100%);
}

body form.wpcf7-form select.wpcf7-form-control {
  height: 3.15rem;
  padding: 0 2.5rem 0 0.95rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #0c0c0c;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238b919a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  background-size: 12px 8px;
  cursor: pointer;
}

body form.wpcf7-form select.wpcf7-form-control option {
  color: #0c0c0c;
}

body form.wpcf7-form textarea.wpcf7-form-control {
  height: 10rem;
  resize: none;
  line-height: 1.45;
  padding: 0.85rem 0.95rem;
}

body form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.78rem;
  color: #df202e;
  margin-top: 0.35rem;
}

body form.wpcf7-form .wpcf7-not-valid {
  border-color: #df202e !important;
}

body form.wpcf7-form .error {
  color: #df202e;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #df202e;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  margin: 0.15rem 0 0;
  position: relative;
}

body form.wpcf7-form .submit-btn p {
  position: relative;
}

body form.wpcf7-form .submit-btn p::before {
  content: '\f1d8';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 0.95rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(calc(-50% - 5.35rem), -50%);
          transform: translate(calc(-50% - 5.35rem), -50%);
  pointer-events: none;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

body form.wpcf7-form .inquiry-note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8b919a;
  text-align: center;
}

body form.wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(223, 32, 46, 0.25);
  border-radius: 12px;
  background: rgba(223, 32, 46, 0.06);
  color: #df202e;
  font-size: 0.9rem;
}

body footer#colophon {
  background: -webkit-gradient(linear, left top, left bottom, from(#12141c), to(#0a0b10));
  background: linear-gradient(180deg, #12141c 0%, #0a0b10 100%);
  border-top: 4px dashed #df202e;
}

body footer#colophon .footer-main {
  padding: clamp(2.5rem, 5vw, 3.25rem) 0 clamp(2rem, 4vw, 2.5rem);
  background: transparent;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: minmax(0, 1.45fr) minmax(0, 0.75fr) minmax(0, 1fr) minmax(0, 0.95fr);
      grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr) minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 3vw, 2.75rem);
}

body footer#colophon .footer-main .foot-1 .logo {
  margin-bottom: 1.15rem;
}

body footer#colophon .footer-main .foot-1 .logo .logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: inherit;
}

body footer#colophon .footer-main .foot-1 .logo .logo-link:hover {
  color: inherit;
}

body footer#colophon .footer-main .foot-1 .logo .logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body footer#colophon .footer-main .foot-1 .logo .logo-image img, body footer#colophon .footer-main .foot-1 .logo .logo-image .custom-logo {
  width: 3.5rem;
  height: 3.5rem;
  max-width: 3.5rem !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #df202e;
}

body footer#colophon .footer-main .foot-1 .logo .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  line-height: 1.1;
}

body footer#colophon .footer-main .foot-1 .logo .logo-text .logo-title {
  font-family: var(--global-font-family-2);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 .logo .logo-text .logo-title strong {
  color: #df202e;
  font-weight: 700;
}

body footer#colophon .footer-main .foot-1 .logo .logo-text .logo-tagline {
  font-family: var(--global-font-family);
  font-size: 0.62rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.52);
}

body footer#colophon .footer-main .foot-1 .widget_text p, body footer#colophon .footer-main .foot-1 .widget p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 22rem;
  font-size: 0.9rem;
  font-weight: 400;
}

body footer#colophon .footer-main section.widget h2.widget-title, body footer#colophon .footer-main section.widget h2.widgettitle {
  font-family: var(--global-font-family);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1rem;
  letter-spacing: 0.08em;
}

body footer#colophon .footer-main section.widget .menu-main-menu-container, body footer#colophon .footer-main section.widget .menu {
  margin: 0;
}

body footer#colophon .footer-main section.widget ul.menu {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.55rem;
}

body footer#colophon .footer-main section.widget ul.menu li {
  margin: 0;
  list-style: none;
}

body footer#colophon .footer-main section.widget ul.menu li a {
  display: inline-block;
  font-family: var(--global-font-family);
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer#colophon .footer-main section.widget ul.menu li a:hover {
  color: #fff;
}

body footer#colophon .footer-main section.widget ul.menu li.current-menu-item a, body footer#colophon .footer-main section.widget ul.menu li.current_page_item a {
  color: #df202e;
}

body footer#colophon .footer-main section.widget .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.7rem;
}

body footer#colophon .footer-main section.widget .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.65rem;
  font-family: var(--global-font-family);
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
}

body footer#colophon .footer-main section.widget .contact-list li a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer#colophon .footer-main section.widget .contact-list li a:hover {
  color: #fff;
}

body footer#colophon .footer-main section.widget .contact-list li i {
  width: 1rem;
  min-width: 1rem;
  text-align: center;
  margin-top: 0.12rem;
  font-size: 0.95rem;
  line-height: 1;
}

body footer#colophon .footer-main section.widget .contact-list li:nth-child(1) i {
  color: #df202e;
}

body footer#colophon .footer-main section.widget .contact-list li:nth-child(2) i {
  color: #25D366;
}

body footer#colophon .footer-main section.widget .contact-list li:nth-child(3) i {
  color: #0076d2;
}

body footer#colophon .footer-main section.widget .contact-list li:nth-child(4) i {
  color: #0076d2;
}

body footer#colophon .footer-main section.widget .contact-list li:nth-child(5) i {
  color: #8b919a;
}

body footer#colophon .footer-main section.widget .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.65rem;
}

body footer#colophon .footer-main section.widget .social-links li {
  margin: 0;
  list-style: none;
}

body footer#colophon .footer-main section.widget .social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body footer#colophon .footer-main section.widget .social-links li a i {
  font-size: 0.95rem;
  color: #fff;
  min-width: 1rem;
  text-align: center;
}

body footer#colophon .footer-main section.widget .social-links li a:hover {
  border-color: rgba(223, 32, 46, 0.55);
  background: rgba(223, 32, 46, 0.12);
  color: #fff;
}

body footer#colophon .copyright {
  padding: 1rem 0 1.25rem;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body footer#colophon .copyright .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
}

body footer#colophon .copyright p {
  font-size: 0.78rem;
  font-family: var(--global-font-family);
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}

body footer#colophon .copyright p a {
  color: rgba(255, 255, 255, 0.62);
}

body footer#colophon .copyright p a:hover {
  color: #df202e;
}
.copyright-inner {justify-content:space-between !important; align-items:center !important;}


body #content .students-grid-wrap {
  margin-top: 1.25rem;
}

body #content .students-grid-wrap .students-slider .slick-list {
  margin: 0 -0.5rem;
}

body #content .students-grid-wrap .students-slider .slick-slide {
  padding: 0;
}

body #content .students-grid-wrap .students-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 1rem;
}

body #content .students-grid-wrap .students-slider ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .students-grid-wrap .students-slider ul.slick-dots li {
  margin: 0;
}

body #content .students-grid-wrap .students-slider ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #F8BD00;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

body #content .students-grid-wrap .students-slider ul.slick-dots li.slick-active button {
  background: red;
}

body #content .students-grid-wrap .student-card {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 19rem;
}

body #content .students-grid-wrap .student-card .student-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

body #content .students-grid-wrap .student-card .student-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.8rem 0.85rem 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(58%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.96)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 58%, rgba(0, 0, 0, 0.96) 100%);
}

body #content .students-grid-wrap .student-card .student-content .status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.28rem;
  background: red;
  color: #fff;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.8rem;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

body #content .students-grid-wrap .student-card .student-content .status-badge i {
  font-size: 0.8rem;
}

body #content .students-grid-wrap .student-card .student-content .status-badge.failed {
  background: #F26B3A;
  color: #fff;
}

body #content .students-grid-wrap .student-card .student-content .student-name {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 0.95;
  text-transform: uppercase;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .students-grid-wrap .student-card .student-content p {
  display: none;
}

body #content .students-grid-wrap .student-card:hover .student-image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*# sourceMappingURL=template.css.map */