.elementor-12993 .elementor-element.elementor-element-060da8f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:center;--background-transition:0.3s;}.elementor-12993 .elementor-element.elementor-element-32d140c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-12993 .elementor-element.elementor-element-31c37b8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-12993 .elementor-element.elementor-element-bfcc0a1{--display:flex;--background-transition:0.3s;}.elementor-12993 .elementor-element.elementor-element-841e0ad .elementor-list-items .list-item:not(:last-child){margin-bottom:10px;}.elementor-12993 .elementor-element.elementor-element-841e0ad .elementor-list-items .item_icon{font-size:22px;color:#16A34A;}.elementor-12993 .elementor-element.elementor-element-841e0ad.elementor-element{--align-self:center;}.elementor-12993 .elementor-element.elementor-element-b2cba03{--display:flex;--background-transition:0.3s;}.elementor-12993 .elementor-element.elementor-element-b12c189 .elementor-list-items .list-item:not(:last-child){margin-bottom:10px;}.elementor-12993 .elementor-element.elementor-element-b12c189 .elementor-list-items .item_icon{font-size:22px;color:#DC2626;}.elementor-12993 .elementor-element.elementor-element-33c04ae{--display:flex;--background-transition:0.3s;}.elementor-12993 .elementor-element.elementor-element-4fe0f1a{--display:flex;--background-transition:0.3s;border-style:solid;--border-style:solid;border-width:0px 0px 0px 5px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:5px;border-color:#F59E0B;--border-color:#F59E0B;}.elementor-12993 .elementor-element.elementor-element-4fe0f1a:not(.elementor-motion-effects-element-type-background), .elementor-12993 .elementor-element.elementor-element-4fe0f1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FEF3C7;}.elementor-12993 .elementor-element.elementor-element-4fe0f1a, .elementor-12993 .elementor-element.elementor-element-4fe0f1a::before{--border-transition:0.3s;}.elementor-12993 .elementor-element.elementor-element-a2baa35{--display:flex;--background-transition:0.3s;}@media(min-width:768px){.elementor-12993 .elementor-element.elementor-element-32d140c{--width:100%;}.elementor-12993 .elementor-element.elementor-element-a2baa35{--width:30%;}}/* Start custom CSS */.triply-breadcrumb-build:first-child{
    display:none;
}
.tour-glance {
  max-width: 100%;
  margin: 30px 0;
  font-family: inherit;
}

.tour-glance h2 {
  font-size: 28px;
  font-weight: 800;
  color: #2b170d;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ead7b7;
}

.tour-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.tour-table .table-head {
  background: #2b170d;
  color: #d7a23a;
  font-weight: 800;
  padding: 16px 22px;
  font-size: 18px;
}

.tour-table .row {
  display: grid;
  grid-template-columns: 170px 1fr;
  background: #fbf6ee;
  border-bottom: 1px solid #eadfce;
}

.tour-table .row:nth-child(even) {
  background: #f3f4f6;
}

.tour-table .row > div {
  padding: 15px 22px;
  font-size: 17px;
  line-height: 1.45;
  color: #3a2a20;
}

.tour-table .row > div:first-child {
  font-weight: 500;
}

.tour-table strong {
  font-weight: 800;
  color: #1f1f1f;
}

.tour-table .price {
  color: #c44820;
  font-size: 20px;
}

.tour-table span {
  color: #333;
  font-weight: 400;
}

@media (max-width: 767px) {
  .tour-glance h2 {
    font-size: 24px;
  }

  .tour-table .row {
    grid-template-columns: 1fr;
  }

  .tour-table .row > div:first-child {
    padding-bottom: 4px;
    color: #7a5a2b;
  }

  .tour-table .row > div:last-child {
    padding-top: 4px;
  }
}
/***********/
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #f8f9fb;
    font-size: 16px;
}

.pricing-table th,
.pricing-table td {
    text-align: left;
    padding: 18px;
    border: none;
}

.pricing-table th {
    font-weight: 700;
    color: #1f2937;
    border-bottom: 1px solid #dbe3ea;
}

.pricing-table td {
    color: #374151;
}

.pricing-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #edf2f7;
}

@media (max-width: 767px) {
    .pricing-table {
        font-size: 14px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 12px;
    }
}
/**************/
.tour-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}

.tour-price-table th {
  background: #351c0f;
  color: #d9b35f;
  text-align: left;
  padding: 16px 20px;
  font-weight: 700;
}

.tour-price-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eadfce;
  color: #1f2933;
}

.tour-price-table tbody tr:nth-child(odd) {
  background: #fbf6ee;
}

.tour-price-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.tour-price-table td strong {
  color: #c14b1f;
  font-size: 22px;
  font-weight: 800;
}

.tour-price-note {
  margin-top: 16px;
  color: #9b7a4c;
  font-size: 16px;
}

@media (max-width: 767px) {
  .tour-price-table {
    font-size: 14px;
  }

  .tour-price-table th,
  .tour-price-table td {
    padding: 12px;
  }

  .tour-price-table td strong {
    font-size: 18px;
  }
}
/************/
.tour-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tour-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 14px;
}

.tour-highlights .num {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c79a2e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tour-highlights a {
    color: #2c6fa5;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 4px;
    line-height: 1.4;
}

.tour-highlights a:hover {
    color: #1e5b8d;
}

@media (max-width: 767px) {
    .tour-highlights a {
        font-size: 16px;
    }

    .tour-highlights .num {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 14px;
    }
}
/*********************/

.chm-accommodation h2 {
    margin: 0 0 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5d4bd;
    font-size: 26px;
    font-weight: 800;
    color: #1f120b;
}

.chm-accommodation-intro {
    margin: 16px 0 22px;
    font-size: 16px;
    line-height: 1.5;
}

.chm-accommodation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.chm-accommodation-card {
    background: #fff;
    border: 1px solid #eadcc8;
    border-radius: 9px;
    overflow: hidden;
}

.chm-card-header {
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .3px;
}

.chm-standard-header {
    background: #fbf8f4;
    color: #7a6047;
}

.chm-premium-header {
    background: #321706;
    color: #e9b951;
}

.chm-accommodation-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    padding: 26px 18px 10px;
}

.chm-accommodation-row + .chm-accommodation-row {
    border-top: 1px solid #f0e6da;
    margin: 0 18px;
    padding-left: 0;
    padding-right: 0;
}

.chm-location strong {
    display: block;
    font-size: 15px;
    color: #1f120b;
    margin-bottom: 4px;
}

.chm-location span {
    color: #e3b34f;
    font-size: 13px;
    letter-spacing: -1px;
}

.chm-hotel {
    font-size: 15px;
    line-height: 1.45;
    color: #5a4035;
}

@media (max-width: 768px) {
    .chm-accommodation-grid {
        grid-template-columns: 1fr;
    }

    .chm-accommodation {
        padding: 20px 16px;
    }
}
/*****************/
.chm-itinerary-day {
    background: #fff;
    border: 1px solid #eadcc8;
    border-radius: 10px;
    margin-bottom: 22px;
    overflow: hidden;
}

.chm-itinerary-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fffaf3;
    padding: 16px 20px;
    border-bottom: 1px solid #eadcc8;
}

.chm-day-badge {
    background: #321706;
    color: #e9b951;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 15px;
    border-radius: 5px;
    white-space: nowrap;
}

.chm-day-location {
    color: #7a6047;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.chm-itinerary-header h3 {
    margin: 0;
    color: #1f120b;
    font-size: 20px;
    font-weight: 800;
}

.chm-itinerary-content {
    padding: 20px;
    color: #5a4035;
    font-size: 16px;
    line-height: 1.7;
}

.chm-itinerary-content p {
    margin: 0;
}

.chm-itinerary-content a {
    color: #2f8ac8;
    text-decoration: underline;
}
/*************/
.chm-itinerary {
    margin: 30px 0 !important;
}

.chm-itinerary h2 {
    margin: 0 0 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e5d4bd !important;
    color: #111 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
}

.chm-itinerary-card {
    background: #fffaf5 !important;
    border: 1px solid #eadcc8 !important;
    border-radius: 9px !important;
    margin-bottom: 22px !important;
    padding: 18px 20px 20px !important;
}

.chm-itinerary-top {
    display: grid !important;
    grid-template-columns: 75px 1fr !important;
    gap: 14px !important;
    align-items: start !important;
}

.chm-day-badge {
    display: inline-block !important;
    background: #321706 !important;
    color: #e9b951 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 7px 12px !important;
    border-radius: 4px !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.chm-day-location {
    color: #7a6047 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    margin-bottom: 5px !important;
}

.chm-day-heading h3 {
    margin: 0 !important;
    color: #1f120b !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.chm-day-description {
    margin-left: 89px !important;
    margin-top: 18px !important;
    color: #5a4035 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

.chm-day-description p {
    margin: 0 0 12px !important;
    font-weight: 400 !important;
}

.chm-day-description p:last-child {
    margin-bottom: 0 !important;
}

.chm-day-description a,
.chm-day-description span.city-link,
.chm-day-description span.site-link {
    color: #2f83c5 !important;
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    .chm-itinerary-top {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .chm-day-description {
        margin-left: 0 !important;
    }

    .chm-day-badge {
        width: fit-content !important;
    }
}/* End custom CSS */