/* Dream Travelers Custom Overrides */

/* ====== Color Palette ====== */
:root {
  --primary-color: #E66A22;
  --primary-dark: #C25417;
  ---menu-hover: #b67552;
  --text-dark: #111111;
  --text-medium-dark: #2c2b2b;
  --highlight: #6c422a;
  --text-gray: #4A4A4A;
  --background-light: #F5F5F5;
  --white: #ffffff;
  font-size: 16px;
}

/* ====== Typography ====== */
body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-gray);
  background-color: var(--background-light);
  font-size: 1.1em;
  line-height: 1.7;
}

p {
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

.text-primary {
  color: var(--primary-color) !important;
}

.text-dark {
  color: var(--text-dark) !important;
}

/* ====== Links ====== */
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-dark);
}

a:hover, a:focus, a:active {
  color: var(--text-medium-dark);
}

.blog-section .entry-meta a:hover,
.blog-section .entry-meta a:focus {
  color: var(--text-medium-dark);
}

/* ====== Buttons ====== */
.button-primary,
.button-round,
input[type=submit],
input[type=button] {
  background-color: var(--primary-color) !important;
  border: none;
  color: var(--white);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.button-primary:hover,
.button-round:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: var(--primary-dark) !important;
}

/* ====== Headers & Navigation ====== */
.site-header,
.main-navigation ul > li > a {
  /* background-color: var(--white); */
  color: var(--text-dark);
  color: var(--white);
}

.main-navigation ul > li > a:hover,
.main-navigation ul > li.current-menu-item > a {
  color: var(--primary-color);
}

.header-contact-info ul li a:hover,
.header-contact-info ul li a:focus,
.header-contact-info ul li a:active {
  color: var(--primary-color);
}

.header-social a:hover,
.header-social a:focus {
  color: var(--primary-color);
}

.social-links a:hover, .social-links a:focus, .social-links a:active {
  color: var(--primary-color);
}

.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:active {
  color: var(--primary-color);
}

.main-navigation ul ul {
  border-top: 4px solid var(--text-medium-dark);
}

.main-navigation ul li.menu-item-has-children li:hover > a,
.main-navigation ul li.menu-item-has-children li:focus > a {
  background-color: var(---menu-hover);
  color: #ffffff;
}

.main-navigation ul > li:hover > a,
.main-navigation ul > li:focus > a,
.main-navigation ul > li:active > a {
  color: var(--primary-color);
}

.slicknav_menu .slicknav_nav li a:hover,
.slicknav_menu .slicknav_nav li a:focus,
.slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  color: var(--primary-color);
}

/* ====== Sections & Backgrounds ====== */
.section-heading h2 {
  color: var(--primary-dark);
}

.section-heading h5 {
  color: var(--primary-dark);
}

/* ====== Forms ====== */
input,
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary-color);
  outline: none;
}

/* ====== Footer & Extras ====== */
footer {
  background-color: var(--primary-dark);
  color: var(--white);
  font-size: 0.99em;
}

.footer-primary .widget .widget-title:before {
    background-color: var(--primary-color);
}

footer a {
  color: #e0e0e0;
}

.footer-primary .widget ul li a {
  color: #e0e0e0;
}

.footer-primary .widget ul li a:hover, .footer-primary .widget ul li a:focus, .footer-primary .widget ul li a:active {
  color: var(--primary-color);
}

.section-heading h5.dash-style {
  color: var(--text-dark);
  color: var(--text-medium-dark);
}

.section-heading .dash-style:before {
  background-color: var(--text-medium-dark);
}

.widget.widget_text ul li i {
  color: var(--primary-color);
}


.to-top-icon {
  background-color: rgba(230, 106, 34, 0.7);
}

.to-top-icon:hover {
  background-color: rgba(230, 106, 34, 0.7);
  background-color: var(--text-dark);
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
  background-color: rgb(230, 106, 34);
}

.testimonial-item .testimonial-img {
  border: 2px solid var(--primary-color);
}

.testimonial-item .testimonial-content p {
  color: var(--text-dark);
  font-style: italic;
  line-height: 1.7;
  font-size: 1.1em;
}

.testimonial-item .testimonial-content cite {
  color: var(--primary-dark);
  font-size: 24px;
}

.slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

.slick-dots li button:hover {
  background-color: var(--primary-dark);
}

/* ------------------------------------------ */

.white-logo, .black-logo {
    padding: 10px;
}

.destination-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #faf8f8;
}

.about-section,
.tour-package {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-section {
  background-color: #f3edea;
}

.membership-section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 250px;
}

.contact-us-section.subscribe-section:before {
  background-color: #101F70;
}


.service-page-section .section-heading {
  margin-top: 50px;
  margin-bottom: 10px;
}

.page h2.welcome-heading {
  margin-bottom: 10px;
}

.service-page-section .service-accordion {
  margin-bottom: 100px;
}

.page h2 {
  text-transform: uppercase;
  margin-bottom: 70px;
  color: (var(--text-gray));
}

.richtext-content {
  margin-bottom: 50px;
}

.service-cta .dash-style.small_heading {
  color: #fff;
}

.service-cta .dash-style.small_heading:before {
  color: #fff;
  background-color: var(--white);
}

.service-cta.section-heading h2 {
  text-transform: none;
  color: var(--white);
  line-height: 1.3;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

.service-cta-wrapper {
  margin-bottom: 250px;
}

.inner-shape {
  background-image: none;
}


/* PAGES */

/* TOUR PACKAGES */

.page .richtext p {
  margin-bottom: 20px;
}

.page .section-heading {
  margin-top: 50px;
  margin-bottom: 70px;
}

.page .richtext h4 {
  margin-top: 50px;
  margin-bottom: 24px;
}

.fullwidth-callback:before {
  opacity: 0.65;
}

.widget.widget_text.quick-links ul li {
  margin-bottom: 20px;
}

.widget.widget_text.quick-links ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget-bg {
  background-color: #f4eeee;
  border-bottom: 3px solid var(--primary-dark);
}

.sidebar .sidebar-widget {
  margin-top: 70px;
}

.package-meta {
  background-color: var(--highlight);
}

.tour-package .package-price,
.package-section .package-price {
  background-color: var(--highlight);
}

.tour-package .package-price .price {
  margin-bottom: 0;
}

.tour-package .sidebar .widget-bg.information-content h5,
.tour-package .sidebar .widget-bg.information-content h5:before {
  color: var(--primary-color);
}

.tour-package .sidebar .widget-bg.information-content h5:before {
  background-color: var(--primary-color);
}

.tour-package .sidebar .widget-bg.information-content h3 {
  color: var(--text-medium-dark);
}

.tour-package .tab-content ul {
    margin: 30px;
    margin-left: 40px;
    padding: 0;
}

.tour-package .tab-content ul li {
    list-style: disc;
}

.package-wrap .package-content .btn-wrap a:hover,
.package-wrap .package-content .btn-wrap a:focus,
.package-wrap .package-content .btn-wrap a:active {
  color: var(--primary-dark);
}

.package-wrap .package-content .btn-wrap a:hover [class*=fa-],
.package-wrap .package-content .btn-wrap a:focus [class*=fa-],
.package-wrap .package-content .btn-wrap a:active [class*=fa-] {
    color: var(--text-dark);
}

.quote-block-section {
  padding: 100px 0 100px;
}

.quote-block-section .travel-quote blockquote {
   font-size: 1.5rem;
   font-style: italic;
   line-height: 1.6;
   color: #fff;
   margin: 0 auto;
   max-width: 700px;
}
.quote-block-section .travel-quote footer {
  margin-top: 0.75rem;
  font-weight: 500;
  font-style: normal;
  color: #2a2a28;
}

.itinerary-timeline-wrap .day-count {
  background-color: var(--text-medium-dark);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: var(--primary-color);
}

.social-share.share-block {
  margin-top: 70px;
}

.social-share-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 10px;
  margin-top: 1rem;
}

.social-share-list li {
  flex: 1 1 40%;
  max-width: 150px;
  text-align: center;
}

.social-share-list a {
  display: block;
  padding: 10px;
  background-color: #f4eeee;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 17px;
  transition: background-color 0.3s;
}

.social-share-list a:hover {
  background-color: #f6f6f6;
}

.social-share-list i {
  margin-right: 6px;
}

@media (max-width: 576px) {
  .social-share-list li {
    flex: 1 1 100%;
  }
}

.fab.fa-twitter{
	font-family:sans-serif;
}
.fab.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
  font-weight: bold;
}

.single-post-section .meta-wrap .tag-links a:hover {
  color: var(--primary-dark);
}

.widget ul li a:hover {
  color: var(--text-medium-dark);
}

.widget.widget-post-thumb .post-content .entry-meta a:hover,
.widget.widget-post-thumb .post-content .entry-meta a:focus {
  color: var(--primary-dark);
}

.sidebar .widget .widget-title {
  border: 1px solid var(--text-medium-dark);
  color: var(--text-medium-dark);
}


.archive-section.blog-archive.blog-index {
  margin-top: 100px;
}
.blog-index .travel-package-content.sidebar-widget {
  margin-top: 0;
}

.grid-item .entry-meta a:hover,
.grid-item .entry-meta a:focus {
  color: var(--primary-dark);
}

.blog-index .button-text.continue-reading {
  color: var(--text-dark);
}

.blog-index .button-text.continue-reading:hover,
.blog-index .button-text.continue-reading:focus,
.blog-index .button-text.continue-reading:active {
  color: var(--primary-dark);
}

/* Pagination */

.post-navigation-wrap {
  margin-top: 50px;
}

.pagination li a:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #ffffff;
}
.pagination li.active a {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #ffffff;
}

.pagination li.disabled a {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}


.sidebar .information-content h5, .sidebar .travel-package-content h5 {
  color: var(--primary-dark);
}

.sidebar .information-content h5:before,
.sidebar .travel-package-content h5:before {
  background-color: var(--primary-dark);
}

.blog-body {
  margin-top: 60px;
  margin-bottom: 70px;
}

.blog-body h2 {
  margin-top: 50px;
}

.blog-body h2 {
  margin-bottom: 30px;
}

.rich-text li:first-child {
  margin-top: 40px;
}

.rich-text li {
  margin-top: 20px;
}

.interested_service .form-check-label {
  margin-bottom: 0;
}

.membership-page .membership-price{
  margin-top: 30px;
}

.membership-page .membership-benefits {
  margin-top: 50px;
}

.membership-page  form {
  margin-bottom: 250px;
}

.testimonial-item {
  margin-top: 120px;
}

.membership-page .registration-success {
  margin-top: 50px;
  margin-bottom: 200px;
}

.package-price-wrapper {
  position: relative;
  margin-bottom: 100px;
}

.package-wrap .package-price {
    /* background-color: #F56960; */
    position: absolute;
    /* top: 20px; */
    right: -30px;
}

.package-wrap .package-price h6 span {
  font-size: 19.5px;
}

.package-meta .package-price .price {
  color: white;
}

.page-issue {
  margin-bottom: 100px;
}

.desti-item .bg-meta-cat a:hover, .desti-item .bg-meta-cat a:focus {
    background-color: rgba(245, 105, 96, 0.85);
    background-color: rgb(230, 106, 34);
}

.overlay-desti-item .desti-content h3 a:hover {
    color: #F56960;
    color: var(--primary-color);
}

