:root {
  --bg: #08131d;
  --bg-soft: #0f2233;
  --panel: rgba(8, 19, 29, 0.82);
  --panel-solid: #0f1c28;
  --surface: #f5f1e8;
  --surface-strong: #ffffff;
  --text: #15222d;
  --muted: #5f6d79;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(21, 34, 45, 0.12);
  --accent: #c88b3a;
  --accent-2: #d9b36c;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --content-width: 1160px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Open Sans", sans-serif, tahoma, verdana, arial;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(200, 139, 58, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(6, 15, 24, 0.94), rgba(10, 28, 43, 0.9)),
    #09131d !important;
  min-height: 100vh;
}

body a {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.container-fluid {
  padding: 0;
}

.row {
  margin: 0;
}

.sidebar {
  background: linear-gradient(180deg, rgba(7, 17, 28, 0.94), rgba(8, 19, 29, 0.84)) !important;
  backdrop-filter: blur(18px);
  border-right: 1px solid var(--line);
  box-shadow: none !important;
  padding: 28px 20px 22px !important;
}

.logo {
  padding: 0 0 18px !important;
}

.logo h1 {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
  text-shadow: none !important;
}

.logo h1 img,
.mt_logo_img {
  width: 158px;
  max-width: 82%;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.nav1 {
  margin-top: 14px;
}

.nav-sidebar,
.botnav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-sidebar > li,
.botnav ul > li {
  list-style: none;
}

.nav-sidebar > li > a,
.botnav ul > li > a {
  color: rgba(255, 255, 255, 0.86) !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 18px !important;
}

.nav-sidebar > li > a:hover,
.nav-sidebar > li.is-active > a,
.botnav ul > li > a:hover {
  color: #fff !important;
  background: rgba(200, 139, 58, 0.16);
  border-color: rgba(217, 179, 108, 0.35);
}

.more_menu {
  padding-top: 10px;
}

.more_menu li {
  list-style: none;
}

.more_menu li a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 8px 18px;
  text-align: left;
}

.contact-sec {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-info + .contact-info {
  margin-top: 16px;
}

.ph-number a,
.email a,
.sidebar p,
.sidebar p a {
  color: rgba(255, 255, 255, 0.9) !important;
  word-break: break-word;
}

.ph-number a:hover,
.email a:hover {
  color: var(--accent-2) !important;
}

.main,
.foot1,
.foot2 {
  margin-left: 20.8% !important;
  width: 79.2% !important;
}

.main {
  min-height: 100vh;
  background: transparent !important;
}

.banner-slide {
  overflow: hidden;
  background: #07131d !important;
}

.slideimg {
  min-height: min(88vh, 960px) !important;
  position: relative;
}

.slideimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 14, 22, 0.82) 0%, rgba(6, 14, 22, 0.56) 35%, rgba(6, 14, 22, 0.2) 62%, rgba(6, 14, 22, 0.48) 100%),
    linear-gradient(180deg, rgba(6, 14, 22, 0.15), rgba(6, 14, 22, 0.55));
  z-index: 1;
}

.slideimg img {
  width: 100%;
  min-height: inherit;
  object-fit: cover;
  padding: 0 !important;
  max-height: none !important;
}

.jumbotron.banner-text {
  width: min(640px, calc(100% - 64px)) !important;
  right: auto !important;
  left: clamp(24px, 5vw, 72px);
  top: auto !important;
  bottom: clamp(28px, 6vw, 72px);
  padding: clamp(24px, 3vw, 40px) !important;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(10, 25, 39, 0.88), rgba(10, 25, 39, 0.72)) !important;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  z-index: 2;
  text-align: left !important;
}

.banner-text h2,
.banner-title h2,
.slider_video h2 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(42px, 5vw, 78px) !important;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #f7f0e2 !important;
  text-shadow: none !important;
}

.banner-text p,
.banner-title p,
.slider_video p {
  color: rgba(247, 240, 226, 0.86) !important;
  font-size: clamp(16px, 1.7vw, 20px) !important;
  line-height: 1.7 !important;
  margin-top: 16px !important;
}

.main-text,
.about-main {
  background: transparent !important;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 4vw, 40px) 48px !important;
}

#akmsg1,
.about {
  max-width: var(--content-width);
  margin: 0 auto;
}

.about {
  background: linear-gradient(180deg, rgba(245, 241, 232, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 48px);
}

.about-main h3,
#akheadcont {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  color: #102130 !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  line-height: 0.95;
  margin: 0 0 18px !important;
  text-align: left !important;
}

.about-main h3:after {
  display: none !important;
}

.about-main,
.about-main p,
.desc_p,
.welcome-info p,
.content-text-style-1,
.content-text-style-2 {
  color: var(--muted) !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  letter-spacing: normal !important;
}

#akmsg1 .container,
#akmsg1 .ly_container,
.main-text .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.common_temp1,
#layout1,
#layout3 {
  background: transparent !important;
}

.common_lo {
  padding: 0 !important;
}

.flex_box {
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #f7f4ed);
  border: 1px solid var(--line-dark);
  box-shadow: 0 18px 50px rgba(13, 26, 39, 0.09);
}

.flex_box + .flex_box,
.common_temp1 + .common_temp1,
.about #akmsg1 > * + * {
  margin-top: 28px;
}

.flex_bg.col_mid,
.flex_pd,
.col_mid {
  padding: clamp(26px, 4vw, 42px) !important;
}

.head_h4,
.title-txt,
.head_h3 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  color: #112231 !important;
  font-size: clamp(32px, 3vw, 46px) !important;
  line-height: 1 !important;
  margin-bottom: 16px !important;
}

.desc_p p + p,
#akmsg1 p + p {
  margin-top: 14px;
}

.desc_p a,
#akmsg1 a {
  color: #8b5c18 !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 92, 24, 0.25);
}

.desc_p a:hover,
#akmsg1 a:hover {
  color: #5f3b08 !important;
  border-bottom-color: rgba(95, 59, 8, 0.45);
}

.wpaper19,
.flex_box .flex_bg[style*="background-image"] {
  min-height: 360px;
}

.editor_img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  float: none !important;
  margin: 0 auto 18px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.footer {
  border-left: 0 !important;
}

.foot1 {
  margin-top: 0 !important;
  background: linear-gradient(180deg, rgba(8, 19, 29, 0.08), rgba(8, 19, 29, 0.78)) !important;
  padding: 0 24px;
}

.botleft {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 10px 0 0;
}

.botnav ul {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.foot2 {
  background: rgba(4, 12, 18, 0.92) !important;
  padding: 18px 24px 34px !important;
}

#akusrftr {
  max-width: var(--content-width);
  margin: 0 auto;
}

.footer p,
.footer p a {
  color: rgba(255, 255, 255, 0.72) !important;
}

#toTop {
  right: 26px !important;
  bottom: 26px !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  background-color: rgba(200, 139, 58, 0.96) !important;
  background-image: none !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

#toTop::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg) translate(2px, 2px);
}

.menu-icon {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px;
  cursor: pointer;
}

.menu-icon img {
  width: 22px;
}

.site-kicker,
.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-kicker::before,
.page-kicker::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.65;
}

.page-intro {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(16, 33, 48, 0.75);
  font-size: 18px;
  line-height: 1.8;
}

.about[data-page="contacts"] #akmsg1 {
  display: grid;
  gap: 18px;
}

.contact-card {
  background: linear-gradient(180deg, #fff, #fbf8f1);
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 14px 34px rgba(13, 26, 39, 0.08);
}

.contact-card strong {
  display: block;
  margin-bottom: 8px;
  color: #102130;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.balance-sheet-panel {
  background: linear-gradient(180deg, #fff, #fbf8f1);
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(13, 26, 39, 0.08);
}

.balance-sheet-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #102130;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border: 0 !important;
}

.balance-sheet-link:hover {
  background: #c88b3a;
  color: #08131d !important;
}

.balance-sheet-frame {
  width: 100%;
  min-height: 980px;
  margin-top: 22px;
  border: 1px solid rgba(16, 33, 48, 0.12);
  border-radius: 18px;
  background: #fff;
}

@media (max-width: 990px) {
  .sidebar,
  .main,
  .foot1,
  .foot2 {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .sidebar {
    position: relative !important;
    width: 100% !important;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px !important;
  }

  .logo h1 {
    text-align: left;
  }

  #TempMainNav {
    position: relative;
    display: block;
    z-index: 40;
    width: 100%;
  }

  span.menu-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 14px 0 6px;
    margin-left: auto;
    position: relative;
    z-index: 45;
    float: right;
  }

  .nav1 {
    display: none;
    clear: both;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: rgba(7, 17, 28, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    overflow: visible;
  }

  .nav1.is-open {
    display: block !important;
  }

  .nav-sidebar,
  .nav1 .nav-sidebar {
    width: 100%;
  }

  .nav-sidebar > li > a {
    width: 100%;
    text-align: left;
  }

  .sidebar {
    overflow: visible !important;
    z-index: 2000 !important;
  }

  .main,
  .banner-section,
  .banner-slide,
  .slideimg,
  .jumbotron.banner-text {
    position: relative;
    z-index: 1 !important;
  }

  .contact-sec {
    display: none;
  }

  .jumbotron.banner-text {
    left: 18px;
    right: 18px !important;
    width: auto !important;
    bottom: 18px;
  }

  .slideimg {
    min-height: 72vh !important;
  }

  .main-text,
  .about-main {
    padding: 18px 14px 32px !important;
  }

  .about {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .flex_box {
    display: block !important;
  }

  .wpaper19,
  .flex_box .flex_bg[style*="background-image"] {
    min-height: 260px;
  }

  .botnav ul {
    flex-direction: column;
  }

  .balance-sheet-frame {
    min-height: 620px;
  }
}
