/*--------------------------------------------------------------
>>> 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;
}

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

.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;
}

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

.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;
}

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

.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;
}

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

.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;
  }
}


.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: linear-gradient(90deg, rgba(var(--black-rgb), 0.5) 0%, rgba(var(--black-rgb), 0) 50%);
	border-radius: var(--border-radius-md) !important;
}
.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-1196 {
  max-width: 1196px;
}

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

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

.mx-width-956 {
	max-width: 955px;
}

.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;
}

.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%;
}


.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;
}

.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.5rem;
  --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;
  gap: 0.4rem;
  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;
  transform: translatex(0.5rem);
}

.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%);
	color: var(--light);
}

.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-link:hover { color: var(--light); }

.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;
}

.jnl-container {
  width: 129rem; /*143rem old*/
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* 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.2rem;
  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: 0.4rem;
}
.section-header.sticky .section-header-wrap {
  --logo-size: 7rem;
}
@media (max-width: 1200px) {
/*   .section-header.sticky .section-header-wrap {
    --logo-size: 25rem;
  } */
  .section-header {
    padding-inline: 0;
  }
}
/* @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: 9.5rem;
}
/* @media (max-width: 1200px) {
  .section-header-wrap {
    --logo-size: 32rem;
  }
} */
@media (max-width: 991px) {
  .section-header-wrap {
    --logo-size: 8rem;
  }
}
.section-header-logo {
  width: var(--logo-size);
  transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out;
  max-width: 100%;
}
.section-header-logo a { display: flex; }
.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-logo {
    width: 189px;
  } */
}
.section-header-main-menu {
  width: calc(100% - (var(--search-size)) / 1);
}
@media (max-width: 991px) {
  .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;
	white-space: nowrap;
}
.section-header-search {
  position: absolute;
  top: 11rem;
  right: 0;
  width: fit-content;
  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: 2.2rem;
  --dropdown-height: 3.2rem;
  --megamenu-width: 90.5rem;
  --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: flex;
}
.menu-wrap > li.megamenu {
  position: static !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) - 1.5rem);
	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: static;
	position: absolute;
	width: 100%;
	max-width: var(--megamenu-width);
	height: auto;
/* 	left: calc(1 * var(--megamenu-width) / 4); */
	right: 0;
	top: calc(100% + var(--dropdown-height) - 1.5rem);
	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: 1900px) {
  .megamenu-content {
    width: 70%;
    left: calc(1 * var(--megamenu-width) / 2);
  }
}
@media (max-width: 1600px) {
  .megamenu-content {
    width: 50%;
    left: 30%;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .megamenu-content {
    top: calc(100% + var(--dropdown-height) - 1.4rem);
    left: 20%;
  }
} */
.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);
	line-height: 1.25;
}
.mobile-nav-wrapper .menu-wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  padding: 1rem 0;
}
.mobile-nav-wrapper .megamenu-content-list::after,
.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;
}
.mobile-nav-content .book-trigger {
	justify-content: center;
}

.page-wrapper {
	padding-top: 9.6rem;
}
.about-area, .section-header, .section-hero, .cta-area, .testimonial-area, .resolute-area, .blogs-area, .faq-area, .partner-logo-area, .footer-main {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.6rem;
	line-height: normal;
}
.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;
  }
  .page-wrapper {
    padding-top: 60px;
  }
	.blogs-area,
	.partner-logo-area,
	.resolute-area {
		padding-inline: 0;
	}
}
@media (max-width: 768px) {
  .section-hero-wrap {
    --padding-y: 8rem;
  }
  .book-trigger { justify-content: center; }
}
.section-hero-wrap .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: auto;
	overflow: hidden;
}
.section-hero-contentwrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-inline: 1.5rem;
	height: 68.4rem;
	overflow: hidden;
}
.section-hero-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-c-sub-title {
	font-size: 2.4rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
}
.section-hero-content-title.fw-bold {
	font-size: 6.4rem;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
}
.hero-c-sub-title-2 {
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	margin-top: 1rem;
}
.hero-slider-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 3rem !important;
	width: 100% !important;
	z-index: 9;
}
.hero-slider-dots span {
	margin: .3rem !important;
	width: .6rem !important;
	height: .6rem !important;
	background: #fff !important;
	transition: all .3s;
}
.hero-slider-dots span.swiper-pagination-bullet-active {
	background-color: #DE483C !important;
	width: .8rem !important;
	height: .8rem !important;
}

@media (max-width: 991px) {
	.section-hero-contentwrap {
		flex-wrap: wrap;
	}
}
@media (max-width: 991px) {
	.section-hero-content {
		width: 85%
	}
}
@media (max-width: 768px) {
	.section-hero-content {
		width: 100%
	}
}
.section-hero-content-tagline {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--light);
  opacity: 0;
  transition: transform 4000ms ease, opacity 4000ms ease;
  transform: translateX(-0.1rem);
}
@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 4000ms ease, opacity 4000ms ease;
  transform: translateX(-0.1rem); */
	margin-top: 0;
}
.section-hero-content-text {
  /* opacity: 0;
  transition: transform 4000ms ease, opacity 4000ms ease;
  transform: translateX(-0.1rem); */
  color: var(--light);
}
.section-hero-content-twobtn {
  /* opacity: 0;
  transition: transform 4000ms ease, opacity 4000ms ease;
  transform: translateX(-0.1rem); */
  gap: 3rem;
}
@media (max-width: 991px) {
  .section-hero-content-twobtn {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.section-hero-social-wrap {
	width: 25%;
  margin-bottom: 0;
	padding-top: 2.5rem;
}

@media (max-width: 991px) {
  .section-hero-social-wrap {
    width: 15%;
	  padding-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .section-hero-social-wrap {
	  margin-top: 3rem;
	  padding-top: 0;
    width: 100%;
  }
}
.section-hero-social-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
@media (max-width: 768px) {
	.section-hero-social-list {
		flex-direction: row;
		gap: 1.5rem;
	}
}
.hero-s-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-s-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.swiper-slide-active .hero-s-image img {
	animation: jzoom 50s ease-in-out infinite;
}
@keyframes jzoom {
	0%   {transform: scale(1);}
	50%  {transform: scale(1.3);}
	100% {transform: scale(1);}
}
.section-hero-social-list li {
  color: var(--primary-color);
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  background-color: var(--light);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.section-hero-social-list li a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.section-hero-social-list li:hover a {
  transform: scale(1.12);
}
/* .section-hero .swiper-slide-active .section-hero-content-tagline {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 500ms;
}
.section-hero .swiper-slide-active .section-hero-content-title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 500ms;
}
.section-hero .swiper-slide-active .section-hero-content-text {
  opacity: 1;
  transform: translateX(0);
  transition-delay:500ms;
}
.section-hero .swiper-slide-active .section-hero-content-twobtn {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 500ms;
}
.section-hero .swiper-slide-active .section-hero-social-wrap {
  opacity: 1;
  transform: translatex(0);
  transition-delay: 500ms;
} */

.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;
}

.separation-divorce {
	font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 991px) {
  .separation-divorce-top-content {
    margin-bottom: 3rem;
  }
}
.separation-divorce-top-content-title {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1150px;
}
.separation-divorce-row {
  --gap: 2rem;
	align-items: flex-start;
  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);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.4s ease-in-out;
  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 {
	margin-top: 1.5rem;
  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-contents-text p:last-of-type { margin-top: 1.5rem; }
.separation-divorce-contents-text ul {
	padding-left: 2rem;
}
.separation-divorce-contents-text ul li {
	list-style: disc;
}
.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: 1.3rem;
  gap: var(--gap-y) var(--gap-x);
  display: none;
  position: relative;
}
.separation-divorce-img-wrap.active {
  display: flex;
}
.separation-divorce-img-box {
  width: calc((100% - var(--gap-x)) / 2);
  overflow: hidden;
  border-radius: var(--border-radius-sm);
  position: relative;
	display: flex;
}
.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;
	width: 100%;
}
.separation-divorce-img img {
  width: 100%;
  border-radius: var(--border-radius-sm) !important;
	height: 100% !important;
}
.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);
	display: flex;
}
.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));
}
.about-row {
	align-items: center;
}
@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: 3.5rem 2rem;
  border-radius: var(--border-radius-sm);
}
.about-content-title {
	margin-top: 0;
}
@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;
}
.about-content-text {
	font-size: 1.6rem;
	line-height: normal;
}
.cta-area {
  padding-block: 5rem;
}
@media (max-width: 991px) {
	.cta-area {
		padding-inline: 0;
	}
}

.cta-area .section-header-telwrap {
  padding-right: 0;
}
.cta-title.fw-normal {
	margin: 0;
	max-width: 100%;
	font-size: 1.8rem;
	line-height: normal;
}
.sec-title-tag {
	font-size: 1.8rem;
	color: var(--body-color);
}
.sec-title {
	margin: 0;
}
.sec-title-text {
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 400;
	color: var(--body-color);
}
.cta-bg {
  background-color: rgba(var(--gray-rgb), 0.7);
  border-radius: var(--border-radius-lg);
  background-image: url("../images/icons//cta-bg1-1.png");
  background-repeat: no-repeat;
  background-position: left top;
	background-size: auto 100%;
  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;
}
.testimonial-slider-wrap .swiper-slide {
	height: auto;
}
@media (max-width: 991px) {
  .testimonial-slider-wrap {
    margin-top: 3rem;
  }
}
.testimonial-slider-author-img {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #6161C9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.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;
	margin-top: 0;
}
.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.2rem;
  gap: var(--gap);
}
@media (max-width: 991px) {
  .resolute-wrap {
    margin-top: 3rem;
  }
}
.resolute-item {
  width: calc((100% - var(--gap) * 3) / 4);
  background-color: var(--gray);
  border-radius: var(--border-radius-md);
  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;
  }
}
.resolute-title {
	font-size: 1.8rem;
	margin-top: 0;
}
@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-img a {
	width: 100%;
	height: 17.2rem;
	display: flex;
}
.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-meta { margin-bottom: 2.1rem; }
@media (max-width: 991px) {
	.blogs-meta { margin-bottom: 1.5rem; }
}
.blogs-author-icon { display: flex; }
.blogs-title {
	margin-top: 0;
	overflow: hidden;
  	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin-bottom: 2.1rem;
}
@media (max-width: 991px) {
	.blogs-title { margin-bottom: 1.5rem; }
}
.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.6rem;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.blog-btn-wrap {
	margin-top: 2.1rem;
}
@media (max-width: 991px) {
	.blog-btn-wrap { margin-top: 1.5rem; }
}
.blogs-card-lastt .blogs-desc {
	-webkit-line-clamp: 2;
}
.blogs-card-lastt .blog-btn-wrap {
	margin-top: 2.2rem;
}
.blogs-card-lastt .blogs-title {
	font-size: 3rem;
}
@media (max-width: 991px) {
	.blogs-card-lastt .blog-btn-wrap {
		margin-top: 2.7rem;
	}
	.blogs-card-lastt .blogs-title {
		font-size: 2.2rem;
	}
}

.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;
	align-items: flex-start;
  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: var(--border-radius-lg);
	display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .faq-img {
    width: 100%;
  }
}
.faq-img img {
  width: 100%;
  border-radius: var(--border-radius-lg);
	object-fit: cover;
}
.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;
}
.faq-item:last-child { border-bottom: 0; }

@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;
	margin: 0;
}
.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);
	background-repeat: repeat;
	background-size: 498px;
}

.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: var(--border-radius-lg);
  padding: 4.6rem;
}
@media (max-width: 1200px) {
  .footer-address-wrap {
    padding: 2.8rem;
  }
}
@media (max-width: 991px) {
  .footer-address-wrap {
    gap: 1.5rem 0;
	 margin: 0 -1.5rem;
  }
}
@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: 3.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.4rem !important;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}
.footer-address-text {
  color: var(--light);
  font-weight: 300;
  font-size: 1.4rem;
}

.footer-widget-links {
  padding-block: 5rem;
}
/* .footer-widget-links-item + .footer-widget-links-item {
	margin-top: 3rem;
} */
@media (max-width: 991px) {
  .footer-widget-links {
    padding-block: 3.2rem;
  }
  .footer-widget-links-item:not(:last-child) {
    margin-top: 0;
  }
}
.footer-widget-links-wrap {
  gap: 2rem 0;
	margin: 0 -1rem;
	justify-content: space-between;
}
.footer-widget-links-item {
  width: 25%;
	padding: 0 1rem;
}
.footer-widget-links-item.widget-item1 {
  width: 28%;
}
.footer-widget-links-item.widget-item2 {
  width: 28%;
}
.footer-widget-links-item.widget-item3 {
  width: 12.85%;
}
.footer-widget-links-item.widget-item4 {
  width: 20%;
}
@media (max-width: 991px) {
	.footer-widget-links-item.widget-item1 {
		width: 48%;
		margin-bottom: 2rem;
	}
	.footer-widget-links-item.widget-item2 {
		width: 48%;
		margin-bottom: 2rem;
	}
	.footer-widget-links-item.widget-item3 {
		width: 48%;
		margin-bottom: 2rem;
	}
	.footer-widget-links-item.widget-item4 {
		width: 33.1rem;
		max-width: 100%;
		min-width: auto;
	 }
}
@media (max-width: 768px) {
	.footer-widget-links-item.widget-item1 {
		width: 100%;
	}
	.footer-widget-links-item.widget-item2 {
		width: 100%;
	}
	.footer-widget-links-item.widget-item3 {
		width: 100%;
	}
	.footer-widget-links-item.widget-item4 {
		min-width: 25.1rem;
	}
	.footer-widget-links-item { padding: 0; }
}
@media (max-width: 480px) {
  .footer-widget-links-item.widget-item3 {
    width: 100%;
  }
	.footer-widget-links-item.widget-item2 {
    width: 100%;
  }
	.footer-widget-links-item.widget-item4 {
		width: 100%;
	}
}

.footer-widget-links-title {
	font-weight: 700;
  color: var(--light);
  margin: 0;
  margin-bottom: 1.5rem;
}
.footer-widget-links-list li {
  color: var(--light);
  transition: all 0.3s ease-in-out;
}
.footer-widget-links-list li + li {
  margin-top: 1rem;
}
.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;
	font-size: 3.2rem;
	letter-spacing: -0.15rem;
}
.footer-widget-links-tel-number:is(:hover, :active, :focus) {
  color: var(--primary-color);
}

.widget-item-bg {
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: var(--border-radius-md);
}

.footer-bottom-2 {
  border-top: 0.1rem solid rgba(var(--light-rgb), 0.5);
  padding-top: 3.6rem;
}
@media (max-width: 991px) {
  .footer-bottom-2 {
    padding-top: 2.5rem;
  }
  .widget-item-bg { border-radius: 2.2rem; }
}
.footer-bottom-wrap {
  gap: 1rem;
}
@media (max-width: 576px) {
  .footer-bottom-wrap {
    flex-wrap: wrap;
  }
}
.footer-bottom-text-2 {
	color: var(--light);
	font-size: 1.4rem;
}
.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);
}
/*# sourceMappingURL=jnl.css.map */


/* Services Grid */
.new-service-grid-area {
	padding-top: 9rem;
	font-family: "Nunito Sans", sans-serif;
}
.new-service-grid-area .container {
	width: 132rem;
}
.new-service-grid-title {
	font-size: 2.4rem;
	line-height: normal;
	color: #272727;
	width: 126.5rem;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.new-service-grid-items {
	margin-top: 4rem;
	display: flex;
	align-items: center;
	gap: 1.6rem;
	flex-wrap: wrap;
}
.new-service-grid-item {
	width: calc(33.333% - 1.1rem);
	height: 47.7rem;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-sg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .4s;
	scale: 1;
}
.new-service-grid-item:hover .new-sg-image {
  scale: 1.2;
}
.new-sg-title {
	position: absolute;
	font-size: 2rem;
	line-height: normal;
	font-weight: 600;
	text-align: center;
	width: 30rem;
	max-width: 100%;
	color: #fff;
	z-index: 5;
	bottom: calc(50% - 1.4rem);
	transition: all .4s;
	scale: 1;
}
.new-service-grid-item::after {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 116.3%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
  transition: all .4s;
}
.new-sg-icon {
	width: 4.3rem;
	height: 4.3rem;
	background: #DE483C;
	position: absolute;
	right: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: -4.5rem;
	transition: all .4s;
}
.new-service-grid-item:hover .new-sg-title {
	bottom: 4.3rem;
	scale: 1.1;
}
.new-service-grid-item:hover::after {
	opacity: 0;
}
.new-service-grid-item:hover .new-sg-icon {
	top: 2rem;
}
.new-sg-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.new-sg-logo {
	width: 13.5rem;
	position: absolute;
	bottom: -2.1rem;
	right: -1.1rem;
	opacity: .25;
}
@media (max-width: 1050px) {
  .new-service-grid-item {
    width: calc(50% - 1.1rem);
    height: 350px;
  }
  .new-service-grid-area {
    padding-top: 62px;
  }
  .new-service-grid-title {
    font-size: 20px;
    text-align: center;
  }
  .new-service-grid-items {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .new-service-grid-item {
    width: 100%;
    height: 280px;
  }
}

.spin-logo-area {
	margin-top: 13rem;
	font-family: "Nunito", sans-serif;
}
.spin-logo-row {
	--gap-x: 2.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: var(--gap-x);
}
.spin-logo-image {
	margin-top: 16rem;
	width: 35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 9rem auto 0 auto;
}
.spin-logo-image img {
	  animation: jnlHorizontalRotate 5.2s linear infinite;
}
.spin-logo-content {
	width: calc(51.6% - 0rem);
	padding-right: 1rem;
}
.spin-logo-title {
	font-size: 3.2rem;
	color: #272727;
	font-weight: 700;
	width: 64.5rem;
	max-width: 100%;
}
.spin-logo-text {
	margin-top: 2.4rem;
}

.spin-image-wrap {
	--gap-x: 2.3rem;
	width: calc(43.5% - 0rem);
	display:flex;
	flex-direction: column;
	gap: var(--gap-x);
}
.spin-image-group {
	--gap-x: 2.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-x);
}
.spin-image-group {
    --gap-x: 2.3rem;
    display: flex;
    gap: var(--gap-x);
}
.spin-image-1 {
    flex: 0 0 calc(42% - (var(--gap-x) / 2));
}

.spin-image-2 {
    flex: 0 0 calc(58% - (var(--gap-x) / 2));
}
.spin-image-single {
	width: 100%;
	position: relative;
}
.spin-image-single:after {
/* 	content: ''; */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url('https://2026.jamesnoblelaw.au/wp-content/uploads/2026/07/round-shape1.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}
.spin-image-1 img,
.spin-image-2 img,
.spin-image-single img {
	width: 100%;
	height: 100% !important;
	border-radius: 1.8rem !important;
}
	
@media (max-width: 991px) {
	.spin-logo-area {
		margin-top: 8rem;
	}
	.spin-logo-content {
		width: 100%;
		padding-right: 0;
	}
	.spin-logo-image {
		margin: 3rem auto 0 auto;
	}
	.spin-image-wrap {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.spin-logo-area {
		margin-top: 7rem;
	}
	.spin-logo-row {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.spin-logo-content { width: 100%;  padding-right: 0; }
	.spin-logo-image {
		width: 16rem;
		justify-content: flex-start;
		margin-bottom: 1.2rem;
	}
}
@media (max-width: 479px) {
	.spin-image-1,
	.spin-image-2 {
		flex: 0 0 calc(50% - (var(--gap-x) / 2));
	}
}