@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Lexend", sans-serif;
  color: #111;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
}

a {
  text-decoration: none;
}

/* start section title */
.section_heading {
  margin: 0 auto;
  margin-bottom: 70px;
}
.section_heading h2 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.section_heading .sub_heading {
  padding: 6px 12px;
  display: inline;
  color: #FF7A1A;
  font-size: 16px;
  background: rgba(255, 122, 26, 0.15);
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
}

.section_title {
  margin: 0 auto;
  margin-bottom: 70px;
}
.section_title h2 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
.section_title p {
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  color: #666;
}
.section_title .sub_title {
  padding: 6px 12px;
  color: #FF7A1A;
  font-size: 14px;
  background: rgba(255, 122, 26, 0.15);
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

/* end section title */
.error_content {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 50px;
}
.error_content p {
  margin-bottom: 25px;
}

.section_padding {
  padding: 80px 0;
}

.pt_0 {
  padding-top: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.btn_svg {
  margin-left: 4px;
}

.cta_btn {
  width: 160px;
}

.gift_summary_btn {
  width: 100% !important;
  border: none;
  font-size: 18px;
}

.error_btn {
  border-radius: 30px;
}

.main_btn {
  width: 200px;
  height: 60px;
  display: inline-block;
  border-radius: 4px;
  background: #4D40CA;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.main_btn:hover,
.main_btn:focus {
  color: #fff;
  background-color: #FF7A1A;
  transform: translateY(-2px);
}

.main_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FFB347 0%, #FF7A1A 50%, #FFB347 100%);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
  z-index: -1; /* Send it behind the text */
}

.main_btn:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* Ensure the text stays above the pseudo-element */
.main_btn {
  position: relative;
}

.signup_btn {
  width: 140px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
}

.login_btn {
  color: #333;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
}

.offer_btn {
  padding: 0;
  text-align: left;
  font-size: 16px;
  background: transparent;
  color: #fff;
  transition: all 0.4s ease;
}
.offer_btn:hover {
  color: #FF7A1A;
}
.offer_btn .offer_svg path {
  fill: #fff;
}
.offer_btn:hover path {
  fill: #FF7A1A;
}

.reply_btn {
  background-color: #4D40CA;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.4s;
}

.contact_btn {
  width: 200px;
  margin-top: 20px;
  padding: 0;
  border-radius: 12px;
}

.tour_list_card .book-button {
  display: block;
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  transition: 0.4s;
}
.tour_list_card .book-button:hover {
  background-color: #4D40CA;
  color: #ffffff;
}

.search_btn {
  height: 48px;
  line-height: 48px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999 !important;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}

/* Green Spinner */
/* Full background */
.loader-bg {
  background-color: #4D40CA;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Loader animation */
.loader {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, #FF7A1A 40%, transparent 41%);
  position: relative;
  animation: pulse-ring 1.5s infinite ease-in-out;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  border: 4px solid #FF7A1A;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pulse-ring 1.5s infinite ease-in-out;
}

.loader::after {
  animation-delay: 0.75s;
}

/* Pulse animation */
@keyframes pulse-ring {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Fade-out when body gets 'loaded' class */
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .banner_title h2 {
    font-size: 50px !important;
  }
  .ab-site-header.ab-style1 {
    padding: 20px 0 !important;
  }
}
@media (max-width: 991px) {
  .ab-main-menu {
    display: none !important;
  }
  .ab-main-menu-bars {
    right: 12px;
    top: 6px;
  }
  .ab-main-menu-bars button {
    padding: 6px 12px !important;
  }
  .banner_title h2 {
    font-size: 55px !important;
    max-width: 520px;
    margin: 0 auto;
  }
  .buttons_area {
    display: none !important;
  }
  .ab-site-header.ab-style1 {
    padding: 20px 0 !important;
  }
  .offer_card {
    margin-bottom: 30px;
  }
  #destination_section::before {
    content: inherit !important;
  }
  #team::before {
    content: inherit !important;
  }
  #testimonial_section::before {
    content: inherit !important;
  }
  .section_title h2 {
    font-size: 36px !important;
  }
  .insta-img {
    margin-bottom: 25px;
  }
  .footer_icon_list {
    margin-bottom: 50px;
  }
  .detail_info-box {
    margin-top: 50px;
  }
  .single_search {
    margin-top: 50px;
  }
  .contact_info {
    margin-bottom: 50px;
  }
  #newslatter_section.section_padding {
    padding: 0 !important;
  }
  #testimonial_slider .owl-nav {
    display: none !important;
  }
  #testimonial_reviews_section .owl-dots {
    display: block !important;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
  }
  #recipe_header .all_area {
    display: block !important;
  }
  .buttons_all_area {
    margin-top: 50px !important;
  }
  .recipe_video_card {
    margin-top: 50px;
  }
  #recipe_header .all_area h2 {
    font-size: 46px !important;
  }
  .account_banner_section h1 {
    font-size: 42px !important;
  }
  .ingredient_right_title {
    margin-top: 50px !important;
  }
  .footer_nav_menu {
    float: left !important;
  }
  .footer_nav_menu li {
    padding-left: 0px !important;
    padding-right: 30px !important;
  }
  .footer_brand p {
    margin-bottom: 30px !important;
  }
  .blogpost_guide_all_area h2 {
    font-size: 42px !important;
  }
  .chef_interview_social_icons {
    margin-top: 50px !important;
  }
  .contact_left_image {
    text-align: center;
    margin-bottom: 80px !important;
  }
  .card.gift_full_course {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .search-tabs .tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0;
  }
  .search-tabs .tabs::-webkit-scrollbar {
    height: 4px;
  }
  .search-tabs .tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .search-tabs .tabs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .search-tabs .tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .search-tabs .tabs li {
    flex-shrink: 0;
    transition: all 0.3s ease;
    opacity: 0.7;
    padding: 8px 12px;
    border-radius: 4px;
  }
  .search-tabs .tabs li:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
  }
  .search-tabs .tabs li.active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
  }
  section#offer_section {
    padding-top: 250px !important;
  }
  .ab-main-menu {
    display: none !important;
  }
  .buttons_area {
    display: none !important;
  }
  .ab-site-header.ab-style1 {
    padding: 20px 0 !important;
  }
  .list_item {
    margin-bottom: 50px !important;
  }
  .banner_title h2 {
    font-size: 36px !important;
  }
  .categories_top h2 {
    font-size: 34px !important;
  }
  .section_title h2 {
    font-size: 34px !important;
  }
  .footer_social_icons {
    text-align: left !important;
    margin-top: 20px !important;
  }
  .footer_social_icons li {
    margin-left: 0px !important;
    margin-right: 20px !important;
  }
  .account_banner_section h1 {
    font-size: 36px !important;
  }
  .form_all_area {
    display: block !important;
  }
  .form_container {
    width: 100% !important;
  }
  .form_all_area .divider {
    border: none !important;
  }
  .form_container h2 {
    margin-top: 50px !important;
  }
  .contact_form {
    display: block !important;
  }
  .form_item {
    margin-bottom: 20px;
  }
  .search-form {
    display: block !important;
  }
  .search-form .input-group {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .ab-site-logo {
    position: absolute !important;
  }
  #newslatter_section .video_area.bdFadeLeft {
    margin-top: 0 !important;
    padding-bottom: 80px;
  }
  .buttons_area {
    display: none !important;
  }
  .banner_title h2 {
    font-size: 32px !important;
  }
  #destination_section {
    padding-top: 0 !important;
  }
  .about_img {
    margin-bottom: 30px;
  }
  section#offer_section {
    padding-bottom: 0px !important;
  }
  .footer_social_icons {
    text-align: left !important;
    margin-top: 20px !important;
  }
  .footer_social_icons li {
    margin-left: 0px !important;
    margin-right: 20px !important;
  }
}
/* Start Header Area */
.buttons_area {
  display: flex;
  align-items: center;
  float: right;
  gap: 10px;
}

.ab-header-area {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.ab-top-header {
  position: relative;
  z-index: 1;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  background-color: var(--thm-black);
  overflow: hidden;
}

.ab-hamburger,
.ab-main-menu > nav > ul > li .sub-menu {
  background: #fff;
  visibility: hidden;
}

.ab-header-top-right {
  text-align: left;
}

.ab-header-top-social,
.ab-hero-content .title span {
  display: inline-block;
}

.ab-header-top-social ul li,
.ab-single-team .social li {
  display: inline-block;
  margin-right: 5px;
}

.ab-header-top-social ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

.ab-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call,
.ab-header-top-social a i:hover,
.ab-main-menu > nav > ul > li > a,
.ab-site-header.ab-style1.ab-sticky-active .ab-main-menu.landing-page > nav > ul > li > a,
.form-message {
  color: #333;
}

.ab-top-header .ab-header-top-social.style1 {
  justify-content: flex-start;
}

.ab-top-header .ab-top-header-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: 0.4s;
}

.ab-top-header .ab-header-top-social {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: 0.4s;
  color: var(--Gray-White);
  text-align: center;
}

.ab-header-top-social a i {
  margin-left: 15px;
  color: var(--thm-color);
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}

.ab-top-header-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.ab-top-header-list li {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.ab-top-header-list li:last-child {
  margin-right: 0;
}

.ab-top-header-list li i {
  margin-right: 10px;
}

.ab-site-header.ab-style1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.3s;
  background-color: transparent;
}

.header_bg {
  background: #fff;
  border-radius: 50px;
  padding: 10px 0px;
  margin-top: 20px;
}

.ab-site-header.ab-style1.ab-sticky-active .header_bg {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  margin-top: 0px;
}

.ab-site-header.ab-style1.ab-sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: 990;
  visibility: visible;
  color: var(--thm-black);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
  animation: 0.95s forwards stickyDown;
  padding: 10px 0;
  z-index: 9;
}

@keyframes stickyDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.ab-site-branding img {
  max-width: 150px;
  height: auto;
}

.ab-site-branding {
  font-size: 2rem;
}

.ab-main-menu nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-out;
}

.ab-main-menu > nav > ul > li > a {
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.ab-main-menu > nav > ul > li .sub-menu li > a::before {
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.ab-course-inner-title h4:hover,
.ab-hamburger-close-toggle:hover,
.ab-hamburger-menu ul li.active > a,
.ab-hamburger-menu ul li > a:hover,
.ab-main-menu > nav > ul > li > a:active,
.ab-main-menu > nav > ul > li > a:focus,
.ab-main-menu > nav > ul > li > a:hover {
  color: #4D40CA;
}

.ab-main-menu > nav > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.ab-main-menu > nav > ul > li:last-child {
  margin-right: 0 !important;
}

.ab-main-menu > nav > ul > li > a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  display: block;
  text-transform: capitalize;
  transition: 0.3s ease-out;
  text-transform: capitalize;
}

.ab-main-menu > nav > ul > li .sub-menu {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  min-width: 220px;
  transform: scaleY(0);
  transform-origin: top center;
  border-top: 4px solid #4D40CA;
  box-shadow: 0 10px 30px 0 rgba(25, 25, 26, 0.1);
  z-index: 6;
  transition: 0.3s ease-out;
}

.ab-main-menu > nav > ul > li:hover > .sub-menu {
  transform: scaleY(1);
  visibility: visible;
}

.ab-main-menu > nav > ul > li .sub-menu li {
  position: relative;
  display: block;
  padding: 6px 0;
  transition: all 0.4s;
}

.ab-main-menu > nav > ul > li .sub-menu li:hover {
  background: #4D40CA;
}

.ab-main-menu > nav > ul > li .sub-menu li > a {
  font-weight: 600;
  padding: 3px 20px;
  display: block;
  transition: 0.3s ease-out;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  color: #333;
  font-size: 15px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.ab-main-menu > nav > ul > li .sub-menu li:hover > a {
  color: #fff !important;
}

.ab-nav-list .menu-item-children {
  position: relative;
}

.ab-main-menu > nav > ul > li .arrow {
  border: 1px solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: 0.3s ease-out;
  margin: 0 0 1px 2px;
}

.ab-main-menu > nav > ul > li .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ab-main-menu > nav > ul > li:hover .arrow.down {
  transform: rotate(230deg);
  border: 1px solid #333;
  border-width: 0 2px 2px 0;
}

.ab-main-menu-bars button {
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #4D40CA;
  transition: 0.3s;
  border: none;
}

.header_social_buttons_area {
  text-align: right;
  display: inline-block;
}

.ab-hamburger,
.ab-menu-close {
  right: 0;
  transition: all 0.3s ease-out 0.3s;
}

.ab-hamburger {
  position: fixed;
  width: 500px;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.3s ease-out 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 1088;
}

@media only screen and (max-width: 574px) {
  .ab-hamburger {
    width: 100% !important;
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 400px) {
  .ab-hamburger {
    width: 100% !important;
    padding: 35px 30px;
  }
}
.ab-hamburger-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.ab-hamburger-close-toggle {
  font-size: 30px;
  color: #4D40CA;
  border-color: #4D40CA;
  box-shadow: none;
  outline: none;
  background: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .ab-hamburger-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #4D40CA;
    padding-bottom: 30px;
  }
}
.ab-hamburger-title {
  font-size: 35px;
}

.ab-hamburger-info span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #4D40CA;
}

.ab-hamburger-sm-title {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ab-hamburger-social a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: #000;
  border: 1px solid rgba(2, 11, 24, 0.1);
  margin-right: 5px;
  transition: 0.3s ease-out;
}

.ab-hamburger-social a:hover,
.blogpost-details-social a:hover {
  color: #F0F0F0;
  background: #4D40CA;
}

.ab-hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.ab-hamburger-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.ab-hamburger-menu ul,
.blogpost-comment ul li {
  list-style: none;
}

.ab-hamburger-menu ul li > a {
  padding: 8px 0;
  position: relative !important;
  display: block;
  font-size: 16px;
  color: var(--header);
  font-weight: 500;
  transition: 0.3s ease-out;
}

.ab-hamburger-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.ab-hamburger-menu ul li.active > .ab-menu-close {
  color: var(--thm-black);
  border-color: var(--thm-color);
}

.ab-hamburger-menu ul li.active > .ab-menu-close i {
  transform: rotate(90deg);
}

.ab-hamburger-menu ul li .sub-menu {
  display: none;
  padding-left: 10px;
}

.ab-hamburger-menu ul li .sub-menu.ab-mega-menu {
  padding-left: 0;
}

.ab-menu-close {
  position: absolute;
  top: 7.5px;
  border: 1px solid rgba(1, 15, 28, 0);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
  transition: 0.3s ease-out 0.3s;
}

.ab-menu-close:hover {
  border: 1px solid #FF7A1A;
  color: #4D40CA;
}

.ab-menu-close i {
  transition: 0.3s ease-out 0.3s;
}

.ab-searching-area {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0%;
  width: 100%;
  background-color: var(--Gray-White);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 1024;
}

.ab-searching-area.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.ab-searching-area .ab-searching-close-btn {
  position: absolute;
  top: 30px;
  right: 50px;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid var(--thm-color);
  background-color: var(--thm-color);
  color: var(--Gray-White);
  border-radius: 50%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.ab-footer-area,
.ab-searching-area .ab-searching-close-btn:hover,
.ab-searching-area .ab-searching-form button:hover {
  background-color: var(--thm-black);
}

.ab-searching-area .ab-searching-form {
  display: flex;
  width: 500px;
}

.header_social_icon_list li {
  display: inline-block;
  margin-left: 20px;
}
.header_social_icon_list a {
  display: inline-block;
  text-decoration: none;
  color: #111;
  transition: 0.4s;
}
.header_social_icon_list a:hover {
  color: #4D40CA;
}
.header_social_icon_list i {
  font-size: 18px;
}

#hero_section {
  background-image: url(../../img/bg/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  height: 760px;
  padding: 180px 0 100px;
}
#hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
#hero_section .banner_title {
  margin-bottom: 30px;
}
#hero_section .banner_title h2 {
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  line-height: normal;
}
#hero_section .banner_title h2 .highlight {
  color: #FF7A1A;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#hero_section .banner_title p {
  color: #fff;
  font-size: 18px;
  max-width: 80%;
  margin: 0 auto;
  font-weight: 400;
  margin-top: 20px;
}

.banner_author {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.banner_author p {
  color: #fff;
  font-size: 15px;
}

.banner_author img {
  width: 130px;
}

.search-tabs {
  background: #4d40ca;
  padding: 30px;
  margin-top: 80px;
  border-radius: 10px;
}
.search-tabs .tabs {
  display: flex;
  gap: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  list-style: none;
  justify-content: center;
}
.search-tabs .tabs .tab {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
}
.search-tabs .tabs .tab.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.search-tabs .tabs .tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-tabs #searchForm {
  margin-top: 30px;
  opacity: 1;
  animation: fadeInUp 0.35s ease;
}
.search-tabs .tabs_btn_area {
  width: 418px;
  height: 53px;
  border: 1px solid #DDD;
  background: #FFF;
  display: flex;
  align-items: center;
}
.search-tabs .tabs_btn_area .tabs_btn1 {
  width: 208px;
  height: 42px;
  line-height: 42px;
  background: #4D40CA;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 0;
  margin-left: 8px;
}
.search-tabs .tabs_btn_area .tabs_btn {
  color: #4D40CA;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 40px;
}
.search-tabs .search_container {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 1px 22px 1px rgba(69, 64, 219, 0.04);
}
.search-tabs .input-group .material-icons {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.search-tabs .input-group input {
  border: none;
  outline: none;
  font-size: 14px;
  color: #878787;
  background-color: transparent;
}
.search-tabs .search-button {
  color: white;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 5px;
  background: #4D40CA;
}
.search-tabs .search-button:hover {
  background-color: #4338ca;
}

#hero_section {
  position: relative;
}

#hero_section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/bg/1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.search-form {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  gap: 10px;
}
.search-form .input-group {
  display: flex;
  align-items: center;
  background-color: #f6fafd;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  flex-wrap: nowrap;
  height: 48px;
  line-height: 48px;
  gap: 2px;
}
.search-form .input-group .icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-form .input-group select {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  padding: 8px;
  outline: none;
}
.search-form .input-group .icon {
  color: #4D40CA;
  font-size: 18px;
  margin-right: 8px;
}
.search-form .input-group input,
.search-form .input-group select {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #555;
}
.search-form .input-group select {
  cursor: pointer;
}

.input-group .icon {
  margin-right: 10px;
  color: #555;
  font-size: 1.2rem;
}

/* Style for Nice Select */
.nice-select {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #333;
  padding-right: 24px;
  /* Space for the arrow */
  position: relative;
}

/* Custom angle icon on right side */
/* Hide default Nice Select arrow */
.nice-select:after {
  display: none !important;
}

/* Make the select box a flex container */
.nice-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
}

.nice-select .current {
  flex: 1;
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}

/* Align text inside the dropdown */
.nice-select .current {
  flex: 1;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  color: #777;
}

/* Custom down arrow */
.nice-select::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #777;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* When dropdown is open, rotate the arrow */
.nice-select.open::before {
  transform: translateY(-50%) rotate(180deg);
  color: var(--primary);
}

.search-container {
  display: flex;
  align-items: center;
  background: #fff6ee;
  border: 2px solid #ffa84c;
  border-radius: 999px;
  padding: 20px 30px;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.label-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.nice-select .list {
  margin-top: 0px;
  width: 100%;
  z-index: 1;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: transparent;
}

.nice-select .option:hover,
.nice-select .option.selected:hover {
  background-color: #4D40CA;
  color: #fff;
}

@media (max-width: 768px) {
  .search-container {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
  }
  .search-button {
    align-self: flex-end;
  }
}
/* End hero area */
/* Style for Nice Select */
.nice-select {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #333;
  padding-right: 24px;
  /* Space for the arrow */
  position: relative;
}

.date_icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-label-inline {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #767676;
}

.time-range-picker {
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #161920;
  outline: none;
  width: 140px;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.flatpickr-calendar.rangeMode.animate.arrowTop.arrowLeft.open {
  z-index: 1;
}

.about_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
}

.about_item h2 {
  font-size: 44px;
  color: #4D40CA;
  margin: 0;
  font-weight: 700;
}
.about_item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin-top: 5px;
}

#destination_section {
  position: relative;
  padding-top: 50px;
}
#destination_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 30%;
  background: radial-gradient(1119.22% 215.74% at 0% -42.44%, #9BFFA5 10.31%, #FF7A1A 50.97%);
  filter: blur(200px);
  z-index: -1;
}

.destination_card {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}
.destination_card .destination_image_area {
  position: relative;
  overflow: hidden;
}
.destination_card .destination_image_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.destination_card .destination_image_area:hover::before {
  opacity: 1;
}
.destination_card .destination_image_area img {
  width: 100%;
  display: block;
}
.destination_card .destination_image_area .price_tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #FF7A1A;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 500;
  z-index: 1;
}
.destination_card .destination_image_area .content {
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 20px 20px;
  color: white;
  transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
}
.destination_card .destination_image_area:hover .content {
  transform: translateY(-100px);
}
.destination_card .destination_image_area .content p,
.destination_card .destination_image_area .content a {
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.destination_card .destination_image_area:hover .content p, .destination_card .destination_image_area:hover .content a {
  opacity: 1;
  margin-bottom: 10px;
  transform: translateY(0);
}
.destination_card .destination_image_area .content h3 {
  margin: 0;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 30px;
  background: #4D40CA;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.destination_card .destination_image_area .content a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.4s ease;
}
.destination_card .destination_image_area .content a svg path {
  fill: #ffffff;
}
.destination_card .destination_image_area .content a:hover svg path {
  fill: #FF7A1A;
}
.destination_card .destination_image_area .content a:hover {
  color: #FF7A1A;
}

.reviews_title {
  width: 100%;
}
.reviews_title h2 {
  margin-bottom: 40px;
}

#testimonial_section {
  position: relative;
}
#testimonial_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 30%;
  background: radial-gradient(1119.22% 215.74% at 0% -42.44%, #9BFFA5 21.31%, #FF7A1A 63.97%);
  filter: blur(200px);
  z-index: -1;
}
#testimonial_section .owl-nav {
  position: absolute;
  top: -90px;
  right: 20px;
}
#testimonial_section .owl-dots {
  display: none;
}
#testimonial_section .owl-nav button i {
  width: 32px;
  display: block;
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
  background: transparent;
  border: 1px solid #777;
  color: #777;
  transition: all 0.4s ease-in-out;
}
#testimonial_section .owl-nav button i:hover {
  background: #4D40CA;
  color: #F0F0F0;
  border-color: #4D40CA;
}
#testimonial_section .owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.review_card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 28px 22px;
  background-color: #fff;
}
.review_card .rating_stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_card h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.review_card .reviewer {
  margin-top: 25px;
}
.review_card .reviewer span {
  font-weight: 700;
}
.review_card .stars_icon {
  color: orange;
  margin-top: 10px;
}
.review_card .stars_icon span {
  background: #4D40CA;
  padding: 3px 8px;
  color: #fff;
  margin-left: 10px;
  border-radius: 4px;
}

#newslatter_section {
  background-image: url("../../img/bg/2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  width: 100%;
  /* BIG expanding ring */
  /* Keep SVG above the pulse */
  /* Animation */
}
#newslatter_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 35, 35, 0.4);
  z-index: -1;
}
#newslatter_section .newslatter_all_area {
  padding: 80px 20px;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #newslatter_section .newslatter_all_area {
    padding: 50px 15px;
  }
}
@media (max-width: 480px) {
  #newslatter_section .newslatter_all_area {
    padding: 40px 10px;
  }
}
#newslatter_section .newslatter_all_area .newslatter_title h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 900;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  #newslatter_section .newslatter_all_area .newslatter_title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #newslatter_section .newslatter_all_area .newslatter_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#newslatter_section .newslatter_all_area .newslatter_title p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  #newslatter_section .newslatter_all_area .newslatter_title p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #newslatter_section .newslatter_all_area .newslatter_title p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#newslatter_section .cta_form form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  position: relative;
  margin: 0;
  gap: 6px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #newslatter_section .cta_form form {
    max-width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  #newslatter_section .cta_form form {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    justify-content: center;
  }
}
#newslatter_section .cta_form input {
  flex: 1;
  border: none;
  padding: 12px 15px;
  border-radius: 50px;
  outline: none;
  font-size: 16px;
  min-width: 200px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #newslatter_section .cta_form input {
    min-width: 150px;
  }
}
@media (max-width: 480px) {
  #newslatter_section .cta_form input {
    width: 100%;
    min-width: unset;
    padding: 12px 15px;
  }
}
#newslatter_section .cta_form button {
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  #newslatter_section .cta_form button {
    width: 100%;
  }
}
#newslatter_section .video_area.bdFadeLeft {
  margin: 0 auto;
  text-align: center;
  margin-top: 30%;
}
#newslatter_section .video_popup {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#newslatter_section .pulse-ring {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  animation: bigPulse 2.5s ease-out infinite;
  z-index: 0;
}
#newslatter_section .video_popup svg {
  position: relative;
  z-index: 1;
}
@keyframes bigPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    transform: scale(3.2); /* BIG expansion */
    opacity: 0;
  }
}

#footer_section {
  background: #111;
}

.footer_top_section {
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2e2e2e;
}

.footer_brand p {
  margin-top: 25px;
  color: #fff;
}

.list_item h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #fff;
}

.footer_ul_item li {
  line-height: 38px;
}
.footer_ul_item li i {
  margin-right: 8px;
}
.footer_ul_item a {
  color: #fff;
  font-size: 14px;
  color: #fff;
}

.footer_bottom {
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer_bottom p {
  color: #fff;
}
.footer_bottom .footer_social_icons li {
  display: inline-block;
  margin-left: 20px;
}
.footer_bottom .footer_social_icons li a {
  color: #fff;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.footer_bottom .footer_social_icons li a:hover {
  color: #FF7A1A;
}

.footer_nav_menu {
  float: right;
}
.footer_nav_menu li {
  display: inline;
  padding-left: 30px;
}
.footer_nav_menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.footer_nav_menu a:hover {
  color: #FF7A1A;
}

.footer_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.footer_gallery img {
  border-radius: 10px;
}

.footer_icon_list {
  margin-top: 25px;
}
.footer_icon_list li {
  display: inline-block;
  margin-right: 10px;
}
.footer_icon_list li a {
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.footer_icon_list li a:hover {
  background: #FF7A1A;
  border-color: #FF7A1A;
  color: #fff;
}

/* start breadcrumb section */
.contact_bg {
  background-image: url(../../img/bg/3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-top: 180px;
  padding-bottom: 100px;
}

.contact_bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.gift_top_section {
  text-align: center;
}

.gift_top_section h2 {
  color: #fff;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}

.gift_top_section .gift_top_nav {
  display: flex;
  justify-content: center;
}

.gift_top li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.gift_item.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #fff;
  content: "//";
}

.breadcrumb.gift_top {
  background: rgba(255, 255, 255, 0.18);
  padding: 8px 25px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* End breadcrumb section */
.blogpost_guide_video_section {
  position: relative;
  margin-bottom: 20px;
  z-index: 0; /* Base container */
}

.recipe_video_img {
  border-radius: 20px;
}

.blogpost_guide_video_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 35, 35, 0.4);
  border-radius: 20px;
  z-index: 1; /* Background overlay */
}

.blogpost_guide_video_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2; /* Above the overlay */
}

.blogpost_guide_video_svg::before,
.blogpost_guide_video_svg::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  animation: ripple 2s linear infinite;
  z-index: 1; /* Ripple effect, behind the SVG icon */
}

.blogpost_guide_video_svg::after {
  animation-delay: 1s;
}

.blogpost_guide_video_svg svg {
  position: relative;
  z-index: 2; /* SVG icon stays on top of everything */
}

/* Ripple animation */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.video_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.video_modal.active {
  display: flex;
}
.video_modal .video_modal_content_detail {
  position: relative;
  max-width: 90%;
  width: 800px;
}
.video_modal .video_modal_content_detail iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 10px;
}
.video_modal .video_modal_content_detail .close_modal {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.blog-meta {
  font-size: 14px;
  color: #4a4a4a;
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}

.blog-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.blog-summary {
  font-size: 16px;
  margin-bottom: 12px;
  color: #444;
}

.blog-description {
  font-size: 15px;
  color: #555;
}

.quote-card {
  margin-top: 30px;
}
.quote-card .quote-image img {
  border-radius: 10px;
}
.quote-card .quote-content {
  background-color: #f8f8f8;
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quote-card .quote-content p {
  margin: 0;
  font-size: 16px;
}
.quote-card .quote-content .quote-icon {
  font-size: 32px;
  color: #4D40CA;
}
.quote-card .quote-content .quote-author {
  color: #4D40CA;
  font-weight: 500;
}

.quote_des {
  margin-top: 30px;
}

.tag_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0 50px;
}

.tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tag-label {
  font-weight: bold;
  margin-right: 8px;
}

.tag {
  padding: 2px 12px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  transition: 0.4s;
}

.tag:hover {
  background-color: #4D40CA;
  color: #fff;
  border-color: #4D40CA;
}

.share {
  display: flex;
  align-items: center;
  gap: 14px;
}

.share-label {
  font-weight: bold;
  margin-right: 5px;
}

.share a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.4s;
}
.share a:hover {
  color: #4D40CA;
}

.comment-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.comment-box img {
  border-radius: 8px;
  width: 120px;
  height: 120px;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-meta .reply {
  color: #4D40CA;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.comment-meta .comment-date {
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
}

.comment-author {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

.comment-text {
  font-size: 14px;
  color: #333;
}

.reply_form {
  margin-top: 30px;
}
.reply_form h2 {
  font-size: 24px;
  font-weight: bold;
}
.reply_form p {
  font-size: 14px;
  margin-bottom: 20px;
}
.reply_form .form_group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.reply_form input,
.reply_form textarea,
.reply_form select {
  width: 100%;
  padding: 14px;
  font-size: 14px;
  border: none;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 6px;
  resize: none;
  outline: none;
}
.reply_form input:focus,
.reply_form textarea:focus,
.reply_form select:focus {
  border: 1px solid #4D40CA;
}
.reply_form textarea {
  height: 150px;
}

.single_search {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
}

.single_search h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.search-box {
  display: flex;
  align-items: center;
}

.search-box input {
  flex: 1;
  padding: 10px 12px;
  border: none;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  background-color: #ffffff;
  outline: none;
}

.single_search_btn {
  background-color: #4D40CA;
  border: none;
  padding: 10px 12px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.single_search_btn i {
  color: #fff;
}

.category-container {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  margin-top: 30px;
}
.category-container h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-list li {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: all 0.4s ease-in-out;
}
.category-list li:hover {
  background-color: #4D40CA;
  color: #ffffff;
}
.category-list li:hover .count {
  background-color: rgba(0, 0, 0, 0.1);
}
.category-list li .count {
  background-color: transparent;
  padding: 2px 8px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}

.recent-posts {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 16px;
  margin-top: 30px;
}
.recent-posts h2 {
  font-size: 18px;
  margin-bottom: 16px;
}
.recent-posts .post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
.recent-posts .post img {
  width: 100px;
  height: 80px;
  border-radius: 10px;
}
.recent-posts .post .post-info h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.recent-posts .post .date {
  font-size: 13px;
  color: #4D40CA;
}

.tags_card {
  padding: 20px;
  background: #f8f8f8;
  margin-top: 30px;
  border-radius: 16px;
}
.tags_card h2 {
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

.tag:hover {
  background-color: #4D40CA;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.social_card {
  padding: 20px;
  background: #f8f8f8;
  margin-top: 30px;
  border-radius: 16px;
}
.social_card h2 {
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
}

.social-container li {
  display: inline;
  margin-right: 8px;
}
.social-container li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  transition: all 0.4s ease;
}
.social-container li a i {
  color: #fff;
}
.social-container li a:hover {
  background-color: #4D40CA;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*start marquee section */
.marquee_section {
  background: #4D40CA;
  margin-top: 80px;
}

.marquee {
  margin: 0 auto;
  padding: 60px 0;
  border-left: none;
  border-right: none;
}

.marquee__single__wrapper li {
  float: left;
}

.marquee__single {
  padding: 0px 50px;
}
.marquee__single img {
  border-radius: 10px;
}

.marquee {
  overflow: hidden;
}

/*end marquee section */
.blog_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 5px rgba(77, 64, 202, 0.15);
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 20px;
  transition: transform 0.3s ease;
  /* Image */
  /* Card Hover */
  /* Date Badge */
  /* Content */
}
.blog_card .blog_img {
  overflow: hidden;
  border-radius: 8px;
}
.blog_card .blog_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog_card:hover .blog_img img {
  transform: scale(1.1);
}
.blog_card .date-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #4D40CA;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
}
.blog_card .card_content {
  padding: 20px;
}
.blog_card .card_content h3 {
  margin: 0 0 10px;
  font-size: 24px;
}
.blog_card .card_content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.blog_card .card_content a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.4s ease;
}
.blog_card .card_content a:hover {
  color: #4D40CA;
}
.blog_card .card_content a:hover svg {
  fill: #4D40CA;
}

.instagram_section {
  text-align: center;
  background: #fff;
}

.insta-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.insta-img img {
  border-radius: 12px;
  display: block;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}
.insta-img:hover img {
  transform: scale(1.05);
}
.insta-img .insta_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.insta-img .insta_overlay a {
  color: #fff;
  font-size: 28px;
  transition: all 0.4s ease-in-out;
}
.insta-img .insta_overlay a:hover {
  color: #4D40CA;
}
.insta-img:hover .insta_overlay {
  opacity: 1;
}

#categories_section .section_title {
  text-align: left;
  margin-bottom: 30px;
}

section#offer_section {
  padding-top: 150px;
}

.offer_card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.offer_card img {
  transition: all 0.3s;
}
.offer_card:hover img {
  transform: scale(1.2);
}
.offer_card .offer_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  max-width: 290px;
  z-index: 9;
}
.offer_card:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 22, 52, 0.6);
  z-index: 1;
}

.offer_card h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}

.offer_card button {
  padding: 10px 20px;
  border: none;
  background-color: white;
  color: #333;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.card button:hover {
  background-color: #f0f0f0;
}

#team {
  position: relative;
}
#team::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 30%;
  background: radial-gradient(1119.22% 215.74% at 0% -42.44%, #9BFFA5 10.31%, #FF7A1A 50.97%);
  filter: blur(200px);
  z-index: -1;
}

.team_section_top {
  text-align: center;
}

.team_card {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}
.team_card .team_image {
  width: 100%;
  border-radius: 10px;
}
.team_card .team_info {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 90%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-radius: 10px;
}

.team_details h3 {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.team_details p {
  color: #333;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.team_svg {
  position: relative;
  cursor: pointer;
}
.team_svg:hover path {
  stroke: #4D40CA;
}
.team_svg:hover .social_icon_list {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.team_svg path {
  transition: 0.4s ease-in-out;
}

.social_icon_list {
  position: absolute;
  bottom: 55px;
  right: 0px;
  transform: translateY(62%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.social_icon_list:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.social_icon_list li a {
  width: 40px;
  height: 40px;
  display: block;
  background: #4D40CA;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.social_icon_list li a:hover {
  background: #FFB347;
}

.social_icons {
  transform: translateX(-32px);
}

/* end team section */
.filter-box {
  background: #f8f8f8;
  padding: 20px 24px;
  border-radius: 12px;
}
.filter-box h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.category_tour_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category_tour_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
}
.category_tour_list label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  color: #444;
}

.count {
  font-size: 14px;
  font-weight: 500;
  color: #888;
}

/* Hide the native checkbox */
.custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #777;
  border-radius: 2px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}

/* Create a custom checkmark */
.custom-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

/* When checked, show white checkmark and fill box */
.custom-checkbox input[type=checkbox]:checked {
  background-color: #4D40CA;
  border-color: #4D40CA;
}

.custom-checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}

.progress_card {
  background: #f8f8f8;
  padding: 20px 24px;
  border-radius: 12px;
  margin: 30px auto;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.progress_card h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.slider-wrapper {
  position: relative;
  width: 100%;
}

.value-label {
  position: absolute;
  top: -30px;
  background: #4D40CA;
  color: #fff;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 4px;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #4D40CA 50%, #e5e5e5 50%);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: #4D40CA;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-top: -3px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  background: #4D40CA;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.tour_list_card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}
.tour_list_card .tour_list_content {
  padding: 20px;
  background: #f0f0f0;
}
.tour_list_card .tour_list_content h2 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #333;
}
.tour_list_card i {
  margin-right: 6px;
}
.tour_list_card .location,
.tour_list_card .duration {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.tour_list_img {
  position: relative;
}

.price_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.price_section .discount {
  background-color: #4D40CA;
  color: white;
  padding: 2px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.price_section .price {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.price_section .original-price {
  text-decoration: line-through;
  color: #d6d6d6;
  font-size: 14px;
  margin-left: 5px;
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.pagination .page {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background-color: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}

.pagination .page:hover {
  background-color: #4D40CA;
  color: #fff;
}

.pagination .page.active {
  background-color: #4D40CA;
  color: white;
  border: none;
}

.accordion_all_content {
  padding: 50px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 1px 8px 20px 5px rgba(0, 0, 0, 0.07);
}

.accordion_title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

/* Accordion styles */
.accordion-header {
  background: #FFF;
}

.accordion-body {
  background: #fafafa;
  color: var(--p);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 20px;
}

.accordion-item {
  border-radius: 12px;
  background: #fafafa;
  margin-bottom: 10px;
  border: none;
}

.accordion-button {
  font-weight: bold;
  color: var(--primary-t-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fafafa;
}

.accordion-button:focus {
  z-index: 3;
  outline: none;
  box-shadow: none;
  background: #fafafa;
}

.accordion-button::after {
  display: none !important;
}

.toggle-icon {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.2s ease-in-out;
}

.service_list {
  margin-left: 15px;
}

.service_list li {
  color: #94a3b8;
  margin-bottom: 10px;
  list-style: inherit;
}

.accordion-header span {
  color: #1D3055;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.accordion-body p {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 15px;
}

.accordion {
  border: none;
}

.faq_btn_area {
  text-align: center;
  margin-top: 50px;
}

.faq_btn_area {
  text-align: center;
  margin-top: 50px;
  height: 60px;
  line-height: 60px;
}

.btn_collapes:hover,
.btn_collapes:focus,
.accordion-button[aria-expanded=true] {
  background: #4D40CA !important;
  z-index: 1;
}

.accordion-header:hover span,
.accordion-header:focus span,
.accordion-button[aria-expanded=true] span {
  color: #fafafa !important;
  transition: color 0.2s ease-in-out;
}

.accordion-button:hover {
  background: #4D40CA !important;
  z-index: 1;
}

/* end faq section */
.detail_info-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.detail_info-box h3 {
  color: #4D40CA;
  font-size: 16px;
  margin-bottom: 12px;
}
.detail_info-box .info-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px dotted #ddd;
  color: #555;
}
.detail_info-box .info-row:last-child {
  border-bottom: none;
}

.map_area iframe {
  width: 100%;
  border-radius: 8px;
}

.gallery_img {
  width: 100%;
  height: 350px;
  border-radius: 15px;
}

.gallery_img_area {
  position: relative;
  border-radius: 12px;
  margin-bottom: 30px;
  margin-bottom: 20px;
  transition-duration: 350ms;
}
.gallery_img_area:hover {
  transform: translateY(-8px);
}

.gallery_img_area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.gallery_img_area:hover::after {
  opacity: 1;
}

.gallery_img_area_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 50px;
  transform: translate(-50%, -50%);
  margin: 0;
  transition: all 0.4s ease-in-out;
}

.gallery_img_area_overlay i {
  color: #fff;
  font-size: 50px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: scale(0);
  z-index: 1;
  background: #4D40CA;
  font-size: 25px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.gallery_img_area_overlay i:hover {
  background: #FF7A1A;
}

.gallery_img_area:hover .gallery_img_area_overlay i {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.lb-data .lb-close {
  background: url(../../img/close.png) top right no-repeat;
}

.form_all_area {
  display: flex;
  gap: 30px;
  padding: 30px;
  border-radius: 8px;
}

.form_container {
  width: 100%;
}

.form_container h2 {
  margin-bottom: 20px;
}

.wrap-input100 {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 50px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}

.wrap-input100.wrap_input_message {
  height: 150px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 2px solid #FF7A1A;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.form_container_item input[type=text],
.form_container_item input[type=email],
.form_container_item input[type=password] {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 0 10px;
}
.form_container_item label {
  margin: 0px 0 5px;
}

.wrap-input_area {
  margin-bottom: 20px;
}

.checkbox-container input {
  margin-right: 5px;
}

.account_btn {
  width: 180px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
}

.account_btn i {
  margin-left: 8px;
}

.login_forgot {
  margin-top: 10px;
  font-size: 0.9em;
}
.login_forgot a {
  color: #000;
}

.form_all_area .divider {
  border-left: 1px solid #aaa;
  height: auto;
}

#chef_interview_section {
  padding-bottom: 80px;
}

.chef_interview_all_content .interview_item {
  margin-bottom: 50px;
}
.chef_interview_all_content .interview_item h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.chef_interview_all_content .interview_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.chef_interview_all_content .interview_image_section {
  margin-bottom: 50px;
}
.chef_interview_all_content .interview_image_section h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.chef_interview_all_content .interview_image_section p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
}

.interview_item:last-child {
  margin-bottom: 0;
}

.quote_block {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  margin-bottom: 50px;
  font-style: italic;
  border-left: 5px solid #ccc;
}
.quote_block p {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 52px;
}

.chef_interview_social_icons h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.chef_interview_social_icons_list li {
  padding: 0 8px;
  display: inline;
}
.chef_interview_social_icons_list li a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  transition: 0.3s ease-out;
}
.chef_interview_social_icons_list li a:hover {
  background: #FF7A1A;
  color: #fff;
  border-color: #FF7A1A;
}

.blog_recipe_title h2 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}

.post_recipe_card {
  background: #fff;
  padding-bottom: 20px;
}

.blogpost_info_area {
  padding: 0 !important;
  margin-top: 20px;
}
.blogpost_info_area h5 a {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
}

.contract_card_content h4 {
  font-size: 18px;
}

.contract_card {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  width: 325px;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.contract_card:nth-child(3) {
  border-bottom: none;
  margin-bottom: 0;
}

.contract_card i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  background: #4D40CA;
  transition: 0.4s;
}

.contract_card:hover i {
  background: #FF7A1A;
  color: #fff;
}

.contract_card_content {
  display: grid;
}

.social_icons li {
  display: inline-block;
}

.contact_form_area h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}

.contact_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=password],
.contact_form textarea {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 0 10px;
  resize: none;
}
.contact_form label {
  display: block;
  margin: 0px 0 5px;
}

/* nice select */
.contact_form .custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
.contact_form .select-trigger {
  padding: 10px 15px;
  border: 2px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: 0.3s ease;
  border-radius: 5px;
}
.contact_form .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.contact_form .select-options {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
}
.contact_form .select-options li {
  padding: 10px;
  transition: 0.3s ease;
}
.contact_form .select-options li:hover {
  background: #FF7A1A;
  color: #fff;
}
.contact_form .custom-select.open .select-options {
  display: block;
}
.contact_form .custom-select.open .arrow {
  transform: rotate(-135deg);
}

/************************************************Start Gift Course ********************************************************/
.space_between {
  justify-content: space-between;
}

#all_section {
  padding: 80px 0;
}

/* start form section */
.form_section h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

.form_section h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}

.recipient_form .form-group {
  display: grid;
  gap: 6px;
}

.recipient_form .form-group label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.recipient_form .form-group .inside::-moz-placeholder {
  color: #8C94A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.recipient_form .form-group .inside::placeholder {
  color: #8C94A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.recipient_form .form-group .inside {
  border: 1px solid #E9EAF0;
  background: #FFFFFF;
  padding: 10px;
  resize: none;
}

.recipient_form .form-group .inside:focus {
  outline: none;
  color: #FF6636;
  border: 1px solid #FF6636;
}

/* end form section */
/* Start gift course section */
.card.gift_full_course {
  padding: 20px;
  border: none;
  border: 1px solid #E9EAF0;
}

.gift_full_course .course_head {
  color: #1D2026;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 14px;
}

.gift_course {
  display: inline-flex;
  gap: 10px;
}
.gift_course img {
  width: 120px;
  border-radius: 12px;
}

.gift_course .course_details h4 {
  color: #A1A5B3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.gift_course .course_details h4 span {
  color: #4E5566;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.gift_course .course_details .gift_description {
  color: #1D2026;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.gift_course .course_details .gift_price {
  color: #FF6636;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.gift_course_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9EAF0;
}

.gift_summary {
  padding: 20px 0;
}

.gift_summary h2 {
  color: #1D2026;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

.gift_price .subtotal {
  display: flex;
  justify-content: space-between;
}

.gift_price .subtotal span,
.gift_price .cupondiscount span {
  color: #6E7485;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.gift_price .cupondiscount {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #E9EAF0;
}

.gift_price p .usd {
  color: #1D2026;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.gift_summary .total {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.gift_summary .total span {
  color: #202029;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.gift_summary p .usdt {
  color: #202029;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

/* End gift course section */
/* Start payment method section */
.payment-method {
  margin-top: 50px;
}

.payment-method h3 {
  color: #1D2026;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  cursor: pointer;
}

.method svg {
  margin-right: 10px;
}

.method span {
  font-size: 14px;
  color: #4E5566;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.form_group_section {
  padding: 20px 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  margin-bottom: 5px;
  color: #1D2026;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #E9EAF0;
  outline: none;
  height: 48px;
}

.form-group input:focus {
  border-color: #FF6636;
  color: #FF6636;
}

.form-group-inline {
  display: flex;
  gap: 10px;
}

.form-group-inline .form-group {
  flex: 1;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.checkbox-group input {
  margin-right: 10px;
  display: flex;
  width: 22px;
  height: 22px;
  padding: 4px;
  justify-content: center;
  align-items: center;
}

.checkbox-group label {
  color: #4E5566;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* End payment method section */
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #4D40CA;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

#toTopBtn:hover {
  opacity: 0.9;
}

#toTopBtn svg {
  display: block;
}

.blogpost_guide_video_section {
  position: relative;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.blogpost_guide_video_section .blogpost_guide_video_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.blogpost_guide_video_section .blogpost_guide_video_svg:hover {
  animation: pulse 1s ease-in-out infinite;
}

#blogpost_guide_section .video_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
#blogpost_guide_section .video_modal.active {
  display: flex;
}
#blogpost_guide_section .video_modal .video_modal_content_detail {
  position: relative;
  max-width: 90%;
  width: 800px;
}
#blogpost_guide_section .video_modal .video_modal_content_detail iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 10px;
}
#blogpost_guide_section .video_modal .video_modal_content_detail .close_modal {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

@keyframes img-anim-left {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.img-custom-anim-left {
  opacity: 0;
  animation-name: img-anim-left;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}/*# sourceMappingURL=styles.css.map */