/*
Theme Name: Roamle Travel
Theme URI: https://example.com/roamle-travel
Author: Codex
Author URI: https://openai.com
Description: A WordPress travel theme converted from the Roamle static travel template.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: sunway-travel
*/

.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;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #111827;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 1rem;
  line-height: normal;
  padding: 1rem 1.4rem;
  text-decoration: none;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.admin-bar .header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

.header .navbar .nav-btn.is-current,
.header .dropdown-content a.is-current,
.mobile-menu .nav-btn.is-current,
.mobile-menu .sub-nav-link a.is-current,
.footer .links a:hover,
.footer .links a:focus {
  color: var(--main-color);
}

.header .navbar .nav-btn.is-current {
  font-weight: 600;
}

.page-title .link .separator {
  color: var(--white);
}

.pages-no .container a.item,
.pages-no .container span.item {
  text-decoration: none;
}

.pages-no .item.is-disabled,
.pages-no .item.is-ellipsis {
  cursor: default;
  opacity: 0.55;
}

.pages-no .item.is-ellipsis:hover,
.pages-no .item.is-disabled:hover {
  background-color: var(--secondary-color);
}

.sunway-content > * + *,
.sunway-page-content > * + * {
  margin-top: 1.8rem;
}

.sunway-content ul,
.sunway-content ol,
.sunway-page-content ul,
.sunway-page-content ol {
  margin-left: 2rem;
}

.sunway-content img,
.sunway-page-content img,
.wp-block-image img,
.blog-item img,
.destination-item img,
.tour-item img {
  height: auto;
  max-width: 100%;
}

.sunway-content iframe,
.sunway-page-content iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}

.sidebar .sidebar-item .box-container .item,
.sidebar .sidebar-item .box-container .post-item a,
.sidebar .sidebar-item .tag-item {
  text-decoration: none;
}

.comments-area {
  margin-top: 4rem;
}

.comments-area > h3,
.comments-area .comment-reply-title {
  color: var(--secondary-color);
  font-size: 3rem;
  margin-bottom: 2rem;
}

.comment-review-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.comment-review {
  align-items: flex-start;
  background: var(--white);
  border-radius: var(--border-radius-3);
  box-shadow: var(--box-shadow);
  display: flex;
  gap: 1.8rem;
  padding: 2rem;
}

.comment-review-avatar {
  border-radius: 50%;
  flex: 0 0 8.4rem;
  height: 8.4rem;
  width: 8.4rem;
}

.comment-review-name {
  color: var(--secondary-color);
  margin-bottom: 0.6rem;
}

.comment-review-text p {
  margin-top: 1rem;
}

.sunway-comment-form {
  background: var(--white);
  border-radius: var(--border-radius-3);
  box-shadow: var(--box-shadow);
  padding: 2.4rem;
}

.sunway-comment-form .form-wrap {
  margin-bottom: 1.5rem;
}

.sunway-comment-form .submit {
  background: var(--main-color);
  border: none;
  border-radius: var(--border-radius-4);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  min-width: 16rem;
  padding: 1.2rem 2.4rem;
  text-transform: uppercase;
}

.sunway-comment-form .submit:hover {
  background: var(--secondary-color);
}

.footer .logo img {
  object-fit: contain;
}

.sunway-image-link {
  display: block;
}

.sunway-image-link img {
  display: block;
  width: 100%;
}

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

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.sticky .post-classic-divider,
.sticky .post-corporate-divider {
  background-color: #ffc947;
}

.sunway-empty-state {
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #6f7484;
  padding: 24px;
}

.sunway-empty-state-dark {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.sunway-content ul,
.sunway-content ol {
  margin-bottom: 1.5rem;
}

.sunway-contact-shortcode {
  background: #f7f8fb;
  border-radius: 12px;
  padding: 24px;
}

.sunway-post-content iframe,
.sunway-post-content video {
  max-width: 100%;
}

.sunway-meta-input {
  width: 100%;
}

.sunway-meta-note {
  color: #646970;
  font-size: 12px;
}

.sunway-comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sunway-comment-list .comment {
  margin-bottom: 30px;
}

.sunway-comment-card {
  align-items: flex-start;
  display: flex;
  gap: 18px;
}

.sunway-comment-avatar img {
  border-radius: 50%;
}

.sunway-comment-body time {
  color: #6f7484;
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.sunway-comment-form .form-submit {
  margin-top: 30px;
}

.sunway-comment-form .submit {
  background: #ffb629;
  border: 0;
  border-radius: 30px;
  color: #1d2736;
  cursor: pointer;
  font-weight: 700;
  min-width: 170px;
  padding: 16px 28px;
}

.sunway-home-news-list .sunway-home-news-card {
  max-width: none;
}

.footer-classic .link-1.link-1-social,
.footer-classic .link-1.link-1-social[class*="facebook"],
.footer-classic .link-1.link-1-social[class*="instagram"],
.footer-classic .link-1.link-1-social[class*="behance"],
.footer-classic .link-1.link-1-social[class*="twitter"] {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.footer-classic .link-1.link-1-social::after,
.footer-classic .link-1.link-1-social[class*="facebook"]::after,
.footer-classic .link-1.link-1-social[class*="instagram"]::after,
.footer-classic .link-1.link-1-social[class*="behance"]::after,
.footer-classic .link-1.link-1-social[class*="twitter"]::after {
  background: rgba(255, 255, 255, 0.18);
}

.footer-classic .link-1.link-1-social:hover,
.footer-classic .link-1.link-1-social:focus {
  color: #ffffff;
}

.sunway-home-news-list .post-light-media {
  width: 100%;
  max-width: 180px;
}

.sunway-home-news-list .post-light-image {
  display: block;
  width: 100%;
  aspect-ratio: 339 / 251;
  object-fit: cover;
}

.sunway-home-news-list .post-light-main {
  flex: 1 1 0;
}

@media (min-width: 480px) {
  .sunway-home-news-list .post-light-media {
    max-width: none;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .sunway-home-news-list .post-light-media {
    width: 170px;
  }
}

@media (min-width: 992px) {
  .sunway-home-news-list .post-light-media {
    width: 190px;
  }
}

@media (min-width: 1200px) {
  .sunway-home-news-list .post-light-media {
    width: 210px;
  }
}

.sunway-comment-form input:not([type="submit"]),
.sunway-comment-form textarea {
  width: 100%;
}

.sunway-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.sunway-pagination .page-numbers {
  align-items: center;
  border: 1px solid rgba(34, 42, 55, 0.15);
  border-radius: 50%;
  color: #1d2736;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  min-width: 46px;
  padding: 0 10px;
}

.sunway-pagination .current,
.sunway-pagination a:hover {
  background: #ffb629;
  border-color: #ffb629;
  color: #1d2736;
}

.sunway-page-content table,
.sunway-post-content table {
  width: 100%;
}

.sunway-page-content table td,
.sunway-page-content table th,
.sunway-post-content table td,
.sunway-post-content table th {
  border: 1px solid rgba(34, 42, 55, 0.12);
  padding: 12px 15px;
}

.sunway-inline-form {
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.sunway-inline-form button,
.sunway-inline-form .button {
  width: 100%;
}

.sunway-hero-search {
  align-items: end;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.sunway-hero-search .form-button {
  display: flex;
}

.sunway-legal-page {
  padding: 1.2rem 0 2rem;
}

.sunway-legal-shell {
  align-items: start;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(24rem, 31rem) minmax(0, 1fr);
}

.sunway-legal-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 12rem;
}

.sunway-legal-card {
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  border: 1px solid rgba(18, 38, 63, 0.08);
  border-radius: 2rem;
  box-shadow: 0 1.6rem 4rem rgba(14, 37, 63, 0.08);
  padding: 2.4rem;
}

.sunway-legal-card h2,
.sunway-legal-card h3,
.sunway-legal-content h2 {
  color: #11263f;
}

.sunway-legal-card h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0.8rem 0 1.2rem;
}

.sunway-legal-card h3 {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

.sunway-legal-card p,
.sunway-legal-summary,
.sunway-legal-content p,
.sunway-legal-content li {
  color: #5f6f82;
  font-size: 1.6rem;
  line-height: 1.9;
}

.sunway-legal-eyebrow,
.sunway-legal-meta {
  color: #be7d2f;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.sunway-legal-main {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  border-radius: 2.4rem;
  box-shadow: 0 1.8rem 4.8rem rgba(11, 32, 56, 0.1);
  overflow: hidden;
}

.sunway-legal-intro {
  background:
    radial-gradient(circle at top right, rgba(212, 163, 93, 0.2), transparent 32%),
    linear-gradient(135deg, #11263f 0%, #183958 58%, #235376 100%);
  color: #ffffff;
  padding: 3.2rem 3.6rem;
}

.sunway-legal-hero {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.sunway-legal-title {
  color: #ffffff;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.15;
  margin: 0.8rem 0 0;
  max-width: 12ch;
}

.sunway-legal-badges {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-self: end;
}

.sunway-legal-badges span {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  white-space: nowrap;
}

.sunway-legal-intro .sunway-legal-meta,
.sunway-legal-intro .sunway-legal-summary {
  color: #ffffff;
}

.sunway-legal-summary {
  margin: 1.2rem 0 0;
  max-width: 74rem;
}

.sunway-legal-content {
  padding: 3.4rem 3.6rem 3.8rem;
}

.sunway-legal-content > * + * {
  margin-top: 1.8rem;
}

.sunway-legal-content h2 {
  border-top: 1px solid rgba(17, 38, 63, 0.09);
  font-size: 2.5rem;
  margin-top: 3rem;
  padding-top: 2.4rem;
}

.sunway-legal-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sunway-legal-links a {
  background: #f5f7fb;
  border: 1px solid transparent;
  border-radius: 1.2rem;
  color: #284766;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
  transition: 0.2s ease;
}

.sunway-legal-links a:hover,
.sunway-legal-links a:focus,
.sunway-legal-links a.is-current {
  background: rgba(212, 163, 93, 0.14);
  border-color: rgba(190, 125, 47, 0.22);
  color: #11263f;
}

.sunway-legal-contact-points {
  border-top: 1px solid rgba(17, 38, 63, 0.08);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}

.sunway-legal-contact-points p {
  color: #284766;
  font-size: 1.5rem;
  margin-top: 0.8rem;
}

.sunway-legal-contact-points strong {
  color: #11263f;
}

.sunway-legal-contact .btn {
  margin-top: 0.8rem;
}

.sunway-footer-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
}

.sunway-footer-policy-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.sunway-footer-policy-nav a,
.sunway-footer-policy-nav span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.4rem;
  text-decoration: none;
}

.sunway-footer-policy-nav a:hover,
.sunway-footer-policy-nav a:focus {
  color: var(--main-color);
}

@media (max-width: 991px) {
  .sunway-legal-shell {
    grid-template-columns: 1fr;
  }

  .sunway-legal-sidebar {
    position: static;
  }

  .sunway-footer-meta {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sunway-legal-card,
  .sunway-legal-intro,
  .sunway-legal-content {
    padding: 2.2rem;
  }

  .sunway-legal-hero {
    grid-template-columns: 1fr;
  }

  .sunway-legal-badges {
    justify-self: start;
  }

  .sunway-legal-card h2 {
    font-size: 2.1rem;
  }

  .sunway-legal-content h2 {
    font-size: 2.2rem;
  }
}

.sunway-contact-hero {
  align-items: stretch;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(28rem, 0.95fr);
  margin-bottom: 3rem;
}

.sunway-contact-hero-copy {
  background:
    radial-gradient(circle at top right, rgba(212, 163, 93, 0.22), transparent 30%),
    linear-gradient(135deg, #11263f 0%, #173654 58%, #1f5375 100%);
  border-radius: 2.4rem;
  color: #ffffff;
  padding: 3.2rem 3.4rem;
}

.sunway-contact-eyebrow,
.sunway-contact-card-label {
  color: #ffd48a;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.sunway-contact-hero-copy h2 {
  color: #ffffff;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 1.12;
  margin: 1rem 0 1.4rem;
  max-width: 14ch;
}

.sunway-contact-hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.7rem;
  line-height: 1.85;
  text-transform: none;
}

.sunway-contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
}

.sunway-contact-badges span {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 600;
  padding: 0.95rem 1.4rem;
  text-transform: none;
}

.sunway-contact-hero-card {
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  border: 1px solid rgba(18, 38, 63, 0.08);
  border-radius: 2.4rem;
  box-shadow: 0 1.6rem 4rem rgba(14, 37, 63, 0.08);
  padding: 3rem;
}

.sunway-contact-hero-card ul {
  margin: 1.6rem 0 0;
  padding-left: 2rem;
}

.sunway-contact-hero-card li {
  color: #5f6f82;
  font-size: 1.6rem;
  line-height: 1.85;
  text-transform: none;
}

.sunway-contact-steps {
  display: grid;
  gap: 1.4rem;
  margin: 2.2rem 0 2.4rem;
}

.sunway-contact-step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  padding: 1.6rem 1.8rem;
}

.sunway-contact-step strong {
  color: #ffffff;
  display: block;
  font-size: 1.55rem;
  margin-bottom: 0.6rem;
  text-transform: none;
}

.sunway-contact-step p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.45rem;
  line-height: 1.7;
  margin: 0;
  text-transform: none;
}

.sunway-contact-hero-copy h2,
.contact .heading h2,
.contact .heading .sub,
.contact .contact-info .info-item h3,
.contact .contact-info .info-item p,
.contact .contact-intro,
.page-info .main-heading,
.page-info .sub-heading,
.page-info p,
.page-info li,
.blog-info .details h5 span,
.sunway-content h1,
.sunway-content h2,
.sunway-content h3,
.sunway-content h4,
.sunway-content p,
.sunway-content li,
.sunway-page-content h1,
.sunway-page-content h2,
.sunway-page-content h3,
.sunway-page-content h4,
.sunway-page-content p,
.sunway-page-content li,
.sunway-legal-title,
.sunway-legal-summary,
.sunway-legal-card p,
.sunway-legal-contact-points p {
  text-transform: none;
}

.contact .contact-info .info-item p,
.contact .contact-intro,
.page-info p,
.page-info .sub-section ul li,
.sunway-content p,
.sunway-content li,
.sunway-page-content p,
.sunway-page-content li {
  font-size: 1.75rem;
  line-height: 1.9;
}

.page-info .main-heading,
.blog-info .main-heading {
  font-size: 4.1rem;
  line-height: 1.2;
}

.sunway-content h2,
.sunway-page-content h2 {
  font-size: 3rem;
  line-height: 1.3;
}

.sunway-content h3,
.sunway-page-content h3 {
  font-size: 2.3rem;
  line-height: 1.35;
}

.contact .heading .sub,
.sunway-contact-eyebrow,
.sunway-contact-card-label,
.sunway-legal-eyebrow,
.sunway-legal-meta {
  font-size: 1.45rem;
}

@media (max-width: 991px) {
  .sunway-contact-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sunway-contact-hero-copy,
  .sunway-contact-hero-card {
    padding: 2.2rem;
  }
}
