/*!
Theme Name: allthingshospitality
Theme URI: http://underscores.me/
Author: allthingshospitality
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allthingshospitality
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

allthingshospitality is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: #F9F9F9;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 3em;
	margin: 0.67em 0;
	font-family:  'Be Vietnam Pro' , -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif!important;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 2.2em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.8em;
}
h6 {
	font-size: 1.5em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
.nav-menu > li > a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Be Vietnam Pro'!important;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('./fonts/BeVietnamPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('./fonts/BeVietnamPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('./fonts/BeVietnamPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:  'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
body{
	background: #f9f9f9 !important;
}
button{
		font-family:  'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.nav-menu a,
.contact-btn,
.footer-menu a {
    font-family:'Be Vietnam Pro'!important;
}

.contact-btn:hover {
    background: #000!important;
    color: #ffffff!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
		font-family: 'Be Vietnam Pro',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin:10px 0;
}

/* span{
	font-family:  'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} */
.elementor-button-text span{
	font-family:  'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
	margin: 0em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
    padding: 10px 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

aside#secondary {
    display: none!important;
}

header.entry-header {
    display: none!important;
}

header.entry-header {
    display: none!important;
}


/* work section */

figure.elementor-image-box-img {
	width:100%!important;
	margin:0px!important;
}



.elementor-image-box-content {
    position: absolute!important;
    bottom: 24px!important;
    left: 32px!important;
    background: #f2f5f5b8!important;
    max-width: 88%!important;
    padding: 24px!important;
    text-align: left!important;
}

.case-study-grid {
display:grid;
grid-template-columns:repeat(2,1fr);
gap:48px;
}

.case-study-image {
height:500px;
background-size:cover;
background-position:center;
position:relative;
border-radius:5px;
overflow:hidden;
}

.case-study-overlay {
position:absolute;
bottom:32px;
left:24px;
background:rgba(255,255,255,0.8);
padding:24px;
border-radius:5px;
width:90%;	
}

.case-study-overlay h3 {
    margin: 0 0 10px;
	color: #202222;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
.case-study-overlay p{
	 font-size: 16px;
	color: #3F4141;
    font-weight: 400;
	margin:0px;
}

.case-study-btn {
    display: none;
	color: #3F4141;
}

.case-study-btn {

margin-top:10px;
font-weight:600;
text-decoration:none;
}

.case-study-image .elementor a{
	color:#3F4141;
}
.case-study-item:hover .case-study-btn {
    display: inline-block;
}
@media(max-width:1024px){
	.case-study-image {
    height: 373px;
	}
		a.case-study-btn {
    display: block;
} 
	.case-study-grid {

    gap: 24px;
}
}
@media(max-width:991px){
		.page-content,
.entry-content,
.entry-summary {
    padding: 0 15px;
}
	.case-study-btn {
    display: inline-block;
}
}
@media(max-width:768px){
.case-study-grid{
grid-template-columns:1fr;
}

	    .case-study-image {
        height: 358px;
    }

	
}

/* =========================================================
   SERVICES SECTION
========================================================= */
/* =========================================================
   SERVICES SECTION
========================================================= */
.allthings-services-section {
    padding: 60px 0 48px;
    overflow: hidden;
}

.services-heading-wrap {
    max-width: 64%;
    margin: 0 auto 120px;
    text-align: center;
    padding: 0 20px;
}

.services-heading {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 65px;
    font-weight: 500;
    color: #444444;
    text-transform: uppercase;
}

.services-description {
    font-size: 20px;
    line-height: 32px;
    color: #555555;
}

/* =========================================================
   SLIDER WRAP
========================================================= */
.allthings-services-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.allthings-services-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    padding: 0 1vw 80px;
    cursor: grab;
}

.allthings-services-slider::-webkit-scrollbar {
    display: none;
}

.allthings-services-slider.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.service-item {
    flex: 0 0 calc((100% - 60px) / 4.35);
    min-width: calc((100% - 60px) / 4.35);
    scroll-snap-align: center;
}

.service-card-shell {
    width: 100%;
}

.service-top-title {
    min-height: 34px;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
	font-family: "Be Vietnam Pro";
    line-height: 25px;
    font-weight: 400;
    color: #555555;
    padding: 0px 6px 0 6px;
}

.service-visual-card {
    position: relative;
    height: 460px;
    overflow: hidden;
}

.service-image-card,
.service-hover-card {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.service-image-card {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1;
	justify-content: flex-end;
}

.service-hover-card {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 2;
    background: #155D5D;
    color: #ffffff;
}

.service-image-wrap,
.service-no-image {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.service-image-wrap img,
.service-no-image {
    position: relative;
    width: 100%;
   
    object-fit: cover;
    display: block;
    background: #d9d9d9;
}

.service-hover-inner {
    width: 100%;
    height: 100%;
    padding: 26px 18px 18px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
}

.service-title {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.service-text {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    max-width: 92%;
    margin: 0 auto;
}

.service-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 26px;
    border-radius: 999px;
    background: #f9f9f9;
    color: #3F4141;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.service-btn:hover {
    background: #ffffff;
    color: #176d69;
}

.service-mobile-close {
    display: none;
}

@media (min-width: 768px) {
    .service-item:hover .service-image-card {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
    }

    .service-item:hover .service-hover-card {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* =========================================================
   PROGRESS BAR
========================================================= */
.services-progressbar {
    width: 100%;
    max-width: 68%;
    height: 6px;
    margin: 10px auto 0;
    background: #dddddd;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    touch-action: none;
}

.services-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 28%;
    background: #73a4a0;
    border-radius: 999px;
    transform: translateX(0);
    transition: transform 0.15s ease, width 0.15s ease;
}

.services-slider-dots {
    display: none;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
    .allthings-services-section {
        padding: 48px 0 38px;
    }
	

		.services-heading {
    font-size: 32px;
    line-height: 40px;
	}

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

    .allthings-services-slider {
        gap: 18px;
        padding: 0 2vw 20px;
    }

    .service-item {
        flex: 0 0 calc((100% - 18px) / 2.35);
        min-width: calc((100% - 18px) / 2.35);
    }

   

    .service-image-wrap,
    .service-no-image {
        height: 100%;
    }

    .services-progressbar {
        max-width: 74%;
    }
	.service-item {
    flex: 0 0 calc((100% - 60px) / 2.35);
    min-width: calc((100% - 60px) / 2.35);
	}
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .allthings-services-section {
       
        padding: 0px;
    }
	.service-image-wrap img, .service-no-image {
    position: relative;
    width: auto;
    margin: 0 auto;
    height: 320px !important;
    object-fit: cover;
    display: block;
    background: #d9d9d9;
}

    .services-heading-wrap {
        max-width: 100%;
        margin: 0 auto 40px;
        text-align: center;
        padding: 0;
    }

    .services-heading {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 12px;
    }

    .services-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .allthings-services-slider-wrap {
        width: 100%;
        overflow: hidden;
    }

    .allthings-services-slider {
        gap: 14px;
        padding: 0;
        width: 100%;
        scroll-snap-type: x mandatory;
    }

    .service-item {
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: center;
    }

    .service-card-shell {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }

    .service-top-title {
        min-height: auto;
        margin-bottom: 8px;
        justify-content: center;
        align-items: center;
    }

    .service-visual-card {
        width: 100%;
        height: 400px;
    }

    .service-image-wrap,
    .service-no-image {
        height: 100%;
    }

    .service-hover-card {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
    }

    .service-item.mobile-open .service-image-card {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
    }

    .service-item.mobile-open .service-hover-card {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .service-hover-inner {
        padding: 18px 16px 16px;
    }

    .service-title {
        margin: 0 0 12px;
        font-size: 18px;
    }

    .service-text {
        font-size: 14px;
        line-height: 1.65;
        max-width: 100%;
    }

    .service-btn {
        width: 100%;
        min-height: 40px;
        margin-top: auto;
        padding: 10px 18px;
    }

    .service-mobile-close {
        display: block;
        position: absolute;
        top: 8px;
        right: 10px;
        z-index: 5;
        width: 28px;
        height: 28px;
        border: 0;
        background: transparent;
        color: #ffffff;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
        padding: 0;
    }

    .services-progressbar {
        display: none;
    }

    .services-slider-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
		margin-bottom: 10px;
    }

    .services-slider-dots .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d6d6d6;
        transition: all 0.25s ease;
        cursor: pointer;
        border: 0;
        padding: 0;
    }

    .services-slider-dots .dot.active {
        background: #1d6d69;
        transform: scale(1.08);
    }
}

/* MAIN WRAPPER */
.custom-contact-form {
    width: 100% !important;
    margin: 0 auto !important;
}

/* EACH FIELD BLOCK */
.custom-contact-form .form-group {
    margin-bottom: 16px !important;
}

/* LABELS */
.custom-contact-form .form-group label {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #4f4f4f !important;
    text-transform: uppercase !important;
    margin: 0 0 12px 0 !important;
    font-family: inherit !important;
}

/* INPUT / EMAIL / TEL / SELECT / TEXTAREA COMMON */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form select,
.custom-contact-form textarea,
.custom-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
    font-family: 'DM Sans' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #4f4f4f ;
    box-shadow: none !important;
    outline: none !important;
}

.custom-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* Default placeholder color (Select One) */


/* Change color after user selects option */
select[name="your-help"]:valid {
  color: #A4A4A4!important;
}
select[name="your-help"] {
  color: #A4A4A4!important;
}

select[name="your-help"].selected {
  color: #4f4f4f!important;
}

/* TEXT INPUTS */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"] {
    width: 100% !important;
    height: 31px !important;
    border: none !important;
    border-bottom: 1px solid #b7b7b7 !important;
    background: transparent !important;
    padding: 0 0 7px 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/* PLACEHOLDER */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #b0b0b0 !important;
    font-size: 16px !important;
    opacity: 1 !important;
}

/* SELECT FIELD */
.custom-contact-form select {
    width: 100% !important;
    height: 36px !important;
    border: 1px solid #c6c6c6 !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    padding: 0 40px 0 12px !important;
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20'><path fill='none' stroke='%23b0b0b0' stroke-width='1.8' d='M5 7l5 5 5-5'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 24px 24px !important;
}

/* TEXTAREA */
.custom-contact-form textarea {
    width: 100% !important;
    height: 255px !important;
    min-height: 164px !important;
    border: 1px solid #c6c6c6 !important;
    border-radius: 6px !important;
    background: transparent !important;
    padding: 12px 12px !important;
    resize: none !important;
    margin: 0 !important;
}

/* SUBMIT WRAP */
.custom-contact-form .form-submit {
    text-align: right !important;
    margin-top: 28px !important;
}

/* SUBMIT BUTTON */
.custom-contact-form .wpcf7-submit {
	align-items: center;
    justify-content: center;
    display: flex;
    gap: 16px;
	margin-top: 24px;
	font-family: 'Be Vietnam Pro';
    background: #155D5D !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    line-height: 29px !important;
    padding: 12px 16px 12px 24px!important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

/* HOVER */
.custom-contact-form .wpcf7-submit:hover {
    opacity: 0.95 !important;
    transform: none !important;
	background: #000 !important;
}

/* REMOVE CF7 EXTRA SPACE */
.custom-contact-form .wpcf7-spinner {
    display: none !important;
}

.custom-contact-form .wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin-top: 6px !important;
}

.custom-contact-form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
}

/* REMOVE PARAGRAPH GAPS IF THEME ADDS THEM */
.custom-contact-form p {
    margin: 0 !important;
    padding: 0 !important;
	font-family: 'Be Vietnam Pro';
}
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    font-size: 16px !important;
}

/* Chrome, Safari */
.custom-contact-form input::-webkit-input-placeholder,
.custom-contact-form textarea::-webkit-input-placeholder {
    font-size: 16px !important;
}

/* Firefox */
.custom-contact-form input::-moz-placeholder,
.custom-contact-form textarea::-moz-placeholder {
    font-size: 16px !important;
}

/* IE */
.custom-contact-form input:-ms-input-placeholder,
.custom-contact-form textarea:-ms-input-placeholder {
    font-size: 16px !important;
}

.custom-contact-form select {
    font-size: 16px!important;
}
.custom-contact-form option {
    font-size: 16px!important;
}
/* MOBILE SAFE */
@media (max-width: 767px) {
    .custom-contact-form {
        max-width: 100% !important;
    }
	.custom-contact-form p,
	.wpcf7-submit{
		width: 100%;
	}
	
}

/* logo section */

@media (min-width: 600px) {
	.new-logo .e-con-inner{
		display:flex!important;
		justify-content:space-between!important;
	}
}


.Counter-section .elementor-element {
  position: relative;
  padding-right: 20px;
}

.Counter-section .elementor-element::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 65%;
  width: 1px;
  background-color: #85AEB5;
}
.home-Counter-section .elementor-element {
  position: relative;
  padding-right: 20px;
}

.home-Counter-section .elementor-element::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 65%;
  width: 1px;
  background-color: #85AEB5;
}
/* Remove line from last item */
.Counter-section .elementor-element:last-child::after {
  display: none;
}
.home-Counter-section .elementor-element:last-child::after {
  display: none;
}
@media (max-width: 768px) {
/* Remove line from second last item */
	.home-Counter-section .elementor-element::after {
		height: 110%;
	}
	.home-Counter-section .elementor-element:nth-last-child(1)::after,
	.home-Counter-section .elementor-element:nth-last-child(2)::after{
		display: none;
	}

    .Counter-section .elementor-element::after {
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
	.case-study-overlay {
    left: 5%;
	}
.Counter-section .elementor-element::before {
        content: "";
        position: absolute;
        right: 0;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        margin: 0 auto;
        height: 1px;
        background-color: #85AEB5;
    }
	.Counter-section .elementor-element:nth-last-child(3)::before,
	.Counter-section .elementor-element:nth-last-child(4)::before {
		display: none;
	}
	.Counter-section .elementor-element:nth-last-child(1)::before,
	.Counter-section .elementor-element:nth-last-child(2)::before {
		display: none;
	}
	
	
}

.Counter-section .elementor-counter-title{
	text-align:center;
}

.form-group-submit {
    display: flex;
    justify-content: flex-end;
}
.case-study-btn {
  position: relative;
  padding-right: 34px!important;
}

.case-study-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("https://ditdev.net/allthingshospitality/wp-content/uploads/2026/03/Arrow-Right-Streamline-Cyber-Line.png") no-repeat center;
  background-size: contain;
}

.case-study-btn-txt {
  position: relative;
  padding-right: 34px!important;
}

.case-study-btn-txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("https://ditdev.net/allthingshospitality/wp-content/uploads/2026/03/Arrow-Right-Streamline-Cyber-Line.png") no-repeat center;
  background-size: contain;
}
.case-study-desc{

display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;

overflow:hidden;
transition:.4s ease;

}

.case-study-item:hover .case-study-desc{

-webkit-line-clamp:unset;

}
@media (max-width: 767px) {
	.Counter-section .elementor-element:nth-child(2)::after{
		display:none;
	}
	.Counter-section .elementor-element:nth-child(3n)::before, .Counter-section .elementor-element:nth-child(4n)::before {
    position: absolute;
    content: " ";
    display: block;
    top: -24%;
    width: 74%;
    background-color: #85AEB5;
}
}

#slider-logo .swiper-slide-image {
    width: 100px;
    height: 100%;
}

#slider-logo  .swiper-wrapper {
    align-items: center!important;
}

.Counter-section span.elementor-counter-number {
    font-size: 70px;
    margin: auto 0 0 0;
}


