@charset "UTF-8";
.btn.hidden {
  display: none !important; }

.btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent; }

.btn-primary {
  background: #aa8453;
  color: white;
  border-color: #aa8453; }

.btn-primary:hover {
  background: transparent;
  color: #aa8453;
  border-color: #aa8453; }

.btn-secondary {
  background: transparent;
  color: white;
  border-color: white; }

.btn-secondary:hover {
  background: white;
  color: #667eea; }

/************************** 
* Hero Section
***************************/
.header-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .header-section {
      min-height: 80vh;
      background-attachment: scroll; } }
  .header-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .header-section.has-background .hero-overlay {
    background: linear-gradient(135deg, black 0%, black 100%); }
  .header-section .hero-content {
    position: relative;
    z-index: 2;
    max-width: 872px;
    margin: 0 auto;
    padding: 0 20px;
    /* Hide buttons when needed */ }
    .header-section .hero-content .hero-title {
      font-size: 66px;
      font-weight: 400;
      margin-bottom: 20px;
      line-height: 75px;
      font-family: "Instrument Sans", Sans-serif;
      color: #ffffff; }
      @media (max-width: 1024px) {
        .header-section .hero-content .hero-title {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 767px) {
        .header-section .hero-content .hero-title {
          font-size: 42px;
          line-height: 42px; } }
      @media (max-width: 480px) {
        .header-section .hero-content .hero-title {
          font-size: 2rem; } }
    .header-section .hero-content .hero-subtitle {
      color: #ffffff; }
      @media (max-width: 768px) {
        .header-section .hero-content .hero-subtitle {
          font-size: 1.1rem; } }
    .header-section .hero-content .hero-buttons.hidden {
      display: none !important; }
    .header-section .hero-content .hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .header-section .hero-content .hero-buttons {
          flex-direction: column;
          align-items: center; } }
  .header-section .hero-page-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center; }
    .header-section .hero-page-meta span {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.9);
      background: rgba(255, 255, 255, 0.1);
      padding: 8px 16px;
      border-radius: 20px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2); }
      .header-section .hero-page-meta span i {
        color: #fff;
        font-size: 0.8rem; }
  .header-section .hero-page-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0; }

.home .header-section {
  border-radius: 0;
  height: calc(100vh - 120px); }

/* Blog Page Styles */
.blog-title {
  font-size: 3rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 15px 0; }

/* Posts Grid */
/* Post Thumbnail */
.post-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem; }

/* Post Content */
/* Tour Info */
.tour-info {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.tour-price,
.tour-duration {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #333; }

.tour-price {
  background: #e8f5e8;
  color: #2d5a2d; }

.tour-price i {
  color: #28a745; }

.tour-duration i {
  color: #dc834e; }

/* Pagination */
/* No Posts */
.no-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px; }
  .no-posts .no-posts-content {
    text-align: center;
    background: #fff;
    padding: 60px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    max-width: 500px; }
    .no-posts .no-posts-content i {
      font-size: 4rem;
      color: #ccc;
      margin-bottom: 20px; }
    .no-posts .no-posts-content h2 {
      font-size: 1.8rem;
      color: #333;
      margin: 0 0 15px 0; }
    .no-posts .no-posts-content p {
      color: #666;
      margin-bottom: 30px;
      line-height: 1.6; }
  .no-posts .back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #dc834e;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease; }
    .no-posts .back-home-btn:hover {
      background: #005a87; }

/* Responsive Design */
@media (max-width: 768px) {
  .blog-page {
    padding: 20px 0; }

  .container {
    padding: 0 15px; }

  .blog-title {
    font-size: 2.2rem; }

  .blog-filters {
    flex-direction: column;
    gap: 20px;
    padding: 20px; }

  .blog-hero-image {
    height: 300px;
    margin-bottom: 20px; }

  .blog-hero-overlay {
    padding: 20px; }

  .blog-hero-overlay .blog-title-section {
    padding: 30px 20px; }

  .category-filters {
    justify-content: center; }

  .filter-search {
    max-width: 100%; }

  .posts-grid {
    grid-template-columns: 1fr;
    gap: 20px; }

  .post-thumbnail {
    height: 200px; }

  .post-content {
    padding: 20px; }

  .post-meta {
    flex-direction: column;
    gap: 8px; }

  .tour-info {
    flex-direction: column;
    gap: 8px; }

  .post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }

  .pagination {
    flex-wrap: wrap;
    justify-content: center; }

  .pagination .page-numbers {
    min-width: 35px;
    height: 35px;
    padding: 0 10px;
    font-size: 0.9rem; }

  .pagination .prev,
  .pagination .next {
    padding: 8px 15px;
    font-size: 0.9rem; } }
@media (max-width: 480px) {
  .blog-title {
    font-size: 1.8rem; }

  .blog-description {
    font-size: 1rem; }

  .blog-filters {
    padding: 15px; }

  .post-title {
    font-size: 1.2rem; }

  .no-posts-content {
    padding: 40px 20px; }

  .no-posts-content h2 {
    font-size: 1.5rem; }

  .blog-hero-image {
    height: 250px; }

  .blog-hero-overlay .blog-title-section {
    padding: 20px 15px; } }
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .posts-grid .blog-post-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 0 !important; }
  .posts-grid .post-thumbnail {
    height: 250px;
    overflow: hidden;
    position: relative; }
    .posts-grid .post-thumbnail .post-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
      border-radius: 0; }
    .posts-grid .post-thumbnail .post-category-badge {
      position: absolute;
      bottom: 15px;
      left: 15px; }
      .posts-grid .post-thumbnail .post-category-badge a {
        background: #dc834e;
        color: #fff;
        padding: 6px 12px;
        border-radius: 15px;
        text-decoration: none;
        font-size: 0.8rem;
        font-weight: 500;
        transition: background 0.3s ease; }
  .posts-grid .post-content {
    padding: 25px; }
    .posts-grid .post-content .post-meta {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
      flex-wrap: wrap; }
      .posts-grid .post-content .post-meta span {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.85rem;
        color: #666; }
        .posts-grid .post-content .post-meta span i {
          color: #dc834e;
          font-size: 0.8rem; }
    .posts-grid .post-content .post-title a:hover {
      color: #dc834e; }
    .posts-grid .post-content .post-excerpt {
      color: #666;
      line-height: 1.6;
      margin-bottom: 20px; }
    .posts-grid .post-content .post-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #eee;
      padding-top: 15px;
      flex-wrap: wrap;
      gap: 15px; }

/*  */
/************************** 
* Page Content
***************************/
.page-content {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px; }

/************************** 
* Page Share
***************************/
.page-share {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px; }
  .page-share .share-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px; }
    .page-share .share-title i {
      color: #dc834e; }
  .page-share .share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .page-share .share-buttons a {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 15px;
      border-radius: 25px;
      color: #fff;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 500;
      transition: transform 0.3s ease; }
      .page-share .share-buttons a:hover {
        transform: translateY(-2px); }
  .page-share .share-facebook {
    background: #3b5998; }
  .page-share .share-twitter {
    background: #1da1f2; }
  .page-share .share-linkedin {
    background: #0077b5; }
  .page-share .share-whatsapp {
    background: #25d366; }

/************************** 
* Blog Header
***************************/
.blog-header {
  margin-bottom: 50px; }
  .blog-header .blog-hero-image {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
    .blog-header .blog-hero-image .blog-bg-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .blog-header .blog-hero-image .blog-hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px; }
      .blog-header .blog-hero-image .blog-hero-overlay .blog-title-section {
        text-align: center;
        margin-bottom: 40px; }
        .blog-header .blog-hero-image .blog-hero-overlay .blog-title-section .blog-title,
        .blog-header .blog-hero-image .blog-hero-overlay .blog-title-section .blog-description {
          color: #ffffff; }

/************************** 
* Blog Filters
***************************/
.blog-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px; }
  .blog-filters .filter-categories h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 15px 0; }
  .blog-filters .filter-categories .category-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .blog-filters .filter-categories .category-filters .filter-btn {
      padding: 8px 16px;
      background: #f0f0f0;
      color: #333;
      text-decoration: none;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 500;
      transition: all 0.3s ease;
      border: 2px solid transparent; }
      .blog-filters .filter-categories .category-filters .filter-btn:hover, .blog-filters .filter-categories .category-filters .filter-btn.active {
        background: #dc834e;
        color: #fff;
        border-color: #dc834e; }

/************************** 
* Search Form
***************************/
.filter-search {
  flex: 1;
  max-width: 400px; }
  .filter-search .blog-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0; }
    .filter-search .blog-search-form .search-field {
      flex: 1;
      padding: 12px 16px;
      border: 2px solid #ddd;
      border-radius: 25px;
      font-size: 1rem;
      transition: border-color 0.3s ease; }
      .filter-search .blog-search-form .search-field:focus {
        outline: none;
        border-color: #dc834e; }
    .filter-search .blog-search-form .search-submit {
      background: #dc834e;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      cursor: pointer;
      transition: background 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .filter-search .blog-search-form .search-submit:hover {
        background: #005a87; }

/************************** 
* BreadCrumbs
***************************/
.breadcrumb-container {
  margin-bottom: 30px; }
  .breadcrumb-container .breadcrumb-nav {
    font-size: 0.9rem; }
    .breadcrumb-container .breadcrumb-nav .breadcrumb-list {
      display: flex;
      justify-content: center;
      gap: 15px;
      display: flex;
      align-items: center;
      gap: 8px;
      list-style: none;
      margin: 0;
      padding: 0;
      flex-wrap: wrap; }
      .breadcrumb-container .breadcrumb-nav .breadcrumb-list .breadcrumb-item {
        display: flex;
        align-items: center;
        gap: 8px; }
        .breadcrumb-container .breadcrumb-nav .breadcrumb-list .breadcrumb-item:not(:last-child)::after {
          content: "/";
          color: #999;
          margin-left: 8px; }
    .breadcrumb-container .breadcrumb-nav .breadcrumb-link {
      color: #dc834e;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: color 0.3s ease; }
      .breadcrumb-container .breadcrumb-nav .breadcrumb-link:hover {
        color: #dc834e;
        text-decoration: underline; }
      .breadcrumb-container .breadcrumb-nav .breadcrumb-link i {
        font-size: 0.8rem; }

/************************** 
* Search Togle
***************************/
.search-toggle {
  background: transparent;
  border: 1px solid #ddd;
  color: #111;
  border-radius: 20px;
  padding: 8px 12px;
  cursor: pointer; }
  .search-toggle:hover {
    border-color: #bbb; }

/************************** 
* Search Modal
***************************/
.search-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999; }
  .search-modal.is-open {
    display: flex; }
  .search-modal .search-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); }
  .search-modal .search-modal__dialog {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    width: min(680px, 92vw);
    padding: 20px;
    z-index: 1; }
    .search-modal .search-modal__dialog .search-modal__close {
      position: absolute;
      top: 8px;
      right: 10px;
      background: transparent;
      border: none;
      font-size: 26px;
      line-height: 1;
      cursor: pointer;
      padding: 0;
      color: #111111; }
  .search-modal .search-modal__content .search-form {
    display: flex;
    gap: 8px; }
  .search-modal .search-modal__content .search-field {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 16px; }
  .search-modal .search-modal__content .search-submit {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    cursor: pointer; }

/************************** 
* Pagination
***************************/
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  .pagination-wrapper .pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 0; }
    .pagination-wrapper .pagination .nav-links {
      display: flex;
      gap: 10px; }
    .pagination-wrapper .pagination .page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      height: 40px;
      padding: 0 15px;
      background: #fff;
      color: #333;
      text-decoration: none;
      border-radius: 8px;
      font-weight: 500;
      transition: all 0.3s ease;
      border: 1px solid #eee; }
      .pagination-wrapper .pagination .page-numbers:hover, .pagination-wrapper .pagination .page-numbers.current {
        background: #dc834e;
        color: #fff;
        border-color: #dc834e; }

/************************** 
* Yoast Breadcrumb Override
***************************/
.breadcrumb-container .breadcrumb {
  font-size: 0.9rem; }
  .breadcrumb-container .breadcrumb a {
    color: #dc834e;
    text-decoration: none;
    transition: color 0.3s ease; }
    .breadcrumb-container .breadcrumb a:hover {
      color: #005a87;
      text-decoration: underline; }
  .breadcrumb-container .breadcrumb .breadcrumb_sep {
    color: #999;
    margin: 0 8px; }

/************************** 
* Rank Math Breadcrumb Override
***************************/
.breadcrumb-container .rank-math-breadcrumb {
  font-size: 0.9rem; }
  .breadcrumb-container .rank-math-breadcrumb a {
    color: #dc834e;
    text-decoration: none;
    transition: color 0.3s ease; }
    .breadcrumb-container .rank-math-breadcrumb a:hover {
      color: #005a87;
      text-decoration: underline; }
  .breadcrumb-container .rank-math-breadcrumb .separator {
    color: #999;
    margin: 0 8px; }

/************************** 
* Breadcrumb Responsive
***************************/
@media (max-width: 768px) {
  .breadcrumb-container {
    margin-bottom: 20px; }

  .breadcrumb-list {
    gap: 6px; }

  .breadcrumb-item:not(:last-child)::after {
    margin-left: 6px; } }
.page-text-content p {
  margin-bottom: 15px; }

/**
 * Hero Section Styles
 * 
 * This file contains all CSS styles for the hero section.
 * It can be easily customized and maintained separately.
 * 
 * @package Triply_Child
 * @since 1.0.0
 */
/* Experts Section Improved Styles */
.experts-section {
  padding: 56px 0;
  margin: 2px 0; }
  @media (max-width: 767px) {
    .experts-section {
      grid-template-columns: 1fr;
      text-align: center; } }
  .experts-section .experts-row {
    display: grid;
    grid-template-columns: 180px 1fr 220px;
    gap: 28px;
    align-items: center;
    background-color: #fbf8f7;
    padding: 0 60px;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px; }
    @media (max-width: 1200px) {
      .experts-section .experts-row {
        display: flex;
        flex-direction: row; } }
    @media (max-width: 767px) {
      .experts-section .experts-row {
        justify-content: center;
        display: flex;
        flex-direction: column;
        padding-bottom: 30px; } }
    @media (max-width: 480px) {
      .experts-section .experts-row {
        padding: 0 20px;
        padding-bottom: 20px; } }
    @media (max-width: 980px) {
      .experts-section .experts-row .experts-col--cta {
        grid-column: 1 / -1;
        text-align: left; } }
    @media (max-width: 680px) {
      .experts-section .experts-row .experts-col--cta {
        text-align: center; } }
  .experts-section .experts-col--image {
    margin: -45px 0px 0px 0px; }
    .experts-section .experts-col--image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px; }
  .experts-section .experts-col--content {
    padding-left: 50px; }
    @media (max-width: 680px) {
      .experts-section .experts-col--content {
        padding-left: 0px; } }
  .experts-section .experts-title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 800;
    color: #2c2925;
    line-height: 1.2;
    letter-spacing: -0.3px; }
  .experts-section .experts-text {
    color: #585654;
    line-height: 1.75; }
  .experts-section .experts-button-wrap {
    text-align: right; }
    .experts-section .experts-button-wrap .experts-button {
      display: inline-block;
      background: #2c2925;
      color: #fff;
      padding: 12px 20px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 700;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
      transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease; }
      .experts-section .experts-button-wrap .experts-button:hover {
        background: #aa8453;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12); }
      .experts-section .experts-button-wrap .experts-button:focus {
        outline: 3px solid rgba(170, 132, 83, 0.35);
        outline-offset: 2px; }
      .experts-section .experts-button-wrap .experts-button .experts-button-content {
        display: inline-flex;
        align-items: center;
        gap: 10px; }
        .experts-section .experts-button-wrap .experts-button .experts-button-content .experts-button-icon {
          display: inline-flex; }

/**
 * About Section Styles
 * 
 * This file contains all CSS styles for the about section.
 * It can be easily customized and maintained separately.
 * 
 * @package Triply_Child
 * @since 1.0.0
 */
/************************** 
* About Personal Section
***************************/
.about-personal-section {
  padding: 60px 0;
  background: #ffffff;
  position: relative; }
  @media (max-width: 768px) {
    .about-personal-section {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .about-personal-section {
      padding: 40px 0; } }
  .about-personal-section .about-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .about-personal-section .about-content-wrapper {
        gap: 40px; } }
    @media (max-width: 768px) {
      .about-personal-section .about-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px; } }
    .about-personal-section .about-content-wrapper .about-text-content {
      padding: 0 20px; }
      @media (max-width: 768px) {
        .about-personal-section .about-content-wrapper .about-text-content {
          padding: 0; } }
      .about-personal-section .about-content-wrapper .about-text-content .about-text-inner {
        max-width: 100%; }
        .about-personal-section .about-content-wrapper .about-text-content .about-text-inner .about-description {
          margin-bottom: 15px; }
          @media (max-width: 480px) {
            .about-personal-section .about-content-wrapper .about-text-content .about-text-inner .about-description {
              font-size: 1rem; } }
  @media (max-width: 768px) {
    .about-personal-section .about-image-content {
      padding: 0 15px; } }

/************************** 
* Services Grid
***************************/
.about-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px; }
  @media (max-width: 1024px) {
    .about-services-grid {
      gap: 20px; } }
  @media (max-width: 768px) {
    .about-services-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-top: 30px; } }
  .about-services-grid .service-item {
    text-align: center;
    padding: 25px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    /* Stagger animation for services */ }
    .about-services-grid .service-item:nth-child(1) {
      transition-delay: 0.1s; }
    .about-services-grid .service-item:nth-child(2) {
      transition-delay: 0.2s; }
    .about-services-grid .service-item:nth-child(3) {
      transition-delay: 0.3s; }
    .about-services-grid .service-item .service-icon {
      margin-bottom: 15px; }
      .about-services-grid .service-item .service-icon i {
        font-size: 50px;
        color: #aa8453;
        transition: color 0.3s ease; }
        @media (max-width: 480px) {
          .about-services-grid .service-item .service-icon i {
            font-size: 2rem; } }
    .about-services-grid .service-item .service-title {
      color: #323232;
      margin: 0;
      font-family: "Syne", Sans-serif;
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 480px) {
        .about-services-grid .service-item .service-title {
          font-size: 1rem; } }

/************************** 
* Image Content
***************************/
.about-image-content {
  position: relative;
  padding: 0 20px; }
  .about-image-content .about-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
    .about-image-content .about-image-wrapper .about-image {
      width: 100%;
      height: 500px;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease; }
      @media (max-width: 768px) {
        .about-image-content .about-image-wrapper .about-image {
          height: 400px; } }
      @media (max-width: 480px) {
        .about-image-content .about-image-wrapper .about-image {
          height: 300px; } }
    .about-image-content .about-image-wrapper .about-image-overlay {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 0;
      color: white;
      display: flex;
      align-items: center;
      gap: 20px;
      background-color: #f2682a;
      padding: 20px;
      border-radius: 10px;
      max-width: 50%; }
      @media (max-width: 768px) {
        .about-image-content .about-image-wrapper .about-image-overlay {
          padding: 30px 20px 20px;
          flex-direction: column;
          text-align: center;
          gap: 15px;
          max-width: 90%;
          left: 0;
          right: 0;
          margin: 0 auto; } }
      .about-image-content .about-image-wrapper .about-image-overlay .overlay-icon {
        flex-shrink: 0; }
        .about-image-content .about-image-wrapper .about-image-overlay .overlay-icon i {
          font-size: 59px;
          color: #ffffff; }
          @media (max-width: 480px) {
            .about-image-content .about-image-wrapper .about-image-overlay .overlay-icon i {
              font-size: 2rem; } }
      .about-image-content .about-image-wrapper .about-image-overlay .overlay-title {
        margin: 0;
        font-size: 19px;
        font-weight: 400;
        line-height: 28px;
        color: #ffffff;
        text-align: right; }
        @media (max-width: 768px) {
          .about-image-content .about-image-wrapper .about-image-overlay .overlay-title {
            font-size: 1.2rem; } }
        @media (max-width: 480px) {
          .about-image-content .about-image-wrapper .about-image-overlay .overlay-title {
            font-size: 1.1rem;
            text-align: center; } }

/************************** 
* Animation Classes
***************************/
.about-text-content.animate-in,
.about-image-content.animate-in {
  opacity: 1;
  transform: translateY(0); }

/**
 * Services Section Styles
 * 
 * This file contains all CSS styles for the services section.
 * It can be easily customized and maintained separately.
 * 
 * @package Triply_Child
 * @since 1.0.0
 */
/* Services Section */
.services-section {
  padding: 60px 0;
  background: #f3f5f4;
  position: relative; }
  .services-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    display: block; }
    .services-section .section-header .section-subtitle {
      font-size: 1.1rem;
      color: #666;
      font-family: "Jost", sans-serif;
      margin: 0; }
  .services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; }
    @media (max-width: 1024px) {
      .services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px; } }
    @media (max-width: 480px) {
      .services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
    .services-section .services-grid .service-card {
      padding: 40px 30px;
      text-align: center;
      position: relative;
      overflow: hidden; }
      .services-section .services-grid .service-card.has-background-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative; }
        .services-section .services-grid .service-card.has-background-image::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.4);
          z-index: 1; }
        .services-section .services-grid .service-card.has-background-image .service-icon-wrapper,
        .services-section .services-grid .service-card.has-background-image .service-content {
          position: relative;
          z-index: 2; }
        .services-section .services-grid .service-card.has-background-image .service-content .service-title,
        .services-section .services-grid .service-card.has-background-image .service-content .service-description {
          color: white;
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
        .services-section .services-grid .service-card.has-background-image .service-content .service-title a {
          color: white; }
      .services-section .services-grid .service-card.background-only {
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 8px; }
        @media (max-width: 480px) {
          .services-section .services-grid .service-card.background-only {
            min-height: auto; } }
        .services-section .services-grid .service-card.background-only::before {
          background: rgba(0, 0, 0, 0.2); }
        .services-section .services-grid .service-card.background-only .service-content {
          border-radius: 50%;
          padding: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px dashed #fff;
          background: rgba(255, 255, 255, 0.05);
          backdrop-filter: blur(3px);
          width: 140px;
          height: 140px; }
          @media (max-width: 480px) {
            .services-section .services-grid .service-card.background-only .service-content {
              width: auto;
              height: auto;
              backdrop-filter: none;
              border: none;
              background: transparent; } }
          .services-section .services-grid .service-card.background-only .service-content .service-title {
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
            font-size: 1.4rem;
            margin-bottom: 0; }
            .services-section .services-grid .service-card.background-only .service-content .service-title a {
              color: white; }
      .services-section .services-grid .service-card .service-icon-wrapper {
        justify-content: center;
        display: flex;
        width: 80px;
        height: 80px;
        background-color: #9e5d36;
        border-radius: 50%;
        align-items: center;
        margin: 25px auto; }
        .services-section .services-grid .service-card .service-icon-wrapper i {
          color: #ffffff;
          font-size: 35px; }
      .services-section .services-grid .service-card .service-content {
        position: relative; }
        .services-section .services-grid .service-card .service-content .service-title {
          margin-bottom: 15px;
          font-family: "Instrument Sans", Sans-serif;
          font-size: 25px;
          font-weight: 400;
          line-height: 1.4em;
          color: #2c2925; }
          .services-section .services-grid .service-card .service-content .service-title a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s ease; }
        .services-section .services-grid .service-card .service-content .service-description {
          line-height: 1.6;
          margin: 0;
          font-family: "Instrument Sans", Sans-serif;
          font-size: 16px;
          font-weight: 400;
          color: #585654; }

/* Service Content */
/* Responsive Design */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; }

  .service-card {
    padding: 35px 25px; }

  .services-section .section-title {
    font-size: 2.2rem; } }
@media (max-width: 768px) {
  .services-section {
    padding: 60px 0; }

  .services-section .section-header {
    margin-bottom: 40px; }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px; }

  .service-card {
    padding: 30px 20px; }

  .services-section .section-title {
    font-size: 2rem; }

  .service-icon-link {
    width: 70px;
    height: 70px; }

  .service-icon-link i {
    font-size: 1.8rem; } }
@media (max-width: 480px) {
  .services-section {
    padding: 40px 0; }

  .services-section .container {
    padding: 0 15px; }

  .services-section .section-header {
    margin-bottom: 30px; }

  .service-card {
    padding: 25px 15px; }

  .services-section .section-title {
    font-size: 1.8rem; }

  .services-section .section-subtitle {
    font-size: 1rem; }

  .service-icon-link {
    width: 60px;
    height: 60px; }

  .service-icon-link i {
    font-size: 1.5rem; }

  .service-title {
    font-size: 1.2rem; }

  .service-description {
    font-size: 0.9rem; } }
/**
 * Counters Section Styles
 */
.counters-section {
  padding: 60px 0;
  position: relative;
  background: #ffffff; }
  @media (max-width: 768px) {
    .counters-section {
      padding: 60px 0; } }
  .counters-section .counters-section-header {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .counters-section .counters-section-header {
        margin-bottom: 40px; } }
    .counters-section .counters-section-header .counters-section-title span {
      color: #aa8453; }
  .counters-section .counters-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative; }
    @media (max-width: 1024px) {
      .counters-section .counters-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .counters-section .counters-grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
    .counters-section .counters-grid .counter-card {
      text-align: center;
      padding: 25px 20px;
      border: 1px solid #eee;
      border-radius: 8px; }
      .counters-section .counters-grid .counter-card .counter-icon {
        margin-bottom: 15px;
        display: block; }
        .counters-section .counters-grid .counter-card .counter-icon img {
          width: 60px;
          height: 60px;
          object-fit: cover;
          border-radius: 50%;
          display: block;
          margin: 0 auto; }
        .counters-section .counters-grid .counter-card .counter-icon .counter-icon-inner {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #aa8453;
          width: 80px;
          height: 80px;
          margin: 0 auto; }
          .counters-section .counters-grid .counter-card .counter-icon .counter-icon-inner i {
            font-size: 60px;
            display: block; }
    .counters-section .counters-grid .counter-number-wrapper {
      display: inline-flex;
      align-items: baseline;
      font-family: "Syne", sans-serif; }
      .counters-section .counters-grid .counter-number-wrapper .counter-number {
        color: #aa8453;
        font-family: "Lora", Sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 1; }
    .counters-section .counters-grid .counter-label {
      color: #1a1e39;
      font-size: 15px;
      font-weight: 400;
      line-height: 2.5;
      font-family: "Poppins"; }

.counters-section.has-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none; }

.counter-number-prefix,
.counter-number-suffix {
  color: #aa8453;
  font-family: "Lora", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1; }

/**
 * Testimonials Section Styles (static grid)
 */
.testimonials-section {
  padding: 60px 0;
  background: #f3f5f4;
  position: relative; }
  @media (max-width: 768px) {
    .testimonials-section {
      padding: 60px 0; } }
  .testimonials-section .section-header {
    text-align: center;
    margin-bottom: 40px; }
    .testimonials-section .section-header .section-subtitle {
      font-family: "Instrument Sans", Sans-serif;
      font-size: 56px;
      font-weight: 400;
      line-height: 60px;
      -webkit-text-stroke-color: #000;
      stroke: #000;
      color: #2c2925; }

.testimonials-swiper .testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.875rem; }
  .testimonials-swiper .testimonial-card .testimonial-text p {
    font-size: 15px;
    font-family: "Poppins";
    color: #1a1e39;
    font-weight: 400; }
  .testimonials-swiper .testimonial-card .testimonial-stars-section .stars-title {
    color: #1a1e39;
    font-size: 18px;
    margin-bottom: 2px;
    font-family: "Poppins";
    font-weight: 500; }
  .testimonials-swiper .testimonial-card .testimonial-stars-section .stars-rating {
    display: flex;
    gap: 2px; }
    .testimonials-swiper .testimonial-card .testimonial-stars-section .stars-rating .star {
      color: #1a1e39;
      font-size: 20px;
      line-height: 1; }
  .testimonials-swiper .testimonial-card .testimonial-text {
    margin: 15px 0 20px; }
  .testimonials-swiper .testimonial-card .testimonial-cite {
    margin-top: 20px; }
  .testimonials-swiper .testimonial-card .testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px; }
    .testimonials-swiper .testimonial-card .testimonial-author .testimonial-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
    .testimonials-swiper .testimonial-card .testimonial-author .testimonial-info {
      flex: 1; }
      .testimonials-swiper .testimonial-card .testimonial-author .testimonial-info .testimonial-name {
        font-weight: 500;
        color: #1a1e39;
        line-height: 1.2;
        font-size: 0.9375rem;
        margin: 0;
        font-family: "Poppins"; }
        .testimonials-swiper .testimonial-card .testimonial-author .testimonial-info .testimonial-name span {
          font-style: normal; }
      .testimonials-swiper .testimonial-card .testimonial-author .testimonial-info .testimonial-role {
        color: #5e6d77;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        font-family: "Poppins";
        margin-top: 2px; }
        .testimonials-swiper .testimonial-card .testimonial-author .testimonial-info .testimonial-role span {
          font-style: normal; }

/* Below testimonials block */
.testimonials-below {
  margin-top: 28px;
  text-align: center; }
  .testimonials-below .t-below-image {
    margin: 10px auto; }
    .testimonials-below .t-below-image img {
      max-width: 220px;
      height: auto;
      display: inline-block; }
  .testimonials-below .t-below-text {
    margin-top: 10px;
    color: #555;
    font-family: "Jost", sans-serif; }
  .testimonials-below .t-below-link {
    margin-top: 10px; }
  .testimonials-below .btn-link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px; }
    .testimonials-below .btn-link a {
      color: #9e5d36; }
    .testimonials-below .btn-link:hover {
      text-decoration: underline; }

.clients-logos-section {
  padding: 40px 0;
  background: #f3f5f4; }
  .clients-logos-section .client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0; }
    .clients-logos-section .client-logo-item img {
      max-height: 70px;
      width: auto;
      transition: transform 0.2s ease; }
      .clients-logos-section .client-logo-item img:hover {
        transform: scale(1.03); }

/* Posts Carousel Styles */
.posts-carousel-section {
  padding: 60px 0;
  background: #fff; }
  .posts-carousel-section .section-header {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .posts-carousel-section .section-header .section-title {
        text-align: left; } }
    .posts-carousel-section .section-header .section-title-small {
      font-size: 1rem;
      color: #666;
      margin: 0 0 6px;
      font-family: "Jost", sans-serif;
      display: flex;
      align-items: center;
      gap: 8px; }
      .posts-carousel-section .section-header .section-title-small a {
        color: #666;
        text-decoration: none;
        transition: color 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px; }
        .posts-carousel-section .section-header .section-title-small a:hover {
          color: #aa8453; }
          .posts-carousel-section .section-header .section-title-small a:hover i {
            transform: translateX(3px); }
    .posts-carousel-section .section-header .section-title-main {
      margin: 0; }

.post-card {
  border-radius: 10px;
  overflow: hidden; }
  .post-card .post-thumb img {
    border-radius: 8px; }
  .post-card .post-content {
    padding: 20px 20px 20px 0px; }
  .post-card .post-title {
    color: #323232;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 1.2; }
    .post-card .post-title a {
      color: #333;
      text-decoration: none; }
      .post-card .post-title a:hover {
        color: #aa8453; }
  .post-card .post-meta {
    display: flex;
    gap: 0;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666; }
    .post-card .post-meta .post-date,
    .post-card .post-meta .post-author {
      display: flex;
      align-items: center;
      gap: 5px;
      color: #5e6d77;
      font-size: 14px;
      font-family: "Poppins"; }
      .post-card .post-meta .post-date i,
      .post-card .post-meta .post-author i {
        font-size: 12px;
        color: #5e6d77; }
    .post-card .post-meta .post-date:after {
      content: "•";
      margin: 0 8px;
      color: #1a316d; }
  .post-card .post-excerpt {
    margin-bottom: 15px; }

@media (max-width: 768px) {
  .posts-carousel-section {
    padding: 60px 0; } }
.read-more-btn {
  color: #1a1e39;
  line-height: 1.6;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 400;
  position: relative; }
  .read-more-btn:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s; }
  .read-more-btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .read-more-btn:hover:before, .read-more-btn:focus:before {
    width: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .read-more-btn:hover:after, .read-more-btn:focus:after {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s; }
  .read-more-btn i {
    font-size: 12px;
    transition: transform 0.3s ease; }
  .read-more-btn:hover i {
    transform: translateX(3px); }

/************************** 
* Hero Section Enhancements
***************************/
.site-header .header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  min-height: 70px; }
  .site-header .header-inner .header-left {
    justify-self: start; }
  .site-header .header-inner .header-center {
    justify-self: center; }
  .site-header .header-inner .header-right {
    justify-self: end; }
.site-header .site-branding .custom-logo {
  max-height: 90px;
  width: auto;
  height: auto; }

/************************** 
* primary-menu
***************************/
.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px; }
  @media (max-width: 991px) {
    .primary-menu {
      align-items: baseline; } }
  .primary-menu > li {
    position: relative; }
    @media (max-width: 991px) {
      .primary-menu > li {
        text-align: left; } }
    .primary-menu > li > a {
      text-decoration: none;
      color: #222;
      padding: 8px 6px;
      transition: color 0.2s ease;
      font-weight: 500; }
      @media (max-width: 991px) {
        .primary-menu > li > a {
          color: #fff; } }
      .primary-menu > li > a:hover {
        color: #000; }
        @media (max-width: 991px) {
          .primary-menu > li > a:hover {
            color: #fff; } }
  .primary-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 8px;
    margin-top: 10px;
    list-style: none;
    display: none;
    z-index: 9990; }
    @media (max-width: 991px) {
      .primary-menu .sub-menu {
        position: relative;
        margin-left: 0;
        box-shadow: none;
        border: none;
        background: transparent; } }
    .primary-menu .sub-menu li {
      position: relative;
      text-align: left; }
    .primary-menu .sub-menu a {
      display: block;
      padding: 10px 12px;
      color: #333;
      border-radius: 8px;
      text-decoration: none;
      transition: background 0.2s ease, color 0.2s ease; }
      @media (max-width: 991px) {
        .primary-menu .sub-menu a {
          color: #fff; } }
      .primary-menu .sub-menu a:hover {
        background: #f5f7f9;
        color: #000; }

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu,
.primary-menu li.submenu-open > .sub-menu {
  display: block; }

.primary-menu > li.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 10px; }

/************************** 
* Search toggle button
***************************/
@media (max-width: 768px) {
  .header-inner {
    grid-template-columns: 1fr auto; }

  .header-center {
    display: none; }

  .header-search .search-field {
    min-width: 140px; } }
.offcanvas {
  background-color: #222; }

/************************** 
* Footer
***************************/
.site-footer {
  background-color: #1c1d1f !important;
  color: #cfd3d6;
  padding: 50px 0 20px !important;
  display: inline-block;
  width: 100%; }
  @media (max-width: 768px) {
    .site-footer {
      padding: 30px 0 15px; } }
  @media (max-width: 480px) {
    .site-footer {
      padding: 20px 0 10px; } }
  .site-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .site-footer .footer-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) {
      .site-footer .footer-grid {
        grid-template-columns: 1fr; } }
    .site-footer .footer-grid .footer-col img {
      max-width: 130px;
      height: auto;
      display: block;
      margin-bottom: 15px; }
    .site-footer .footer-grid .footer-col .footer-about {
      font-size: 14px;
      line-height: 1.7;
      color: #aeb3b7; }
    .site-footer .footer-grid .footer-col .footer-heading {
      font-family: "Syne", Sans-serif;
      font-size: 19px;
      font-weight: 700;
      line-height: 20px;
      color: #ffffff; }
    .site-footer .footer-grid .footer-col .footer-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer .footer-grid .footer-col .footer-menu li {
        margin: 8px 0;
        font-family: "Jost", Sans-serif;
        font-size: 16px;
        font-weight: 500; }
      .site-footer .footer-grid .footer-col .footer-menu a {
        color: #cfd3d6;
        color: #ffffff;
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
        display: inline-block; }
        .site-footer .footer-grid .footer-col .footer-menu a:hover {
          color: #ffffff;
          transform: translateX(2px); }
    .site-footer .footer-grid .footer-col .footer-social {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .site-footer .footer-grid .footer-col .footer-social a {
        color: #cfd3d6;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        transition: all 0.3s ease;
        font-size: 14px;
        font-weight: 500; }
        .site-footer .footer-grid .footer-col .footer-social a:hover {
          color: #ffffff;
          background-color: rgba(255, 255, 255, 0.05);
          border-color: rgba(255, 255, 255, 0.2);
          transform: translateX(4px); }
        .site-footer .footer-grid .footer-col .footer-social a i {
          font-size: 16px;
          width: 20px;
          text-align: center; }

/************************** 
* Footer copyright
***************************/
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 34px;
  padding-top: 16px;
  margin-top: 34px; }
  .footer-bottom .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 13px;
    color: #9aa0a6;
    flex-wrap: wrap; }
    @media (max-width: 640px) {
      .footer-bottom .footer-bottom-inner {
        text-align: center;
        justify-content: center; } }
  .footer-bottom .footer-copy {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff; }
  .footer-bottom .footer-bottom-nav .footer-bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px; }
    .footer-bottom .footer-bottom-nav .footer-bottom-menu li {
      font-family: "Instrument Sans", Sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 24px; }
    .footer-bottom .footer-bottom-nav .footer-bottom-menu a {
      color: #9aa0a6;
      text-decoration: none; }
      .footer-bottom .footer-bottom-nav .footer-bottom-menu a:hover {
        color: #9e5d36; }

/************************** 
* Responsive Design
***************************/
/*  */
/************************** 
* Post Content
***************************/
.single-post-content {
  padding: 40px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333; }
  .single-post-content ul,
  .single-post-content ol {
    margin: 20px 0;
    padding-left: 30px; }

/************************** 
* Post Footer
***************************/
.single-post-footer {
  padding: 30px 40px;
  border-top: 1px solid #eee;
  background: #f8f9fa; }
  .single-post-footer .tags-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px; }
    .single-post-footer .tags-label i {
      color: #dc834e; }
  .single-post-footer .tags-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; }
    .single-post-footer .tags-list a {
      background: #dc834e;
      color: #fff;
      padding: 6px 12px;
      border-radius: 15px;
      text-decoration: none;
      font-size: 0.9rem;
      transition: background 0.3s ease; }
      .single-post-footer .tags-list a .tags-list a:hover {
        background: #005a87; }

/************************** 
* Share Buttons
***************************/
.post-share {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap; }
  .post-share .share-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #333; }
    .post-share .share-label i {
      color: #dc834e; }
  .post-share .share-buttons {
    display: flex;
    gap: 10px; }
    .post-share .share-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #fff;
      text-decoration: none;
      transition: transform 0.3s ease; }
      .post-share .share-buttons a:hover {
        transform: translateY(-2px); }
  .post-share .share-facebook {
    background: #3b5998; }
  .post-share .share-twitter {
    background: #1da1f2; }
  .post-share .share-linkedin {
    background: #0077b5; }
  .post-share .share-whatsapp {
    background: #25d366; }

/************************** 
* Author Bio
***************************/
.author-bio {
  display: flex;
  gap: 20px;
  padding: 30px 40px;
  background: #f8f9fa;
  border-top: 1px solid #eee; }
  .author-bio .author-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px; }
  .author-bio .author-info {
    flex: 1; }
  .author-bio .author-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 10px 0; }
  .author-bio .author-description {
    color: #666;
    line-height: 1.6; }

/************************** 
* Related Posts
***************************/
.related-posts {
  padding: 40px;
  border-top: 1px solid #eee; }
  .related-posts .related-posts-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 30px 0;
    text-align: center; }
  .related-posts .related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px; }
    .related-posts .related-posts-grid .related-post-item {
      background: #f8f9fa;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease; }
      .related-posts .related-posts-grid .related-post-item:hover {
        transform: translateY(-5px); }
        .related-posts .related-posts-grid .related-post-item:hover .related-post-image {
          transform: scale(1.05); }
      .related-posts .related-posts-grid .related-post-item .related-post-thumbnail {
        height: 200px;
        overflow: hidden; }
        .related-posts .related-posts-grid .related-post-item .related-post-thumbnail .related-post-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease; }
      .related-posts .related-posts-grid .related-post-item .related-post-content {
        padding: 20px; }
        .related-posts .related-posts-grid .related-post-item .related-post-content .related-post-title {
          font-size: 1.1rem;
          font-weight: 600;
          margin: 0 0 10px 0;
          line-height: 1.4; }
          .related-posts .related-posts-grid .related-post-item .related-post-content .related-post-title a {
            color: #111;
            text-decoration: none;
            transition: color 0.3s ease; }
            .related-posts .related-posts-grid .related-post-item .related-post-content .related-post-title a:hover {
              color: #dc834e; }
        .related-posts .related-posts-grid .related-post-item .related-post-content .related-post-meta {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 0.9rem;
          color: #666; }
          .related-posts .related-posts-grid .related-post-item .related-post-content .related-post-meta i {
            color: #dc834e;
            font-size: 0.8rem; }

/************************** 
* Comments Section
***************************/
.comments-section {
  padding: 40px;
  border-top: 1px solid #eee; }

/************************** 
* Gloval Style
***************************/
.booking-section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #2c2925; }

/************************** 
* Layouts
***************************/
.booking-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 30px; }
  .booking-layout .booking-main .booking-content {
    border-bottom: 1px solid;
    border-bottom-color: #e5e5e5;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px !important; }

/************************** 
* Plan Section
***************************/
.tour-plan-section {
  margin: 40px 0;
  padding: 30px 0; }
  .tour-plan-section .tour-plan-header {
    text-align: center;
    margin-bottom: 40px; }
    .tour-plan-section .tour-plan-header .tour-plan-title {
      font-size: 28px;
      font-weight: 700;
      color: #2c2925;
      margin: 0 0 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px; }
      .tour-plan-section .tour-plan-header .tour-plan-title i {
        color: #aa8453; }
    .tour-plan-section .tour-plan-header .tour-plan-subtitle {
      color: #666;
      font-size: 16px;
      margin: 0; }
  .tour-plan-section .tour-plan-timeline {
    position: relative;
    /* max-width: 800px; */
    margin: 0 auto; }
    .tour-plan-section .tour-plan-timeline .tour-day {
      position: relative;
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 30px;
      padding: 20px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      border: 1px solid #f0f0f0;
      overflow: hidden; }
      .tour-plan-section .tour-plan-timeline .tour-day .day-number {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #2c2925, #aa8453);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 700; }
        .tour-plan-section .tour-plan-timeline .tour-day .day-number .day-digit {
          font-size: 20px;
          line-height: 1; }
        .tour-plan-section .tour-plan-timeline .tour-day .day-number .day-label {
          font-size: 10px;
          text-transform: uppercase;
          opacity: 0.9; }
      .tour-plan-section .tour-plan-timeline .tour-day .day-content {
        flex: 1; }
        .tour-plan-section .tour-plan-timeline .tour-day .day-content .day-title {
          font-size: 20px;
          font-weight: 600;
          color: #2c2925;
          margin-bottom: 0; }
          .tour-plan-section .tour-plan-timeline .tour-day .day-content .day-title .day-toggle {
            appearance: none;
            background: none;
            border: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            width: 100%;
            font: inherit;
            color: inherit;
            cursor: pointer; }
        .tour-plan-section .tour-plan-timeline .tour-day .day-content .day-panel[hidden] {
          display: none; }
        .tour-plan-section .tour-plan-timeline .tour-day .day-content .day-panel {
          padding-top: 6px; }
          .tour-plan-section .tour-plan-timeline .tour-day .day-content .day-panel .day-description {
            color: #555;
            line-height: 1.6; }
      .tour-plan-section .tour-plan-timeline .tour-day .timeline-connector {
        position: absolute;
        left: 49px;
        top: 80px;
        width: 2px;
        height: 40px;
        background: linear-gradient(to bottom, #aa8453, transparent); }
      .tour-plan-section .tour-plan-timeline .tour-day.is-open {
        align-items: baseline !important; }

/************************** 
* Toggle Icon
***************************/
.day-toggle-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f1efec;
  position: relative; }
  .day-toggle-icon:before, .day-toggle-icon:after {
    content: "";
    position: absolute;
    background: #2c2925;
    border-radius: 2px;
    transition: transform 0.2s ease; }
  .day-toggle-icon:before {
    top: 50%;
    left: 4px;
    right: 4px;
    height: 2px;
    transform: translateY(-50%); }
  .day-toggle-icon:after {
    left: 50%;
    top: 4px;
    bottom: 4px;
    width: 2px;
    transform: translateX(-50%); }

/************************** 
* Tabs
***************************/
.booking-tabs {
  margin: 20px 0; }
  .booking-tabs .tabs-nav {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap; }
  .booking-tabs .tab-link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #e6e3df;
    background: #f6f7f7;
    border-radius: 8px;
    text-decoration: none;
    color: #2c2925;
    font-weight: 600;
    font-size: 14px; }
    .booking-tabs .tab-link.is-active {
      background: #fff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }

.tabs-panels {
  border: 1px solid #e6e3df;
  background: #fff;
  border-radius: 10px;
  padding: 14px; }
  .tabs-panels .tab-panel {
    display: none; }
    .tabs-panels .tab-panel.is-active {
      display: block; }
  .tabs-panels .booking-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px; }
    .tabs-panels .booking-section .booking-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .tabs-panels .booking-section .booking-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
        margin-bottom: 8px;
        transition: box-shadow 0.2s ease; }
        .tabs-panels .booking-section .booking-list li:last-child {
          margin-bottom: 0; }
        .tabs-panels .booking-section .booking-list li:hover {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
        .tabs-panels .booking-section .booking-list li .nombre-text {
          font-weight: 600;
          color: #2c2925; }
        .tabs-panels .booking-section .booking-list li .price-chip {
          background: #2c2925;
          color: #fff;
          padding: 4px 8px;
          border-radius: 999px;
          font-size: 12px; }
  .tabs-panels .booking-prix-comprend .prix-comprend-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tabs-panels .booking-prix-comprend .prix-comprend-list .prix-comprend-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 16px;
      margin-bottom: 8px;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      transition: box-shadow 0.2s ease; }
      .tabs-panels .booking-prix-comprend .prix-comprend-list .prix-comprend-item:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
      .tabs-panels .booking-prix-comprend .prix-comprend-list .prix-comprend-item .prix-check-icon {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        background: #aa8453;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        margin-top: 2px; }
      .tabs-panels .booking-prix-comprend .prix-comprend-list .prix-comprend-item .prix-item-text {
        flex: 1;
        color: #2c2925;
        line-height: 1.5; }
  .tabs-panels .booking-prix-ne-comprend-pas .prix-ne-comprend-pas-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tabs-panels .booking-prix-ne-comprend-pas .prix-ne-comprend-pas-list .prix-exclude-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 16px;
      margin-bottom: 8px;
      background: #fff;
      border: 1px solid #f0d0d0;
      border-radius: 8px;
      transition: box-shadow 0.2s ease; }
      .tabs-panels .booking-prix-ne-comprend-pas .prix-ne-comprend-pas-list .prix-exclude-item:hover {
        box-shadow: 0 2px 8px rgba(220, 50, 50, 0.1); }
      .tabs-panels .booking-prix-ne-comprend-pas .prix-ne-comprend-pas-list .prix-exclude-item .prix-exclude-icon {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        background: #dc3232;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        margin-top: 2px; }
      .tabs-panels .booking-prix-ne-comprend-pas .prix-ne-comprend-pas-list .prix-exclude-item .prix-exclude-text {
        flex: 1;
        color: #2c2925;
        line-height: 1.5; }

/************************** 
* Sidebar Information
***************************/
.booking-sidebar {
  position: sticky;
  top: 24px; }
  .booking-sidebar .booking-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px; }
  .booking-sidebar .booking-meta-groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px; }
    .booking-sidebar .booking-meta-groups .booking-card {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 16px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); }
      .booking-sidebar .booking-meta-groups .booking-card .booking-meta-title {
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: 700;
        color: #2c2925; }

/************************** 
* Meta list
***************************/
.booking-meta-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .booking-meta-list li {
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px dashed #e6e3df;
    display: flex;
    flex-direction: column; }
    .booking-meta-list li .label {
      color: #6b6660;
      font-size: 13px; }
    .booking-meta-list li .value {
      color: #2c2925;
      font-weight: 600; }

/************************** 
* 
***************************/
/* when expanded turn plus into minus */
.day-toggle[aria-expanded="true"] .day-toggle-icon:after {
  transform: translateX(-50%) scaleY(0); }

/************************** 
* Responsive
***************************/
@media (max-width: 980px) {
  .booking-layout {
    grid-template-columns: 1fr; }

  .booking-sidebar {
    position: static; }

  .booking-page-title {
    font-size: 28px; }

  .tour-plan-title {
    font-size: 24px; }

  .tour-day {
    gap: 15px;
    padding: 15px; }

  .day-number {
    width: 50px;
    height: 50px; }

  .day-digit {
    font-size: 18px; }

  .timeline-connector {
    left: 39px;
    top: 70px; } }
/************************** 
* Contact Info
***************************/
.contact-us-page {
  margin-top: 50px; }
  .contact-us-page .contact-content {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin: 0 auto; }
  .contact-us-page .contact-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px; }
    .contact-us-page .contact-content-wrapper .contact-info-section {
      display: flex;
      flex-direction: column; }
      .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item {
          display: flex;
          align-items: flex-start;
          align-items: center;
          gap: 20px;
          padding: 25px;
          background: #f8f9fa;
          border-radius: 12px;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          animation: fadeInUp 0.6s ease-out; }
          .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item:nth-child(1) {
            animation-delay: 0.1s; }
          .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item:nth-child(2) {
            animation-delay: 0.2s; }
          .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item:nth-child(3) {
            animation-delay: 0.3s; }
          .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item:nth-child(4) {
            animation-delay: 0.4s; }
          .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item .contact-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background: #dc834e;
            color: #fff;
            border-radius: 50%;
            font-size: 1.2rem;
            flex-shrink: 0; }
            .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item .contact-icon i {
              color: #ffffff;
              width: 20px; }
          .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item .contact-info-content {
            flex: 1; }
            .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item .contact-info-content .contact-info-title {
              font-size: 1.2rem;
              font-weight: 600;
              color: #111;
              margin: 0 0 8px 0; }
            .contact-us-page .contact-content-wrapper .contact-info-section .contact-info-grid .contact-info-item .contact-info-content .contact-info-description {
              color: #666;
              margin: 0;
              line-height: 1.5; }
    .contact-us-page .contact-content-wrapper .contact-form-section {
      background: #f8f9fa;
      border-radius: 12px;
      padding: 30px; }
      .contact-us-page .contact-content-wrapper .contact-form-section .contact-form-header {
        margin-bottom: 30px; }
        .contact-us-page .contact-content-wrapper .contact-form-section .contact-form-header .form-title {
          font-size: 1.8rem;
          font-weight: 600;
          color: #111;
          margin: 0; }
      .contact-us-page .contact-content-wrapper .contact-form-section .contact-form-wrapper {
        background: #fff;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05); }

/************************** 
* Animation for contact info items
***************************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/************************** 
* Google Maps Section
***************************/
.google-maps-section {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
  .google-maps-section .maps-container {
    position: relative;
    width: 100%;
    height: 400px; }
    .google-maps-section .maps-container iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 15px; }

/************************** 
* Form
***************************/
form {
  margin-bottom: 0; }

.trip_contact input[type="text"],
.trip_contact input[type="email"],
.trip_contact textarea,
.trip_contact select {
  padding: 8px 0px 8px 15px !important;
  background-color: #ffffff !important;
  border-color: #e6e6e6 !important;
  border-width: 2px 2px 2px 2px !important;
  border-radius: 3px 3px 3px 3px !important;
  font-family: "Popins", Sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 30px;
  width: 100%;
  margin-bottom: 10px; }

.trip_contact textarea {
  height: 180px; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.input-text:focus {
  box-shadow: none; }

.archive-pagination {
  margin: 24px 0;
  display: flex;
  justify-content: center; }

/* basic hero overlay if used */
.page-hero-section.header-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: #fff;
  margin-bottom: 24px; }

.page-hero-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); }

.page-hero-section .hero-content {
  position: relative; }

/************************** 
* Global
***************************/
li::marker {
  content: "";
  /* hide the marker */ }

.page-wrapper {
  padding: 40px 0;
  background: #f8f9fa;
  min-height: 60vh; }
  @media (max-width: 768px) {
    .page-wrapper {
      padding: 20px 0; } }

.image-abouts {
  display: flex;
  gap: 20px; }
  .image-abouts div {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px; }

/* Posts Grid */
.post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.post-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem; }

/* Post Content */
/* Tour Info */
.tour-info {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.tour-price,
.tour-duration {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #333; }

.tour-price {
  background: #e8f5e8;
  color: #2d5a2d; }

.tour-price i {
  color: #28a745; }

.tour-duration i {
  color: #dc834e; }

/* Responsive Design */
@media (max-width: 768px) {
  .archive-title,
  .category-title {
    font-size: 2rem;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    word-break: keep-all !important;
    hyphens: none !important;
    word-wrap: normal !important; }

  .posts-grid {
    grid-template-columns: 1fr;
    gap: 20px; }

  .post-thumbnail {
    height: 200px; }

  .tour-info {
    flex-direction: column;
    gap: 8px; }

  .pagination {
    flex-wrap: wrap;
    justify-content: center; }

  .pagination .page-numbers {
    min-width: 35px;
    height: 35px;
    padding: 0 10px;
    font-size: 0.9rem; }

  .pagination .prev,
  .pagination .next {
    padding: 8px 15px;
    font-size: 0.9rem; } }
@media (max-width: 480px) {
  .archive-title,
  .category-title {
    font-size: 1.6rem;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    word-break: keep-all !important;
    hyphens: none !important;
    word-wrap: normal !important; }

  .post-title {
    font-size: 1.2rem; }

  .no-posts-content {
    padding: 40px 20px; }

  .no-posts-content h2 {
    font-size: 1.5rem; }

  .category-hero-overlay .category-title-section {
    padding: 20px 15px; } }
/* Responsive Design */
@media (max-width: 768px) {
  .contact-us-page {
    padding: 20px 0; }

  .container {
    padding: 0 15px; }

  .contact-header {
    padding: 30px 20px 20px; }

  .contact-title {
    font-size: 2rem; }

  .contact-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px; }

  .contact-info-grid {
    gap: 20px; }

  .contact-info-item {
    padding: 20px;
    gap: 15px; }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem; }

  .contact-form-section {
    padding: 20px; }

  .contact-form-wrapper {
    padding: 20px; }

  .form-title {
    font-size: 1.5rem; }

  .google-maps-section {
    margin-top: 30px; }

  .maps-container {
    height: 300px; } }
@media (max-width: 480px) {
  .contact-title {
    font-size: 1.6rem; }

  .contact-content-wrapper {
    padding: 20px 15px; }

  .contact-info-item {
    flex-direction: column;
    text-align: center;
    gap: 15px; }

  .contact-form-section {
    padding: 15px; }

  .contact-form-wrapper {
    padding: 15px; }

  .form-control {
    padding: 12px 15px; }

  .submit-btn {
    padding: 12px 25px;
    font-size: 0.9rem; }

  .maps-container {
    height: 250px; } }
/* Form validation styles */
/* Page Content Wrapper */
.page-content-wrapper {
  padding: 40px; }
  .page-content-wrapper .page-text-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px; }
    .page-content-wrapper .page-text-content a {
      color: #dc834e;
      text-decoration: none;
      transition: color 0.3s ease; }
      .page-content-wrapper .page-text-content a:hover {
        color: #005a87;
        text-decoration: underline; }

/* Page Text Content */
/* Page Links */
.page-links {
  margin: 30px 0;
  text-align: center; }

.page-number {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease; }

.page-number:hover,
.page-number.current {
  background: #dc834e;
  color: #fff; }

/* Responsive Design */
@media (max-width: 768px) {
  .page-wrapper {
    padding: 20px 0; }

  .container {
    padding: 0 15px; }

  .page-hero-section {
    min-height: 60vh;
    margin-bottom: 30px; }

  .page-hero-section .hero-content {
    padding: 40px 15px; }

  .hero-page-title {
    font-size: 2.5rem; }

  .hero-page-excerpt {
    font-size: 1.1rem; }

  .hero-page-meta {
    flex-direction: column;
    gap: 10px;
    align-items: center; }

  .page-meta {
    flex-direction: column;
    gap: 10px;
    align-items: center; }

  .page-header {
    padding: 30px 20px 20px; }

  .page-title {
    font-size: 2rem; }

  .page-meta {
    flex-direction: column;
    gap: 10px; }

  .page-content-wrapper {
    padding: 30px 20px; }

  .share-buttons {
    flex-direction: column; }

  .share-buttons a {
    justify-content: center; }

  .page-comments {
    padding: 30px 20px; } }
@media (max-width: 480px) {
  .page-hero-section {
    min-height: 50vh; }

  .page-hero-section .hero-content {
    padding: 30px 10px; }

  .hero-page-title {
    font-size: 2rem; }

  .hero-page-excerpt {
    font-size: 1rem; }

  .hero-page-meta span {
    font-size: 0.8rem;
    padding: 6px 12px; }

  .page-meta span {
    font-size: 0.8rem;
    padding: 6px 12px; }

  .page-title {
    font-size: 1.6rem; }

  .page-content-wrapper {
    padding: 20px 15px; }

  .page-comments {
    padding: 20px 15px; } }
/* Tour Info */
.tour-info {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.tour-price,
.tour-duration {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 25px;
  font-size: 1rem;
  color: #333;
  font-weight: 500; }

.tour-price {
  background: #e8f5e8;
  color: #2d5a2d; }

.tour-price i {
  color: #28a745; }

.tour-duration i {
  color: #dc834e; }

/* Featured Image */
.single-post-thumbnail {
  margin: 0; }

.post-featured-image {
  width: 100%;
  height: auto;
  display: block; }

/* Responsive Design */
@media (max-width: 768px) {
  .single-page {
    padding: 20px 0; }

  .container {
    padding: 0 15px; }

  .single-hero-section {
    min-height: 60vh;
    margin-bottom: 30px; }

  .hero-content {
    padding: 40px 15px; }

  .hero-post-title {
    font-size: 2.5rem; }

  .hero-post-meta {
    flex-direction: column;
    gap: 10px;
    align-items: center; }

  .hero-tour-info {
    flex-direction: column;
    gap: 10px;
    align-items: center; }

  .single-post-header {
    padding: 30px 20px 20px; }

  .single-post-title {
    font-size: 2rem; }

  .single-post-header .post-meta {
    flex-direction: column;
    gap: 10px; }

  .tour-info {
    flex-direction: column;
    gap: 10px; }

  .single-post-content {
    padding: 30px 20px;
    font-size: 1rem; }

  .single-post-footer {
    padding: 20px; }

  .post-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }

  .author-bio {
    flex-direction: column;
    text-align: center;
    padding: 20px; }

  .related-posts {
    padding: 30px 20px; }

  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px; }

  .comments-section {
    padding: 30px 20px; } }
@media (max-width: 480px) {
  .single-hero-section {
    min-height: 50vh; }

  .hero-content {
    padding: 30px 10px; }

  .hero-post-title {
    font-size: 2rem; }

  .single-post-title {
    font-size: 1.6rem; }

  .single-post-content {
    padding: 20px 15px; }

  .single-post-footer {
    padding: 15px; }

  .author-bio {
    padding: 15px; }

  .related-posts {
    padding: 20px 15px; }

  .comments-section {
    padding: 20px 15px; } }
.section-title {
  margin-bottom: 30px;
  line-height: 1.2;
  font-family: "Syne", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #323232; }
  @media (max-width: 1024px) {
    .section-title {
      font-size: 2.2rem; } }
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
      text-align: center; } }
  @media (max-width: 480px) {
    .section-title {
      font-size: 1.8rem; } }

/*# sourceMappingURL=style.css.map */
