* {
  font-family: "Pacifico", cursive;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

/* @font-face {
  font-family: hello-love;
  src: url('../font/hello_love.ttf');
} */

.btn-div {
  margin-top: 20px;
}

.btn1 {
  text-align: center;
  color: #fffdf7;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 22px !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(211, 99, 0, 0.65);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
  background: #ff6700;
  box-shadow: 0 14px 24px rgba(243, 122, 19, 0.24);
}

.btn1:hover {
  text-decoration: none;
  color: #fffdf7;
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(243, 122, 19, 0.3);
}

.btn1 i {
  padding-right: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #ff6700;
  color: #fffdf7;
  border: 1px solid rgba(211, 99, 0, 0.65);
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(243, 122, 19, 0.24);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(243, 122, 19, 0.3);
}

button a {
  color: inherit;
}

/*scrollbar*/
.custom-scrollbar {
  overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #000;
  border-radius: 15px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ff6700;
  border-radius: 12px;
}

/*scrollbar-end*/

.blog-page .row [class*="col-lg-8"] h1::before {
  display: none !important;
}

.blog-page .row [class*="col-lg-8"] h1 {
  font-size: 21px !important;
  padding-bottom: 10px !important;
  text-align: left !important;
  line-height: 1.35 !important;
}

.blog-page .row [class*="col-lg-8"] h2::before {
  display: none !important;
}

.blog-page .row [class*="col-lg-8"] h2 {
  font-size: 19px !important;
  padding-bottom: 8px !important;
  text-align: left !important;
  line-height: 1.35 !important;
  color: #1f1f1f;
  font-weight: 600;
}

.blog-page .row [class*="col-lg-8"] h3 {
  font-size: 18px !important;
  text-align: left !important;
  line-height: 1.35 !important;
  color: #1f1f1f !important;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Unified card look for blog content blocks */
.blog-page .row [class*="col-lg-8"] .card {
  padding: 20px 22px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #ffffffd9;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  margin-top: 16px;
}

.blog-page .row [class*="col-lg-8"] .card h3 {
  font-size: 18px !important;
  margin: 0 0 10px;
}

.blog-page .row [class*="col-lg-8"] .card p:last-child,
.blog-page .row [class*="col-lg-8"] .card ul:last-child,
.blog-page .row [class*="col-lg-8"] .card ol:last-child {
  margin-bottom: 0;
}

/* Apply a similar box style for small subheadings that appear after h2 */
.blog-page .row [class*="col-lg-8"] > h3 {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 14px 18px 6px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #ffffffd9;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.blog-page .row [class*="col-lg-8"] > h3 + p,
.blog-page .row [class*="col-lg-8"] > h3 + ul,
.blog-page .row [class*="col-lg-8"] > h3 + ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 8px 18px 16px;
  border: 1px solid #d9d9d9;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #ffffffd9;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.blog-page h4 {
  color: #ff6700 !important;
  font-size: 18px !important;
  margin-top: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.banner-left {
  z-index: 9;
  float: left;
  position: absolute;
}

.banner-left h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  margin-right: 40px;
  line-height: 50px;
  font-weight: 500;
  font-family: "Pacifico", cursive !important;
  font-style: italic !important;
}

.banner-left h3 {
  font-size: 22px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
}

.banner-left button {
  font-size: 16px;
  padding: 6px 30px;
  background: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.banner-left a {
  color: #fff;
}

.banner-left button:hover a {
  color: #000;
  text-decoration: none;
}

.banner-left button:hover {
  background-color: #ff6700;
  border: 2px solid #000;
  animation: shake 0.2s infinite alternate ease-in-out;
}

.centered-text {
  margin-top: 140px;
}

.banner-img {
  margin-top: 20px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  /*animation: shake 0.2s infinite alternate ease-in-out;*/
  /*box-shadow: 0 0 0 2px rgba(255,255,255,.5);*/
  /*animation: shakee 0.4s ease-out infinite;*/
}

.banner-img1 {
  margin-top: 20px;
  /*animation: zoom-in-zoom-out 2s ease-out infinite;*/
  /*animation: shake 0.2s infinite alternate ease-in-out;*/
  /*box-shadow: 0 0 0 2px rgba(255,255,255,.5);*/
  animation: shakee 0.4s ease-out infinite;
}

@keyframes shakee {
  0% {
    transform: skewX(-1deg);
  }

  25% {
    transform: skewX(1deg);
  }

  50% {
    transform: skewX(-1deg);
  }

  75% {
    transform: skewX(1deg);
  }

  100% {
    transform: skewX(-1deg);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes shake {
  0% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(5px);
  }
}

#BannerHome {
  padding: 10px 40px;
  width: 100%;
  height: 90vh;
  background: url(../img/banner-new2-main.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#BannerHome .banner-content {
  width: 100%;
}

/* #BannerHome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
} */
/* 
#BannerHome > * {
  position: relative;
  z-index: 2;
} */

#BannerHome .banner-content h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 70px;
  font-weight: 500;
  font-family: "Pacifico", cursive !important;
  font-style: italic !important;
}

#BannerHome .banner-content a {
  background-color: #000000;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}

#BannerHome .banner-content a:hover {
  background-color: #ff6700;
  color: #ffffff;
  text-decoration: none;
  animation: shake 0.2s infinite alternate ease-in-out;
}

.banner-row {
  margin: 0 auto;
}

.banner-row.owl-carousel .owl-dots {
  height: 50%;
  margin: auto 0;
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 0;
}

.banner-row.owl-nav {
  display: block !important;
  position: absolute;
}

.banner-row.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #ff6700 !important;
  border: solid 3px #000;
}

.banner-row.owl-carousel .owl-dots button.owl-dot {
  background-color: #fff !important;
  width: 15px;
  height: 15px;
  display: grid;
  margin: 8px 0;
  border: solid 3px #000;
  outline: none;
  border-radius: 50%;
}

/*about-sect*/
.about-sec {
  background: url(../img/Sun-02.webp);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0;
  background-attachment: fixed;
  margin-top: -1%;
}

.about-sec p {
  font-size: 16px;
  text-align: justify;
}

section.about-sec h3 {
  font-size: 45px;
  padding-top: 40px;
  font-weight: 600;
}

.abt-row-1 {
  padding: 20px;
  height: 300px;
  background-color: #ff6700;
  color: #fff;
}

.abut-img img {
  position: absolute;
  /*top: 100px;*/
}

.scroll {
  width: 63% !important;
  margin: 0 auto;
  position: relative;
  margin-right: 0px;
  margin-top: -145px;
}

.scroll .owl-nav {
  display: none;
}

.sco1 {
  background: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
  /* width: 30%; */
}

.sco1 img {
  margin: 0 auto;
  width: 35px !important;
  /*height: 35px;*/
  border-radius: 5px;
  /* text-align: center; */
}

.sco1 p {
  text-align: center;
}

.sco1 h2 {
  font-size: 92px !important;
  color: #ff6700;
}

.sco1 i {
  color: #ff6700;
  padding: 5px 0px 20px;
}

.abt-row-1 a {
  text-align: right;
  color: #fff;
  float: right;
  font-weight: 600;
  font-size: 19px;
  padding: 20px 10px;
  cursor: pointer;
  display: inline;
  padding-bottom: 2px;
  transition: all 0.35s linear;
  background: linear-gradient(to bottom, #000 0%, #000 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}

.abt-row-1 a:hover {
  text-decoration: none;
  color: #000;
  background-size: 100% 2px;
}

.abt-row-1 a i {
  padding-right: 10px;
}

.abt-row-2 {
  margin-bottom: 100px;
  padding: 50px 0px;
}

.abt-row-2 a {
  text-align: right;
  color: #000;
  font-weight: 600;
  font-size: 19px;
  padding: 20px 10px;
  cursor: pointer;
  display: inline;
  padding-bottom: 2px;
  transition: all 0.35s linear;
  background: linear-gradient(to bottom, #ff6700 0%, #ff6700 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}

.abt-row-2 a:hover {
  text-decoration: none;
  color: #000;
  background-size: 100% 2px;
}

.abt-row-2 a i {
  padding-right: 10px;
}

.abt-row-2 h2 {
  font-size: 100px;
  font-weight: 700;
  background: #000000;
  background: -webkit-linear-gradient(
    to bottom right,
    #000000 36%,
    #ff6700 44%
  );
  background: -moz-linear-gradient(to bottom right, #000000 36%, #ff6700 44%);
  background: linear-gradient(to bottom right, #000000 36%, #ff6700 44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*service-sec*/
.place-to-visit {
  background: #f2f2f2;
  padding: 60px 20px;
}

.place-to-visit h2,
.customer-review h2,
.gallery-sec h2,
.inner-page h1,
.inner-page h2,
.place-to-visit-page h2 {
  font-family: "Montserrat", Georgia, serif;
  font-weight: 400;
  color: #1a3c2e;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 auto 14px;
  padding-bottom: 0;
  position: relative;
}

.place-to-visit h2 span,
.customer-review h2 span,
.gallery-sec h2 span,
.inner-page h1 span,
.inner-page h2 span,
.place-to-visit-page h2 span {
  color: #4a7c5a;
  font-style: italic;
}

.place-to-visit h2::before,
.customer-review h2::before,
.gallery-sec h2::before,
.inner-page h1::before,
.inner-page h2::before,
.place-to-visit-page h2::before {
  display: none;
}

.place-box a {
  font-size: 14px;
  padding: 6px 30px;
  border: 2px solid #ff6700;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  text-transform: uppercase;
  color: #fff;
}

.place-box a:hover {
  background-color: #ff6700;
  color: #fff;
  text-decoration: none;
  animation: shake 0.2s infinite alternate ease-in-out;
}

.place-box h4 {
  color: #ff6700;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.place-box .place-distance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff4df;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.place-box p {
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 0;
}

.frame-col {
  display: flex;
  width: 100%;
  color: #fff;
  justify-content: space-between;
}

.place-box {
  background: #000;
  padding: 5px 5px 20px;
}

.frame-col.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
}

.frame-col.owl-carousel .owl-nav button.owl-prev {
  display: block;
  top: 45%;
  color: #fff;
  left: -55px;
  font-size: 35px;
}

.frame-col.owl-carousel .owl-nav button.owl-prev span {
  padding: 0px 20px 5px;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 50%;
}

.frame-col.owl-carousel .owl-nav button.owl-next {
  display: block;
  top: 45%;
  color: #fff;
  right: -55px;
  font-size: 35px;
}

.frame-col.owl-carousel .owl-nav button.owl-next span {
  padding: 0px 20px 5px;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 50%;
}

.frame-col.owl-carousel .owl-nav button span:hover {
  background-color: #000;
}

.frame-col.owl-carousel .owl-dots {
  display: none;
  width: 110px;
  margin: 0 auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.frame-col.owl-nav {
  display: block !important;
  position: absolute;
}

.frame-col.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #f26300 !important;
  border: solid 3px #000;
}

.frame-col.owl-carousel .owl-dots button.owl-dot {
  background-color: #fff !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  border: solid 3px #000;
  outline: none;
}

.card {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ffffff7c;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.card p {
  text-align: left !important;
}

.card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

/* Make cards equal height inside Bootstrap columns */
.row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.row > [class*="col-"] .card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/*customer-review*/
.customer-review {
  background: url(../img/Sun-01.webp);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 20px 100px;
  background-attachment: fixed;
  text-align: center;
}

.customer-review p {
  padding-top: 20px;
  font-size: 16px;
}

.customer-review h4 {
  font-weight: 600;
  padding: 5px 0px;
}

.user-img {
  width: 100px;
  border: 2px solid;
  margin: 0 auto;
  border-radius: 50%;
}

.star i {
  color: #ff6700;
}

.review-row.owl-carousel .owl-nav {
  display: none;
}

.review-row.owl-carousel .owl-dots {
  width: 300px;
  margin: 0 auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.review-row.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #ff6700 !important;
  border: solid 3px #000;
}

.review-row.owl-carousel .owl-dots button.owl-dot {
  background-color: #fff !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 4px;
  border: solid 3px #000;
  outline: none;
}

/*customer-review ends*/
/*gallery-sec*/
.gallery-sec {
  padding: 50px 20px;
  background: #f2f2f2;
}

.gallery-sec img {
  padding-bottom: 10px;
}

.gallery-row {
  display: flex;
  justify-content: space-between;
}

.gallery-col {
  flex-basis: 32%;
}

.gallery-btn a {
  font-size: 16px;
  padding: 7px 30px;
  border: 2px solid #000;
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 200px;
  text-transform: uppercase;
  color: #000;
}

.gallery-btn a:hover {
  background-color: #ff6700;
  color: #fff;
  text-decoration: none;
  animation: shake 0.2s infinite alternate ease-in-out;
}

/*inner-page*/
.inner-page {
  background: url(../img/Sun-02.webp);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0;
  background-attachment: fixed;
  padding: 50px 20px;
}

.inner-page a:hover {
  text-decoration: none;
}

.blog-page a {
  color: #ff6700;
}

.blog-page h5 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  margin-top: 8px !important;
}

p,
li,
span,
a {
  font-size: 14px !important;
}

.inner-page h3 {
  font-size: 18px;
  color: #ff9c00;
  margin-bottom: 10px;
}

ul.ordered {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0 !important;
  padding: 0 0 15px 0 !important;
}

.ordered li::marker {
  color: #ff9c00;
}

.ordered li {
  font-size: 16px;
  line-height: 25px;
}

.ordered-one li::marker {
  color: #ff9c00;
}

.ordered-one {
  padding: 0 0 0 18px !important;
  margin: 0;
}

.ordered-one li {
  font-size: 16px;
  line-height: 25px;
}

.inner-page p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

img.inner-img {
  position: sticky;
  top: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

button:focus {
  outline: none;
}

.inner-page h1 {
  width: fit-content;
  max-width: 100%;
  text-transform: capitalize !important;
}

.blog-page h1 {
  font-weight: 600;
  color: #000;
  font-size: 25px;
  padding-bottom: 50px;
  text-align: center;
}

.blog-page h4 {
  font-weight: 600;
  color: #000;
  font-size: 24px;
}

.blog-page ul li {
  padding: 5px 0;
  line-height: 26px;
}

body.sunset-blog-theme .place-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  grid-template-areas:
    "title title"
    "copy card";
  column-gap: 28px;
  row-gap: 14px;
  align-items: start;
  margin-bottom: 30px;
}

body.sunset-blog-theme .place-photo-card {
  grid-area: card;
  width: 100%;
  max-width: 100%;
  margin: 0 0 24px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
  border: 1px solid rgba(243, 122, 19, 0.16);
  box-shadow: 0 18px 34px rgba(103, 53, 17, 0.08);
}

body.sunset-blog-theme .place-photo-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

body.sunset-blog-theme .place-photo-card figcaption {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 14px 18px 16px;
  color: #5e3517;
  font-size: 14px;
  line-height: 22px;
}

body.sunset-blog-theme .place-photo-card .place-photo-copy {
  display: block;
}

body.sunset-blog-theme .place-photo-card .place-photo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.sunset-blog-theme .place-photo-card .place-photo-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(94, 53, 23, 0.08);
  color: #6e3c19;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

body.sunset-blog-theme .place-photo-card .place-photo-label {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(243, 122, 19, 0.12);
  color: #b55200;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.inner-page h1 span {
  color: #4a7c5a;
  font-size: inherit !important;
  line-height: inherit;
  font-weight: inherit;
  font-style: italic;
}

.blog-page h1::before {
  display: none !important;
}

body.sunset-blog-theme .place-feature > h4 {
  grid-area: title;
  margin-top: 0;
}

body.sunset-blog-theme .place-feature > p {
  grid-area: copy;
  margin-bottom: 0;
}

.blog-page h1 {
  line-height: 35px;
}

/* Keep inline span/link text inside blog headings same size as heading text */
.blog-page h1 span,
.blog-page h1 a,
.blog-page h1 a span,
.blog-page h2 span,
.blog-page h2 a,
.blog-page h2 a span,
.blog-page h3 span,
.blog-page h3 a,
.blog-page h3 a span,
.blog-page h4 span,
.blog-page h4 a,
.blog-page h4 a span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit;
}

/* Slightly reduce highlighted span text inside headings for visual balance */
.blog-page h1 > span,
.blog-page h2 > span,
.blog-page h3 > span,
.blog-page h4 > span {
  font-size: 0.86em !important;
}

.blog-page ol li {
  line-height: 30px;
}

.stay-highlight {
  position: relative;
  display: block;
  margin-top: 16px;
  padding: 14px 16px 14px 48px;
  border-left: 4px solid #ff6700;
  border-radius: 10px;
  background: linear-gradient(90deg, #fff3e6 0%, #ffe8cf 100%);
  color: #1f1f1f;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.7 !important;
  box-shadow: 0 8px 20px rgba(255, 103, 0, 0.12);
}

.stay-highlight a {
  color: #ff6700;
}

.blog-page a.stay-highlight,
.blog-page a.stay-highlight:hover {
  color: #1f1f1f;
  text-decoration: none;
}

.blog-page a.stay-highlight strong {
  color: inherit;
  font-weight: 500;
}

.stay-highlight::before {
  content: "\273F";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
  border-radius: 50%;
  background: #ff6700;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.4px;
}

/* .inner-page h1::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 290px;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: #333333;
} */

.place-to-visit-page {
  background: url(../img/Sun-02.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0;
  background-attachment: fixed;
  padding: 50px 20px;
}

.place-to-visit-page {
  background: linear-gradient(180deg, #fffaf1 0%, #fff3df 100%);
  padding: 60px 0;
}

.place-to-visit-page .section-intro {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
  color: #6d4b30;
  font-size: 17px;
  line-height: 1.8;
}

.place-to-visit-page .frame-col {
  row-gap: 28px;
}

.place-to-visit-page .frame-col > [class*="col-"] a {
  display: block;
  height: 100%;
  margin: 0;
}

.place-to-visit-page a:hover {
  text-decoration: none;
}

.place-box.place-box1 {
  background: linear-gradient(180deg, #2a1206 0%, #150a04 100%);
  padding: 12px 12px 18px !important;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
  height: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.place-to-visit-page
  .frame-col
  > [class*="col-"]
  a:hover
  .place-box.place-box1 {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(90, 37, 8, 0.16);
}

.place-box.place-box1 img {
  padding-bottom: 0;
  margin-bottom: 16px;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.place-to-visit-page .place-box.place-box1 h4 {
  color: #ff6700;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.place-to-visit-page .place-description {
  color: rgba(255, 244, 226, 0.82);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 0;
  min-height: 72px;
}

.place-to-visit-page .place-more-btn {
  font-size: 13px;
  padding: 12px 24px;
  border: 1px solid rgba(211, 99, 0, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  background: #ff6700;
  box-shadow: 0 14px 24px rgba(243, 122, 19, 0.24);
  letter-spacing: 0.05em;
}

.place-to-visit-page .place-more-btn:hover {
  color: #fff;
}

/* Keep blog cards equal-height per row */
.blog-row {
  row-gap: 30px;
}
.blog-row > [class*="col-"] {
  display: flex;
}

.blog-row .blog-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog-row .blog-box img {
  border-radius: 10px;
}

.blog-box p {
  text-align: center !important;
  color: #1f1f1f !important;
}

.blog-row .blog-box .pb-4 {
  margin-top: auto;
}

.blog-directory-page .blog-directory-section .container {
  position: relative;
}

.blog-directory-page .blog-directory-section h1 {
  color: #5a2508;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding-bottom: 28px;
  text-align: center;
}

.blog-directory-page .blog-directory-section h1 span {
  color: #f37a13;
}

.blog-directory-page .blog-row {
  counter-reset: blog-card;
  row-gap: 34px;
}

.blog-directory-page .blog-row .blog-box {
  counter-increment: blog-card;
  background: linear-gradient(
    180deg,
    rgba(255, 249, 239, 0.96) 0%,
    rgba(255, 241, 214, 0.92) 100%
  );
  border: 1px solid rgba(243, 122, 19, 0.14);
  border-radius: 12px;
  padding: 10px 10px 14px !important;
  box-shadow: 0 18px 36px rgba(90, 37, 8, 0.12);
  backdrop-filter: blur(8px);
}

.blog-directory-page .blog-row .blog-box img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 18px;
  padding-bottom: 0;
  border-radius: 12px;
}

.blog-directory-page .blog-row .blog-box h4 {
  color: #5a2508;
  text-align: left;
  font-size: 16px;
  line-height: 1.32;
  margin-bottom: 8px;
  font-weight: 600 !important;
}

.blog-directory-page .blog-row .blog-box h4::before {
  content: counter(blog-card, decimal-leading-zero) "/28";
  display: block;
  margin-bottom: 6px;
  color: #ff6700;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.blog-directory-page .blog-row .blog-box h4::after {
  content: "By The Sunset Valley";
  display: block;
  margin-top: 8px;
  margin-bottom: 2px;
  color: #ff6700;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-directory-page .blog-row .blog-box p {
  color: rgba(255, 241, 220, 0.86);
  text-align: left !important;
  line-height: 1.8;
  margin-bottom: 18px;
}

.blog-directory-page .blog-row .blog-box .pb-4 {
  padding-bottom: 0 !important;
}

.blog-directory-page .blog-row .blog-box .btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  border-radius: 8px;
  background: #ff6700;
  color: #fffdf7;
  box-shadow: 0 14px 24px rgba(243, 122, 19, 0.25);
}

.blog-directory-page .blog-row .blog-box .btn1:hover {
  background: #ff8d1d;
  color: #fffdf7;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

a .blog-box {
  color: #f2f2f2;
}

.blog-testimonials {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
}

.blog-testimonials .user-img {
  margin: 0 !important;
  width: 60px !important;
}

.blog-testimonials .col-12 {
  padding-left: 0 !important;
}

.blog-testimonials .owl-item {
  text-align: left !important;
}

.blog-testimonials .owl-item h4 {
  text-align: left !important;
}

/* ====================== */

.accordion {
  background-color: #ff6700;
  color: #f4f4f4;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.379);
  margin-bottom: 8px;
  border-radius: 5px;
}

.accordion:hover {
  background-color: #ff9c00;
}

.accordion:after {
  content: "\002B";
  color: #ffffff;
  font-weight: bold;
  float: right;
  font-size: 20px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  z-index: 9999999999999999;
  padding: 10px 10px;
  display: none;
  color: #2c2c2c;
  background-color: transparent;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
}

.panel ul {
  padding-left: 20px;
}

.panel ul li {
  padding: 5px 0;
  list-style: none;
  position: relative;
}

.panel ul li::before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #ff6700;
  content: "\f097";
  left: -20px;
  position: absolute;
}

.accordion-sec {
  margin-bottom: 100px;
}

/* FAQ accordion used on blog pages */
.faq-accordion {
  margin-top: 10px;
}

.faq-accordion .accordion-item {
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

.faq-accordion .accordion-header {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  color: #202020;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-accordion .accordion-header.active {
  background: #ff6700;
  color: #fff;
}

.faq-accordion .accordion-icon {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #ff6700;
}

.faq-accordion .accordion-header.active .accordion-icon {
  color: #fff;
}

.faq-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
  background: #fff;
}

.faq-accordion .accordion-content p {
  margin: 0;
  padding: 12px 16px 16px;
}

.check-in-sec {
  background-color: #f2f2f2;
}

.check-in-sec ul {
  margin: 0;
  padding-left: 20px;
}

.check-in-sec ul li {
  list-style: none;
  position: relative;
  padding: 5px 0;
}

.check-in-sec ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #ff6700;
  content: "\f097";
  left: -20px;
  position: absolute;
}

.inner-sec2.ranking-sec {
  padding: 55px 0 70px;
  background: #fff;
}

.ranking-panel {
  background: #fff;
  border: 1px solid #f2e7d8;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.ranking-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background-color: #ff6700;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.ranking-panel h3 {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.25;
  color: #1f1f1f;
}

.ranking-lead {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 30px;
  color: #444;
}

.ranking-points {
  margin-bottom: 10px;
}

.point-card {
  height: 100%;
  padding: 22px 18px;
  border: 1px solid #f0e2d0;
  border-radius: 14px;
  background: #fffaf4;
}

.point-number {
  display: inline-block;
  margin-bottom: 10px;
  color: #ff6700;
  font-size: 20px;
  font-weight: 700;
}

.point-card h4 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #222;
}

.point-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  color: #4e4e4e;
}

.value-strip {
  margin: 20px 0 24px;
  padding: 18px 20px;
  border-radius: 12px;
  background: linear-gradient(90deg, #fff1df 0%, #ffe4c3 100%);
}

.value-strip p {
  margin-bottom: 0;
}

.search-title {
  margin-bottom: 14px;
  font-weight: 600;
}

.keyword-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-chip {
  display: inline-block;
  padding: 9px 14px;
  border: 1px solid #ffd3ad;
  border-radius: 999px;
  background: #fff7ef;
  color: #8f3f00;
  font-size: 14px;
  font-weight: 600;
}

.inner-sec3 {
  padding: 0 0 50px;
  background: #fff;
}

.audience-panel {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.audience-panel h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.25;
  color: #1f1f1f;
}

.audience-lead {
  margin-bottom: 12px;
  font-weight: 600;
}

.audience-list {
  margin-bottom: 10px;
}

.col-lg-6 img {
  border-radius: 10px !important;
}

.audience-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 28px;
  color: #3d3d3d;
}

.audience-list i {
  width: 22px;
  margin-top: 4px;
  color: #ff6700;
}

.audience-image-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 14px;
}

.audience-image-main img,
.audience-image-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.audience-image-main {
  min-height: 380px;
}

.audience-image-sub {
  min-height: 380px;
}

.simple-inner-sec2 {
  padding: 35px 0 25px;
  background: #fff;
}

.simple-inner-sec2 h3,
.simple-inner-sec3 h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.simple-inner-sec2 p,
.simple-inner-sec3 p {
  margin-bottom: 14px;
}

.simple-inner-sec3 {
  padding: 10px 0 50px;
  background: #fff;
}

.simple-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.simple-image-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-page .row .col-md-4 {
  padding: 0 5px !important;
}

/*media query*/
@media screen and (max-width: 768px) {
  .banner-left h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .order1 {
    margin-top: 115px;
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .sco1 {
    margin-top: 20px;
  }

  .abut-img img {
    top: -50px;
  }

  .frame-col.owl-carousel .owl-dots {
    width: 150px;
  }

  .banner-left h1 {
    font-size: 30px;
  }

  .serv-box {
    height: 305px;
  }

  .banner1 {
    height: 100%;
  }

  .row.abt-row-2 img {
    width: 100%;
  }

  .place-to-visit h2::before {
    display: none;
  }

  .customer-review h2::before {
    display: none;
  }

  .frame-col.owl-carousel .owl-nav {
    display: none;
  }

  .abt-row-1 {
    height: 550px;
  }

  .place-to-visit {
    padding: 20px 20px 40px;
  }

  .place-to-visit h2 {
    font-size: 32px;
  }

  .customer-review h2 {
    font-size: 30px;
  }

  .gallery-sec h2 {
    font-size: 32px;
  }

  .gallery-sec img {
    padding-bottom: 3px;
  }

  .customer-review {
    padding: 20px 20px 50px;
  }

  .customer-review p {
    font-size: 14px;
  }

  .row.review-row {
    margin: 0 auto;
  }

  .abut-img {
    margin-top: 20px;
  }

  .abt-row-2 h2 {
    font-size: 50px;
    text-align: center;
  }

  .abt-row-2 h4 {
    font-size: 16px;
    text-align: center;
  }

  .sco1 h4 {
    font-size: 16px;
  }

  section.about-sec h3 {
    font-size: 25px;
    padding-top: 0px;
  }

  .row.frame-col {
    margin: 0 auto;
  }

  .abt-row-2 {
    padding: 0px 0px;
  }

  .about-sec p {
    font-size: 14px;
  }

  .sco1 h2 {
    font-size: 30px !important;
  }

  .banner-left h3 {
    font-size: 15px;
    margin-top: 12px;
  }

  .banner-row.owl-carousel .owl-dots {
    bottom: 15px;
  }

  .concept-col img {
    padding: 10px;
    width: 300px;
  }

  .banner-left p {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .centered-text {
    margin-top: 0;
    margin-left: 25px;
    margin-right: 50px;
  }

  .banner-left button {
    font-size: 12px;
    /* margin-left: 25px;*/
    padding: 3px 20px;
  }

  .banner-left h2 {
    font-size: 16px;
  }

  .inner-page h2::before {
    display: none;
  }

  .inner-page {
    padding: 20px 1px;
  }

  .inner-page h2 {
    font-size: 32px;
    padding-bottom: 0;
  }

  .inner-page h4 {
    font-size: 16px;
    /* text-align: center; */
  }

  .inner-page p {
    font-size: 14px;
  }

  .inner-page img {
    width: 100%;
  }

  .place-to-visit-page h2::before {
    display: none;
  }

  .place-to-visit-page h2 {
    font-size: 32px;
  }

  .place-to-visit-page {
    padding: 20px 0px;
  }

  .modal-content {
    width: 100% !important;
  }

  .gallery-page h2 {
    font-size: 35px;
  }

  .inner-page h1::before {
    display: none;
  }

  .inner-page h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 0;
  }

  .blog-page h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .blog-page .col-12.col-lg-4.blog-img-col {
    order: -1;
  }

  .blog-page .row [class*="col-lg-8"] h1 {
    font-size: 19px !important;
    line-height: 1.3 !important;
  }

  .blog-page .row [class*="col-lg-8"] h2 {
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  .blog-page .row [class*="col-lg-8"] h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .blog-page .row [class*="col-lg-8"] .card {
    padding: 16px;
  }

  .blog-page .row [class*="col-lg-8"] > h3 {
    padding: 12px 14px 6px;
  }

  .blog-page .row [class*="col-lg-8"] > h3 + p,
  .blog-page .row [class*="col-lg-8"] > h3 + ul,
  .blog-page .row [class*="col-lg-8"] > h3 + ol {
    padding: 8px 14px 14px;
  }

  .inner-page h3 {
    text-align: center;
    line-height: 25px;
    margin: 10px 0 !important;
  }

  .ordered-one li {
    font-size: 14px;
  }

  .ordered li {
    font-size: 14px;
  }

  .inner-sec2.ranking-sec {
    padding: 25px 0 35px;
  }

  .ranking-panel {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .ranking-tag {
    font-size: 11px;
    padding: 6px 10px;
    margin-bottom: 8px;
  }

  .ranking-panel h3 {
    font-size: 22px;
    text-align: left;
  }

  .ranking-lead {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 14px;
  }

  .point-card h4 {
    font-size: 18px;
    text-align: left;
  }

  .point-card p {
    font-size: 14px;
    line-height: 24px;
  }

  .search-title {
    text-align: left;
  }

  .inner-sec3 {
    padding: 0 0 30px;
  }

  .audience-panel {
    padding: 0;
    border-radius: 0;
  }

  .audience-panel h3 {
    font-size: 22px;
  }

  .audience-list li {
    font-size: 14px;
    line-height: 24px;
  }

  .audience-image-grid {
    grid-template-columns: 1fr;
  }

  .audience-image-main,
  .audience-image-sub {
    min-height: 260px;
  }

  .simple-inner-sec2,
  .simple-inner-sec3 {
    padding: 20px 0 25px;
  }

  .simple-inner-sec2 h3,
  .simple-inner-sec3 h3 {
    font-size: 20px;
  }

  .simple-image-grid {
    grid-template-columns: 1fr;
  }

  .simple-image-grid img {
    height: 220px;
  }
}

@media (min-width: 1400px) {
  .container {
    min-width: 1360px !important;
  }

  .serv-box {
    height: 380px;
  }
}

.blog-navigation {
  position: sticky;
  top: 15px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-height: 90vh;
  overflow-y: auto;
}

.blog-navigation h4 {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #1f1f1f;
}

.blog-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-navigation li + li {
  margin-top: 8px;
}

.blog-navigation a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #2a2a2a;
  background: #f7f7f7;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.blog-navigation a:hover {
  background: #ffefe3;
  border-color: #ff6700;
  color: #111;
  text-decoration: none;
}

.blog-navigation a.active {
  background: #ff6700;
  border-color: #ff6700;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog-navigation {
    margin-top: 24px;
    position: static;
    max-height: none;
  }
}

@media screen and (max-width: 1050px) {
  .site-header .container {
    max-width: 99% !important;
  }
}

body.sunset-blog-theme .blog-page {
  background: url(../img/Sun-02.webp);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0;
  background-attachment: fixed;
  padding: 50px 20px;
}

body.sunset-blog-theme .blog-page h1 {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 50px;
  text-align: center;
}

body.sunset-blog-theme .blog-page h1::before {
  display: block !important;
}

body.sunset-blog-theme .blog-page h1 span {
  color: #ff6700;
}

body.sunset-blog-theme .blog-page .blog-main-content {
  background: linear-gradient(
    180deg,
    rgba(255, 252, 245, 0.98) 0%,
    rgba(255, 247, 232, 0.96) 100%
  );
  border: 1px solid #f1d29f;
  border-radius: 24px;
  padding: 28px 30px 32px;
  box-shadow: 0 18px 40px rgba(90, 37, 8, 0.08);
  margin-top: 20px;
}

body.sunset-blog-theme .blog-page .row.mt-4 .blog-main-content,
body.sunset-blog-theme .blog-page .blog-main-content + .blog-main-content {
  margin-top: 0;
}

body.sunset-blog-theme .blog-page .blog-main-content p,
body.sunset-blog-theme .blog-page .blog-main-content li,
body.sunset-blog-theme .blog-page .blog-main-content td {
  color: #5a3418;
  line-height: 1.85;
  font-size: 15.5px;
}

body.sunset-blog-theme .blog-page .blog-main-content p {
  margin-bottom: 1rem;
}

body.sunset-blog-theme .blog-page .blog-main-content h2,
body.sunset-blog-theme .blog-page .blog-main-content h3,
body.sunset-blog-theme .blog-page .blog-main-content h4,
body.sunset-blog-theme .blog-page .blog-main-content h5 {
  color: #7a2f0d !important;
  letter-spacing: -0.02em;
  text-align: left !important;
  margin-left: 0 !important;
}

body.sunset-blog-theme .blog-page .blog-main-content h2 {
  font-size: 21px !important;
  margin-top: 1rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.65rem !important;
  border-bottom: 1px solid rgba(243, 122, 19, 0.18);
}

body.sunset-blog-theme .blog-page .blog-main-content h3 {
  font-size: 19px !important;
  margin-top: 1.6rem;
}

body.sunset-blog-theme .blog-page .blog-main-content h4,
body.sunset-blog-theme .blog-page .blog-main-content h5 {
  font-size: 17px !important;
  margin-top: 1.2rem;
  margin-bottom: 0.45rem;
  color: #f37a13 !important;
}

body.sunset-blog-theme .blog-page .blog-main-content ul,
body.sunset-blog-theme .blog-page .blog-main-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.2rem;
}

body.sunset-blog-theme .blog-page .blog-main-content ul li::marker,
body.sunset-blog-theme .blog-page .blog-main-content ol li::marker {
  color: #f29b15;
}

body.sunset-blog-theme .blog-page .blog-main-content a {
  color: #c95d00;
  text-decoration-color: rgba(201, 93, 0, 0.35);
  text-underline-offset: 3px;
}

body.sunset-blog-theme .blog-page .blog-main-content a:hover {
  color: #8f3408;
  text-decoration-color: currentColor;
}

body.sunset-blog-theme .blog-page .blog-main-content table {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(122, 47, 13, 0.08);
}

body.sunset-blog-theme .blog-page .blog-main-content table td,
body.sunset-blog-theme .blog-page .blog-main-content table th {
  border-color: #f0d8b1 !important;
  background: rgba(255, 251, 243, 0.92);
}

body.sunset-blog-theme .blog-page .blog-main-content table td,
body.sunset-blog-theme .blog-page .blog-main-content table th {
  padding: 12px 16px;
}

body.sunset-blog-theme
  .blog-page
  .blog-main-content
  table
  tr:nth-child(even)
  td {
  background: rgba(255, 244, 223, 0.82);
}

body.sunset-blog-theme .blog-page .blog-main-content .stay-highlight,
body.sunset-blog-theme .blog-page .blog-main-content .special-text {
  border-left: 4px solid #f37a13;
  background: linear-gradient(90deg, #fff5df 0%, #ffe6ad 100%);
  box-shadow: 0 14px 26px rgba(243, 122, 19, 0.12);
}

body.sunset-blog-theme .blog-page .blog-main-content .blog-author {
  margin-top: 1.6rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(243, 122, 19, 0.18);
  color: #8b5a2b;
  font-size: 14px;
  margin-bottom: 0;
}

body.sunset-blog-theme .blog-page .blog-img-col img {
  display: block;
  width: 100%;
  border-radius: 22px;
  border: 1px solid #f1d29f;
  box-shadow: 0 20px 42px rgba(90, 37, 8, 0.14);
}

body.sunset-blog-theme .blog-navigation {
  top: 18px;
  background: linear-gradient(180deg, #fff8ea 0%, #fff2d7 100%);
  border: 1px solid #efcb8d;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(90, 37, 8, 0.1);
  margin-top: 20px;
}

body.sunset-blog-theme .blog-navigation h4 {
  color: #5a2508;
}

body.sunset-blog-theme .blog-navigation a {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(243, 122, 19, 0.08);
  color: #693111;
}

body.sunset-blog-theme .blog-navigation a:hover {
  background: #fff3cf;
  border-color: #f37a13;
  color: #5a2508;
  transform: translateX(2px);
}

body.sunset-blog-theme .blog-navigation a.active {
  background: #ff6700;
  border-color: #d96300;
  color: #fffdf7;
  box-shadow: 0 12px 22px rgba(243, 122, 19, 0.24);
}

body.sunset-blog-theme .blog-navigation a.latest-blog-link::after {
  content: "Latest";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 210, 71, 0.4);
  color: #7a2f0d;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.sunset-blog-theme .blog-navigation a.latest-blog-link.active::after {
  background: rgba(255, 248, 235, 0.28);
  color: #fffdf7;
}

@media (max-width: 991px) {
  body.sunset-blog-theme .blog-page .blog-main-content {
    padding: 24px 22px 26px;
    border-radius: 20px;
  }

  body.sunset-blog-theme .blog-navigation {
    border-radius: 18px;
  }
}

@media (min-width: 992px) {
  body.sunset-blog-theme .blog-page .row > .blog-img-col {
    display: flex;
    align-items: stretch;
  }

  body.sunset-blog-theme .blog-page .row > .blog-img-col .inner-img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  body.sunset-blog-theme .place-feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "card"
      "copy";
    row-gap: 18px;
  }

  body.sunset-blog-theme .place-photo-card {
    max-width: 100%;
    margin: 0 0 8px;
  }
}

@media (max-width: 767px) {
  body.sunset-blog-theme .place-photo-card {
    width: 100%;
    max-width: 100%;
  }

  body.sunset-blog-theme .place-photo-card img {
    height: 210px;
  }

  body.sunset-blog-theme .place-photo-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-directory-page .blog-directory-section h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .blog-directory-page .blog-row .blog-box {
    border-radius: 22px;
    padding: 9px 9px 13px !important;
  }

  .blog-directory-page .blog-row .blog-box h4 {
    font-size: 18px;
  }

  body.sunset-blog-theme .blog-page h1 {
    font-size: 28px;
    padding-bottom: 28px;
  }

  body.sunset-blog-theme .blog-page .blog-main-content {
    padding: 20px 16px 22px;
  }

  body.sunset-blog-theme .blog-page .blog-main-content p,
  body.sunset-blog-theme .blog-page .blog-main-content li,
  body.sunset-blog-theme .blog-page .blog-main-content td {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 768px) {
  .place-to-visit-page .section-intro {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .place-to-visit-page .place-description {
    min-height: auto;
  }

  .place-box .place-distance {
    font-size: 11px;
    padding: 8px 12px;
  }

  .place-to-visit-page .place-more-btn {
    font-size: 12px;
    padding: 11px 20px;
  }
}
