/*--blog-section-css--*/
.travel-blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.travel-blog-card:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.travel-img {
  position: relative;
  overflow: hidden;
}

.travel-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.travel-img img:hover {
	transform: scale(1.1);
}

.badge-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--theme-second-color);
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
}

.badge-tag.green {
  background: #22c55e;
}

.travel-content {
  padding: 18px;
}

.travel-content .date {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.travel-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 6px !important;
}
.travel-content h3 a {
	color: #000;
	text-decoration: none;
}
.travel-content h3 a:hover {
	color: var(--theme-second-color);
}

.travel-content p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 6px !important;
}

.camp-content .read-more {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 6px;
}

.camp-content .read-more:hover {
  color: var(--theme-second-color);
  border-bottom: 2px solid var(--theme-second-color);
}

/* Responsive */

@media (max-width: 768px) {
  .travel-img img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .travel-content h3 {
    font-size: 18px;
  }
}




.blog-details-left .main-img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:10px;
}

.blog-details-left .meta span{
  font-size:13px;
  color:#777;
  margin-right:15px;
}

.blog-details-left h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 40px !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--theme-second-color);
}
.blog-details-left h2:first-child {
    margin-top: 20px !important;
}
.blog-details-left h3 {
	font-size: 20px;
	font-weight:600;
	color: #000;
}
.blog-details-left p {
    font-size: 15px;
    color: #000;
    text-align: justify;
}
.blog-details-left p strong {
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.blog-details-left ul li {
	font-size: 15px;
	color: #000;
	padding-bottom: 8px;
}
.blog-details-left ol li {
	font-size: 15px;
	color: #000;
	padding-bottom: 8px;
}
.blog-details-left .subtitle{color:#6c757d;}

.blog-details-left .quote-box {
    background: var(--theme-btn-color);
    padding: 20px;
    border-left: 4px solid var(--theme-second-color);
    border-radius: 8px;
    margin: 20px 0;
    font-style: italic;
}

.tips-box{
  background:#f8f9fa;
  padding:15px;
  border-radius:8px;
}

.tags a{
  background:#eef2ff;
  padding:5px 10px;
  border-radius:4px;
  margin-left:5px;
  text-decoration:none;
  font-size:12px;
}

.share i{
  margin-left:10px;
  cursor:pointer;
}

.author-box{
  background:#f8f9fa;
  padding:15px;
  border-radius:10px;
  gap:15px;
}

.author-box img{
  width:70px;
  height:70px;
  border-radius:50%;
}

/* Sidebar */

.side-card {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 0 4px #a1a0a0;
    margin-bottom: 20px;
}
.sidebar .side-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.sidebar .side-card input {
    box-shadow: 0 0 2px #f0f0f0;
    height: 46px;
    outline: none;
}
.sidebar .side-card input:focus {
    box-shadow: 0 0 2px #d2d2d2;
	border-color: var(--theme-second-color);
    height: 46px;
    outline: none;
}
.category-list{
  list-style:none;
  padding:0;
}

.category-list li {
  display:flex;
  justify-content:space-between;
  padding:6px 0;
  border-bottom:1px solid #eee;
  transition: all .3s ease-in-out;
}
.category-list li:hover {
	color: var(--theme-second-color);
}

.recent-post img{
  width:60px;
  height:60px;
  object-fit:cover;
  border-radius:6px;
  margin-right:10px;
}

.promo{
  background:linear-gradient(180deg,#fff3cd,#ffe69c);
}

.tag-list a {
    display: inline-block;
    background: #fff;
    box-shadow: 1px 0px 9px 2px #e7e7e7;
    padding: 6px 10px;
    margin: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--theme-second-color);
    transition: all .3s ease-in-out;
}
.tag-list a:hover {
    background: var(--theme-second-color);
    color: #fff;
    transition: all .3s ease-in-out;
}

.blog-sidebar .blog-sidebar-item {
    gap: 11px;
    padding-bottom: 18px;
}
.blog-sidebar .blog-sidebar-item-img {
    height: 68px;
    max-width: 74px;
    min-width: 74px;
    border-radius: 5px;
}
.blog-sidebar .blog-sidebar-item-title {
    font-size: 13px;
    color: #000;
    transition: all 0.3s ease-in-out;
    line-height: 20.5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-sidebar .blog-sidebar-item-title a {
    color: #000;
	transition: all .3s ease-in-out;
}
.blog-sidebar .blog-sidebar-item-title a:hover {
    color: var(--theme-second-color);
}
.blog-sidebar .blog-sidebar-item-details {
    gap: 15px;
    margin-top: 6px;
}
.blog-sidebar .blog-sidebar-item-detail {
    font-size: 11px;
    color: #666;
}
.blog-sidebar .blog-sidebar-item-detail i {
    margin-right: 3px;
    color: var(--theme-second-color);
    font-size: 11px;
}

.toc_box_main.sticky-top {
    top: 120px;
    z-index: 9;
}
.toc-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px #a1a0a0;
    margin: 25px 0;
    overflow: hidden;
}

.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 1px solid #d2d2d2;
}
.toc-header h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    color: var(--theme-second-color);
}
.toc-header i{
  color: var(--theme-second-color);
  transition:0.3s;
}

.toc-header.active i{
  transform:rotate(180deg);
}

.toc-body{
  display:none;
  padding:15px 20px;
}
#tocBody {
    display: block; /* default open */
}
.toc-body ul {
    list-style: none;
    padding-left: 18px;
}

.toc-body ul li {
    padding: 5px 0;
    list-style: disc;
    margin-bottom: 0px;
    margin-left: 4px;
    font-size: 22px;
}

.toc-body ul li a {
    font-size: 15px;
	font-weight: 600;
    text-decoration: none;
    color: #333;
    vertical-align: middle;
}

.toc-body ul li a:hover{
  color:var(--theme-second-color);
}
.toc-body ul li a.active{
  color:var(--theme-second-color);
}
.blog_latest_news {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

/* Responsive */

@media(max-width:991px){
  .blog-left .main-img{height:300px;}
}

/*--blog-section-css-end--*/

/*--by-seasons-css-start--*/

.seasons_page_top_banner {
    position: relative;
    width: 100%;
    height: 512px;
    border-radius: 0;
    overflow: hidden;
}
.seasons_page_top_banner img {
	width: 100%;
	height: 100%
}
.seasons_page_top_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}

.seasons_page_top_banner .hero-content {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 4;
    margin: 0 auto;
    text-align: center;
}

.seasons-section {
  padding: 50px 0;
}

.season-title {
  font-size: 32px;
  font-weight: 600;
}

.season-subtitle {
  color: #777;
  font-size: 15px;
}

.season-card {
  text-align: center;
  transition: 0.4s ease;
}

.season-card img {
  width: 100%;
  border-radius: 20px;
  height: 464px;
  object-fit: cover;
}

.season-card h5 .season_text {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out;
}
.season-card h5 .season_text:hover {
	color: var(--theme-second-color);
	border-bottom: 2px solid var(--theme-second-color);
}
.season-card h5 {
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
.season-card:hover h5 .season_text {
	color: var(--theme-second-color);
	border-bottom: 2px solid var(--theme-second-color);
}
.season-card:hover {
  transform: translateY(-8px);
}

/* Responsive */
@media (max-width: 991px) {
  .season-card img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .season-card img {
    height: 200px;
  }
}


.months-section {
    padding: 50px 0px;
    /* background: #fff; */
}

.month-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.month-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.5s ease;
  display: block;
}

.month-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Playfair Display';
    text-align: center;
    z-index: 2;
	border-bottom: 2px solid transparent;
}

.month-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

.month-card:hover img {
  transform: scale(1.08);
}

.month-card:hover .month-name {border-bottom: 2px solid #fff;}
/* Responsive */
@media (max-width: 991px) {
  .month-card img {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .month-card img {
    height: 220px;
  }
}


.season-content-section {
  padding: 60px 0;
  background: #fff;
}

.season-content {
  text-align: center;
}

.season-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 0px;
}

/* Responsive */
@media (max-width: 768px) {
  .season-content-section {
    padding: 50px 20px;
  }

  .season-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}



.by_season_month {
  background: #fff;
  padding: 60px 0px;
}

.by_season_month_row {
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px #adadad;
}
.by_season_month_img {
    width: 100%;
    height: 310px;
}
.by_season_month_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.by_season_month_content {
    padding: 36px 28px;
}

.by_season_month_content h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.by_season_month_content h3 a {
  color: #000;
  text-decoration: none;
}
.by_season_month_content h3 a:hover {
	color: var(--theme-second-color);
}

.by_season_month_content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}

.by_season_month_content .by_click_text {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #fff;
  padding-bottom: 1px;
  transition: all .3s ease-in-out;
}
.by_season_month_content .by_click_text:hover {
	color: var(--theme-second-color);
	border-bottom: 2px solid var(--theme-second-color);
}


/* Responsive */
@media (max-width: 991px) {

  .by_season_month_content {
    padding: 40px 25px;
    text-align: center;
  }

  .by_season_month_row {
    margin-bottom: 50px;
  }

}

.month-sticky-nav {
    position: relative;
    background: var(--theme-bgs-color);
    transition: all 0.3s ease;
	border-bottom: 1px solid #d3d3d3;
}
.month-sticky-nav.sticky-active {
	background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    animation: slideDown 0.3s ease;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.month-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    overflow-x: auto;
}

.month-nav li {
    flex: 0 0 auto;
    margin-right: 8px;
}
.month-nav .nav-item .nav-link {
    color: #000;
    background-color: transparent;
}
.month-nav li a {
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
}

/* Underline effect */
.month-nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--theme-second-color);
    transition: 0.3s;
}

.month-nav li a.active::after {
    width: 100%;
}

.month-nav li a.active {
    color: var(--theme-second-color);
}

/* Scroll bar hide */
.month-nav::-webkit-scrollbar {
    display: none;
}

/* Responsive */
@media(max-width: 992px){
    .month-nav {
        justify-content: flex-start;
        gap: 20px;
    }
}


.camp-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.camp-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.5s ease;
}

.camp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 26%), rgb(0 0 0 / 6%));
    display: flex;
    align-items: flex-end;
    padding: 25px;
    transition: 0.4s ease;
}

.camp-content {
    color: #fff;
    transform: translateY(30px);
    transition: 0.4s ease;
}

.camp-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.camp-content p {
    font-size: 14px;
    opacity: 0.9;
}

.travel-content .read-more {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    /* opacity: 0; */
    /* transform: translateY(20px); */
    transition: 0.4s ease;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
}
.travel-content .read-more:hover {
	background: var(--theme-second-color);
    color: #fff;
    border: 2px solid var(--theme-second-color);
}

/* Hover Effects */
.camp-card:hover img {
    transform: scale(1.08);
}

.camp-card:hover .camp-content {
    transform: translateY(0);
}

.camp-card:hover .read-more {
    opacity: 1;
    transform: translateY(0);
}
.camp-card:hover .camp-overlay{
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}
.camp-content .read-more:hover {
    color: var(--theme-second-color);
    border: 2px solid var(--theme-btn-color);
    background: var(--theme-btn-color);
}

/*--by-seasons-css-end--*/

/*--human-touch-section-start--*/

.human-touch-section{
background:#fff;
}

.human-touch-img-box{
overflow:hidden;
border-radius:10px;
}

.human-touch-img-box img{
width:100%;
height:auto;
object-fit:cover;
display:block;
}

.content-box {
    padding: 0px 0px;
}

.content-box h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}

.content-box p {
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}
.content-box p strong {
    font-weight: 700;
}
@media(max-width:991px){

.img-box img{
height:300px;
}

.content-box{
padding:25px 10px;
text-align:center;
}

.content-box h3:after{
margin-left:auto;
margin-right:auto;
}

}

/*--human-touch-section-end--*/

.trip-banner {
    background: #eaeaea;
    padding: 90px 20px;
    position: relative;
    overflow: hidden;
}

/* pattern effect */
.trip-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.sunrise-divers.com/wp-content/uploads/2017/04/similan-islands-thailand.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.12;
}

.trip-banner .container{
	position:relative;
	z-index:2;
}

.trip-title {
    color: var(--theme-second-color);
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 42px;
    position: relative;
}
.trip-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 83%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    height: 1px;
    background: linear-gradient(90deg, #d2d2d2, #aa5432, #d2d2d2);
}
.trip-text {
    color: #000;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.trip-text li {
    display: inline-block;
    padding: 0px 10px;
}
.trip_banner_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.our_blog_btn {
	width: 200px;
    display: inline-block;
    background: #fff;
    color: var(--theme-second-color);
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.our_blog_btn:hover{
	background: var(--theme-second-color);
    color: #fff;
}

.trip-btn {
	width: 200px;
    display: inline-block;
    background: var(--theme-second-color);
    color: #fff;
    padding: 14px 40px;
    font-size: 16px;
	font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.trip-btn:hover{
	background: #fff;
	color: var(--theme-second-color);
}

/* responsive */
@media(max-width:768px){

.trip-title{
	font-size:30px;
}

.trip-text{
	font-size:16px;
}

.trip-banner{
	padding:70px 15px;
}

}

/*--trip-banner-section-end--*/

/*--faqs-page-section-start--*/

.faqs-page-section{
	background:#fff;
}

.faq-title{
	font-size:36px;
	margin-bottom:10px;
}

.faq-text {
    color: #333;
}

.faqs-page-section .accordion-item {
    border: none;
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
    border-top: 1px solid #444;
    border-radius: 0px;
    padding: 14px 0px;
}

.faqs-page-section .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat';
    background: #fff;
    color: #000;
    box-shadow: none;
    padding: 0px 0px;
    padding-bottom: 0px;
}

.faqs-page-section .accordion-button::after{
	display:none;
}
.faqs-page-section .accordion-item:last-child{
	border-bottom:1px solid #444;
}
.faqs-page-section .icon{
	margin-left:auto;
}

.faqs-page-section .accordion-button:not(.collapsed) .fa-plus{
	transform:rotate(45deg);
}
.faqs-page-section .accordion-button:not(.collapsed) {color: var(--theme-second-color);}
.faqs-page-section .accordion-body {
    padding: 10px 0px;
}
.faqs-page-section .accordion-body p {
    background: #fff;
    color: #000;
    line-height: 1.7;
    padding: 8px 0px;
	padding-bottom: 0px
}

/*--faqs-page-section-end--*/

/*--blog-details-page-section-start--*/

.blog-hero-wrap {
    padding: 60px 0;
    background: #e4d9c042;
}

/* Breadcrumb */
.blog-breadcrumb {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

/* Title */
.blog-hero-content .blog-title {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat' !important;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #222;
}

/* Meta */
.blog-hero-content .blog-meta {
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
}
.blog-hero-content .text-color {
    color: var(--theme-second-color);
}

/* Share */
.blog-hero-content .blog-share p {
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.blog-hero-content .social-icons {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
}

.blog-hero-content .icon-box {
    width: 42px;
    height: 42px;
    background: var(--theme-second-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    margin: 0;
}
.blog-hero-content .icon-box:hover {
    background: #000;
}

/* Image */
.blog-hero-image {
    width: 100%;
    height: 420px;
    box-shadow: 0 0 2px #d2d2d2;
    border-radius: 13px;
    overflow: hidden;
}
.blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*--blog-details-page-section-end--*/