::selection {
	background: #000;
	/* Replace with your desired background color */
	color: #fff;
	/* Replace with your desired text color */
}

/* For Firefox, also add this: */
::-moz-selection {
	background: #DEA193;
	color: #ffffff;
}

body {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	overflow-x: hidden;
}

h1,
h2,
h,
h4,
h5,
h6 {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

button {
	background-color: #008080;
	text-transform: capitalize;
	padding: 15px 25px 12px 25px;
	color: white;
	border-radius: 100px;
	border: none;
	margin-bottom: 10px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {}

.sp-top-header {
	background: #DEA193;
}

.sp-top-header .sp-row {
	padding: 5px 20px;
}

.sp-top-header .sp-row ul {}

.sp-top-header .sp-row ul li {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

.sp-top-header .sp-row ul li a {
	color: white;
}

.sp-top-header .sp-row ul li span {}

.sp-top-header .sp-row .sp-contact li i {
	margin-right: 8px;
}

.sp-top-header .sp-row .sp-contact {
	display: flex;
	justify-content: right;
}

.sp-top-header .sp-row .sp-social {
	display: flex;
	justify-content: right;
}

.sp-top-header .sp-row .sp-social li {
	margin-right: 11px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	/* Align dropdown with the parent */
	border: none;
	border-top: 2px solid #dea193;
	border-radius: 0;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.sp-nav {
	background: white !important;
	padding: 5px 20px;
}

.sp-nav img {
	width: 100px;
}

.sp-nav .nav-link,
.sp-nav .dropdown-item {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}

.sp-nav .nav-link:hover,
.sp-nav .dropdown-item:hover {
	color: #000;
	background: white;
}

.sp-slider {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 2s ease-in-out;
	/* Smooth transition between images */
}

.sp-slider .sp-content {
	min-height: 85vh;
	background: #0000007d;
	padding: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.sp-slider .sp-content h2 {
	font-size: 55px;
	font-weight: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-align: center;
}

.sp-slider .sp-content p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	padding: 0 20%;
	text-align: center;
}

.sp-slider .sp-content .sp-box {
	text-align: center;
	padding: 15px 15px 15px 15px;
	border-radius: 5px 5px 5px 5px;
	background-color: white;
	min-height: 157px;
}

.sp-slider .sp-content .sp-box img {
	width: 65px;
	margin: 0 0 15px 0;
}

.sp-slider .sp-content .sp-box h6 {
	color: #000000;
}

/* Ken Burns animation for background zoom */
/*.ken-burns {
            animation: kenburns 10s ease-in-out infinite;
        }

        @keyframes kenburns {
            0% {
                transform: scale(1) translate(0, 0);
            }
            50% {
                transform: scale(1.2) translate(-10px, -10px);
            }
            100% {
                transform: scale(1) translate(0, 0);
            }
        }*/

.sp-color {
	background-color: #008080 !important;
}

.sp-color h6 {
	color: white !important;
}

.sp-section {
	padding: 50px 20px;
}


/* Wrapper for image and overlay */
.image-container {
	position: relative;
	width: auto;
	/* Adjust to your image size */
	height: auto;
	/* Adjust to your image size */
	overflow: hidden;
	border-radius: 1000px;
	margin-bottom: 10px;
	display: block;
}

/* The image */
.image-container img {
	width: 100%;
	height: 100%;
	display: block;
}

/* The overlay div */
.image-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 128 128 / 68%);
	/* Semi-transparent black */
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	text-transform: capitalize;
}

/* Show overlay on hover */
.image-container:hover .overlay {
	opacity: 1;
}

.sp-destinations .col-sm-2 {
	width: 20%;
	padding: 0 5px;
}

.sp-destinations {
	padding: 50px 30px;
}

footer {
	background: #fff;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}

footer .row {
	padding: 50px 20px;
}

footer h6 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

footer .sp-social {
	display: flex;
}

footer .sp-social li {}

footer .sp-social li a {
	margin-right: 10px;
}

footer .sp-social li a i {
	text-align: center;
	text-decoration: none;
	border-radius: 50% 50% 50% 50%;
	width: 30px;
	height: 30px;
	line-height: 31px;
	color: #000000;
	background-color: #ffffff;
}

footer img {
	margin-bottom: 10px;
	width: 115px;
}

footer .sp-link.sp-cont {}

footer .sp-link.sp-cont li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

footer .sp-link.sp-cont li i {
	color: #000000;
	margin-right: 14px;
}

footer .sp-link.sp-cont li span {
	line-height: 24px;
}

footer .sp-link {}

footer .sp-link li {
	margin-bottom: 4px;
	text-transform: capitalize;
}

footer .sp-link li a {
	color: black;
}

footer .sp-link li a:hover {
	color: #dea193;
}

.sp-copy {
	background: #fff;
	padding: 20px;
}

.sp-copy p {
	text-transform: capitalize;
	color: #000000;
	margin: 0;
	text-align: center;
}

/* Container for the search bar */
.search-container {
	max-width: 885px;
	margin: 50px auto;
	position: relative;
}

/* Styling for the search input */
.search-container input {
	border-radius: 100px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding-left: 50px;
	/* Space for search icon */
	height: 60px;
	font-size: 25px;
}

/* Search icon inside input */
.search-icon {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-size: 1.2rem;
	color: gray;
}

/* Close icon */
.close-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 1.2rem;
	color: gray;
	cursor: pointer;
	display: none;
	/* Hidden initially */
}

/* Suggestions box */
.suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	border-radius: 5px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
	text-align: left;
}

/* Suggestion item */
.suggestions li {
	list-style: none;
	padding: 15px 20px;
	cursor: pointer;
	transition: background-color 0.2s;
	font-size: 16px;
	border: 2px solid transparent;
	border-radius: 100px;
}

/* Highlight suggestion on hover */
.suggestions li:hover {
	background-color: #f0f0f0;
}

/* Highlight selected suggestion */
.suggestions li.active {
	background-color: #00808029;
	border: 2px solid #008080;
}

/* Destination list styling */
.destination-list {
	margin-top: 20px;
}

.destination-list li {
	list-style: none;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

/* Tag styling */
.destination-list .tag {
	margin-left: 10px;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 10px;
	color: #fff;
}

.tag.honeymoon {
	background-color: #f8c4cf;
}

.tag.trending {
	background-color: #ffb3a7;
}

.tag.in-season {
	background-color: #a5d6a7;
}

.tag.budget {
	background-color: #d6a677;
}

.tag.popular {
	background-color: #b0bec5;
}

/* Destination list styling */
.destination-list {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	/* Ensures all items are vertically aligned */
	align-items: flex-start;
	/* Aligns all items to the left */
	max-width: 600px;
}

.destination-list li {
	list-style: none;
	/* Removes default bullet points */
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	/* Ensures tag aligns with text */
	margin-bottom: 10px;
	width: 100%;
}

.destination-list .tag {
	margin-left: 10px;
	/* Adds space between destination name and tag */
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

/* Individual tag colors */
.tag.honeymoon {
	background-color: #f8c4cf;
	color: #d3002d;
}

.tag.trending {
	color: #bd1a00;
	background-color: #ffb3a7;
}

.tag.in-season {
	color: #002c02;
	background-color: #a5d6a7;
}

.tag.budget {
	background-color: #d6a677;
	color: #a14f00;
}

.tag.popular {
	background-color: #b0bec5;
	color: #00283c;
}

.sp-search-page {
	background: url(../img/ezgif-4-22319ae434.jpg);
	background-size: cover;
}

.destination-list a {
	color: #595c5f;
	font-weight: 500;
}

.destination-list a:hover {
	color: #008080;
	font-weight: 500;
}

.sp-beadrcrumb {
	background: url(../img/breadcrumb.jpg);
	background-size: cover;
	background-position: center;
}

.sp-beadrcrumb .row {
	background: #00000082;
	min-height: 230px;
}

.sp-beadrcrumb ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-beadrcrumb ul li {
	font-size: 15px;
	color: white;
	margin: 0 0 0 15px;
}

.sp-beadrcrumb ul li a {
	color: white;
}

.sp-beadrcrumb ul li a i {
	font-size: 20px;
	color: white;
}

.sp-beadrcrumb ul li i {
	font-size: 12px;
	color: #008080;
}

.sp-beadrcrumb ul li span {}

.sp-packages {}

.sp-packages .sp-package-box {
	display: flex;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin-bottom: 10px;
	cursor: pointer;
}

.sp-packages .sp-package-box .sp-img {
	background: url(../img/jp12287d138859-1-hotel_carousel_large.jpg);
	width: 50%;
	background-size: cover;
	background-position: center;
}

.sp-packages .sp-package-box .sp-package-text {
	padding: 30px;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-name {
	font-size: 18px;
	margin-bottom: 20px;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-meta {
	margin-bottom: 10px;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-meta .badge {
	color: #005a6a;
	background: #0dcaf040;
	margin-bottom: 3px;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-meta .badge i {}

.sp-packages .sp-package-box .sp-package-text .sp-package-includes {}

.sp-packages .sp-package-box .sp-package-text .sp-package-includes p {
	font-size: 13px;
	color: #4e4e4e;
	margin-bottom: 10px;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-price {
	font-size: 26px;
	font-weight: bold;
	color: #008080;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-price span {
	font-size: 13px;
	color: #606060;
}

.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-btn {}

.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-btn {}

.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-btn button {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}

/* Custom styling for the form */
.phone-form {
	max-width: 400px;
	margin: 50px auto;
	text-align: center;
}

.phone-form .btn {
	border-radius: 20px;
	padding: 10px 20px;
}

.form-control {
	border-radius: 10px;
}

.phone-input-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.phone-input-group .country-code {
	max-width: 80px;
	/* Restrict width for ISD code */
	border-radius: 10px 0 0 10px;
}

.phone-input-group .phone-number {
	border-radius: 0 10px 10px 0;
}

.btn-disabled {
	background-color: #d4f4d4;
	cursor: not-allowed;
	pointer-events: none;
}

.modal-title {
	font-size: 20px;
}

.filter-section {
	max-width: 300px;
	margin: 20px;
}

.filter-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.filter-group {
	margin-bottom: 20px;
}

.filter-group label {
	font-weight: normal;
}

.form-check-input {
	border-color: #28a745;
	margin-right: 10px;
}

button:focus:not(:focus-visible) {
	outline: 0 !important;
	box-shadow: none !important;
}

.sp-selected-city {
	padding: 0 10%;
}

.sp-selected-city p {
	color: #999999;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.sp-selected-city .sp-select-box {
	clear: both;
	margin: 15px 0 20px;
}

.sp-selected-city .sp-select-box .sp-city {
	border: 1px solid #008080;
	border-radius: 8px;
	color: #008080;
	text-transform: capitalize;
	font-weight: bold;
	padding: 7px 15px;
	background: #00808030;
	margin-right: 5px;
}

.sp-selected-city .sp-select-box .sp-city i {
	font-size: 12px;
	margin-left: 4px;
}

.sp-selected-city .sp-progress {
	display: flex;
}

.sp-selected-city .sp-progress div {
	height: 5px;
	background: #cbe3e3;
	width: 25%;
	margin-right: 8px;
}

.sp-selected-city .sp-progress .sp-select {
	background: #008080;
}

.sp-select-duration {
	padding: 30px 10%;
}

.sp-select-duration p {
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

.sp-select-duration .sp-duration-box {}

.sp-select-duration .sp-duration-box .sp-duration:hover {
	border: 1px solid #008080;
	background: #00808030;
}

.sp-select-duration .sp-duration-box .sp-duration {
	background: white;
	display: block;
	border: 1px solid #cfe7e7;
	padding: 25px;
	text-align: center;
	margin: 0 -5px;
	border-radius: 10px;
}

.sp-select-duration .sp-duration-box .sp-duration img {
	width: 80px;
	margin: 0 auto 35px;
	display: block;
}

.sp-select-duration .sp-duration-box .sp-duration span {
	color: black;
	font-weight: 600;
	font-size: 16px;
}

.sp-select-duration .sp-city-box {}

.sp-select-duration .sp-city-box .sp-city {
	display: block;
	margin: 0 -8px;
	background: white;
	border-radius: 20px;
	border: 1px solid #cfe7e7;
	text-align: center;
}

.sp-select-duration .sp-city-box .sp-city img {
	width: 100%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-bottom: 20px;
}

.sp-select-duration .sp-city-box .sp-city h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	padding: 0 10px;
}

.sp-select-duration .sp-city-box .sp-city p {
	color: gray;
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px;
	margin: 0;
}

.sp-select-duration .sp-city-box .sp-city .sp-bage {
	color: #cca129;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.sp-select-duration .sp-city-box .sp-city .sp-suggestion {
	display: block;
	margin: 15px 0 20px;
}

.sp-select-duration .sp-city-box .sp-city .sp-suggestion span {
	font-size: 11px;
	text-transform: capitalize;
	background: #cfe7e7;
	color: #008080;
	padding: 5px 10px;
	border-radius: 100px;
}

.sp-mobile {
	display: none;
}

.sp-middle-header {
	padding: 15px 30px;
	align-items: center;
}

.sp-img-content {
	display: flex;
}

.sp-img-content .sp-img-box {}

.sp-img-content .sp-img-box {
	display: flex;
	align-items: center;
	margin-right: 17px;
}

.sp-img-content .sp-img-box .sp-img {}

.sp-img-content .sp-img-box .sp-img i {
	font-size: 13px;
}

.sp-img-content .sp-img-box .sp-img img {
	width: 25px;
	margin-right: 7px;
}

.sp-img-content .sp-img-box .sp-img-content {
	font-size: 12px;
	text-transform: capitalize;
	font-family: "DM Sans", sans-serif;
	margin-left: 10px;
}

.sp-search {
	display: flex;
	align-items: center;
	justify-content: right;
}

.sp-search form {
	width: 50%;
}

.sp-search .form-control {
	border-radius: 0;
	font-size: 14px;
	height: 50px;
}

.sp-search .sp-info {
	margin-left: 10px;
}

.sp-search .sp-info a {
	margin-left: 10px;
	color: black;
}

.sp-search .sp-info a i {
	color: #000;
	font-size: 13px;
}

.sp-copy img {
	float: right;
}

/* Carousel container height */
#kenburnsCarousel .carousel-inner {
	height: 500px;
	/* Full screen height */
}

/* Ken Burns effect on background image */
#kenburnsCarousel .carousel-item {
	position: relative;
	overflow: hidden;
	height: 500px;
	padding: 50px;
}

#kenburnsCarousel .carousel-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	animation: kenburns 10s infinite alternate ease-in-out;
}

/* Background images for each slide */
#kenburnsCarousel .carousel-item:nth-child(1)::before {
	background-image: url("../img/1.jpg");
}

#kenburnsCarousel .carousel-item:nth-child(2)::before {
	background-image: url("../img/2.jpg");
}

/* Ken Burns Animation */
@keyframes kenburns {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

/* Overlay for text */
#kenburnsCarousel .carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: 10px;
	animation: fadeIn 1.5s ease-in-out;
}

/* Fade In Animation for Text */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#kenburnsCarousel .sp-carousel-caption {
	position: relative;
	margin-top: 14%;
	margin-left: 0;
}

#kenburnsCarousel .sp-carousel-caption h2 {
	color: #000000;
	font-size: 32px;
	font-weight: 300;
	text-transform: capitalize;
}

#kenburnsCarousel .sp-carousel-caption p {
	line-height: 1.7;
	color: #000000;
	margin-bottom: 40px;
}

#kenburnsCarousel .sp-carousel-caption .sp-btn {
	background-color: #000;
	text-transform: capitalize;
	border-width: 0px;
	color: white;
	border-radius: 5px;
	padding: 15px 30px;
	font-weight: 500;
	font-size: 15px;
}

#kenburnsCarousel .carousel-item.active {}

.product-gallery img {
	width: 100%;
	border-radius: 10px;
}

.product-gallery .carousel-inner {
	border-radius: 10px;
}

.product-price {

	font-weight: bold;

	font-size: 13px;

	padding: 0px 15px 40px;
}

.quantity-selector {
	display: flex;
	align-items: center;
}

.quantity-selector input {
	width: 50px;
	text-align: center;
	margin: 0 5px;
}


.sp-top-header p {

	text-align: center;

	margin: 0;
}

.sp-logo {
	text-align: center;
	text-transform: uppercase;
}

.sp-logo a {
	color: black;
	font-size: 24px;
}

.search-modal .modal-content {
	background: rgba(0, 0, 0, 0.9);
	/* Dark transparent background */
	border: none;
}

.search-modal .modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 20px;
}

.search-modal .search-bar {
	width: 80%;
	max-width: 800px;
	display: flex;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 10px 20px;
	background: transparent;
}

.search-modal input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 20px;
}

.search-modal input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.search-modal button {
	background: transparent;
	border: none;
	color: white;
	font-size: 22px;
	cursor: pointer;
}

.search-modal .close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	color: white;
	cursor: pointer;
	z-index: 9;
}

.cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

.cart-body {
	max-height: 60vh;
	overflow-y: auto;
	padding: 15px;
}

.cart-footer {
	padding: 15px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.cart-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	/* border-bottom: 1px solid #eee; */
}

.cart-item img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 5px;
}

.cart-item .item-info {
	flex-grow: 1;
	margin-left: 10px;
}

.cart-item .remove-btn {
	background: none;
	border: none;
	font-size: 18px;
	color: red;
	cursor: pointer;
}

.item-info h6 {
	font-weight: normal;
	font-size: 14px;
}

.item-info p {
	margin: 0;
	font-weight: bold;
}

.cart-footer p {
	font-size: 20px;
	font-weight: bold;
}

.cart-footer .btn-primary {
	background: black;
	border-color: black;
	border-radius: 0;
	margin: 0;
}

.cart-footer .btn-outline-secondary {
	color: black;
	border-radius: 0;
}

.sp-btnn {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}

.sp-btnn button {
	padding: 14px 10px;
}

.mega-menu {
	width: 100%;
	/* Adjust this based on your design */
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: fixed !important;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 1000;
	display: none;
	padding: 20px;
	visibility: hidden;
	/* Prevents flickering issues */
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	top: 160px;
}

/* Ensure the dropdown's parent is positioned correctly */
.nav-item.dropdown {
	position: relative;
}

/* Show menu on hover */
.nav-item.dropdown:hover .mega-menu {
	display: block;
	visibility: visible;
	opacity: 1;
}

/* Prevent menu from getting cut off on the left */
/*.mega-menu::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #DEA193;
}*/

/* Prevent overflow on small screens */
@media (max-width: 992px) {
	.mega-menu {
		width: 100%;
		/* Full width on smaller screens */
		left: 0;
		transform: none;
	}
}


.sp-er-bg {
	background: url(../img/bg1.png);
	background-size: cover;
	background-position: center;
}


.navbar-brand {
	text-transform: capitalize;
}

.navbar-toggler {
	padding: 0
}


.sp-feature {
	padding: 30px;
}

.sp-feature .sp-f-box {
	text-align: center;
}

.sp-feature .sp-f-box img {
	width: 80px;
	margin-bottom: 15px;
}

.sp-feature .sp-f-box h4 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 300;
	font-family: 'DM Sans', sans-serif;
	text-transform: capitalize;
}

.sp-feature .sp-f-box p {
	font-size: 13px;
	line-height: 20px;
}


.product-card {

	border: 1px solid #e4e4e4;

	text-align: center;
}

.product-card:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-card img {}

.product-card .product-title {}

.product-card .product-title {

	font-size: 14px;

	text-transform: uppercase;

	color: #444;

	font-weight: 400;

	padding: 15px;
}

.product-card .product-price {}

.sp-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

.sp-pr {
	padding: 30px;
}

.product-card {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}

.product-card:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-card img {
	width: 100%;
	display: block;
}

.product-card .product-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
	font-weight: 400;
	padding: 15px;
}

.product-card .product-price {
	font-weight: bold;
	color: #444;
	padding: 0px 15px 25px;
}

/* Icon group styling */
.icon-group {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 10px;
	opacity: 0;
	transition: opacity 0.3s;
	background: white;
	border-radius: 100px;
	padding: 13px 25px;
}

.product-card:hover .icon-group {
	opacity: 1;
}

.icon-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.icon-btn:hover {
	background: #f8f9fa;
}

.icon-btn i {
	font-size: 16px;
	color: #444;
}

.icon-btn:hover i {
	color: #d9534f;
}

/* Tooltip */
.icon-btn::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
}

.icon-btn:hover::after {
	opacity: 1;
	visibility: visible;
}

/* Quick View Modal Styling */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	width: 70%;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}

.modal-content img {
	width: 40%;
	max-height: 400px;
	object-fit: cover;
}

.modal-info {
	width: 50%;
}

.modal-info h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.modal-info p {
	color: #666;
	margin-bottom: 15px;
}

.modal-info .price {
	font-size: 22px;
	font-weight: bold;
	color: #d9534f;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
}

.bg {
	Background: #F3F3F3
}

.sp-product-details {}

.sp-product-details .row {
	padding: 10px 50px 50px;
}

.sp-product-details .sp-product-slider {}

.color-btn,
.material-btn,
.size-btn,
.style-btn {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
	transition: 0.2s ease-in-out;
	padding: 3px 7px;
	color: black;
	text-transform: capitalize;
	border-radius: 5px;
}

.color-btn.active,
.material-btn.active,
.size-btn.active,
.style-btn.active {
	border: 2px solid black;
}

.clear-btn {
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: none;
	color: gray;
}

.sp-prd-select .clear-btn {
	padding: 0;
	text-decoration: none;
}

.sp-bread-nav {
	font-size: 0.92em;
	color: #777;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.sp-bread-nav a {
	color: #777;
	font-weight: 300;
}

.sp-prduct-att {
	padding: 10px 25px;
}

.sp-prd-select p {
	font-size: 16px;
}

.sp-prd-select strong {
	font-weight: bold;
}

.sp-prd-select span {
	font-weight: 600;
}

.sp-prduct-att {}

.sp-prduct-att .sp-price {
	display: flex;
	align-items: center;
}

.sp-prduct-att .sp-price .sp-pp {
	font-weight: 400;
	color: #7f7f7f;
	font-size: 1.5rem;
	text-decoration: line-through;
	margin-right: 10px;
}

.sp-prduct-att .sp-price .sp-final-price {
	font-weight: 700;
	color: #000000;
	font-size: 1.5rem;
}

.sp-prduct-att .sp-product-name {
	font-size: 1.625rem;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 35px;
}

.quantity-box {
	width: 70px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 4px;
	height: 40px;
}

.add-to-cart {
	background-color: #000000;
	color: white;
	font-weight: bold;
	padding: 8px 25px;
	border: none;
	border-radius: 5px;
	text-transform: capitalize;
}

.add-to-cart:hover {
	background-color: #b68f32;
}

.sp-sku-box {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 13px;
}

.sp-sku-box .sp-sku {
	margin-right: 10px;
}

.sp-sku-box .sp-sku span {}

.sp-sku-box .sp-pp-cat {}

.sp-sku-box .sp-pp-cat a {
	color: #000000;
	font-weight: 500;
}

.sp-price-backup button {
	background: none;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>thead>tr>th {
	border-bottom: 0 solid #ddd !important;
}

.priceDescriptionTable tr td,
.priceDescriptionTable tr th {
	font-size: 14px;
	padding: 5px 4px !important;
}

#productPreview_specification .table>tbody>tr>td {
	font-size: 14px;
	padding: 2px;
	border-bottom: 1px solid #ddd;
}

.noPaddingLeft,
.noPaddingLeftRight {
	padding-left: 0 !important;
}

.sp-product-description {
	margin-top: 45px;
}

.woocommerce-js table.shop_attributes {
	border: 0;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 1.618em;
	width: 100%;
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes {
	border-style: solid;
}

.woocommerce-js table.shop_attributes th {
	width: 150px;
	font-weight: 500;
	border-top: 0;
	border-bottom: 1px dotted #e5e5e5;
	margin: 0;
	line-height: 1.5;
	text-align: left;
}

.shop_attributes td,
.shop_attributes th {
	padding: 0.67em 1.34em;
	border-color: #e5e5e5;
}

.shop_attributes th {
	border-left-width: 1px;
	border-style: solid;
	padding-left: 0.9em;
	color: #3a3a3a;
}

.shop_attributes td {
	font-style: normal;
	border-style: solid;
}

.shop_attributes th {
	border-left-width: 1px;
	border-style: solid;
	padding-left: 0.9em;
	color: #3a3a3a;
}

.tab-content>.tab-pane {
	padding-top: 20px;
}

.nav.nav-tabs {
	border-bottom: 2px solid #d3ced2;
}

.sp-product-description .nav-tabs {}

.sp-product-description .nav-tabs .nav-item {}

.sp-product-description .nav-tabs .nav-item .nav-link {
	color: #515151;
	font-weight: 700;
	border-top: 3px solid #fff;
}

.sp-product-description .nav-tabs .nav-item .nav-link.active {
	border: none;
	border-top: 3px solid #dea193;
	border-radius: 0;
	border-bottom: 0;
}

.sp-bread {
	margin-bottom: 50px;
}

.sp-bread .row {
	box-shadow: 0px 0px 10px 0px rgba(147.89999999999998, 147.89999999999998, 147.89999999999998, 0.5);
	padding: 45px 0px;
	border-top: 1px solid lavender;
}

.sp-bread h3 {
	text-align: center;
	margin-bottom: 25px;
	font-weight: 100;
	font-size: 24px;
}

.sp-bread p {
	text-align: center;
	margin: 0;
	color: #777;
	text-transform: capitalize;
}

.sp-bread p a {
	color: black;
}

.sp-bread p i {
	padding: 0 5px;
}

.sp-product-categories {}

.sp-product-categories .row {
	padding: 0 50px;
}

.sp-product-categories h2 {}

.sp-product-categories .sp-product-box {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	margin-bottom: 20px;
}

.sp-product-categories .sp-product-box img {
	width: 100%;
}

.sp-product-categories .sp-product-box .sp-cat {}

.sp-product-categories .sp-product-box .sp-cat {
	font-size: 0.85em;
	margin-bottom: 0.5em;
	display: block;
	line-height: 1.3;
	opacity: 0.6;
}

.sp-product-categories .sp-product-box .sp-prd-name {
	color: #ae8625;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 1em;
	text-transform: capitalize;
	font-family: "Marcellus", serif;
}

.sp-product-categories .sp-product-box .sp-prd-pp {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 0.9em;
}

.sp-product-categories .sp-product-box .sp-btn {
	text-transform: capitalize;
	color: white;
	background: #84194f;
	border-radius: 100px;
	padding: 7px 20px;
	display: inline;
}


.sp-prd-select select {

	padding: 8px 10px 8px 5px;

	border-radius: 5px;

	border: 1.5px solid;
}


.login-card {
	width: 400px;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background: white;
}

.card-header {
	background: white;
	padding: 25px 0 10px 0;
	border-bottom: 1px solid #ddd;
}

.card-header-pills {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.card-header-pills .nav-link {
	transition: all 0.3s;
	text-transform: capitalize;
	border: 1px solid #000000;
	border-radius: 0;
	color: #000000;
	padding: 10px 60px;
	font-size: 17px;
}

.card-header-pills .nav-link.active {
	background: #000000;
	color: white;
	border-radius: 0;
}

.card-body {
	padding: 20px;
}

.social-login button {
	margin: 5px;
	width: 45%;
}

.sp-login {
	margin-bottom: 30px;
}

form label {
	font-weight: 500;
	text-transform: capitalize;
}

.card-body .form-control,
.forgot-password-container .form-control {
	border-radius: 0;
	height: 50px;
}

.sp-log {
	border-radius: 0;
	background: #dea193;
	border-color: #dea193;
	color: black;
}

.sp-reg {
	border-radius: 0;
	background: #000000;
	border-color: #000000;
}

.forgot-password-container {
	max-width: 400px;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.forgot-password-container h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.forgot-password-container p {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.forgot-password-container .btn {
	width: 100%;
	font-weight: 600;
}

.back-to-login {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	color: #84194f;
	text-decoration: none;
}

.back-to-login:hover {
	text-decoration: underline;
}

.sp-cart-page {}

.sp-cart-page h1 {}

.sp-cart-page img {}

.sp-cart-page h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
	padding: 15px;
	font-weight: bold;
	padding: 0;
}

.sp-cart-page p {}

.sp-cart-page input {
	height: 2px !important;
	 !i;
	 !;
}

.sp-cart-page .btn-outline-primary {
	color: #000000;
	border-color: #000000;
}

.sp-cart-page .btn-primary {
	background-color: #000000;
	color: white;
	font-weight: bold;
	padding: 8px 25px;
	border: none;
	border-radius: 5px;
	text-transform: capitalize;
}

.sp-cart-page .sp-apply {}

.sp-cart-page .sp-apply .form-control {
	height: 40px !important;
	 !imp;
	 !im;
	 !i;
	 !;
	color: black;
	border-color: black;
}

.sp-cart-page .sp-apply .btn {
	border-color: black;
	height: 40px;
	color: black;
}

.sp-cart-page .btn-outline-primary:hover,
.btn-primary:hover {
	background: #b68f32;
	color: white;
	border-color: #b68f32
}

.btn-primary {
	background-color: #000000;
	color: white;
	font-weight: bold;
	padding: 8px 25px;
	border: none;
	border-radius: 5px;
	text-transform: capitalize;
}

.sp-cart-page .sp-apply .btn:hover {
	color: white;
	background: black;
}


.sp-checkout-page .row,
.sp-cart-page .row {
	padding: 0 30px 30px 30px;
}


.sp-account {}

.sp-account .row {
	padding: 0 30px 30px;
}

.sp-account h4 {
	margin-bottom: 20px;
}

.sp-account ul {}

.sp-account ul li {
	list-style: none;
	border: 1px solid #dddddd;
	border-bottom-width: 0;
}

.sp-account ul li.sp-active {
	background-color: #fbfbfb;
}

.sp-account ul li.sp-active a {
	color: black;
}

.sp-account ul li a {
	display: block;
	padding: 10px 1em;
	color: #fb8266;
	text-transform: capitalize;
	font-weight: 500;
}

.sp-account .sp_text {
	margin-bottom: 15px;
}

.sp-account .sp_text b {
	font-weight: 600
}

.sp-account .sp_text a {
	color: #fb8266;
}

.sp-account table {}

.sp-account table tr {}

.sp-account table th {
	background: #e9e6e6;
	 !i;
	 !;
}

.sp-account table td {
	vertical-align: middle;
}

.sp-account table a {
	color: #fb8266;
}

.sp-account table .sp-button-view {
	background: #fb8266;
	color: white;
	padding: 10px 25px;
	display: block;
	width: fit-content;
	border-radius: 5px;
}


.spp-add {
	padding: 0 !important;
}

.spp-add .sp_box {
	border: 1px solid #dee2e6;
}

.spp-add .sp_box h3 {
	padding: 15px;
	background: #e9e6e6;
}

.spp-add .sp_box .sp_address {
	padding: 0px 15px;
	text-transform: capitalize;
}

.spp-add .sp_box .sp_icon {
	padding: 0 15px;
}

.spp-add .sp_box .sp_icon i {
	margin-right: 6px;
}

.sp-edit {
	background: #e9e6e6;
	display: block;
	text-align: right;
	padding: 0px 15px 15px;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #fc8266;
}

.form-control {
	border-radius: 0;
	height: 50px;
}

form label {
	font-weight: 600;
	margin-bottom: 10px;
}


.table {
	margin-top: 10px;
}

.remove-icon {
	cursor: pointer;
	font-size: 16px;
	color: red;
}

.product-image {
	width: 50px;
	height: auto;
}

.btn-green {
	background-color: #dea193;
	color: white;
}

th,
td {
	vertical-align: middle;
}


.content {
	margin: 0 0 30px 0;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content h1 {
	font-size: 36px;
	font-weight: bold;
}

.content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.content ul {
	list-style: outside;
	margin-left: 30px;
	margin-bottom: 15px;
}

.content ul ul {
	list-style: lower-latin;
	margin-left: 30px;
}

.content li {
	margin-bottom: 5px;
	line-height: 28px;
}

.content p {
	line-height: 28px;
}

.content h3 {
	font-size: 20px;
}

.content a {
	font-weight: bold;
	color: #f7785a;
}

a {
	color: #f7785a;
}


.sp-feature h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

/*.sp-slide-box {
  width: 100%;
  height: 33vw;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.sp-slide-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.sp-slide-front,
.sp-slide-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  color: white;
}

.sp-slide-front {
  z-index: 1;
}

.sp-slide-front .front-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.4);  dark overlay 
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.sp-slide-back {
  z-index: 2;
  transform: translateY(100%);
}

.sp-slide-box:hover .sp-slide-back {
  transform: translateY(0);
}

.sp-slide-box:hover .sp-slide-front {
  transform: translateY(-100%);
}

.sp-slide-back .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sp-slide-back .overlay h4 {
  margin-bottom: 15px;
  color:white;
}

.sp-slide-back .overlay p {
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .sp-slide-box {
    height: auto;
  }

  .sp-slide-box-inner {
    height: auto;
  }

  .sp-slide-front,
  .sp-slide-back {
    height: auto;
    transform: none !important; /* Remove transform for mobile 
  }

  /* Ensure that the back slide is hidden initially on mobile 
  .sp-slide-back {
    transform: translateY(100%) !important;
  }

  /* On tap, show the back slide on mobile 
  .sp-slide-box:active .sp-slide-back {
    transform: translateY(0) !important;
  }

  /* Remove hover effect on the front slide for mobile 
  .sp-slide-box:hover .sp-slide-front {
    transform: none !important;
  }

  .sp-slide-back .overlay {
    padding: 20px 15px;
  }

  .sp-slide-back .overlay p {
    font-size: 13px;
  }
}*/


.sp-press {
	padding: 30px
}

.sp-press h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

.diamond-news-box {
	background-color: white;
	padding: 15px;
	border-radius: 8px;
	color: #000;
	font-family: 'Helvetica', sans-serif;
	overflow: hidden;
	/* Ensures image doesn't spill when zoomed */
	transition: box-shadow 0.3s ease;
}

.diamond-news-box:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.img-wrapper {
	overflow: hidden;
	border-radius: 5px;
}

.diamond-news-box img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease-in-out;
}

.diamond-news-box:hover img {
	transform: scale(1.05);
	/* Zoom effect */
}

.news-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-description {
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* limit to 3 lines */
	-webkit-box-orient: vertical;
}

.read-more {
	color: #f5a623;
	/* orange shade */
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
}

.read-more:hover {
	text-decoration: underline;
}


.sp-testimonials {
	background-image: url(https://thediamondkart.com/wp-content/uploads/2022/12/h7_bg.jpg);
	background-position: center center;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-size: cover;
}

.sp-testimonials .sp-testi-overlay {
	background-color: #0000009e;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	padding: 140px 0px 140px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-testimonials .sp-testi-overlay .card {
	padding: 0 !important;
	background: transparent;
	border: none;
	width: 60%;
	display: table;
	margin: 0 auto 25px;
	min-height: 150px;
}

.sp-testimonials .sp-testi-overlay .card p {
	font-size: 1.3em;
	line-height: 1.5;
	color: #FFFFFF;
	opacity: 1;
	border: none !important;
}

.sp-testimonials .sp-testi-overlay .card h5 {
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5;
	color: white;
}

.sp-testimonials .sp-testi-overlay a {}

.sp-testimonials .sp-testi-overlay a img {}

.sp-testimonials .sp-testi-overlay h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 40px;
	color: white;
	text-transform: capitalize;
}

.spp {
	background: white;
	display: block;
	width: 100%;
	height: 36px;
	margin-top: -44px;
	z-index: 99999;
	position: relative;
}


.flipbox-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.flipbox-container {
	width: 100%;
	height: 33vw;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.flipbox-front,
.flipbox-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease-in-out;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}

/* Replaced .content with .flip-text */
.flip-text {
	position: absolute;
	width: 100%;
	color: white;
	z-index: 2;
	text-align: center;
	padding: 20px;
}

.flipbox-front .flip-text {
	bottom: 20px;
}

.flipbox-back .flip-text {
	bottom: 20px;
}

.flipbox-back {
	transform: translateY(100%);
	z-index: 2;
}

.flipbox-container.active .flipbox-back {
	transform: translateY(0%);
}

.flipbox-front {
	z-index: 1;
}

.description {
	font-size: 14px;
	margin-top: 10px;
}

.sp-mob-box {
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
	border-radius: 20px;
}

.sp-mob-box .sp-mob-overlay {
	padding: 20px;
	background-color: rgb(0 0 0 / 70%);
	min-height: 375px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 20px;
}

.sp-mob-box .sp-mob-overlay h4 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
	color: white;
}

.sp-mob-box .sp-mob-overlay p {
	font-size: 14px;
	margin-top: 10px;
	color: white;
	text-align: center;
}