@charset "UTF-8";

@font-face {
  font-family: "Gestura Display TRIAL";
  src: url("../../fonts/gestura/GesturaDisplayTRIAL-Semibold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Display TRIAL";
  src: url("../../fonts/gestura/GesturaDisplayTRIAL-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Display TRIAL";
  src: url("../../fonts/gestura/GesturaDisplayTRIAL-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Headline TRIAL";
  src: url("../../fonts/gestura/GesturaHeadlineTRIAL-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Text TRIAL";
  src: url("../../fonts/gestura/GesturaTextTRIAL-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Headline TRIAL";
  src: url("../../fonts/gestura/GesturaHeadlineTRIAL-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Headline TRIAL";
  src: url("../../fonts/gestura/GesturaHeadlineTRIAL-Semibold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Headline TRIAL";
  src: url("../../fonts/gestura/GesturaHeadlineTRIAL-Black.woff2")
    format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gestura Text TRIAL";
  src: url("../../fonts/gestura/GesturaTextTRIAL-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro/Cera Pro Black Italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro/Cera Pro Regular Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Removed Cera Pro Thin (100) — file not present */

/* Removed Cera Pro Light Italic — file not present */

/* Removed Cera Pro Bold Italic — file not present */

@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro/Cera Pro Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro/Cera Pro Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro/Cera Pro Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Replaced generic Italic with Regular Italic above */

@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro/Cera Pro Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Removed Cera Pro Regular (400 normal) — file not present */

/* Font rendering improvements to better match design comps */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-synthesis: none; /* prevent faux bold/italic */
  font-kerning: normal;
}

/* Removed legacy FONTSPRINGDEMO ThinItalic face to avoid 404s and extra requests */

:root {
  --body: #4f4f4f;
  --dark: #202020;
  --silver: #707375;
  --primaryColor: #c63527;
  --primaryColor-dark: #9a251a;
  --secondaryColor: #fff4d8;
  --secondaryColor-light: #fffdf5;
  --secondaryColor-light-opacity: hsla(48, 100%, 98%, 0.95);
  --input-border-color: var(--silver);
  --focusColor: var(--primaryColor);
  --errorColor: var(--primaryColor);
  --errorColor-dark: var(--primaryColor-dark);
  --label-color: var(--dark);
  --header-height: 72px;
  --successColor: #15846f;
  --whiteColor: #ffffff;
  --greyColor: #f5f4f4;
  --greyColor200: #cbcbcd;
  --greyColor300: #e6e6e6;
  --greyColor600: #949494;
  --fontColor: #1c201f;
  --darkColor: #000000;
  --secondaryFont: "Gestura Text TRIAL", "Battambang", system-ui, -apple-system,
    sans-serif;
  --primaryFont: "Cera Pro", "Battambang", -apple-system, system-ui, sans-serif;
  --borderRadiusLg: 50%;
  --borderRadiusMd: 50px;
  --borderRadius: 10px;
  --borderRadiusSm: 5px;
  --boxShadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  --boxShadowMd: 0 1px 2px rgb(0 0 0 / 15%), 0 1px 10px rgb(0 0 0 / 12%);
  --boxShadowLg: rgb(0 0 0 / 19%) 0px 11px 22px;
  --fontBody: 1.1rem;
  --fontBody2: 1rem;
  --fontBodyLineHeight: 29px;
  --fontWeightRegular: 500; /* align with available Cera Pro Medium */
  --fontWeightSimeBold: 600;
  --fontWeightBold: 700;
  --transition: all 0.3s ease-in-out;
  --animate-duration: 1s;

  --stdPadding: 65px;
  --stdPadding-bottom: 65px;
  --stdPadding-top: 65px;
  --stdMargin-bottom: 65px;
  --stdMargin: 65px;
  --stdLetterSpacing: 1.2px;
  --stdLetterSpacingMd: 2px;
}

@media screen and (max-width: 560px) {
  :root {
    --fontBody: 1rem;
    --fontBody2: 1rem;
    --fontBodyLineHeight: 1.5rem;
    --stdPadding: 30px;
    --stdPadding-bottom: 30px;
    --stdPadding-top: 30px;
    --stdMargin-bottom: 30px;
    --stdMargin: 30px;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: var(--primaryFont);
  font-weight: var(--fontWeightRegular);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: var(--fontBody);
  line-height: var(--fontBodyLineHeight);
  word-break: break-word;
  color: var(--fontColor);
  letter-spacing: 0;
}

.grecaptcha-badge {
  display: none !important;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  outline: 0 !important;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button:active,
button:focus {
  outline: none;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--primaryFont);
  font-weight: var(--fontWeightBold);
}

.h6,
h6 {
  font-size: 14px;
}
p {
  margin-bottom: 28px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.img-fluid {
  width: 100% !important;
  height: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
  padding-bottom: 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 8px 13px;
  max-width: 100%;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 12px;
  max-width: 100%;
  width: 100%;
}

.form-control {
  border-radius: 0;
  padding: 8px 13px;
}

select:active,
select:focus,
.form-control:focus {
  outline: none;

  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

textarea {
  width: 100%;
}

textarea:focus,
input:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333333;
}

a:hover,
a:focus,
a:active {
  color: #333333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.font-family-primary {
  font-family: var(--primaryFont);
}
.font-family-secondary {
  font-family: var(--secondaryFont);
  font-weight: 500;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.sp-site-footer:before,
.sp-site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.sp-site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.sp-content p:last-child {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .sp-site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .sp-site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# SP Theme Global Animations - Dalmore Style (Working Version)
--------------------------------------------------------------*/

/* Base animation setup - Global 'animate-slide-up' class for all widgets */
.animate-slide-up {
  /* Start with initial offset for slide-up animation - NO opacity to avoid Elementor editor issues */
  transform: translateY(3rem);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  backface-visibility: hidden;
}

/* Elementor Editor Mode Override - Show elements for editing */
.elementor-editor-active .animate-slide-up {
  transform: translateY(0) !important;
}

/* Animation triggered state - when element enters viewport */
.animate-slide-up.animate-in {
  transform: translateY(0);
}

/* Accessibility: Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .animate-slide-up,
  .animate-slide-up.animate-in {
    transform: none !important;
    transition: none !important;
  }
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .animate-slide-up {
    transform: translateY(2rem);
    transition: transform 0.6s ease-out;
  }
}

/* .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated, .elementor-widget-container {
  padding: 10px 15px !important;
}
.elementor-element .e-con-full {
  padding: 0 !important;
} */
.elementor-element.e-con-boxed {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-widget-text-editor ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 15px;
}
.elementor-widget-text-editor ul li {
  position: relative;
}
.elementor-widget-text-editor ul li::before {
  content: "-";
  position: absolute;
  left: -15px;
}
/*--------------------------------------------------------------
## body
--------------------------------------------------------------*/
.sp-theme div.wpforms-container-full:not(:empty) {
  margin-top: 0 !important;
}
.sp-theme .wpforms-container .wpforms-field,
.sp-theme .wp-core-ui div.wpforms-container .wpforms-field {
  padding-top: 0 !important;
}

.sp-theme .wpforms-container .wpforms-field-label,
.sp-theme .wp-core-ui div.wpforms-container .wpforms-field-label {
  font-size: var(--fontBody) !important;
  font-weight: 400;
  margin-bottom: 5px;
}

.sp-theme .wpforms-submit {
  background-color: var(--primaryColor) !important;
  border-radius: var(--borderRadius) !important;
}

red,
.red {
  color: var(--redColor);
}

/* end ad event */

/*--------------------------------------------------------------
## single page
--------------------------------------------------------------*/
.single-section-header {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

.single-section-content {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.single-section-title h1 {
  margin-top: 30px;
  font-size: 34px;
  margin-bottom: 00px;
  text-transform: uppercase;
}

.single-section-desc {
  margin-bottom: 40px;
}

.single-section-desc h2 {
  font-size: 26px;
  font-weight: var(--fontWeightRegular);
}

.single-section-desc h3 {
  font-size: 22px;
  font-weight: var(--fontWeightRegular);
}

.single-section-btn {
  margin-top: 30px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 10px;
  left: 10px;
}

.form-contact .btn-submit {
  margin-bottom: 0;
  font-family: var(--secondaryFont);
  letter-spacing: 3px;
  cursor: pointer;
}

.sp-single-page__header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--colorBorder, #e9ecef);
}
.sp-single-page__header a {
  color: var(--colorText);
}

.entry-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--colorHeading, #212529);
}

.entry-meta {
  font-size: var(--fontBody);
  color: var(--colorTextMuted, #6c757d);
}

.entry-meta .date,
.entry-meta .categories {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.entry-meta i {
  color: var(--primaryColor);
}

.entry-meta a:hover {
  color: var(--colorLinkHover);
  text-decoration: underline;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--colorHeading, #212529);
}

.page-links {
  margin: 2rem 0;
  padding: 1rem;
  background-color: var(--colorBackground, #f8f9fa);
  border-radius: 6px;
  text-align: center;
}

.page-links a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  background-color: var(--primaryColor, #007bff);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.page-links a:hover {
  background-color: var(--primaryColor500, #0056b3);
}

.entry-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--greyColor, #e9ecef);
}

.tags-links {
  margin-bottom: 1rem;
}

.tags-title {
  font-weight: 600;
  margin-right: 0.5rem;
  color: var(--colorHeading, #212529);
}

.tags-links a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  background-color: var(--greyColor300, #6c757d);
  color: var(--colorText);
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.85rem;
  transition: background-color 0.3s ease;
}

.tags-links a:hover {
  background-color: var(--greyColor600, #545b62);
}

.table-responsive table {
  vertical-align: middle;
}
table tr td,
table tr th {
  /* border: solid 1px var(--greyColor200);
  height: auto;
  padding: 5px 10px; */
  word-break: break-all;
}

.sp-section-pt {
  padding-top: var(--stdPadding);
}
.sp-section-pb {
  padding-bottom: var(--stdPadding);
}
/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.sp-site-footer {
  background-color: var(--secondaryColor);
  font-family: var(--primaryFont);
  position: relative;
}

.footer-top .widget {
  margin-bottom: 0 !important;
}

.map-form iframe {
  margin-bottom: -10px;
}

.sp-site-footer {
  padding-top: 40px;
  padding-bottom: 30px;
}
.sp-site-footer__content {
  text-align: center;
}
.sp-site-footer__content .widget {
  margin-bottom: 35px;
}
.sp-site-footer__content p {
  margin-bottom: 5px;
}
.sp-footer-widget-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.widget_infoaddress_widget {
  margin-bottom: 20px;
}

.sp-site-footer__content .widget a {
  color: var(--darkColor) !important;
}

.sp-site-footer__content .widget a[href^="tel"] {
  color: var(--darkColor) !important;
}
.sp-site-footer__copyright {
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-bottom: 40px;
}
.sp-site-footer__disclaimer {
  display: inline-block;
  background-color: var(--whiteColor);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0px 5px;
  margin-top: 15px;
}

.sp-site-footer__content .widget ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px;
  margin-left: 0;
}

.sp-site-footer__content .widget ul li {
  padding-bottom: 0.5rem;
}

.sp-site-footer__content .widget .menu {
  margin-bottom: 0 !important;
}

.sp-site-footer__content .widget .menu li {
  padding-bottom: 0.5rem;
  display: inline-block;
}
.sp-site-footer__content .widget .menu li a {
  font-family: var(--primaryFont);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: normal;
  color: var(--darkColor);
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
.sp-site-footer__content .widget .menu li a:hover {
  text-decoration: none;
  font-weight: 700;
  color: var(--primaryColor) !important;
  text-decoration: underline;
}

.copyright {
  font-size: 13px;
}

.sp-site-footer__bottom {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

.sp-site-footer__bottom a {
  color: var(--whiteColor);
}

.sp-site-footer__bottom a:hover {
  text-decoration: underline;
}

.sp-site-footer__bottom-nav ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

.sp-site-footer__bottom-nav ul li {
  display: inline-block;
  text-align: center;
}

.sp-site-footer__bottom-nav ul li a {
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--secondaryFont);
  letter-spacing: 1px;
}

.sp-site-footer__bottom-nav ul li a:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--whiteColor);
  display: block;
  position: absolute;
  right: -3px;
  top: 6px;
}

.sp-site-footer__bottom-nav ul li:last-child a:after {
  content: none;
}

/*sp-widget-info-address*/
.sp-widget-info-address img {
  height: 60px;
  width: auto;
  max-width: fit-content;
}

.sp-widget-info-address ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sp-widget-info-address ul li {
  display: block;
  color: var(--whiteColor);
  padding-right: 20px;
  padding-left: 30px;
  position: relative;
}

.sp-widget-info-address ul li:last-child:after {
  content: none;
}

.sp-widget-info-address ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: var(--primaryColor);
}

.sp-widget-info-address ul li:nth-child(2),
.sp-widget-info-address ul li:nth-child(3) {
  min-width: 220px;
}

.sp-widget-info-address ul li:nth-child(3) {
  min-width: 310px;
}

.sp-widget-info-address ul li .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--secondaryFont);
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  width: 100%;
}

.footer-newsletter .btn-newsletter {
  border: solid 1px var(--primaryColor) !important;
  background-color: var(--primaryColor) !important;
  cursor: pointer;
  color: var(--whiteColor);
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  font-family: var(--secondaryFont);
  letter-spacing: 1px;
  margin-top: 5px;
  line-height: 25px;
}

.footer-newsletter .btn-newsletter:active {
  opacity: 0.8;
}

/*widget-social*/
.widget-social {
  position: relative;
  display: flex;
  justify-content: center;
}

.widget-social ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: inline-block;
}

.widget-social ul li {
  display: inline-block;
  margin: 0 10px;
}

.sp-cate-title {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.sp-cate-section .sp-cate-content {
  margin-bottom: 40px;
}

.page-404 {
  padding-top: 150px;
  padding-bottom: 150px;
}

html:not(.no-js) .elementor-editor-active [data-aos^="fade"][data-aos^="fade"] {
  opacity: 1 !important;
}

html:not(.no-js) .elementor-editor-active [data-aos="fade-right"] {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
}

html:not(.no-js) .elementor-editor-active [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
}

html:not(.no-js) .elementor-editor-active [data-aos="fade-left"] {
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
}

.sp-main-single-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sp-single-page__header {
  margin-bottom: 15px;
}
.sp-single-page__content {
  margin-bottom: 40px;
}
.sp-single-page__content img {
  margin-bottom: 5px;
}

.sp-single-page__thumb img {
  border-radius: var(--borderRadius);
  width: 100%;
  height: auto;
}

.sp-aside-sidebar .widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.sp-social li {
  padding-bottom: 0 !important;
}
.sp-social-icon {
  height: 40px;
  width: 40px;
  background-color: var(--fontColor);
  border-radius: 50%;
  display: block;
  line-height: 44px;
  font-size: 28px;
}
.sp-social-icon i {
  color: var(--secondaryColor) !important;
}
.sp-social-icon:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor) !important;
}
.page-scroll-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  display: inline-grid;
}
.page-scroll-btn .scroll-btn {
  height: 40px;
  width: 40px;
}
.page-scroll-btn .scroll-btn:focus {
  opacity: 0.8;
}

/*--------------------------------------------------------------
## media screen
--------------------------------------------------------------*/
@media (min-width: 1400px) {
  .container,
  .container-md,
  .container-xl,  
  .container-xxl {
    max-width: 1230px;
  }

  .container-lg {
    max-width: 1350px;
  }
  .container-sm {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1330px;
  }
  .container,
  .container-md,
  .container-xl {
    max-width: 1250px;
  }
  .container-sm {
    max-width: 900px;
  }
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 768px) {
  .sp-site-footer__disclaimer {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
}

@media (max-width: 1280px) {
}

@media (max-width: 1025px) {
  .sp-site-navbar__inner {
    width: 100%;
    justify-content: baseline !important;
  }

  .sp-site-navbar__mb_menu {
    width: 30%;
  }

  .modal-booking-widget .h-w-book-form-body {
    box-shadow: 0 0px 15px -5px rgb(0 0 0/50%);
  }

  .h-w-book-f-submit {
    padding: 10px 15px;
  }

  .sp-offer_item .sp-room_item_title {
    font-size: 24px;
  }

  .gallery-slider_item {
    height: 400px;
  }

  .sp-hotel-feature-content ul {
    columns: 2;
  }
}

@media (max-width: 769px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }

  .sp-search-widget-form .form-group .btn-search {
    margin-top: 15px;
  }

  .elementor-section-boxed .elementor-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-offer .sp-offer-list .col-lg-4:nth-child(3) {
    display: none;
  }

  .single-section-content {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .sp-main-single-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .sp-main-single-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-header-title .title {
    font-size: 22px;
  }
  .sp-site-footer__bottom {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
## Global Animation System
--------------------------------------------------------------*/

/* Base animation classes */
.sp-animate {
  /* opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease; */
}

.sp-animated {
  /* opacity: 1; */
}

/* Animation types */
.animate-slide-up {
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 1.5s ease, transform 0.6s ease;
}
.animate-slide-up.sp-animated {
  transform: translateY(0);
  opacity: 1;
}

.animate-slide-left {
  transform: translateX(-60px);
}
.animate-slide-left.sp-animated {
  transform: translateX(0);
}

.animate-slide-right {
  transform: translateX(60px);
}
.animate-slide-right.sp-animated {
  transform: translateX(0);
}

.animate-fade-in {
  transform: translateY(0);
}
.animate-fade-in.sp-animated {
  opacity: 1;
}

.animate-text-fade-left {
  transform: translateX(-60px);
}
.animate-text-fade-left.sp-animated {
  transform: translateX(0);
}

.animate-zoom-in {
  transform: scale(0.8);
}
.animate-zoom-in.sp-animated {
  transform: scale(1);
}

.animate-bounce-in {
  transform: scale(0.5);
}
.animate-bounce-in.sp-animated {
  transform: scale(1);
}

/* Custom duration classes */
.animate-duration-0\.5s {
  transition-duration: 0.5s;
}
.animate-duration-1s {
  transition-duration: 1s;
}
.animate-duration-1\.5s {
  transition-duration: 1.5s;
}
.animate-duration-2s {
  transition-duration: 2s;
}

/* Custom delay classes */
.animate-delay-0\.2s {
  transition-delay: 0.2s;
}
.animate-delay-0\.5s {
  transition-delay: 0.5s;
}
.animate-delay-1s {
  transition-delay: 1s;
}
.animate-delay-1\.5s {
  transition-delay: 1.5s;
}

/* Custom easing classes */
.animate-ease-linear {
  transition-timing-function: linear;
}
.animate-ease-in {
  transition-timing-function: ease-in;
}
.animate-ease-out {
  transition-timing-function: ease-out;
}
.animate-ease-in-out {
  transition-timing-function: ease-in-out;
}
.animate-ease-cubic-1 {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-ease-cubic-2 {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Responsive animation disable */
@media (max-width: 576px) {
  .sp-animate-disable-mobile .sp-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  p {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .sp-animate-disable-tablet .sp-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Staggered animations */
.sp-animate-stagger-1 {
  transition-delay: 0.1s;
}
.sp-animate-stagger-2 {
  transition-delay: 0.2s;
}
.sp-animate-stagger-3 {
  transition-delay: 0.3s;
}
.sp-animate-stagger-4 {
  transition-delay: 0.4s;
}
.sp-animate-stagger-5 {
  transition-delay: 0.5s;
}

/* Accessibility: Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .sp-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Elementor editor overrides */
html:not(.no-js) .elementor-editor-active .sp-animate {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
html:not(.no-js) .elementor-editor-active .animate-image-overlay {
  transform: translateY(-100%) !important;
}

/* No JavaScript fallback */
.no-js .sp-animate {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Performance optimizations */
.sp-animate {
  will-change: transform;
}

.sp-animated {
  will-change: auto;
}

/* Utility classes */
.animate-none {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Dalmore Premium Animations */
.dalmore-zoom-in {
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.dalmore-zoom-in.sp-animated {
  transform: scale(1);
  opacity: 1;
}

.animate-image-zoom-in {
  overflow: hidden;
  transform: scale(1.12);
  transform-origin: center center;
  will-change: transform;
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-image-zoom-in.sp-animated {
  transform: scale(1);
}

.animate-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.elementor-editor-active .animate-image-overlay {
  transform: translateY(-100%) !important;
}

/*--------------------------------------------------------------
## Sequential Loading States
--------------------------------------------------------------*/
.sp-loading {
  opacity: 0.85;
  position: relative;
}

.sp-load-error {
  outline: 1px dashed rgba(220, 53, 69, 0.35);
}

/* Split-text word baseline to assist non-GSAP fallback */
.sp-split-word {
  display: inline-block;
  will-change: transform;
}

/* Per-line clipping wrapper for split-text lines */
.sp-line-wrap {
  display: block;
  overflow: hidden;
}

.sp-divider-section {
  padding-bottom: var(--stdPadding-bottom);
  text-align: center;
}

.sp-divider-section img {
  width: 100%;
  height: auto;
}

.sp-divider-section .sp-logo {
  padding-top: 50px;
  width: 280px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 560px) {
  .sp-divider-section .container-lg {
    overflow: hidden;
    width: calc(100% - 30px);
  }

  .sp-divider-section .sp-divider {
    scale: 2.6;
  }
  .sp-divider-section .sp-logo {
    width: 240px;
    padding-top: 30px;
  }
  .sp-site-footer__content .widget .menu li a {
    font-size: var(--fontBody);
    line-height: var(--bodyLineHeight);
    padding: 0 10px;
  }
  .sp-social-icon {
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 36px;
  }

  .sp-site-footer__content .widget {
    margin-bottom: 25px;
  }

  .widget-social ul li {
    display: inline-block;
    margin: 0 5px;
  }
}
