/*!
Theme Name: Linear Web - Surfside Chauffeurs
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
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: linearweb_surfsidechauffeurs
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.

Linear Web - Surfside Chauffeurs 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Work+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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: 2em;
  margin: 0.67em 0;
}

/* 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;
}

/**
 * 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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 1.5em 3em;
}

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:visited {
  color: #800080;
}
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 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.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;
}

/* ----- WP Scss File ------- */
/* Main Fonts */
/* Colors */
/* mostly used color */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Epilogue", sans-serif;
  color: inherit;
}

p {
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.7;
  color: #292929;
  margin: 0;
  padding: 0;
}

a {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.5;
  color: #292929;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Josefin Sans", sans-serif;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 3.5rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 1.75rem;
}

p {
  font-size: 1.125rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 41, 41, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #f8f8f8;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a:hover {
  color: #7FC7AF;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Epilogue", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 50px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 35px;
}
.btn.btn-primary {
  background-color: #7FC7AF;
  color: #ffffff;
  border-color: #7FC7AF;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #7FC7AF;
  color: #7FC7AF;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #7FC7AF;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #7FC7AF;
  color: #7FC7AF;
}
.btn.btn-primary-ghost:hover {
  background-color: #7FC7AF;
  color: #ffffff;
  border-color: #7FC7AF;
}
.btn.btn-secondary {
  background-color: #7FC7AF;
  color: #ffffff;
  border-color: #7FC7AF;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #7FC7AF;
  color: #7FC7AF;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #7FC7AF;
  color: #7FC7AF;
}
.btn.btn-secondary-ghost:hover {
  background-color: #7FC7AF;
  color: #ffffff;
  border-color: #7FC7AF;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-blackie {
  background-color: #292929;
  color: #ffffff;
  border-color: #292929;
}
.btn.btn-blackie:hover {
  background-color: transparent;
  border-color: #292929;
  color: #292929;
}
.btn.btn-blackie-ghost {
  background-color: transparent;
  border-color: #292929;
  color: #292929;
}
.btn.btn-blackie-ghost:hover {
  background-color: #292929;
  color: #ffffff;
  border-color: #292929;
}
.btn .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.btn .btn-wrap span {
  margin: 0;
  padding: 0;
}
.btn .btn-wrap i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn:hover .btn-wrap i {
  transform: translateX(10px);
}

.section {
  padding: 80px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.main-title {
  max-width: 600px;
  margin: 0 auto 80px;
}
.main-title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: capitalize;
}
.main-title h5 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
}
.main-title h6 {
  background-color: rgba(127, 199, 175, 0.1);
  padding: 5px 20px;
  border-radius: 15px;
  display: inline-block;
  font-size: 1rem;
  color: #7FC7AF;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.main-title p {
  font-size: 1rem;
  line-height: 1.5;
  color: #f8f8f8;
  margin-top: 10px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-info .contact-item {
  display: inline-block;
}
.contact-info .contact-item h6 {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item p {
  display: inline-block;
  color: #f8f8f8;
  margin-top: 5px;
  position: relative;
}
.contact-info .contact-item p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7FC7AF;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item:hover h6 {
  color: #7FC7AF;
}
.contact-info .contact-item:hover p::before {
  width: 100%;
}

.background-attachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 60px;
  }
  .main-title h4 {
    font-size: 2rem;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 50px;
  }
  .main-title h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title {
    margin-bottom: 40px;
  }
  .main-title h4 {
    font-size: 1.25rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 20px);
}
.form .form-group.third-width {
  flex-basis: calc(33.3333333333% - 20px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #292929;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group label i {
  color: #7FC7AF;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 10px 15px;
  font-size: 1rem;
  color: #000000;
  resize: none;
  width: 100%;
  border-radius: 20px;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #292929;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #292929;
  border-bottom: 1px solid #292929;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group.third-width {
    flex-basis: calc(50% - 20px);
  }
  .form .form-group label {
    font-size: 1rem;
  }
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 0.9375rem;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 3px;
  z-index: 1;
}
.icon-block.circle-radius {
  border-radius: 100%;
}
.icon-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #7FC7AF;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #7FC7AF;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block svg {
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block:hover::before {
  width: 100%;
  height: 100%;
}
.icon-block:hover i {
  color: #ffffff;
}
.icon-block:hover svg path {
  fill: #7FC7AF;
  stroke: #7FC7AF;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(127, 199, 175, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(127, 199, 175, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(127, 199, 175, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #5cb799;
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #D4D7DD;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #7FC7AF;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #7FC7AF;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #D4D7DD;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #ffffff;
}
.slick-arrow.left {
  left: 5px;
  z-index: 9;
}
.slick-arrow.right {
  right: 5px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: auto;
  overflow: visible;
  background: transparent;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  width: 120px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 5px 10px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #f8f8f8;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::before, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
  width: 100%;
}
.header .navbar .button .btn {
  border-radius: 5px;
  background-color: #7FC7AF;
  border: 1px solid #7FC7AF;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  padding: 10px 20px;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #7FC7AF;
  z-index: 9999;
}
.header.fixed-header .navbar {
  padding: 0;
}
.header.fixed-header .navbar .navbar-brand {
  padding: 5px;
}
.header.fixed-header .navbar .navbar-brand figure {
  width: 100px;
}
.header.main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #f8f8f8;
}

@media screen and (max-width: 992px) {
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #ffffff;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
  }
  .header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross path {
    stroke: #ffffff;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem;
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #7FC7AF;
  }
  .header .navbar .button {
    display: none;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 80px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar-toggler {
    border: 2px solid #292929;
  }
  .header .navbar-toggler svg {
    fill: #292929;
  }
  .header .navbar-toggler svg.cross path {
    stroke: #292929;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 80px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #292929;
  }
  .header.fixed-header .navbar-toggler {
    border: 2px solid #ffffff;
  }
  .header.fixed-header .navbar-toggler svg {
    fill: #ffffff;
  }
  .header.fixed-header .navbar-toggler svg.cross path {
    stroke: #ffffff;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 60px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #7FC7AF;
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.banner .banner-slider {
  height: 100dvh;
}
.banner .banner-slider .banner-block {
  height: 100dvh;
}
.banner .banner-slider .banner-block .figure {
  height: 100%;
  width: 100%;
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
}
.banner .banner-slider .banner-block .content h2 {
  color: #ffffff;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  margin: 15px 0;
}
.banner .banner-slider .banner-block .content h2 span {
  display: block;
  color: #7FC7AF;
}
.banner .banner-slider .banner-block .content p {
  margin-block: 30px 50px;
  color: #f8f8f8;
}
.banner .banner-slider .banner-block .content .button-wrap {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .banner .banner-slider .banner-block .content h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-slider {
    height: 100%;
  }
  .banner .banner-slider .banner-block {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    background-color: #7FC7AF;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .banner .banner-slider .banner-block .content h2 {
    font-size: 2rem;
  }
  .banner .banner-slider .banner-block .content p {
    margin-block: 20px 30px;
  }
  .banner .banner-slider .banner-block .content .button-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .banner .banner-slider .banner-block .content h2 {
    font-size: 1.5rem;
  }
  .banner .banner-slider .banner-block .content .button-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.booking {
  background: #f7f7f7;
}
.booking .main-title {
  text-align: center;
}
.booking .main-title h4 {
  color: #292929;
}
.booking .main-title p {
  color: #292929;
}
.booking .form {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  padding: 40px;
  border-radius: 20px;
  border-top: 8px solid #7FC7AF;
  gap: 50px 20px;
  background: #ffffff;
}

@media screen and (max-width: 992px) {
  .booking .form {
    gap: 30px 20px;
  }
}
.service .main-title {
  text-align: center;
}
.service .main-title h4 {
  color: #292929;
}
.service .main-title p {
  color: #292929;
}
.service .wrapper {
  align-items: initial;
  gap: 50px 20px;
}

.service-block {
  flex-basis: calc(33.3333333333% - 28px);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: 1px solid #D4D7DD;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.5s ease-in-out;
}
.service-block .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(127, 199, 175, 0.1);
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.service-block .icon i {
  font-size: 1.5rem;
  color: #7FC7AF;
}
.service-block .desc {
  text-align: center;
}
.service-block .desc h6 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #292929;
  margin-block: 30px 10px;
}
.service-block .desc h6 span {
  text-transform: initial;
}
.service-block .desc p {
  font-size: 1rem;
}
.service-block:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 1200px) {
  .service .wrapper {
    gap: 30px 15px;
  }
  .service-block {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .service .wrapper {
    flex-direction: column;
    justify-content: space-between;
    gap: 30px 10px;
  }
}
@media screen and (max-width: 576px) {
  .service-block .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .service .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .service-block .desc h6 {
    margin-bottom: 10px;
  }
}
.about .wrapper {
  gap: 60px;
  align-items: initial;
}
.about .wrapper .about-image {
  flex-basis: calc(50% - 60px);
}
.about .wrapper .about-image .image-block {
  position: relative;
  height: 100%;
}
.about .wrapper .about-image .image-block .figure {
  padding-inline: 50px;
  height: 100%;
}
.about .wrapper .about-image .image-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about .wrapper .about-image .image-block .absolute-figure {
  position: absolute;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922);
  border: 10px solid #ffffff;
  border-radius: 10px;
}
.about .wrapper .about-image .image-block .absolute-figure img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
}
.about .wrapper .about-image .image-block .absolute-figure.first {
  top: 60px;
  left: -50px;
}
.about .wrapper .about-image .image-block .absolute-figure.second {
  bottom: 60px;
  right: -50px;
}
.about .wrapper .about-content {
  flex-basis: calc(50% - 60px);
}
.about .wrapper .about-content .main-title {
  margin-bottom: 0;
}
.about .wrapper .about-content .main-title h4 {
  color: #000000;
}
.about .wrapper .about-content .main-title h4 span {
  display: initial;
  color: #7FC7AF;
}
.about .wrapper .about-content .main-title p {
  color: #292929;
  margin-top: 20px;
}
.about .wrapper .about-content .content p {
  margin-top: 30px;
}
.about .wrapper .about-content .button {
  margin-top: 40px;
}
.about .wrapper .about-choose {
  flex-basis: calc(50% - 20px);
}
.about .wrapper .about-choose .main-title {
  margin-inline: initial;
  margin-bottom: 0;
}
.about .wrapper .about-choose .main-title h4 {
  color: #292929;
}
.about .wrapper .about-choose .main-title h4 span {
  color: #7FC7AF;
}
.about .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.about .wrapper ul li {
  flex-basis: calc(33.3333333333% - 10px);
  text-align: center;
  margin-top: 40px;
  background-color: rgba(212, 215, 221, 0.2);
  padding: 20px;
  border-radius: 10px;
}
.about .wrapper ul li .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(127, 199, 175, 0.2);
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.about .wrapper ul li .icon i {
  font-size: 1rem;
  color: #7FC7AF;
}
.about .wrapper ul li .desc {
  flex-basis: calc(100% - 50px);
}
.about .wrapper ul li .desc h6 {
  font-size: 0.9375rem;
  color: #000000;
  text-transform: capitalize;
  margin-block: 8px;
}
.about .wrapper ul li .desc p {
  font-size: 0.8125rem;
  color: #292929;
  line-height: 1.3;
}
.about .wrapper ul.choose-listing {
  background-color: rgba(212, 215, 221, 0.2);
  padding: 20px 30px;
  flex-direction: column;
  border-radius: 20px;
  gap: 40px;
  margin-top: 30px;
}
.about .wrapper ul.choose-listing li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.about .wrapper ul.choose-listing li .icon {
  margin-inline: initial;
}
.about .wrapper ul.choose-listing li .desc {
  text-align: left;
  flex-basis: calc(100% - 70px);
}
.about .wrapper ul.choose-listing li .desc h6 {
  font-size: 1.125rem;
}
.about .wrapper ul.choose-listing li .desc p {
  font-size: 0.9375rem;
}
.about .wrapper .experience {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 10px;
  margin-top: 40px;
  padding: 20px 30px;
  background-color: rgba(127, 199, 175, 0.1);
  border-radius: 20px;
}
.about .wrapper .experience .year {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background-color: rgba(127, 199, 175, 0.4);
  border-radius: 100%;
}
.about .wrapper .experience .year h6 {
  font-size: 1.375rem;
  color: #7FC7AF;
  line-height: 1;
}
.about .wrapper .experience .desc {
  flex-basis: calc(100% - 80px);
}
.about .wrapper .experience .desc h6 {
  font-size: 1.25rem;
  text-transform: capitalize;
}
.about .wrapper .experience .desc p {
  font-size: 0.875rem;
}
.about .wrapper .experience .blockquote {
  flex-basis: 100%;
}
.about .wrapper .experience .blockquote p {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .about .wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .about .wrapper .about-image {
    height: auto;
  }
  .about .wrapper .about-image .image-block {
    height: 100%;
  }
  .about .wrapper .about-image .image-block .figure {
    height: 100%;
  }
  .about .wrapper .about-content .main-title {
    margin-inline: initial;
  }
  .about .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
  }
  .about .wrapper ul li {
    flex-grow: 1;
    margin-top: 30px;
  }
  .about .wrapper ul.choose-listing {
    padding: 20px;
    gap: 30px;
  }
  .about .wrapper ul.choose-listing li .desc h6 {
    font-size: 1.125rem;
  }
  .about .wrapper .experience {
    margin-top: 30px;
    padding: 20px;
  }
  .about .wrapper .experience .year h6 {
    font-size: 1.375rem;
  }
  .about .wrapper .experience .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .about .wrapper .about-image {
    width: 100%;
  }
  .about .wrapper .about-image .image-block .figure {
    width: 100%;
    height: 100%;
  }
  .about .wrapper .about-image .image-block .figure img {
    aspect-ratio: 3/2;
    object-position: bottom;
  }
  .about .wrapper ul li .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about .wrapper .about-content {
    text-align: center;
  }
  .about .wrapper .about-content .content p {
    margin-top: 20px;
  }
  .about .wrapper .about-content .button {
    margin-top: 20px;
  }
  .about .wrapper .about-choose .main-title {
    margin-inline: auto;
    text-align: center;
  }
  .about .wrapper ul {
    flex-direction: column;
    gap: 20px 10px;
    margin-top: 20px;
  }
  .about .wrapper ul li {
    flex-grow: 1;
    margin-top: 0;
  }
  .about .wrapper ul.choose-listing {
    text-align: center;
    padding: 20px;
    gap: 20px;
    margin-top: 20px;
  }
  .about .wrapper ul.choose-listing li .desc h6 {
    font-size: 1rem;
  }
  .about .wrapper .experience {
    margin-top: 20px;
  }
  .about .wrapper .experience .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .about-image .image-block .figure img {
    aspect-ratio: 2/2;
  }
  .about .wrapper .about-image .image-block .absolute-figure img {
    width: 140px;
    aspect-ratio: 1/1;
  }
  .about .wrapper .about-image .image-block .absolute-figure.first {
    left: 0;
  }
  .about .wrapper .about-image .image-block .absolute-figure.second {
    right: 0;
  }
  .about .wrapper ul li .desc h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .about .wrapper .about-image .image-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
  }
  .about .wrapper .about-image .image-block .figure {
    padding-inline: 0;
    flex-basis: 100%;
  }
  .about .wrapper .about-image .image-block .figure img {
    aspect-ratio: 3/2;
  }
  .about .wrapper .about-image .image-block .absolute-figure {
    position: relative;
    flex-basis: calc(50% - 10px);
    border: 0;
  }
  .about .wrapper .about-image .image-block .absolute-figure img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .about .wrapper .about-image .image-block .absolute-figure.first {
    left: 0;
    top: 0;
  }
  .about .wrapper .about-image .image-block .absolute-figure.second {
    right: 0;
    bottom: 0;
  }
  .about .wrapper ul.choose-listing li {
    flex-direction: column;
    gap: 10px;
  }
  .about .wrapper ul.choose-listing li .desc {
    text-align: center;
  }
  .about .wrapper .experience {
    flex-direction: column;
    text-align: center;
  }
  .about .wrapper .experience .desc h6 {
    font-size: 1rem;
  }
  .about .wrapper .experience .blockquote p {
    font-size: 0.875rem;
  }
}
.fleet .main-title {
  text-align: center;
}
.fleet .main-title h4,
.fleet .main-title p {
  color: #292929;
}
.fleet .wrapper {
  align-items: initial;
  gap: 40px;
}
.fleet .wrapper .fleet-block {
  width: calc(50% - 40px);
  /* Image slider */
  /* Content Side */
  /* Top One */
  /* Middle One */
  /* Bottom One */
}
.fleet .wrapper .fleet-block:first-child {
  background-color: rgba(222, 222, 222, 0.25);
  border-radius: 30px;
  padding: 20px;
}
.fleet .wrapper .fleet-block .main-image .figure {
  display: grid;
  place-items: center;
}
.fleet .wrapper .fleet-block .main-image .figure img {
  object-fit: contain;
  border-radius: 10px;
}
.fleet .wrapper .fleet-block .slide-image {
  margin-top: 30px;
}
.fleet .wrapper .fleet-block .slide-image .figure {
  margin-inline: 4px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.fleet .wrapper .fleet-block .slide-image .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.fleet .wrapper .fleet-block .title .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fleet .wrapper .fleet-block .title .info h6 {
  text-transform: capitalize;
  font-weight: 700;
}
.fleet .wrapper .fleet-block .title .info h6 span {
  text-transform: uppercase;
}
.fleet .wrapper .fleet-block .title .info .rating i {
  color: #7FC7AF;
}
.fleet .wrapper .fleet-block .title .detail {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-block: 30px;
}
.fleet .wrapper .fleet-block .title .detail li {
  flex-basis: calc(33.3333333333% - 10px);
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 8px;
  background-color: rgba(127, 199, 175, 0.15);
  border-radius: 20px;
}
.fleet .wrapper .fleet-block .title .detail li i {
  font-size: 0.875rem;
  color: #7FC7AF;
}
.fleet .wrapper .fleet-block .title .detail li p {
  font-size: 0.9375rem;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
  color: #7FC7AF;
}
.fleet .wrapper .fleet-block .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.fleet .wrapper .fleet-block .content .listing {
  flex-basis: calc(50% - 20px);
}
.fleet .wrapper .fleet-block .content .listing h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.fleet .wrapper .fleet-block .content .listing li {
  display: list-item;
  list-style: circle;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 400;
}
.fleet .wrapper .fleet-block .specifications {
  margin-block: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.fleet .wrapper .fleet-block .specifications h6 {
  flex-basis: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
}
.fleet .wrapper .fleet-block .specifications .box {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: rgba(222, 222, 222, 0.15);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.fleet .wrapper .fleet-block .specifications .box i {
  font-size: 1rem;
  color: #7FC7AF;
}
.fleet .wrapper .fleet-block .specifications .box .info-desc {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.fleet .wrapper .fleet-block .specifications .box .info-desc h6 {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: capitalize;
}
.fleet .wrapper .fleet-block .specifications .box .info-desc span {
  font-size: 0.875rem;
  text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
  .fleet .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .fleet .wrapper .fleet-block {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .fleet .wrapper .fleet-block {
    /* Content Side */
    /* Top One */
    /* Middle One */
    /* Bottom One */
    /* Button */
  }
  .fleet .wrapper .fleet-block .title .info {
    flex-wrap: wrap;
  }
  .fleet .wrapper .fleet-block .title .detail {
    flex-direction: column;
    margin-block: 20px;
  }
  .fleet .wrapper .fleet-block .title .detail li {
    gap: 8px;
    padding: 8px 20px;
  }
  .fleet .wrapper .fleet-block .title .detail li i {
    font-size: 0.875rem;
  }
  .fleet .wrapper .fleet-block .title .detail li p {
    font-size: 0.875rem;
  }
  .fleet .wrapper .fleet-block .content {
    flex-direction: column;
  }
  .fleet .wrapper .fleet-block .content .listing {
    text-align: center;
  }
  .fleet .wrapper .fleet-block .content .listing h6 {
    font-size: 1rem;
  }
  .fleet .wrapper .fleet-block .content .listing li {
    list-style-position: inside;
    font-size: 0.875rem;
  }
  .fleet .wrapper .fleet-block .specifications {
    margin-block: 20px;
    flex-direction: column;
    text-align: center;
  }
  .fleet .wrapper .fleet-block .specifications h6 {
    font-size: 1rem;
  }
  .fleet .wrapper .fleet-block .button {
    text-align: center;
  }
}
.why-choose-us {
  background-color: #000000;
}
.why-choose-us .main-title {
  text-align: center;
}
.why-choose-us .wrapper {
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 25px;
}
.why-choose-us .wrapper .choose-block {
  flex-basis: calc(33.3333333333% - 25px);
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 40px 20px;
}
.why-choose-us .wrapper .choose-block .svg-icon {
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.why-choose-us .wrapper .choose-block .svg-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(127, 199, 175, 0.2);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.why-choose-us .wrapper .choose-block .svg-icon svg {
  width: 50px;
  height: auto;
}
.why-choose-us .wrapper .choose-block .desc {
  margin-top: 25px;
}
.why-choose-us .wrapper .choose-block .desc h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #7FC7AF;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.why-choose-us .wrapper .choose-block .desc p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #dedede;
}
.why-choose-us .wrapper .choose-block:nth-child(2) .svg-icon svg {
  width: 70px;
}

@media screen and (max-width: 992px) {
  .why-choose-us .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .why-choose-us .wrapper .choose-block .desc h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper .choose-block {
    width: 100%;
  }
  .why-choose-us .wrapper .choose-block .desc {
    text-align: center;
  }
}
.book {
  background-color: #000000;
}
.book .bookWrap {
  max-width: 600px;
  padding: 60px 40px;
  background: rgba(15, 23, 42, 0.47);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  border: 1px solid rgba(100, 78, 141, 0.04);
  text-align: center;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.book .bookWrap::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(127, 199, 175, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.book .bookWrap::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(127, 199, 175, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.book .bookWrap h5 {
  font-weight: 700;
  color: #ffffff;
}
.book .bookWrap p {
  color: #dedede;
  margin-block: 20px 40px;
}
.book .bookWrap .button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.service-area .main-title {
  text-align: center;
  margin-bottom: 30px;
}
.service-area .main-title h4 {
  color: #7FC7AF;
}
.service-area .main-title h4 span {
  text-transform: lowercase;
}
.service-area .main-title p {
  color: #292929;
}
.service-area .service-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  padding: 40px;
  border-radius: 20px;
}
.service-area .service-area-list .box {
  flex-basis: calc(25% - 20px);
  text-align: center;
  background-color: rgba(212, 215, 221, 0.4);
  padding: 10px;
  border-radius: 50px;
}
.service-area .service-area-list .box:first-child {
  flex-basis: 100%;
  background-color: transparent;
  padding: 0;
}
.service-area .service-area-list .box:first-child .svg-box {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-inline: auto;
  background-color: rgba(212, 215, 221, 0.4);
}
.service-area .service-area-list .box:first-child .svg-box svg {
  width: 30px;
  height: 30px;
}
.service-area .service-area-list .box:first-child .svg-box svg path {
  fill: #7FC7AF;
}
.service-area .service-area-call-section {
  max-width: 600px;
  padding: 60px 40px;
  background: rgba(127, 199, 175, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  border: 1px solid rgba(100, 78, 141, 0.04);
  text-align: center;
  margin-inline: auto;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.service-area .service-area-call-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.service-area .service-area-call-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.service-area .service-area-call-section h5 {
  font-weight: 700;
}
.service-area .service-area-call-section p {
  margin-block: 20px 40px;
}

@media screen and (max-width: 992px) {
  .service-area .service-area-list {
    justify-content: initial;
  }
  .service-area .service-area-list .box {
    flex-basis: calc(33.3333333333% - 20px);
  }
  .service-area .service-area-call-section {
    padding: 40px;
    margin-top: 60px;
  }
  .service-area .service-area-call-section p {
    margin-block: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-area .service-area-list {
    justify-content: space-between;
    gap: 20px 10px;
  }
  .service-area .service-area-list .box {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .service-area .service-area-list {
    padding: 20px;
    flex-direction: column;
  }
}
.call-us {
  background-color: #7FC7AF;
}
.call-us .wrap {
  text-align: center;
}
.call-us .wrap .desc h5 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000000;
}
.call-us .wrap .desc p {
  margin-block: 20px 40px;
}
@media screen and (max-width: 992px) {
  .call-us .wrap {
    flex-direction: column;
    justify-content: center;
  }
  .call-us .wrap .desc {
    text-align: center;
    margin-bottom: 20px;
  }
  .call-us .wrap .desc h5 {
    font-size: 1.5rem;
  }
  .call-us .wrap .button {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .call-us .wrap .desc h5 {
    font-size: 1.25rem;
  }
}
.quote .main-title {
  text-align: left;
  margin-inline: 0;
  margin-bottom: 40px;
  position: relative;
}
.quote .main-title h4 {
  color: #000000;
}
.quote .main-title p {
  font-weight: 500;
  color: #292929;
}
.quote .quote-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.quote .quote-wrapper .main-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.quote .quote-wrapper .main-title .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background-color: rgba(127, 199, 175, 0.3);
  border-radius: 50%;
}
.quote .quote-wrapper .main-title .icon i {
  font-size: 1.125rem;
  color: #7FC7AF;
}
.quote .quote-wrapper .form-quote {
  flex-basis: calc(50% - 20px);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 40px;
  border-radius: 10px;
  border-top: 10px solid #7FC7AF;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  background-color: transparent;
  color: #292929;
  border: 1px solid rgba(212, 215, 221, 0.7);
}
.quote .quote-wrapper .form-quote .form .form-group.button-group .btn {
  border-radius: 5px;
}
.quote .quote-wrapper .form-info {
  flex-basis: calc(50% - 20px);
}
.quote .quote-wrapper .form-info .wrap {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 40px;
  border-radius: 10px;
  border-top: 10px solid #7FC7AF;
  margin-bottom: 40px;
}
.quote .quote-wrapper .form-info .wrap .office-info .group {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.quote .quote-wrapper .form-info .wrap .office-info .group:last-child {
  margin-bottom: 0;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background-color: rgba(127, 199, 175, 0.3);
  border-radius: 50%;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .icon i {
  font-size: 0.875rem;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .detail h6 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .detail p {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.quote .quote-wrapper .form-info .wrap .office-info .group .detail p.small {
  font-size: 0.75rem;
  color: #292929;
  font-weight: 300;
}
.quote .quote-wrapper .form-info .wrap:last-child {
  margin-bottom: 0;
}
.quote .quote-wrapper .form-info .wrap:last-child .desc p {
  font-size: 1rem;
}
.quote .quote-wrapper .form-info .wrap:last-child .desc .button {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .quote .main-title {
    margin-bottom: 30px;
  }
  .quote .quote-wrapper {
    flex-direction: column;
    gap: 30px 20px;
  }
  .quote .quote-wrapper .main-title {
    margin-bottom: 30px;
  }
  .quote .quote-wrapper .main-title .icon {
    width: 40px;
    height: 40px;
  }
  .quote .quote-wrapper .main-title .icon i {
    font-size: 1rem;
  }
  .quote .quote-wrapper .form-quote {
    padding: 20px 40px;
  }
  .quote .quote-wrapper .form-info .wrap {
    padding: 20px 40px;
    margin-bottom: 30px;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group {
    gap: 10px;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .icon {
    width: 30px;
    height: 30px;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .icon i {
    font-size: 0.8125rem;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .detail h6 {
    font-size: 1rem;
  }
  .quote .quote-wrapper .form-info .wrap .office-info .group .detail p {
    font-size: 0.875rem;
  }
  .quote .quote-wrapper .form-info .wrap:last-child {
    margin-bottom: 0;
  }
  .quote .quote-wrapper .form-info .wrap:last-child .desc p {
    font-size: 0.9375rem;
  }
}
.footer {
  background-color: #000000;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.footer .footer-wrapper .footer-block {
  flex-basis: calc(23.3333333333% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-wrapper .footer-block:first-child {
  flex-basis: calc(30% - 10px);
}
.footer .footer-wrapper .footer-block:first-child .footer-logo {
  max-width: 100px;
  margin-top: -50px;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block:first-child .footer-logo img {
  width: 100%;
}
.footer .footer-wrapper .footer-block:first-child .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:first-child .quick-link li a,
.footer .footer-wrapper .footer-block:first-child .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:first-child .quick-link li a,
.footer .footer-wrapper .footer-block:first-child .quick-link .footer-item .footer-link,
.footer .footer-wrapper .footer-block:first-child .quick-link .footer-item a {
  text-transform: initial;
}
.footer .footer-wrapper .footer-block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block .desc {
  max-width: 400px;
}
.footer .footer-wrapper .footer-block .desc p {
  color: #D4D7DD;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link li a,
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link li a,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item a {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #D4D7DD;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link li:hover a,
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link li:hover a,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover a {
  transform: translateX(5px);
  color: #7FC7AF;
}
.footer .footer-wrapper .footer-block .social-icon-wrap {
  display: flex;
  gap: 10px;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(127, 199, 175, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(127, 199, 175, 0.5);
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon i {
  color: #ffffff;
  transition: 0.3s ease-in-out 0.1s;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon:hover::before {
  width: 0;
  height: 0;
}
.footer .footer-wrapper .footer-block .social-icon-wrap .icon:hover i {
  color: #7FC7AF;
}

.footer-bottom {
  background-color: #000000;
}

.bottom-wrap {
  padding: 0 0 20px;
}
.bottom-wrap .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bottom-wrap .content-wrap p,
.bottom-wrap .content-wrap a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Epilogue", sans-serif;
  color: #D4D7DD;
  text-transform: capitalize;
  display: inline-block;
}
.bottom-wrap .content-wrap a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.bottom-wrap .content-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7FC7AF;
  transition: 0.3s ease-in-out 0.1s;
}
.bottom-wrap .content-wrap a:hover {
  color: #7FC7AF;
}
.bottom-wrap .content-wrap a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-block {
    gap: 20px;
    text-align: center;
  }
  .footer .footer-wrapper .footer-block:first-child {
    align-items: center;
  }
  .footer .footer-wrapper .footer-block:first-child .footer-logo {
    margin-top: 0;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .quick-link li,
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block .desc p {
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .footer-block .social-icon-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .bottom-wrap {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .bottom-wrap {
    gap: 10px;
  }
  .bottom-wrap .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
  }
  .bottom-wrap .content-wrap p,
  .bottom-wrap .content-wrap a {
    line-height: 1.5;
    font-size: 0.875rem;
    font-family: "Epilogue", sans-serif;
    text-transform: capitalize;
    display: inline-block;
  }
  .bottom-wrap .content-wrap a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .bottom-wrap .content-wrap a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #7FC7AF;
    transition: 0.3s ease-in-out 0.1s;
  }
  .bottom-wrap .content-wrap a:hover {
    color: #7FC7AF;
  }
  .bottom-wrap .content-wrap a:hover::before {
    width: 100%;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
  /* Feature Section in Inner Page*/
}
.page-about .extra-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .extra-content p {
  color: #292929;
}
.page-about .features {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content .desc p:last-child {
    margin-bottom: 0;
  }
  .page-about .about .wrapper .extra-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .extra-content {
    text-align: center;
  }
}
.gallery .section-title {
  text-align: center;
}
.gallery .gallery-wrapper .img-block {
  width: 33.3333333333%;
  border-radius: 10px;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.gallery .gallery-wrapper .img-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(127, 199, 175, 0.85);
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .img-block .img-info img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gallery .gallery-wrapper .img-block .img-text {
  position: absolute;
  bottom: -100px;
  left: 30px;
  transition: 0.5s ease-in-out 0.3s;
  width: 80%;
}
.gallery .gallery-wrapper .img-block .img-text .imgtitle {
  font-size: 1rem;
  color: #f8f8f8;
  text-transform: capitalize;
}
.gallery .gallery-wrapper .img-block:hover:before {
  width: 100%;
}
.gallery .gallery-wrapper .img-block:hover .img-text {
  bottom: 20px;
}
.gallery .gallery-wrapper.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.gallery .gallery-wrapper.main-wrapper .img-block {
  margin: 0;
  width: 100%;
  flex-basis: calc(33.3333333333% - 15px);
}

@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper.main-wrapper .img-block {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-wrapper.main-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.page-services {
  background: url("../images/Pattern-Randomized.svg");
}
.page-services .service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 1px 14px -8px #292929;
  padding: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #7FC7AF;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #292929;
}
.page-services .servie-block .bottom-content {
  flex-basis: 100%;
}
.page-services .servie-block .bottom-content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #292929;
}
.page-services .servie-block .bottom-content p:first-child {
  padding-top: 0;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
  }
  .page-services .servie-block .content {
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content {
    text-align: center;
  }
  .page-services .servie-block .bottom-content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content ul li p span {
    font-size: 1.125rem;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
.information {
  overflow: hidden;
}
.information .title {
  text-align: center;
  margin-bottom: 40px;
}
.information .title h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #7FC7AF;
  padding-bottom: 10px;
}
.information .title p {
  font-size: 0.9375rem;
}
.information .info-wrapper {
  position: relative;
  margin-bottom: -80px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  gap: 20px;
}
.information .info-wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  text-align: center;
  padding: 45px 10px 30px 10px;
  background-color: #7FC7AF;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .logo i {
  font-size: 30px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 10px 0;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail p {
  font-size: 15px;
  max-width: 250px;
  margin: auto;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block:hover {
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 5px 2px #dedede;
}
.information .info-wrapper .block:hover .logo i {
  color: #7FC7AF;
}
.information .info-wrapper .block:hover .info-detail h6 {
  color: #7FC7AF;
}
.information .info-wrapper .block:hover .info-detail p {
  color: #7FC7AF;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  padding-bottom: 80px;
}
.contact-form .form-image {
  flex-basis: calc(40% - 30px);
}
.contact-form .form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.contact-form .form-block {
  flex-basis: calc(60% - 30px);
  overflow: hidden;
}
.contact-form .form-block .title {
  margin-bottom: 30px;
  text-align: left;
}
.contact-form .form-block .title h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #7FC7AF;
}
.contact-form .form-block .title p {
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 15px;
}

@media screen and (max-width: 992px) {
  .information .title {
    margin-bottom: 40px;
  }
  .information .title h2 {
    font-size: 1.75rem;
  }
  .information .title p {
    font-size: 0.85rem;
  }
  .information .info-wrapper .block .logo i {
    font-size: 24px;
  }
  .information .info-wrapper .block .info-detail h6 {
    font-size: 16px;
    padding: 15px 0 10px 0;
  }
  .information .info-wrapper .block .info-detail p {
    font-size: 15px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .contact-form .form-image {
    width: 100%;
    aspect-ratio: 4/2;
    overflow: hidden;
  }
  .contact-form .form-block .title {
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .contact-form .form-block .title h4 {
    font-size: 1.25rem;
  }
  .contact-form .form-block .title p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .title {
    margin-bottom: 30px;
  }
  .information .title h2 {
    font-size: 1.5rem;
  }
  .information .info-wrapper {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .information .info-wrapper .block {
    padding: 20px;
  }
  .information .info-wrapper .block .info-detail h6 {
    padding: 10px 0 5px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .contact-form .form-block .title {
    margin: 0 auto 20px;
  }
}
.single-service-page {
  background-color: #ffffff;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-image-block {
  flex-basis: calc(50% - 20px);
}
.single-service-wrap .service-image-block figure {
  height: 100%;
}
.single-service-wrap .service-image-block figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-wrap .full-page-content .gallery {
  padding: 0;
  background-image: unset !important;
}
.single-service-wrap .full-page-content .gallery::before {
  display: none;
}
.single-service-wrap .full-page-content .gallery .image-gallery {
  justify-content: initial;
}
.single-service-wrap .full-page-content .gallery .button {
  display: none;
}
.single-service-wrap h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #7FC7AF;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap h2 {
  font-size: 2rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #7FC7AF;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap p {
  line-height: 1.7;
  color: #292929;
  margin-bottom: 20px;
}
.single-service-wrap p:last-child {
  margin-bottom: 0;
}
.single-service-wrap ul {
  margin-bottom: 20px;
}
.single-service-wrap ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 1rem;
}
.single-service-wrap ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
    flex-direction: column;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-image-block .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap h1 {
    font-size: 2rem;
  }
  .single-service-wrap h2 {
    font-size: 1.5rem;
  }
  .single-service-wrap h3 {
    font-size: 1.25rem;
  }
  .single-service-wrap p {
    font-size: 1rem;
  }
  .single-service-wrap ul li {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
