.alert-default {
	background-color: #f3f3f3;
	border: 1px solid #e2e2e2;
	border-top: 3px solid #f07c25;
}
.danger-noty {
	z-index: 9999999 !important;
}
.menu {
	padding: 15px 0px 8px;
	margin: 0 0 35px;
	border: 1px solid #ebebeb;
	font-size: 1.5em;
	background: #fff;
}

.menu.sticky {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.Category-list li a {
	padding: 10px 15px;
	text-transform: capitalize;
	border-radius: 100px;
	/* background-color: #f3f3f3; */
	background-color: #f07c25;
	/* color: #111; */
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.Category-list li a:hover,
.Category-list li a:focus {
	color: #111 !important;
	/* background-color: #f07c25; */
	background-color: #f3f3f3;
	border: 0.5px solid #f07c25;
}
.Category-list li a.active {
	color: #111 !important;
	/* background-color: #f07c25; */
	background-color: #f3f3f3;
}

.Category-list {
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	padding: 10px 0 20px;
}

.btn-service {
	color: #fff;
	background-color: #f07c25;
	border-color: #f07c25;
}

.umino-request_btn {
	background-color: #fff !important;
	border: 1px solid #f07c25;
	width: 100%;
	color: #f07c25 !important;
	font-size: 15px !important;
	border-radius: 3px;
	height: 45px !important;
	text-transform: uppercase !important;
}

.umino-request_btn:hover {
	background-color: #f07c25 !important;
	color: #fff !important;
}

.more-content {
	display: none;
}

/* main image div start here  */
.main-div-image {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	text-align: center;

	padding: 40px 30px;

	border-radius: 30px;

	overflow: hidden;

	background: #050505;

	/* background effect */
	background-image:
		radial-gradient(
			circle at top left,
			rgba(255, 140, 0, 0.15),
			transparent 35%
		),
		linear-gradient(135deg, #0a0a0a 0%, #000000 100%);
}

/* wave overlay */
.main-div-image::before {
	content: "";

	position: absolute;
	inset: 0;

	background-image: url("../img/front/company/HeroImage.png");

	background-size: cover;
	background-position: center;

	opacity: 0.4;

	pointer-events: none;
}

/* image wrapper */
.company-details_thumb {
	position: relative;
	z-index: 2;

	margin-bottom: 20px;

	flex-shrink: 0;
}

/* company image */
.company-details_thumb img {
	width: 150px;
	height: 150px;

	object-fit: cover;

	border-radius: 50%;

	border: 5px solid rgba(255, 255, 255, 0.1);

	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.45),
		0 0 0 10px rgba(255, 255, 255, 0.03);

	transition: transform 0.3s ease;
}

.company-details_thumb img:hover {
	transform: scale(1.03);
}

/* content section */
.company-details_desc {
	position: relative;
	z-index: 2;

	width: 100%;

	color: #fff;
}

/* company title */
.company-details_desc h2 {
	margin-bottom: 15px;
}

.company-details_desc h2 a {
	color: #fff;

	font-size: 40px;
	font-weight: 700;

	text-decoration: none;
}

/* description */
.company-info {
	position: relative;
	z-index: 2;

	max-width: 900px;

	margin-bottom: 15px;

	color: #d5d5d5;

	font-size: 16px;
	line-height: 1.8;
}

/* contact section */
.company-contact {
	position: relative;
	z-index: 2;

	margin-bottom: 12px;

	color: #d5d5d5;

	font-size: 16px;
}

.company-contact a {
	color: #fff;
	text-decoration: none;
}

.company-contact a:hover {
	text-decoration: underline;
}

/* address section */
.horizontal-list {
	margin-top: 20px;
}

.horizontal-list-item a {
	display: inline-block;

	padding: 14px 18px;

	border-radius: 14px;

	background: rgba(255, 255, 255, 0.06);

	backdrop-filter: blur(8px);

	color: #fff;

	text-decoration: none;

	transition: 0.3s ease;
}

.horizontal-list-item a:hover {
	background: rgba(255, 255, 255, 0.12);
}

.horizontal-list-item span {
	color: #bdbdbd;
	font-size: 14px;
}

/* responsive */
@media (max-width: 768px) {
	.main-div-image {
		padding: 25px;
	}

	.company-details_desc h2 a {
		font-size: 28px;
	}

	.company-info,
	.company-contact {
		font-size: 14px;
	}

	.company-details_thumb img {
		width: 120px;
		height: 120px;
	}
}

/* <!-- experince div style --> */

/* wrapper */
.experience-wrapper {
	position: relative;

	margin-top: -40px;

	z-index: 10;

	padding: 0 20px;

	max-width: 1050px;

	margin-left: auto;
	margin-right: auto;
}

/* OUTER WHITE CURVE */
.experience-outer {
	background: #ffffff;

	padding: 18px;

	border-radius: 35px;
}

/* INNER BLACK BOX */
.experience-box {
	position: relative;

	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

	gap: 10px;

	padding: 35px 25px;

	background: #050505;

	border-radius: 28px;

	overflow: hidden;

	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* wave effect */
.experience-box::before {
	content: "";

	position: absolute;
	inset: 0;

	background-image: url("../img/front/company/HeroImage.png");

	background-size: cover;
	background-position: center;

	opacity: 0.4;

	pointer-events: none;
}

/* item */
.experience-item {
	position: relative;
	z-index: 2;
	flex: 1;
	min-width: 150px;
	text-align: center;
}

/* icon */
.experience-icon {
	margin-bottom: 12px;

	font-size: 30px;

	color: #ffffff;
}

/* label */
.experience-label {
	font-size: 16px;

	color: #ff8c00;

	margin-bottom: 10px;
}

/* value */
/* .experience-value {
	font-size: 46px;
	font-weight: 700;

	color: #ffffff;

	line-height: 1.1;
} */
.experience-value {
    font-size: clamp(24px, 5vw, 46px);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.experience-value::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* responsive */
@media (max-width: 768px) {
	.experience-box {
		padding: 25px 15px;
	}

	.experience-item {
		min-width: 45%;
	}

	.experience-value {
		font-size: 34px;
	}

	.experience-icon {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	.experience-item {
		width: 100%;
	}
}

/* <!-- ticket div style --> */

/* =========================
        Ticket Card
        ========================= */

.ticket-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;

	padding: 35px;

	background: #ffffff;

	border: 1px solid #e8e8e8;
	border-radius: 28px;

	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

/* =========================
        Left Content
        ========================= */

.ticket-content {
	flex: 1;
}

.ticket-btn {
	display: inline-block;

	padding: 12px 24px;

	background: #f58220;
	color: #fff;

	border-radius: 50px;

	font-size: 16px;
	font-weight: 600;

	text-decoration: none;

	margin-bottom: 25px;

	transition: 0.3s ease;
}

.ticket-btn:hover {
	background: #e26d09;
	color: #fff;
}

.ticket-title {
	font-size: 44px;
	font-weight: 700;

	color: #222;

	margin-bottom: 25px;
}

.ticket-description {
	color: #7a7a7a;

	font-size: 17px;
	line-height: 2;

	margin-bottom: 25px;
}

.ticket-description a {
	color: #f58220;
	text-decoration: none;
}

/* =========================
        Bottom Info
        ========================= */

.ticket-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 18px;

	margin-top: 20px;
}

.ticket-location {
	display: flex;
	align-items: center;
	gap: 10px;

	color: #222;
	font-size: 18px;
	font-weight: 600;
}

.ticket-location i {
	color: #f58220;
	font-size: 20px;
}

.ticket-status {
	color: #f58220;
	font-size: 18px;
	font-weight: 500;
}

.ticket-time {
	color: #222;
	font-size: 18px;
}

/* =========================
        Right Image Slider
        ========================= */

.ticket-slider {
	width: 360px;
	flex-shrink: 0;
}

.ticket-slider .gallery-top {
	border-radius: 24px;
	overflow: hidden;

	border: 1px solid #ececec;
}

.ticket-slider .gallery-top img {
	width: 100%;
	height: 340px;

	object-fit: cover;

	display: block;
}

/* arrows */
.ticket-slider .swiper-button-next,
.ticket-slider .swiper-button-prev {
	width: 40px;
	height: 40px;

	background: #fff;

	border-radius: 12px;

	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ticket-slider .swiper-button-next:after,
.ticket-slider .swiper-button-prev:after {
	font-size: 16px;
	color: #f58220;
	font-weight: bold;
}

/* thumbs */
.gallery-thumbs {
	margin-top: 15px;
}

.gallery-thumbs .swiper-slide {
	border-radius: 12px;
	overflow: hidden;

	opacity: 0.4;

	cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 0.4;
	border: 2px solid #f58220;
}

.gallery-thumbs img {
	width: 100%;
	height: 80px;

	object-fit: cover;
}

/* =========================
        Responsive
        ========================= */

@media (max-width: 991px) {
	.ticket-div {
		flex-direction: column;
	}

	.ticket-slider {
		width: 100%;
	}

	.ticket-title {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	.ticket-div {
		padding: 22px;
	}

	.ticket-title {
		font-size: 26px;
	}

	.ticket-description {
		font-size: 15px;
		line-height: 1.8;
	}

	.ticket-location,
	.ticket-status,
	.ticket-time {
		font-size: 15px;
	}
}
/* <!-- Ticket modal style --> */

/* Modal */
.ticket-error {
	color: #dc3545;
	font-size: 13px;
	margin-top: 6px;
}

.ticket-input-error {
	border-color: #dc3545 !important;
}
.ticket-modal-content {
	border-radius: 18px;
	border: none;
	padding: 10px 15px 25px;
}

/* Heading */
.ticket-heading {
	font-size: 38px;
	font-weight: 700;
	color: #111;
}

/* Close */
.ticket-close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 28px;
	opacity: 1;
}

/* Labels */
.form-group label {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	margin-bottom: 12px;
}

/* Inputs */
.ticket-input,
.ticket-textarea {
	border: 1px solid #d9d9d9;
	border-radius: 18px;
	height: 58px;
	padding: 14px 18px;
	box-shadow: none !important;
	font-size: 15px;
}

.ticket-textarea {
	height: auto;
	resize: none;
}

/* Focus */
.ticket-input:focus,
.ticket-textarea:focus {
	border-color: #ff7a00;
}

/* File Upload */
.ticket-file-upload .custom-file-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 52px !important;
	border: 1px solid #dcdcdc77 !important;
	border-radius: 16px !important;
	background: #ffffff  !important;
	overflow: hidden;
}

.ticket-file-upload .custom-file-input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.ticket-file-upload .custom-file-label {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-width: 125px;
	margin: 0 !important;
	padding: 0 18px;
	background: #efefef !important;
	border-right: 1px solid #ffffff !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.custom-file-label {
	display: inline-block;
	width: 25%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 16px !important ;
	cursor: pointer;
	background: #fff;
}

.ticket-file-upload #selected-file-name {
	flex: 1;
	padding: 0 16px;
	color: #131212 !important;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ticket-preview-image-wrapper {
	margin-top: 10px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "no file choosen" !important;
	border-left: none !important;
	display: none !important;
}

.ticket-preview-image {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #ddd;
	padding: 4px;
	background: #fff;
}

.ticket-preview-pdf {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	padding: 12px 16px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #f8f8f8;
}

.ticket-preview-pdf i {
	font-size: 22px;
	color: #d9534f;
}
/* Captcha */
.captcha-text {
	margin-top: 15px;
	color: #555;
	font-size: 14px;
}

.captcha-text a {
	color: #ff7a00;
	text-decoration: none;
}

/* Submit Button */
.ticket-submit-btn {
	background: #ff7a00;
	color: #fff;
	border: none;
	border-radius: 14px;
	padding: 14px 35px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}

.ticket-submit-btn:hover {
	background: #e96d00;
	color: #fff;
}

/* <!-- Timing panel style --> */

/* =========================
        Opening Hours Section
        ========================= */

.timing-panel {
	position: relative;

	padding: 35px;

	background: #050505;

	border-radius: 30px;

	overflow: hidden;

	margin-top: 30px;
}

/* wave overlay */
.timing-panel::before {
	content: "";

	position: absolute;
	inset: 0;

	background-image: url("../img/front/company/HeroImage.png");

	background-size: cover;
	background-position: center;

	opacity: 0.4;

	pointer-events: none;
}

/* heading */
.panelheading {
	position: relative;
	z-index: 2;

	color: #ce1818;

	font-size: 42px;
	font-weight: 700;

	margin-bottom: 30px;
}

/* week container */
.weekbox-inner {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	backdrop-filter: blur(10px);

	display: flex;
	align-items: stretch;
	gap: 18px;

	overflow-x: auto;

	scrollbar-width: none;
}
.weekbox::after {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0px;
	right: 0;
	bottom: 0px;
	content: "";
	background: #00000000;
	border: 1px solid #00000000;
}
.weekbox-inner::-webkit-scrollbar {
	display: none;
}

/* each day card */
.daybox {
	min-width: 140px;

	padding: 18px 20px;

	border-radius: 22px;

	background: rgba(255, 255, 255, 0.03);
	border: 0;
	backdrop-filter: blur(10px);

	transition: 0.3s ease;

	flex-shrink: 0;
}

/* active day */
.daybox.active {
	background: #f58220;
}

/* day name */
.daybox .day {
	color: #ffffff;

	font-size: 20px;
	font-weight: 600;

	margin-bottom: 14px;
}

/* timing */
.daybox .time {
	color: #f2f2f2;

	font-size: 18px;
	font-weight: 500;

	margin-bottom: 0;

	line-height: 1.5;
}

/* responsive */
@media (max-width: 768px) {
	.timing-panel {
		padding: 25px;
	}

	.panelheading {
		font-size: 30px;
		margin-bottom: 22px;
	}

	.daybox {
		min-width: 150px;
		padding: 16px;
	}

	.daybox .day {
		font-size: 22px;
	}

	.daybox .time {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.panelheading {
		font-size: 24px;
	}

	.daybox {
		min-width: 135px;
	}

	.daybox .day {
		font-size: 18px;
	}

	.daybox .time {
		font-size: 15px;
	}
}

/* <!-- service provider details page style --> */

/* =========================
   Services Section
        ========================= */

.services-section {
	padding: 35px;

	background: #ffffff;

	border: 1px solid #e8e8e8;

	border-radius: 28px;

	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);

	overflow: hidden;
}

/* heading */
.services-heading {
	font-size: 42px;
	font-weight: 700;

	color: #111;

	margin-bottom: 35px;
}

/* slider spacing */
.service_slider {
	position: relative;
}

/* card */
.service-card {
	background: #fdfdfd;

	border: 1px solid #e8e8e8;

	border-radius: 24px;

	overflow: hidden;

	transition: 0.3s ease;

	height: 100%;
	width: 300px;
}

.service-card:hover {
	transform: translateY(-6px);

	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* image wrapper */
.service-image {
	position: relative;

	border-radius: 22px;

	overflow: hidden;

	margin: 14px;
}

/* image */
.service-image img {
	width: 100%;
	height: 230px;

	object-fit: cover;

	display: block;

	transition: transform 0.4s ease;
}

.service-card:hover .service-image img {
	transform: scale(1.05);
}

/* dark overlay */
.service-image::after {
	content: "";

	position: absolute;
	inset: 0;

	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

/* title on image */
.service-title {
	position: absolute;

	left: 22px;
	bottom: 20px;

	z-index: 2;

	color: #ffffff;

	font-size: 24px;
	font-weight: 700;
}

/* content */
.service-content {
	padding: 0 18px 20px;
}

/* description */
.service-description {
	color: #555;

	font-size: 16px;
	line-height: 1.7;

	min-height: 80px;

	margin-bottom: 15px;
}

/* arrow */
.service-arrow {
	display: flex;
	justify-content: flex-end;
}

.service-arrow a {
	width: 42px;
	height: 42px;

	border-radius: 50%;

	border: 1px solid #f58220;

	display: flex;
	align-items: center;
	justify-content: center;

	color: #f58220;

	text-decoration: none;

	transition: 0.3s ease;
}

.service-arrow a:hover {
	background: #f58220;
	color: #ffffff;
}

/* slick arrows */
.slick-prev,
.slick-next {
	width: 48px;
	height: 48px;

	border-radius: 50%;

	border: 1px solid #f58220;

	background: #ffffff;

	z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
	background: #f58220;
}

.slick-prev:before,
.slick-next:before {
	color: #f58220;
	font-size: 22px;
	opacity: 0.4;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #fff;
}

/* responsive */
@media (max-width: 768px) {
	.services-section {
		padding: 25px;
	}

	.services-heading {
		font-size: 30px;
	}

	.service-image img {
		height: 200px;
	}

	.service-title {
		font-size: 20px;
	}
}
/* slider wrapper */
.service_slider {
	position: relative;

	padding-bottom: 80px;
}

/* common arrow */
.service_slider .slick-prev,
.service_slider .slick-next {
	position: absolute;

	bottom: 0;
	top: auto;

	width: 52px;
	height: 52px;

	border-radius: 50%;

	border: 1px solid #f58220;

	background: #ffffff;

	display: flex !important;
	align-items: center;
	justify-content: center;

	z-index: 10;

	transition: 0.3s ease;
}

/* left arrow */
.service_slider .slick-prev {
	left: 50%;
	transform: translateX(-65px);
}

/* right arrow */
.service_slider .slick-next {
	left: 50%;
	transform: translateX(10px);
}

/* hover */
.service_slider .slick-prev:hover,
.service_slider .slick-next:hover {
	background: #f58220;
}

/* remove default slick icon */
.service_slider .slick-prev:before,
.service_slider .slick-next:before {
	display: none;
}

/* custom icon */
.service_slider .slick-prev i,
.service_slider .slick-next i {
	font-size: 20px;
	color: #f58220;

	transition: 0.3s ease;
}

/* icon hover */
.service_slider .slick-prev:hover i,
.service_slider .slick-next:hover i {
	color: #ffffff;
}

/* mobile */
@media (max-width: 576px) {
	.service_slider {
		padding-bottom: 70px;
	}

	.service_slider .slick-prev,
	.service_slider .slick-next {
		width: 45px;
		height: 45px;
	}

	.service_slider .slick-prev {
		transform: translateX(-58px);
	}

	.service_slider .slick-next {
		transform: translateX(8px);
	}
}

/* =========================
   Principles Section
    ========================= */

.principles-section {
	padding: 40px 20px;
}

/* heading */
.principles-heading {
	text-align: center;

	font-size: 42px;
	font-weight: 700;

	color: #111;

	margin-bottom: 35px;
}

/* scroll container */
.principles-grid {
	display: flex;

	gap: 22px;

	overflow-x: auto;

	scroll-behavior: smooth;

	padding-bottom: 10px;

	scrollbar-width: none;
}

.principles-grid::-webkit-scrollbar {
	display: none;
}

/* card */
.principle-card {
	min-width: 280px;
	max-width: 280px;

	flex-shrink: 0;

	background: #ffffff;

	border-radius: 22px;

	padding: 35px 25px;

	text-align: center;

	border: 1px solid #ececec;

	transition: 0.3s ease;

	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.03);
}

.principle-card:hover {
	transform: translateY(-6px);

	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* icon */
.principle-icon {
	width: 52px;
	height: 52px;

	margin: 0 auto 18px;

	border-radius: 50%;

	background: rgba(245, 130, 32, 0.1);

	display: flex;
	align-items: center;
	justify-content: center;
}

.principle-icon i {
	font-size: 22px;
	color: #f58220;
}

/* title */
.principle-title {
    font-size: 24px;
    font-weight: 700;
    overflow: auto;
    white-space: nowrap;
    color: #222;
    margin-bottom: 14px;

    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE & Edge */
}

.principle-title::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* text */
.principle-text {
    color: #777;
    font-size: 16px;
    line-height: 1.7;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 0;

    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.principle-text::-webkit-scrollbar {
    display: none;
}

.company-social ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.company-social ul li a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

.company-social ul li a:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.25);
}

.company-social ul li a i {
    font-size: 18px;
}
/* responsive */
@media (max-width: 576px) {
	.principles-section {
		padding: 25px 15px;
	}

	.principles-heading {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.principle-card {
		min-width: 240px;
		max-width: 240px;

		padding: 28px 20px;
	}

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

	.principle-text {
		font-size: 15px;
	}
}
