/*
Theme Name: Hello Child
Template: hello-elementor
Text Domain: hello-child
Version: 1.0
*/
*/

/* =================================================== */
/* ==   1. FONT DEFINITIONS                         == */
/* =================================================== */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-italic-webfont.woff2') format('woff2'), url('fonts/poppins-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'), url('fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunitosans-regular-webfont.woff2') format('woff2'), url('fonts/nunitosans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunitosans-italic-webfont.woff2') format('woff2'), url('fonts/nunitosans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunitosans-bold-webfont.woff2') format('woff2'), url('fonts/nunitosans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =================================================== */
/* ==   2. GLOBAL STYLES & TYPOGRAPHY             == */
/* =================================================== */
:root {
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Nunito Sans', sans-serif;
  /* Base size (paragraph) */
  --font-size-base: clamp(1rem, 0.91rem + 0.44vw, 1.25rem);
  /* ~16px to 20px */

  /* li size (ul li) */
  --font-size-li: clamp(1rem, 0.91rem + 0.44vw, 1.25rem);
  /* ~16px to 20px */

  /* Heading 4 */
  --font-size-h4: clamp(1.25rem, 1.13rem + 0.61vw, 1.56rem);
  /* ~20px to 25px */

  /* Heading 3 */
  --font-size-h3: clamp(1.56rem, 1.38rem + 0.91vw, 2.0rem);
  /* ~25px to 31px */

  /* Heading 2 */
  --font-size-h2: clamp(1.95rem, 1.69rem + 1.32vw, 2.44rem);
  /* ~31px to 39px */

  /* Heading 1 */
  --font-size-h1: clamp(2.44rem, 2.08rem + 1.82vw, 3.05rem);
  /* ~39px to 49px */
}

body {
  font-family: var(--font-body);
  color: #222;
  font-size: 100%;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: var(--font-size-base);
  max-width: 65ch;
  margin-bottom: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
  text-wrap: balance;
}

h1 {
  font-weight: 800;
  font-size: var(--font-size-h1);
  margin-bottom: 0.5em;
}

h2 {
  font-weight: 600;
  font-size: var(--font-size-h2);
}

h3 {
  font-weight: 500;
  font-size: var(--font-size-h3);
}

h4 {
  font-weight: 500;
  font-size: var(--font-size-h4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

li {
  font-size: var(--font-size-base) !important;
}

/*.entry-content p, .entry-content li { font-size: 17px; line-height: 1.7; font-weight: 400; }
.entry-content a { color: #c50000; font-weight: 700; text-decoration: none; }
.entry-content a:hover { text-decoration: underline; }
.entry-content strong, .entry-content b { font-weight: 700; }
.entry-content em, .entry-content i { font-style: italic; }*/

/* =================================================== */
/* ==   3. DESKTOP NAVIGATION (768px and wider)     == */
/* =================================================== */
.arc-nav {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 9999;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-content {
    margin-left: calc(50vw - 24%);
    margin-right: 1vw;
  }
}

@media (min-width: 1200px) {
  .arc-nav {
    left: calc((100vw / 2) - 590px);
  }
}

.arc-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arc-nav li {
  margin-bottom: 25px;
}

.arc-nav li:last-child {
  margin-bottom: 0;
}

.arc-nav .dot {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.arc-nav .dot::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #aaa;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.arc-nav .dot::after {
  content: attr(data-label);
  font-family: var(--font-body);
  color: #555;
  font-size: 15px;
  font-weight: 400;
  margin-left: 15px;
  white-space: nowrap;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.arc-nav li:hover .dot::before {
  background: #555;
}

.arc-nav li:hover .dot::after {
  color: #000;
}

.arc-nav .dot.active-dot::before {
  background: #ff5722;
  transform: scale(1.5);
}

.arc-nav .dot.active-dot::after {
  color: #ff5722;
  font-weight: 700;
}

/* =================================================== */
/* ==   4. MOBILE NAVIGATION (screens below 768px)  == */
/* =================================================== */

@media (max-width: 767px) {
  .page-content {
    margin: auto 20px;
  }

  /* --- The main FAB container --- */
  /* .arc-nav {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    transform: none;
    width: 56px;
    height: 56px;
    background-color: #ff5722;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  /* --- The menu list that pops up --- */
  /* .arc-nav .nav-wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 70px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s .3s;
    transform: translateY(10px);
  } */

  .arc-nav li {
    margin-bottom: 0;
  }

  .arc-nav .dot {
    padding: 10px;
  }

  /* --- The static icon --- */
  .arc-nav .nav-icon-mobile {
    /* No special styles needed */
  }

  /* --- The open state --- */
  .arc-nav.is-open {
    /* CORRECTED: Gray when open */
    /* background-color: #333; */
    background-color: #ffffff !important;
  }

  .arc-nav.is-open .nav-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }

  /* When the menu list is open, ensure the dots inside are styled correctly */
  .arc-nav.is-open .dot {
    display: flex;
  }

  .arc-nav.is-open .dot::after {
    display: block;
  }

  .arc-nav.is-open .dot.active-dot::before {
    background: #ff5722;
  }
}

/* =================================================== */
/* ==   5. COMPONENT: STYLED SECTION TITLES (H2)    == */
/* =================================================== */
.page-content h2[id] {
  /*   font-size: 30px; font-weight: 600; color: #222; */
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-gap: 20px;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-content h2[id]::before,
.page-content h2[id]::after {
  content: " ";
  display: block;
  border-bottom: 1px solid #c50000;
  border-top: 1px solid #c50000;
  height: 5px;
  background-color: #ffffff;
}

/*.page-content h2:not([id]) {
    font-size: 1.7em; font-weight: 600; margin-top: 2em;
}*/

/* =================================================== */
/* ==   6. PAGE TITLE ALIGNMENT                     == */
/* =================================================== */
h1.entry-title {
  text-align: center;
}



.main_header {}

.card_section {
  max-width: 1140px !important;
  margin: auto;
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card_item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ddd;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.card_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 61%), #000000cc 60%);
  padding: 20px 15px;
  z-index: 2;
  color: #fff;
}

.card_title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.card_author {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card_author_icon {
  width: 18px !important;
  height: 18px !important;
}

.card_date {
  opacity: 0.9;
}

.page-template-archive .card_section {
  padding: 50px 0px !important;
}

.page-template-archive a {
  color: #ffffff;
}


.single_post_page {
  margin: 60px 0px !important;
}

.card_section {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding: 0px 10px;
}

.single_post_page .sidebar i {
  margin-right: 5px;
  color: #ff5722;
}

.single_post_page .container {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.single_post_page .sidebar {
  flex: 1 1 200px;
  max-width: 250px;
  font-size: 14px;
  color: #666;
}

.single_post_page .sidebar div {
  margin-bottom: 10px;
}

.single_post_page .content {
  flex: 1 1 700px;
}

.single_post_page h1 {
  /* font-size: 35px; */
  font-size: var(--font-size-h1);
  margin-bottom: 20px;
  margin-top: 0px;
}

.single_post_page .subtitle {
  color: #95979c;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.single_post_page p {
  margin-bottom: 15px;
}

.single_post_page .form-check {
  display: flex;
  margin-bottom: 15px;
}

.single_post_page input#saveInfo {
  width: unset;
}

.single_post_page hr {
  margin: 30px 0;
}

.single_post_page .comment-box {
  background-color: #f8f8f8;
  border-left: 4px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
}

.single_post_page .comment-box strong {
  display: block;
  margin-bottom: 5px;
}

.single_post_page .comment-box small {
  color: #888;
}

.single_post_page form textarea,
.single_post_page form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.single_post_page .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.single_post_page .form-row>div {
  flex: 1 1 200px;
}

.single_post_page .form-check {
  margin-bottom: 15px;
}

.single_post_page .form-check input {
  margin-right: 5px;
}

.single_post_page .btn {
  background-color: #6DC234;
  padding: 7px 7px 7px 7px;
  color: white;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
}

.single_post_page .btn:hover {
  background-color: #449d48;
}

.single_post_page li.nav-previous.previous {
  color: #444649;
  background: #e9eaeb;
  border-radius: 2px;
  padding: 8px 40px;
  display: inline-block;
  line-height: 20px;
}

.single_post_page li.nav-next.next {
  color: #444649;
  background: #e9eaeb;
  border-radius: 2px;
  padding: 8px 40px;
  display: inline-block;
  line-height: 20px;
}

.single_post_page ul.pager {
  padding: 0px;
}

.single_post_page a.comment-reply-link {
  color: #444649;
  background: #e9eaeb;
  border-radius: 2px;
  padding: 8px 40px;
  display: inline-block;
  line-height: 20px;
}

.post_featured_img img {
  height: 500px;
  width: 100%;
  border-radius: 10px;
}

.single_post_page .container.custom-single-post {
  align-items: flex-start;
  gap: 30px;
}

.single_post_page .container.custom-single-post .sidebar {
  position: sticky;
  top: 100px;
  width: 250px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .single_post_page .sidebar {
    display: inline-block;
    max-width: 30%;
  }


  .single_post_page .content {
    display: inline-block;
    max-width: 68% !important;
  }

  .single_post_page .sidebar {
    max-width: 100%;
  }

  .single_post_page {
    margin: 60px 15px !important;
  }

  .single_post_page .container.custom-single-post .sidebar {
    position: unset;
    top: 0;
  }

  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    padding: 0;
  }
}

@media (max-width: 600px) {

  .single_post_page {
    margin: 60px 15px !important;
  }

  .single_post_page .container.custom-single-post .sidebar {
    position: unset;
    top: 0;
  }

  .single_post_page .sidebar {
    display: inline-block;
    max-width: 100% !important;
    width: 100% !important;
  }


  .single_post_page .content {
    display: inline-block;
    max-width: 100% !important;
  }

  .custom-single-post .post_featured_img img {
    height: 200px;
  }

  .single_post_page .container.custom-single-post {
    flex-direction: column-reverse;
    gap: 15px;
  }

}

.single_post_page .sidebar {
  display: inline-block;
  max-width: 30%;
}


.single_post_page .content {
  display: inline-block;
  max-width: 70%;
}

nav.hfe-dropdown {
  overflow: hidden;
}

header a {
  color: #fff;
}

a {
  color: unset;
}

.page-template-template-destination-2 .page-content {
  background-color: #fcf2de;
  padding-bottom: 30px;
}

.page-template-template-destination-2 .page-content-bg {
  margin: 0 auto;
  max-width: 1140px;
  margin-top: -28px;
  margin-bottom: 0px !important;
  background-color: #fFF;
  z-index: 999999;
  position: relative;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  font-family: "Cabin", Sans-serif;
}


.page-template-template-destination-1 .custom-hero h1 {
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.6);
  position: relative;
  background-color: #2b2c2e;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #FF5722;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  margin-bottom: -50px;
  font-family: "Cabin", Sans-serif;
}

.page-template-template-destination-1 .page-content h1,
.page-template-template-destination-2 .page-content h1 {
  /* font-size: 40px; */
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: 50px;
  margin: 0px 0px;
  text-wrap: auto;
  padding: 20px 0;
}

.page-template-template-destination-1 .page-content h2,
.page-template-template-destination-2 .page-content h2 {
  /* font-size: 35px; */
  font-size: var(--font-size-h2);
  font-weight: 600;
  line-height: 45px;
  margin: 0px 0px;
  text-wrap: auto;
  padding: 20px 0px 0px 0px;
}

.page-template-template-destination-1 .page-content h3,
.page-template-template-destination-2 .page-content h3 {
  /* font-size: 30px; */
  font-size: var(--font-size-h3);
  font-weight: 500;
  line-height: 40px;
  margin: 0px 0px;
  text-wrap: auto;
  padding: 0px 0px 20px 0px;
}

.page-template-template-destination-1 .page-content h4,
.page-template-template-destination-2 .page-content h4 {
  /* font-size: 25px; */
  font-size: var(--font-size-h4);
  font-weight: 500;
  line-height: 35px;
  margin: 0px 0px;
  text-wrap: auto;
  padding: 20px 0;
}

.page-template-template-destination-1 .page-content h5,
.page-template-template-destination-2 .page-content h5 {
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
  margin: 0px 0px;
  text-wrap: auto;
  padding: 20px 0;
}

.page-template-template-destination-1 .page-content p,
.page-template-template-destination-2 .page-content p {
  /* font-size: 20px; */
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  margin: 4px 0px 12px 0px;
}

.page-template-template-destination-1 .page-content ul li,
.page-template-template-destination-2 .page-content ul li {
  /* font-size: 20px; */
  font-size: var(--font-size-li);
  font-weight: 400;
  line-height: 30px;
}

.page-template-template-destination-1 .page-content ul,
.page-template-template-destination-2 .page-content ul {
  margin-bottom: 20px;
}

.page-template-template-destination-2 .custom-hero h1 {
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.6);
  position: relative;
  background-color: #2b2c2e;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #FFFFFF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  font-family: "Cabin", Sans-serif;
}



.page-template-template-destination-1 .custom-hero {
  align-items: end !important;
}

.page-template-template-destination-1 .page-content {
  margin-top: 130px !important;
  font-family: "Cabin", Sans-serif;
}

.arc-nav {
  width: 250px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  left: calc((100vw / 2) - 703px) !important;
}

.arc-nav .dot.active-dot::after {
  color: #ff5722 !important;
}

.arc-nav .dot.active-dot::before {
  background: #ff5722 !important;
}

.arc-nav svg path {
  fill: #000;
}

.page-content h2[id]::before,
.page-content h2[id]::after {
  border-bottom: 1px solid #ff5722 !important;
  border-top: 1px solid #ff5722 !important;
}

.left-sidebar-onclick,
.to-top {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-content {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-template-destination-2 .page-content-bg {
    margin: 0 auto;
    max-width: 91%;
  }

  .page-template-template-destination-2 .page-content {
    margin-top: -25px;
  }

  iframe {
    width: 500px !important;
  }

  .custom-hero {
    height: 40vh !important;
  }

  .arc-nav {
    display: none;
  }

  .arc-nav.visible {
    display: block !important;
    top: 77%;
    left: 65% !important;
  }

  /* .arc-nav{
	display:none;
} */

  .to-top {
    background-color: #ff5722;
    position: fixed;
    top: -17%;
    left: 77%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    z-index: 9999999;
    cursor: pointer;
    color: #fff !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .open-left-sidebar {
    background-color: #ff5722;
    position: fixed;
    right: 2%;
    bottom: 2%;
    text-align: center;
    border-radius: 100px;
    z-index: 9999999;
    cursor: pointer;
    color: #fff !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .left-sidebar-onclick {
    display: block !important;
  }
     .to-top {
        display: flex !important;
    }

}

@media screen and (max-width: 768px) {
  .custom-hero {
    height: 48vh !important;

  }

  .page-template-template-destination-1 .page-content {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 600px) {
  iframe {
    width: 360px !important;
  }

  .arc-nav.visible {
    display: block !important;
    top: 69%;
    left: 30% !important;
  }

  .page-content {
    margin: auto 0px;
  }

  .custom-hero {
    padding: 0px 10px !important;
    height: 40vh !important;
  }

  .custom-hero h1 {
    font-size: 24px !important;
    padding: 15px;
  }

  .page-template-template-destination-1 .page-content h1,
  .page-template-template-destination-2 .page-content h1 {
    font-size: 26px;
    line-height: 36px;
    padding: 13px 0;
  }

  .page-template-template-destination-1 .page-content h2,
  .page-template-template-destination-2 .page-content h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 13px 0;
  }

  .page-template-template-destination-1 .page-content h3,
  .page-template-template-destination-2 .page-content h3 {
    font-size: 26px;
    line-height: 36px;
    padding: 13px 0;
  }

  .page-template-template-destination-1 .page-content h4,
  .page-template-template-destination-2 .page-content h4 {
    padding: 13px 0;
    font-size: 20px;
    line-height: 30px;
  }

  .page-template-template-destination-1 .page-content ul li,
  .page-template-template-destination-2 .page-content ul li {
    font-size: 18px !important;
  }

  .page-template-template-destination-1 .page-content p,
  .page-template-template-destination-2 .page-content p {
    font-size: 18px !important;
  }

  .page-template-template-destination-2 .page-content-bg {
    margin: 0 auto;
    max-width: 96%;
  }

  .page-template-template-destination-2 .custom-hero h1 {
    padding: 15px;
  }

  .custom-hero {
    z-index: 9 !important;
  }

}

@media screen and (max-width: 1440px) and (min-width: 1100px) {
  .arc-nav {
    width: 195px !important;
  }
}

.custom-hero {
  z-index: 99999;
  height: 50vh;
}

.arc-nav {
  top: 40%;
}

.arc-nav .nav-icon-mobile {
  display: none;
}

.ehf-header #masthead {
  z-index: 999999;
}

h2[id] {
  color: #ff5722
}


.arc-nav .nav-wrapper.visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
  transition-delay: 0s;
  /* make it appear immediately */
}

/* .arc-nav.visible {
  left: 0 !important;
} */