body.ce-refresh {
  background: #060606;
  color: #f4ead4;
}

body.ce-refresh,
body.ce-refresh p,
body.ce-refresh li,
body.ce-refresh label,
body.ce-refresh input,
body.ce-refresh textarea,
body.ce-refresh select {
  font-size: 19px;
  line-height: 1.8;
}

body.ce-refresh h1,
body.ce-refresh h2,
body.ce-refresh h3,
body.ce-refresh h4,
body.ce-refresh h5 {
  color: #f1c561;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

body.ce-refresh .top-bar .tagline,
body.ce-refresh .user-account,
body.ce-refresh .cs-login-area,
body.ce-refresh .cs-banner,
body.ce-refresh iframe[src*="youtube.com/embed"],
body.ce-refresh .widget-newsletter,
body.ce-refresh .ce-hidden,
body.ce-refresh .ce-hide-legacy {
  display: none !important;
}

body.ce-refresh .main-head {
  border-top: 1px solid rgba(241, 197, 97, 0.35);
  border-bottom: 1px solid rgba(241, 197, 97, 0.18);
  background:
    radial-gradient(circle at top left, rgba(241, 197, 97, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(13, 13, 13, 0.98), rgba(6, 6, 6, 0.95));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

body.ce-refresh .main-head .navbar {
  padding-top: 12px;
  padding-bottom: 12px;
}

body.ce-refresh .logo img {
  width: 84px !important;
  height: 84px !important;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

body.ce-refresh .navigation > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.ce-refresh .contact-detail li,
body.ce-refresh .social-media a {
  font-size: 15px;
}

body.ce-refresh .page-section,
body.ce-refresh .section-fullwidth,
body.ce-refresh .contact-info,
body.ce-refresh .cs-blog,
body.ce-refresh .cs-clinets,
body.ce-refresh .image-frame,
body.ce-refresh .contact-form-holder {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(241, 197, 97, 0.14);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

body.ce-refresh .page-section,
body.ce-refresh .section-fullwidth,
body.ce-refresh .contact-info,
body.ce-refresh .contact-form-holder,
body.ce-refresh .cs-blog {
  padding: 28px;
}

body.ce-refresh .page-section,
body.ce-refresh .section-fullwidth {
  margin-bottom: 28px;
}

body.ce-refresh .cs-page-content .container > .row {
  margin-bottom: 28px;
}

body.ce-refresh .cs-heading .cs-fancy,
body.ce-refresh .cs-heading h1,
body.ce-refresh .cs-element-title h2 {
  font-size: clamp(28px, 4vw, 52px) !important;
  line-height: 1.04 !important;
}

body.ce-refresh .heading-description,
body.ce-refresh .heading-description p,
body.ce-refresh .contact-label span,
body.ce-refresh .contact-label p {
  font-size: 20px !important;
  line-height: 1.8 !important;
  color: #eadcbf !important;
}

body.ce-refresh .section-fullwidth p,
body.ce-refresh .section-fullwidth li,
body.ce-refresh .page-section p,
body.ce-refresh .page-section li,
body.ce-refresh .contact-info p,
body.ce-refresh .contact-info li,
body.ce-refresh .contact-form-holder p,
body.ce-refresh .cs-blog p,
body.ce-refresh .cs-blog li,
body.ce-refresh .cs-blog .post-text,
body.ce-refresh .cs-blog .blog-text,
body.ce-refresh .cs-blog .blog-text p,
body.ce-refresh .cs-blog .post-option + p,
body.ce-refresh .cs-blog .read-more,
body.ce-refresh .cs-post-title p,
body.ce-refresh .cs-testimonial p,
body.ce-refresh .cs-clinets p {
  font-size: 19px !important;
  line-height: 1.8 !important;
  color: #eadcbf;
}

body.ce-refresh .image-frame img {
  border-radius: 26px;
}

body.ce-refresh .ce-hero {
  width: min(1180px, calc(100% - 48px));
  margin: 32px auto 40px;
  padding: 42px;
  border-radius: 36px;
  border: 1px solid rgba(241, 197, 97, 0.18);
  background:
    radial-gradient(circle at top left, rgba(241, 197, 97, 0.18), transparent 34%),
    linear-gradient(135deg, #131313 0%, #080808 72%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

body.ce-refresh .ce-hero__eyebrow {
  margin: 0 0 14px;
  color: #f1c561;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.ce-refresh .ce-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(42px, 6vw, 76px);
}

body.ce-refresh .ce-hero__layout {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 28px;
  align-items: start;
}

body.ce-refresh .ce-hero__lead {
  margin: 20px 0 0;
  max-width: 44rem;
  font-size: 22px;
  line-height: 1.7;
  color: #f4ead4;
}

body.ce-refresh .ce-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

body.ce-refresh .ce-button,
body.ce-refresh .profile-contact-btn input,
body.ce-refresh .acc-submit,
body.ce-refresh .cs-button,
body.ce-refresh .read-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(241, 197, 97, 0.3);
  background: #f1c561;
  color: #0d0d0d !important;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(241, 197, 97, 0.18);
}

body.ce-refresh .ce-button--ghost {
  background: transparent;
  color: #f1c561 !important;
}

body.ce-refresh .ce-hero__panel,
body.ce-refresh .ce-card,
body.ce-refresh .contact-info {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(241, 197, 97, 0.14);
}

body.ce-refresh .ce-hero__panel h2,
body.ce-refresh .ce-card h2,
body.ce-refresh .ce-card h3 {
  margin: 0 0 12px;
  font-size: 24px !important;
}

body.ce-refresh .ce-bullets,
body.ce-refresh .ce-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ce-refresh .ce-bullets li,
body.ce-refresh .ce-meta-list li {
  position: relative;
  padding-left: 18px;
}

body.ce-refresh .ce-bullets li + li,
body.ce-refresh .ce-meta-list li + li {
  margin-top: 10px;
}

body.ce-refresh .ce-bullets li::before,
body.ce-refresh .ce-meta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f1c561;
}

body.ce-refresh .ce-section-intro {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto 26px;
}

body.ce-refresh .ce-section-intro h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 50px);
}

body.ce-refresh .ce-section-intro p {
  margin: 0;
  max-width: 34rem;
  font-size: 22px;
  color: #eadcbf;
}

body.ce-refresh .ce-card p,
body.ce-refresh .ce-card li,
body.ce-refresh .ce-hero__panel li,
body.ce-refresh .ce-contact-summary .ce-card p,
body.ce-refresh .ce-contact-summary .ce-card li {
  font-size: 20px !important;
  line-height: 1.8 !important;
}

body.ce-refresh .ce-grid {
  display: grid;
  gap: 22px;
}

body.ce-refresh .ce-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ce-refresh .ce-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ce-refresh .ce-card p:last-child,
body.ce-refresh .contact-info p:last-child {
  margin-bottom: 0;
}

body.ce-refresh .ce-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

body.ce-refresh .ce-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(241, 197, 97, 0.1);
  border: 1px solid rgba(241, 197, 97, 0.16);
  color: #f4ead4;
  font-size: 15px;
  font-weight: 700;
}

body.ce-refresh .cs-blog .post-title h3,
body.ce-refresh .cs-blog h3 {
  font-size: 28px !important;
  line-height: 1.18 !important;
}

body.ce-refresh .cs-blog .post-option,
body.ce-refresh .cs-blog .post-option span,
body.ce-refresh .cs-blog .post-option a {
  font-size: 15px !important;
}

body.ce-refresh .cs-blog .read-more a,
body.ce-refresh .cs-blog .post-title + p,
body.ce-refresh .cs-blog .blog-text p {
  font-size: 18px !important;
}

body.ce-refresh .ce-jobs-summary .ce-card {
  padding: 30px;
}

body.ce-refresh .ce-jobs-summary h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 52px);
}

body.ce-refresh .ce-jobs-summary p {
  max-width: 42rem;
}

body.ce-refresh .ce-register-panel {
  width: min(920px, calc(100% - 48px));
  margin: 40px auto;
}

body.ce-refresh .ce-register-panel .ce-card {
  padding: 34px;
}

body.ce-refresh .ce-register-panel h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 58px);
}

body.ce-refresh .ce-register-panel p {
  font-size: 20px;
}

body.ce-refresh .contact-form-holder label,
body.ce-refresh .comment-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #f1c561;
}

body.ce-refresh .contact-form-holder input[type="text"],
body.ce-refresh .contact-form-holder input[type="email"],
body.ce-refresh .contact-form-holder textarea,
body.ce-refresh .comment-form input[type="text"],
body.ce-refresh .comment-form input[type="email"],
body.ce-refresh .comment-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(241, 197, 97, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: #f7f0df;
  font-size: 18px;
}

body.ce-refresh .contact-form-holder textarea,
body.ce-refresh .comment-form textarea {
  min-height: 180px;
}

body.ce-refresh .term-conditions,
body.ce-refresh .terms,
body.ce-refresh .terms label {
  font-size: 15px !important;
}

body.ce-refresh .ce-legal-footer {
  font-size: 14px !important;
}

body.ce-refresh .widgettext a,
body.ce-refresh .contact-detail a,
body.ce-refresh .contact-info a,
body.ce-refresh .contact-label a,
body.ce-refresh .cs-blog a {
  color: #f1c561;
}

@media (max-width: 991px) {
  body.ce-refresh,
  body.ce-refresh p,
  body.ce-refresh li,
  body.ce-refresh label,
  body.ce-refresh input,
  body.ce-refresh textarea,
  body.ce-refresh select {
    font-size: 18px;
  }

  body.ce-refresh .ce-hero {
    width: calc(100% - 28px);
    padding: 28px;
    margin-top: 18px;
  }

  body.ce-refresh .ce-hero__layout,
  body.ce-refresh .ce-grid--two,
  body.ce-refresh .ce-grid--three {
    grid-template-columns: 1fr;
  }

  body.ce-refresh .ce-section-intro,
  body.ce-refresh .ce-register-panel {
    width: calc(100% - 28px);
  }
}

@media (max-width: 640px) {
  body.ce-refresh .page-section,
  body.ce-refresh .section-fullwidth,
  body.ce-refresh .contact-info,
  body.ce-refresh .contact-form-holder,
  body.ce-refresh .cs-blog {
    padding: 20px;
    border-radius: 22px;
  }

  body.ce-refresh .ce-hero__lead,
  body.ce-refresh .ce-section-intro p,
  body.ce-refresh .ce-register-panel p {
    font-size: 19px;
  }
}
