.cruise_fromsection {
	padding: 100px 0px 60px;
	background: url(../image/banner/web_banner_cruise.webp);
	background-size: cover;
	background-position: center;
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.cruise_fromsection .form_box {
	padding: 20px 20px;
	background-color: #ffffff;
	border: 0px;
}
.cruise_fromsection .form_box .form-control {
	padding: 6px 10px;
	height: 38px;
	border-radius: 6px !important;
	font-size: 12px;
	border: 1px solid #a4a4a4;
	margin: 0;
	color: #000 !important;
}
.cruise_fromsection .form_box .form-control::placeholder {
	color: #000;
}

section.luxury_cruises_section .text_box {
	text-align: left !important;
}

.icon_elementbox ul li {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 10px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: start;
}
.cruise_details_section .icon_elementbox ul {
	gap: 10px;
	margin-bottom: 0;
}
.cruise_details_section .flex_box .icon_box img {
	width: 35px;
	height: 35px;
}
.cruise_details_section .flex_box .subtext_box h4 {
	color: var(--main-color);
	font-size: 20px;
	font-weight: 500;
}

.who-we-section {
	padding: 60px 0px;
	background-color: #fff;
}
.years-off {
	margin-bottom: 24px;
	text-align: center;
}
.years-off h4 {
	background: #06aed4;
	padding: 52px 40px;
	border-radius: 100px 0 0 0;
	color: #e4ebf1 !important;
	font-size: 24px;
	font-weight: 600;
}
.discover-set-img-left img {
	border-radius: 0 0 0 100px;
}
.discover-set-img-right img {
	border-radius: 0 100px 100px 0;
	height: 100%;
}
.who-we-right {
	flex: 1;
	/* min-width: 300px; */
}

.who-we-right h2 {
	font-size: 32px;
	font-weight: bold;
	color: #1a1a1a;
}

.who-we-right h2 span {
	color: #e63946;
}

.who-we-right p {
	font-size: 16px;
	color: #444;
	line-height: 1.6;
	margin-top: 10px;
}

.who-we-features {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.who-we-feature-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	flex: 1;
	min-width: 220px;
}

.who-we-feature-card i {
	font-size: 26px;
	margin-bottom: 10px;
	display: inline-block;
}

.who-we-feature-card h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 5px;
}

.who-we-feature-card p {
	font-size: 14px;
	color: #555;
	line-height: 1.4;
}

.who-we-button {
	margin-top: 30px;
}

.who-we-button a {
	background-color: #e63946;
	color: white;
	padding: 12px 24px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.who-we-button a:hover {
	background-color: #c02736;
}

/* Responsive */
@media (max-width: 900px) {
	.who-we-section {
		flex-direction: column;
		padding: 40px 20px;
	}

	.who-we-left {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		width: 100%;
	}
}

.cruise_details_section {
	background: #d7effa;
	height: 190px;
}
.cruise_details_section::before {
	display: none;
}
.luxury_cruises_section .main_box .text_box p {
	font-weight: 400;
	font-size: 12px;
}
.callBtn {
	background-color: #ff9309;
	border-radius: 4px !important;
}
.luxury_cruises_section .main_box .postion_logobox {
	position: absolute;
	top: 22px;
	right: 24px;
	background: #ffffff29;
	padding: 10px;
	border-radius: 10px;
	backdrop-filter: blur(5px);
}
.postion_logobox h5 {
	color: var(--second-color) !important;
}
.section-header {
	margin-bottom: 10px;
	margin-top: 20px;
}
.luxury_cruises_section .main_box {
	margin-top: 0;
	height: 100%;
}
.update-section {
	padding-bottom: 60px;
	width: 100%;
}
.luxury_cruises_section .main_box .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 36px;
}
.luxury_cruises_section .main_box {
	border-radius: 40px;
}
.callBtn {
	background-color: #ff9309;
	border-radius: 4px !important;
	font-size: 12px;
	width: max-content;
	margin: 0 auto;
	margin-top: 16px;
}
.luxury_cruises_section .main_box .text_box h3 {
	font-family: "IBM Plex Sans", sans-serif !important;
	font-weight: 700;
	font-size: 17px;
	color: var(--black-color);
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}
.section-header h2 {
	margin-bottom: 20px !important;
}

@media (max-width: 1024px) {
	.section-header h2 {
		margin-bottom: 18px !important;
	}

	.who-we-right h2 {
		font-size: 25px;
	}
	.who-we-right p {
		font-size: 14px;
	}
	.who-we-feature-card h4 {
		font-size: 13px;
	}
	.who-we-feature-card {
		min-width: auto;
	}
	.cruise-cards-wrap .item {
		width: 100%;
		margin-bottom: 24px;
	}
}

@media (max-width: 991px) {
	.discover-set-img-left img {
		display: none;
	}
	.cruise_fromsection .form_box .form-control {
		margin-bottom: 10px;
	}
	.cruise_fromsection .form_box {
		margin-top: 19px;
	}
	.years-off h4 {
		padding: 30px 20px;
		border-radius: 100px 100px 0 0;
		font-size: 23px;
		font-weight: 600;
	}
	.discover-set-img-right img {
		border-radius: 0 0px 100px 100px;
		height: 257px;
		width: 100%;
		object-fit: cover;
	}
	.icon_elementbox ul li {
		padding: 0px;
		border: 0px solid #000;
	}
	.cruise_details_section .flex_box {
		border: 1px solid #21212145;
		padding: 0px 10px;
		margin: 0px 0px 0px 0px;
		border-radius: 4px;
	}
	.cruise_details_section .icon_elementbox ul {
		display: flex;
	}
	.subtext_box h6 {
		font-size: 13px;
	}
	.cruise_details_section .flex_box {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.cruise_details_section .flex_box .icon_box img {
		width: 30px;
		height: 30px;
		object-fit: contain;
	}
	.cruise_details_section {
		height: auto !important;
		padding: 30px 0px;
	}
	.luxury_cruises_section {
		padding: 30px 0px;
	}
}

@media (max-width: 580px) {
	.who-we-right h2 {
		font-size: 18px;
	}
	.years-off h4 {
		border-radius: 50px 50px 0 0;
		font-size: 20px;
		font-weight: 600;
	}
	.years-off {
		margin-bottom: 0;
	}
	.discover-set-img-right img {
		border-radius: 0 0px 50px 50px;
	}
	.who-we-features {
		flex-wrap: wrap;
	}
	.who-we-feature-card {
		min-width: 207px;
	}
	.cruise_details_section .icon_elementbox ul {
		display: flex;
		flex-direction: column;
	}
	.cruise_details_section .flex_box {
		display: flex;
		align-items: center;
		width: 60%;
		padding: 10px 20px;
		margin: 0 auto;
	}
}
.custom-accordion .accordion-button {
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	color: #000;
	width: 100%;
	padding: 1rem 1rem;
	border: 0;
	margin-bottom: 0;
}
.custom-accordion .accordion-item {
	border: 1px solid #e4ebf1 !important;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 8px;
}
.custom-accordion .accordion-header {
	margin-bottom: 0;
}
.custom-accordion .accordion-button .icon {
	font-size: 14px;
	transition: transform 0.3s ease;
	color: var(--main-color);
}

.custom-accordion .accordion-body {
	background-color: #fafafa;
	padding: 10px 20px;
}

@media (max-width: 576px) {
	.custom-accordion .accordion-button {
		font-size: 13px;
		padding: 10px;
		text-align: left;
	}

	.custom-accordion .accordion-body {
		padding: 10px 10px;
		font-size: 12px;
	}
}
.accordion-header {
	padding: 0;
}
