/* ========================================================================== 
   RAJENDRA SHANTI BHAVAN — UNIQUE 2026 REDESIGN
   Custom visual layer. Original framework remains untouched for safe updates.
   ========================================================================== */

:root {
  --rsb-primary: #123f37;
  --rsb-primary-2: #0b2e29;
  --rsb-accent: #d6a64b;
  --rsb-accent-dark: #b88327;
  --rsb-cream: #f7f1e6;
  --rsb-cream-2: #fffaf1;
  --rsb-ink: #172622;
  --rsb-muted: #68756f;
  --rsb-line: rgba(18, 63, 55, 0.12);
  --rsb-white: #ffffff;
  --rsb-shadow: 0 22px 60px rgba(13, 46, 41, 0.12);
  --rsb-shadow-soft: 0 12px 34px rgba(13, 46, 41, 0.09);
  --rsb-radius: 24px;
  --theme-color: var(--rsb-accent);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--rsb-cream-2);
  color: var(--rsb-ink);
  font-family: "Manrope", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(214, 166, 75, 0.12), transparent 28%),
    radial-gradient(circle at 88% 26%, rgba(18, 63, 55, 0.09), transparent 24%);
}

::selection {
  color: #fff;
  background: var(--rsb-primary);
}

h1, h2, h3, h4, h5, h6,
.section_main_title,
.content-wrapper h1 {
  color: var(--rsb-ink);
  font-family: "Lora", "Playfair Display", serif;
  letter-spacing: -0.025em;
}

p, .text, .text-two, .text-three,
.section_sub_title,
input, textarea, select, button, a {
  font-family: "Manrope", "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

.theme__container {
  width: min(100% - 40px, 1240px);
  max-width: 1240px;
  margin-inline: auto;
}

/* ---------- Top utility strip ---------- */
.rsb-topbar {
  position: relative;
  z-index: 1001;
  color: rgba(255,255,255,.86);
  background: var(--rsb-primary-2);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.rsb-topbar .theme__container {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rsb-topbar__left,
.rsb-topbar__right {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
}

.rsb-topbar a,
.rsb-topbar span {
  color: inherit;
}

.rsb-topbar i {
  color: var(--rsb-accent);
  margin-right: 7px;
}

.rsb-topbar__tag {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #f4d99e !important;
}

/* ---------- Header / navigation ---------- */
.kingho_header.header-alt_s2 {
  position: relative;
  z-index: 1000;
  background: rgba(255, 250, 241, .96);
  border-bottom: 1px solid var(--rsb-line);
  box-shadow: 0 10px 32px rgba(13, 46, 41, .06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.kingho_header.header-alt_s2 .kingho_header_middle .inner-container {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 0;
}

.kingho_header.header-alt_s2 .kingho_header_middle .inner-container::before {
  display: none;
}

.kingho_header.header-alt_s2 .kingho_header_middle .left_column {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.kingho_header.header-alt_s2 .kingho_header_middle .logo_area .logo {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  padding: 12px;
  margin: 0 32px -24px 0;
  border-radius: 0 0 28px 28px;
  background: var(--rsb-primary);
  box-shadow: 0 16px 38px rgba(11, 46, 41, .24);
}

.kingho_header.header-alt_s2 .kingho_header_middle .logo_area .logo::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 1px;
  bottom: 12px;
  background: linear-gradient(90deg, transparent, var(--rsb-accent), transparent);
}

.logo img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.header-alt_s2 .main-menu .navigation {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-alt_s2 .main-menu .navigation > li {
  padding: 0;
  margin: 0 2px;
}

.header-alt_s2 .main-menu .navigation > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 15px;
  color: var(--rsb-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  border-radius: 13px;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.header-alt_s2 .main-menu .navigation > li > a::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 7px;
  height: 2px;
  border-radius: 5px;
  background: var(--rsb-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}

.header-alt_s2 .main-menu .navigation > li:hover > a,
.header-alt_s2 .main-menu .navigation > li.current > a {
  color: var(--rsb-primary);
  background: rgba(18, 63, 55, .055);
}

.header-alt_s2 .main-menu .navigation > li:hover > a::after,
.header-alt_s2 .main-menu .navigation > li.current > a::after {
  transform: scaleX(1);
}

.main-menu .navigation > li > ul {
  min-width: 235px;
  padding: 12px;
  border: 1px solid var(--rsb-line);
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--rsb-shadow);
  overflow: hidden;
}

.main-menu .navigation > li > ul > li {
  border: 0;
}

.main-menu .navigation > li > ul > li > a {
  padding: 11px 14px;
  color: var(--rsb-ink);
  font-size: 14px;
  font-weight: 650;
  border-radius: 10px;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: var(--rsb-primary);
  background: var(--rsb-cream);
  padding-left: 18px;
}

.kingho_header .right_column {
  margin-left: 22px;
}

.theme-btn,
a.theme-btn,
button.theme-btn,
button.theme-btn.btn-style-one {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 25px;
  overflow: hidden;
  color: #fff !important;
  background: var(--rsb-primary) !important;
  border: 1px solid var(--rsb-primary) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 26px rgba(18, 63, 55, .18);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.theme-btn::before,
a.theme-btn::before,
button.theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--rsb-accent);
  transform: translateY(105%);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

.theme-btn:hover,
a.theme-btn:hover,
button.theme-btn:hover {
  color: var(--rsb-primary-2) !important;
  border-color: var(--rsb-accent) !important;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(18, 63, 55, .22);
}

.theme-btn:hover::before,
a.theme-btn:hover::before,
button.theme-btn:hover::before {
  transform: translateY(0);
}

/* ---------- Homepage hero ---------- */
section.hero_section-two {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  padding: 90px 0 80px;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}

section.hero_section-two::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 34, 30, .96) 0%, rgba(7, 34, 30, .82) 38%, rgba(7, 34, 30, .32) 72%, rgba(7, 34, 30, .16) 100%),
    linear-gradient(0deg, rgba(6, 28, 25, .48), transparent 40%);
}

section.hero_section-two::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -260px;
  border: 1px solid rgba(214, 166, 75, .38);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(214, 166, 75, .06), 0 0 0 112px rgba(214, 166, 75, .035);
}

section.hero_section-two > div[style*="position: absolute"] {
  display: none;
}

section.hero_section-two .theme__container {
  position: relative !important;
  z-index: 2 !important;
}

section.hero_section-two .tab-area,
section.hero_section-two .tab-content,
section.hero_section-two .tab-pane {
  width: 100%;
}

section.hero_section-two .tab-pane {
  max-width: 760px;
  text-align: left;
}

.rsb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #f4d89d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rsb-hero__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--rsb-accent);
}

section.hero_section-two h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #fff !important;
  font-family: "Lora", "Playfair Display", serif;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 600;
  text-align: left;
  text-shadow: 0 10px 36px rgba(0,0,0,.2) !important;
}

section.hero_section-two h1 span {
  color: #f1cd83;
}

section.hero_section-two p,
section.hero_section-two .rsb-hero__copy {
  max-width: 660px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.82) !important;
  font-family: "Manrope", "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  text-align: left;
  text-shadow: none !important;
}

.rsb-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.rsb-hero__actions .theme-btn {
  background: var(--rsb-accent) !important;
  border-color: var(--rsb-accent) !important;
  color: var(--rsb-primary-2) !important;
}

.rsb-hero__actions .theme-btn::before {
  background: #fff;
}

.rsb-hero__actions .rsb-btn-outline {
  color: #fff !important;
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.38) !important;
  box-shadow: none;
}

.rsb-hero__actions .rsb-btn-outline::before {
  background: rgba(255,255,255,.16);
}

.rsb-hero__highlights {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.rsb-hero__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 13px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.rsb-hero__highlights i {
  color: var(--rsb-accent);
}

/* ---------- Internal page hero ---------- */
.page-title {
  position: relative;
  isolation: isolate;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 110px 0 90px;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}

.page-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 37, 32, .94), rgba(8, 37, 32, .54));
}

.page-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -100px;
  width: 680px;
  height: 230px;
  border: 1px solid rgba(214, 166, 75, .3);
  border-radius: 50%;
  transform: translateX(-50%);
}

.page-title > div[style*="position: absolute"] {
  display: none;
}

.page-title .content-wrapper h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 64px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 600;
}

.page-title .bread-crumb {
  margin-bottom: 16px;
}

ul.bread-crumb li,
ul.bread-crumb li a {
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

ul.bread-crumb li:last-child {
  color: #f2d292;
}

ul.bread-crumb li::before {
  content: "/";
  color: rgba(255,255,255,.38);
  margin: 0 11px;
}

/* ---------- Global sections ---------- */
section.section-twelve,
section.section-thirty-three,
section.section-fifteen,
section.section-twenty-four,
section.section-twenty-five,
section.section-thirty-nine,
section.section-fourty-four,
section.section-fifty-six,
section.contact-section {
  position: relative;
}

.section_main_title {
  margin-bottom: 22px;
  color: var(--rsb-ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.25;
  font-weight: 600;
}

.section_main_title.text-center {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section_sub_title {
  color: var(--rsb-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section_sub_title p,
.section_sub_title.text-center p {
  max-width: 920px;
  margin: 0 auto;
  color: var(--rsb-muted) !important;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.theme-color {
  color: var(--rsb-primary) !important;
}

/* ---------- About split section ---------- */
section.section-twelve {
  padding: 112px 0;
  background: #fff;
}

section.section-twelve::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 90px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(214,166,75,.18);
  border-radius: 50%;
}

section.section-twelve .row {
  align-items: center;
}

.kingho_block__12 {
  max-width: 520px;
  margin: 0 auto;
  padding: 16px 16px 58px 58px;
}

.kingho_block__12::before {
  content: "";
  position: absolute;
  inset: 0 55px 42px 0;
  border-radius: 30px 8px 30px 8px;
  background: var(--rsb-primary);
}

.kingho_block__12::after {
  content: "Near Girnar Hills";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  min-width: 205px;
  padding: 18px 22px;
  color: var(--rsb-primary-2);
  background: var(--rsb-accent);
  border: 7px solid #fff;
  border-radius: 18px 4px 18px 4px;
  font-family: "Lora", serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  box-shadow: var(--rsb-shadow-soft);
}

.kingho_block__12 .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px 30px 8px 30px;
  box-shadow: var(--rsb-shadow);
}

.kingho_block__12 .image img {
  width: 100%;
  min-height: 590px;
  object-fit: cover;
  transition: transform .7s ease;
}

.kingho_block__12:hover .image img {
  transform: scale(1.04);
}

.kingho_block__13 {
  padding: 35px 0 35px 35px;
}

.kingho_block__13::before {
  inset: -20px -80px -20px 0;
  width: auto;
  height: auto;
  border-radius: 34px 0 0 34px;
  background: linear-gradient(145deg, var(--rsb-cream), rgba(247,241,230,.35));
}

.kingho_block__13 .text,
.kingho_block__13 .text-two {
  margin-bottom: 18px;
  color: var(--rsb-muted);
  font-family: "Manrope", sans-serif;
  font-size: 15.5px;
  line-height: 1.85;
}

/* ---------- Feature cards ---------- */
section.section-thirty-three {
  padding: 105px 0 80px;
  background: var(--rsb-cream);
}

section.section-thirty-three::before {
  background:
    linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)),
    radial-gradient(circle at 10% 15%, rgba(214,166,75,.10), transparent 22%),
    radial-gradient(circle at 90% 80%, rgba(18,63,55,.08), transparent 25%);
}

.kingho_block__33 {
  height: calc(100% - 30px);
  min-height: 300px;
  padding: 32px 26px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(18,63,55,.10);
  border-radius: 22px 6px 22px 6px;
  box-shadow: 0 10px 30px rgba(18,63,55,.055);
  backdrop-filter: blur(6px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.kingho_block__33::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 17px;
  width: 38px;
  height: 38px;
  border-top: 1px solid rgba(214,166,75,.48);
  border-right: 1px solid rgba(214,166,75,.48);
  border-radius: 0 9px 0 0;
}

.kingho_block__33:hover {
  transform: translateY(-8px);
  border-color: rgba(214,166,75,.55);
  background: #fff;
  box-shadow: var(--rsb-shadow-soft);
}

.kingho_block__33 .icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--rsb-accent);
  background: var(--rsb-primary);
  border-radius: 18px 5px 18px 5px;
  font-size: 36px;
  box-shadow: 0 10px 26px rgba(18,63,55,.16);
}

.kingho_block__33 .icon i {
  font-size: 36px;
}

.kingho_block__33 h4 {
  margin-top: 22px;
  color: var(--rsb-ink);
  font-family: "Lora", serif;
  font-size: 21px;
  line-height: 1.35;
}

.kingho_block__33 .text {
  margin-top: 12px;
  color: var(--rsb-muted);
  font-family: "Manrope", sans-serif;
  font-size: 13.5px;
  line-height: 1.72;
}

/* ---------- Room cards ---------- */
section.section-fifteen {
  padding: 105px 0 80px;
  background: #fff;
}

.kingho_block__15 {
  height: calc(100% - 30px);
  overflow: hidden;
  border: 1px solid var(--rsb-line);
  border-radius: 26px 8px 26px 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(18,63,55,.08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.kingho_block__15:hover {
  transform: translateY(-8px);
  box-shadow: var(--rsb-shadow);
}

.kingho_block__15 .image {
  height: 285px;
  overflow: hidden;
}

.kingho_block__15 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.kingho_block__15:hover .image img {
  transform: scale(1.06);
}

.kingho_block__15 .content {
  position: relative;
  padding: 26px 26px 28px;
  border: 0;
}

.kingho_block__15 .content::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  width: 54px;
  height: 3px;
  background: var(--rsb-accent);
  border-radius: 10px;
}

.kingho_block__15 h4,
.kingho_block__15 h4 a {
  color: var(--rsb-ink);
  font-family: "Lora", serif;
  font-size: 23px;
  font-weight: 600;
}

.kingho_block__15 .pricing {
  color: var(--rsb-primary);
  font-size: 15px;
  font-weight: 800;
}

.kingho_block__15 .ribbon {
  top: 18px;
  left: 18px;
  color: var(--rsb-primary-2);
  background: var(--rsb-accent);
  border-radius: 10px 3px 10px 3px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ---------- Testimonials / misc homepage blocks ---------- */
.block-19,
.kingho_block__29,
.kingho_block__30 {
  border-radius: var(--rsb-radius);
}

.block-19 {
  min-height: 260px;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--rsb-line);
  box-shadow: var(--rsb-shadow-soft);
}

.block-19 .text {
  color: var(--rsb-ink);
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 1.65;
}

.block-19 .name {
  color: var(--rsb-primary);
  font-weight: 800;
}

/* ---------- About page typography ---------- */
.site-page-about-us section.section-thirty-three .theme__container {
  max-width: 1050px;
}

.site-page-about-us .section_sub_title {
  margin: 24px 0;
  padding: 40px;
  text-align: left !important;
  background: rgba(255,255,255,.84);
  border: 1px solid var(--rsb-line);
  border-radius: 24px 7px 24px 7px;
  box-shadow: var(--rsb-shadow-soft);
}

.site-page-about-us .section_sub_title h3 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 22px;
  color: var(--rsb-primary);
  font-size: 28px;
  text-transform: none;
  letter-spacing: -.02em;
}

.site-page-about-us .section_sub_title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 28px;
  border-radius: 10px;
  background: var(--rsb-accent);
}

.site-page-about-us .section_sub_title p {
  max-width: none;
  text-align: left;
}

/* ---------- Gallery ---------- */
section.section-fourty-four {
  padding: 105px 0;
  background: #fff;
}

.masonry-grid {
  column-gap: 22px;
}

.kingho_block__44 {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 22px 6px 22px 6px;
  box-shadow: 0 12px 30px rgba(18,63,55,.1);
}

.kingho_block__44 .image {
  position: relative;
  overflow: hidden;
}

.kingho_block__44 .image::after {
  content: "View";
  position: absolute;
  inset: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(11,46,41,.7);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 15px 3px 15px 3px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: 0;
  transform: scale(.95);
  transition: opacity .35s ease, transform .35s ease;
}

.kingho_block__44 .image:hover::after {
  opacity: 1;
  transform: scale(1);
}

.kingho_block__44 img {
  width: 100%;
  transition: transform .65s ease;
}

.kingho_block__44:hover img {
  transform: scale(1.06);
}

/* ---------- Contact page ---------- */
section.section-fifty-six {
  padding: 90px 0 45px;
  background: var(--rsb-cream);
}

.kingho_block__56 {
  height: calc(100% - 30px);
  min-height: 250px;
  padding: 34px 28px;
  background: #fff;
  border: 1px solid var(--rsb-line);
  border-radius: 22px 6px 22px 6px;
  box-shadow: var(--rsb-shadow-soft);
}

.kingho_block__56 .icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--rsb-accent);
  background: var(--rsb-primary);
  border-radius: 18px 5px 18px 5px;
  font-size: 30px;
}

.kingho_block__56 .icon i {
  font-size: 30px;
}

.kingho_block__56 .icon-border {
  display: none;
}

.kingho_block__56 h3 {
  margin-bottom: 12px;
  color: var(--rsb-ink);
  font-size: 22px;
}

.kingho_block__56 .text,
.kingho_block__56 .text a {
  color: var(--rsb-muted);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

section.contact-section {
  padding: 55px 0 110px;
  background: var(--rsb-cream);
}

.contact-section .row {
  align-items: stretch;
  border-radius: 30px 8px 30px 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--rsb-shadow);
}

.contact-section .col-lg-6 {
  padding: 0;
}

.contact-section .image,
.contact-section .image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
}

.contact-section .image img {
  object-fit: cover;
}

.contact-block {
  height: 100%;
  padding: 56px 48px;
}

.contact-block > .text {
  margin-bottom: 28px;
  color: var(--rsb-muted);
  font-size: 14px;
  line-height: 1.75;
}

.form-control,
.contact-form .form-control,
.sidebar .form-control {
  min-height: 52px;
  padding: 13px 16px;
  color: var(--rsb-ink);
  background: #fbfaf6;
  border: 1px solid rgba(18,63,55,.14);
  border-radius: 12px;
  box-shadow: none;
  font-size: 14px;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.form-control:focus {
  background: #fff;
  border-color: var(--rsb-accent);
  box-shadow: 0 0 0 4px rgba(214,166,75,.12);
}

.map-section,
.contact-map,
.contact-map iframe {
  border-radius: 22px;
  overflow: hidden;
}

/* ---------- Room detail pages ---------- */
section.section-thirty-nine {
  padding: 105px 0;
  background: #fff;
}

.section-thirty-nine > .theme__container > .row:first-child {
  margin-bottom: 64px;
}

.section-thirty-nine > .theme__container > .row:first-child img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 18px 5px 18px 5px;
  box-shadow: var(--rsb-shadow-soft);
}

.section-thirty-nine > .theme__container > .row:first-child > .col-lg-6 img {
  height: 480px;
  border-radius: 30px 8px 30px 8px;
}

.kingho_block__39 .image,
.kingho_block__39 .image-two {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 18px 5px 18px 5px;
}

.block-forty {
  padding: 42px;
  background: var(--rsb-cream-2);
  border: 1px solid var(--rsb-line);
  border-radius: 26px 7px 26px 7px;
}

.block-forty .pricing {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 12px;
  color: var(--rsb-primary);
  background: rgba(214,166,75,.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.block-forty h4 {
  color: var(--rsb-ink);
  font-size: 36px;
}

.block-forty > ul {
  gap: 10px;
  margin: 20px 0 26px;
}

.block-forty > ul li {
  padding: 9px 13px;
  color: var(--rsb-primary);
  background: #fff;
  border: 1px solid var(--rsb-line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

.block-forty .text,
.block-forty .text-two,
.block-forty .text-three {
  color: var(--rsb-muted);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.85;
}

.bottom-border {
  border-color: var(--rsb-line);
}

.bottom-border h3 {
  color: var(--rsb-ink);
  font-size: 26px;
}

.block-41 {
  height: calc(100% - 20px);
  padding: 28px;
  background: #fff;
  border: 1px solid var(--rsb-line);
  border-radius: 18px 5px 18px 5px;
  box-shadow: 0 8px 25px rgba(18,63,55,.05);
}

.block-41 h5 {
  color: var(--rsb-primary);
  font-size: 21px;
}

.block-41 li i {
  color: var(--rsb-accent-dark);
}

.block-42 {
  display: none;
}

.block-43 {
  height: calc(100% - 20px);
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 20px 12px;
  background: var(--rsb-primary);
  border-radius: 16px 4px 16px 4px;
}

.block-43 .icon-three,
.block-43 .title {
  color: #fff;
  text-align: center;
}

.block-43 i {
  display: block;
  margin-bottom: 10px;
  color: var(--rsb-accent);
  font-size: 28px;
}

.accordion-box {
  margin-top: 38px;
}

.accordion-box .accordion {
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rsb-line);
  border-radius: 14px;
}

.accordion-box .accordion .acc-btn {
  padding: 20px 54px 20px 20px;
  color: var(--rsb-ink);
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 650;
}

.accordion-box .accordion .acc-btn.active {
  color: var(--rsb-primary);
  background: var(--rsb-cream);
}

.accordion-box .accordion .acc-content .content {
  padding: 0 20px 20px;
}

.sidebar {
  margin-top: 0 !important;
}

.sidebar-widget {
  padding: 28px;
  margin-bottom: 24px;
  background: var(--rsb-cream-2);
  border: 1px solid var(--rsb-line);
  border-radius: 20px 6px 20px 6px;
  box-shadow: 0 10px 28px rgba(18,63,55,.055);
}

.sidebar-title h3 {
  margin-bottom: 20px;
  color: var(--rsb-primary);
  font-size: 23px;
}

.sidebar-widget.categories li a {
  color: var(--rsb-muted);
  border-color: var(--rsb-line);
}

.sidebar-widget.categories li.current a,
.sidebar-widget.categories li a:hover {
  color: var(--rsb-primary);
}

.sidebar-widget.popular-tags li a {
  color: var(--rsb-primary);
  background: #fff;
  border: 1px solid var(--rsb-line);
  border-radius: 8px;
}

/* ---------- Footer ---------- */
footer.kingho_footer.alt_s2 {
  position: relative;
  isolation: isolate;
  padding-top: 0;
  background-color: var(--rsb-primary-2) !important;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

footer.kingho_footer.alt_s2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(7,34,30,.96), rgba(7,34,30,.97)),
    radial-gradient(circle at 20% 10%, rgba(214,166,75,.18), transparent 30%);
}

footer.kingho_footer.alt_s2::after {
  content: "RSB";
  position: absolute;
  z-index: -1;
  right: -15px;
  bottom: 20px;
  color: rgba(255,255,255,.025);
  font-family: "Lora", serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
}

footer.kingho_footer .widget-wrapper {
  padding: 90px 0 64px;
}

footer.kingho_footer.alt_s2 .footer-logo {
  display: inline-grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin-bottom: 22px;
  padding: 12px;
  border: 1px solid rgba(214,166,75,.35);
  border-radius: 26px 7px 26px 7px;
  background: rgba(255,255,255,.04);
}

.footer-logo img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

footer.kingho_footer.alt_s2 p,
footer.kingho_footer.alt_s2 .widget.links-widget ul li a,
footer.kingho_footer.alt_s2 .contact-widget li,
footer.kingho_footer.alt_s2 .contact-widget li a {
  color: rgba(255,255,255,.68);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

footer.kingho_footer.alt_s2 .widget h4 {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 13px;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 21px;
}

footer.kingho_footer.alt_s2 .widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  border-radius: 5px;
  background: var(--rsb-accent);
}

footer.kingho_footer.alt_s2 .widget.links-widget ul li {
  margin-bottom: 8px;
}

footer.kingho_footer.alt_s2 .widget.links-widget ul li a {
  position: relative;
  padding-left: 16px;
}

footer.kingho_footer.alt_s2 .widget.links-widget ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rsb-accent);
}

footer.kingho_footer.alt_s2 .contact-widget li i {
  color: var(--rsb-accent);
}

.kingho_footer_bottom_block {
  border-top: 1px solid rgba(255,255,255,.1);
}

.kingho_footer_bottom_block .copyright {
  padding: 20px 0;
  text-align: center;
}

.kingho_footer_bottom_block .copyright p {
  margin: 0;
  color: rgba(255,255,255,.55) !important;
  font-size: 12px;
  letter-spacing: .03em;
}

/* ---------- Floating contact controls ---------- */
.call-back-1 {
  position: fixed;
  left: auto;
  right: 18px;
  bottom: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: none;
}

.call-back-1 a {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(18,63,55,.14);
  border-radius: 16px 4px 16px 4px;
  box-shadow: 0 12px 30px rgba(7,34,30,.2);
  transition: transform .3s ease, box-shadow .3s ease;
}

.call-back-1 a:first-child {
  background: var(--rsb-primary);
}

.call-back-1 a:last-child {
  background: #1f9d62;
}

.call-back-1 a::before {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border: 1px solid rgba(214,166,75,.45);
  border-radius: 19px 6px 19px 6px;
  opacity: 0;
  animation: rsbPulse 2.3s infinite;
}

.call-back-1 a:nth-child(2)::before {
  animation-delay: 1.1s;
}

.call-back-1 a:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 34px rgba(7,34,30,.28);
}

.call-back-1 img {
  width: 27px;
  height: 27px;
  display: block;
  margin: 0 !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.call-back-1 a::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  right: 65px;
  padding: 7px 10px;
  color: #fff;
  background: var(--rsb-primary-2);
  border-radius: 7px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: translate(7px,-50%);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.call-back-1 a:hover::after {
  opacity: 1;
  transform: translate(0,-50%);
}

@keyframes rsbPulse {
  0% { transform: scale(.94); opacity: 0; }
  35% { opacity: .8; }
  100% { transform: scale(1.28); opacity: 0; }
}

.back-to-top {
  right: 18px;
  bottom: 150px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: var(--rsb-primary-2);
  background: var(--rsb-accent);
  border-radius: 14px 4px 14px 4px;
  box-shadow: var(--rsb-shadow-soft);
}

/* ---------- Mobile menu ---------- */
.mobile-nav-toggler {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  margin-left: auto;
  background: var(--rsb-primary);
  border-radius: 13px 4px 13px 4px;
  cursor: pointer;
}

.mobile-nav-toggler img {
  width: 23px;
  filter: brightness(0) invert(1);
}

.kingho_hamberger_menu .menu-box {
  width: min(88vw, 370px);
  background: var(--rsb-cream-2);
}

.kingho_hamberger_menu .nav-logo {
  padding: 28px;
  background: var(--rsb-primary);
  text-align: center;
}

.kingho_hamberger_menu .nav-logo img {
  width: 94px;
}

.kingho_hamberger_menu .navigation li > a {
  color: var(--rsb-ink);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.kingho_hamberger_menu .navigation li.dropdown .dropdown-btn {
  color: var(--rsb-primary);
  background: var(--rsb-cream);
  border-radius: 7px;
}

.kingho_hamberger_menu .close-btn {
  color: #fff;
  background: var(--rsb-primary);
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .header-alt_s2 .main-menu .navigation > li > a {
    padding-inline: 10px;
    font-size: 13px;
  }

  .kingho_header .right_column .theme-btn {
    padding-inline: 18px;
  }

  .kingho_block__13 {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .rsb-topbar {
    display: none;
  }

  .theme__container {
    width: min(100% - 30px, 1240px);
  }

  .kingho_header.header-alt_s2 .kingho_header_middle .inner-container {
    min-height: 76px;
  }

  .kingho_header.header-alt_s2 .kingho_header_middle .logo_area .logo {
    width: 82px;
    height: 82px;
    margin: 0 0 -7px;
    padding: 8px;
    border-radius: 0 0 19px 19px;
  }

  .logo img {
    width: 65px;
    height: 65px;
  }

  .kingho_header .nav-outer {
    margin-left: auto;
  }

  .kingho_header .nav-outer .main-menu,
  .kingho_header .right_column {
    display: none !important;
  }

  .mobile-nav-toggler {
    display: grid;
  }

  section.hero_section-two {
    min-height: 680px;
    padding: 90px 0 75px;
    background-position: 62% center !important;
  }

  section.hero_section-two::before {
    background: linear-gradient(90deg, rgba(7,34,30,.95), rgba(7,34,30,.72));
  }

  section.hero_section-two .tab-pane {
    max-width: 690px;
  }

  section.hero_section-two h1 {
    font-size: 51px;
  }

  section.section-twelve {
    padding: 85px 0;
  }

  .kingho_block__12 {
    max-width: 620px;
    margin-bottom: 45px;
  }

  .kingho_block__12 .image img {
    min-height: 520px;
  }

  .kingho_block__13 {
    padding: 35px;
  }

  .kingho_block__13::before {
    inset: 0;
    border-radius: 28px 7px 28px 7px;
  }

  .contact-section .image,
  .contact-section .image img {
    min-height: 430px;
  }

  .contact-block {
    padding: 45px 38px;
  }

  .section-thirty-nine > .theme__container > .row:first-child > [class*="col-"] {
    margin-bottom: 18px;
  }

  .section-thirty-nine > .theme__container > .row:first-child > .col-lg-6 img {
    height: 430px;
  }

  .sidebar {
    margin-top: 45px !important;
  }

  footer.kingho_footer .widget {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .theme__container {
    width: min(100% - 24px, 1240px);
  }

  .kingho_header.header-alt_s2 .kingho_header_middle .inner-container {
    min-height: 70px;
  }

  section.hero_section-two {
    min-height: 650px;
    padding: 78px 0 62px;
    background-position: 66% center !important;
  }

  section.hero_section-two::before {
    background: linear-gradient(90deg, rgba(7,34,30,.96), rgba(7,34,30,.74));
  }

  .rsb-hero__eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  section.hero_section-two h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.12;
  }

  section.hero_section-two p,
  section.hero_section-two .rsb-hero__copy {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.72;
  }

  .rsb-hero__actions {
    margin-bottom: 28px;
  }

  .rsb-hero__actions .theme-btn {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 11px;
  }

  .rsb-hero__highlights {
    gap: 7px;
  }

  .rsb-hero__highlights li {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .page-title {
    min-height: 300px;
    padding: 80px 0 65px;
  }

  .page-title .content-wrapper h1 {
    font-size: 38px;
  }

  .section_main_title {
    font-size: 30px;
  }

  section.section-twelve,
  section.section-thirty-three,
  section.section-fifteen,
  section.section-thirty-nine,
  section.section-fourty-four {
    padding-top: 75px;
    padding-bottom: 55px;
  }

  .kingho_block__12 {
    padding: 10px 10px 44px 34px;
  }

  .kingho_block__12::before {
    inset: 0 35px 30px 0;
  }

  .kingho_block__12::after {
    min-width: 170px;
    padding: 13px 16px;
    border-width: 5px;
    font-size: 14px;
  }

  .kingho_block__12 .image img {
    min-height: 420px;
  }

  .kingho_block__13 {
    padding: 28px 22px;
  }

  .kingho_block__33 {
    min-height: auto;
    padding: 27px 23px;
  }

  .kingho_block__15 .image {
    height: 255px;
  }

  .site-page-about-us .section_sub_title {
    padding: 28px 22px;
  }

  .site-page-about-us .section_sub_title h3 {
    font-size: 24px;
  }

  section.section-fifty-six {
    padding-top: 65px;
  }

  section.contact-section {
    padding: 30px 0 75px;
  }

  .contact-section .row {
    border-radius: 22px 6px 22px 6px;
  }

  .contact-section .image,
  .contact-section .image img {
    min-height: 320px;
  }

  .contact-block {
    padding: 34px 22px;
  }

  section.section-thirty-nine {
    padding-top: 70px;
  }

  .section-thirty-nine > .theme__container > .row:first-child img,
  .section-thirty-nine > .theme__container > .row:first-child > .col-lg-6 img {
    height: 260px;
  }

  .block-forty {
    padding: 28px 22px;
  }

  .block-forty h4 {
    font-size: 30px;
  }

  .block-43 {
    margin-bottom: 14px;
  }

  .sidebar-widget {
    padding: 23px;
  }

  footer.kingho_footer .widget-wrapper {
    padding: 65px 0 45px;
  }

  footer.kingho_footer.alt_s2::after {
    font-size: 100px;
  }

  .call-back-1 {
    right: 12px;
    bottom: 18px;
  }

  .call-back-1 a {
    width: 50px;
    height: 50px;
  }

  .call-back-1 a::after {
    display: none;
  }

  .back-to-top {
    right: 14px;
    bottom: 132px;
  }
}

@media (max-width: 480px) {
  section.hero_section-two {
    min-height: 620px;
  }

  section.hero_section-two h1 {
    font-size: 35px;
  }

  .rsb-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rsb-hero__actions .theme-btn {
    width: 100%;
    padding-inline: 10px;
  }

  .rsb-hero__highlights li:last-child {
    display: none;
  }

  .kingho_block__12 .image img {
    min-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Final specificity safeguards for legacy button rules */
.theme-btn,
a.theme-btn,
button.theme-btn,
.btn-alt_s1,
.btn-alt_s1:hover {
  text-decoration: none !important;
}

.theme-btn > span,
a.theme-btn > span,
button.theme-btn > span {
  position: relative;
  z-index: 2;
}

/* Testimonial visual cleanup and fallback-safe brand avatars */
.block-19::before {
  display: none;
}

.block-18 .testimonial-image {
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  padding: 26px;
  overflow: hidden;
  background: var(--rsb-primary);
  border: 1px solid rgba(214,166,75,.35);
  border-radius: 30px 8px 30px 8px;
  box-shadow: var(--rsb-shadow-soft);
}

.block-18 .testimonial-image img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

.block-18 .reating {
  left: 0;
  top: 52px;
  background: var(--rsb-accent);
  box-shadow: var(--rsb-shadow-soft);
}

.block-18 .reating ul i {
  color: var(--rsb-primary-2);
}

@media (max-width: 767px) {
  .block-18 .testimonial-image {
    width: 180px;
    height: 180px;
  }

  .block-19 {
    margin-top: 28px;
    padding: 28px 22px;
  }

  .block-19 .text {
    font-size: 18px;
  }
}


/* ===== 2026-07-25 bugfix patch: header / room card / mobile floating controls ===== */
.kingho_header.header-alt_s2 .kingho_header_middle .inner-container {
  flex-wrap: nowrap;
  gap: 18px;
}

.kingho_header.header-alt_s2 .kingho_header_middle .left_column {
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}

.kingho_header.header-alt_s2 .kingho_header_middle .right_column {
  flex: 0 0 auto;
  margin-left: 0;
  align-self: center;
}

.kingho_header.header-alt_s2 .kingho_header_middle .logo_area {
  flex: 0 0 auto;
}

.kingho_header.header-alt_s2 .kingho_header_middle .logo_area .logo {
  position: relative;
  margin: 0;
}

.kingho_header .nav-outer {
  flex: 1 1 auto;
  min-width: 0;
}

.kingho_header .nav-outer .main-menu,
.kingho_header .nav-outer .main-menu .navbar-collapse {
  display: flex;
  align-items: center;
}

.header-alt_s2 .main-menu .navigation {
  flex-wrap: wrap;
}

.kingho_header .right_column .theme-btn {
  white-space: nowrap;
}

.kingho_block__15 {
  position: relative;
}

.kingho_block__15 .ribbon {
  position: absolute;
  top: 18px;
  left: 18px;
  right: auto;
  bottom: auto;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 4;
}

.kingho_block__15 .ribbon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--rsb-primary-2) !important;
  background: var(--rsb-accent);
  border-radius: 10px 3px 10px 3px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 18px rgba(11,46,41,.12);
}

.kingho_block__15 .ribbon a:hover {
  transform: translateY(-2px);
}

.call-back-1,
.back-to-top {
  left: auto !important;
}

.back-to-top {
  display: grid;
  place-items: center;
}

@media (max-width: 1199px) {
  .kingho_header.header-alt_s2 .kingho_header_middle .left_column {
    gap: 18px;
  }

  .header-alt_s2 .main-menu .navigation {
    gap: 0;
  }
}

@media (max-width: 991px) {
  .kingho_header.header-alt_s2 .kingho_header_middle .left_column {
    gap: 12px;
  }

  .kingho_header.header-alt_s2 .kingho_header_middle .logo_area .logo {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .kingho_block__15 .ribbon {
    top: 14px;
    left: 14px;
  }

  .kingho_block__15 .ribbon a {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 10px;
  }

  .call-back-1 {
    right: 12px;
    bottom: 16px;
    gap: 8px;
  }

  .call-back-1 a {
    width: 48px;
    height: 48px;
    border-radius: 14px 4px 14px 4px;
  }

  .call-back-1 img {
    width: 24px;
    height: 24px;
  }

  .back-to-top {
    right: 12px;
    bottom: 128px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 12px 4px 12px 4px;
  }
}


/* ===== 2026-07-25 professional refresh pass ===== */
body.site-page {
  background: linear-gradient(180deg, #fffdf8 0%, #f7f2e7 100%);
}

.theme__container {
  position: relative;
}

.section_sub_title.text-center,
.section_main_title.text-center,
section.section-eighteen > .theme__container > .text.text-center,
section.section-fifteen > .theme__container > .text.text-center,
section.section-thirty-three > .theme__container > .section_sub_title.text-center p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.text.text-center,
.text.text-left,
.section_sub_title.text-center p {
  color: var(--rsb-muted) !important;
  font-size: 15px;
  line-height: 1.92;
}

.text strong,
.text-left strong {
  color: var(--rsb-primary);
}

/* softer, more professional image treatment */
.section-sixteen .image,
.section-thirty-nine .image,
.section-thirty-nine .image-two,
.contact-section .image,
.site-page-gallery .masonry-grid .image {
  overflow: hidden;
}

.section-sixteen .image img,
.contact-section .image img,
.site-page-gallery .masonry-grid .image img,
.kingho_block__44 .image img {
  transform: scale(1.001);
}

/* home alternating showcase bands */
section.section-sixteen {
  padding: 95px 0 80px;
  background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(247,241,230,.85));
}

section.section-sixteen .row {
  align-items: stretch;
  margin-bottom: 24px;
}

section.section-sixteen .row:last-child {
  margin-bottom: 0;
}

section.section-sixteen .image {
  height: 100%;
  min-height: 440px;
  border-radius: 30px 8px 30px 8px;
  box-shadow: var(--rsb-shadow);
}

section.section-sixteen .image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  transition: transform .75s ease;
}

section.section-sixteen .image:hover img {
  transform: scale(1.06);
}

.kingho_block__16 {
  height: 100%;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 48px;
  border: 1px solid var(--rsb-line);
  border-radius: 30px 8px 30px 8px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf1 100%);
  box-shadow: var(--rsb-shadow-soft);
}

.kingho_block__16 .offer-title {
  margin-bottom: 10px;
  color: var(--rsb-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kingho_block__16 h4 {
  margin: 0 0 18px;
  color: var(--rsb-ink);
  font-family: "Lora", serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.22;
}

.kingho_block__16 .text {
  margin-bottom: 28px;
  color: var(--rsb-muted);
  font-size: 15px;
  line-height: 1.9;
}

.kingho_block__16 .theme-btn {
  align-self: flex-start;
}

/* callout strip */
section.section-seventeen {
  padding: 0 0 90px;
  background: linear-gradient(180deg, rgba(247,241,230,.85), #ffffff 100%);
}

section.section-seventeen:before {
  display: none;
}

section.section-seventeen .bg {
  position: relative;
  overflow: hidden;
  padding: 54px 56px;
  border-radius: 30px 8px 30px 8px;
  background-position: center center !important;
  box-shadow: var(--rsb-shadow);
}

section.section-seventeen .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,37,32,.93), rgba(8,37,32,.72));
}

.kingho_block__17 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding-left: 0;
}

.kingho_block__17 .contact-text {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Lora", serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.18;
}

.kingho_block__17 .text {
  max-width: 680px;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  line-height: 1.9;
}

.kingho_block__17 a.theme-btn {
  position: static;
  display: inline-flex;
  margin-top: 26px;
}

/* testimonials + long content sections */
section.section-eighteen {
  padding: 92px 0;
  background: #fff;
}

section.section-eighteen .kingho_owl_carousel {
  margin-top: 24px;
}

section.section-eighteen > .theme__container > .text.text-center.mb-100 {
  margin-bottom: 50px !important;
}

.block-18 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.block-19 {
  min-height: 230px;
  padding: 36px 34px;
}

.block-19 .icon,
.block-19 .icon-two {
  color: rgba(214,166,75,.35);
}

.block-19 .text {
  margin-bottom: 18px;
}

section.section-eighteen .text.text-left {
  margin-top: 8px;
  margin-bottom: 0 !important;
  padding: 34px 34px 18px;
  background: #fff;
  border: 1px solid var(--rsb-line);
  border-radius: 26px 7px 26px 7px;
  box-shadow: var(--rsb-shadow-soft);
}

section.section-eighteen .text.text-left h3 {
  margin: 28px 0 12px;
  color: var(--rsb-primary);
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.35;
}

section.section-eighteen .text.text-left p {
  margin-bottom: 16px;
  color: var(--rsb-muted);
  font-size: 15px;
  line-height: 1.88;
}

/* FAQ split section */
section.section-twenty {
  padding: 92px 0 105px;
  background: linear-gradient(180deg, #fff 0%, #fbf7ef 100%);
}

section.section-twenty .image {
  overflow: hidden;
  border-radius: 30px 8px 30px 8px;
  box-shadow: var(--rsb-shadow);
}

section.section-twenty .image img {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
}

section.section-twenty > .theme__container > .row {
  align-items: start;
}

section.section-twenty .text {
  margin-bottom: 28px;
  color: var(--rsb-muted);
  font-size: 15px;
  line-height: 1.9;
}

/* gallery page */
.site-page-gallery .masonry-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.site-page-gallery .masonry-grid .kingho_block__44 {
  margin-bottom: 0;
}

.site-page-gallery .masonry-grid .image {
  height: 260px;
  border-radius: 22px 6px 22px 6px;
}

.site-page-gallery .masonry-grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* contact page */
.site-page-contact-us section.section-fifty-six {
  padding-bottom: 20px;
}

.site-page-contact-us .contact-form {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.site-page-contact-us #successPopup .popup-content {
  border-radius: 18px;
}

.site-page-contact-us .map-section {
  background: #fff;
  padding: 0 0 90px;
}

.site-page-contact-us .contact-map {
  width: min(100% - 40px, 1240px);
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: var(--rsb-shadow);
}

/* room detail page richer gallery */
.section-thirty-nine > .theme__container > .row:first-child {
  padding: 26px;
  margin-bottom: 48px;
  background: linear-gradient(135deg, #fff, #fbf7ef);
  border: 1px solid var(--rsb-line);
  border-radius: 32px 8px 32px 8px;
  box-shadow: var(--rsb-shadow-soft);
}

.section-thirty-nine > .theme__container > .row:first-child img {
  border-radius: 20px 6px 20px 6px;
}

.section-thirty-nine > .theme__container > .row:first-child > .col-lg-6 img {
  border-radius: 28px 8px 28px 8px;
}

.sidebar-widget.about-me form .theme-btn {
  width: 100%;
}

.sidebar-widget.categories li a,
.sidebar-widget.popular-tags li a {
  transition: all .25s ease;
}

/* footer polish */
footer.kingho_footer.alt_s2 .widget.links-widget ul li a:hover,
footer.kingho_footer.alt_s2 .contact-widget li a:hover {
  color: #fff;
}

/* responsive professional pass */
@media (max-width: 991px) {
  .kingho_block__16,
  section.section-sixteen .image {
    min-height: auto;
  }

  section.section-sixteen .image img {
    min-height: 360px;
  }

  section.section-seventeen .bg {
    padding: 42px 32px;
  }

  section.section-twenty .image img {
    min-height: 420px;
  }

  .site-page-gallery .masonry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  section.section-sixteen,
  section.section-eighteen,
  section.section-twenty {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .kingho_block__16 {
    padding: 34px 24px;
    border-radius: 22px 6px 22px 6px;
  }

  section.section-sixteen .image,
  section.section-twenty .image {
    margin-top: 18px;
    border-radius: 22px 6px 22px 6px;
  }

  section.section-sixteen .image img,
  section.section-twenty .image img {
    min-height: 280px;
  }

  section.section-seventeen {
    padding-bottom: 72px;
  }

  section.section-seventeen .bg {
    padding: 32px 22px;
    border-radius: 22px 6px 22px 6px;
  }

  .block-19 {
    padding: 28px 22px;
  }

  section.section-eighteen .text.text-left {
    padding: 24px 20px 10px;
  }

  section.section-eighteen .text.text-left h3 {
    font-size: 21px;
  }

  .site-page-gallery .masonry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .site-page-gallery .masonry-grid .image {
    height: 180px;
    border-radius: 16px 5px 16px 5px;
  }

  .site-page-contact-us .contact-map {
    width: min(100% - 24px, 1240px);
  }
}

@media (max-width: 479px) {
  .site-page-gallery .masonry-grid {
    grid-template-columns: 1fr;
  }

  .site-page-gallery .masonry-grid .image {
    height: 220px;
  }

  .kingho_block__16 h4,
  .kingho_block__17 .contact-text {
    font-size: 28px;
  }
}


.site-page-contact-us #successPopup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: 20px;
  background: rgba(7,34,30,.68);
}

.site-page-contact-us #successPopup .popup-content {
  max-width: 380px;
  margin: 16vh auto 0;
  padding: 28px 24px;
  text-align: center;
  background: #fff;
  box-shadow: var(--rsb-shadow);
}

.site-page-contact-us #successPopup .popup-content h3 {
  margin-bottom: 10px;
  color: var(--rsb-primary);
  font-family: "Lora", serif;
  font-size: 24px;
}

.site-page-contact-us #successPopup .popup-content p {
  margin: 0;
  color: var(--rsb-muted);
  font-size: 14px;
  line-height: 1.8;
}


/* ===== 2026-07-25 mobile fix patch: icons, mobile nav, banner ===== */
.mobile-nav-toggler {
  position: relative;
  z-index: 1003;
  border: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.mobile-nav-toggler span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 3px auto;
  background: #fff;
  border-radius: 10px;
  transition: transform .25s ease, opacity .25s ease;
}

.call-back-1 a {
  overflow: hidden;
}

.call-back-1 a i {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.call-back-1 a.rsb-float-btn--call {
  background: var(--rsb-primary);
}

.call-back-1 a.rsb-float-btn--whatsapp {
  background: #1fae5b;
}

.call-back-1 img {
  display: none !important;
}

.back-to-top {
  z-index: 9998;
}

.back-to-top span {
  display: inline-block;
  color: var(--rsb-primary-2);
  font-size: 16px;
}

section.hero_section-two .tab-pane {
  position: relative;
}

@media (max-width: 991px) {
  .kingho_header.header-alt_s2 {
    position: sticky;
    top: 0;
  }

  .kingho_header.header-alt_s2 .kingho_header_middle .inner-container {
    gap: 10px;
  }

  .kingho_header.header-alt_s2 .kingho_header_middle .left_column {
    width: 100% !important;
    justify-content: space-between;
  }

  .kingho_header .nav-outer {
    flex: 0 0 auto;
    min-width: auto;
  }

  .mobile-nav-toggler {
    width: 44px;
    height: 44px;
  }

  .kingho_hamberger_menu .menu-box {
    width: min(88vw, 360px);
    left: auto;
    right: 0;
    transform: translateX(101%);
    height: 100%;
    box-shadow: -10px 0 40px rgba(0,0,0,.22);
  }

  .kingho_hamberger_menu-visible .kingho_hamberger_menu .menu-box {
    transform: translateX(0%);
  }

  .kingho_hamberger_menu .navigation {
    padding: 12px 18px 28px;
    text-align: left;
  }

  .kingho_hamberger_menu .navigation li > a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(18,63,55,.08);
    text-transform: none;
    font-size: 15px;
  }

  .kingho_hamberger_menu .navigation li ul li > a {
    margin-left: 0;
    padding-left: 14px;
  }

  section.hero_section-two {
    min-height: 610px;
    padding: 54px 0 52px;
    background-position: center center !important;
  }

  section.hero_section-two .tab-pane {
    max-width: 100%;
    padding: 28px 24px;
    border-radius: 24px 8px 24px 8px;
    background: rgba(7,34,30,.36);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(4px);
  }

  section.hero_section-two h1 {
    max-width: 100%;
    font-size: 42px;
  }

  section.hero_section-two p,
  section.hero_section-two .rsb-hero__copy {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .kingho_header.header-alt_s2 .kingho_header_middle .logo_area .logo {
    width: 72px;
    height: 72px;
    padding: 8px;
    border-radius: 0 0 18px 18px;
  }

  .logo img {
    width: 56px;
    height: 56px;
  }

  .mobile-nav-toggler {
    width: 42px;
    height: 42px;
    border-radius: 12px 4px 12px 4px;
  }

  section.hero_section-two {
    min-height: 560px;
    padding: 36px 0 44px;
  }

  section.hero_section-two::after {
    display: none;
  }

  section.hero_section-two .tab-pane {
    padding: 22px 18px;
    border-radius: 20px 6px 20px 6px;
  }

  .rsb-hero__eyebrow {
    letter-spacing: .12em;
  }

  section.hero_section-two h1 {
    font-size: 31px;
    line-height: 1.18;
  }

  section.hero_section-two p,
  section.hero_section-two .rsb-hero__copy {
    font-size: 13.5px;
    line-height: 1.72;
  }

  .rsb-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .rsb-hero__actions .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .rsb-hero__highlights {
    gap: 8px;
  }

  .rsb-hero__highlights li {
    width: 100%;
    justify-content: flex-start;
  }

  .call-back-1 {
    right: 10px;
    bottom: 14px;
    gap: 8px;
  }

  .call-back-1 a {
    width: 46px;
    height: 46px;
    border-radius: 12px 4px 12px 4px;
  }

  .call-back-1 a i {
    font-size: 19px;
  }

  .back-to-top {
    right: 10px;
    bottom: 118px;
  }
}


/* ===== 2026-07-25 final mobile/contact fix patch ===== */
.call-back-1 {
  z-index: 10002;
}

.call-back-1 a {
  display: grid !important;
  place-items: center;
}

.call-back-1 a svg {
  width: 22px;
  height: 22px;
  color: #fff;
  display: block;
}

.call-back-1 a.rsb-float-btn--whatsapp svg {
  width: 24px;
  height: 24px;
}

.kingho_hamberger_menu .menu-box {
  text-align: left;
}

.kingho_hamberger_menu .navigation li > ul,
.kingho_hamberger_menu .navigation li > ul > li > ul {
  padding: 0 0 10px 12px;
}

.kingho_hamberger_menu .navigation li > ul > li:first-child {
  border-top: 0;
}

.kingho_hamberger_menu .navigation li.dropdown .dropdown-btn {
  display: grid;
  place-items: center;
}

.site-page-contact-us .contact-section .row {
  align-items: stretch;
}

.site-page-contact-us .contact-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-page-contact-us .contact-block .text {
  margin-bottom: 24px;
}

.site-page-contact-us .contact-form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.site-page-contact-us .contact-form .form-group {
  padding-left: 8px;
  padding-right: 8px;
}

.site-page-contact-us .contact-form button.theme-btn {
  width: 100%;
  justify-content: center;
}

.site-page-contact-us .h-captcha,
.site-page-contact-us iframe[title="Widget containing checkbox for hCaptcha security challenge"] {
  max-width: 100%;
}

@media (max-width: 991px) {
  .mobile-nav-toggler {
    display: grid !important;
  }

  .kingho_hamberger_menu {
    padding-right: 0;
  }

  .kingho_hamberger_menu .close-btn {
    right: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
  }

  .site-page-contact-us .contact-section .image,
  .site-page-contact-us .contact-section .image img {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .site-page-contact-us section.section-fifty-six {
    padding-top: 55px;
    padding-bottom: 6px;
  }

  .site-page-contact-us .kingho_block__56 {
    min-height: auto;
    padding: 24px 20px;
    margin-bottom: 16px;
  }

  .site-page-contact-us section.contact-section {
    padding-top: 14px;
    padding-bottom: 60px;
  }

  .site-page-contact-us .contact-section .image,
  .site-page-contact-us .contact-section .image img {
    min-height: 230px;
  }

  .site-page-contact-us .contact-block {
    padding: 28px 18px;
  }

  .site-page-contact-us .contact-block .text {
    font-size: 13.5px;
    line-height: 1.75;
  }

  .site-page-contact-us .contact-form .form-group {
    margin-bottom: 12px;
  }

  .site-page-contact-us .h-captcha {
    transform: scale(.90);
    transform-origin: left center;
  }

  .site-page-contact-us .map-section {
    padding-bottom: 60px;
  }

  .site-page-contact-us .contact-map iframe {
    height: 280px;
  }

  .call-back-1 a svg {
    width: 20px;
    height: 20px;
  }
}


/* ===== 2026-07-25 navbar visibility hotfix ===== */
@media (max-width: 991px) {
  .kingho_header.header-alt_s2 .kingho_header_middle .inner-container {
    position: relative;
    min-height: 74px;
    padding-right: 58px;
  }

  .kingho_header.header-alt_s2 .kingho_header_middle .left_column {
    display: block;
    width: 100% !important;
  }

  .kingho_header .nav-outer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1006;
    margin-left: 0;
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .mobile-nav-toggler {
    display: grid !important;
    position: absolute;
    inset: 0;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    border: 0;
    background: var(--rsb-primary) !important;
    box-shadow: 0 10px 24px rgba(11,46,41,.20);
  }

  .mobile-nav-toggler::before {
    content: "³0";
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    display: block;
  }

  .mobile-nav-toggler span {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .kingho_header.header-alt_s2 .kingho_header_middle .inner-container {
    min-height: 68px;
    padding-right: 52px;
  }

  .kingho_header .nav-outer,
  .mobile-nav-toggler {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .mobile-nav-toggler::before {
    font-size: 18px;
  }
}


/* ===== 2026-07-25 exact mobile layout fixes ===== */
html,
body,
.kingho_body_wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Clean fixed action stack: no legacy pulse rings, labels, or clipped icons. */
.call-back-1 {
  position: fixed !important;
  left: auto !important;
  right: 12px !important;
  bottom: 14px !important;
  width: 48px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 0 !important;
  margin: 0 !important;
  animation: none !important;
  transform: none !important;
  z-index: 100000 !important;
}

.call-back-1 a,
.call-back-1 .rsb-float-btn {
  position: relative !important;
  inset: auto !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 9px 24px rgba(7,34,30,.24) !important;
  animation: none !important;
  transform: none !important;
}

.call-back-1 a::before,
.call-back-1 a::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

.call-back-1 a.rsb-float-btn--call {
  background: #123f37 !important;
}

.call-back-1 a.rsb-float-btn--whatsapp {
  background: #1eaa59 !important;
}

.call-back-1 a svg {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
  color: #fff !important;
  flex: 0 0 auto !important;
}

.call-back-1 a.rsb-float-btn--whatsapp svg {
  width: 25px !important;
  height: 25px !important;
}

.back-to-top {
  position: fixed !important;
  left: auto !important;
  right: 12px !important;
  bottom: 128px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  color: #123f37 !important;
  background: #dbaa49 !important;
  border: 1px solid rgba(18,63,55,.12) !important;
  border-radius: 14px !important;
  line-height: 1 !important;
  box-shadow: 0 9px 24px rgba(7,34,30,.20) !important;
  z-index: 99999 !important;
}

.back-to-top svg {
  display: block;
  width: 21px;
  height: 21px;
  color: currentColor;
}

/* Contact form: scope legacy row styles to the outer card and neutralise nested form rows. */
.site-page-contact-us .contact-section {
  overflow: hidden;
}

.site-page-contact-us .contact-section > .theme__container {
  max-width: 1240px;
}

.site-page-contact-us .contact-section > .theme__container > .row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-page-contact-us .contact-section > .theme__container > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

.site-page-contact-us .contact-form,
.site-page-contact-us .contact-form form,
.site-page-contact-us .contact-form .row {
  width: 100% !important;
  max-width: 100% !important;
}

.site-page-contact-us .contact-form .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -7px !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-page-contact-us .contact-form .form-group {
  min-width: 0;
  max-width: 100%;
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.site-page-contact-us .contact-form .form-control {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.site-page-contact-us .contact-block,
.site-page-contact-us .contact-block .section_main_title,
.site-page-contact-us .contact-block > .text {
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.site-page-contact-us .h-captcha {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* Requested: move the homepage hero content card exactly 15px upward. */
  .site-page-index section.hero_section-two .tab-pane {
    transform: translateY(-15px) !important;
  }

  .site-page-contact-us .contact-section > .theme__container {
    width: calc(100% - 24px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-page-contact-us .contact-section > .theme__container > .row {
    display: block !important;
    border-radius: 20px 6px 20px 6px !important;
  }

  .site-page-contact-us .contact-section > .theme__container > .row > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-page-contact-us .contact-block {
    padding: 27px 18px 22px !important;
  }

  .site-page-contact-us .contact-block .section_main_title {
    margin: 0 0 14px !important;
    font-size: 28px !important;
    line-height: 1.24 !important;
  }

  .site-page-contact-us .contact-block > .text {
    margin-bottom: 20px !important;
    font-size: 13.5px !important;
    line-height: 1.7 !important;
  }

  .site-page-contact-us .contact-form .row {
    display: block !important;
    margin: 0 !important;
  }

  .site-page-contact-us .contact-form .form-group,
  .site-page-contact-us .contact-form .col-md-6,
  .site-page-contact-us .contact-form .col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
  }

  .site-page-contact-us .contact-form .form-control {
    min-height: 52px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
  }

  .site-page-contact-us .h-captcha {
    height: 68px;
  }

  .site-page-contact-us .h-captcha > div,
  .site-page-contact-us .h-captcha iframe {
    transform: scale(.84) !important;
    transform-origin: left top !important;
  }

  .site-page-contact-us .contact-form button.theme-btn {
    min-height: 50px !important;
    border-radius: 12px !important;
  }

  .call-back-1 {
    right: 10px !important;
    bottom: 12px !important;
    width: 46px !important;
    gap: 8px !important;
  }

  .call-back-1 a,
  .call-back-1 .rsb-float-btn {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-radius: 13px !important;
  }

  .back-to-top {
    right: 10px !important;
    bottom: 116px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-radius: 13px !important;
  }
}

/* Keep the back-to-top SVG centred even when the legacy jQuery fade sets display:block inline. */
.back-to-top {
  text-align: center !important;
}
.back-to-top svg {
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
}
