/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready

*/
:is(dir, menu, ol, ul) ul {
  list-style-type: disc;
}
/* Remove all focus outline & shadow */
*:focus,
*:active {
  outline: none !important;
  box-shadow: none !important;
}
* {
  -webkit-tap-highlight-color: transparent !important;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
body ul{
  padding: 0;
}
html,
body {
  overflow-x: hidden;
}
:root {
  --header-height: 80px;
}

body {
  padding-top: var(--header-height);
}
body .comments-area a,body .page-content a {
  text-decoration: none;
}
/* body .oseas-opacity{
  opacity: 0.6;
} */
.menu-ul ul{
  flex-wrap: wrap !important;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  flex-wrap: nowrap;
}
.hfe-site-logo-container {
  display: flex;
  align-items: center;
} 
.transparent-header,
.main-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform .45s cubic-bezier(.4, 0, .2, 1),opacity .35s ease;
  will-change: transform;
}
/* Transparent visible first */
.transparent-header {
  top: 0;
  transform: translateY(0);
}
/* Hide main header initially */
.main-header {
  top: 0;
  opacity: 0;
  transform: translateY(-120%);
}
/* ON SCROLL */
body.header-scrolled .transparent-header {
  opacity: 0;
  transform: translateY(-120%);
}

body.header-scrolled .main-header {
  opacity: 1;
  transform: translateY(0);
}

/* ========================= home page banner section search ========================= */
.glass-search {
  backdrop-filter: blur(10px);
  border-radius: 10px;
  background-color: #FFFFFF33;
}
.glass-search form {
  position: relative;
  margin: auto;
}
.glass-search input.search-field {
  width: 100%;
  height: 70px;
  padding: 0 170px 0 55px;
  border-radius: 14px;
  border: 1px solid #ffffff40;
  background: #ffffff2e;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
}
.glass-search form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.glass-search .hfe-search-submit:before {
  content: "Seach";
  position: absolute;
  left: 34%;
  top: 50%;
  transform: translateY(-50%);
  opacity: .8;
}
.glass-search .hfe-search-submit i {
  opacity: 0;
}
.glass-search button.search-submit {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  padding: 0 38px;
  border-radius: 10px;
  border: none;
  background: #5ec0ea;
  color: #fff;
  cursor: pointer;
  transition: .25s;
}
.glass-search button.search-submit:hover {
  background: #39a9d6;
}

/* ========================= OSEAS TOUR CATEGORY DESIGN ========================= */
.oseas-tour-grid,.oseas-tour-grid:not(.owl-carousel) ,.travel-products-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.oseas-tour-grid .oseas-tour-card{
  height:200px;
  border-radius:16px;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:20px;
}
.oseas-tour-title{
  color:#fff;
}

/* ========================= Container styling for the product card ========================= */
#month-products .loading-packages{
  text-align: center;
  padding: 20px 10px 0;
  color: #000;
}
.custom-tour-card {
    display: flex;
}
.tour-card-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.tour-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.tour-space {
    flex: 1;
}
body li.custom-tour-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
  margin: 0;
  list-style: none;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
.custom-tour-card:hover {
  transform: translateY(-6px);
}
body .woocommerces-pro ul.products{
    padding-left: 0;
}
.tour-image-wrapper img {
  width: 100% !important;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.tour-image-wrapper {
  height: 180px;
  width: 100%;
}
body .tour-duration ul {
  padding-left: 20px;
}
body .tour-title{
  margin: 9px 0px ;
  text-align: left;
}
body .tour-title a{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #0d1b3e;
}
.tour-content .tour-space{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tour-duration {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}
.tour-amenities {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: center;
}
.amenity {
  font-size: 11px;
  color: #666;
}
.amenity span {
  margin-top: 5px;
}
.tour-bullets ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
body .tour-bullets li {
  font-size: 16px;
  color: #979797;  
  list-style-type: disc;
}
.tour-footer {
  display: flex;
  flex-direction: column;
}
.price-box {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.price-html ,.travel-price {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.price-html del , .travel-price del{
  font-size: 14px;
  color: #999; 
  padding-right: 5px;
}
.price-html ins, .travel-price ins {
  font-size: 21px;
  text-decoration: none;
}
.per-person {
  font-size: 12px;
  color: #777;
  font-weight: 400;
}


/* ========================= State Wise tabbing ========================= */
.oseas-state-wise-wrapper { margin:20px 0; position: relative;}
.oseas-state-wise-wrapper .oseas-state-wise-tabs-nav{
  overflow-x:hidden;
  padding:0 50px;
}
.owl-controls-line{
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 98;
}
.oseas-state-wise-wrapper .owl-controls-line button{
  pointer-events:auto;
  width:45px;
  height:45px;
  border-radius:50%;
  border: none;
  display:flex;
  align-items:center;
  justify-content:center;
}
.oseas-state-wise-wrapper .owl-controls-line button:hover,.oseas-state-wise-wrapper .owl-controls-line button:focus{
  background: #10516c;
}
.oseas-state-wise-wrapper .owl-nav .disabled{
  opacity:0.4;
  pointer-events:none;
}
.oseas-state-wise-wrapper .owl-item{
  height: 50px;
  margin-right: 10px;
  align-items: center;
  display: flex;
}
.oseas-state-wise-tabs-nav { 
  display: flex; 
  justify-content: center;
  align-items: center ;
  gap: 12px; 
}
.oseas-state-wise-tab-item { 
  padding: 10px 22px; 
  background: #f1f5f9; 
  border: none; 
  border-radius: 50px; 
  cursor: pointer; 
  color: #475569; 
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.oseas-state-wise-tab-item.active { 
  background: #00A9E7; 
  color: #fff; 
  box-shadow: 0 4px 12px rgba(0,169,231,0.25); 
}
.oseas-state-wise-card { 
  border: 1px solid #e2e8f0; 
  border-radius: 18px; 
  overflow: hidden; 
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); 
  background: #fff;
  display: flex;
  flex-direction: column;
}
.explore-more-btn , .explore-more-btn:hover{
  color: #ffffff;
}
.oseas-state-wise-explore-btn { 
  display: block; 
  width: 100%; 
  padding: 12px; 
  background: #42C2FF; 
  color: #fff; 
  text-align: center; 
  text-decoration: none !important; 
  border-radius: 10px; 
  margin-top: 15px;
  font-weight: 600;
}

/* ========================= contact form 7 class ========================= */
.oseas-contact-form-container {
  margin: 0 auto;
}
.oseas-contact-form-row {
  display: flex;
  gap: 20px;
}
.oseas-contact-form-column, 
.oseas-contact-form-full {
  flex: 1;
}
.oseas-contact-form-container label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #344054;
}
.oseas-contact-form-container input[type="text"],
.oseas-contact-form-container input[type="email"],
.oseas-contact-form-container input[type="tel"],
.oseas-contact-form-container textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
}
.oseas-contact-form-container input:focus, 
.oseas-contact-form-container textarea:focus {
  border-color: #42C2FF;
  box-shadow: 0 0 0 4px rgba(66, 194, 255, 0.1);
}
.oseas-contact-form-checkbox {
  margin-bottom:32px;
  font-size: 16px;
  color: #667085;
}
.oseas-contact-form-container p{
  margin-bottom: 20px;
}
.oseas-contact-form-checkbox a {
  color: #667085;
  text-decoration: underline;
}
.oseas-contact-form-submit input[type="submit"] {
  width: 100%;
  transition: background 0.3s ease;
}
.oseas-contact-form-container .wpcf7-list-item{margin: 0;}

/* ========================= oseas steps how it works ========================= */
.oseas-step {
    z-index: 2;
    position: relative;
}
.oseas-step-active {
    z-index: 3; 
}
.oseas-step-active::before,
.oseas-step-active::after {
    content: "";
    position: absolute;
    top: 30%;
    width: 97%;
    height: 2px;
    border-top: 2px dashed #D5D7DD;
    z-index: -1;
}
.oseas-step-active::before {
    right: 50%;
}
.oseas-step-active::after {
    left: 50%;
}
/* ========================= counter sections borders ========================= */
.elementor-counter-number , .elementor-counter-number-suffix{
    -webkit-text-stroke: 1.5px #ffffff;
}

/* ========================= last sections 2k brand trust design ========================= */
.oseas-2k-brand-trust {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.oseas-2k-brand-trust::before,
.oseas-2k-brand-trust::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 400px;
    height: 1px;
    z-index: -1;
    transform: translateY(-50%);
}
.oseas-2k-brand-trust::before {
    right: 100%;
    background: linear-gradient(to left, #D5D7DD, rgba(213, 215, 221, 0));
}
.oseas-2k-brand-trust::after {
    left: 100%;
    background: linear-gradient(to right, #D5D7DD, rgba(213, 215, 221, 0));
}

/* ========================= CARD ========================= */
.travel-products-grid{
  margin-top:45px;
} 
.travel-card{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,0.06);
  transition:.35s ease;
}
.travel-card:hover{
  transform:translateY(-10px);
  box-shadow:0 18px 38px rgba(0,0,0,0.12);
}
.travel-image{
  position:relative;
  overflow:hidden;
  padding: 15px 15px 0;
}
.travel-image img{
  width:100%;
  object-fit:cover;
  transition:.6s;
  border-radius: 15px;
}
.travel-card:hover img{
  transform:scale(1.08);
}
.wishlist-icon{
  position:absolute;
  top:14px;
  right:14px;
  z-index:9;
}
.travel-content{
  padding: 0 18px 10px;
}
.travel-title{
  font-size:18px;
  font-weight:600;
  color:#222;
  margin-bottom:8px;
  line-height:1.4;
}
.month-filter-title{
  display: flex;
  justify-content: end;
}
#month-filter{
  border-radius: 12px;
  border: 1px solid #ddd;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  width: 20%;
}
#month-filter:hover{
  border-color:#999;
}

/*========================= blog page design css ========================= */
.latest-blog-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;
}
.blogs-cat-page{
  padding:20px 0 40px;
}
.blog-content-wrapper{
  padding: 40px 0;
}
.blog-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0px 3.73px 14.92px 0px #9E9E9E40;
  transition:.3s;
  padding: 10px;
}
.blog-card:hover{
  transform:translateY(-6px);
}
.blog-image{
  height: 230px;
}
.blog-image img{
  width:100%;
  object-fit:cover;
  height: 100%;
  border-radius: 15px;
}
.blog-content{
  padding-bottom: 10px;
}
.blog-content h3{
  color: #000;
  margin-bottom:10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.blog-content p{
  color:#666;
  margin: 0;
}

/* oseas-package-details */
html body .e-con-inner .oseas-package-details{
  backdrop-filter: blur(20.922039031982422px);
  background: rgba(255, 255, 255, 0.18);
}
body .oseas-details-page-nav nav ul{
  flex-wrap: wrap !important;
  gap: 20px;
}
body .oseas-details-page-nav nav ul::before, body .oseas-details-page-nav nav ul::after{
  display: none !important;
}
body .oseas-details-page-nav nav ul li a{
  border: 1px solid #ddd;
  padding: 12px 30px !important;
  border-radius: 50px;
  transition: all 0.3s ease;
}
body .oseas-details-page-nav nav ul li a:active, body .oseas-details-page-nav nav ul li a:hover{
  box-shadow: 0px 10px 30px 0px #66C7EA66;
}
.membership-plan-frequently-asked-questions-main-accodions summary.e-n-accordion-item-title[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.membership-plan-frequently-asked-questions-main-accodions .e-n-accordion-item-title {
  transition: border-radius 0s ease-in-out;
}
.e-n-accordion .e-n-accordion-item .membership-plan-frequently-asked-questions-main-accodions .e-n-accordion-item-title[aria-expanded="false"] {
  transition-delay: 0.5s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.membership-plan-frequently-asked-questions-main-accodions .e-n-accordion-item-title-text {
  word-break: break-all;
}
.membership-plan-frequently-asked-questions-main-accodions ol {
  padding-left: 20px !important;
}
.e-n-accordion .e-n-accordion-item .membership-plan-frequently-asked-questions-accodions {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* owl crousel slider class */
.cat-bg , .cat-bg2{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height:450px;
  display:flex ;
  justify-content: center;
  align-items: center;
  padding:130px 10px 50px;
}
.cat-banner-title{
  color:#fff;
  text-shadow:0 4px 15px rgba(0,0,0,0.3);
  text-align: center;
}
.oseas-archive-wrapper{
  padding: 50px 0;
}
.category-title{
  border-left: 4px solid #42C2FF;
  padding-left: 15px;
  color: #0A2540;
  background: linear-gradient(90deg, #EDF9FF 0%, #FFFFFF00 10%);
}
.oseas-archive-all{
  padding: 0 10px;
}
.month-filter-wrapper  div.month-products {
  margin-top: 30px;
  text-align: center;
}
/* search page */
.search-page{
  padding:40px 10px 0px;
}
 /* 404 page design */
.cat404-overlay{
  padding: 20px 40px;
  border-radius: 20px;
  border:1px solid #ddd;
}
.error-content {
  text-align: center;
}
.error-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
    color: #ffffff;
}
.error-content p {
  margin-bottom: 25px;
  color: #ffffff;
}
body .cat-bg2{
  height:750px;
}
.breadcrumb-wrapper a,.breadcrumb-wrapper .custom-breadcrumb{
  color: #ffffff;
  text-decoration: none;
}
.oseas-tour-grid.owl-carousel:not(.owl-loaded) {
    display: grid !important;
}
.oseas-tour-grid.owl-carousel.owl-loaded {
    display: block !important;
}

/* Make owl items stretch equal */
.oseas-dynamic-slider-tabbing .owl-stage {
    display: flex;
}
.oseas-dynamic-slider-tabbing .owl-item {
    display: flex;
    height: auto !important;
}
.oseas-dynamic-slider-tabbing .custom-tour-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.oseas-dynamic-slider-tabbing .custom-tour-card .explore-more-btn,.oseas-dynamic-slider-tabbing .custom-tour-card a.button {
    margin-top: auto;
}
.oseas-dynamic-slider-tabbing  .owl-stage-outer .owl-item{
  padding-right:20px;
}
.oseas-dynamic-slider-tabbing  .owl-stage-outer {
  padding:10px 0 10px 15px;
  overflow-y: visible !important;
}
.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    margin-left: 10px;
}
.owl-dots{
    margin: 0 5px;
    text-align: center !important;
}
.owl-dot.active span {
    background: #00a0d2;
}
body .owl-carousel .owl-item img{
  width: auto;
}

/* mailchimp */
.mailchimp-box {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border-radius: 20px;
  height: 50px;
}
.mailchimp-box input ,input:-internal-autofill-selected{
  flex: 1;
  border: none;
  outline: none;
  background: transparent !important;
  font-size: 18px;
  padding: 0 20px;
  color: #444;
}
.mailchimp-box input::placeholder {
  color: #9e9e9e;
  font-weight: 500;
}
.mailchimp-box button {
  width: 70px;
  height: 100%;
  border: none;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.mailchimp-box button span {
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

@media(max-width:1024px){
  .oseas-tour-grid,.travel-products-grid,.oseas-tour-grid:not(.owl-carousel){
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:991px){
  .oseas-step-active::before,
  .oseas-step-active::after {
    top: 25%;
  }
}
@media(max-width:767px){
  #month-filter{
    width: 100%;
  }
  .e-con.e-flex{
    --flex-wrap: nowrap;
  }
  .oseas-tour-grid:not(.owl-carousel) ,.latest-blog-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:480px){
  .oseas-tour-grid,.travel-products-grid{
    grid-template-columns:1fr;
  }
  .glass-search form:before {
    left: -7%;
  }
  .oseas-contact-form-row {
    flex-direction: column;
    gap: 0;
  }
  .glass-search .hfe-search-submit:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .glass-search .hfe-search-submit {
    width: 60px !important;
  }
  body li.custom-tour-card, .blog-card{
    box-shadow: 0 4px 15px rgb(0 0 0 / 40%);
  }
}