/*!
Theme Name: Merak Legal Child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
div#field_1_7 {
  position: relative;
  z-index: 9;
}
:root {
  --ff-primary: "Poppins", sans-serif;
  --ff-secondary: "Aware";
  --body-clr: #02042c;
  --c-navy-dark: #0a1633;
  --c-gold: #b1975c;
  --c-gold-hover: #c5a857;
  --c-white: #f0f0f0;
  --c-red: #ff0606;
  --radius: 16px;
  --shadow-md: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--ff-primary);
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #b1975c;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
body {
  background-color: var(--body-clr) !important;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-family: var(--ff-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  margin: 0px;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0px;
}

ul li {
  margin: 0px;
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 100px;
}

.not_found_inner {
  max-width: 100%;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 200px;
  color: #fff;
  margin: 30px 0;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #b1975c;
}

.page-header h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #fff;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

.search-results .nav-links {
  display: none;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 750px !important;
  margin: 25px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/

.site-header #primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 0px;
  padding-block: 16px;
}

.site-header #primary-menu li {
  list-style: none;
}

.site-header #primary-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.1em;
  margin: 0px;
  color: #ffffff;
  transition: color 500ms ease !important;
}

.site-header #primary-menu li.current-menu-item a {
  color: #b1975c;
  font-weight: 600;
}

.site-header #primary-menu li a:hover {
  color: #b1975c;
  /*font-weight: 600;*/
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: none;
  height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
  display: block !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background-color: #000;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
}

#mm #primary-menu a:hover {
  background-color: #0b204d;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* HEADER START */

.logo-wrapper img {
  width: 204px;
  height: 40.39px;
}

.header-wrapper {
  padding-block: 16px;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-cta-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}

.button-other-hover.button_wrap > *:hover {
  transform: scale(1);
}

.button-other-hover.button_wrap span {
  transition: all 500ms ease;
}

.button-other-hover.button_wrap:hover span {
  transform: scale(1.1);
}
.header-wrapper .button-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-wrapper .button_wrap > * {
  padding: 0;
}
.En_btn {
  height: 50px;
}
.En_btn .toggle {
  --width: 100px;
  --height: calc(var(--width) / 2);
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  border-radius: 200px;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.En_btn .toggle input {
  display: none;
}

.En_btn .toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  border: 1px solid #ffffff33;
  transition: all 0.4s ease-in-out;
  background: transparent;
}

.En_btn .toggle .slider::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  background-color: #b1975c;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.En_btn .toggle input:checked + .slider {
}

.En_btn .toggle input:checked + .slider::before {
  background-color: #b1975c;
  transform: translateX(calc(var(--width) - var(--height)));
  border-radius: 200px;
  left: 5px;
}

.En_btn .toggle .labels {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: var(--ff-primary);
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
}

.En_btn .toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 20px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.En_btn .toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 17px;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.En_btn .toggle input:checked ~ .labels::before {
  opacity: 1;
}
/*header#masthead {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 1;*/
/*}*/

header#masthead {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #02042c;
}

/* HEADER END */

/* UTILS START */

.button_wrap > * {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  gap: 15px;
  min-width: 170px;
  min-height: 45px;
  background: rgba(61, 97, 156, 0.2);
  border: 1px solid #b1975c;
  backdrop-filter: blur(3.5px);
  border-radius: 50px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff !important;
  transition: all 500ms ease;
  overflow: hidden;
}

.button_wrap > *:hover {
  background: #12165e;
  border: 1.09231px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(199, 167, 94, 0.3);
  transform: scale(1.1);
}

.section-heading {
  position: relative;
  isolation: isolate;
}

.section-heading h2 {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 205.263px;
  line-height: 205.263px;
  text-align: center;
  background: linear-gradient(180deg, rgba(2, 4, 44, 0) -12.67%, #21269a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: -1;
  top: -135px;
  margin: 0;
}

.section-heading h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: var(--ff-secondary);
}

.gold-clr {
  background: radial-gradient(circle, #e6c884 0%, #be9e54 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--ff-secondary);
}

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

.sub-heading h2 {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 45px;
  line-height: 85px;
  text-transform: uppercase;
  color: #ffffff;
}

/* UTILS END */

/* BANNER SECTION START */
section.banner-section {
  position: relative;
  padding-top: 190px;
  padding-bottom: 250px;
  overflow: hidden;
}
section.banner-section .banner-text {
  position: relative;
  z-index: 1;
  text-align: center;
}
/* section.banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/10/hero_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: bottom;
} */
.banner-video-wrapper {
  position: absolute;
  z-index: 0;
  height: 100%;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
}
.banner-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
section.banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 356px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(2, 4, 44, 0) 0%, #02042c 84.91%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.banner-section .banner-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: var(--ff-secondary);
}

.banner-section .banner-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

/* BANNER SECTION END */

/* LEMON LAW SECTION START */

.lemon-law-section .section-heading h3 {
  margin-bottom: 15px;
}

.lemon-law-section .lemon-law-text {
  text-align: center;
}

.lemon-law-section .row {
  overflow: hidden;
  padding-block: 30px;
}

.lemon-law-card {
  padding: 40px 19px;
  min-height: 497px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid #505050;
  transition: 0.5s all ease;
}

.lemon-law-card:hover {
  box-shadow: 0px 4px 30px rgba(199, 167, 94, 0.3);
  /* transform: scaleY(1.041); */
  border-image-source: linear-gradient(180deg, #e1c37e 0%, #18358d 100%);
  border-image-slice: 1;
  min-height: 520px;
  margin-top: -10px;
}

.lemon-law-card .icon_wrap {
  margin-bottom: 20px;
  margin-inline: auto;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lemon-law-card:hover .icon_wrap {
  background: radial-gradient(50% 50% at 50% 50%, #e6c884 0%, #be9e54 100%);
  /* height: 115.28px; */
}

.lemon-law-card .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.lemon-law-card .height_box {
  height: 190px;
}
.lemon-law-card .caption {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.lemon-law-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.lemon-law-card .button_wrap > * {
  background: #12165e66;
  border-color: #12165e66;
}
.lemon-law-card .button_wrap > *:hover {
  box-shadow: none;
  transform: scale(1);
}
.lemon-law-card .button_wrap > * svg {
  visibility: hidden;
  display: none;
}
.lemon-law-card:hover .button_wrap > * svg {
  display: block;
  visibility: visible;
}
.lemon-law-card:hover .button_wrap > * {
  background: #12165e;
  border-color: #b1975c;
}
section.lemon-law-section {
  position: relative;
}
section.lemon-law-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 256px;
  background: linear-gradient(180deg, rgba(2, 4, 44, 0) 0%, #02042c 80%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -1;
}
section.lemon-law-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 256px;
  background: linear-gradient(180deg, rgba(2, 4, 44, 0) 0%, #02042c 60%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
.lemon-law-wrapper {
  position: absolute;
  bottom: 0;
  z-index: -2;
  mix-blend-mode: normal;
  opacity: 0.2;
  left: 0;
}
.lemon-law-wrapper video {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
/* LEMON LAW SECTION END */

/*Marquee Text*/

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
} /*!sc*/
@keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
} /*!sc*/

.marquee-cont {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 80px 0px;
  padding-top: 50px;
}

.marquee-slider {
  min-width: 100%;
  flex-shrink: 0;
  animation-name: slide;
  animation-direction: reverse;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-duration: 25s;
}

.marquee-slider h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 90px;
  line-height: 135px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b1975c;
  color: transparent;
  padding: 0px 40px;
}

.marquee-slider h3::before {
  content: "";
  position: absolute;
  font-weight: 900;
  background: #b1975c;
  font-size: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -10px;
  top: 0;
  bottom: 0px;
  margin: auto;
}
/*Marquee Text End*/

/* ABOUT MERAK SECTION START */

.about-merak-section {
  position: relative;
  margin-bottom: 100px;
}

.about-merak-section::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -107px;
  left: 0px;
  height: 356px;
  background-image: linear-gradient(
    180deg,
    rgba(2, 4, 44, 0) 0%,
    #02042c 84.91%
  );
  background-repeat: no-repeat;
  background-size: contain;
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -1;
}

.about-merak-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 356px;
  background-image: linear-gradient(
    180deg,
    rgba(2, 4, 44, 0) 0%,
    #02042c 84.91%
  );
  background-size: contain;
  background-repeat: no-repeat;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 397px;
  left: 0px;
  z-index: -1;
}

.about-merak-section video {
  position: absolute;
  top: -105px;
  left: 0px;
  z-index: -1;
  mix-blend-mode: normal;
  opacity: 0.2;
  height: 814px;
  width: 100%;
  object-fit: cover;
  z-index: -2;
}

.about-merak-section .sub-heading h2 {
  margin-bottom: 10px;
}

.about-merak-section .about-merak-row {
  align-items: center;
}

.about-merak-section .about-merak-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 45px;
  width: 87%;
  background: linear-gradient(90deg, #ffffff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-merak-section .about-merak-text p:last-child {
  margin: 0;
}
.about-merak-section .about-merak-text p:not(:last-child) {
  margin-bottom: 15px;
}

.about-merak-text .text_wrap {
  width: 100%;
}

.about-merak-count-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 80px;
  column-gap: 28px;
}

.about-merak-count-list li {
  list-style: none;
}

.about-merak-count-list li h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
  color: #ffffff;
  margin-bottom: 15px;
}
.about-merak-count-list li h4 span {
  font-family: var(--ff-primary);
}
.about-merak-count-list li h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

/* ABOUT MERAK SECTION END */

/* HOME CALC SECTION START */

.home-calc-section {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.home-calc-section .container {
  padding: 0;
}
.home-calc-section .home-calc-text {
  text-align: center;
  margin-bottom: 40px;
}

.home-calc-section .home-calc-text h2 {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 50px;
  line-height: 85px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0px;
}

.home-calc-section .home-calc-text h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 85px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
}

.home-calc-section .home-calc-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 40px;
}

.home-calc-text .button_wrap > * {
  width: 245px;
  height: 65px;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
  cursor: pointer;
}

.home-calc-section .img_wrap img {
  width: 100%;
}

/* HOME CALC SECTION END */

/* EVEN COLUMN SECTION START */

.even-column-section {
  position: relative;
  margin-bottom: 100px;
}

.even-column-section .even-col-text .sub-heading h2 {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.even-sec-row {
  align-items: center;
}

.even-sec-row .icon-list {
  margin: 0px;
}

.even-col-text > div {
  width: 100%;
}

.even-column-section .even-col-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 40px;
}

.icon-list li {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.icon-list li:not(:last-child) {
  margin-bottom: 30px;
}

.icon-list .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #050845;
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(177, 151, 92, 0.6);
  border-radius: 50%;
  flex-shrink: 0;
}

.icon-list-text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 8px;
}

.even-column-section .even-col-text .icon-list-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin: 0px;
}

.even-column-section .right-col {
  position: static !important;
}

.even-column-section .video-wrapper {
  position: absolute;
  height: 700px;
  width: 653px;
  right: 0px;
  top: 0px;
}

.even-column-section .video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px 0px 0px 0px;
}

/* EVEN COLUMN SECTION END */

.testimonial_sec {
  padding: 100px 0px;
  padding-top: 150px;
}
.our-reviews .slick-list {
  width: 85%;
  overflow: visible;
}
.testimonial_sec .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.our-reviews .box {
  background: rgba(255, 255, 255, 0.02);
  border: 2px solid rgba(177, 151, 92, 0.3);
  box-shadow: 0px 4px 40px rgba(177, 151, 92, 0.1);
  border-radius: 12px;
  padding: 40px 24px;
  height: 220px;
}
.our-reviews .box .layers {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.our-reviews .box .layers .title {
  width: 100%;
}
.our-reviews .box .layers .icon img {
  min-width: 88px;
  height: 17px;
}

.our-reviews .box .layers .img {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
}

.our-reviews .box .layers .img img {
  width: 100%;
}

.our-reviews .box .layers .title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #b1975c;
  margin: 0;
}

.our-reviews .box .layers .title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3d619c;
  margin: 0;
}
.our-reviews .box .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.next_step_sec .row {
  padding: 60px 86px;
  background: #12165e;
  border: 1px solid #b1975c;
  box-shadow: 0px 0px 60px rgba(177, 151, 92, 0.4);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  align-items: center;
  position: relative;
}
.next_step_sec .row:before,
.next_step_sec .row:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background: url(/wp-content/uploads/2025/10/left_grids.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.next_step_sec .row:after {
  left: unset;
  right: 0;
  background: url(/wp-content/uploads/2025/10/right_grids.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.next_step_sec {
  margin-bottom: 100px;
}
.next_step_sec .button_wrap {
  text-align: right;
}
.next_step_sec h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: var(--ff-secondary);
  margin-bottom: 10px;
}
.next_step_sec p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.next-step-service-sec p {
  width: 89%;
}

.next_step_sec p:not(:last-child) {
  margin-bottom: 15px;
}
/*Footer*/

.footer-logo .textwidget.custom-html-widget {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin: 40px 0;
  width: 75%;
}
.foot_social ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot_social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid #0b2538;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.foot_social ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #e6c884 0%, #be9e54 100%);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
}
.foot_social ul li a:hover:before {
  opacity: 1;
}
h2.widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  color: #ffffff;
}
.footer-nav ul {
  margin: 0;
}
.footer-nav a {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}

.footer-nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-content h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 5px;
}

.footer-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  /*word-break: break-word;*/
}
.footer-content .textwidget.custom-html-widget > div:not(:last-child) {
  margin-bottom: 25px;
}
.copyrights .row {
  align-items: center;
  border-top: 1px solid rgba(89, 89, 89, 0.42);
  padding: 7px 0;
}
p.copyright {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
}
p.copyright a {
  color: #b1975c;
  font-weight: 500;
  text-transform: uppercase;
}
.copyrights ul {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 20px;
  justify-content: end;
}

.copyrights ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
.footer-nav a:hover,
.footer-content a:hover,
.copyrights ul li a:hover,
.footer-nav li.current-menu-item a {
  color: #b1975c;
}
p.copyright a:hover {
  color: #fff;
}
.row.footer-row {
  /* padding: 50px 0px; */
  padding-bottom: 50px;
}
.copyrights .container {
  padding: 0;
}
section#mobile_header_id,
.menu-div-wrapper {
  display: none;
}

/*Calculator Css Start*/

.calculator_box_form {
  background: rgba(2, 4, 44, 0.6);
  box-shadow: 0px 4px 50px rgba(177, 151, 92, 0.5);
  border-radius: 12px;
  padding: 60px 40px;
  margin-bottom: 30px;
}

.calculator-container .header h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
}

.calculator-container .lang-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: -1.5rem;
}

.calculator-container .lang-btn {
  background: rgba(255, 255, 255, 0.05);
  color: var(--c-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0.7rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calculator-container .lang-btn.active,
.calculator-container .lang-btn:hover {
  background-color: var(--c-gold);
  color: var(--c-navy-dark);
  border-color: rgba(180, 150, 70, 0.5);
  box-shadow: 0 0 10px rgba(180, 150, 70, 0.5);
}

.calculator-container h2 {
  font-weight: 600;
  color: var(--c-white);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}

.calculator-container .hidden {
  display: none !important;
}

.calculator-container .purchase-type-selector {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.calculator-container .purchase-type-btn {
  flex: 1;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 0.85rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.calculator-container .purchase-type-btn.active {
  background-color: var(--c-gold);
  color: #0a1633;
  box-shadow: 0 0 15px rgba(180, 150, 70, 0.6);
  transform: scale(1.05);
}

.calculator-container .purchase-type-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
}

.calculator-container .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
}

.calculator-container .form-group {
  display: flex;
  flex-direction: column;
}

.calculator-container .form-group.full-width {
  grid-column: 1/-1;
}

.calculator-container #cashForm .form-group {
  width: 100%;
}

.calculator-container form#calculatorForm .custom-dropdown label {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  width: auto;
  margin: 0;
}
.calculator-container input::placeholder {
  opacity: 0.5;
}
.calculator-container input[type="number"],
.calculator-container input[type="text"],
.calculator-container input[type="email"],
.calculator-container input[type="tel"] {
  transition: all 0.3s ease;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}

.calculator-container input[type="number"]::-webkit-inner-spin-button,
.calculator-container input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator-container input[type="number"] {
  -moz-appearance: textfield;
}

.calculator-container .btn {
  all: unset;
  background: #b1975c;
  border: 1.09231px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(199, 167, 94, 0.6);
  border-radius: 54.6154px;
  padding: 13px 42px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 0.3s ease;
}

.calculator-container .btn:hover {
  background: transparent;
}

.calculator-container .error-message {
  color: var(--c-red);
  background-color: rgba(255, 92, 92, 0.1);
  border: 1px solid rgba(255, 92, 92, 0.5);
  padding: 0.75rem;
  border-radius: 12px;
  text-align: center;
  margin-top: 1.5rem;
}

.calculator-container .calc_down_box {
  text-align: center;
  padding: 20px 40px;
  background: #131541;
  border-radius: 8px;
  margin-top: 25px;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.calculator-container .total-compensation-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
}

.calculator-container .total-compensation-value {
  border: 1px solid #b1975c;
  border-radius: 15px;
  background: #141647;
  font-weight: 700;
  font-size: 50px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 20px;
  margin: 10px 0px;
}

.calculator-container .results-breakdown {
  width: 100%;
  margin: 1.5rem auto 0;
  border-collapse: collapse;
  text-align: left;
  /* background: rgba(0, 0, 0, 0.1); */
  border-radius: 12px;
  overflow: hidden;
}

.calculator-container .results-breakdown th {
  padding: 1rem 0;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(180, 150, 70, 0.5);
  text-align: left;
  color: #fff;
}

.calculator-container .results-breakdown td {
  padding: 0.85rem 0rem;
  font-size: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
}

.calculator-container .results-breakdown tr:last-child td {
  border-bottom: none;
}

.calculator-container .results-breakdown td:last-child {
  text-align: right;
  font-weight: 400;
}

.calculator-container .results-breakdown .negative {
  color: var(--c-red);
}

.calculator-container .results-breakdown .total-row td {
  border-top: 1px solid rgba(180, 150, 70, 0.5);
  color: var(--c-gold);
}

.calculator-container .disclaimer-text {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  width: 70%;
  margin: 0;
}

.calculator-container #leadForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.calculator-container .lead-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.calculator-container .lead-buttons .btn {
  flex: 1;
}

.calculator_box_form .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 22, 51, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 1000;
}

.calculator_box_form .modal-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.calculator_box_form .modal-content {
  background: rgba(22, 35, 56, 0.8) !important;
  padding: 3rem;
  border-radius: var(--radius);
  border: 1px solid rgba(180, 150, 70, 0.2);
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease-out;
  box-shadow: var(--shadow-md);
  max-width: 600px;
}

.calculator_box_form .modal-overlay.visible .modal-content {
  transform: scale(1);
}

.calculator_box_form .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.calculator_box_form .modal-close:hover {
  color: #fff;
}

.calculator_box_form .modal-content .checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 2rem;
  stroke-width: 3;
  stroke: var(--c-gold);
  stroke-miterlimit: 10;
  animation: checkmark-anim 0.6s ease-in-out forwards;
}

@keyframes checkmark-anim {
  0% {
    stroke-dashoffset: 80;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.calculator_box_form .modal-content h3 {
  font-size: 30px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #fff;
}

.calculator_box_form .modal-content p {
  font-size: 1rem;
  color: rgba(240, 240, 240, 0.8);
}

.calculator-container .custom-dropdown {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  gap: 20px;
  margin: 30px auto;
}

.calculator-container .custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 25px;
  background: #02042c;
  border: 1px solid #b1975c;
  border-radius: 100px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 380px;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  background: url(/wp-content/uploads/2025/10/down_arrow.png);
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-position: 95% 24px;
}

.calculator-container .custom-dropdown select option {
  background: #02042c;
}

.calculator-container .custom-dropdown select:hover {
  border-color: var(--c-gold);
  box-shadow: 0 0 20px rgba(180, 150, 70, 0.4);
}

.calculator-container .custom-dropdown select:focus {
  outline: none;
  border-color: var(--c-gold);
  box-shadow: 0 0 25px rgba(180, 150, 70, 0.5);
}

form#calculatorForm label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

div#leadCaptureSection {
  background: #12123a;
  border-radius: 20px;
  padding: 40px 20px;
}

div#leadCaptureSection h2 {
  all: unset;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 14px;
}

.calculator-container #leadForm input {
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #ffffff;
}

.calculator-container #leadForm button.btn.btn-gold {
  width: 280px;
  padding: 11.5px 0px;
  max-width: 280px;
  margin: auto;
}

html.checkmodal {
  overflow: hidden;
}

.calculator_box_form .close_cal {
  text-align: center;
  margin-top: 1.5rem;
}

.calculator_box_form .close_cal a {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-decoration-line: underline !important;
  text-transform: capitalize;
  color: #ffffff;
}

.calculator_box_form .close_cal a:hover {
  color: var(--c-gold);
}

/*Calculator Css End*/

section.inner_banner {
  padding: 100px 0px;
  padding-top: 180px;
  text-align: center;
  position: relative;
}
section.inner_banner .content {
  position: relative;
  z-index: 1;
}
section.inner_banner h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 93px;
  text-transform: uppercase;
  color: #ffffff;
}
section.inner_banner .banner-video-wrapper video {
  object-position: top;
}
section.inner_banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 356px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(2, 4, 44, 0) 0%, #02042c 84.91%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.contact_case_section,
.contact_alternate_section {
  margin-bottom: 100px;
}
.contact_case_section .row {
  align-items: center;
}
.contact_case_section .sub-heading h2,
.contact_alternate_section .sub-heading h2 {
  line-height: 60px;
}
.contact_case_section .lef-col p {
  background: linear-gradient(90deg, #ffffff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 45px;
  width: 98%;
}
.contact_case_section .right-col {
  background: #131541;
  border-radius: 30px;
  padding: 40px;
}
.contact_case_section .right-col .head {
  text-align: center;
}
.contact_case_section .right-col .head h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 85px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--ff-primary);
}
.contact_case_section .right-col .head h2 span {
  font-family: var(--ff-primary);
}
.contact_case_section .right-col .head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  background: linear-gradient(90deg, #ffffff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.note_text p {
  font-size: 12px;
  line-height: 24px;
  background: linear-gradient(90deg, #ffffff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  width: 85%;
  margin: auto;
}
.gform_validation_errors,
.gfield_validation_message,
.gfield_description.instruction.validation_message {
  display: none !important;
}
div#gform_wrapper_1 input,
div#gform_wrapper_1 textarea {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 5px !important;
  padding: 16px 17px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 145% !important;
  color: #ffffff !important;
  height: 58px;
  box-shadow: none !important;
}
div#gform_wrapper_1 textarea {
  resize: none;
  height: 102px;
  min-block-size: auto;
  word-break: break-word;
}
div#gform_wrapper_1 .gform_footer {
  justify-content: center;
  margin-bottom: 20px;
}
div#gform_wrapper_1 .gform_footer input {
  all: unset;
  width: 170px;
  height: 45px;
  padding: 0 !important;
  text-align: center;
  background: rgba(61, 97, 156, 0.2) !important;
  border: 1px solid #b1975c !important;
  backdrop-filter: blur(3.5px);
  border-radius: 50px !important;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s all ease;
}
div#gform_wrapper_1 .gform_footer input:hover {
  background: #12165e !important;
  border: 1.09231px solid #b1975c !important;
  box-shadow: 0px 4px 30px rgba(199, 167, 94, 0.3) !important;
  transform: scale(1.1);
}
div#gform_wrapper_1 .gform-loader.gform-loader {
  display: none !important;
}
div#gform_wrapper_1 .gfield_error input {
  border-color: red !important;
}
div#gform_confirmation_message_1 {
  text-align: center;
  border: 1px solid #b1975c;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px 50px;
}
.contact_info_box h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
.contact_info_box a {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 5px 0px;
  display: inline-block;
}
.contact_info_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}
.contact_info_box a:hover {
  color: #b1975c;
}
.contact_info_box:not(:last-child) {
  margin-bottom: 30px;
}
.contact_info_box.info_popup_box a {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-decoration-line: underline !important;
  text-transform: capitalize;
}
.contact_info_box .text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  display: block;
}
.contact_info_box span.red {
  color: #fa1919;
}
.contact_alternate_section .right_col {
  position: static;
}
.contact_alternate_section .right_col .map {
  position: absolute;
  right: 0;
  filter: drop-shadow(0px 8px 100px rgba(177, 151, 92, 0.5));
  border-radius: 12px 0px 0px 0px;
  width: 653px;
  height: 729px;
}
.contact_alternate_section .right_col .map iframe {
  width: 100%;
  height: 100%;
}
.contact_alternate_section .left_col {
  padding: 70px 0 0 0px;
}
.contact_alternate_section .sub-heading h2 {
  margin-bottom: 30px;
}
html.modal-open-custom {
  overflow: hidden;
}
#qrcode .modal-content .modal-header button {
  all: unset;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none !important;
  cursor: pointer;
}
div#qrcode .modal-content {
  padding: 30px 40px !important;
  background: #02042c !important;
  border: 2px solid #b1975c !important;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25) !important;
  border-radius: 30px !important;
}
.modal-content .modal-header button svg path,
.modal-content .modal-header button svg rect {
  transition: 0.5s all ease;
}
.modal-content .modal-header button svg:hover path {
  fill: #fff;
}
.modal-content .modal-header button svg:hover rect {
  fill: #b1975c;
}
div#qrcode .modal-body,
div#qrcode .modal-header {
  padding: 0;
}
div#qrcode .modal-body h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 85px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: var(--ff-secondary);
  text-align: center;
  margin: 0;
}
div#qrcode .modal-body .yoseph_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
div#qrcode .modal-body .yoseph_box .box {
  display: flex;
  align-items: center;
  gap: 10px;
}
div#qrcode .modal-body .yoseph_box .box .img {
  width: 130px;
  min-width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
div#qrcode .modal-body .yoseph_box .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#qrcode .modal-body .yoseph_box .box .text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
}
div#qrcode .modal-body .yoseph_box .box .text h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase;
  color: #b1975c;
  margin: 0;
}
div#gform_fields_1 {
  gap: 20px;
  row-gap: 30px;
}
.qr_img {
  width: 230px;
  min-width: 230px;
  height: 218px;
}

.qr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what_happ_sec {
  margin-bottom: 100px;
  padding-top: 120px;
}
.what_happ_sec .section-heading {
  text-align: center;
}
.what_happ_sec .section-heading h2 {
  width: 130%;
  transform: translate(-11%, 0%);
}

/* step form css start */

.step-form-head h3 {
  text-align: center;
}

/* step form css end */

/*Contact Us page CSS start*/

.what_happ_sec h3 {
  width: 50%;
  margin: auto;
}

.what_happ_sec .box .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px 40px;
  gap: 50px;
  width: 90px;
  height: 90px;
  background: #050845;
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(177, 151, 92, 0.6);
  border-radius: 200px;
  margin: auto;
  margin-bottom: 20px;
}

.what_happ_sec .box .icon img {
  width: 36px;
  height: 36px;
}

.what_happ_sec .box {
  text-align: center;
  padding: 30px 10px 0px 10px;
  border-radius: 12px;
  box-sizing: border-box;
  transition: ease 0.3s;
  border: 1px solid transparent;
  height: 406px;
}

.what_happ_sec .box:hover {
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 50px rgba(133, 114, 80, 0.4);
}

.what_happ_sec .box h4 {
  height: 66px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.what_happ_sec .box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

span.light-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.icon-boxes {
  padding-top: 40px;
}

.place-card.place-card-large {
  display: none !important;
}

.map-info-card {
  bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  gap: 20px;
  position: absolute;
  width: 403px;
  height: 283.53px;
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  z-index: 10;
  right: 12%;
}

.contact_alternate_section {
  position: relative;
}

.map-info-card h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #0b2538;
  margin: 0;
}

p {
}

.map-info-card p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #0b2538;
  margin: 0;
}

.limited-section .main-content {
  text-align: center !important;
}

.limited-section .button_wrap {
  text-align: center !important;
}

.limited-section .image-wraper {
  width: 207px;
  height: 207px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: -158px;
}

.limited-section .image-wraper img {
  width: 100%;
}

.limited-section {
  padding-top: 100px;
}

.limited-section .button_wrap {
  margin-top: 50px;
}

div#map {
  border-radius: 12px 0px 0px 12px;
}

.contact_alternate_section .note-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

/*Contact Us page CSS end*/

/*About Us page css start */

.first-star-section .sub-heading h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
}

.first-star-section .about-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
}

section.first-star-section {
  margin-bottom: 100px;
}

section.meet-yoseph-section {
  margin-bottom: 100px;
}

.meet-yoseph-section .left-col {
  background: #1b1f61;
  border-radius: 30px;
  padding: 50px 30px;
}

.meet-yoseph-section h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 45px;
  color: #ffffff;
}

.meet-yoseph-section .sub-heading h2 {
  margin: 0;
}

.meet-yoseph-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
}

.meet-yoseph-section .about-text:not(:last-child) {
  margin-bottom: 10px;
}

.meet-yoseph-section .image-wrapper {
  width: 100%;
  height: 100%;
}

.meet-yoseph-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

section.mission-section {
  padding-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}

.mission-text p {
  width: 50%;
  margin: auto;
  text-align: center;
}

.mission-section .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 24px;
  gap: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid #505050;
  min-height: 400px;
  transition: 0.5s all ease;
}

.mission-section .icon-box:hover {
  box-shadow: 0px 4px 30px rgba(199, 167, 94, 0.3);
  border-image-source: linear-gradient(180deg, #e1c37e 0%, #18358d 100%);
  border-image-slice: 1;
  min-height: 420px;
  margin-top: -10px;
}

.mission-section .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 0px;
  gap: 10px;
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background: transparent;
  transition: 0.5s all ease;
}

.mission-section .icon-box:hover .icon {
  background: radial-gradient(50% 50% at 50% 50%, #e6c884 0%, #be9e54 100%);
}

.mission-section .icon img {
  width: 57px;
  height: 57px;
}

.mission-section .icon-box .content h4 {
  height: 64px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.mission-section .icon-box .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.what-drives-section .image-wraper {
  width: 100%;
  height: 100%;
}

.what-drives-section .image-wraper img {
  width: 80%;
}

.what-drives-section .icon-boxes {
  gap: 40px;
  position: relative;
  z-index: 10;
}

.what-drives-section .icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.what-drives-section .icon-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #050845;
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(177, 151, 92, 0.6);
  border-radius: 50%;
  flex-shrink: 0;
}

.what-drives-section .icon-box .content h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.what-drives-section .icon-box .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}

.what-drives-section::after {
  z-index: 2 !important;
}

.choose-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 47px;
  padding-left: 25px;
}

.choose-tab {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 6px 0;
  transition: all 0.3s ease;
}

/*.choose-tab:hover,*/
.choose-tab.active {
  color: #ffffff;
  font-weight: 600;
}

.tab-indicator {
  position: absolute;
  left: 0;
  width: 5px;
  height: 35px;
  background: #b1975c;
  border-radius: 10px;
  transition: transform 0.35s ease;
}

/* Extra top and bottom thin line with smooth look */
/*.choose-tabs::after;*/
.choose-tabs::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  z-index: -1;
}

.choose-tabs::before {
  top: 0;
}

.choose-tabs::after {
  bottom: 0;
}

section.why-choose-section {
  padding-top: 150px;
  margin-bottom: 100px;
}

.why-choose-section .section-heading {
  text-align: center;
}

.why-choose-section .mission-text {
  text-align: center;
}

.choose-tabs-row {
  padding: 80px 60px 0px 80px;
}

.choose-tabs-content .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  box-shadow: rgba(177, 151, 92, 0.6) 0px 4px 30px;
  flex-shrink: 0;
  background: rgb(5, 8, 69);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(177, 151, 92);
  border-image: initial;
  border-radius: 50%;
  margin-bottom: 30px;
}

.choose-content.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  min-height: 480px;
}

.choose-content.active h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #0b2538;
  margin-bottom: 10px;
}

.choose-content.active h6.subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #0b2538;
  margin: 0;
  margin-bottom: 30px;
}

.choose-content.active .desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #0b2538;
}

.row.choose-tabs-row {
  align-items: center !important;
}

.how-we-work-section .section-heading {
  text-align: center;
}

section.how-we-work-section {
  margin-bottom: 100px;
}

.how-we-work-section .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #050845;
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(177, 151, 92, 0.6);
  border-radius: 50%;
  flex-shrink: 0;
  margin: auto;
  transition: ease all 0.5s;
}

.how-we-work-section
  .icon-boxes
  .col-lg-3:not(:last-child)
  .icon-box
  .icon::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 2px;
  right: -170px;
  background-image: url(/wp-content/uploads/2025/10/Line-14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.how-we-work-section .icon-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 25px;
}

.how-we-work-section .icon-box:hover .icon {
  background: #b1975c;
}

.how-we-work-section .icon-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.how-we-work-section .icon-box .content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  height: 64px;
}

.how-we-work-section .icon-box .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

section.get-started-section {
  margin-bottom: 100px;
}

section.get-started-section .container {
  background-color: #1b1f61;
  border: 1px solid #b1975c;
  box-shadow: 0px 0px 60px rgba(177, 151, 92, 0.4);
  backdrop-filter: blur(2px);
  border-radius: 16px;
}

.get-started-section .left-col {
  padding: 100px 20px 100px 20px;
}

.get-started-section .sub-heading h2 {
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.get-started-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  width: 50%;
  margin: auto;
}

.get-started-section .button_wrap {
  text-align: center;
  margin-top: 30px;
}

.get-started-section .right-col {
  position: static;
}

.get-started-section .image-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: 50%;
}

section.get-started-section {
  position: relative;
}

.get-started-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*About Us page css end */

/*Service Page scc Start*/

.representation-section .sub-heading h2 {
  line-height: 60px;
}

.representation-section .left-col {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
}

.representation-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  width: 95%;
}

.representation-section .image-wraper {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.representation-section .image-wraper img.one {
  margin-bottom: 70px;
  border-radius: 20px;
}

.representation-section .image-wraper img.two {
  margin-top: 70px;
  border-radius: 20px;
}

section.representation-section {
  margin-bottom: 100px;
}

section.cases-we-handle {
  margin-bottom: 100px;
}

.cases-we-handle .text_wrap {
  text-align: center;
}

.cases-we-handle .text_wrap .sub-heading h2 {
  width: 50%;
  margin: auto;
  line-height: 60px;
}

section.cases-we-handle {
  margin-bottom: 100px;
}

.cases-we-handle .text_wrap {
  text-align: center;
}

.cases-we-handle .text_wrap .sub-heading h2 {
  width: 50%;
  margin: auto;
  line-height: 60px;
}

.cases-we-handle .image-boxes {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 20px;
}

.cases-we-handle .image-boxes .image-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.cases-we-handle .image-boxes .image-wrapper img {
  width: 100%;
}

.cases-we-handle .image-boxes .content h4 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  height: fit-content;
}

.cases-we-handle .image-boxes .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.cases-we-handle .image-boxes .content li {
  padding: 0 0 0 20px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.cases-we-handle .image-boxes .content li::before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 5px;
  height: 5px;
  top: 10px;
  border-radius: 50px;
}

.last-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border: 1px solid #b1975c;
  border-radius: 10px;
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.last-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
}

section.process-work-section {
  padding-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}

.process-work-section .icon-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  position: relative;
  padding-top: 70px;
}

.process-work-section .icon-boxes .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #050845;
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(177, 151, 92, 0.6);
  border-radius: 50%;
  flex-shrink: 0;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}

.process-work-section .icon-boxes .icon-box {
  width: 20%;
}

.process-work-section .icon-boxes .icon-box .content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

.process-work-section .icon-boxes .icon-box .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.process-work-section .icon-boxes .icon-box .content {
  position: absolute;
  width: 20%;
}

.process-work-section .icon-boxes .icon-box:nth-child(even) .content {
  bottom: 265px;
}

.process-work-section .icon-boxes .icon-box:nth-child(odd) .content {
  top: 310px;
}

.process-work-section .icon-boxes .icon-box:not(:last-child) .icon::before {
  content: "";
  position: absolute;
  width: 193px;
  height: 1px;
  right: -180px;
  background-image: url(/wp-content/uploads/2025/10/Line-14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -01;
}

.process-work-section .mission-text {
  margin-bottom: 70px;
}

section.expect-from {
  margin-bottom: 100px;
}

.expect-from .image-wrapper {
  width: 100%;
  height: 100%;
}

.expect-from .image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.expect-from .sub-heading h2 {
  line-height: 60px;
  margin-bottom: 20px;
}

.expect-from .expect-boxes {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.expect-from .expect-boxes .expect-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.expect-from .expect-boxes .expect-box h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.expect-from .expect-boxes .expect-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}

.expect-from .expect-boxes .expect-box h5:before {
  content: "";
  position: absolute;
  background: #b1975c;
  width: 7px;
  height: 7px;
  left: 0;
  top: 12px;
  border-radius: 50%;
}

.expect-from .left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

section.compensation-section {
  padding-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}

.compensation-section .section-heading h3 {
  width: 45%;
  margin: auto;
}

.compensation-section .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #050845;
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 30px rgba(177, 151, 92, 0.6);
  border-radius: 50%;
  flex-shrink: 0;
  margin: auto;
  margin-bottom: 30px;
}

.compensation-section .icon-box h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  height: 66px;
  margin: 0;
}

.compensation-section .icon-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.compensation-section .icon-box {
  padding: 50px 10px;
  height: 406px;
  border-radius: 12px;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}

.compensation-section .icon-box:hover {
  border: 1px solid #b1975c;
  box-shadow: 0px 4px 50px rgba(133, 114, 80, 0.4);
}

.compensation-section .lower-text {
  margin-top: 50px;
}

.compensation-section .lower-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.compensation-section .lower-text a {
  color: #b1975c;
  font-weight: 700;
}

.compensation-section .lower-text a:hover {
  color: #b1975c;
}

section.faqs-section {
  margin-bottom: 100px;
}

.faqs-section .sub-heading h2 {
  width: 50%;
  line-height: 60px;
  text-align: center;
  margin: auto;
}

.faq-box {
  /*border-bottom: 1px solid #ddd;*/
  padding: 20px;
  background: #1b1f61;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.faq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}

.faq-head img {
  width: 35.88px;
  height: 35.88px;
  transition: 0.3s ease;
}

.minus-icon {
  display: none;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.2s ease;
  opacity: 0; /* 🔥 added */
}

.faq-box.active {
  background: rgba(2, 4, 44, 0.6);
  box-shadow: 0px 4px 50px rgba(177, 151, 92, 0.5);
}

.faq-box.active .faq-body {
  max-height: 300px;
  opacity: 1; /* 🔥 added */
}

.faq-box.active .plus-icon {
  display: none;
}

.faq-box.active .minus-icon {
  display: inline;
}

.faq-head h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}

.faq-body p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  width: 93%;
}

.faq-boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 50px;
}

.faq-boxes {
  width: 961px;
  margin: auto;
}

section.other-services-section {
  margin-bottom: 100px;
}

.other-services-section .image-wrapper {
  width: 100%;
  height: 100%;
}

.other-services-section .image-wrapper img {
  width: 100%;
}

.other-services-section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 85px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.other-services-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  width: 90%;
}

.other-services-section .logo-wrapper-box {
  width: 100%;
  height: 100%;
  text-align: end;
}

.other-services-section .logo-wrapper-box img {
  width: 50%;
}

.process-work-section .timeline-box {
  margin-top: 70px;
}

.process-work-section .timeline-box h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.process-work-section .timeline-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

/*Service Page scc end*/

/* CONTENT PAGES START */

.content-section {
  padding-top: 150px;
  padding-bottom: 110px;
}

.page-terms-conditions .content-section h2 {
  margin-bottom: 25px;
  color: #fff;
}

.page-privacy-policy .content-section h2 {
  margin-bottom: 15px;
  color: #fff;
}

.page-privacy-policy .content-section h3:nth-of-type(1) {
  margin-top: 15px;
  color: #fff;
}

.content-section :is(li, p, div) {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.content-section br {
  display: block !important;
}

.content-section h3 strong,
.content-section h3 b,
.content-section h2 strong {
  font-weight: 700;
}

.content-section .gold-clr {
  font-family: var(--ff-primary);
}

.content-section ol {
  padding-left: 40px;
}

.content-section ol li {
  list-style: number;
  font-weight: 500;
  margin-bottom: 7px;
}

.content-section a {
  font-weight: 700;
  color: #fff;
  transition: all 300ms ease;
}

.content-section a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.content-section h2 {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600 !important;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 35px;
}

.content-section h3 {
  text-transform: capitalize;
  color: #fff !important;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  margin-block: 20px;
}

.content-section h6 {
  text-transform: capitalize;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  margin-block: 15px;
}

.content-section ul {
  margin: 0px;
  padding-left: 32px;
}

.content-section ul li {
  list-style: disc !important;
}

.copyrights li.current-menu-item a {
  color: rgb(177, 151, 92);
}

/* CONTENT PAGES END */

/*Chiness  CSS Start*/

.translatepress-zh_CN .lemon-law-text p {
  width: 50%;
  margin: auto;
}

.translatepress-zh_CN .meet-yoseph-section .left-col {
  display: flex;
  align-items: center;
}

.translatepress-zh_CN .choose-content.active {
  min-height: 410px;
}

.translatepress-zh_CN .compensation-section .icon-box {
  height: 350px;
}

.translatepress-zh_CN .what_happ_sec .box {
  height: 360px;
}

.translatepress-zh_CN .even-column-section .even-col-text {
  padding: 100px 0;
}

.translatepress-zh_CN .even-column-section .even-col-text p {
  width: 80%;
}

.call-btn a {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px;
  width: 45px !important;
  height: 45px !important;
  background: #b1975c;
  border: 1px solid rgba(61, 97, 156, 0.2);
  backdrop-filter: blur(3.5px);
  border-radius: 50px;
  cursor: pointer;
}

.first-star-section .left-col {
  padding: 0px;
}

section.testimonials-section {
  margin-bottom: 100px;
  padding-top: 150px;
  position: relative;
}

.testimonials-section .section-heading h3 {
  text-align: center;
}

section.testimonials-section::before {
  content: "";
  position: absolute;
  width: 698px;
  height: 149px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.66);
  filter: blur(160px);
  z-index: -1;
}

section.new-testimonial::before {
  content: "";
  position: absolute;
  width: 698px;
  height: 149px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.66);
  filter: blur(160px);
  z-index: -1;
  display: none;
}

.page-template-testimonials strong.ti-rating.ti-rating-large {
  color: #fff;
}

.page-template-testimonials span.nowrap {
  color: #fff !important;
}

.page-template-testimonials .nowrap a {
  color: #fff !important;
}

.testimonials-section .testimonials-wrapper {
  margin-top: 40px;
}

.contact_alternate_section.step-form-section {
  display: none;
}

/* Resources page  */

section.featured-resource-section {
  margin-bottom: 0px;
}

section.disclaimer-section {
  margin-bottom: 100px;
  margin-top: 40px;
}

.featured-resource-section .row {
  align-items: center;
  padding: 40px 30px;
  background: #131541;
  border-radius: 20px;
}

.featured-resource-content .date {
  background: #02043f;
  border-radius: 40px;
  width: fit-content;
  height: fit-content;
  padding: 6px 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

h3.featured-resource-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 15px;
}

.featured-resource-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
}

.featured-resource-image-wrapper {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.featured-resource-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.featured-resource-content .button_wrap {
  margin-top: 30px;
}

section.Latest-posts-section {
  padding-top: 150px;
  text-align: center;
}

section.Latest-posts-section {
  margin-top: 100px;
}

.single-resource-item .resource-date {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: left;
}

.single-resource-item h4.resource-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* sirf 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  margin-bottom: 0;
}

.single-resource-item .resource-excerpt p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

.single-resource-item a.read-more {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.02em;
  text-decoration: underline !important;
  text-transform: capitalize;
  color: #ffffff;
}

.single-resource-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 15px;
  background: #02043f;
  border-radius: 20px;
}
.single-resource-item a.thumb {
  width: 100%;
  display: block;
}
.single-resource-item a.thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.resource-link {
  text-align: right;
  width: 100%;
}

.Latest-posts-section .letest-resorces,
.Related-resource-section .related-posts-row {
  row-gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

/* Resources page end */

/* Single resource page css start  */

.yoast-breadcrumbs a {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
}

.yoast-breadcrumbs a:hover {
  color: #b1975c;
}

nav.yoast-breadcrumbs {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

span.breadcrumb-current {
  font-weight: 600;
}

.single-resource-content .date {
  background: #02043f;
  border-radius: 40px;
  width: fit-content;
  height: fit-content;
  padding: 6px 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

h1.single-resource-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 40px;
}

.single-resource-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.single-resource-image-wrapper {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}

.single-resource-item a.read-more:hover {
  color: #c8a960;
}

.single-resource-description {
  margin-top: 40px;
}

.single-resource-description p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

.single-resource-description h2, .single-resource-description h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
}

section.single-resource-section {
  margin-bottom: 100px;
}

.share-btns p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.share-btns p a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 12.84px;
  width: 51.35px;
  height: 51.35px;
  background: radial-gradient(50% 50% at 50% 50%, #e6c884 0%, #be9e54 100%);
  border-radius: 128.367px;
  margin-left: 12px;
}

p.disclaimer {
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}

.single-resource-section .shared-row {
  margin-bottom: 24px;
  margin-top: 20px;
}

.single-resource-contact-section .right-col .head h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.single-resource-contact-section .right-col .head p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.single-resource-contact-row .left-col {
  padding-top: 70px;
}

.single-resource-contact-section .right-col {
  background: #131541;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  z-index: 10;
}

.single-resource-contact-row .icon-box {
  margin-bottom: 30px;
}

section.Related-resource-section {
  margin-bottom: 100px;
}

.Related-resource-section .section-heading {
  z-index: 10;
  text-align: center;
}

.Related-resource-section .related-resorces {
  padding-top: 40px;
  justify-content: center;
}

.Related-resource-section .related-resorces {
  row-gap: 30px;
}

section.Latest-posts-section p.disclaimer {
  padding-top: 40px;
}

.single-resource-content a {
  color: #b1975c;
}

.single-resource-content a:hover {
  color: #b1975c;
}

.single-resource-content li {
  list-style: disc;
  color: #fff;
  font-size: 18px !important;
  padding-bottom: 5px;
}

.single-resource-content h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
}

.single-resource-content li span {
}

.single-resource-content ul {
  padding-left: 20px;
}

.single-resource-content ol {
  padding-left: 20px;
}

.footer-wrapper {
  position: relative;
  z-index: 99;
}

/* REPSONSIVE START */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (max-width: 1899px) {
  .compensation-section .section-heading h2 {
    font-size: 180px;
  }
}

@media (max-width: 1799px) {
  .compensation-section .section-heading h2 {
    font-size: 170px;
  }

  .testimonials-section .section-heading h2 {
    font-size: 185px;
  }
}

@media (max-width: 1699px) {
  .compensation-section .section-heading h2 {
    font-size: 155px;
  }

  .testimonials-section .section-heading h2 {
    font-size: 175px;
  }

  .compensation-section .section-heading h3 {
    width: 55%;
  }
}

@media (max-width: 1600px) {
  .what_happ_sec .section-heading h2 {
    font-size: 160px !important;
  }

  .what_happ_sec h3 {
    width: 70%;
  }

  .map-info-card {
    right: 14%;
  }

  .testimonials-section .section-heading h2 {
    font-size: 160px;
  }

  .why-choose-section .section-heading h2 {
    font-size: 170px;
  }

  .compensation-section .section-heading h2 {
    font-size: 155px;
  }

  .compensation-section .section-heading h3 {
    width: 50%;
  }
}

@media (max-width: 1500px) {
  .compensation-section .section-heading h3 {
    width: 55%;
  }
}

/* 1500 */
@media (max-width: 1440px) {
  .section-heading h2 {
    font-size: 199px;
    line-height: 199px;
    left: -4px;
  }
  .even-column-section .video-wrapper {
    width: 590px;
    height: 730px;
  }
  .even-column-section .even-col-text .icon-list-text p {
    width: 90%;
  }
  .map-info-card {
    right: 15%;
  }

  .testimonials-section .section-heading h2 {
    font-size: 155px;
  }

  .compensation-section .section-heading h2 {
    font-size: 150px;
  }

  .compensation-section .section-heading h3 {
    width: 60%;
  }
}
/* 1400 */
@media (max-width: 1399px) {
  .section-heading h2 {
    font-size: 193px;
    line-height: 193px;
  }
  .even-column-section .video-wrapper {
    width: 590px;
    height: 730px;
  }
  .even-column-section .even-col-text .icon-list-text p {
    width: 90%;
  }

  .what_happ_sec .section-heading h2 {
    font-size: 145px !important;
  }

  .what_happ_sec h3 {
    width: 70%;
  }

  .map-info-card {
    right: 16%;
  }

  .why-choose-section .section-heading h2 {
    font-size: 160px;
    line-height: 193px;
  }

  .choose-content.active {
    min-height: 500px;
  }

  .get-started-section .left-col {
    padding: 50px 20px 50px 20px;
  }

  .compensation-section .section-heading h3 {
    width: 60%;
  }

  .section-heading h2 {
    font-size: 145px;
    line-height: 220px;
  }

  .compensation-section .icon-box {
    height: 400px;
  }
}

/* 1280 */
@media (max-width: 1360px) {
  .section-heading h2 {
    font-size: 182px;
    line-height: 182px;
    top: -125px;
  }

  .our-reviews .box {
    padding: 40px 24px;
    height: 270px;
  }

  .testimonial_sec h2 {
    font-size: 145px;
  }

  .what_happ_sec .section-heading h2 {
    font-size: 135px !important;
  }

  .map-info-card {
    right: 18%;
  }

  .get-started-section .left-col {
    padding: 50px 20px 50px 20px;
  }

  .compensation-section .section-heading h3 {
    width: 70%;
  }

  .compensation-section .section-heading h2 {
    font-size: 138px;
  }

  .testimonials-section .section-heading h2 {
    font-size: 140px;
  }
}
/* 1024 */
@media (max-width: 1199px) {
  .content-section {
    padding-block: 100px;
  }

  .content-section h3 {
    font-size: 25px;
  }

  .content-section h2 {
    font-size: 40px;
    line-height: 30px;
  }

  .get-started-section p {
    width: 80%;
  }

  .testimonials-section .section-heading h2 {
    font-size: 115px;
  }

  .what_happ_sec .section-heading h2 {
    font-size: 110px !important;
  }

  .what_happ_sec .box {
    height: 440px;
  }

  .map-info-card p {
    font-size: 16px;
  }

  .map-info-card {
    right: 16%;
    width: 330px;
    bottom: 15px;
  }

  .testimonial_sec h2 {
    font-size: 115px !important;
  }

  header#masthead {
    display: none;
  }
  .site-branding img {
    width: 100%;
    height: auto;
  }

  html.active {
    overflow-y: hidden;
  }

  #primary-menu li a:before {
    display: none;
  }

  li.about_arrow i {
    position: absolute;
    right: 15px;
    font-size: 20px;
    transition: 0.5s ease !important;
    color: #fff;
    width: 45px;
    height: 45px;
    top: 0;
    display: block;
    z-index: 9;
    text-align: center;
  }

  i.fas.fa-angle-down.active:before {
    transform: rotate(-90deg);
  }

  li.about_arrow i:before {
    transform: rotate(0);
    transition: 0.5s ease;
  }

  li.about_arrow i:before {
    top: 12px;
    position: absolute;
  }

  header#masthead {
    display: none;
  }

  .menu-div-wrapper {
    background: #02042c;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition:
      left 0.2s ease,
      opacity 0.2s ease;
    z-index: 999;
    display: block;
  }

  .menu-div-wrapper.active {
    left: 0;
  }

  .mobile_header .header-right-menu a,
  button.menu_open_item {
    display: block;
    height: 43px;
  }

  button.menu_open_item {
    background: transparent !important;
    border: 0px !important;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /*section#mobile_header_id {*/
  /*  position: absolute;*/
  /*  z-index: 999;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  top: 0;*/
  /*  width: 100%;*/
  /*  background: transparent;*/
  /*  justify-content: space-between;*/
  /*  padding: 17px 20px;*/
  /*}*/

  section#mobile_header_id {
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    top: 0;
    width: 100%;
    background: #02042c;
    justify-content: space-between;
    padding: 17px 20px;
  }

  section#wrap_header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 17px 20px;
    background: 0 0;
    justify-content: space-between;
  }

  .menu-div-wrapper.active section#mobile_header_id {
    position: relative;
    background: 0 0;
    z-index: 0;
  }

  .mobile_header.active {
    background-color: #111 !important;
  }

  .mobile_header .header-right-menu {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .menu_div_mobile {
    display: block;
  }

  .mob_inn_menu {
    width: 100%;
    padding: 25px 20px;
    position: relative;
    overflow-y: auto;
    padding-top: 0;
  }

  .mob_inn_menu > div {
    overflow: hidden;
    overflow-y: auto;
    height: 470px;
  }

  #primary-menu li {
    display: block;
    margin: 0 !important;
    text-align: left;
  }

  #primary-menu li:last-child {
    margin-bottom: 20px !important;
  }
  #primary-menu li {
    border-bottom: 1px solid #b1975c;
    padding: 20px 0px;
  }
  #primary-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 0px !important;
    display: inline-block;
  }
  /* #primary-menu li:last-child {
    border: none;
  } */
  #primary-menu .sub-menu li a {
    color: #fff;
  }

  #primary-menu {
    display: block;
  }

  #primary-menu li a:hover,
  #primary-menu li.current-menu-item a {
    color: #b1975c;
  }

  body.home {
    overflow-y: visible !important;
  }

  .mob_inn_menu .menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    visibility: visible;
    overflow: visible;
    display: none;
    background: 0 0;
    box-shadow: none;
    padding-bottom: 0;
  }

  section.banner-section:before {
    background-position: center;
    background-size: 100% 100%;
  }
  section.banner-section {
    padding-top: 160px;
    padding-bottom: 220px;
  }
  .banner-section .banner-heading,
  .section-heading h3 {
    font-size: 50px;
    line-height: 75px;
  }
  .banner-section .banner-text p {
    font-size: 18px;
    line-height: 32px;
  }
  section.banner-section:after {
    height: 250px;
  }

  .section-heading h2 {
    font-size: 145px;
    line-height: 145px;
    left: 0;
    top: -95px;
  }
  body,
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .lemon-law-card .button_wrap > * {
    font-size: 12px;
  }
  .lemon-law-card .height_box {
    height: 270px;
  }
  section.lemon-law-section:before {
    top: 200px;
  }
  .marquee-cont {
    padding: 50px 0px;
    padding-top: 30px;
  }
  .marquee-slider h3 {
    font-size: 80px;
    line-height: 125px;
  }
  .sub-heading h2 {
    font-size: 35px;
    line-height: 75px;
  }
  .about-merak-section .about-merak-text p {
    font-size: 18px;
    line-height: 35px;
  }
  .about-merak-count-list li h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-merak-count-list li h5 br {
    display: none;
  }

  .about-merak-count-list {
    row-gap: 20px;
  }
  .home-calc-section .home-calc-text h2 {
    font-size: 35px;
    line-height: 65px;
  }
  .home-calc-section .home-calc-text h3 {
    font-size: 25px;
    line-height: 55px;
  }
  .about-merak-count-list li h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .calculator-container .results-breakdown td {
    font-size: 16px;
  }
  .calculator-container .disclaimer-text {
    width: 100%;
  }
  div#leadCaptureSection h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .even-column-section .even-col-text .sub-heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .even-column-section .video-wrapper {
    width: 430px;
    height: 780px;
  }
  .even-column-section .even-col-text p {
    font-size: 16px;
    line-height: 32px;
  }
  .next_step_sec .row {
    padding: 40px 25px;
  }
  .next_step_sec h2 {
    font-size: 28px;
    line-height: 46px;
  }
  .next_step_sec p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }

  .next-step-service-sec p {
    width: 100%;
  }
  .footer-content a {
    word-break: break-word;
  }
  .footer-logo .textwidget.custom-html-widget {
    width: 85%;
  }
  section.inner_banner h1 {
    font-size: 50px;
    line-height: 80px;
  }
  section.inner_banner {
    padding-top: 150px;
  }
  .contact_case_section .lef-col p {
    font-size: 18px;
    line-height: 35px;
  }
  .contact_case_section .right-col .head h2 {
    font-size: 22px;
    line-height: 40px;
  }
  .contact_case_section .right-col .head p {
    font-size: 14px;
    line-height: 28px;
  }
  div#gform_wrapper_1 input {
    height: 50px;
  }
  section.inner_banner:after {
    height: 170px;
  }
  .contact_case_section .right-col {
    padding: 30px 20px;
  }
  .contact_alternate_section .right_col .map {
    width: 50%;
  }

  .our-reviews .box {
    padding: 40px 24px;
    height: 300px;
  }

  .our-reviews .box .layers .title h3 {
    font-weight: 600;
    font-size: 20px;
  }

  .our-reviews .box .layers .title p {
    font-weight: 500;
    font-size: 16px;
  }

  .meet-yoseph-section .left-col {
    padding: 15px 15px;
  }

  .mission-text p {
    width: 70%;
  }

  .mission-section .icon-box {
    min-height: 430px;
  }

  .mission-section .icon-box:hover {
    min-height: 450px;
    margin-top: -10px;
  }

  .why-choose-section .section-heading h2 {
    font-size: 120px;
    line-height: 193px;
  }

  .choose-tabs-row {
    padding: 80px 10px 0px 10px;
  }

  .how-we-work-section
    .icon-boxes
    .col-lg-3:not(:last-child)
    .icon-box
    .icon::before {
    width: 230px;
    right: -110px;
  }

  .representation-section .image-wraper img.one {
    width: 45%;
  }

  .representation-section .image-wraper img.two {
    width: 45%;
  }

  .representation-section .left-col {
    padding-top: 0px;
  }

  .expect-from .expect-boxes {
    width: 100%;
  }

  .compensation-section .section-heading h2 {
    font-size: 110px;
  }

  .compensation-section .icon-box {
    height: 430px;
  }

  .faq-boxes {
    width: 850px;
  }

  .other-services-section p {
    width: 100%;
  }

  .contact_alternate_section .left_col {
    padding: 20px 0 0 0px;
  }

  .translatepress-zh_CN .lemon-law-text p {
    width: 70%;
  }

  .translatepress-zh_CN .even-column-section .even-col-text p {
    width: 95%;
  }

  .cases-we-handle .image-boxes .content h4 {
    height: 64px;
  }

  .single-resource-item h4.resource-title {
    font-size: 16px;
  }

  .single-resource-item .resource-excerpt p {
    font-size: 14px;
  }

  .single-resource-item a.read-more {
    font-size: 14px;
  }

  h1.single-resource-title {
    font-size: 26px;
  }

  .single-resource-contact-section .right-col .head h2 {
    font-size: 20px;
  }

  .single-resource-contact-section .right-col .head p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .content-section h2 {
    font-size: 38px;
    line-height: 32px;
  }

  .content-section h3 {
    font-size: 22px;
    margin-block: 15px;
  }

  .content-section ul {
    margin: 0px;
    padding-left: 18px;
  }

  .content-section {
    padding-block: 70px;
  }

  .content-section :is(li, p, div) {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .contact_alternate_section .note-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .testimonials-section .section-heading h2 {
    font-size: 88px;
  }

  .what_happ_sec .section-heading h2 {
    font-size: 85px !important;
  }

  .what_happ_sec h3 {
    width: 85%;
  }

  .icon-boxes {
    padding-top: 40px;
    row-gap: 20px;
  }

  .what_happ_sec .box {
    height: 370px;
  }

  .ms-progress {
    width: 100% !important;
  }

  .map-info-card {
    right: 10%;
    width: 300px;
    height: fit-content;
    padding: 25px 20px;
    bottom: 34px;
  }

  .testimonial_sec h2 {
    font-size: 84px !important;
  }

  br {
    display: none;
  }
  .banner-section .banner-heading,
  .section-heading h3 {
    font-size: 40px;
    line-height: 75px;
  }
  .banner-section .banner-text p {
    font-size: 16px;
    line-height: 28px;
  }
  section.banner-section {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .section-heading h2 {
    font-size: 104px;
    line-height: 104px;
    top: -55px;
  }
  .container_box {
    padding: 0px 15px;
  }
  .lemon-law-section .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lemon-law-section .row {
    justify-content: center;
    row-gap: 50px;
  }
  .lemon-law-wrapper video {
    object-fit: cover;
  }
  .lemon-law-wrapper {
    top: 0;
    margin: auto;
  }
  .lemon-law-card .height_box {
    height: 240px;
  }
  .marquee-slider h3 {
    font-size: 50px;
    line-height: 80px;
  }
  .marquee-cont {
    padding: 30px 0px;
    padding-top: 10px;
  }
  .sub-heading h2 {
    font-size: 25px;
    line-height: 55px;
  }
  .about-merak-count-list {
    row-gap: 15px;
    margin: 0;
  }
  .about-merak-count-list li h4 {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
  }
  .about-merak-section .about-merak-text p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }

  .about-merak-count-list li h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .about-merak-section,
  .home-calc-section,
  .even-column-section,
  .next_step_sec {
    margin-bottom: 50px;
  }
  .home-calc-section .home-calc-text h2 {
    font-size: 29px;
    line-height: 45px;
  }
  .home-calc-section .home-calc-text p {
    font-size: 16px;
    line-height: 30px;
  }
  .home-calc-text .button_wrap > * {
    font-size: 20px;
    width: 235px;
    height: 55px;
  }
  .calculator_box_form {
    padding: 40px 20px;
  }
  .calculator-container .header h4 {
    font-size: 18px;
    line-height: 100%;
  }
  .even-column-section .even-col-text .sub-heading h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .calculator-container .custom-dropdown select {
    max-width: 280px;
    font-size: 16px;
    line-height: 34px;
  }
  .calculator-container .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .calculator-container .calc_down_box .row {
    row-gap: 30px;
  }
  .even-column-section .even-col-text p {
    margin-bottom: 30px;
  }
  .even-column-section .video-wrapper {
    width: 320px;
    height: 500px;
    top: 0;
  }
  .icon-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .next_step_sec .row {
    padding: 40px 25px;
    text-align: center;
    row-gap: 30px;
  }
  .next_step_sec .button_wrap {
    text-align: center;
  }
  .row.footer-row {
    padding-top: 30px;
    text-align: center;
    row-gap: 30px;
  }
  .footer-logo .textwidget.custom-html-widget {
    width: 100%;
    margin: 30px 0;
  }
  .foot_social ul,
  .copyrights ul {
    justify-content: center;
  }
  .copyrights .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .error-404.not-found {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .error-404.not-found h1 {
    font-size: 160px;
    line-height: 160px;
  }
  section.inner_banner h1 {
    font-size: 40px;
    line-height: 75px;
  }
  .contact_case_section .sub-heading h2,
  .contact_alternate_section .sub-heading h2 {
    line-height: 40px;
  }
  .contact_case_section .right-col .head h2 {
    font-size: 20px;
    line-height: 29px;
  }
  .contact_case_section .lef-col p {
    font-size: 16px;
    line-height: 30px;
  }
  div#gform_fields_1 {
    display: flex;
    flex-direction: column;
  }
  .contact_alternate_section .right_col .map {
    height: 689px;
  }
  div#gform_confirmation_message_1 {
    font-size: 14px !important;
    padding: 10px 30px;
  }
  div#qrcode .modal-body h2 {
    font-size: 35px;
    line-height: 55px;
  }
  div#qrcode .modal-dialog {
    max-width: 90% !important;
  }
  div#qrcode .modal-body .yoseph_box .box .text h4 {
    font-size: 16px;
    line-height: 45px;
  }
  div#qrcode .modal-content {
    padding: 30px 25px !important;
  }

  .our-reviews .box .layers .title h3 {
    font-weight: 600;
    font-size: 18px;
  }

  .our-reviews .box .layers .title p {
    font-weight: 500;
    font-size: 14px;
  }

  .our-reviews .box .layers .icon img {
    min-width: 50px;
    height: 12px;
  }

  .our-reviews .box {
    padding: 20px 24px;
    height: 330px;
  }

  .testimonial_sec {
    padding: 50px 0px;
    padding-top: 50px;
  }

  .ms-intro p {
    font-family: "Poppins";
    width: 100% !important;
  }

  .meet-yoseph-section .left-col {
    padding: 30px 25px;
  }

  section.first-star-section {
    margin-bottom: 50px;
  }

  .first-star-section .sub-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
  }

  .first-star-section .about-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
  }

  .meet-yoseph-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .meet-yoseph-section .row {
    row-gap: 30px;
  }

  section.meet-yoseph-section {
    margin-bottom: 50px;
  }

  section.mission-section {
    padding-top: 85px;
    margin-bottom: 50px;
    text-align: center;
  }

  .mission-section .row.icon-boxes {
    justify-content: center;
    row-gap: 50px;
  }

  .mission-section .row.icon-boxes .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mission-section .icon-box {
    min-height: 410px;
  }

  .mission-section .icon-box:hover {
    min-height: 410px;
    margin-top: -10px;
  }

  .what-drives-section::after {
    z-index: -1 !important;
  }

  .why-choose-section .section-heading h2 {
    font-size: 90px;
    line-height: 90px;
  }

  section.why-choose-section {
    padding-top: 90px;
    margin-bottom: 50px;
  }

  .choose-tabs-row {
    padding: 40px 10px 0px 10px;
    row-gap: 50px;
  }

  .choose-content.active {
    min-height: 400px;
  }

  .how-we-work-section .icon-box {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .how-we-work-section .icon {
    margin: 0px;
  }

  .how-we-work-section .icon-box .content {
    justify-content: center;
    align-items: flex-start;
  }

  .how-we-work-section .icon-box .content h4 {
    height: fit-content;
  }

  .how-we-work-section .icon-box .content p {
    margin: 0;
  }

  .how-we-work-section .row.icon-boxes {
    row-gap: 70px;
  }

  .how-we-work-section
    .icon-boxes
    .col-lg-3:not(:last-child)
    .icon-box
    .icon::before {
    position: absolute;
    width: 2px;
    height: 101px;
    right: 0;
    left: 35px;
    bottom: -78px;
    background-image: url(/wp-content/uploads/2025/10/Line-14-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .how-we-work-section .icon {
    position: relative;
  }

  .get-started-section .left-col {
    padding: 30px 20px 30px 20px;
  }

  .meet-yoseph-section h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    color: #ffffff;
  }

  .representation-section .sub-heading h2 {
    text-align: center;
  }

  .representation-section p {
    font-size: 16px;
    text-align: center;
  }

  .representation-section .row {
    row-gap: 50px;
  }

  section.representation-section {
    margin-bottom: 50px;
  }

  .last-text {
    width: 90%;
  }

  section.cases-we-handle {
    margin-bottom: 50px;
  }

  section.process-work-section {
    padding-top: 90px;
    margin-bottom: 50px;
  }

  .process-work-section .icon-boxes {
    flex-direction: column;
    height: fit-content;
    text-align: left !important;
    justify-content: flex-start;
    padding-top: 20px;
    gap: 60px;
  }

  .process-work-section .icon-boxes .icon-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .process-work-section .icon-boxes .icon-box .icon {
    margin: 0px;
  }

  .process-work-section .icon-boxes .icon-box .content {
    position: static;
    width: 100%;
    text-align: left;
  }

  .process-work-section .mission-text {
    margin-bottom: 20px;
  }

  .process-work-section .icon-boxes .icon-box .content p {
    text-align: left;
  }

  .process-work-section .icon-boxes .icon-box:not(:last-child) .icon::before {
    content: "";
    position: absolute;
    height: 100px;
    width: 1px;
    left: 38px;
    bottom: -90px;
    background-image: url(/wp-content/uploads/2025/10/Line-15.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -01;
  }

  .compensation-section .icon-box {
    height: 400px;
  }

  section.compensation-section {
    padding-top: 90px;
    margin-bottom: 50px;
  }

  .faq-boxes {
    width: 650px;
  }

  .cases-we-handle .image-boxes {
    display: grid;
    justify-content: center !important;
    grid-template-columns: 46% 46%;
    gap: 40px;
  }

  section.faqs-section {
    margin-bottom: 50px;
  }

  section.other-services-section {
    margin-bottom: 50px;
  }

  .representation-section .image-wraper img.one {
    margin-bottom: 0px;
  }

  .representation-section .image-wraper img.two {
    margin-top: 0px;
  }

  section.expect-from {
    margin-bottom: 50px;
  }

  .compensation-section .section-heading h2 {
    font-size: 80px;
  }

  .compensation-section .section-heading h3 {
    width: 80%;
  }

  .translatepress-zh_CN .lemon-law-text p {
    width: 85%;
  }

  .translatepress-zh_CN .even-column-section .even-col-text {
    padding: 0px 10px;
  }

  .first-star-section .left-col {
    padding: 0px 10px;
  }

  .featured-resource-image-wrapper {
    margin-bottom: 30px;
    height: 400px;
  }

  .featured-resource-section .row {
    padding: 25px;
    flex-direction: column-reverse;
  }

  section.featured-resource-section {
    margin-bottom: 50px;
  }

  section.Latest-posts-section {
    padding-top: 90px;
    margin-top: 50px;
  }

  h1.single-resource-title {
    font-size: 22px;
  }

  .single-resource-image-wrapper {
    height: 400px;
  }

  .single-resource-description p {
    font-size: 16px;
  }

  .single-resource-description h2, .single-resource-description h3 {
    font-size: 22px;
  }

  section.single-resource-section {
    margin-bottom: 50px;
  }

  .single-resource-contact-row .left-col {
    padding-top: 0px;
  }

  .Related-resource-section .related-resorces {
    padding-top: 30px;
  }

  section.Related-resource-section {
    margin-bottom: 50px;
  }

  .single-resource-content li {
    font-size: 16px !important;
  }

  .single-resource-content h4 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }

  section.disclaimer-section {
    margin-bottom: 50px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
	.single-resource-item a.thumb img{
		height:auto;
	}
  .representation-section p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin: auto;
  }

  .content-section {
    padding-bottom: 40px;
  }

  .page-terms-conditions .content-section h2 {
    margin-bottom: 15px;
  }

  .content-section h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .testimonials-section .section-heading h2 {
    font-size: 50px;
  }

  section.testimonials-section {
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .icon-boxes {
    padding-top: 20px;
  }

  .what_happ_sec .box h4 {
    height: fit-content;
  }

  .what_happ_sec {
    margin-bottom: 50px;
  }

  .radios {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .ms-intro p {
    font-size: 16px !important;
  }

  .progress-num {
    font-size: 12px !important;
  }

  .progress-dot {
    width: 40px !important;
    height: 40px !important;
  }

  .ms-wrapper {
    padding: 15px !important;
  }

  .step-form-section .row {
    row-gap: 0px !important;
  }

  .map-info-card {
    right: 40%;
    width: 230px;
    height: fit-content;
    padding: 25px 20px;
    bottom: 12px;
    gap: 8px;
  }

  .map-info-card p {
    font-size: 12px;
    line-height: 20px;
  }

  .what_happ_sec h3 {
    width: 100%;
  }

  .ms-title {
    margin: 8px 0 10px !important;
  }

  .ms-title h2 {
    font-size: 20px !important;
  }

  .map-info-card h3 {
    font-size: 18px;
  }

  .limited-section .image-wraper {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -125px;
  }

  .what_happ_sec .section-heading h2 {
    font-size: 45px !important;
  }

  .what_happ_sec .box {
    height: fit-content;
    padding: 30px 10px 30px 10px;
  }
  .banner-video-wrapper {
    height: 400px;
  }
  .copyrights .container {
    padding: 0 15px;
  }
  p.copyright {
    line-height: 22px;
    font-size: 13px;
  }
  .mobile_header .header-right-menu {
    gap: 10px;
  }
  .En_btn {
    height: 40px;
  }
  .En_btn .toggle {
    --width: 80px;
  }
  .En_btn .toggle .slider::before {
    width: 28px;
    height: 28px;
    left: 7px;
  }
  .site-branding img {
    width: 75%;
    height: auto;
  }
  section#mobile_header_id,
  section#wrap_header {
    padding: 15px 15px;
  }
  .En_btn .toggle .labels::before {
    left: 12px;
  }
  .En_btn .toggle .labels {
    font-size: 10px;
  }
  .En_btn .toggle .labels::after {
    right: 15px;
  }
  .banner-section .banner-heading,
  .section-heading h3 {
    font-size: 24px;
    line-height: 33px;
  }
  .banner-section .banner-text p {
    font-size: 14px;
    line-height: 26px;
  }
  section.banner-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .section-heading h2 {
    font-size: 47px;
    line-height: 47px;
    top: -33px;
  }
  body,
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .lemon-law-section .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lemon-law-card .height_box {
    height: auto;
  }
  .lemon-law-card {
    padding: 20px 15px;
  }
  .marquee-slider h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-merak-text {
    text-align: center;
  }
  .about-merak-section .about-merak-text p {
    font-size: 14px;
    line-height: 26px;
  }
  .about-merak-section .about-merak-row {
    row-gap: 30px;
  }
  .about-merak-count-list {
    text-align: center;
  }
  .home-calc-section .home-calc-text h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .home-calc-section .container {
    padding: 0 15px;
  }
  .home-calc-text .button_wrap > * {
    font-size: 18px;
    width: 220px;
    height: 50px;
  }
  .calculator-container .header h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .calculator-container .custom-dropdown {
    flex-direction: column;
  }
  .calculator-container .form-grid {
    grid-template-columns: 1fr;
  }
  .calculator-container .total-compensation-value {
    font-size: 30px;
    line-height: 26px;
  }
  .calculator-container .results-breakdown td {
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .calculator-container .results-breakdown td:last-child,
  .calculator-container .results-breakdown th,
  .calculator-container .disclaimer-text,
  .even-col-text {
    text-align: center;
  }
  .calculator-container .calc_down_box {
    padding: 20px;
  }
  .even-column-section .row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .even-column-section .video-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .even-column-section .video-wrapper video {
    border-radius: 12px;
  }
  .even-column-section .even-col-text p {
    font-size: 14px;
    line-height: 26px;
  }
  .icon-list li {
    flex-direction: column;
  }
  .icon-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .even-column-section .even-col-text .icon-list-text p {
    width: 100%;
  }
  .next_step_sec .row {
    padding: 30px 15px;
    text-align: center;
    row-gap: 30px;
    margin: 0px;
  }
  .next_step_sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .next_step_sec p {
    font-size: 14px;
    line-height: 26px;
  }
  .error-404.not-found h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .page-header p {
    font-size: 16px !important;
    padding: 0px 15px;
  }
  section.inner_banner {
    padding: 80px 0px;
    padding-top: 130px;
  }
  section.inner_banner h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .contact_case_section,
  .contact_alternate_section {
    margin-bottom: 50px;
  }
  .contact_case_section .lef-col {
    text-align: center;
  }
  .contact_case_section .row,
  .contact_alternate_section .row {
    row-gap: 30px;
  }
  .contact_alternate_section .left_col {
    padding: 0;
    text-align: center;
  }
  .contact_alternate_section .right_col .map {
    position: relative;
    width: 100%;
    height: 400px;
  }
  div#qrcode .modal-body h2 {
    font-size: 28px;
    line-height: 45px;
  }
  div#qrcode .modal-body .yoseph_box,
  div#qrcode .modal-body .yoseph_box .box {
    flex-direction: column;
    row-gap: 20px;
  }
  div#qrcode .modal-body .yoseph_box .box .text {
    text-align: center;
  }
  div#qrcode .modal-body .yoseph_box {
    margin-top: 20px;
  }
  .qr_img {
    width: 200px;
    min-width: 200px;
    height: 190px;
  }
  div#qrcode .modal-dialog {
    margin: 0px auto !important;
  }

  .our-reviews .box {
    padding: 20px 24px;
    height: 290px;
  }

  .testimonial_sec h2 {
    font-size: 47px !important;
  }

  .first-star-section .sub-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
  }

  .first-star-section .about-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .meet-yoseph-section .sub-heading h2 {
    margin: 0;
    text-align: center;
  }

  .meet-yoseph-section h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
  }

  .meet-yoseph-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  section.mission-section {
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }

  .mission-text p {
    width: 95%;
  }

  .mission-section .row.icon-boxes .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mission-section .icon-box {
    min-height: 380px;
  }

  .mission-section .icon-box:hover {
    min-height: 390px;
    margin-top: -10px;
  }

  .meet-yoseph-section .row {
    padding: 0 15px 0 15px;
  }

  .what-drives-section .row {
    flex-direction: column-reverse;
  }

  .what-drives-section h2 {
    text-align: center;
  }

  .why-choose-section .section-heading h2 {
    font-size: 50px;
    line-height: 40px;
  }

  section.why-choose-section {
    padding-top: 60px;
  }

  .choose-tab {
    font-size: 18px;
  }

  .choose-tabs {
    gap: 30px;
  }

  .choose-content.active {
    padding: 20px 20px;
    min-height: 470px;
  }

  .choose-content.active .desc p {
    font-size: 14px;
    line-height: 26px;
  }

  .how-we-work-section .icon-box .content h4 {
    text-align: left;
    font-size: 18px;
  }

  .how-we-work-section .icon-box .content p {
    text-align: left;
  }

  .get-started-section .left-col {
    padding: 30px 15px 30px 15px;
  }

  .get-started-section .sub-heading h2 {
    text-align: center;
    line-height: 33px;
  }

  .get-started-section p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .get-started-section .button_wrap {
    text-align: center;
  }

  .get-started-section .right-col {
    position: relative;
    padding: 0px;
  }

  .get-started-section .image-wrapper {
    position: static;
    width: 100%;
  }

  .meet-yoseph-section .left-col {
    padding: 30px 15px;
  }

  .choose-content.active h6.subtitle {
    font-size: 18px;
  }

  section.process-work-section {
    padding-top: 40px;
  }

  .expect-from .row {
    row-gap: 40px;
  }

  .compensation-section .section-heading h2 {
    font-size: 40px;
  }

  .compensation-section .section-heading h3 {
    width: 95%;
  }

  .compensation-section .icon-box {
    height: fit-content;
  }

  .compensation-section .icon-box h4 {
    height: fit-content;
  }

  .faqs-section .sub-heading h2 {
    width: 95%;
  }

  .cases-we-handle .text_wrap .sub-heading h2 {
    width: 90%;
  }

  .cases-we-handle .image-boxes {
    display: grid;
    justify-content: center !important;
    grid-template-columns: 95%;
    gap: 40px;
  }

  .content {
  }

  .cases-we-handle .image-boxes .content h4 {
    height: fit-content;
  }

  .expect-from .row {
    row-gap: 40px;
  }

  .compensation-section .icon-box h4 {
    height: fit-content;
  }

  .faqs-section .sub-heading h2 {
    width: 95%;
  }

  .faq-boxes {
    width: 95%;
  }

  .other-services-section h3 {
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    margin-top: 30px;
  }

  .other-services-section p {
    text-align: center;
  }

  .other-services-section .logo-wrapper-box {
    text-align: center;
  }

  .other-services-section .logo-wrapper-box img {
    width: 30%;
    margin-top: 20px;
  }

  .compensation-section .icon-box {
    padding: 20px 10px;
  }

  section.compensation-section {
    padding-top: 50px;
  }

  .faq-body p {
    font-size: 14px;
  }

  .translatepress-zh_CN .lemon-law-text p {
    width: 95%;
  }

  .translatepress-zh_CN .compensation-section .icon-box {
    height: fit-content;
  }

  .translatepress-zh_CN .what_happ_sec .box {
    height: fit-content;
  }

  .translatepress-zh_CN .even-column-section .even-col-text p {
    width: 100%;
  }

  .call-btn a {
    gap: 15px;
    width: 40px !important;
    height: 40px !important;
  }

  .get-started-section p {
    width: 95%;
  }

  .page-template-about-us section.inner_banner:after,
  .page-template-service section.inner_banner:after,
  .page-template-contact-us section.inner_banner:after {
    height: 180px !important;
    bottom: -140px !important;
  }

  section.get-started-section {
    margin-bottom: 50px;
    padding: 0px 15px;
  }

  section.how-we-work-section {
    margin-bottom: 50px;
  }

  .last-text {
    margin-top: 20px;
  }

  .compensation-section .lower-text {
    margin-top: 25px;
    line-height: 30px;
  }

  .compensation-section .lower-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }

  .faq-boxes {
    padding-top: 20px;
  }

  .other-services-section p {
    font-size: 14px;
  }

  .what_happ_sec {
    padding-top: 40px;
  }

  .page-template-about-us section.inner_banner,
  .page-template-service section.inner_banner,
  .page-template-contact-us section.inner_banner {
    padding-bottom: 30px !important;
  }

  .page-template-about-us .banner-video-wrapper,
  .page-template-service .banner-video-wrapper,
  .page-template-contact-us .banner-video-wrapper {
    height: 300px !important;
  }

  section.testimonials-section::before {
    width: 100% !important;
    height: 150px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
  }

  .home section.lemon-law-section {
    padding-top: 60px !important;
  }

  .home section.banner-section {
    padding-bottom: 50px !important;
  }

  .featured-resource-section .row {
    position: relative;
    z-index: 99;
    margin: 0px;
    padding: 20px;
  }

  h3.featured-resource-title {
    font-size: 20px;
  }

  .featured-resource-description {
    font-size: 14px;
  }

  .featured-resource-description p {
    font-size: 14px;
  }

  .featured-resource-image-wrapper {
    height: auto;
  }

  section.Latest-posts-section {
    padding-top: 40px;
  }

  .featured-resource-section .row .col-lg-6 {
    padding: 0px;
  }

  section.single-resource-section {
    background: #02042c;
    position: relative;
  }

  .single-resource-image-wrapper {
    height: auto;
  }

  h1.single-resource-title {
    font-size: 20px;
  }

  .single-resource-description p {
    font-size: 14px;
  }

  .single-resource-description h2, .single-resource-description h3 {
    font-size: 18px;
  }

  .single-resource-contact-row {
    flex-direction: column !important;
  }

  p.disclaimer {
    margin: 0px;
  }

  nav.yoast-breadcrumbs {
    flex-wrap: wrap;
    row-gap: 20px;
    line-height: 20px;
  }

  .single-resource-content li {
    font-size: 14px !important;
  }

  .single-resource-content h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }

  section.disclaimer-section {
    margin-top: 30px;
  }

  .single-resource-item h4.resource-title {
    height: auto;
  }
}

@media (max-width: 390px) {
  .testimonial_sec h2 {
    font-size: 40px !important;
  }

  .our-reviews .box {
    padding: 20px 24px;
    height: fit-content;
  }

  .what_happ_sec .section-heading h2 {
    font-size: 42px !important;
  }

  .map-info-card {
    right: 32%;
  }

  .why-choose-section .section-heading h2 {
    font-size: 45px;
    line-height: 48px;
  }

  .process-work-section .icon-boxes .icon-box:not(:last-child) .icon::before {
    height: 160px;
    width: 1px;
    left: 38px;
    bottom: -134px;
  }

  .compensation-section .section-heading h2 {
    font-size: 32px;
  }

  .testimonials-section .section-heading h2 {
    font-size: 40px;
  }
}

@media (max-width: 345px) {
  .testimonials-section .section-heading h2 {
    font-size: 38px;
  }

  .why-choose-section .section-heading h2 {
    font-size: 38px;
  }

  .map-info-card {
    right: 25%;
  }
}

@media (max-width: 320px) {
  .map-info-card {
    right: 20%;
  }
}

/* REPSONSIVE END */

.first-delete {
  position: absolute !important;
  top: 59px !important;
}
.banner-video-wrapper video::-webkit-media-controls {
  display: none !important;
}
.banner-video-wrapper video::-webkit-media-controls-panel {
  display: none !important;
}
.banner-video-wrapper video::-webkit-media-controls-play-button {
  display: none !important;
}

@supports (-webkit-overflow-scrolling: touch) {
  .banner-video-wrapper video::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
  }

  .banner-video-wrapper video::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0 !important;
  }
}
