/**
  * Version: 1.0
  * Author: Weston Legal Ltd, 2026
*/
@import "shortcodes.css";
@import "animate.css";
@import "font-awesome.css";
@import "swiper-bundle.min.css";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import "bootstrap.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--primary-color);
  line-height: 1;
  padding-right: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Cormorant", sans-serif;
  color: var(--primary-color2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.text-p,
p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  font-family: "Open Sans", sans-serif;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */
tml {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0.1em 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input,
textarea,
select {
  font-size: 14px;
  max-width: 100%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 14px;
  height: 14px;
  margin-right: 11px;
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

.select {
  position: relative;
  overflow: hidden;
}
.select ::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 14px;
  right: 10px;
  font-weight: 600;
  color: #1F1F2C;
  display: block;
  position: absolute;
  background: 0 0;
  top: 50%;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

select option {
  font-size: 15px;
  line-height: 24px;
  color: #1F1F2C;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid var(--primary-color6);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 28px;
  border-radius: 4px;
  padding: 6px 15px 7px 19px;
  width: 100%;
  color: var(--primary-color2);
}

/* Input focus */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border: 1px solid #8A8AA0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans";
  color: rgba(119, 119, 119, 0.8);
}

/* Button */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 23.5px 53px;
  border: 1px solid var(--primary-color3);
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #8A8AA0;
}

:-moz-placeholder {
  color: #8A8AA0;
}

::-moz-placeholder {
  color: #8A8AA0;
  opacity: 1;
}

.error {
  font-size: 16px;
  color: var(--primary-color2);
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
  line-height: 29px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
  background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}

.swiper-button-next:after {
  content: "\f061";
}

.swiper-button-prev:after {
  content: "\f060";
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-one {
  justify-content: space-between;
  display: flex;
}

.flex-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-three {
  display: flex;
  align-items: center;
}

.wrap-inner {
  display: block;
  width: 100%;
}

.center,
.text-center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.j-content {
  justify-content: center;
}

.text-t {
  text-transform: capitalize;
}

.text-u {
  text-transform: uppercase;
}

.align {
  align-items: center;
}

.show-boder {
  padding-top: 30px !important;
  margin-top: -30px !important;
  padding-bottom: 30px !important;
  margin-bottom: -30px !important;
}

.show-slider4 {
  margin: -5px !important;
  padding: 5px !important;
}

.show-shadow {
  margin: -50px !important;
  padding: 50px !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.wrapper-style {
  background: #FAF8FF;
}

.font {
  font-family: "Open Sans", sans-serif;
}

.font-2 {
  font-family: "Cormorant" sans-serif;
}

.fs-16 {
  font-size: 16px;
  font-weight: 400;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.fw-7 {
  font-weight: 700;
}

.fw-6 {
  font-weight: 600;
}

.fw-5 {
  font-weight: 500;
}

.fw-4 {
  font-weight: 400;
}

.mb-38 {
  margin-bottom: 38px;
}

.mt-2 {
  margin-top: 2px;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: var(--primary-color3);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.link-style-1 a {
  text-decoration: none;
  color: var(--primary-color4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-1 a:focus, .link-style-1 a:hover {
  color: var(--primary-color3);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-2 a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-2 a:focus, .link-style-2 a:hover {
  color: var(--primary-color3);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-3 a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-3 a:focus, .link-style-3 a:hover {
  color: var(--primary-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-4 a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-4 a:focus, .link-style-4 a:hover {
  color: var(--primary-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-5 a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-5 a:focus, .link-style-5 a:hover {
  color: var(--primary-color8);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-6 a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-6 a:focus, .link-style-6 a:hover {
  color: var(--primary-color9);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-color-1 {
  color: #fff;
}

.text-color-2 {
  color: #130518;
}

.text-color-3 {
  color: #B14233 !important;
}

.text-color-4 {
  color: #777777 !important;
}

.text-color-5 {
  color: #F6F6F6 !important;
}

.text-color-6 {
  color: var(--primary-color2) !important;
}

.text-color-7 {
  color: #B6B3BF;
}

.text-color-8 {
  color: #C29765 !important;
}

.text-color-9 {
  color: #165153;
}

/* Root
-------------------------------------------------------------- */
:root {
  /* color */
  --primary-color: #fff;
  --primary-color2: #272B2E;
  --primary-color3: #B14233;
  --primary-color4: #777777;
  --primary-color5: rgba(255, 255, 255, 0.3);
  --primary-color6: #23262912;
  --primary-color7: #FFFFFFB2;
  --primary-color8: #C29765;
  --primary-color9: #165153;
}

/* Header
-------------------------------------------------------------- */
header {
  padding-right: 0 !important;
}

.header_1 {
  position: relative;
  z-index: 100;
  height: 106px;
  width: 100%;
}
.header_1.style2 {
  position: absolute;
}
.header_1.style3 {
  height: 146px;
}

.admin_active {
  display: none;
}

.connect-wal .admin_active {
  display: block;
}

.header_1 #main-nav {
  position: absolute;
  left: 24.5%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home3 .header_1 #main-nav {
  left: 38px;
  top: 46%;
}

.sc-btn-top.style3 a {
  height: 80px;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.1);
}

#top-bar {
  position: relative;
  background: #232629;
  padding: 16.5px 0;
  height: 50px;
}
#top-bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  background-color: var(--primary-color3);
  width: 29.7%;
  height: 50px;
  z-index: 99;
}
#top-bar .inner .icon-top {
  margin-right: 61px;
}
#top-bar .inner .icon-top i {
  margin-right: 41px;
  font-size: 14px;
}
#top-bar .top-bar-right {
  z-index: 999;
}

#top-bar.home2 {
  background: var(--primary-color);
}
#top-bar.home2 .inner .icon-top i {
  color: var(--primary-color2);
}
#top-bar.home2 .inner .icon-top i:hover {
  color: #C29765;
}
#top-bar.home2 .content-left a:hover {
  color: var(--primary-color8);
}
#top-bar.home2::before {
  display: none;
}
#top-bar.home3 {
  border-bottom: 1px solid rgba(35, 38, 41, 0.0705882353);
}
#top-bar.home3 .inner .icon-top {
  margin-right: 36px;
}
#top-bar.home3 .top-address {
  line-height: unset;
  margin-right: -1px;
}
#top-bar.home3 .top-address::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  color: var(--primary-color9);
  font-weight: 700;
  font-size: 12px;
  margin-right: 5px;
}
#top-bar.home3 .inner .icon-top i:hover {
  color: var(--primary-color9);
}

.wrap-email .icon-email {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(35, 38, 41, 0.0705882353);
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
.wrap-email .icon-email svg {
  fill: #165153;
  font-size: 18px;
}
.wrap-email .title-email {
  margin-top: -2px;
  margin-left: 20px;
}
.wrap-email .title-email a:hover {
  color: var(--primary-color9);
}

.box-phone {
  text-align: end;
  padding-left: 62px;
}
.box-phone h2 {
  font-size: 36px;
  line-height: 50px;
  border-left: 1px solid var(--primary-color6);
}

.box-menu {
  background-color: #165153;
  height: 80px;
  position: relative;
  /* z-index: 99999; */
  margin-bottom: -38px;
}

#site-header-inner.home2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

/* Site Logo
-------------------------------------------------------------- */
#site-logo {
  height: 105px;
}

#site-logo-inner {
  position: absolute;
  top: 50%;
  left: 0 !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

#logo_header {
  display: block !important;
  margin-left: 0 !important;
}

.main-logo img,
.main-logo h2 {
  float: left;
}

.flat-button-top {
  transform: translateY(-50%);
  position: absolute;
  right: 0px;
  top: 50%;
}

/* Menu
-------------------------------------------------------------- */
/* Main Nav */
#main-nav ul {
  margin: 0px;
}
#main-nav ul li {
  position: relative;
  list-style: none;
}

#main-nav > ul > li {
  float: left;
  padding: 52px 30px 51px 13px;
}
#main-nav > ul > li > a {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  color: var(--primary-color2);
  padding-right: 12.5px;
}
#main-nav > ul > li > a:hover {
  color: var(--primary-color3);
}
#main-nav > ul.style-menu > li {
  padding: 34px 30px 33px 13px;
}
#main-nav > .menu > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-nav.home2 > ul > li > a {
  color: var(--primary-color);
}

#main-nav.home3 > ul > li > a {
  color: var(--primary-color);
}

/* Sub Menu */
#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: -2px 6px 23px rgba(180, 180, 180, 0.3098039216);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
#main-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 25px;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  background-color: #fff;
}
#main-nav .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5568627451);
}
#main-nav .sub-menu li a {
  display: block;
  font-size: 18px;
  color: #14141F;
  padding: 20px;
  font-weight: 700;
}
#main-nav .right-sub-menu {
  left: auto;
  right: 0;
}

#main-nav > ul > .current-menu-item > a {
  color: var(--primary-color3);
}

#main-nav.home2 > ul > .current-menu-item > a {
  color: var(--primary-color8);
}

#main-nav.home3 > ul > .current-menu-item > a {
  color: #739798;
}

#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#main-nav .sub-menu li.current-item a,
#main-nav .sub-menu li a:hover {
  color: var(--primary-color3);
}

#main-nav.home2 .sub-menu li.current-item a,
#main-nav.home2 .sub-menu li a:hover {
  color: var(--primary-color8);
}

#main-nav.home3 .sub-menu li.current-item a,
#main-nav.home3 .sub-menu li a:hover {
  color: var(--primary-color9);
}

#main-nav > ul > li .sub-menu li {
  position: relative;
}
#main-nav > ul > li .sub-menu li a {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
#main-nav > ul > li .sub-menu li a:hover {
  padding-left: 35px;
}
#main-nav > ul > li .sub-menu li a:hover::after {
  width: 12px;
}
#main-nav > ul > li .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color3);
  left: 15px;
  top: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-nav > ul > li .sub-menu li.current-item a {
  padding-left: 35px;
}
#main-nav > ul > li .sub-menu li.current-item a::after {
  width: 12px;
}

#main-nav.home2 > ul > li .sub-menu li a::after {
  background: var(--primary-color8);
}

#main-nav.home3 > ul > li .sub-menu li a::after {
  background: var(--primary-color9);
}

/* Mobile Menu */
#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  background-color: var(--primary-color);
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  text-align: left;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(138, 138, 160, 0.3);
  position: relative;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px;
}

#main-nav-mobi ul > li > a {
  color: var(--primary-color2);
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 700;
}
#main-nav-mobi ul > li.current-menu-item > a {
  color: var(--primary-color3);
}
#main-nav-mobi .sub-menu .menu-item a {
  margin-left: 15px;
}

#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

.style3 #main-nav-mobi .current-item > a,
.style3 #main-nav-mobi ul > li > a:hover {
  color: var(--primary-color9);
}

.style2 #main-nav-mobi .current-item > a,
.style2 #main-nav-mobi ul > li > a:hover {
  color: var(--primary-color8);
}

#main-nav-mobi .current-item > a,
#main-nav-mobi ul > li > a:hover {
  color: var(--primary-color3);
}

.style2 #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background-color: var(--primary-color8);
}

.style2 #main-nav-mobi ul > li.current-menu-item > a {
  color: var(--primary-color8);
}

.style3 #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background-color: var(--primary-color9);
}

.style3 #main-nav-mobi ul > li.current-menu-item > a {
  color: var(--primary-color9);
}

#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: var(--primary-color2);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background: var(--primary-color3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main-nav-mobi .menu-item-has-children .arrow.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f107";
}

#main-nav-mobi ul ul li {
  background-color: var(--primary-color);
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

/* Search */
#site-header .header-search-icon {
  display: block;
  font-size: 14px;
  line-height: 100px;
}

.header-search {
  position: relative;
  margin-right: 31px;
  padding: 14px 0;
}

.top-search {
  width: 263px;
}
.top-search.show {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.search-submit {
  position: absolute;
  top: 6px;
  right: 4px;
  font-size: 16px;
  background: var(--primary-color3);
  color: #fff;
  border: none;
  border-radius: 5px;
  line-height: 20px;
  padding: 9px 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-submit:hover {
  border: none;
  color: var(--primary-color3);
  background: #fff;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  background: var(--primary-color);
  color: #fff;
  width: 100%;
  border: 1px solid var(--primary-color);
  line-height: 24px;
  padding: 12px 50px 12px 19px;
}
.search-form .search-field.style {
  background: var(--primary-color5);
}
.search-form .search-field::placeholder {
  color: #706C83;
  line-height: 19px;
  font-size: 14px;
}
.search-form .search-field:focus {
  background: var(--primary-color);
  color: var(--primary-color2);
  width: 100%;
  border: 1px solid var(--primary-color6);
  border-radius: 5px;
  line-height: 24px;
  padding: 12px 50px 11px 19px;
}

.search-form.home3 .search-field {
  background: #fff;
}

.icon-fl-search-filled {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Mobile Menu Button */
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 0px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button::before, .mobile-button::after,
.mobile-button span {
  background-color: var(--primary-color2);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button::before, .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tf-button-submit:hover {
  opacity: 0.9;
  color: #fff;
}

.mobile-button.home3::before, .mobile-button.home3::after,
.mobile-button.home3 span,
.style2 .mobile-button::before,
.style2 .mobile-button::after,
.style2 .mobile-button span {
  background-color: var(--primary-color);
}

/* Header Fixed */
.header_1.is-fixed {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  background: var(--primary-color);
  border: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_1.is-fixed #main-nav > ul > li > a {
  color: var(--primary-color2);
}
.header_1.is-fixed #main-nav > ul > .current-menu-item > a {
  color: var(--primary-color3);
}
.header_1.is-fixed.style2 {
  background: var(--primary-color2);
  top: -300px;
}
.header_1.is-fixed.style2 #main-nav > ul > li > a {
  color: var(--primary-color);
}
.header_1.is-fixed.style2 #main-nav > ul > .current-menu-item > a {
  color: var(--primary-color8);
}
.header_1.is-fixed.style2 #site-header-inner.home2 {
  border-bottom: unset;
}
.header_1.is-fixed.style3 {
  height: 0;
  margin-top: -1px;
}
.header_1.is-fixed.style3 #main-nav > ul > li > a {
  color: var(--primary-color);
}
.header_1.is-fixed.style3 #main-nav > ul > .current-menu-item > a {
  color: #739798;
}
.header_1.is-fixed.style3 .box-phone,
.header_1.is-fixed.style3 .wrap-email,
.header_1.is-fixed.style3 #site-logo {
  display: none;
}

.header_1.is-fixed.is-small {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  padding-top: 28px;
  text-align: center;
}
.themesflat-pagination ul {
  position: relative;
}
.themesflat-pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.themesflat-pagination ul li:last-child {
  margin-right: 0;
}
.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #C4C4C4;
  text-align: center;
  width: 50px;
  height: 40px;
  border: 1px solid #E8E8E8;
  line-height: 40px;
  object-fit: cover;
}
.themesflat-pagination ul li .page-numbers.style {
  width: 70px;
  height: 40px;
  color: var(--primary-color4);
  border: unset;
  background: #F6F6F6;
}
.themesflat-pagination ul li .page-numbers.style::after {
  content: "+";
  margin-left: 3px;
}
.themesflat-pagination ul li .page-numbers:hover, .themesflat-pagination ul li .page-numbers.current {
  background-color: var(--primary-color3);
  color: #fff;
  border-color: var(--primary-color3);
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}
#scroll-top::before, #scroll-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top::before {
  z-index: -1;
  background-color: var(--primary-color3);
}
#scroll-top::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
#scroll-top:hover {
  transform: translateY(-7%);
}

/* Footer
-------------------------------------------------------------- */
#footer {
  padding: 121px 0 120px;
  background: #232629;
  position: relative;
}
#footer.home2 {
  padding: 118px 0 103px;
  background: url(./../../assets/images/backgroup-secsion/bg-footer.jpg) center center no-repeat;
  background-size: cover;
}
#footer.home3 {
  padding: 120px 0 103px;
  background: unset;
}


/* Widget
-------------------------------------------------------------- */
/*widget-logo*/
.widget-logo {
  padding-right: 108px;
  color: var(--primary-color7);
}
.widget-logo .logo-footer {
  margin-bottom: 20px;
}
.widget-logo .logo-footer a {
  font-size: 36px;
  font-weight: bold;
  color: var(--primary-color3);
}
.widget-logo p {
  margin-bottom: 37px;
  color: var(--primary-color7);
}
.widget-logo h3 {
  margin-bottom: 20px;
}
.widget-logo h3 span {
  margin-left: 7px;
}

/* widget-menu */
.widget-menu {
  padding-top: 14px;
}
.widget-menu.style-3 {
  padding-top: 42px;
}
.widget-menu .title-widget {
  margin-bottom: 10px;
  color: var(--primary-color);
}
.widget-menu ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  position: relative;
  color: var(--primary-color7);
}
.widget-menu ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #B14233;
  right: 0;
  bottom: 0;
  display: block;
  transform: scaleX(1);
  opacity: 0;
  transform-origin: center;
  transition: transform 0.3s;
}
.widget-menu ul li a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.3s;
  opacity: 1;
}

.widget-menu.home2 ul li a::after {
  background: var(--primary-color8);
}

.widget-menu.home2 ul li a:hover {
  color: var(--primary-color8);
}

.widget-menu.home3 ul li a::after {
  background: var(--primary-color9);
}

.widget-menu.home3 ul li a:hover {
  color: var(--primary-color9);
}

.widget.style-4 {
  padding-top: 14px;
}
.widget.style-4 .title-widget {
  margin-bottom: 23px;
  color: var(--primary-color);
}

.widget.style-4.home {
  padding: 45px 30px 30px;
  background: #272B2E;
}
.widget.style-4.home h4 {
  margin-bottom: 27px;
}
.widget.style-4.home input {
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  background: #232629;
  margin-bottom: 11px;
  color: var(--primary-color);
}
.widget.style-4.home input::placeholder {
  font-size: 14px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.widget.style-4.home textarea {
  background: #232629;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  margin-bottom: 21px;
  padding-bottom: 0;
  color: var(--primary-color);
}
.widget.style-4.home textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.widget.style-4.home p {
  margin-bottom: 20px;
}
.widget.style-4.home button {
  padding: 15.5px 35px;
}

/* recent news */
.widget .recent-news {
  margin-bottom: 33px;
}
.widget .recent-news li {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
}
.widget .recent-news li:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
}
.widget .recent-news li:not(:first-of-type) {
  padding-top: 27px;
}
.widget .recent-news li .thumb {
  float: left;
  overflow: hidden;
  margin: 3px 20px 20px 1px;
  position: relative;
  border-radius: 40px;
  width: 70px;
  height: 70px;
}
.widget .recent-news li .texts {
  margin-top: -6px;
}
.widget .recent-news li h5 {
  line-height: 30px;
  margin-bottom: 9px;
  font-weight: 400;
  color: #fff;
}
.widget .recent-news li .entry-button {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lora";
  color: rgba(255, 255, 255, 0.6);
}
.widget .recent-news li .entry-button::after {
  content: "+";
}
.widget .recent-news li .entry-button:hover {
  color: var(--primary-color3);
}
.widget .recent-news.home2 li a:hover {
  color: var(--primary-color8);
}
.widget .recent-news.home3 li a:hover {
  color: var(--primary-color9);
}

/* widget-subcribe */
.widget-subcribe.subcribe {
  margin-top: -81px;
}
.widget-subcribe.subcribe.home {
  margin-top: -120px;
}
.widget-subcribe h3 {
  margin-bottom: 21px;
}
.widget-subcribe .form-subcribe form {
  position: relative;
}
.widget-subcribe .form-subcribe input {
  background: #272B2E;
  width: 100%;
  padding: 21px 50px 19px 29px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.031372549);
  color: #fff;
}
.widget-subcribe .form-subcribe input:focus {
  border: 1px solid var(--primary-color3);
}
.widget-subcribe .form-subcribe input::placeholder {
  font-size: 14px;
  white-space: nowrap;
  max-width: 70%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.3019607843);
}
.widget-subcribe .form-subcribe button {
  position: absolute;
  top: 5px;
  right: 6px;
  background-color: var(--primary-color3);
  font-size: 21px;
  padding: 19px 44px 20px 45px;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-subcribe .form-subcribe button span {
  font-size: 16px;
  font-weight: 700;
}

.widget-subcribe.home2 .form-subcribe button {
  background: var(--primary-color8);
  border: 1px solid var(--primary-color8);
}
.widget-subcribe.home2 .form-subcribe button:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.widget-subcribe.home3 .form-subcribe button {
  background: var(--primary-color9);
  border: 1px solid var(--primary-color9);
}
.widget-subcribe.home3 .form-subcribe button:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* widget social footer */
.widget-social-footer {
  padding: 15px 0 16px;
  background-color: #130518;
}
.widget-social-footer ul li {
  margin-right: 44.3px;
}
.widget-social-footer ul li a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 28px;
}
.widget-social-footer .title-bottom {
  text-align: end;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}
.widget-social-footer.home2 {
  background-color: #fff;
}
.widget-social-footer.home3 {
  background-color: #fff;
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  width: 330px;
  height: 150px;
  background-image: url("../icon/weston-preload.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: preload 1s linear infinite alternate;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.preload-center {
  position: fixed;
  top: 50%;
  left: 50%;   /* adjust this value to taste */
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.search .search-submit {
  top: 6px;
  right: 4px;
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 20px;
  padding: 9px 14.5px;
}
.search .search-submit:hover {
  background: #fff;
}
.search .search-submit.search-icon::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: var(--primary-color3);
}

.side-bar .search-field::placeholder {
  font-size: 13px;
}

/* side bar */
.side-bar .widget {
  background-color: #F6F6F6;
  padding: 46px 50px 50px 49px;
  margin-bottom: 30px;
}
.side-bar .widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.side-bar .widget .widget-title::after {
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--primary-color3);
}
.side-bar .widget .widget-title.title-list {
  margin-bottom: 25px;
}
.side-bar .widget .widget-title.title-blogs {
  margin-bottom: 26px;
}
.side-bar .widget .widget-title.title-tags {
  margin-bottom: 29px;
}
.side-bar .widget .widget-title.title-up {
  margin-bottom: 19px;
}
.side-bar .widget.style2 {
  padding: 48px 50px 35px 49px;
}
.side-bar .widget.style3 {
  padding: 44px 40px 40px 50px;
}
.side-bar .widget.style4 {
  padding: 45px 50px 40px 50px;
}
.side-bar .widget.style4 p {
  margin-bottom: 20px;
}
.side-bar .widget .recent-news {
  margin-bottom: 0;
}
.side-bar .widget .recent-news li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--primary-color6);
}
.side-bar .widget .recent-news li:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.side-bar .widget .recent-news li h5 {
  margin-bottom: 0.5px;
  font-weight: 700;
}
.side-bar .widget .recent-news li .meta .user {
  margin-right: 4px;
}
.side-bar .widget .recent-news li .meta .user::after {
  margin-left: 5px;
}
.side-bar .widget .tags_cloud_inner a {
  display: inline-block;
  padding: 15px 19.5px 13px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
  margin-bottom: 10px;
  background-color: var(--primary-color);
  color: var(--primary-color4);
  font-family: "Open Sans";
}
.side-bar .widget .tags_cloud_inner a.style-tag {
  padding: 15px 15px 13px;
}
.side-bar .widget .tags_cloud_inner a.active, .side-bar .widget .tags_cloud_inner a:hover {
  background-color: var(--primary-color3);
  color: #fff;
}

/*widget categories */
.widget.widget-categories {
  padding: 44px 50px 46px 50px;
}
.widget.widget-categories li {
  position: relative;
  margin-bottom: 32px;
}
.widget.widget-categories li:last-child {
  margin-bottom: 0;
}
.widget.widget-categories li a {
  color: var(--primary-color4);
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
  display: flex;
  align-items: center;
}
.widget.widget-categories li a::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 8px;
  color: var(--primary-color2);
  margin-right: 8px;
}

.widget.widget-categories li:hover a::before,
.widget.widget-categories li.active a::before,
.widget.widget-categories li:hover a,
.widget.widget-categories li.active a {
  color: var(--primary-color3);
}

.widget.widget-categories li:hover .number,
.widget.widget-categories li.active .number {
  background-color: var(--primary-color2);
  color: var(--primary-color);
}

.btn-upload {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex !important;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: var(--primary-color2);
  padding-left: 30px;
  margin-bottom: 10px;
}
.btn-upload::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  margin-right: 19px;
  margin-top: 0px;
  font-weight: 400;
}
.btn-upload::after {
  content: "80kb";
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 19px;
}
.btn-upload.style-up {
  background: var(--primary-color3);
}
.btn-upload.style-up::before {
  content: "\f1c1";
}

.uploadFile {
  position: relative;
}
.uploadFile #filename2,
.uploadFile #filename {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  opacity: 0;
}

/* circle progress */
.flat-about .progress-box1 {
  margin-left: 23px;
  margin-right: 78px;
}

.flat-about .progress-box2 {
  margin-right: 78px;
}

.flat-about .progress-skill .couter2 .chart2,
.flat-about .progress-skill .couter .chart {
  position: relative;
  display: inline-block;
}

.flat-about .content h3 {
  margin-left: 0px;
  font-size: 18px;
}

.progress-skill {
  margin-bottom: 11px;
  text-align: center;
}

.progress-skill .couter2 .chart2 span.percent2,
.progress-skill .couter .chart span.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  font-family: "Open Sans";
  display: inline-block;
  color: var(--primary-color8);
}

.progress-skill .couter2 .chart2 span.percent2 {
  color: var(--primary-color3);
}

.progress-skill .couter2 .chart2 span.percent2::after,
.progress-skill .couter .chart span.percent::after {
  content: "%";
}

/* donat progress */
.progress-bar {
  margin: 29.5px 0 9px;
}

.progress-title-holder {
  padding-bottom: 16px;
  position: relative;
}

.progress-content-outter {
  height: 5px;
  background-color: var(--primary-color6);
  border-radius: 5px;
}

.progress-content {
  height: 5px;
  background-color: var(--primary-color3);
  width: 0%;
  border-radius: 5px;
}

.flat-themes .swiper-pagination,
.flat-practice .swiper-pagination {
  width: 100%;
  margin-top: 50px;
  position: relative;
  bottom: 0 !important;
}

.slider.home2 .swiper-pagination2 {
  position: absolute;
  bottom: 11.3%;
  right: 18.9%;
  z-index: 9;
}

.slider.home3 .swiper-pagination2 {
  position: absolute;
  bottom: 3.6%;
  right: 47.6%;
  z-index: 9;
}

.slider.home3 .swiper-pagination-bullet,
.slider.home2 .swiper-pagination-bullet,
.flat-themes .swiper-pagination-bullet,
.flat-practice .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(35, 38, 41, 0.2);
  opacity: 1;
  margin: 0 10px !important;
  z-index: 99;
}
.slider.home3 .swiper-pagination-bullet::before,
.slider.home2 .swiper-pagination-bullet::before,
.flat-themes .swiper-pagination-bullet::before,
.flat-practice .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  transform: translate(-50%, -57%);
  top: 50%;
  border-radius: 50%;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid rgba(35, 38, 41, 0.2);
  overflow: visible;
}

.slider.home3 .swiper-pagination-bullet,
.home2.tf-2 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
}
.slider.home3 .swiper-pagination-bullet::before,
.home2.tf-2 .swiper-pagination-bullet::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.flat-case .swiper-pagination {
  margin-top: 63px;
  margin-bottom: 5px;
}

.flat-case.home3 .swiper-pagination {
  margin-top: 65px;
  margin-bottom: 5px;
}

.flat-case.home2 .swiper-pagination {
  margin-top: 66px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color3) !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color3);
}

.home2.tf-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color8) !important;
}
.home2.tf-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color8);
}

.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color9) !important;
}
.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color9);
}

.slider.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color3) !important;
}
.slider.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color3);
}

.heading-section {
  margin-bottom: 121px;
}
.heading-section h5 {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--primary-color4);
}
.heading-section .title-section {
  position: relative;
}
.heading-section .title-section::before {
  position: absolute;
  bottom: -61px;
  left: 50%;
  background-color: var(--primary-color3);
  width: 2px;
  height: 50px;
  transform: translateX(-50%);
  content: "";
  text-transform: capitalize;
}
.heading-section.style {
  margin-top: -3px;
  margin-bottom: 49px;
  padding: 0 30%;
}
.heading-section.home2 .title-section::before {
  background-color: var(--primary-color8);
}
.heading-section.home3 .title-section::before {
  background-color: var(--primary-color9);
}

.heading-section2 {
  margin-bottom: 51px;
}
.heading-section2 h5 {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--primary-color4);
}
.heading-section2 .title-section {
  text-transform: capitalize;
}
.heading-section2.style {
  margin-bottom: 42px;
}

.hover-img img,
.flat-img img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.hover-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.box-hv .hover-style {
  position: relative;
}
.box-hv .hover-style::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(177, 66, 51, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 500ms ease;
}
.box-hv:hover .hover-style::before {
  transform: scale(1, 1);
  transform-origin: top;
}
.box-hv .hover-style.hv2::before {
  transform-origin: unset;
  background: rgba(194, 151, 101, 0.5019607843);
  transform: scale(1, 0);
}
.box-hv:hover .hover-style.hv2::before {
  transform: scale(1, 1);
  transform-origin: center;
}
.box-hv .hover-style.hv3::before {
  background: rgba(194, 151, 101, 0.5019607843) !important;
  transform: scale(1, 0);
}
.box-hv:hover .hover-style.hv3::before {
  transform: scale(1, 1);
}
.box-hv .hover-style.hv4::before {
  background: rgba(22, 81, 83, 0.5019607843);
  transform: scale(1, 0);
}
.box-hv:hover .hover-style.hv4::before {
  transform: scale(1, 1);
}
.box-hv .hover-style.hv5::before {
  transform-origin: unset;
  background: rgba(22, 81, 83, 0.5019607843);
  transform: scale(1, 0);
}
.box-hv:hover .hover-style.hv5::before {
  transform: scale(1, 1);
  transform-origin: center;
}
.box-hv .hover-style.hv6::before {
  transform-origin: unset;
  background: rgba(177, 66, 51, 0.5019607843);
  transform: scale(1, 0);
}
.box-hv:hover .hover-style.hv6::before {
  transform: scale(1, 1);
  transform-origin: center;
}
.box-hv .hover-style.hv7::before {
  transform-origin: center;
  transform: scale(0, 0);
  border-radius: 50%;
  transition: transform 800ms ease;
}
.box-hv .hover-style.hv7.hv8::before {
  background: rgba(194, 151, 101, 0.5019607843);
}
.box-hv .hover-style.hv7.hv9::before {
  background: rgba(22, 81, 83, 0.5019607843);
}
.box-hv .hover-style.hv7.hv10::before {
  border-radius: unset;
}
.box-hv:hover .hover-style.hv7::before {
  transform: scale(1, 1);
  transform-origin: center;
}

/*# sourceMappingURL=style.css.map */
#about,
#services,
#contact {
    scroll-margin-top: 140px;
}
/* Weston Legal text polish */

.slider.home .heading h1 {
    font-size: 54px;
    line-height: 1.15;
}

.flat-practice .heading-section .title-section,
.flat-icon-practice .heading-section .title-section {
    font-size: 42px;
    line-height: 1.2;
}

.flat-icon-practice .wrapper-icon h3 {
    font-size: 22px;
    line-height: 1.25;
}

.flat-icon-practice .wrapper-icon {
    min-height: 120px;
}


/* Weston Legal colour refresh */

:root {
    --primary-color3: #0f7c90;
    --primary-color4: #145a6a;
}

.text-color-3,
a:hover,
.menu .current-menu-item > a {
    color: #0f7c90 !important;
}

.sc-button,
.btn-1,
button[type="submit"] {
    background-color: #0f7c90 !important;
    border-color: #0f7c90 !important;
}

.sc-button:hover,
.btn-1:hover,
button[type="submit"]:hover {
    background-color: #12343b !important;
    border-color: #12343b !important;
}

#top-bar {
    background: #12343b !important;
}

#top-bar .text-color-3 {
    color: #f5b041 !important;
}

/* Weston Legal hero polish */

.slider.home .heading h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    max-width: 850px;
}

.slider.home .flat-bt-slider {
    margin-top: 28px;
}

/* Weston Legal global font reset */

body,
button,
input,
select,
textarea,
p,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6,
.menu a,
.sc-button,
.title-section,
.tf-title,
.texts {
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}
/* Weston Legal hero polish */

.slider.home .heading h1 {
    font-size: 52px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    max-width: 760px;
    font-weight: 700;
}

.slider.home .flat-slider .overlay {
    background: linear-gradient(90deg, rgba(18,52,59,0.82) 0%, rgba(18,52,59,0.45) 45%, rgba(18,52,59,0.08) 100%) !important;
}

.slider.home .flat-bt-slider {
    margin-top: 28px;
}

/* Weston Legal top bar contact strip */
#top-bar {
    background: #0d444b !important;
    padding: 0 !important;
    height: 50px !important;
}

#top-bar::before {
    display: none !important;
}

#top-bar .container,
#top-bar .row,
#top-bar .col-lg-12,
#top-bar .inner {
    height: 50px !important;
}

#top-bar .inner {
    align-items: stretch !important;
}

#top-bar .top-bar-left {
    display: flex !important;
    align-items: center !important;
}

.weston-topbar-contact {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    height: 50px !important;
}

.weston-phone-top {
    display: flex !important;
    align-items: center !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 36px !important;
    background: #168a99 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.weston-phone-top a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.weston-linkedin-top {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    height: 50px !important;
    background: #0d444b !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 20px !important;
    line-height: 1 !important;
}
.weston-linkedin-badge {
    position: relative !important;
    display: inline-flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    background: #0a66c2 !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -1px !important;
    transition: transform 0.2s ease !important;
}

.weston-linkedin-i,
.weston-linkedin-n {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 21px !important;
    line-height: 23px !important;
    height: 23px !important;
}

.weston-linkedin-i {
    position: relative !important;
    margin-right: 1px !important;
}

.weston-linkedin-i::before {
    content: none !important;
    display: none !important;
}

.weston-linkedin-top:hover .weston-linkedin-badge {
    transform: translateY(-1px);
}

/* Weston Legal footer */

#footer {
    background: #f5f6f7 !important;
    padding: 70px 0 55px !important;
}

#footer .widget-logo,
#footer .widget-logo *,
#footer .widget-menu,
#footer .widget-menu *,
#footer .widget-menu .title-widget {
    color: #111 !important;
}

#footer .widget-logo {
    text-align: left !important;
    padding-right: 80px !important;
}

#footer .widget-logo .logo-footer {
    display: block !important;
    text-align: left !important;
    margin: 0 0 12px 0 !important;
}

#footer .widget-logo .logo-footer img {
    display: block !important;
    margin: 0 0 0 -32px !important;
    width: 147px !important;
    height: auto !important;
}

#footer .weston-footer-company-name {
    display: block !important;
    color: #111 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    margin: 0 0 24px 0 !important;
    text-transform: none !important;
}

#footer .widget-logo p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 18px !important;
}

#footer .weston-footer-location,
#footer .weston-footer-location span {
    color: #111 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    text-transform: none !important;
}

#footer .widget-logo h4 {
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-top: 10px !important;
}

#footer .widget-menu {
    max-width: 220px !important;
    padding-top: 16px !important;
}

#footer .widget-menu .title-widget {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    font-weight: 800 !important;
}

#footer .widget-menu ul {
    padding-left: 0 !important;
}

#footer .widget-menu ul li {
    padding: 0 !important;
    margin-bottom: 8px !important;
}

#footer .widget-menu ul li a {
    color: #111 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}

#footer .widget.style-4.home {
    background: #272b2e !important;
    padding: 45px 30px 30px !important;
    width: 100% !important;
}

#footer .widget.style-4.home,
#footer .widget.style-4.home *,
#footer .respond-comment,
#footer .respond-comment *,
#footer form,
#footer form * {
    color: #ffffff !important;
}

#footer .respond-comment p {
    color: #e8e8e8 !important;
}

#footer .widget.style-4.home input,
#footer .widget.style-4.home textarea {
    color: #172326 !important;
    background-color: #f7fbfc !important;
    border: 1px solid #9fb0b8 !important;
    box-shadow: inset 0 0 0 1px rgba(22, 81, 83, 0.10) !important;
}

#footer .widget.style-4.home input::placeholder,
#footer .widget.style-4.home textarea::placeholder {
    color: #5f6f76 !important;
    opacity: 1 !important;
}

#footer .widget.style-4.home input:focus,
#footer .widget.style-4.home textarea:focus {
    color: #172326 !important;
    background-color: #ffffff !important;
    border-color: #148a9a !important;
    box-shadow: 0 0 0 3px rgba(20, 138, 154, 0.25) !important;
}

#footer .widget.style-4.home p {
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    letter-spacing: 0 !important;
}

#footer .widget.style-4.home .text-call {
    line-height: 1.4 !important;
    font-size: 14px !important;
    text-transform: none !important;
}

#footer .widget.style-4.home .weston-footer-email-option {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #ffffff !important;
    text-transform: none !important;
}

#footer .widget.style-4.home .weston-footer-email-option a {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

#footer .widget.style-4.home .weston-footer-email-option a:hover {
    color: #c29765 !important;
}
#footer button,
#footer button span {
    color: #ffffff !important;
}

#footer .weston-footer-disclaimer {
    margin-top: 35px !important;
    padding-top: 18px !important;
    border-top: 1px solid #d5dadd !important;
    color: #333 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
    text-transform: none !important;
}

/* Weston Legal anchor target */
.weston-anchor-target {
    display: block !important;
    height: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* Weston Legal topline colours */

.weston-topline-main {
    color: #cfd8dc !important;
}

.weston-topline-accent {
    color: #ffd166 !important;
    font-weight: 800 !important;
}

.weston-uk-firm-badge {
    display: inline-flex !important;
    align-items: center !important;
    margin-left: 18px !important;
    padding: 4px 11px 5px !important;
    border: 1px solid rgba(255, 209, 102, 0.85) !important;
    border-radius: 999px !important;
    background: #1b8f9e !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.weston-uk-firm-badge::before {
    content: "" !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    margin-right: 7px !important;
    border-radius: 50% !important;
    background: #ffd166 !important;
    box-shadow: 0 0 0 2px rgba(255, 209, 102, 0.18) !important;
}

/* Slightly brighter top bar to match London/sunrise palette */
#top-bar {
    background: #103d45 !important;
}

#top-bar::before {
    background-color: #148a9a !important;
}

/* Weston Legal About section - flowing text with right-hand image */

.flat-about.weston-about-section {
    position: relative !important;
    background: #fffdf8 !important;
    padding-top: 42px !important;
    padding-bottom: 66px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    scroll-margin-top: 150px !important;
}

.flat-about.weston-about-section .container {
    max-width: 1200px !important;
}

.flat-about .weston-about-flow {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.flat-about .weston-about-flow::after {
    content: "" !important;
    display: block !important;
    clear: both !important;
}

.flat-about .weston-about-image-float {
    float: right !important;
    width: 42% !important;
    max-width: 460px !important;
    min-width: 360px !important;
    margin: 0 0 24px 56px !important;
    padding: 0 !important;
}

.flat-about .weston-about-image-float .weston-about-photo {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 620px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 0 !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08) !important;
}

.flat-about .weston-about-box .tf-title {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    padding-top: 0 !important;
    max-width: 660px !important;
    font-size: 44px !important;
    line-height: 1.08 !important;
    text-transform: none !important;
}

.flat-about .weston-about-subtitle {
    max-width: 690px !important;
    line-height: 1.50 !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    padding-bottom: 22px !important;
    text-transform: none !important;
}

.flat-about .weston-about-box p {
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.64 !important;
    margin-bottom: 13px !important;
    text-transform: none !important;
}

/* Weston Legal service icons */

.weston-service-icon i {
    font-size: 46px !important;
    color: #c8493b !important;
    line-height: 1 !important;
}

.wrapper-icon:hover .weston-service-icon i {
    color: #ffffff !important;
}
/* Weston Legal service icon continuous spin on hover */

.weston-service-icon i {
    font-size: 46px !important;
    color: #c8493b !important;
    line-height: 1 !important;
    display: inline-block !important;
    transition: color 0.35s ease !important;
}

.wrapper-icon:hover .weston-service-icon i {
    color: #ffffff !important;
    animation: weston-icon-spin 0.8s ease-in-out;
}

@keyframes weston-icon-spin {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
/* Weston Legal service icon colour */

.wrapper-icon .weston-service-icon i {
    color: #148a9a !important;
}

.wrapper-icon:hover .weston-service-icon i {
    color: #ffffff !important;
}

/* Weston Legal continuous brand logo slider */

.flat-brand {
    background: #fffdf8 !important;
    padding: 12px 0 34px 0 !important;
    overflow: hidden !important;
}

.flat-brand .brand-slider,
.flat-brand .carousel-3 {
    overflow: hidden !important;
}

.flat-brand .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center !important;
}

.flat-brand .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flat-brand .slogan-logo {
    padding: 0 24px !important;
    text-align: center !important;
}

.flat-brand .slogan-logo img {
    display: block !important;
    max-height: 60px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Weston Legal disclaimer highlight animation */

@keyframes westonHighlight {
    0% { background-color: transparent; }
    30% { background-color: rgba(20, 138, 154, 0.15); }
    100% { background-color: transparent; }
}

#legal-regulatory.weston-highlight {
    animation: westonHighlight 2s ease;
}

/* Weston Legal section spacing and backgrounds */

.flat-icon-practice,
.flat-testimonials {
    background-color: #fffdf8 !important;
}

#services.flat-icon-practice {
    padding-top: 50px !important;
    padding-bottom: 28px !important;
    margin-bottom: 0 !important;
}

/* Weston Legal Services SEO panel */

.weston-services-seo-panel {
    max-width: 1040px;
    margin: 38px auto 0 auto;
    padding: 24px 32px;
    background: #ffffff;
    border-left: 4px solid #148a9a;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.045);
}

.weston-services-seo-panel h3 {
    margin: 0 0 10px 0;
    font-family: "Inter", sans-serif;
    font-size: 23px;
    line-height: 1.28;
    font-weight: 800;
    color: #272B2E;
    text-transform: none;
}

.weston-services-seo-panel p {
    margin: 0 0 9px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.62;
    color: #555;
    text-transform: none;
}

.weston-services-seo-panel p:last-child {
    margin-bottom: 0;
}

/* Remove vertical line beneath Areas of Experience */
#services .heading-section .title-section::before,
#services .heading-section .title-section::after,
.flat-icon-practice .heading-section .title-section::before,
.flat-icon-practice .heading-section .title-section::after,
.flat-icon-practice .title-section::before,
.flat-icon-practice .title-section::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

.flat-about {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.flat-testimonials {
    padding-top: 18px !important;
    margin-top: 0 !important;
}

/* Weston Legal testimonial carousel */

#testimonials {
    scroll-margin-top: 150px !important;
}

.weston-testimonials-section {
    overflow: hidden !important;
    border-top: none !important;
}

.weston-testimonials-heading {
    margin: 0 0 34px 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.weston-testimonials-heading h2 {
    font-size: 72px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(31, 124, 132, 0.14) !important;
    border: 0 !important;
	text-transform: none !important;
}

.weston-testimonials-swiper {
    overflow: visible !important;
    padding: 0 0 26px 0 !important;
    margin-top: 0 !important;
}

.weston-testimonials-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.weston-testimonial-card {
    height: 340px !important;
    min-height: 340px !important;
    background: #ffffff !important;
    border: 1px solid rgba(31, 124, 132, 0.18) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06) !important;
    padding: 22px 32px 20px 32px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
}

.weston-testimonial-card .texts {
    position: relative !important;
    flex: 0 1 auto !important;
    min-height: 0 !important;
    padding: 4px 52px 0 42px !important;
    margin: 0 0 8px 0 !important;
    font-size: 12.4px !important;
    line-height: 1.28 !important;
    color: #4f5559 !important;
    text-align: justify !important;
    text-align-last: left !important;
    overflow: visible !important;
}

.weston-testimonial-card .texts::before {
    content: "❝" !important;
    position: absolute !important;
    left: 0 !important;
    top: -2px !important;
    font-size: 42px !important;
    line-height: 1 !important;
    color: #1f7c84 !important;
    font-family: "Comic Sans MS", "Trebuchet MS", cursive !important;
    font-weight: 700 !important;
}

.weston-testimonial-card .texts::after {
    content: "❞" !important;
    position: absolute !important;
    right: 6px !important;
    bottom: -12px !important;
    display: block !important;
    margin-left: 0 !important;
    font-size: 42px !important;
    line-height: 1 !important;
    color: #1f7c84 !important;
    font-family: "Comic Sans MS", "Trebuchet MS", cursive !important;
    font-weight: 700 !important;
}

.weston-testimonial-card .reviews {
    flex: 0 0 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: right !important;
    gap: 12px !important;
    width: 100% !important;
    margin: auto 0 10px 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.weston-testimonial-card .star i {
    color: #c29765 !important;
    margin-right: 3px !important;
    font-size: 13px !important;
}

.weston-testimonial-card .reviews h4 {
    color: #1f7c84 !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.weston-testimonial-card h3 {
    flex: 0 0 auto !important;
    font-size: 19px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    color: #272b2e !important;
    margin: 0 !important;
    padding-bottom: 2px !important;
}

.weston-testimonial-card .weston-testimonial-name {
    display: block !important;
    font-weight: 800 !important;
    color: #272b2e !important;
}

.weston-testimonial-card .weston-testimonial-role {
    display: block !important;
    font-weight: 400 !important;
    color: #272b2e !important;
    margin-top: 2px !important;
}

/* Weston Legal service modal */

.weston-service-card {
    cursor: pointer;
}

.weston-service-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
}

.weston-service-modal.is-open {
    display: flex;
}

.weston-service-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 28, 34, 0.72);
    backdrop-filter: blur(4px);
}

.weston-service-modal-card {
    position: relative;
    width: 75vw;
    max-width: 1100px;
    min-height: 55vh;
    max-height: 82vh;
    overflow-y: auto;
    background: #fffaf0;
    color: #1f2529;
    padding: 35px 65px 55px 65px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    transform-style: preserve-3d;
    animation: westonServiceOpen 1.05s ease-out both;
/* Weston double-line teal border */
	box-shadow: 0 30px 80px rgba(0,0,0,0.35); /* keep your existing shadow */
}

@keyframes westonServiceOpen {
    0% {
        opacity: 0;
        transform:
            translate(
                calc(var(--weston-origin-x) - 50vw),
                calc(var(--weston-origin-y) - 50vh)
            )
            rotateX(-720deg)
            scale(var(--weston-origin-scale, 0.25));
    }

    65% {
        opacity: 1;
        transform:
            translate(0, 0)
            rotateX(-120deg)
            scale(0.92);
    }

    100% {
        opacity: 1;
        transform:
            translate(0, 0)
            rotateX(0deg)
            scale(1);
    }
}

@keyframes westonServiceClose {
    0% {
        opacity: 1;
        transform: rotateX(0deg) scale(1);
    }
    100% {
        opacity: 0;
        transform: rotateX(12deg) scale(0.94);
    }
}

.weston-service-modal.is-closing .weston-service-modal-card {
    animation: westonServiceClose 0.38s ease forwards !important;
}

.weston-service-modal-close {
    position: absolute;
    top: 18px;
    right: 24px;
    border: 0;
    background: transparent;
    color: #148a9a;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

.weston-service-modal-card h2 {
    margin-bottom: 22px;
    font-size: 38px;
    line-height: 1.2;
    color: #148a9a;
}

.weston-service-modal-card p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.weston-service-modal-card ul {
    margin: 18px 0 0 22px;
}

.weston-service-modal-card li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
}

body.weston-modal-open {
    overflow: hidden;
}/* Inset double teal border for service popup card */
.weston-service-modal-card::before {
    content: "";
    position: absolute;
    inset: 6px;              /* distance in from the card edge */
    border: 6px double #148a9a;
    pointer-events: none;
    z-index: 1;
}

.weston-service-modal-card > * {
    position: relative;
    z-index: 2;
}

/* Fix Weston service modal header, logo and return button */

.weston-service-modal-card {
    padding: 48px 70px 95px 70px !important;
}

.weston-service-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    margin-bottom: 32px !important;
}

.weston-service-header h2 {
    margin: 0 !important;
    line-height: 1.1 !important;
}
.weston-service-logo {
    display: block !important;
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 0.9;
	margin-top: 4px;
    transform: translateX(25px) scale(0.92);
    animation: westonServiceLogoIn 0.75s ease 0.35s forwards;
}

@keyframes westonServiceLogoIn {
    0% {
        opacity: 0;
        transform: translateX(25px) scale(0.92);
    }
    100% {
        opacity: 0.95;
        transform: translateX(0) scale(1);
    }
}

.weston-service-return {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: 70px !important;
    bottom: 38px !important;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;

    display: inline-block !important;
    padding: 14px 26px !important;

    background: #148a9a !important;
    color: #ffffff !important;
    border: 0 !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
    z-index: 5 !important;
}

.weston-service-return:hover {
    background: #0f6f7b !important;
    transform: translateY(-2px);
}

/* tighten space under heading */
#services .heading-section {
    margin-bottom: 40px !important;   /* reduce from ~80px */
}

/* remove extra top spacing before cards */
#services .row + .row {
    margin-top: 0 !important;
}
/* Blur the page behind the service modal */

#wrapper {
    transition: filter 0.38s ease, transform 0.38s ease;
}

body.weston-modal-open #wrapper {
    filter: blur(4px);
    transform: scale(0.995);
}

.weston-service-modal-backdrop {
    background: rgba(6, 28, 34, 0.50) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition: opacity 0.38s ease;
}

.weston-service-modal.is-closing .weston-service-modal-backdrop {
    opacity: 0;
}
.weston-service-modal-card {
    will-change: transform, opacity;
}
/* Replace large background A with smaller About word */

/* Weston About background word */

.flat-about {
    position: relative !important;
    overflow: hidden !important;
}

.flat-about.weston-about-section .mark-a.weston-about-word {
    display: block !important;
    position: absolute !important;

    top: 24px !important; /* How high or low the 'About' word is (*lower is higher) */
    left: max(24px, calc((100vw - 1200px) / 2 + 15px)) !important;
    right: auto !important;
    bottom: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 180px !important;
    line-height: 0.9 !important;
    letter-spacing: 4px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;

    color: rgba(31, 124, 132, 0.11) !important;
    opacity: 1 !important;

    transform: none !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.flat-about .container {
    position: relative !important;
    z-index: 2 !important;
}
