/* Author Hero Section */
.h1-wrapper {
display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.author-hero-sec {
	padding: 16px 0 0;
	background: #ffffff;
}

.author-hero-sec .container {
	max-width: 1080px;
	padding: 0;
	border-bottom: 1px solid #eeeeee;
}

/* Breadcrumb */
.author-breadcrumb {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 26px;
	font-size: 12px;
	line-height: 1.4;
	color: #9a9a9a;
}

.author-breadcrumb a {
	color: #1A1A1A;
	font-weight: 500;
	text-decoration: none;
}

.author-breadcrumb span {
	color: #828282;
}

/* Main Hero Layout */
.author-hero-wrap {
	display: flex;
	align-items: center;
	gap: 40px;
	padding-bottom: 23px;
}

.author-profile-img {
	width: 181px;
	height: 181px;
	flex: 0 0 181px;
	border-radius: 50%;
	overflow: hidden;
}

.author-profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-hero-content {
	flex: 1;
	padding-top: 2px;
}

.author-hero-content h1 {
	font-size: 34px;
	line-height: 120%;
	font-weight: 800;
	color: #000000;
}

.author-designation {
	max-width: 820px;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 400;
	color: #3C3C3C;
}

.author-location {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 25px;
}

.author-location img {
	width: 18px;
	height: 24px;
	flex: 0 0 18px;
	margin-top: 1px;
}

.author-location span {
	font-size: 14px;
	line-height: 1.45;
	font-weight: 400;
	color: #3C3C3C;
}

.author-social {
	display: flex;
	align-items: center;
	gap: 16px;
}

.connect-text {
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
	color: #828282;
}

.arrow-icon {
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	color: #33b6bb;
	margin: -2px 1px 0 0;
}

.author-social a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 400;
	color: #0B57D0;
	text-decoration: none;
}

.author-social a img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.social-divider {
	width: 1px;
	height: 20px;
	background: #d7d7d7;
}

/* Author About + Role + Skills Section */

.author-about-sec {
	padding: 0 0 46px;
	background: #ffffff;
}

.author-about-sec .container {
	max-width: 1082px;
	padding: 0;
}

.author-about-content {
	padding-top: 0;
	margin-top: 22px;
}

.author-about-content h2,
.author-role-box h2,
.author-skills-box h2 {
	margin-bottom: 13px;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #0F6464;
}

.author-about-text p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 170%;
	font-weight: 400;
	color: #3C3C3C;
}

.author-about-text p:last-child {
	margin-bottom: 0;
}

.author-read-more {
	display: none;
	margin-top: 14px;
	background: transparent;
	color: #086b6d;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	cursor: pointer;
}

/* Bottom Info Grid */
.author-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	margin-top: 60px;
}

.author-role-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 46px;
}

.author-role-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.author-role-list li img {
	flex: 0 0 14px;
	object-fit: contain;
}

.author-role-list li span {
	font-size: 14px;
	line-height: 120%;
	font-weight: 400;
	color: #1A1A1A;
}

.author-skills-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: 490px;
}

.author-skills-list li {
	min-height: 24px;
	padding: 10px 15px;
	border: 1px solid #27BDBE;
	border-radius: 26px;
	font-size: 12px;
	line-height: 120%;
	font-weight: 400;
	color: #0F6464;
	background: #E9F6F6;
}

/* Author Articles Section */

.author-articles-sec {
	padding: 24px 0 58px;
	background: #ffffff;
}

.author-articles-sec .container {
	max-width: 1082px;
	padding: 0;
}

.author-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 31px;
}

.author-section-head h2 {
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #0F6464;
}

.author-see-all {
	min-width: 74px;
	padding: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	border-radius: 36px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 400;
	color: #0F6464;
	text-decoration: none;
}

.author-articles-scroll {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.author-articles-scroll.top-aligned .author-article-img img {
	object-position: top;
}

.author-article-card {
	min-width: 0;
}

.author-article-img {
	display: block;
	width: 100%;
	height: 323px;
	border-radius: 5px;
	overflow: hidden;
	background: #f4f4f4;
}

.author-article-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.author-article-body {
	padding-top: 13px;
}

.article-date {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 120%;
	font-weight: 400;
	color: #828282;
}

.author-article-body h3 {
	min-height: 45px;
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #0F6464;
}

.author-article-body h3 a {
	color: #0F6464;
	text-decoration: none;
}

.article-meta {
	display: flex;
	align-items: center;
	gap: 14px;
}

.article-tag {
	min-height: 28px;
	padding: 7px 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f6f6f6;
	border-radius: 50px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: #8a8a8a;
	white-space: nowrap;
}

.article-read-time {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	color: #11b8bf;
	white-space: nowrap;
}

.article-read-time svg {
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
}

/* Author Destinations Section */

.author-destinations-sec {
	padding: 58px 0 59px;
	background: #ffffff;
}

.author-destinations-sec .container {
	max-width: 1082px;
	padding: 0;
}

.author-destination-card {
	min-height: 451px;
	padding: 55px 80px 55px 90px;
	display: grid;
	grid-template-columns: 360px 1fr;
	align-items: center;
	gap: 42px;
	background: #eeeeee;
	border-radius: 15px;
	overflow: visible;
}

.destination-content h2 {
	margin-bottom: 11px;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	color: #0F6464;
}

.destination-content p {
	max-width: 335px;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 170%;
	font-weight: 400;
	color: #3C3C3C;
}

.destination-title {
	margin-bottom: 10px;
	font-size: 92px;
	line-height: 120%;
	font-weight: 700;
	color: #0F6464;
	transition: opacity .35s ease, transform .35s ease;
}

.destination-title.small {
	font-size: 46px;
}

.destination-title.medium {
	font-size: 60px;
}

.destination-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 365px;
}

.destination-count {
	display: flex;
	align-items: baseline;
	color: #086b6d;
}

.destination-count strong {
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;
}

.destination-count span {
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	color: #3C3C3C;
}

.destination-arrows {
	display: flex;
	align-items: center;
	gap: 12px;
}

.destination-arrow {
	width: 33px;
	height: 33px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.destination-arrow img {
	width: 33px;
	height: 33px;
	object-fit: contain;
}

.destination-prev:not(.is-disabled) img {
	transform: rotate(180deg);
}

.destination-prev.is-disabled img {
	transform: rotate(0deg);
}

.destination-next:not(.is-disabled) img {
	transform: rotate(0deg);
}

.destination-next.is-disabled img {
	transform: rotate(180deg);
}

.destination-arrow.is-disabled {
	cursor: not-allowed;
}

.destination-arrow:disabled {
	pointer-events: none;
}

.destination-arrow:hover {
	background: transparent;
}

/* Destination Image Stack */
.destination-gallery {
	position: relative;
	width: 535px;
	height: 340px;
	overflow: visible;
}

.destination-img {
	position: absolute;
	top: 50%;
	overflow: hidden;
	border-radius: 13px;
	background: #dcdcdc;
	transform: translateY(-50%);
	transition:
		width .55s ease,
		height .55s ease,
		left .55s ease,
		opacity .45s ease,
		visibility .45s ease,
		transform .55s ease;
}

.destination-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/* Only the first 6 image slots are visible. JS updates these 6 slots dynamically from the 17 destinations. */
.destination-gallery .destination-img:nth-child(n+7) {
	display: none;
}

.destination-img-1 {
	width: 457px;
	height: 340px;
	left: 0;
	z-index: 6;
}

.destination-img-2 {
	width: 413px;
	height: 308px;
	left: 60px;
	z-index: 5;
}

.destination-img-3 {
	width: 365px;
	height: 272px;
	left: 122px;
	z-index: 4;
}

.destination-img-4 {
	width: 330px;
	height: 246px;
	left: 145px;
	z-index: 3;
}

.destination-img-5 {
	width: 300px;
	height: 224px;
	left: 166px;
	z-index: 2;
}

.destination-img-6 {
	width: 270px;
	height: 202px;
	left: 185px;
	z-index: 1;
}

/* Animation */
.author-destination-card.is-changing .destination-title {
	opacity: 0;
	transform: translateY(12px);
}

.author-destination-card.is-changing .destination-img-1 {
	opacity: 0;
	transform: translateY(-50%) scale(.96);
}

.author-destination-card.is-changing .destination-img-2,
.author-destination-card.is-changing .destination-img-3,
.author-destination-card.is-changing .destination-img-4,
.author-destination-card.is-changing .destination-img-5,
.author-destination-card.is-changing .destination-img-6 {
	transform: translateY(-50%) translateX(20px);
}

/* Author Events Section */

.author-events-sec {
	padding: 36px 0 78px;
	background: #ffffff;
}

.author-events-sec .container {
	max-width: 1082px;
	padding: 0;
}

.author-events-heading {
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #0F6464;
}

.author-events-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 15px;
}

.author-event-card {
	display: grid;
	grid-template-columns: 260px 1fr;
	min-height: 302px;
	background: #f4f4f4;
	border-radius: 5px;
	overflow: hidden;
}

.author-event-img {
	width: 100%;
	height: 100%;
	min-height: 302px;
	overflow: hidden;
}

.author-event-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-event-content {
	padding: 36px 15px 22px;
	background: #f4f4f4;
}

.event-round-icon {
	width: 47px;
	height: 47px;
	margin-bottom: 18px;
}

.author-event-content h3 {
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	color: #3C3C3C;
}

.event-location {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 11px;
}

.event-location img {
	width: 12px;
	height: 15px;
	flex: 0 0 12px;
	margin-top: 1px;
}

.event-location span {
	font-size: 12px;
	line-height: 120%;
	font-weight: 400;
	color: #3C3C3C;
}

.author-event-content p {
	max-width: 225px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 400;
	color: #1A1A1A;
}

.author-event-card:nth-child(3) {
	grid-column: 1 / 2;
}

/* Author Reviews Section */

.author-reviews-sec {
	padding: 52px 0 64px;
	background: #ffffff;
}

.author-reviews-sec .container {
	max-width: 1082px;
	padding: 0;
}

.author-reviews-head {
	display: grid;
	grid-template-columns: 1fr 534px;
	gap: 16px;
	align-items: start;
	margin-bottom: 21px;
}

.author-reviews-head h2 {
	max-width: 470px;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #0F6464;
}

.author-reviews-head p {
	max-width: 534px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 400;
	color: #1A1A1A;
}

.author-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.author-reviews-grid.two-col-grid {
	grid-template-columns: repeat(2, 1fr);
}

.two-col-grid .author-review-card {
	min-height: auto;
}

.two-col-grid .author-review-card .review-text {
	min-height: auto;
	margin-bottom: 1rem;
}

.author-review-card {
	min-height: 310px;
	padding: 24px 19px 23px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
}

.review-dots {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 13px;
}

.author-review-card h3 {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	color: #000000;
}

.author-review-card .review-text {
	min-height: 116px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
	color: #1A1A1A;
}

.author-visa-guides-sec .author-articles-scroll {
	grid-template-columns: repeat(3, 1fr);
}

.review-text-inner {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.author-review-card.is-expanded .review-text-inner {
	display: block;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.review-read-more {
	display: none;
	width: fit-content;
	margin: 0 0 17px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0F6464;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
	cursor: pointer;
	text-align: left;
}

.review-read-more.is-visible {
	display: inline-block;
}

.review-bottom {
	margin-top: auto;
	padding-top: 19px;
	border-top: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.review-author strong {
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	color: #000000;
}

.review-author span {
	display: block;
	font-size: 12px;
	line-height: 120%;
	font-weight: 400;
	color: #3C3C3C;
}

.verified-badge {
	width: 113px;
	height: 44px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 0;
	flex: 0 0 113px;
}

.verified-badge img {
	width: 113px;
	height: 44px;
	object-fit: contain;
}

.reviews-btn-wrap {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.reviews-tripadvisor-btn {
	min-height: 40px;
	padding: 9px 15px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #D7CE34;
	border-radius: 5px;
	background: #ffffff;
	font-size: 14px;
	line-height: 120%;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

.review-dots img {
	width: 78px;
}

.tripadvisor-btn-logo {
	width: 92px;
	height: auto;
	object-fit: contain;
}

.tripadvisor-btn-logo.google {
	width: 56px;
}

.tripadvisor-btn-arrow {
	width: 18px;
	height: 18px;
	margin-left: 8px;
	object-fit: contain;
}

.author-featured-sec {
	padding: 40px 0;
}

.author-featured-sec .container {
	max-width: 1082px;
	padding: 0;
}

.author-featured-sec .author-section-head {
	margin-bottom: 18px;
}

.author-featured-sec .author-section-head h2 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 700;
	color: #53646e;
}

.author-featured-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.author-featured-card {
	background: #fffdf8;
	border: 1px solid #e5d8bf;
	border-radius: 12px;
	padding: 16px 14px;
}

.author-featured-card h3 {
	position: relative;
	margin: 0 0 10px;
	padding-left: 15px;
	font-size: 17px;
	line-height: 1.3;
	color: #0d1d27;
	font-weight: 700;
}

.author-featured-card h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	background: #d1aa62;
	transform: rotate(45deg);
}

.author-featured-card p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #344852;
}

.featured-meta {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: #6d7a80;
}

.featured-meta a {
	color: #00706f;
	font-weight: 700;
	text-decoration: none;
}

.featured-meta a:hover {
	text-decoration: underline;
}

.author-featured-intro {
	margin-bottom: 22px;
}

.author-featured-intro h2 {
	max-width: 470px;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #0F6464;
}

.author-featured-intro p {
	margin: 0 0 1rem;
	font-size: 16px;
	line-height: 1.4;
	color: #00706f;
	font-weight: 700;
}

@media (max-width: 1100px) {

	.author-hero-sec .container,
	.author-about-sec .container,
	.author-articles-sec .container,
	.author-destinations-sec .container,
	.author-featured-sec .container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.author-destination-card {
		padding: 45px 36px;
		grid-template-columns: 300px 1fr;
		gap: 28px;
	}

	.destination-gallery {
		width: 460px;
		height: 313px;
	}

	.destination-img-1 {
		width: 420px;
		height: 313px;
		left: 0;
	}

	.destination-img-2 {
		width: 380px;
		height: 283px;
		left: 68px;
	}

	.destination-img-3 {
		width: 335px;
		height: 250px;
		left: 86px;
	}

	.destination-img-4 {
		width: 305px;
		height: 227px;
		left: 100px;
	}

	.destination-img-5 {
		width: 275px;
		height: 205px;
		left: 114px;
	}

	.destination-img-6 {
		width: 248px;
		height: 185px;
		left: 127px;
	}

	.destination-title {
		font-size: 82px;
	}
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.author-hero-sec {
		padding: 12px 0 0;
	}

	.author-hero-sec .container {
		max-width: 100%;
		padding: 0 28px;
	}

	.author-breadcrumb {
		margin-bottom: 31px;
		font-size: 18px;
		gap: 5px;
		white-space: nowrap;
	}

	.author-breadcrumb a {
		text-decoration: underline;
	}

	.author-hero-wrap {
		display: block;
		text-align: center;
		padding-bottom: 28px;
	}

	.author-profile-img {
		width: 263px;
		height: 263px;
		margin: 0 auto 44px;
		flex: unset;
	}

	.author-hero-content {
		padding-top: 0;
	}

	.author-hero-content h1 {
		margin-bottom: 20px;
		font-size: 49px;
		line-height: 1.05;
		letter-spacing: -1.7px;
	}

	.author-designation {
		max-width: 545px;
		margin: 0 auto 11px;
		font-size: 20px;
		line-height: 1.32;
		color: #404040;
	}

	.author-location {
		justify-content: center;
		align-items: flex-start;
		gap: 3px;
		max-width: 385px;
		margin: 0 auto 28px;
		text-align: left;
	}

	.author-location img {
		width: 15px;
		height: 20px;
		flex: 0 0 25px;
		margin-top: 0;
	}

	.author-location span {
		font-size: 21px;
		line-height: 1.25;
		color: #3f3f3f;
	}

	.author-social {
		justify-content: center;
		gap: 22px;
	}

	.author-visa-guides-sec .author-articles-scroll {
		display: flex;
	}

	.connect-text {
		font-size: 21px;
		font-weight: 700;
		color: #8a8a8a;
	}

	.arrow-icon {
		font-size: 35px;
		margin-top: -3px;
	}

	.author-social a {
		gap: 0;
		text-decoration: none;
	}

	.author-social a span {
		display: none;
	}

	.author-social a img {
		width: 18px;
		height: 18px;
	}

	.social-divider {
		height: 31px;
		background: #d7d7d7;
		margin: 0 2px;
	}

	.author-about-sec {
		padding: 0 0 34px;
	}

	.author-about-sec .container {
		max-width: 100%;
		padding: 0 24px;
	}

	.author-about-content h2,
	.author-role-box h2,
	.author-skills-box h2 {
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 1.25;
		color: #086b6d;
	}

	.author-about-text {
		max-height: 266px;
		overflow: hidden;
		position: relative;
	}

	.author-about-text p {
		margin-bottom: 0;
		font-size: 17px;
		line-height: 1.62;
		color: #404040;
	}

	.author-about-text p:not(:first-child) {
		display: none;
	}

	.author-about-text p:first-child {
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.author-read-more {
		display: inline-block;
		margin-top: 14px;
		font-size: 14px;
	}

	.author-info-grid {
		display: block;
		margin-top: 58px;
	}

	.author-role-box {
		margin-bottom: 49px;
	}

	.author-role-list {
		display: flex;
		flex-direction: column;
		gap: 21px;
	}

	.author-role-list li {
		gap: 14px;
	}

	.author-role-list li img {
		width: 18px;
		height: 18px;
		flex: 0 0 18px;
	}

	.author-role-list li span {
		font-size: 17px;
		line-height: 1.4;
		color: #262626;
	}

	.author-skills-list {
		max-width: 100%;
		gap: 8px 7px;
	}

	.author-skills-list li {
		min-height: 31px;
		padding: 6px 17px;
		font-size: 13px;
		line-height: 1.35;
		color: #086b6d;
	}

	.author-about-text.active {
		max-height: none;
	}

	.author-about-text.active p {
		display: block;
	}

	.author-about-text.active p:first-child {
		display: block;
		-webkit-line-clamp: unset;
		overflow: visible;
	}

	.author-articles-sec {
		padding: 34px 0 48px;
		overflow: hidden;
	}

	.author-articles-sec .container {
		max-width: 100%;
		padding: 0 0 0 28px;
	}

	.author-section-head {
		padding-right: 28px;
		margin-bottom: 18px;
	}

	.author-section-head h2 {
		font-size: 20px;
		line-height: 1.25;
	}

	.author-see-all {
		min-width: 96px;
		padding: 14px 24px;
		font-size: 18px;
	}

	.author-articles-scroll {
		display: flex;
		gap: 19px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-right: 28px;
		scrollbar-width: none;
	}

	.author-articles-scroll::-webkit-scrollbar {
		display: none;
	}

	.author-article-card {
		width: 337px;
		min-width: 337px;
		scroll-snap-align: start;
	}

	.author-article-img {
		height: 424px;
		border-radius: 7px;
	}

	.author-article-body {
		padding-top: 17px;
	}

	.article-date {
		margin-bottom: 9px;
		font-size: 12px;
	}

	.author-article-body h3 {
		min-height: 54px;
		margin-bottom: 0;
		font-size: 21px;
		line-height: 1.16;
	}

	.article-meta {
		gap: 17px;
	}

	.article-tag {
		min-height: 36px;
		padding: 9px 16px;
		font-size: 12px;
	}

	.article-read-time {
		gap: 4px;
		font-size: 12px;
	}

	.article-read-time svg {
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
	}

	.author-destinations-sec {
		padding: 36px 0 44px;
	}

	.author-destinations-sec .container {
		max-width: 100%;
		padding: 0 15px;
	}

	.author-destination-card {
		min-height: auto;
		padding: 21px 18px 27px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 28px;
		border-radius: 9px;
		overflow: hidden;
	}

	.destination-content {
		display: flex;
		flex-direction: column;
	}

	.destination-content h2 {
		max-width: 210px;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 120%;
	}

	.destination-content p {
		max-width: 100%;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 170%;
	}

	.destination-gallery {
		order: 2;
		width: 100%;
		height: 225px;
		margin-top: 0;
		overflow: visible;
	}

	.destination-img {
		border-radius: 7px;
	}

	.destination-img-1 {
		width: calc(100% - 40px);
		height: 225px;
		left: 0;
		z-index: 6;
	}

	.destination-img-2 {
		width: calc(100% - 58px);
		height: 200px;
		left: 30px;
		z-index: 5;
	}

	.destination-img-3 {
		width: calc(100% - 74px);
		height: 132px;
		left: 55px;
		z-index: 4;
	}

	.destination-img-4 {
		width: calc(100% - 90px);
		height: 120px;
		left: 67px;
		z-index: 3;
	}

	.destination-img-5 {
		width: calc(100% - 104px);
		height: 108px;
		left: 78px;
		z-index: 2;
	}

	.destination-img-6 {
		width: calc(100% - 118px);
		height: 96px;
		left: 88px;
		z-index: 1;
	}

	.destination-title {
		order: 3;
		margin: 10px 0 11px;
		font-size: 78px;
		line-height: .9;
		letter-spacing: -3.5px;
	}

	.destination-bottom {
		order: 4;
		max-width: 100%;
	}

	.destination-count strong {
		font-size: 20px;
	}

	.destination-count span {
		font-size: 14px;
	}

	.destination-arrow,
	.destination-arrow img {
		width: 29px;
		height: 29px;
	}

	.destination-arrows {
		gap: 9px;
	}

	.author-events-sec {
		padding: 34px 0 54px;
	}

	.author-events-sec .container {
		max-width: 100%;
		padding: 0 16px;
	}

	.author-events-heading {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 120%;
	}

	.author-events-grid {
		display: flex;
		flex-direction: column;
		row-gap: 30px;
	}

	.author-event-card {
		min-height: 237px;
		border-radius: 3px;
		display: flex;
		flex-direction: column;
	}

	.author-event-img {
		min-height: 237px;
		max-height: 400px;
		border-radius: 6px 6px 0 0;
	}

	.author-event-img img {
		max-height: 400px;
	}

	.author-event-content {
		padding: 25px 10px 13px;
	}

	.event-round-icon {
		width: 35px;
		height: 35px;
		margin-bottom: 15px;
	}

	.author-event-content h3 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 120%;
	}

	.event-location {
		gap: 4px;
		margin-bottom: 9px;
	}

	.event-location img {
		width: 9px;
		height: 12px;
		flex: 0 0 9px;
		margin-top: 1px;
	}

	.event-location span {
		font-size: 14px;
		line-height: 120%;
	}

	.author-event-content p {
		max-width: 100%;
		font-size: 16px;
		line-height: 120%;
		color: #1A1A1A;
	}

	.author-reviews-sec {
		padding: 34px 0 40px;
	}

	.author-reviews-sec .container {
		max-width: 100%;
		padding: 0 20px;
	}

	.author-reviews-head {
		display: block;
		margin-bottom: 17px;
	}

	.author-reviews-head h2 {
		max-width: 345px;
		margin-bottom: 16px;
		font-size: 22px;
		line-height: 120%;
	}

	.author-reviews-head p {
		max-width: 100%;
		font-size: 14px;
		line-height: 140%;
	}

	.author-reviews-grid {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.author-review-card {
		min-height: auto;
		padding: 24px 18px 29px;
		border-radius: 5px;
	}

	.review-dots {
		margin-bottom: 14px;
	}

	.author-review-card h3 {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 120%;
	}

	.author-review-card .review-text {
		min-height: auto;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 150%;
	}

	.review-text-inner {
		-webkit-line-clamp: 5;
	}

	.review-read-more {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.review-bottom {
		padding-top: 20px;
	}

	.review-author strong {
		font-size: 16px;
	}

	.review-author span {
		font-size: 12px;
	}

	.verified-badge {
		width: 110px;
		height: 44px;
		flex: 0 0 110px;
	}

	.verified-badge img {
		width: 110px;
		height: 44px;
	}

	.reviews-btn-wrap {
		margin-top: 14px;
	}

	.reviews-tripadvisor-btn {
		min-height: 35px;
		padding: 8px 13px;
		font-size: 12px;
	}

	.tripadvisor-btn-logo {
		width: 84px;
	}

	.tripadvisor-btn-arrow {
		width: 16px;
		height: 16px;
		margin-left: 6px;
	}

	.author-featured-grid {
		grid-template-columns: 1fr;
	}

	.author-featured-sec {
		padding: 30px 0;
	}
}

/* Small mobile adjustment */
@media (max-width: 480px) {
	.author-hero-sec .container {
		padding: 0 22px;
	}

	.author-breadcrumb {
		font-size: 16px;
	}

	.author-profile-img {
		width: 230px;
		height: 230px;
		margin-bottom: 38px;
	}

	.author-hero-content h1 {
		font-size: 34px;
	}

	.author-designation {
		font-size: 14px;
	}

	.author-location span,
	.connect-text {
		font-size: 14px;
	}

	.author-about-sec .container {
		padding: 0 24px;
	}

	.author-about-content h2,
	.author-role-box h2,
	.author-skills-box h2 {
		font-size: 20px;
	}

	.author-about-text p {
		font-size: 14px;
	}

	.author-role-list li span {
		font-size: 16px;
	}

	.author-skills-list li {
		font-size: 13px;
		padding: 6px 16px;
	}

	.author-articles-sec .container {
		padding-left: 24px;
	}

	.author-section-head {
		padding-right: 24px;
	}

	.author-section-head h2 {
		font-size: 20px;
	}

	.author-see-all {
		min-width: 92px;
		font-size: 14px;
		padding: 15px;
	}

	.author-articles-scroll {
		gap: 18px;
		padding-right: 24px;
	}

	.author-article-card {
		width: 337px;
		min-width: 337px;
	}

	.author-article-img {
		height: 424px;
	}

	.author-article-body h3 {
		font-size: 16px;
	}
}

/* Small Mobile */
@media (max-width: 390px) {
	.destination-title {
		font-size: 72px;
	}

	.destination-gallery {
		height: 159px;
	}

	.destination-img-1 {
		height: 159px;
	}

	.destination-img-2 {
		height: 145px;
	}

	.destination-img-3 {
		height: 132px;
	}

	.destination-img-4 {
		height: 120px;
	}

	.destination-img-5 {
		height: 108px;
	}

	.destination-img-6 {
		height: 96px;
	}

	.author-event-card {
		grid-template-columns: 145px 1fr;
	}

	.author-event-content {
		padding: 25px 9px 12px;
	}

	.author-event-content p {
		font-size: 10px;
	}

	.author-reviews-sec .container {
		padding: 0 13px;
	}

	.author-reviews-head h2 {
		font-size: 21px;
	}

	.author-review-card {
		padding: 24px 17px 29px;
	}

	.verified-badge {
		min-width: 109px;
	}
}