/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
:root {
  --body-color: #272727;
  --body-color-rgb: 39, 39, 39;
  --primary-color: #DE473C;
  --primary-color-rgb: 222, 71, 60;
  --secondary-color: #777777;
  --secondary-color-rgb: 119, 119, 119;
  --primary-bg: #F5F3EC;
  --primary-bg-rgb: 245, 243, 236;
  --secondary-bg: #000;
  --secondary-bg-rgb: 0, 0, 0;
  --body-bg: #ffffff;
  --body-bg-rgb: 255, 255, 255;
  --font-family-body: "Nunito Sans", sans-serif;
  --font-family-code: "Open Sans", sans-serif;
  --font-weight-body: 400;
  --line-height-body: 1.38;
  --font-size-body: 1.6rem;
  --font-family-headings: "Nunito Sans", sans-serif;
  --font-weight-headings: 700;
  --line-height-headings: 1.35;
  --color-headings: #272727;
  --light: #ffffff;
  --light-rgb: 255, 255, 255;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --gray: #F4F4F4;
  --gray-rgb: 244, 244, 244;
  --black-color2: #272727;
  --black-color2-rgb: 39, 39, 39;
  --border-width: 0.1rem;
  --border-style: solid;
  --border-color: #F3EEDA;
  --border-radius-lg: 1.8rem;
  --border-radius-md: 1.22rem;
  --border-radius-sm: 0.6rem;
  --shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  --shadow-sm: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.mt-5 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-17 {
  margin-top: 1.7rem;
}

.mt-18 {
  margin-top: 1.8rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-44 {
  margin-top: 4.4rem;
}

.mt-48 {
  margin-top: 4.8rem;
}

.mt-52 {
  margin-top: 5.2rem;
}

.mt-56 {
  margin-top: 5.6rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-68 {
  margin-top: 6.8rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-17 {
  margin-bottom: 1.7rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-44 {
  margin-bottom: 4.4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-52 {
  margin-bottom: 5.2rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-68 {
  margin-bottom: 6.8rem;
}

.pt-5 {
  padding-top: 0.5rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-12 {
  padding-top: 1.2rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pt-18 {
  padding-top: 1.8rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pt-35 {
  padding-top: 3.5rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-44 {
  padding-top: 4.4rem;
}

.pt-48 {
  padding-top: 4.8rem;
}

.pt-52 {
  padding-top: 5.2rem;
}

.pt-56 {
  padding-top: 5.6rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-12 {
  padding-bottom: 1.2rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-18 {
  padding-bottom: 1.8rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-32 {
  padding-bottom: 3.2rem;
}

.pb-35 {
  padding-bottom: 3.5rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-44 {
  padding-bottom: 4.4rem;
}

.pb-48 {
  padding-bottom: 4.8rem;
}

.pb-52 {
  padding-bottom: 5.2rem;
}

.pb-56 {
  padding-bottom: 5.6rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pl-5 {
  padding-left: 0.5rem;
}

.pl-10 {
  padding-left: 1rem;
}

.pl-12 {
  padding-left: 1.2rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pl-20 {
  padding-left: 2rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pr-5 {
  padding-right: 0.5rem;
}

.pr-10 {
  padding-right: 1rem;
}

.pr-12 {
  padding-right: 1.2rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pr-30 {
  padding-right: 3rem;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.sec-title-wrap {
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .sec-title-wrap {
    gap: 1.1rem;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, br,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

mark {
  background-color: var(--primary-bg);
  color: var(--body-color);
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 0.1rem;
  border: 0;
  border-top: 1px solid var(--border-color);
  margin: 1rem 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 58.5%;
}
@media (min-width: 567px) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 767px) {
  html {
    font-size: 61.5%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 62%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: var(--font-weight-body);
}

.locked {
  overflow: hidden;
}

.bg-gradient {
  position: relative;
  z-index: 0;
}
.bg-gradient::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(var(--black-rgb), 0.5);
}

.parallax-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.z-index-n1 {
  z-index: -1;
}

.mx-auto {
  margin-inline: auto;
}

.w-fit-content {
  width: fit-content;
}

.mx-width-1096 {
  max-width: 1096px;
}

.mx-width-1032 {
  max-width: 1032px;
}

.mx-width-880 {
  max-width: 881px;
}

.mx-width-734 {
  max-width: 734px;
}

.mx-width-660 {
  max-width: 660px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.start-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.end-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.d-inline-flex {
  display: inline-flex;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.gap-10{
  gap: 10px;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.reset-ul {
  list-style: none;
}

.list-position {
  list-style-position: inside;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden-x {
  overflow-x: hidden;
}

.overflow-hidden-y {
  overflow-y: hidden;
}

.px-15 {
  padding-inline: 1.5rem;
}

.container-fluid {
  max-width: 100%;
}

.container {
  margin-inline: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

.w-fit {
  width: fit-content;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.border {
  border: var(--border-width) var(--border-style) var(--border-color);
}

.border-top {
  border-top: var(--border-width) var(--border-style) var(--border-color);
}

.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color);
}

.border-left {
  border-left: var(--border-width) var(--border-style) var(--border-color);
}

.border-right {
  border-right: var(--border-width) var(--border-style) var(--border-color);
}

.currentColor {
  color: currentColor;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  text-transform: unset;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: normal;
}

.link-text {
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.link-text:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-headings);
  line-height: var(--line-height-headings);
}

.h1, .fs-1,
h1 {
  font-size: 3.6rem;
}
@media (min-width: 567px) {
  .h1, .fs-1,
  h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 767px) {
  .h1, .fs-1,
  h1 {
    font-size: 5.8rem;
  }
}
@media (min-width: 992px) {
  .h1, .fs-1,
  h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .h1, .fs-1,
  h1 {
    font-size: 6.4rem;
  }
}

.h2, .fs-2,
h2 {
  font-size: 2.2rem;
}
@media (min-width: 567px) {
  .h2, .fs-2,
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 767px) {
  .h2, .fs-2,
  h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .h2, .fs-2,
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .h2, .fs-2,
  h2 {
    font-size: 3.2rem;
  }
}

.h3, .fs-3,
h3 {
  font-size: 2rem;
}
@media (min-width: 567px) {
  .h3, .fs-3,
  h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 767px) {
  .h3, .fs-3,
  h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .h3, .fs-3,
  h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .h3, .fs-3,
  h3 {
    font-size: 2.4rem;
  }
}

.h4, .fs-4,
h4 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .h4, .fs-4,
  h4 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .h4, .fs-4,
  h4 {
    font-size: 1.8rem;
  }
}

.h5, .fs-5,
h5 {
  font-size: 1.8rem;
}

.h6, .fs-6,
h6 {
  font-size: 1.6rem;
}

::placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
  opacity: 1;
}

::-webkit-input-placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
}

::-moz-placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
}

:-moz-placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
  opacity: 1;
}

.jnl-form-control {
  color: var(--body-color);
  font-size: var(--font-size-body);
  background-color: var(--body-bg);
  border: 0.1rem solid transparent;
  outline: none;
  padding: 0.8rem 1.5rem;
  width: 100%;
  border-radius: 1rem;
}
.jnl-form-control:focus-visible, .jnl-form-control:is(:focus, :focus-visible, :active) {
  border-color: var(--primary-color);
  outline-color: none;
}

.subs-form-control {
  padding: 2rem 2rem;
  padding-right: 10.6rem;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  .subs-form-control {
    padding: 1.6rem 2rem;
  }
}

.search-popup-overlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
  background-color: rgba(var(--black-rgb), 0.3);
  backdrop-filter: blur(0.3rem);
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 0.5s ease-in-out;
}
.search-popup-overlay.overlay-bg::before {
  opacity: 1;
  visibility: visible;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn {
  --btn-font: 1.6rem;
  --btn-font-family: var(--font-family-body);
  --btn-radius: 1.6rem;
  --bt-padding-x: 2rem;
  --bt-padding-y: 1rem;
  --btn-light: #fff;
  font-size: var(--btn-font);
  font-family: var(--btn-font-family);
  font-weight: 600;
  line-height: 1.42;
  color: var(--btn-light);
  border-radius: var(--btn-radius);
  padding: var(--bt-padding-y) var(--bt-padding-x);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.btn-arrow {
  opacity: 0;
  visibility: hidden;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
  margin-right: -1.25rem;
}
.btn:hover .btn-arrow {
  opacity: 1;
  visibility: visible;
  margin-left: 1rem;
  margin-right: 0;
}

.btn-primary {
  --btn-bg-linear-gradient: linear-gradient(90deg, #DE483C 0.04%, #A73127 100%);
  background: var(--btn-bg-linear-gradient);
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
  --btn-bg-linear-gradient: linear-gradient(-90deg, #DE483C 0.04%, #A73127 100%);
}

@media(max-width > 1280px){
  .btn-booking-wrap {
  min-width: 22rem;
}
}

.btn-outline-light {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border: 0.1rem solid var(--light);
}
.btn-outline-light:hover {
  color: var(--primary-color);
  background-color: var(--body-bg);
}

.btn-link {
  --bt-padding-x: 0;
  --bt-padding-y: 0;
}

.btn-outline-dark {
  --btn-font: 1.2rem;
  --btn-light: var(--body-color);
  --bt-padding-x: 0;
  --bt-padding-y: 0;
}

.btn-subs {
  --bt-padding-x: 1rem;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 1;
  border: 0;
  outline: none;
  cursor: pointer;
}

/* Placeholder space when header is sticky */
.header-placeholder {
  height: var(--header-height, 14rem);
}

.header-placeholder.active {
  height: var(--header-height, 14rem);
}

.section-header {
  background-color: var(--body-bg);
  padding-block: 1.8rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.section-header.sticky {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  padding-block: 1rem;
}
.section-header.sticky .section-header-wrap {
  --logo-size: 30rem;
}
@media (max-width: 1200px) {
  .section-header.sticky .section-header-wrap {
    --logo-size: 25rem;
  }
}
@media (max-width: 991px) {
  .section-header.sticky .section-header-wrap {
    --logo-size: 21rem;
  }
}
.section-header.sticky .section-header-actionwrap {
  transform: scale(1, 0);
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -1;
}
.section-header.sticky .section-header-search {
  top: 5.2rem;
}
@media (max-width: 991px) {
  .section-header.sticky .section-header-search {
    top: 4.5rem;
  }
}
@media (max-width: 1200px) {
  .section-header.sticky .menu-sub {
    top: calc(100% + var(--dropdown-height) - 0rem);
  }
}
@media (max-width: 1200px) {
  .section-header.sticky .menu-sub--2 {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .section-header.sticky .megamenu-content {
    top: calc(100% + var(--dropdown-height) - 0.2rem);
  }
}
.section-header-wrap {
  --logo-size: 43rem;
}
@media (max-width: 1200px) {
  .section-header-wrap {
    --logo-size: 32rem;
  }
}
@media (max-width: 991px) {
  .section-header-wrap {
    --logo-size: 25rem;
  }
}
.section-header-logo {
  width: var(--logo-size);
  min-width: var(--logo-size);
  transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out;
}
.section-header-right {
  --search-size: 20px;
  width: calc(100% - (var(--logo-size)) / 1);
  position: relative;
}
.section-header-actionwrap {
  transition: all 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .section-header-actionwrap {
    display: none;
  }
}
.section-header-main-menu {
  width: calc(100% - (var(--search-size)) / 1);
}
@media (max-width: 1279px) {
  .section-header-main-menu {
    display: none;
  }
}
.section-header-searchwrap {
  width: var(--search-size);
  min-width: var(--search-size);
}
.section-header-searchicon {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.section-header-searchicon:hover {
  color: var(--primary-color);
}
.section-header-hamburger {
  display: inline-block;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .section-header-hamburger {
    display: none;
  }
}
.section-header-telwrap {
  padding-right: 2.5rem;
}
.section-header-telicon {
  --telicon-size: 5.4rem;
  width: var(--telicon-size);
  height: var(--telicon-size);
}
.section-header-telicon img {
  width: auto;
}
.section-header-telnum {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  color: var(--body-color);
  text-decoration: none;
  padding-left: 1.2rem;
}
.section-header-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
    height: auto;
    z-index: 992;
    display: none;
}
@media (max-width: 991px) {
  .section-header-search {
    top: 6rem;
  }
}
.section-header-search .jnl-form-control {
  border-radius: 2.5rem;
}

.menu-wrap {
  --menu-item-gx: 3.2rem;
  --dropdown-height: 3.2rem;
  --megamenu-width: 89rem;
  --submenu-width: 24.5rem;
  gap: 0 var(--menu-item-gx);
  padding-right: 3.2rem;
}
@media (max-width: 1900px) {
  .menu-wrap {
    --megamenu-width: 70rem;
  }
}
@media (max-width: 1600px) {
  .menu-wrap {
    --megamenu-width: 50rem;
  }
}
.menu-wrap > li {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: var(--body-color);
}
.menu-wrap > li > a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: var(--body-color);
  transition: all 0.3s ease-in-out;
}
.menu-wrap > li > a:hover {
  color: var(--primary-color);
}
.menu-wrap > li.dropdown {
  position: relative;
}
.menu-wrap > li.dropdown > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--dropdown-height);
  top: 100%;
  left: 0;
}
.menu-wrap > li .dropdown-icon {
  padding-left: 0.6rem;
  display: block;
}
.menu-wrap > li.megamenu {
  position: relative !important;
}
.menu-wrap > li:hover > .megamenu-content {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
}
.menu-wrap > li:hover > .menu-sub {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
}

.menu-sub {
  position: absolute;
  width: 100%;
  min-width: var(--submenu-width);
  height: auto;
  left: 0;
  top: calc(100% + var(--dropdown-height) - 0.6rem);
  z-index: 2;
  background-color: var(--body-bg);
  box-shadow: 0px 2px 4.5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 2rem 1.2rem;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}
@media (max-width: 1200px) {
  .menu-sub {
    top: calc(100% + var(--dropdown-height) - 1.2rem);
  }
}
.menu-sub > li > a {
  padding: 0.5rem 0;
  color: var(--body-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
}
.menu-sub > li > a::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 100%;
  top: 0;
  right: -2rem;
  z-index: 1;
  background-color: transparent;
}
.menu-sub > li > a:hover {
  color: var(--primary-color);
}
.menu-sub > li:hover > .menu-sub--2 {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
}
.menu-sub--2 {
  position: absolute;
  width: 100%;
  min-width: var(--submenu-width);
  height: auto;
  left: calc(100% + 0.1rem);
  top: 0;
  z-index: 2;
  background-color: var(--body-bg);
  box-shadow: 0px 2px 4.5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 2rem 1.2rem;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}
.menu-sub--2 > li > a::after {
  content: none;
}

.megamenu-content {
  position: absolute;
  /* width: 100%;
  min-width: var(--megamenu-width); */
  max-width: 500px;
  width: 480px;
  height: auto;
  left: 0;
  top: calc(100% + var(--dropdown-height) - 0.6rem);
  z-index: 2;
  background-color: var(--body-bg);
  box-shadow: 0px 2px 4.5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 2.5rem;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}
@media (max-width: 1200px) {
  .megamenu-content {
    top: calc(100% + var(--dropdown-height) - 1.4rem);
  }
}
.megamenu-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.megamenu-content-list::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: rgba(88, 89, 91, 0.15);
}
.megamenu-content-list > li {
  width: 42%;
  padding: 0.5rem 0;
}
.megamenu-content-list > li > a {
  color: var(--body-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.megamenu-content-list > li > a:hover {
  color: var(--primary-color);
}

.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav-wrapper.expanded .mobile-nav-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav-wrapper .menu-wrap {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.mobile-nav-wrapper .menu-wrap li {
  width: 100%;
  color: var(--light);
}
.mobile-nav-wrapper .menu-wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  padding: 1rem 0;
}
.mobile-nav-wrapper .menu-wrap li a::after {
  content: none;
}
.mobile-nav-wrapper .menu-wrap .megamenu,
.mobile-nav-wrapper .menu-wrap .megamenu-content,
.mobile-nav-wrapper .menu-wrap .menu-sub {
  width: 100%;
  position: static !important;
  opacity: 1;
  visibility: visible;
  min-width: initial;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  transform-origin: initial;
  transform: initial;
}
.mobile-nav-wrapper .menu-wrap .menu-sub--2 .dropdown-icon,
.mobile-nav-wrapper .menu-wrap .menu-sub .dropdown-icon {
  display: none;
}
.mobile-nav-wrapper .menu-wrap .megamenu-content,
.mobile-nav-wrapper .menu-wrap .menu-sub {
  padding-left: 1rem;
  display: none;
}
.mobile-nav-wrapper .menu-wrap .menu-sub--2 {
  padding-left: 0;
  display: block;
}
.mobile-nav-wrapper .menu-wrap .menu-sub--2 li + li {
  margin-top: 0;
}
.mobile-nav-wrapper .menu-wrap .megamenu-content li {
  padding: 0;
}
.mobile-nav-wrapper .menu-wrap .megamenu-content li a {
  padding: 1rem 0;
}
.mobile-nav-wrapper .menu-wrap .megamenu-content li + li {
  margin-top: 0;
}
.mobile-nav-wrapper .menu-wrap .dropdown-icon {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: var(--body-color);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.mobile-nav-wrapper .menu-wrap .dropdown-icon.expanded {
  transform: scaleY(-1);
}
.mobile-nav-wrapper .section-header-actionwrap {
  display: block;
}
.mobile-nav-wrapper .section-header-telwrap {
  padding: 0;
}
.mobile-nav-wrapper .section-header-telnum {
  color: var(--light);
}
.mobile-nav-wrapper .section-header-telicon img {
  filter: brightness(50);
}
.mobile-nav-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 2rem;
}
.mobile-nav-logo {
  margin-bottom: 2rem;
}
.mobile-nav-logo img {
  width: 26rem;
}
.mobile-nav-container {
  margin-bottom: 2rem;
}
.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--black-rgb), 0.5);
  opacity: 0.3;
}
.mobile-nav-content {
  width: 34rem;
  background-color: rgba(var(--black-rgb), 1);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-block: 1.5rem;
  padding-inline: 1.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.section-hero {
  overflow: hidden;
}
.section-hero-wrap {
  --padding-y: 17.55rem;
}
@media (max-width: 1200px) {
  .section-hero-wrap {
    --padding-y: 13rem;
  }
}
@media (max-width: 991px) {
  .section-hero-wrap {
    --padding-y: 11rem;
  }
}
@media (max-width: 768px) {
  .section-hero-wrap {
    --padding-y: 8rem;
  }
}
.section-hero-wrap .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.section-hero-contentwrap {
  padding-block: var(--padding-y);
  padding-inline: 1.5rem;
}
.section-hero-content-tagline {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--light);
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(-20rem);
}
@media (max-width: 991px) {
  .section-hero-content-tagline {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .section-hero-content-tagline {
    font-size: 2.2rem;
  }
}
.section-hero-content-title {
  color: var(--light);
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(-20rem);
}
.section-hero-content-text {
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(20rem);
  color: var(--light);
}
.section-hero-content-twobtn {
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: translateY(20rem);
  gap: 3rem;
}
@media (max-width: 991px) {
  .section-hero-content-twobtn {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.section-hero-social-wrap {
  margin-bottom: -5rem;
}
@media (max-width: 1200px) {
  .section-hero-social-wrap {
    margin-bottom: -2rem;
  }
}
@media (max-width: 991px) {
  .section-hero-social-wrap {
    margin-bottom: -1rem;
  }
}
@media (max-width: 768px) {
  .section-hero-social-wrap {
    margin-bottom: 0;
  }
}
.section-hero-social-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
.section-hero-social-list li {
  color: var(--light);
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.section-hero-social-list li a {
  text-decoration: none;
  color: inherit;
}
.section-hero-social-list li:hover {
  color: var(--primary-color);
}
.section-hero .swiper-slide-active .section-hero-content-tagline {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 900ms;
}
.section-hero .swiper-slide-active .section-hero-content-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 700ms;
}
.section-hero .swiper-slide-active .section-hero-content-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 700ms;
}
.section-hero .swiper-slide-active .section-hero-content-twobtn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 900ms;
}
.section-hero .swiper-slide-active .section-hero-social-wrap {
  opacity: 1;
  transform: translatex(0);
  transition-delay: 800ms;
}

.section-inner-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.section-inner-hero-wrap {
  padding-block: 20.2rem;
}
@media (max-width: 1200px) {
  .section-inner-hero-wrap {
    padding-block: 16rem;
  }
}
@media (max-width: 991px) {
  .section-inner-hero-wrap {
    padding-block: 12rem;
  }
}
.section-inner-hero-title {
  color: var(--light);
}
.section-inner-hero-subtitle {
  color: var(--light);
}
.section-inner-hero-text {
  color: var(--light);
}
.section-inner-hero .inner-hero-style2 {
  padding-block: 12.8rem;
  padding-bottom: 8.4rem;
}

@media (max-width: 991px) {
  .separation-divorce-top-content {
    margin-bottom: 3rem;
  }
}
.separation-divorce-row {
  --gap: 2rem;
  gap: var(--gap);
}
@media (max-width: 1200px) {
  .separation-divorce-row {
    --gap: 1.5rem;
  }
}
.separation-divorce-left {
  flex: 0 0 calc(55.7% - var(--gap));
}
@media (max-width: 1200px) {
  .separation-divorce-left {
    flex: 0 0 calc(56% - var(--gap));
  }
}
@media (max-width: 768px) {
  .separation-divorce-left {
    flex: 0 0 calc(100% - var(--gap));
  }
}
.separation-divorce-tab-wrap {
  --tab-gap: 1.3rem;
  gap: var(--tab-gap);
}
.separation-divorce-tab-button {
  --button-crl-sqr: 12.6rem;
  width: calc((100% - var(--tab-gap) * 3) / 4);
  background-color: var(--primary-bg);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.4s ease-in-out;
  max-height: 12.6rem;
  min-height: 12.6rem;
}
@media (max-width: 991px) {
  .separation-divorce-tab-button {
    width: calc((100% - var(--tab-gap) * 2) / 3);
  }
}
@media (max-width: 768px) {
  .separation-divorce-tab-button {
    --button-crl-sqr: 15.6rem;
  }
}
@media (max-width: 576px) {
  .separation-divorce-tab-button {
    width: calc((100% - var(--tab-gap) * 1) / 2);
  }
}
.separation-divorce-tab-button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(90deg, #DE483C 0.04%, #A73127 100%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.separation-divorce-tab-button.active::before, .separation-divorce-tab-button:hover::before {
  width: calc(var(--button-crl-sqr) * 2);
  height: calc(var(--button-crl-sqr) * 2);
  top: calc(-1 * var(--button-crl-sqr) / 14);
  left: calc(-1 * var(--button-crl-sqr) / 3.3);
  opacity: 1;
}
.separation-divorce-tab-button.active .separation-divorce-tab-icon, .separation-divorce-tab-button:hover .separation-divorce-tab-icon {
  filter: brightness(20);
}
.separation-divorce-tab-button.active .separation-divorce-tab-label, .separation-divorce-tab-button:hover .separation-divorce-tab-label {
  color: var(--light);
}
.separation-divorce-tab-inner {
  position: relative;
  z-index: 1;
  padding: 1.6rem 1rem;
}
.separation-divorce-tab-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease-in-out;
}
.separation-divorce-tab-label {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.separation-divorce-content-wrap {
  background-color: var(--gray);
  border-radius: var(--border-radius-sm);
  padding: 2rem;
}
.separation-divorce-contents {
  display: none;
}
.separation-divorce-contents.active {
  display: block;
}
.separation-divorce-content-list {
  padding-left: 1rem;
}
.separation-divorce-content-list li {
  font-weight: 500;
}
.separation-divorce-content-list li::marker {
  margin-right: 0;
}
.separation-divorce-content-list li + li {
  margin-top: 0.6rem;
}
.separation-divorce-right {
  flex: 0 0 calc(41.3% - var(--gap));
}
@media (max-width: 1200px) {
  .separation-divorce-right {
    flex: 0 0 calc(44% - var(--gap));
  }
}
@media (max-width: 768px) {
  .separation-divorce-right {
    flex: 0 0 calc(100% - var(--gap));
  }
}
.separation-divorce-img-wrap {
  --gap-x: 1.3rem;
  --gap-y: 2.8rem;
  gap: var(--gap-y) var(--gap-x);
  display: none;
  position: relative;
}
.separation-divorce-img-wrap.active {
  display: flex;
}
@media (max-width: 991px) {
  .separation-divorce-img-wrap {
    --gap-y: 1.3rem;
  }
}
.separation-divorce-img-box {
  width: calc((100% - var(--gap-x)) / 2);
  overflow: hidden;
  border-radius: var(--border-radius-sm);
  position: relative;
}
.separation-divorce-img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.separation-divorce-img-box:hover::before {
  opacity: 1;
}
.separation-divorce-img-box:hover .separation-divorce-img-content {
  transform: translateY(-50%);
  opacity: 1;
}
.separation-divorce-img {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}
.separation-divorce-img img {
  width: 100%;
  border-radius: var(--border-radius-sm);
}
.separation-divorce-img-content {
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(85%);
  opacity: 0;
  padding: 2rem;
  transition: all 0.5s ease-in-out;
}
.separation-divorce-img-text {
  color: var(--light);
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.separation-divorce-jnlanimation {
  --jnl-size: 16.1rem;
  width: var(--jnl-size);
  height: var(--jnl-size);
  border-radius: 50%;
  background-color: var(--body-bg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .separation-divorce-jnlanimation {
    --jnl-size: 11rem;
  }
}
.separation-divorce-jnlanimation img {
  width: calc(var(--jnl-size) - 6rem);
  height: calc(var(--jnl-size) - 6rem);
  animation: jnlHorizontalRotate 5.2s linear infinite;
}
@media (max-width: 768px) {
  .separation-divorce-jnlanimation img {
    width: calc(var(--jnl-size) - 3rem);
    height: calc(var(--jnl-size) - 3rem);
  }
}
@keyframes jnlHorizontalRotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.about-row {
  --gap: 2rem;
  gap: var(--gap);
}
.about-video-wrap {
  width: calc(45.8% - var(--gap));
}
@media (max-width: 1200px) {
  .about-video-wrap {
    width: calc(48% - var(--gap));
  }
}
@media (max-width: 991px) {
  .about-video-wrap {
    width: 100%;
  }
}
.about-video-img {
  overflow: hidden;
  border-radius: var(--border-radius-md);
}
.about-video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-md);
}
@media (max-width: 480px) {
  .about-video-img img {
    min-height: 27.5rem;
    max-height: 27.5rem;
  }
}
.about-video-btn-wrap {
  --play-btn-size: 4.65rem;
  position: absolute;
  width: var(--play-btn-size);
  height: var(--play-btn-size);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  animation: btnPluse 2s linear infinite;
  border-radius: 50%;
  overflow: hidden;
}
.about-video-play {
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-video-icon {
  animation: btnArrow 0.8s infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@keyframes btnPluse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.3);
  }
  70% {
    box-shadow: 0 0 0 5rem rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}
@keyframes btnArrow {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.about-content-wrap {
  width: calc(50.4% - var(--gap));
}
@media (max-width: 1200px) {
  .about-content-wrap {
    width: calc(51% - var(--gap));
  }
}
@media (max-width: 991px) {
  .about-content-wrap {
    width: 100%;
  }
}
.about-content-bg {
  background-color: var(--gray);
  padding: 2rem;
  border-radius: var(--border-radius-sm);
}
@media (max-width: 991px) {
  .about-content-title {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 991px) {
  .about-content-text {
    margin-bottom: 1.4rem;
  }
}
.about-content-text:last-of-type {
  margin-bottom: 0;
}

.cta-area {
  padding-block: 5rem;
}
.cta-area .section-header-telwrap {
  padding-right: 0;
}
.cta-bg {
  background-color: rgba(var(--gray-rgb), 0.7);
  border-radius: var(--border-radius-md);
  background-image: url("../images/icons//cta-bg1-1.png");
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  padding: 6.5rem 4.5rem;
}
@media (max-width: 1200px) {
  .cta-bg {
    padding: 4rem 2rem;
  }
}
.cta-inner {
  gap: 6rem;
}
@media (max-width: 1200px) {
  .cta-inner {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .cta-inner {
    flex-wrap: wrap;
  }
}
.cta-btn-wrap {
  transition: all 0.3s ease-in-out;
  min-width: fit-content;
}

@media (max-width: 991px) {
  .testimonial-slider-wrap {
    margin-top: 3rem;
  }
}
.testimonial-slider-item {
  background-color: rgba(var(--primary-bg-rgb), 0.5);
  border-radius: var(--border-radius-md);
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .testimonial-slider-item {
    padding: 2rem 1.5rem;
  }
}
.testimonial-slider-item-text {
  padding-bottom: 1.5rem;
}
.testimonial-slider-author-area {
  padding-top: 6rem;
}
@media (max-width: 991px) {
  .testimonial-slider-author-area {
    padding-top: 2rem;
  }
}
@media (max-width: 576px) {
  .testimonial-slider-author-area {
    padding-top: 0.8rem;
  }
}
@media (max-width: 480px) {
  .testimonial-slider-author-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.testimonial-slider-author-bx {
  --author-img-size: 4.7rem;
}
.testimonial-slider-author-img {
  width: var(--author-img-size);
  height: var(--author-img-size);
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-slider-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-slider-author-namewrap {
  width: fit-content;
  padding-left: 1.4rem;
}
@media (max-width: 991px) {
  .testimonial-slider-author-namewrap {
    padding-left: 0.8rem;
  }
}
.testimonial-slider-rating-img {
  --rating-img-size: 3.8rem;
  width: var(--rating-img-size);
  height: var(--rating-img-size);
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.6rem;
}
@media (max-width: 991px) {
  .testimonial-slider-rating-img {
    margin-right: 0.3rem;
  }
}
.testimonial-slider-rating {
  width: fit-content;
}
.testimonial-slider-author-name {
  line-height: 1;
}
.testimonial-slider-author-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--secondary-color);
}
.testimonial-slider .swiper-slide {
  height: auto;
}

.review-icons-regular .star-icon {
  color: #F6BA04;
}
.review-icons-regular .star-icon svg {
  max-width: max-content;
}

.review-icons-solid .star-icon {
  color: #F6BA04;
}
.review-icons-solid .star-icon svg {
  max-width: max-content;
}

.resolute-wrap {
  --gap: 1.6rem;
  gap: var(--gap);
}
@media (max-width: 991px) {
  .resolute-wrap {
    margin-top: 3rem;
  }
}
.resolute-item {
  width: calc((100% - var(--gap) * 3) / 4);
  background-color: var(--primary-bg);
  border-radius: var(--border-radius-sm);
  padding: 2rem;
  backdrop-filter: blur(1rem);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .resolute-item {
    width: calc((100% - var(--gap) * 1) / 2);
  }
}
@media (max-width: 991px) {
  .resolute-item {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .resolute-item {
    width: calc((100% - var(--gap) * 0) / 1);
  }
}
.resolute-item-inner {
  position: relative;
  z-index: 2;
}
.resolute-item-shape {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/jnl-shape1-1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  transform: scale(0.8, 0.8) translate(10rem, 10rem);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.resolute-item:hover {
  box-shadow: var(--shadow);
}
.resolute-item:hover .resolute-item-shape {
  transform: scale(1, 1) translate(0.1rem, 0.1rem);
  opacity: 1;
}
.resolute-item:hover .resolute-icon {
  transform: scale(1.2, 1.2);
}
.resolute-icon {
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .resolute-icon {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .resolute-title {
    margin-bottom: 0.6em;
  }
}

.blogs-wrap {
  --gap-x: 2.4rem;
  gap: var(--gap-x);
}
@media (max-width: 991px) {
  .blogs-wrap {
    margin-top: 3rem;
  }
}
.blogs-card {
  background-color: var(--primary-bg);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  width: calc((100% - var(--gap-x) * 3) / 4);
  position: relative;
}
@media (max-width: 1200px) {
  .blogs-card {
    width: calc((100% - var(--gap-x) * 2) / 3);
  }
}
@media (max-width: 991px) {
  .blogs-card {
    width: calc((100% - var(--gap-x) * 1) / 2);
  }
}
@media (max-width: 576px) {
  .blogs-card {
    width: calc((100% - var(--gap-x) * 0) / 1);
  }
}
.blogs-card .resolute-item-shape {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
}
.blogs-card:hover .blogs-img img {
  transform: scale(1.2) rotate(-5deg);
}
.blogs-img {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blogs-img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogs-content {
  position: relative;
  z-index: 2;
  padding: 0.9rem 1.3rem 2.4rem 1.3rem;
}
.blogs-author-name {
  font-size: 1.22rem;
  padding-left: 0.4em;
}
.blogs-title {
  margin-bottom: 1.22rem;
}
.blogs-title a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}
.blogs-title a:hover {
  color: var(--primary-color);
}
.blogs-desc {
  font-size: 1.4rem;
}

.blog-list-area .blogs-card {
  width: 100%;
}
.blog-list-wrap {
  --gap-x: 2.4rem;
  gap: var(--gap-x);
  padding-top: 4rem;
}
.blog-list-cardwrap {
  width: calc((75% - var(--gap-x) / 2) / 1);
}
.blog-list-card {
  background-color: var(--primary-bg);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  position: relative;
}
.blog-list-card .resolute-item-shape {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
}
.blog-list-card + .blog-list-card {
  margin-top: 2rem;
}
.blog-list-img {
  overflow: hidden;
}
.blog-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list-content {
  position: relative;
  z-index: 2;
  padding: 3.2rem 2.2rem 2rem 2.2rem;
}
.blog-list-metawrap {
  border-bottom: 0.1rem solid #C3C4C7;
}
.blog-list-author-name {
  padding-left: 1rem;
}
.blog-list-author + .blog-list-author {
  padding-left: 2.4rem;
}
.blog-list-social-list {
  gap: 0 3.4rem;
}
@media (max-width: 991px) {
  .blog-list-social-list {
    gap: 0 2rem;
  }
}
@media (max-width: 576px) {
  .blog-list-social-list {
    justify-content: start;
  }
}
.blog-list-social-list li {
  color: var(--primary-color);
}
.blog-list-social-list li a {
  color: inherit;
  text-decoration: none;
}
.blog-list-title {
  margin-bottom: 1.5rem;
}
.blog-list-title a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}
.blog-list-title a:hover {
  color: var(--primary-color);
}
.blog-list-desc {
  font-size: 1.4rem;
}
.blog-list-sidebar {
  width: calc((25% - var(--gap-x) / 2) / 1);
}
.blog-list-widget + .blog-list-widget {
  margin-top: 3rem;
}
.blog-list-tags {
  gap: 1rem;
}
.blog-list-tag {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background-color: var(--primary-bg);
  text-decoration: none;
  color: var(--body-color);
  padding: 0.82rem 1rem;
  transition: background 0.3s ease-in-out, color 0.2s ease-in-out;
}
.blog-list-tag:hover {
  background: linear-gradient(90deg, #DE483C 0.04%, #A73127 100%);
  color: var(--light);
}

.faq-area {
  background-color: var(--primary-bg);
}
.faq-wrap {
  --gap-x:3rem;
  gap: var(--gap-x);
}
@media (max-width: 991px) {
  .faq-wrap {
    margin-top: 3rem;
  }
}
.faq-img {
  width: calc((40.4% - var(--gap-x) / 2) / 1);
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .faq-img {
    width: 100%;
  }
}
.faq-img img {
  width: 100%;
  border-radius: 2rem;
}
.faq-item-wrap {
  width: calc((59.6% - var(--gap-x) / 2) / 1);
}
@media (max-width: 991px) {
  .faq-item-wrap {
    width: 100%;
  }
}
.faq-item {
  border-bottom: 0.1rem solid rgba(var(--body-color-rgb), 0.2);
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .faq-item {
    padding-bottom: 1rem;
  }
}
.faq-item + .faq-item {
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .faq-item + .faq-item {
    margin-top: 1rem;
  }
}
.faq-title {
  cursor: pointer;
}
.faq-inner {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.faq-list {
  list-style: none;
}
.faq-list li {
  --crl-size: 0.5rem;
  position: relative;
  padding-left: calc(1rem + var(--crl-size));
}
.faq-list li + li {
  margin-top: 0.5rem;
}
.faq-list li::before {
  content: "";
  position: absolute;
  width: var(--crl-size);
  height: var(--crl-size);
  border-radius: 50%;
  background-color: var(--body-color);
  top: 0.84rem;
  left: 0;
}

.partner-logo-area {
  position: relative;
}
.partner-logo-area::before, .partner-logo-area::after {
  content: "";
  position: absolute;
  width: 38%;
  height: 100%;
  top: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  .partner-logo-area::before, .partner-logo-area::after {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .partner-logo-area::before, .partner-logo-area::after {
    width: 18%;
  }
}
.partner-logo-area::before {
  background: linear-gradient(90deg, #FFFFFF 35.81%, rgba(255, 255, 255, 0) 109.48%);
  left: 0;
}
.partner-logo-area::after {
  background: linear-gradient(-90deg, #FFFFFF 35.81%, rgba(255, 255, 255, 0) 109.48%);
  right: 0;
}
.partner-logo-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-logo-img img {
  width: auto;
  object-fit: contain;
}

.story-about-row {
  gap: 2.5rem 0;
}
.story-about-content {
  width: 51.6%;
}
@media (max-width: 991px) {
  .story-about-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .story-about-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .story-about-title {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 991px) {
  .story-about-info {
    margin-bottom: 1.6rem;
  }
}
.story-about-images {
  width: 34.5%;
  --sm-img-size: 19.3rem;
  padding-left: 4.8rem;
  padding-bottom: 3.3rem;
}
@media (max-width: 1200px) {
  .story-about-images {
    --sm-img-size: 18.2rem;
    width: 41%;
  }
}
@media (max-width: 991px) {
  .story-about-images {
    width: 48%;
    padding-left: 3rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .story-about-images {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .story-about-images {
    --sm-img-size: 14.2rem;
  }
}
.story-about-images-big {
  border-radius: 4.4rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 2px 4px 0px rgba(var(--black-rgb), 0.25);
}
@media (max-width: 991px) {
  .story-about-images-big {
    border-radius: 2.5rem;
  }
}
.story-about-images-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4.4rem;
}
@media (max-width: 991px) {
  .story-about-images-big img {
    border-radius: 2.5rem;
  }
}
.story-about-images-small {
  width: var(--sm-img-size);
  border: 1rem solid var(--light);
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .story-about-images-small {
    border-radius: 1.8rem;
  }
}
.story-about-images-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.5rem;
}
@media (max-width: 991px) {
  .story-about-images-small img {
    border-radius: 1.8rem;
  }
}

.our-expertise-area {
  background-color: var(--primary-bg);
}
.our-expertise-wrap {
  --gap: 2rem;
  padding-top: 2.4rem;
  gap: var(--gap);
}
@media (max-width: 1200px) {
  .our-expertise-wrap {
    --gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .our-expertise-wrap {
    padding-top: 2.2rem;
  }
}
.our-expertise-card {
  width: calc((100% - var(--gap) * 3) / 4);
  background-color: var(--body-bg);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-sm);
  padding: 2rem 1rem;
  backdrop-filter: blur(0.6rem);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .our-expertise-card {
    width: calc((100% - var(--gap) * 1) / 2);
  }
}
@media (max-width: 991px) {
  .our-expertise-card {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .our-expertise-card {
    width: calc((100% - var(--gap) * 0) / 1);
  }
}
.our-expertise-card-icon {
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .our-expertise-card-icon {
    margin-bottom: 2rem;
  }
}
.our-expertise-card-shape {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/jnl-shape1-1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  transform: scale(0.8, 0.8) translate(10rem, 10rem);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.our-expertise-card:hover {
  box-shadow: var(--shadow);
}
.our-expertise-card:hover .our-expertise-card-shape {
  transform: scale(1, 1) translate(0.1rem, 0.1rem);
  opacity: 1;
}
.our-expertise-card:hover .our-expertise-card-icon {
  transform: scale(1.2, 1.2);
}

.modern-law-row {
  gap: 2.5rem 0;
}
.modern-law-content {
  width: 49%;
}
@media (max-width: 991px) {
  .modern-law-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .modern-law-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .modern-law-title {
    margin-bottom: 1.6rem;
  }
}
.modern-law-list {
  --list-size: 0.6rem;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .modern-law-list {
    margin-bottom: 1.6rem;
    padding-left: 0.3rem;
  }
}
.modern-law-list li {
  position: relative;
  padding-left: calc(var(--list-size) + 1.1rem);
}
.modern-law-list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: var(--list-size);
  height: var(--list-size);
  border-radius: 50%;
  background-color: var(--black-color2);
}
@media (max-width: 991px) {
  .modern-law-info {
    margin-bottom: 1.6rem;
  }
}
.modern-law-images {
  width: 34.5%;
  --sm-img-size: 19.3rem;
  padding-right: 10.75rem;
}
@media (max-width: 1200px) {
  .modern-law-images {
    --sm-img-size: 18.2rem;
    width: 41%;
    padding-right: 7.75rem;
  }
}
@media (max-width: 991px) {
  .modern-law-images {
    width: 48%;
    padding-right: 6.5rem;
  }
}
@media (max-width: 768px) {
  .modern-law-images {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modern-law-images {
    --sm-img-size: 14.2rem;
    padding-right: 3.75rem;
  }
}
.modern-law-images-big {
  border-radius: 2.3rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 2px 4px 0px rgba(var(--black-rgb), 0.25);
}
@media (max-width: 991px) {
  .modern-law-images-big {
    border-radius: 2.5rem;
  }
}
.modern-law-images-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.3rem;
}
@media (max-width: 991px) {
  .modern-law-images-big img {
    border-radius: 1.8rem;
  }
}
.modern-law-images-small {
  width: var(--sm-img-size);
  border: 1rem solid var(--light);
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modern-law-images-small {
    border-radius: 1.8rem;
  }
}
.modern-law-images-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media (max-width: 991px) {
  .modern-law-images-small img {
    border-radius: 1rem;
  }
}
@keyframes upDownAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(2rem);
  }
}

.why-choose-area .sec-title {
  color: var(--light);
}
.why-choose-wrap {
  --gap: 3.8rem;
  gap: var(--gap);
}
@media (max-width: 1200px) {
  .why-choose-wrap {
    --gap: 3rem;
  }
}
@media (max-width: 991px) {
  .why-choose-wrap {
    --gap: 2.3rem;
    padding-top: 3rem;
  }
}
.why-choose-card {
  --card-icon-size: 12.8rem;
  width: calc((100% - var(--gap) * 4) / 5);
}
@media (max-width: 1200px) {
  .why-choose-card {
    width: calc((100% - var(--gap) * 3) / 4);
  }
}
@media (max-width: 991px) {
  .why-choose-card {
    width: calc((100% - var(--gap) * 2) / 3);
  }
}
@media (max-width: 768px) {
  .why-choose-card {
    --card-icon-size: 10.8rem;
    width: calc((100% - var(--gap) * 1) / 2);
  }
}
.why-choose-card-icon {
  width: var(--card-icon-size);
  height: var(--card-icon-size);
  border-radius: 50%;
  background-color: var(--body-bg);
  margin-inline: auto;
  margin-bottom: 2.8rem;
}
@media (max-width: 991px) {
  .why-choose-card-icon {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .why-choose-card-icon {
    margin-bottom: 1.5rem;
  }
}
.why-choose-card-icon-inner {
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out;
}
.why-choose-card-title {
  color: var(--light);
}
.why-choose-card:hover .why-choose-card-icon-inner {
  transform: scale(1.2, 1.2);
}

.team-area {
  overflow: hidden;
}
.team-area .sec-title {
  color: var(--light);
}
.team-prlx-wrapper {
  position: relative;
  margin-top: 5.6rem;
  background: rgba(39, 39, 39, 0.6);
  padding-block: 10rem;
}
@media (max-width: 1200px) {
  .team-prlx-wrapper {
    padding-top: 4rem;
    padding-block: 8rem;
  }
}
.team-prlx-wrapper::before, .team-prlx-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: rgba(39, 39, 39, 0.6);
}
.team-prlx-wrapper::before {
  right: 100%;
}
.team-prlx-wrapper::after {
  left: 100%;
}
.team-prlx-inner-wrapper {
  overflow: hidden;
}
.team-wrap {
  --author-img-size: 49rem;
  position: relative;
  z-index: 1;
  padding-bottom: 2.8rem;
}
@media (max-width: 1200px) {
  .team-wrap {
    --author-img-size: 42rem;
  }
}
@media (max-width: 991px) {
  .team-wrap {
    gap: 2.9rem 0;
  }
}
@media (max-width: 480px) {
  .team-wrap {
    --author-img-size: 34rem;
  }
}
.team-wrap--2 {
  border-top: 0.1rem solid rgba(var(--light-rgb), 0.5);
  padding-block: 2.8rem;
}
.team-left {
  width: calc(100% - var(--author-img-size) / 1);
  padding-right: 5.2rem;
}
@media (max-width: 1200px) {
  .team-left {
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .team-left {
    width: 100%;
    padding-right: 0;
  }
}
.team-left--right {
  padding-right: 0;
  padding-left: 5.2rem;
}
@media (max-width: 1200px) {
  .team-left--right {
    padding-left: 3rem;
  }
}
@media (max-width: 991px) {
  .team-left--right {
    width: 100%;
    padding-left: 0;
  }
}
.team-left-title {
  color: var(--light);
  margin-bottom: 2.7rem;
}
.team-left-subtitle {
  color: var(--light);
  margin-bottom: 2.4rem;
}
.team-left-text {
  color: var(--light);
  margin-bottom: 2rem;
}
.team-left-text:last-of-type {
  margin-bottom: 0;
}
.team-left-shape-wrap {
  --shape-gap-size: 4.8rem;
  --shape-height: 3.6rem;
  position: relative;
  margin-top: 4.8rem;
  height: var(--shape-height);
}
@media (max-width: 1200px) {
  .team-left-shape-wrap {
    --shape-height: 3rem;
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .team-left-shape-wrap {
    --shape-gap-size: 2.8rem;
  }
}
.team-left-shape {
  position: absolute;
  width: 75.2%;
  height: var(--shape-height);
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px 50px 0 50px;
  background: rgba(217, 217, 217, 0.12);
}
.team-left-shape.shape2 {
  width: calc(75.2% + var(--shape-gap-size) * 1);
}
.team-left-shape.shape3 {
  width: calc(75.2% + var(--shape-gap-size) * 2);
}
.team-left-shape.shape4 {
  width: calc(75.2% + var(--shape-gap-size) * 3);
}
.team-image {
  width: var(--author-img-size);
  height: var(--author-img-size);
  border-radius: 50%;
  border: 1.3rem solid rgba(162, 162, 162, 0.1);
  overflow: hidden;
}
.team-image img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.team-benifit-content {
  padding-bottom: 5.5rem;
}
.team-benifit-content--2 {
  padding-bottom: 0;
}
.team-benifit-wrap {
  --gap-x: 4rem;
  gap: 0 var(--gap-x);
}
.team-benifit-col {
  width: calc((100% - var(--gap-x)) / 2);
  color: var(--light);
}
@media (max-width: 768px) {
  .team-benifit-col {
    width: 100%;
  }
}
.team-benifit-title {
  color: var(--light);
  font-weight: 400;
  margin-bottom: 2.4rem;
}
.team-benifit-text {
  color: var(--light);
  margin-bottom: 2rem;
}
.team-benifit-text:last-of-type {
  margin-bottom: 0;
}
.team-benifit-list {
  padding-left: 0.8rem;
  margin-bottom: 2rem;
}
.team-benifit-list li {
  color: var(--light);
}
.team-benifit-committed {
  padding-top: 3.2rem;
}
.team-benifit-committed-title {
  color: var(--light);
}
.team-benifit-committed-text {
  color: var(--light);
}
.team-benifit-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  padding: 5.8rem 5.8rem;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .team-benifit-cta {
    padding: 3.8rem 2.5rem;
  }
}
.team-benifit-cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(var(--black-rgb), 0.69);
}
.team-benifit-cta-title {
  color: var(--light);
  margin-bottom: 2.8rem;
}
.team-benifit-cta-text {
  color: var(--light);
  margin-bottom: 2.8rem;
}

.footer-main {
  background-color: var(--black-color2);
}

.footer-top-title {
  color: var(--light);
}
.footer-top-logo {
  width: 36.5%;
}
@media (max-width: 768px) {
  .footer-top-logo {
    min-width: 28.6rem;
  }
}
.footer-top-subscribe {
  width: 36%;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .footer-top-subscribe {
    margin-top: 2rem;
    width: 100%;
    max-width: 50rem;
    padding-left: 0;
  }
}

.footer-address {
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .footer-address {
    padding-top: 3.2rem;
  }
}
.footer-address-wrap {
  background-color: rgba(var(--black-rgb), 0.8);
  border-radius: 2rem;
  padding: 4.6rem;
}
@media (max-width: 1200px) {
  .footer-address-wrap {
    padding: 2.8rem;
  }
}
@media (max-width: 991px) {
  .footer-address-wrap {
    gap: 1.5rem 0;
  }
}
@media (max-width: 576px) {
  .footer-address-wrap {
    padding-inline: 1rem;
  }
}
.footer-address-item {
  --address-pin-size: 4.2rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-address-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer-address-item {
    width: 100%;
  }
}
.footer-address-item + .footer-address-item {
  border-left: 0.1rem solid #DADADA;
}
@media (max-width: 991px) {
  .footer-address-item + .footer-address-item {
    border-left: 0;
  }
}
.footer-address-item-inner {
  padding-inline: 5.5rem;
}
@media (max-width: 1400px) {
  .footer-address-item-inner {
    padding-inline: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .footer-address-item-inner {
    padding-inline: 1.5rem;
  }
}
.footer-address-item:first-child .footer-address-item-inner {
  padding-left: 0;
}
@media (max-width: 991px) {
  .footer-address-item:first-child .footer-address-item-inner {
    padding-left: 1.5rem;
  }
}
.footer-address-item:last-child .footer-address-item-inner {
  padding-right: 0;
}
@media (max-width: 991px) {
  .footer-address-item:last-child .footer-address-item-inner {
    padding-right: 1.5rem;
  }
}
.footer-address-icon {
  width: var(--address-pin-size);
  height: var(--address-pin-size);
  border-radius: 50%;
  background-color: var(--body-bg);
}
.footer-address-textwrap {
  width: calc(100% - var(--address-pin-size) / 1);
  padding-left: 1.3rem;
}
.footer-address-title {
  color: var(--light);
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
.footer-address-text {
  color: var(--light);
}

.footer-widget-links {
  padding-block: 5rem;
}
@media (max-width: 991px) {
  .footer-widget-links {
    padding-block: 3.2rem;
  }
}
.footer-widget-links-wrap {
  gap: 2rem 0;
}
.footer-widget-links-item {
  width: 25%;
}
.footer-widget-links-item.widget-item1 {
  width: 32.8%;
}
@media (max-width: 1400px) {
  .footer-widget-links-item.widget-item1 {
    width: 50%;
  }
}
.footer-widget-links-item.widget-item2 {
  width: 33.42%;
}
@media (max-width: 1400px) {
  .footer-widget-links-item.widget-item2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .footer-widget-links-item.widget-item2 {
    width: 100%;
  }
}
.footer-widget-links-item.widget-item3 {
  width: 14.85%;
}
@media (max-width: 1400px) {
  .footer-widget-links-item.widget-item3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .footer-widget-links-item.widget-item3 {
    width: 100%;
  }
}
.footer-widget-links-item.widget-item4 {
  width: 18.8%;
}
@media (max-width: 1400px) {
  .footer-widget-links-item.widget-item4 {
    min-width: 25.1rem;
  }
}
@media (max-width: 991px) {
  .footer-widget-links-item.widget-item4 {
    min-width: 24.1rem;
  }
}
.footer-widget-links-title {
  color: var(--light);
  margin-bottom: 0.7rem;
}
.footer-widget-links-list li {
  color: var(--light);
  transition: all 0.3s ease-in-out;
}
.footer-widget-links-list li + li {
  margin-top: 0.8rem;
}
.footer-widget-links-list li a {
  color: inherit;
  text-decoration: none;
}
.footer-widget-links-list li:hover {
  color: var(--primary-color);
}
.footer-widget-links-ctawrap {
  padding: 4rem 2rem 3rem 2rem;
}
.footer-widget-links-cta {
  padding-bottom: 10.2rem;
}
@media (max-width: 991px) {
  .footer-widget-links-cta {
    padding-bottom: 5em;
  }
}
.footer-widget-links-support {
  color: var(--light);
  margin-bottom: 0.3rem;
}
.footer-widget-links-tel-number {
  font-weight: 700;
  color: var(--light);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer-widget-links-tel-number:hover {
  color: var(--primary-color);
}

.widget-item-bg {
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 1.4rem;
}

.footer-bottom {
  border-top: 0.1rem solid rgba(var(--light-rgb), 0.5);
  padding-top: 3.6rem;
}
@media (max-width: 991px) {
  .footer-bottom {
    padding-top: 2.5rem;
  }
}
.footer-bottom-wrap {
  gap: 1rem;
}
@media (max-width: 576px) {
  .footer-bottom-wrap {
    flex-wrap: wrap;
  }
}
.footer-bottom-text {
  color: var(--light);
}
.footer-bottom-tel, .footer-bottom-email {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.footer-bottom-tel:hover, .footer-bottom-email:hover {
  color: var(--primary-color);
}
.footer-bottom-social-list {
  gap: 0 3.4rem;
  min-width: 19.8rem;
}
@media (max-width: 991px) {
  .footer-bottom-social-list {
    gap: 0 2rem;
  }
}
@media (max-width: 576px) {
  .footer-bottom-social-list {
    justify-content: start;
  }
}
.footer-bottom-social-list li {
  color: var(--light);
  transition: all 0.3s ease-in-out;
}
.footer-bottom-social-list li a {
  color: inherit;
  text-decoration: none;
}
.footer-bottom-social-list li:hover {
  color: var(--primary-color);
}

#request-quote {
  transition: transform 0.3s ease-in-out;
}

.animate-form {
  animation: zoomPopping 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes zoomPopping {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
# Redesigned Header Styles
--------------------------------------------------------------*/
/* Override original section-header settings */
.section-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent !important;
  padding: 0 !important;
  border-bottom: none !important;
  transition: all 0.3s ease-in-out;
}

/* Honeycomb Background for Top Bar */
.header-top-bar {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cpath fill='none' stroke='%23f5f5f5' stroke-width='1' d='M0 0 L14 8 L28 0 M28 24.5 L14 32.5 L0 24.5 M0 49 L14 41 L28 49 M14 8 L14 32.5 M0 24.5 L0 0 M28 0 L28 24.5 M14 41 L14 32.5 M0 49 L0 24.5 M28 24.5 L28 49'/%3E%3C/svg%3E");
  padding: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 9rem; /* Set explicit height for transition */
}

.header-top-bar .logo {
  max-height: 6rem;
  width: auto;
}

.header-locations-wrap {
  display: flex;
  gap: 0 4rem;
}

.location-box {
  gap: 0 1.2rem;
}

.location-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-text {
  display: flex;
  flex-direction: column;
}

.location-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #DE473C;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.location-address {
  font-size: 1.15rem;
  font-weight: 600;
  color: #777777;
  line-height: 1.3;
}

.header-phone-box {
  gap: 0 1.2rem;
}

.phone-text {
  display: flex;
  flex-direction: column;
}

.phone-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #272727;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.phone-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: #DE473C;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-number:hover {
  color: #a73127;
}

/* Nav Bar styles */
.header-nav-bar {
  background-color: #141414;
  height: 5.4rem;
  display: flex;
  align-items: center;
  overflow: visible;
  padding-inline: 1.5rem;
  /* border-top: 1px solid #222222; */
}

.header-nav-bar .container {
  height: 100%;
}

.header-nav-bar .section-header-main-menu {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-nav-bar .menu-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 2.5rem;
  padding: 0;
}

.header-nav-bar .menu-wrap > li {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.header-nav-bar .menu-wrap > li > a {
  color: #ffffff !important;
  transition: color 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline: 0.5rem;
  text-decoration: none;
}

.header-nav-bar .menu-wrap > li > a:hover {
  color: #DE473C !important;
}

.header-nav-bar .dropdown-icon {
  margin-left: 0.6rem;
  color: #ffffff;
}

.header-nav-bar .menu-wrap > li:hover > a .dropdown-icon {
  color: #DE473C;
}

/* Submenu Position Adjustments relative to 5.4rem navbar */
.header-nav-bar .menu-sub {
  top: 100% !important;
  background-color: #141414;
  border-top: 3px solid #DE473C;
}

.header-nav-bar .menu-sub li a {
  color: #ffffff !important;
}

.header-nav-bar .menu-sub li a:hover {
  color: #DE473C !important;
}

.header-nav-bar .menu-sub--2 {
  background-color: #141414;
}

.header-nav-bar .megamenu-content {
  top: 100% !important;
  background-color: #141414;
  border-top: 3px solid #DE473C;
}

.header-nav-bar .megamenu-content-list li a {
  color: #ffffff !important;
}

.header-nav-bar .megamenu-content-list li a:hover {
  color: #DE473C !important;
}

.header-nav-bar .megamenu-content-list::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Right side elements */
.header-nav-right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 2.5rem;
}

.header-nav-bar .section-header-searchicon {
  color: #ffffff;
}

.header-nav-bar .section-header-searchicon:hover {
  color: #DE473C;
}

.header-nav-bar .mobile-nav-toggler {
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}

.header-nav-bar .mobile-nav-toggler:hover {
  color: #DE473C;
}

.mobile-header-bottom{
  padding-inline: 1.5rem;
}

/* Booking Button with Shadow Extension */
.btn-booking-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.book-appointment-btn {
  background-color: #DE473C;
  color: #ffffff !important;
  font-size: 1.45rem;
  font-weight: 800;
  text-transform: uppercase;
  height: 5.4rem;
  padding-inline: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* Visual extension to right screen edge */
  box-shadow: 100vw 0 0 #DE473C;
  z-index: 1;
}

.book-appointment-btn:hover {
  background-color: #a73127;
  box-shadow: 100vw 0 0 #a73127;
}

.book-appointment-btn .btn-arrow {
  display: flex;
  align-items: center;
}

.book-appointment-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  height: 100%;
  background-color: #DE473C;
  z-index: -1;
}

/* Sticky Header Behavior */
.section-header.sticky {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.section-header.sticky .header-top-bar {
  height: 0;
  padding-block: 0;
  border-bottom: none;
  opacity: 0;
}

/* Responsive display toggles and adjustments under 1280px */
@media (max-width: 1279px) {
  .header-top-bar {
    display: none !important;
  }
  .header-nav-bar {
    display: none !important;
  }
  
  /* Mobile Header Bottom Style */
  .mobile-header-bottom {
    display: block !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #ebebeb;
    padding-block: 1.2rem;
  }
  .mobile-header-bottom .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100%;
  }
  .mobile-header-bottom .logo {
    max-height: 4.5rem;
    width: auto;
  }
  .mobile-header-right {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem;
  }
  
  .talk-lawyer-btn {
    background-color: #DE473C;
    color: #ffffff !important;
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    height: 4.2rem;
    padding-inline: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    box-shadow: none;
  }
  .talk-lawyer-btn:hover {
    background-color: #a73127;
  }
  
  .mobile-hamburger {
    color: #141414 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.5rem;
  }
  .mobile-hamburger:hover {
    color: #DE473C !important;
  }
}

/* Desktop overrides above 1280px */
@media (min-width: 1280px) {
  .header-top-bar {
    display: block !important;
  }
  .header-nav-bar {
    display: flex !important;
  }
  .mobile-header-bottom {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .talk-lawyer-btn {
    padding-inline: 1.2rem;
    font-size: 1.15rem;
    height: 3.8rem;
  }
}

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