/************************ Trending Stories (Varoom Posts / Elementor)
   Dark shell + light cards; scoped so other .post-card blocks stay unchanged.
*************************************/
.varoom-trending-stories.hero-section {
  --varoom-trending-shell: #064267;
  --varoom-trending-shell-border: rgba(255, 255, 255, 0.08);
  --varoom-trending-cta: #f24c27;
  --varoom-trending-cta-hover: #ff6a42;
  --varoom-trending-muted: #94a3b8;
  padding: 56px 0 88px;
  margin: 0 auto;
  background: #ffffff;
}

.varoom-trending-stories .varoom-trending-stories__shell {
  max-width: 1664px;
  margin: 0 auto;
  padding: 64px 76px;
  background: #064267;
  border-radius: 24px;
  border: 1px solid var(--varoom-trending-shell-border);
  box-shadow: 0 24px 60px rgba(8, 15, 40, 0.35);
}

#varoom-trending-2.varoom-trending-stories .varoom-trending-stories__shell {
  background: #0F6172;
}

#varoom-trending-2.varoom-trending-stories .varoom-trending-stories__shell .trending-stories__dropdown-panel {
  background: #0F6172;
}

.varoom-trending-stories .trending-stories__intro {
  max-width: none;
  margin: 0;
  padding: 0 4px 24px;
  text-align: left;
}

.varoom-trending-stories .trending-stories__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  margin-bottom: 0;
}

.varoom-trending-stories .trending-stories__titles {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
}

.varoom-trending-stories .trending-stories__heading.title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0;
}

.varoom-trending-stories .trending-stories__actions {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 14px;
}

.varoom-trending-stories .trending-stories__filter-wrap.trending-stories__dropdown {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
}

.varoom-trending-stories .trending-stories__dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 168px;
  max-width: 100%;
  padding: 12px 14px 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
/*   background-color: rgba(255, 255, 255, 0.08); */
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.25;
  color: #f1f5f9;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-align: left;
}

.varoom-trending-stories .trending-stories__dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.varoom-trending-stories .trending-stories__dropdown-value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.varoom-trending-stories .trending-stories__dropdown-chevron {
  display: flex;
  flex-shrink: 0;
  color: #cbd5e1;
  transition: transform 0.2s ease;
}

.varoom-trending-stories .trending-stories__dropdown.is-open .trending-stories__dropdown-chevron {
  transform: rotate(180deg);
}

.varoom-trending-stories .trending-stories__dropdown-toggle:focus {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}

.varoom-trending-stories .trending-stories__dropdown-toggle:focus:not(:focus-visible) {
  outline: none;
}

.varoom-trending-stories .trending-stories__dropdown-panel {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  right: 0;
  min-width: 100%;
  width: max(100%, 220px);
  max-width: min(320px, calc(100vw - 32px));
  padding: 8px;
  background: #064267;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  max-height: min(320px, 50vh);
  overflow-y: auto;
}

.varoom-trending-stories .trending-stories__filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.varoom-trending-stories .trending-stories__filter-item {
  margin: 0;
  padding: 0;
}

.varoom-trending-stories .trending-stories__dropdown-panel .trending-stories__filter-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.25;
  color: #e2e8f0;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.varoom-trending-stories .trending-stories__dropdown-panel .trending-stories__filter-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.varoom-trending-stories .trending-stories__dropdown-panel .trending-stories__filter-btn.is-active,
.varoom-trending-stories .trending-stories__dropdown-panel .trending-stories__filter-btn[aria-selected="true"] {
  background-color: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.varoom-trending-stories .trending-stories__dropdown-panel .trending-stories__filter-btn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 0;
}

.varoom-trending-stories .trending-stories__dropdown-panel .trending-stories__filter-btn:focus:not(:focus-visible) {
  outline: none;
}

.varoom-trending-stories .trending-stories__all-filters {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
/*   background: rgba(255, 255, 255, 0.06); */
  color: #e2e8f0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.varoom-trending-stories .trending-stories__all-filters:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.varoom-trending-stories .trending-stories__all-filters-icon {
  display: flex;
  color: #cbd5e1;
}

.varoom-trending-stories .trending-stories__grid.post-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: none;
  margin: 0;
  padding: 4px 4px 0;
}

.varoom-trending-stories .trending-stories__card.post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: unset;
  max-height: none;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.varoom-trending-stories .trending-stories__card.post-card:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

.varoom-trending-stories .trending-stories__card.post-card::after {
  display: none;
}

.varoom-trending-stories .trending-stories__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}

.varoom-trending-stories .trending-stories__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.varoom-trending-stories .trending-stories__media img,
.varoom-trending-stories .trending-stories__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.varoom-trending-stories .trending-stories__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.varoom-trending-stories .trending-stories__body.post-content {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  gap: 0;
  padding: 18px 18px 16px;
  flex: 1;
}

.varoom-trending-stories .trending-stories__title.post-title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.varoom-trending-stories .trending-stories__title.post-title a {
  color: inherit;
  text-decoration: none;
}

.varoom-trending-stories .trending-stories__title.post-title a:hover {
  color: var(--varoom-trending-cta);
}

.varoom-trending-stories .trending-stories__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--varoom-trending-muted);
  line-height: 1.3;
}

.varoom-trending-stories .trending-stories__author-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-weight: 600;
  font-size: 11px;
}

.varoom-trending-stories .trending-stories__meta-date {
  color: #828282;
  letter-spacing: 0.02em;
}

.varoom-trending-stories .trending-stories__meta-sep {
  color: #828282;
  margin: 0 -4px;
}

.varoom-trending-stories .trending-stories__meta-read {
  color: #828282;
}

.varoom-trending-stories .trending-stories__excerpt {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 20px;
    color: #797979;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.varoom-trending-stories .trending-stories__card-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 4px;
}

.varoom-trending-stories .trending-stories__read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--varoom-trending-cta);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.varoom-trending-stories .trending-stories__read-more:hover {
  background: var(--varoom-trending-cta-hover);
  transform: translateY(-1px);
}

.varoom-trending-stories .trending-stories__footer {
  display: flex;
  justify-content: flex-end;
  padding: 24px 4px 0;
  margin-top: 4px;
}

.varoom-trending-stories .trending-stories__footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #fff;
/*   background: rgba(255, 255, 255, 0.08); */
  color: #f8fafc;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.varoom-trending-stories .trending-stories__footer-cta:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.varoom-trending-stories .trending-stories__footer-cta-arrow {
  display: flex;
  color: #cbd5e1;
}

.varoom-trending-stories .trending-stories__footer-cta:hover .trending-stories__footer-cta-arrow {
  color: #fff;
}

.post-card {
  position: relative;
  background: rgba(0,0,0,.8) url(../images/logo.svg) no-repeat;
  background-position: center center;
  background-size: 200px;
}

.post-card:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  height: 215px;
}

.post-card .post-content {
  z-index: 1;
  position: absolute;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}

.post-content .post-category{
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.12px;
  color: #ABABAB;
  width: fit-content;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.post-card .post-content .post-category {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.post-card .post-content .post-title {
  color: #2D2D2D;
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.post-cards .post-content {
  bottom: 20px;
}

.post-cards .post-content .post-category {
  margin-bottom: 15px;
}

.post-cards .post-content .post-title {
 	font-size: 14px;
    line-height: 19.6px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.post-wrapper .post-card {
  width: calc(25% - 12px);
  min-height: 500px;
  max-height: 500px;
}

.post-wrapper .post-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-wrapper .post-cards {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}

.post-wrapper .post-cards .post-card {
  width: calc(50% - 5.5px);
  min-width: unset;
}

/************* Popular Stories Section
*************************************/
.popular-stories {
  padding: 120px 0
}

.popular-stories .content-part {
  max-width: 1286px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.popular-stories .sm-post-wrapper .sm-post-card .post-thumb{
	width: 148px;
	height: 163px;
}

.popular-stories .content-part .sub-title p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.popular-stories .content-part .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
}

.popular-stories .content-part h6 {
  color: #8E8E8E;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.15px;
}


.popular-stories .sm-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.popular-stories .sm-post-wrapper .sm-post-card {
  display: flex;
  gap: 25px;
  width: calc(33.333% - 26.666px);
}

.sm-post-wrapper .sm-post-card .post-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sm-post-card .post-content .post-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.sm-post-card .post-content .post-desc {
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sm-post-card .post-content .read-more {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.sm-post-card .post-image img {
  min-width: 148px;
  height: 163px;
  object-fit: cover;
}

/********************** Banner Section
*************************************/
.banner-section {
  position: relative;
  background-image: url(../images/banner_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 467px;
  max-width: 1920px;
  margin: 0 auto;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.banner-section .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 1132px;
  margin: 0 auto;
  gap: 15px;
  padding: 0 20px;
}

.banner-section .content .title,
.banner-section .content .sub-title p,
.banner-section .content h6,
.banner-section .content p {
  color: #fff;
  text-align: center;
}

.content .sub-title p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize;
}

.content h6,
.content p{
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

/************ 3 Sections Common Design
1. Inspiration Section
2. Destination Section
3. Travel Resources Section 
*************************************/

.tr-section,
.destination-section,
.inspiration-section {
  background-color: #f2f6f6;
  padding: 120px 0;
}

.tr-section .line,
.destination-section .line,
.inspiration-section .line {
  background-color: #ababab;
}

.tr-section .content-part,
.destination-section .content-part,
.inspiration-section .content-part {
  min-width: 543px;
  max-width: 543px;
}

.tr-section .content-part h6,
.destination-section .content-part h6,
.inspiration-section .content-part h6 {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
}

.inspiration-section .content-part h3{
  line-height: 39px;
}

.tr-section .content-part .sub-title,
.destination-section .content-part .sub-title,
.inspiration-section .content-part .sub-title {
  max-width: fit-content;
  width: 100%;
}

.tr-section .content-part .sub-title p,
.destination-section .content-part .sub-title p,
.inspiration-section .content-part .sub-title p {
  color: #ababab;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.tr-section .content-part .title,
.destination-section .content-part .title,
.inspiration-section .content-part .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
  padding-bottom: 15px;
  padding-top: 18px;
}

.tr-section .wrapper,
.destination-section .wrapper,
.inspiration-section .wrapper {
  gap: 95px;
}

.tr-section .wrapper .post-wrapper,
.destination-section .wrapper .post-wrapper,
.inspiration-section .wrapper .post-wrapper {
  display: flex;
  gap: 13px;
  padding-bottom: unset;
  flex-wrap: wrap;
}

.tr-section .post-card .post-content,
.destination-section .post-card .post-content,
.inspiration-section .post-card .post-content {
  bottom: 15px;
}

.tr-section .post-wrapper .post-card,
.destination-section .post-wrapper .post-card,
.inspiration-wrapper .post-wrapper .post-card {
  width: calc(33.33% - 8.666px);
  min-width: unset;
}

.tr-section .post-card .post-title,
.destination-section .post-card .post-title,
.inspiration-section .post-card .post-title {
  font-size: 14px;
  line-height: 19.6px;
}

/*********** Traveler's Choice Section 
*************************************/
.tc-section {
  padding: 112px 0 68px;
}

.tc-section .content-part {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tc-section .content-part .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  padding-bottom: 25px;
}

.tc-section .content-part h6 {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
  padding-bottom: 42px;
}

.tc-section .post-wrapper {
  gap: 47px;
}

.tc-section .sm-post-wrapper {
  display: flex;
  column-gap: 47px;
  padding-bottom: unset;
  flex-wrap: wrap;
}

.tc-section .post-card {
  min-width: 481px;
}

.tc-section .sm-post-wrapper .sm-post-card {
  display: flex;
  width: calc(50% - 23.5px);
  gap: 12px;
  height: fit-content;
  border-top: 1px solid #e7e7e7;
  padding: 40px 0;
}

.sm-post-card .post-title {
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.tc-section .sm-post-wrapper .sm-post-card:nth-last-child(-n + 2) {
  border-bottom: 1px solid #e7e7e7;
}

/************** Top Newsletter Section 
*************************************/

.top-newsletter {
  background-image: url(../images/newsletter_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 84px 40px 38px;
}

.top-newsletter .newsletter {
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.top-newsletter .newsletter .input-wrapper {
  justify-content: center;
  margin: 0 auto;
}

.top-newsletter .newsletter h2 {
  font-size: 60px;
  line-height: 78px;
}

.top-newsletter .newsletter p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 8px;
  padding-bottom: 6px;
}

.top-newsletter .newsletter input {
  width: 621px;
  height: 80px;
}

.top-newsletter .newsletter button {
  width: 195px;
  height: 80px;
  line-height: 30px;
}

.top-newsletter .newsletter .newsletter-info {
  font-size: 12px;
  font-weight: 500;
}

/*************** Trip Planning Section 
*************************************/
.tp-section {
  padding: 114px 0;
}

.tp-section .post-wrapper .post-card {
  max-height: max-content;
}

.tp-section .content-part .sub-title {
  max-width: 135px;
  width: 100%;
  margin: 0 auto;
}

.tp-section .content-part .sub-title p {
  color: #ababab;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.tp-section .line {
  background-color: #ababab;
}

.tp-section .content-part {
  max-width: 770px;
  margin: 0 auto;
  width: 100%;
}

.tp-section .content-part .title {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 28px;
}

.tp-section .content-part h6 {
  color: #8e8e8e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  padding-bottom: 46px;
}

.tp-section .post-wrapper {
  gap: 32px;
}

.tp-section .post-wrapper .post-card {
  width: calc(33.33% - 21.333px);
  min-width: 457px;
}

.tp-section .sm-post-card {
  border-top: 1px solid #e7e7e7;
  padding: 40px 0;
}

.tp-section .sm-post-wrapper .sm-post-card:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.tp-section .post-wrapper{
  padding-bottom: 0;
}

.tp-section {
  padding: 112px 0 120px;
}

/************** Slider Section Section 
*************************************/

.slider-section .content {
  position: absolute;
  bottom: 50px;
  padding: 0 200px;
  z-index: 2;
}

.slider-section .content .location-info {
  display: flex;
  gap: 45px;
}

.slider-section .location-info-mbl {
  display: none;
}

.slider-section .content ul li {
  color: var(--white-color);
  list-style: disc;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 900px;
  transition: transform 0.5s ease-in-out;
}

.slider:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.95) 0%,
          rgba(80, 50, 50, 0) 100%,
          rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  height: 394px;
}

.slider .slider-img {
  height: 900px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.slider .slider-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
}

.slider-wrapper {
  position: relative;
}

.slider .content h2 {
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 104px;
}

.slider .content p {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-transform: uppercase;
  padding-left: 5px;
}

.slider .content .location-info {
  padding-top: 18px;
  padding-left: 20px;
}

.slider-wrapper .slider-buttons {
  position: absolute;
  bottom: 60px;
  right: 200px;
  gap: 30px;
  z-index: 2;
}

.slider-buttons::before {
  content: "";
  align-self: stretch;
  border: 1px solid var(--white-color);
  height: 36px;
}

.slider-buttons .left-btn,
.slider-buttons .right-btn {
  cursor: pointer;
}

.slider-buttons .left-btn {
  order: -1;
}

/* Style for slider dots */
.slider-section .slider-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-section .slider-dots .dots-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots-wrapper span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dots-wrapper span.active {
  background-color: #BDBDBD;
}

/************ Travel Resources Section 
*************************************/
.tr-section {
  background-color: var(--white-color);
}

/************************* Faq Section 
*************************************/

.faq-section {
  background-color: #f2f6f6;
  padding: 112px 0;
}

.faq-section .title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  text-transform: capitalize;
  padding-bottom: 40px;
}

.faq-section .content-wrapper {
  display: flex;
  column-gap: 47px;
  row-gap: 30px;
  flex-wrap: wrap;
}

.faq-section .content-wrapper .qa-box {
  width: calc(50% - 23.5px);
  border-bottom: 1px solid #dadada;
  padding-bottom: 30px;
}

.faq-section .qa-box:nth-last-child(-n + 4) {
  border: none;
  padding-bottom: unset;
}

.qa-box .qn {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.qa-box .ans {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (max-width: 1575px) {
  /*Slider Section*/
  .slider-section .content {
      padding: 0 40px;
  }

  .slider-wrapper .slider-buttons {
      right: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  /* Trending Stories grid */
  .varoom-trending-stories .trending-stories__grid.post-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .popular-stories .sm-post-card .post-desc {
    display: none;
  }

}

@media only screen and (max-width: 1440px) {
  /* Tr, Destination, Inspiration Section*/
  .tr-section .wrapper,
  .destination-section .wrapper,
  .inspiration-section .wrapper {
      flex-direction: column;
  }

  .tr-section .content-part,
  .destination-section .content-part,
  .inspiration-section .content-part {
      text-align: center;
      max-width: 791px;
      min-width: unset;
  }

  .tr-section .wrapper .post-wrapper,
  .destination-section .wrapper .post-wrapper,
  .inspiration-section .wrapper .post-wrapper {
      gap: 20px;
  }

  .tr-section .post-wrapper .post-card,
  .destination-section .post-wrapper .post-card,
  .inspiration-section .post-wrapper .post-card {
      width: calc(33.333% - 13.667px);
  }

  .tr-section .content-part .sub-title,
  .destination-section .content-part .sub-title,
  .inspiration-section .content-part .sub-title {
      margin: 0 auto;
  }

  /*Tc Section*/
  .tc-section .post-wrapper {
      max-width: 991px;
      width: 100%;
      margin: 0 auto;
      gap: 30px;
  }

  .tc-section .sm-post-wrapper {
      gap: unset;
      flex-direction: column;
  }

  .tc-section .sm-post-wrapper .sm-post-card {
      width: 100%;
  }

  .tc-section .sm-post-wrapper .sm-post-card:nth-last-child(-n+3) {
      display: none;
  }

  .tc-section .sm-post-wrapper .sm-post-card:nth-child(3) {
      border-bottom: 1px solid #e7e7e7;
  }

  /*Tp Section*/
  .tp-section .post-wrapper .post-card {
      width: 100%;
      min-width: unset;
  }

  .tp-section .sm-post-wrapper{
      display: none;
  }

}


@media only screen and (max-width: 1199px) {
  /*faq*/
  .faq-section .content-wrapper{
      flex-direction: column;
  }

  .faq-section .content-wrapper .qa-box{
      width: 100%;
  }

  .varoom-trending-stories .trending-stories__heading.title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
  }
}


@media only screen and (max-width: 990px) {

  /* Trending Stories grid */
  .varoom-trending-stories .trending-stories__grid.post-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .popular-stories .sm-post-wrapper .sm-post-card {
    width: calc(50% - 25px);
  }

  .popular-stories .sm-post-wrapper .sm-post-card:nth-child(n+7) {
    display: none;
  }

  /*Top Newsletter*/
  .top-newsletter .input-wrapper .input-field {
      justify-content: center;
  }

  .top-newsletter .newsletter input,
  .top-newsletter .newsletter button {
      width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 990px) {
  .post-card:not(.trending-stories__card) .post-content {
      bottom: 20px;
  }

  .post-card:not(.trending-stories__card) .post-content .post-category {
      margin-bottom: 15px;
  }

  /*Tc Section*/
  .tc-section .post-wrapper {
      flex-direction: column;
      align-items: center;
  }

  .tc-section .post-card {
      width: 100%;
      text-align: center;
  }

  .tc-section .post-card .post-content {
      margin: 0 auto;
      width: 100%;
  }

}


@media only screen and (max-width: 768px) {
  /* Trending Stories */
  .varoom-trending-stories .trending-stories__grid.post-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 4px;
  }

  .varoom-trending-stories .trending-stories__body.post-content {
    padding: 16px 16px 18px;
  }

  .post-card:not(.trending-stories__card) .post-content .post-title {
      font-size: 14px;
      line-height: 18.2px;
  }

  .varoom-trending-stories .trending-stories__title.post-title {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  /* Tr, Destination, Inspiration Section*/
  .tr-section .wrapper .post-wrapper,
  .destination-section .wrapper .post-wrapper,
  .inspiration-section .wrapper .post-wrapper {
      gap: 15px;
  }

  .tr-section .post-wrapper .post-card,
  .destination-section .post-wrapper .post-card,
  .inspiration-section .post-wrapper .post-card {
      width: calc(50% - 7.5px);
  }

  /* Tc Section*/
  .tc-section .post-wrapper {
      flex-direction: column;
  }

  .tc-section .post-card {
      width: 100%;
  }

}

@media only screen and (max-width: 640px) {
  
  .varoom-trending-stories.hero-section{
      padding-bottom: 56px;
      padding-top: 48px;
  }

  .varoom-trending-stories .top-part .title,
  .varoom-trending-stories .trending-stories__heading {
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .banner-section .content .title{
    font-size: 40px;
    line-height: 44px;
  }

  .varoom-trending-stories .trending-stories__titles {
    flex: 1 1 0;
  }
	
  .popular-stories {
    padding: 80px 0px 35px 0px;
  }
  
  .popular-stories .content-part .title {
    font-size: 30px;
    line-height: 33px;
  }

  .popular-stories .sm-post-wrapper .sm-post-card {
    width: calc(100% - 25px);
  }

  .tc-section .post-card {
      min-width: 100%;
  }

  .tr-section, .destination-section, .inspiration-section{
      padding: 72px 0 80px;
  }

  .tr-section .content-part .title, .destination-section .content-part .title, .inspiration-section .content-part .title{
      font-size: 40px;
      line-height: 52px;
      padding-top: 12px;
  }

  .tr-section .content-part h6, .destination-section .content-part h6, .inspiration-section .content-part h6{
      padding-bottom: 23px;
  }

  .tr-section .wrapper, .destination-section .wrapper, .inspiration-section .wrapper{
      gap: 40px;
  }

  .inspiration-section, .faq-section{
    padding: 80px 0;
  }

  .tc-section {
      padding: 77px 0 40px;
  }

  .tc-section .content-part .title{
      font-size: 40px;
      line-height: 40px;
      padding-bottom: 20px;
  }

  .tc-section .post-content .post-title {
      font-size: 20px;
      line-height: 28px;
  }

  /*Slider Section*/
  .slider-section .content {
      padding: 0;
      bottom: 0;
      width: 100%;
  }

  .slider-section .slider {
      height: 532px;
  }

  .slider:after {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(80, 50, 50, 0.00) 100%, rgba(0, 0, 0, 0.00) 100%);
  }

  .slider .slider-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }

  .slider .content .location-info {
      display: none;
  }

  .slider .content .location-info-mbl {
      display: flex;
      gap: 25px;
      background-color: #000;
      padding: 20px 15px 20px 35px;
  }

  .slider .content h2 {
      padding: 0 15px;
      font-size: 40px;
      line-height: 52px;
  }

  .slider .content p {
      padding: 0 20px 15px;
  }

  /*Top Newsletter*/
  .top-newsletter {
      padding: 55px 20px 10px;
  }

  .top-newsletter .newsletter h2 {
      font-size: 40px;
      line-height: 40px;
      padding-bottom: 20px;
  }

  .top-newsletter .newsletter p {
      line-height: 26px;
  }

}

@media screen and (max-width: 575px){
  .varoom-trending-stories .post-wrapper {
    gap: 10px;
  }
  .tp-section {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .inspiration-section .content-part h3{
    line-height: 26.4px;
  }
  .post-card:not(.trending-stories__card) .post-content .post-title {
    -webkit-line-clamp: 3;
  }
  .post-card:not(.trending-stories__card) .post-content {
    bottom: 20px;
    padding: 0 12px;
  }
  .post-card:not(.trending-stories__card) .post-content .post-category {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .varoom-trending-stories .varoom-trending-stories__shell {
    padding: 20px 16px 22px;
    border-radius: 18px;
  }

  .varoom-trending-stories .trending-stories__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .varoom-trending-stories .trending-stories__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .varoom-trending-stories .trending-stories__filter-wrap.trending-stories__dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .varoom-trending-stories .trending-stories__dropdown-toggle {
    width: 100%;
    min-width: 0;
  }

  .varoom-trending-stories .trending-stories__dropdown-panel {
    right: 0;
    left: 0;
    width: auto;
    max-width: none;
  }

  .varoom-trending-stories .trending-stories__all-filters {
    width: 100%;
    justify-content: center;
  }

  .varoom-trending-stories .trending-stories__footer {
    justify-content: stretch;
  }

  .varoom-trending-stories .trending-stories__footer-cta {
    width: 100%;
    justify-content: center;
  }

  .varoom-trending-stories .trending-stories__grid.post-wrapper {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 420px){
  .banner-section {
    height: fit-content;
    padding: 100px 0px 40px 0px;
  }
  .banner-section .content .title {
    font-size: 30px;
    line-height: 34px;
  }
}