/*!
Theme Name: Yaahajji
Theme URI: http://underscores.me/
Author: Underscores.me
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: yaahajji
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.

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

/**
 * 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: "Readex Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 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%;
}

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

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

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

/* Yaahajji Style
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro-Medium.woff2") format("woff2"),
    url("assets/fonts/ReadexPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro-Light.woff2") format("woff2"),
    url("assets/fonts/ReadexPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro-SemiBold.woff2") format("woff2"),
    url("assets/fonts/ReadexPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro-ExtraLight.woff2") format("woff2"),
    url("assets/fonts/ReadexPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro-Regular.woff2") format("woff2"),
    url("assets/fonts/ReadexPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro-Bold.woff2") format("woff2"),
    url("assets/fonts/ReadexPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Black.woff2") format("woff2"),
    url("assets/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Bold.woff2") format("woff2"),
    url("assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("assets/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("assets/fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Light.woff2") format("woff2"),
    url("assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.woff2") format("woff2"),
    url("assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"),
    url("assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Thin.woff2") format("woff2"),
    url("assets/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Medium.woff2") format("woff2"),
    url("assets/fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Light.woff2") format("woff2"),
    url("assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Bold.woff2") format("woff2"),
    url("assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("assets/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("assets/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Regular.woff2") format("woff2"),
    url("assets/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

::selection {
  background-color: #dd1c27;
  color: #fff;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
/* ul {
  margin: 0px;
  padding: 0px;
} */
ul li {
  list-style: none;
}
strong {
  font-weight: 700;
}
a {
  transition: all 400ms ease;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}

body {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  line-height: 1.4em;
  font-weight: 400;
}
input {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #282828;
  font-family: "Poppins", sans-serif;
}
.container {
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  float: none;
  box-sizing: border-box;
}
.container:after {
  clear: both;
  content: "";
  display: table;
}

:root {
  --color-dark-gray: #1a1a1a;
  --color-cream: #f9f1e8;
  --color-green: #5d975d;
  --color-brown: #a86c2f;
  --color-beige: #deb993;
  --color-slate-blue: #4e5d7a;
  --color-deep-green: #1a4b3c;
  --white: #fff;
}

/* Links
--------------------------------------------- */
a {
  color: var(--color-dark-gray);
}

a:hover,
a:focus,
a:active {
  color: var(--color-brown);
}

/* Menu
--------------------------------------------- */
.main-navigation li a {
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #010e19;
  font-family: "Open Sans";
}
.main-navigation li:not(.brown-button) a:hover {
  color: var(--color-brown);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

/* Headings
--------------------------------------------- */

h1 {
  font-family: "Poppins";
  font-size: 58px;
  line-height: 100%;
}

h2 {
  font-family: "Poppins";
  font-size: 36px;
  line-height: 100%;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

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

.main-navigation ul ul {
  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 {
  display: block;
}

.main-navigation ul .sub-menu li a {
  padding: 0.8rem 1rem;
  font-size: 16px;
  line-height: 26px;
}

.main-navigation li.current-menu-item > a {
  color: var(--color-brown);
}

.main-navigation .menu-item-has-children::after {
  content: "";
  background: url(assets/images/downarrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 23px;
  width: 6px;
  height: 6px;
  transition: 0.5s;
}

.main-navigation .menu-item-has-children:hover::after {
  transform: rotate(180deg);
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }

  .main-navigation ul .sub-menu {
    flex-direction: column;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .yaahajji-menu {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9;
  }

  .header-wrap .main-navigation button {
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .main-navigation.toggled .yaahajji-menu {
    padding: 1.5rem 1rem;
  }
  .main-navigation li a {
    padding: 10px 0;
    font-size: 16px;
  }
  .main-navigation ul ul {
    position: static;
    float: unset;
  }
  .main-navigation li {
    margin-bottom: 5px;
  }
  .menu-item-has-children .sub-menu.active {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    opacity: 1;
  }

  .main-navigation.toggled .yaahajji-menu .nav-menu {
    height: 100vh;
    opacity: 1;
  }

  .main-navigation ul .sub-menu li a {
    display: flex;
    padding: 0.1rem 0.8rem;
    width: 100%;
    font-size: 14px;
  }
  .main-navigation li:not(.brown-button) a:hover {
    transform: none;
    -webkit-transform: none;
  }
  .brown-button a {
    padding: 10px !important;
  }

  .main-navigation .menu-item-has-children::after {
    top: 15px;
  }

  .menu-item-has-children.active:after {
    transform: rotate(180deg);
  }

  .main-navigation ul {    
    height: 0;
    opacity: 0;
    flex-direction: column;
    display: none;
  } 

  .main-navigation.toggled .yaahajji-menu .menu {
      display: flex;
  }
}

/* Button
--------------------------------------------- */
.brown-button a {
  background-color: var(--color-brown);
  color: #fff !important;
  border-radius: 12px;
  padding: 16px 38px;
  display: inline-block;
  text-transform: capitalize;
}

.brown-button a:hover {
  background-color: var(--color-deep-green);
}

.white-button {
  background-color: var(--white);
  display: inline-block;
  padding: 16px 39px;
  border-radius: 12px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.white-button:hover {
  background-color: var(--color-deep-green);
  color: var(--white);
}

.button-green {
  background-color: #1a4b3c;
  border-radius: 12px;
  width: 100%;
  display: block;
  color: #fff;
  padding: 14px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

.button-green:hover {
  background-color: #a86c2f;
  color: #fff;
}

/* Button End
--------------------------------------------- */

.p-80 {
  padding: 80px 10px;
}

.topbar {
  background-color: var(--color-dark-gray);
}

.top-bar-inner {
  height: 40px;
  display: flex;
  align-items: center;
}

.topbar .social-icon {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  column-gap: 14px;
}

.top-language-select .gt_white_content a {
  color: var(--color-dark-gray);
}

.top-language-select .gt_white_content .gt_languages {
  flex-flow: column;
}

.top-language-select {
  width: 140px;
  border: 1px solid #373737;
  background: #202020;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 6px;
}

.top-language-select a {
  color: #fff;

  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.topbar .social-icon-item {
  background-color: #fff;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.topbar .social-icon-item:hover {
  background-color: var(--color-brown);
}

.site-header {
  padding: 12px 0;
}

/* Hero Banner
--------------------------------------------- */

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-slider-image {
  background: linear-gradient(
      270deg,
      rgba(26, 26, 26, 0) 38.41%,
      rgba(26, 26, 26, 0.5) 65.55%,
      #1a1a1a 100%
    ),
    url(assets/images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px !important;
  background-position: 100% 22%;
  position: relative;
}

.hero-slider-image:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    270deg,
    rgba(26, 26, 26, 0) 38.41%,
    rgba(26, 26, 26, 0.5) 65.55%,
    #1a1a1a 100%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}

.hero-slider-item {
  padding: 7.313rem 0;
  max-width: 555px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.hero-slider-item .banner-title {
  font-weight: 300;
  font-size: 58px;
  line-height: 100%;
  color: var(--white);
}

.hero-slider-item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--white);
  margin: 10px 0 0px;
}

.hero-slider-item .read-more {
  margin-top: 40px;
}

.hero-slider-item .banner-title strong {
  display: block;
}

.hero-inner .slick-dots {
  position: absolute;
  bottom: 31px;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 4px;
}

.hero-inner .slick-dots li button {
  background-color: var(--white);
  border: 0;
  font-size: 0;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 0;
  transition: 0.5s;
  cursor: pointer;
}

.hero-inner li.slick-active button {
  width: 20px;
}

/* Hero Banner End
--------------------------------------------- */

.our-service {
  background: url("assets/images/our-service-bg.svg");
  background-repeat: repeat;
  background-size: cover;
  padding: 80px 0;
}

.our-head {
  text-align: center;
}

.our-head .subtitle {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--color-brown);
  text-align: center;
  margin-bottom: 12px;
  display: inline-block;
}

.our-head h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: var(--color-dark-gray);
  margin-bottom: 30px;
}

.our-service-boxlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}

.our-service-boxlist .our-service-item {
  height: 300px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.5s;
}

.our-service-boxlist .our-service-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.our-service-item::after {
  content: "";
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 52.91%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.our-service-title {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: calc(100% - 40px);
  z-index: 1;
  transition: 0.5s;
}

.our-service-title h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  position: relative;
  top: 50px;
  margin-bottom: 15px;
  transition: 0.5s;
}

.our-service-title .book-now {
  opacity: 0;
  transition: 0.9s;
}

.our-service-item:hover .our-service-title h3 {
  top: 0;
}

.our-service-item:hover img {
  transform: scale(1.1);
}
.our-service-boxlist .our-service-item:hover .our-service-title .book-now {
  opacity: 1;
}

.our-service-boxlist .our-service-item:hover .our-service-title {
  bottom: 20px;
}

.why-choose-us {
  background-color: var(--color-cream);
  padding: 133px 0 10px;
  position: relative;
}

.why-choose-us::after {
  content: "";
  background: url("assets/images/layer-top.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 123px;
  display: block;
  top: 0;
  position: absolute;
  background-position: top;
  z-index: 1;
}

.why-choose-us-inner {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.why-choose-us-left {
  width: 48%;
}

.why-choose-us-right {
  width: 52%;
}

.why-choose-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 18px;
  align-items: center;
}

.why-choose-image {
  grid-row: span 2 / span 2;
  height: 445px;
}

.why-choose-image img {
  height: 100%;
}

.why-choose-video {
  grid-column-start: 2;
  grid-row-start: 2;
}

.why-choose-img {
  background: url("assets/images/green-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  border-radius: 18px;
}

.why-choose-img h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  color: var(--color-deep-green);
}

.why-choose-us-right .our-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.why-choose-us-right .our-head h2 {
  margin-bottom: 12px;
}

.short-description {
  color: #4e5d7a;

  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.short-description strong {
  font-weight: 600;
}

.list-right {
  margin: 40px 0;
}

.list-right li {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
  margin-bottom: 18px;
  padding-left: 25px;
  position: relative;
}

.list-right li::after {
  content: "";
  background: url("assets/images/right-sign.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 5px;
}

.why-choose-us-right .brown-button a {
  display: inline-block;
  text-transform: capitalize;

  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  padding: 22px 54px;
  box-shadow: 0px 4px 4px 0px #a86c2f40;
}

.why-choose-inner img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.how-it-works {
  background-color: var(--color-cream);
}

.how-it-work-wrap {
  background-color: #f7efe4;
  margin-top: -5rem;
}

.how-it-work-wrap .our-head h2 {
  margin-bottom: 0;
}

.how-it-work-top-image img {
  width: 100%;
  height: 435px;
  object-fit: cover;
}

/**-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.top-line {
  border-top: 1px solid #a86c2f;
  position: absolute;
  width: 0;
  top: 36px;
  left: 130px;
}

.bottom-line {
  border-top: 1px solid #b49164;
  position: absolute;
  width: 0;
  top: 336px;
  left: 105px;
}

.steps-curve {
  position: absolute;
  top: 36px;
  right: 0;
  width: calc(100% - 160px);
  height: 0;
}

.how-it-work-step {
  position: relative;
}

.steps-curve svg {
  position: absolute;
  height: 100%;
  right: -6rem;
  top: 0;
  width: 160px;
}

.steps-curve path#path {
  fill: none;
  stroke: #a86c2f;
  stroke-width: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.how-it-work-box {
  position: relative;
  overflow-x: auto;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4rem;
}

.how-it-work-box-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.box-item {
  opacity: 0;
  text-align: center;
}

.box-main {
  min-height: 191px;
  width: 273px;
  margin-top: 1.5rem;
  padding: 20px 15px 20px;
  background-color: var(--white);
  box-shadow: 0px 10px 18px 0px #a86c2f1a;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.how-it-work-box-item.steps-second {
  flex-direction: row-reverse;
  padding-top: 26px;
  margin-bottom: 16px !important;
}

.box-title {
  text-align: left;
}

.box-title {
  text-align: left;
}

.box-main img {
  width: 50px;
  height: 50px;
}

.box-title .subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;
  margin: 20px 0;
  display: inline-block;
}

.box-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4e5d7a;
}

@media only screen and (min-width: 75rem) {
  .how-it-work-wrap.steps_animation .steps-first .box-item:nth-child(1) {
    animation: fadeInAnimation ease 1s 0s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-first .box-item:nth-child(2) {
    animation: fadeInAnimation ease 1s 1s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-first .box-item:nth-child(3) {
    animation: fadeInAnimation ease 1s 2s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-first .box-item:nth-child(4) {
    animation: fadeInAnimation ease 1s 3s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-first .box-item:nth-child(5) {
    animation: fadeInAnimation ease 1s 4s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-second .box-item:nth-child(1) {
    animation: fadeInAnimation ease 1s 6s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-second .box-item:nth-child(2) {
    animation: fadeInAnimation ease 1s 7s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-second .box-item:nth-child(3) {
    animation: fadeInAnimation ease 1s 8s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-second .box-item:nth-child(4) {
    animation: fadeInAnimation ease 1s 9s forwards;
  }
  .how-it-work-wrap.steps_animation .steps-second .box-item:nth-child(5) {
    animation: fadeInAnimation ease 1s 10s forwards;
  }
  .how-it-work-wrap.steps_animation .top-line {
    animation: lineWidthAnimation linear 4s forwards;
  }

  .how-it-work-wrap.steps_animation .bottom-line {
    animation: lineWidthAnimationRTL linear 4s 6s forwards;
  }

  .how-it-work-wrap.steps_animation svg#svg_curve {
    display: block;
    height: 301px;
  }
  .how-it-work-wrap.steps_animation svg#svg_curve #path {
    stroke-width: 1;
    animation: dash linear 3.9s 4s forwards;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .how-it-work-wrap .box-item {
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    z-index: 2;
    margin-inline-end: 15px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .how-it-work-box {
    display: flex;
    padding-bottom: 1rem;
  }
  .how-it-work-box-item.steps-second {
    flex-direction: row-reverse;
    padding-top: 0;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mobile-bottom-scroll {
    border-top: 2px solid #b49164;
    position: absolute;
    width: calc(100% - 120px);
    bottom: 10px;
    left: 120px;
    z-index: 1;
  }

  .how-it-work-box-item.steps-second .mobile-bottom-scroll {
    left: -10px;
  }

  .box-main {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineWidthAnimation {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 190px);
  }
}
@keyframes lineWidthAnimationRTL {
  0% {
    width: 0;
    left: calc(100% - 193px + 130px);
  }
  100% {
    width: calc(100% - 193px);
    left: 130px;
  }
}
@keyframes dash {
  from {
    stroke-dasharray: 522;
    stroke-dashoffset: 522;
  }
  to {
    stroke-dashoffset: 0;
  }
}

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

.what-we-do {
  padding: 80px 0;
  position: relative;
}

.what-we-do:before {
  content: "";
  background: url("assets/images/what-we-do.png");
  background-repeat: no-repeat;
  position: absolute;
}

.what-we-do:before {
  content: "";
  background: url("assets/images/what-we-do.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -170px;
  background-position: top;
  z-index: -1;
}

.what-we-do-subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 20px;
}

.what-we-do-item {
  padding: 40px 30px;
  border-top: 1.8px dashed #a86c2f;
}

.what-we-do-item:last-child {
  border-right: 1.8px dashed #a86c2f;
}

.what-we-do-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #4e5d7a;
}

.what-we-do-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.what-we-do-item:nth-child(2) {
  border: 1.8px dashed #a86c2f;
  border-top: 0;
}

.get-in-touch {
  background: url(assets/images/get-in-touch.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 0;
  height: 540px;
  overflow: hidden;
}

.get-in-touch-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.get-in-touch-inner-left {
  width: 42%;
}

.get-in-touch-inner-right {
  width: 68%;
}

.get-in-touch-image {
  text-align: right;
}

.get-in-touch .our-head {
  text-align: left;
}

.get-in-touch .our-head .subtitle {
  text-align: left;
}

.get-in-touch .short-description {
  margin-bottom: 40px;
}

.get-in-touch h2 {
  margin-bottom: 12px;
}

.get-in-touch .brown-button a {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

/* Footer
--------------------------------------------------------------------------------------------------------------------------------------- */

.site-footer {
  background: url(assets/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 67px 0 0px;
  position: relative;
}

.footer-inner {
  display: flex;
  gap: 75px;
}

.footer-logo-inner {
  width: 20%;
}

.footer-links-inner {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 26px;
}

.footer-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #cccccc;
  margin: 12px 0 36px;
}

.site-info.footer-copyright {
  background-color: #1a1a1a;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 0;
}

.copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #767676;
}

.footer-last-img {
  position: relative;
  z-index: 2;
}

.footer-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 40px;
}

.footer-list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  /* line-height: 100%; */
  color: var(--white);
  width: fit-content;
  display: inline-block;
}

.footer-list li.current-menu-item a {
  color: var(--color-brown);
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.footer-list li a:hover {
  color: var(--color-brown);
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 30px;
}

.footer-list li {
  position: relative;
  padding-left: 28px;
}

.footer-list li::before {
  content: "";
  position: absolute;
  background: url(assets/images/till.svg);
  background-repeat: no-repeat;
  left: 0;
  width: 11.5px;
  height: 16px;
}

.footer-contact li::before {
  display: none;
}

.footer-contact li {
  padding: 0;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: minmax(36px, auto) 1fr;
}

.footer-contact li .footer-location {
  background: #1a1a1a;
  border: 1px solid #ffffff26;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-media {
  margin-top: 36px;
}

.footer-social-media .social-icon-item {
  width: 34px;
  height: 34px;
  display: flex;
  background-color: var(--white);
  border-radius: 99px;
  align-items: center;
  justify-content: center;
}
.footer-social-media .social-icon-item:hover {
  background-color: var(--color-brown);
}
.footer-social-media .social-icon {
  display: flex;
  gap: 12px;
}

.footer-social-media .social-icon img {
  width: 12px;
  height: 12px;
}

.footer-icon-bottom {
  position: absolute;
  right: 55px;
  bottom: 25px;
}

/* Footer End
--------------------------------------------------------------------------------------------------------------------------------------- */

.banner {
  background: url(assets/images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 84px 0 60px;
}

.banner::before {
  content: "";
  background-color: rgb(26 26 26 / 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.banner-title {
  position: relative;
  z-index: 2;
}
.banner-title h1 {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
}

.banner-title .breadcrumb a {
  color: var(--white);
}

.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #fff;
  margin-top: 12px;

  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.banner-title .breadcrumb a:hover {
  text-decoration: underline;
}

.two-column-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.left-column {
  width: 41%;
}

.right-column {
  width: 59%;
}

.two-column {
  padding: 80px 0;
}

.image-column {
  overflow: hidden;
}

.image-column img {
  height: 480px;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: bottom;
}

.right-content .our-head {
  text-align: left;
}

.right-content .our-head .subtitle {
  text-align: left;
}

.right-content .short-description p {
  margin: 0 0 25px;
}

.sim-type {
  background-color: #f9f1e8;
  position: relative;
}

.sim-type::before {
  content: "";
  background: url(assets/images/layer.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: 100%;
  z-index: 1;
}

.reverse-row .two-column-inner {
  flex-direction: row-reverse;
}

.sim-type .two-column-inner .left-column {
  width: 45%;
}

.sim-type .two-column-inner .right-column {
  width: 54%;
}

.sim-type .image-column {
  background: #eeeee5;
  border: 2px solid #1a4b3c;
  height: 350px;
  border-radius: 30px;
  overflow: visible;
}

.sim-type .image-column img {
  height: 350px;
  position: relative;
  left: -20px;
  top: -25px;
}

.contact-us {
  background: unset;
  padding-bottom: 80px;
  height: auto;
}

.contact-us .get-in-touch-inner {
  background-color: #eeeee5;
  border-radius: 20px;
  padding: 45px 0 0 50px;
  overflow: hidden;
}

.contact-us .get-in-touch-image img {
  display: block;
}

.contact-us .get-in-touch-inner-right {
  width: 57%;
}

.contact-us .get-in-touch-inner-left {
  width: 43%;
}

.banner .banner-short-description {
  text-align: left;
  border-top: 1px solid rgb(255 255 255 / 20%);
  margin-top: 60px;
  padding-top: 40px;
}

.banner .banner-short-description .subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 40px;
}

.banner .banner-short-description .mb-20 {
  margin-bottom: 20px;
}

.banner .banner-short-description .discription {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--white);
}

.banner-title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.maecenas-consectetur {
  background: linear-gradient(
    to top,
    #fff 0%,
    #fff 52%,
    #eeeee6 50%,
    #eeeee5 100%
  );
  padding: 80px 0;
}

.maecenas-consectetur-item .maecenas-consectetur-icon {
  margin-bottom: 20px;
}

.maecenas-consectetur-grid {
  padding-top: 30px;
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.maecenas-consectetur-item {
  box-shadow: 0px 10px 18px 0px #0000001a;
  background-color: var(--white);
  border-radius: 18px;
  padding: 50px 30px;
  min-height: 224px;
  width: calc(33.33% - 16px);
}

.maecenas-consectetur-grid-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--color-dark-gray);
}
.our-latest-gallery {
  background: linear-gradient(180deg, rgba(249, 241, 232, 0) 0%, #f9f1e8 100%);
  padding-bottom: 80px;
}

.our-latest-gallery-inner {
  padding-left: calc((100% - 1188px) / 2);
}

.our-latest-gallery-slide {
  display: flex;
  gap: 24px;
}
.our-latest-gallery-item {
  width: 372px;
}
.our-latest-gallery .our-head {
  text-align: left;
}

.our-latest-gallery-item img {
  height: 372px;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.our-latest-gallery-slide .slick-track {
  display: flex;
  gap: 24px;
  padding-right: 250px;
}

.our-latest-gallery-slide .slick-list {
  padding-left: 0px !important;
  margin-left: -10px;
}

.our-latest-gallery-slide .slick-arrow {
  background: url(assets/images/slide-arrow.svg);
  background-color: #f9f1e8;
  border: 1px solid #a86c2f;
  position: absolute;
  right: 0;
  top: -70px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 48px;
  height: 48px;
  border-radius: 99px;
  cursor: pointer;
}

.our-latest-gallery-slide .slick-arrow:hover {
  opacity: 0.5;
}

.our-latest-gallery-slide .slick-prev {
  right: calc((125% - 1188px) / 2);
  transform: rotate(180deg);
}

.our-latest-gallery-slide .slick-next {
  right: calc((115% - 1188px) / 2);
}

.our-latest-video-inner {
  padding-left: calc((100% - 1188px) / 2);
  padding-top: 60px;
}

.our-latest-video-slide {
  display: flex;
}

.our-latest-video-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
}

.our-latest-video-img::before {
  content: "";
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.our-latest-video-slide .slick-track {
  display: flex;
  gap: 24px;
}

.our-latest-video-img img {
  width: 100%;
  height: 380px;
  border-radius: 18px;
  object-fit: cover;
}

.our-latest-video-img .icon-set {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}

.our-latest-video-slide .slick-list {
  padding-left: 0 !important;
  padding: 0px 130px;
  margin-left: -20px;
}

.our-latest-video-slide .slick-arrow {
  background: url(assets/images/slide-arrow.svg);
  background-color: #f9f1e8;
  border: 1px solid #a86c2f;
  position: absolute;
  right: 0;
  top: -70px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 48px;
  height: 48px;
  border-radius: 99px;
  cursor: pointer;
}

.our-latest-video-slide .slick-prev {
  right: calc((125% - 1188px) / 2);
  transform: rotate(180deg);
}

.our-latest-video-slide .slick-next {
  right: calc((115% - 1188px) / 2);
}

.maecenas-consectetur-section {
  padding: 80px 0;
  background: url(assets/images/Maecenas-consectetur.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.maecenas-consectetur-section .maecenas-consectetur-inner {
  margin: 0 auto;
  max-width: 657px;
  text-align: center;
}

.maecenas-consectetur-section .our-head h2 {
  margin-bottom: 60px;
}

.maecenas-consectetur-section .brown-button a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.partner-form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.partner-form-group {
  width: calc(50% - 12px);
}

.partner-form-group label {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;
  margin-bottom: 6px;
  display: inline-block;
}

.partner-form-group input,
.partner-form-group select,
.partner-form-group textarea,
.partner-form-group select ~ span.select2.select2-container .select2-selection,
.form-row select ~ span.select2.select2-container .select2-selection {
  background-color: #fffcf8;
  border: 1px solid #e9d9c7;
  border-radius: 12px;
  padding: 16px 20px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  /* color: rgb(26 26 26 / 50%); */
  color: #111111;
}


.partner-form-group select,
.partner-form-group textarea,
.partner-form-group select ~ span.select2.select2-container .select2-selection,
.form-row select ~ span.select2.select2-container .select2-selection {
  color: rgb(26 26 26);
}
.partner-form-group select ~ span.select2.select2-container .select2-selection,
.form-row select ~ span.select2.select2-container .select2-selection {
  height: auto;
}
span.select2-container.select2-container--default.select2-container--open {
  width: auto;
}
.partner-form-group
  select
  ~ span.select2.select2-container
  .select2-selection
  .select2-selection__rendered,
.form-row
  select
  ~ span.select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  line-height: 20px;
  padding: 0;
}
.partner-form-group
  select
  ~ span.select2.select2-container
  .select2-selection
  button.select2-selection__clear,
.partner-form-group
  select
  ~ span.select2.select2-container
  .select2-selection
  span.select2-selection__arrow,
.form-row
  select
  ~ span.select2.select2-container
  .select2-selection
  span.select2-selection__arrow {
  display: none;
}
.partner-form-group input[type="date"] {
  color: rgb(26 26 26);
}

.partner-form-group .datetime-picker {
  color: rgb(26 26 26);
}
.partner-form-group input::placeholder {
  color: rgb(26 26 26 / 50%) !important;
  opacity: 1;
}

.partner-form-group input::-ms-input-placeholder {
  color: rgb(26 26 26 / 50%) !important;
}

.custom-partnership-form {
  padding: 80px 0 0;
}

.partner-form-group input::placeholder,
.partner-form-group textarea::placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.partner-form-group input:-moz-placeholder,
.partner-form-group textarea:-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.partner-form-group input:-ms-input-placeholder,
.partner-form-group textarea:-ms-input-placeholder {
  color: #1a1a1a;
}

.partner-form-group input::-ms-input-placeholder,
.partner-form-group textarea::-ms-input-placeholder {
  color: #1a1a1a;
}

.partner-form-group.textarea-group {
  width: 100%;
}

.partner-form-group p {
  margin: 0;
}

.partner-form-group.textarea-group textarea {
  height: 157px;
}

.partner-form-group .wpcf7-submit {
  background-color: var(--color-brown);
  color: #fff;
  border-radius: 12px;
  padding: 20px 26px;
  display:inline-block;
  text-transform: capitalize;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px #a86c2f40;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  min-width: 250px;
  width:auto;
}

.partner-form-group .wpcf7-submit:hover {
  background-color: var(--color-deep-green);
}

.partner-form-inner .partner-form-group.submit-button {
  width: 100%;
  /* margin-left: auto; */
  position: relative;
  z-index: 2;
  justify-content: center;
  display: flex;
}
.partner-form-group.submit-button p {
  position: relative;
  display: flex;
  align-items: center;
}
.partner-form-inner .partner-form-group.submit-button .wpcf7-spinner {
  position: absolute;
  right: -70px;
  left: unset;
  bottom: unset;
  top: unset;
}
.partner-form-group.custom-upload-file .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  background: url(assets/images/fileupload.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 20px;
}

/* Base styling for file input */
.partner-form-group input[type="file"] {
  display: block;
  width: 100%;
  padding: 23px 20px;
  border: 2px dashed #a86c2f;
  background: #f9f9f9;
  border-radius: 12px;
  cursor: pointer;
  /* color: rgba(0, 0, 0, 0); */
  padding-left: 50px;
  transition: border-color 0.3s ease;
}

.partner-form-group input[type="file"]::-webkit-file-upload-button,
.partner-form-group input[type="file"]::file-selector-button {
  display: none;
}

.partner-form-group input[type="file"]:hover {
  border-color: #7a3d10;
}

.partner-form-group select,
.partner-form-group select ~ span.select2.select2-container .select2-selection,
.form-row select ~ span.select2.select2-container .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url(assets/images/downarrow.svg), #fffcf8;
  background-repeat: no-repeat;
  background-position: 96%;
  line-height: normal;
  cursor: pointer;
  background-size: 8px;
  padding-right: 30px !important;
}

.custom-partnership-form-inner {
  max-width: 984px;
  margin: 0 auto;
}

.terms-content {
  padding: 50px 10px;
}

.terms-content h2 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-weight: 600;
  color: var(--color-dark-gray);
  font-size: 28px;
  line-height: 38px;
}

.terms-content .wp-block-list {
  padding-left: 40px;
  margin: 14px 0;
}

.terms-content p {
  font-size: 16px;
  line-height: 26px;
  color: #4e5d7a;
  margin-top: 0;
}

.terms-content ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #4e5d7a;
}

.terms-content h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.terms-banner .subtitle {
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 20px !important;
}

.contact-inner-section {
  padding: 80px 0 60px;
  background: #eeeee6;
}

.partner-form-inner {
  /* box-shadow: 0px 10px 18px 0px #0000001A; */
  background-color: var(--white);
  /* border-radius: 18px; 
    padding: 50px 30px;*/
  padding: 40px 30px;
}

.partner-form-inner .partner-form-group.full-width {
  width: 100%;
}

.full-width select {
  background-position: 98%;
}

.contact-container .contact-inner {
  gap: 0;
  box-shadow: 0px 10px 18px 0px #0000001a;
  border-radius: 18px;
  overflow: hidden;
}

.column-form {
  flex-basis: 60% !important;
  position: relative;
}

.contact-inner form {
  position: relative;
}

.contact-inner .partner-form-inner {
  background-color: transparent;
  z-index: 2;
  position: relative;
}

.contact-inner form::before {
  content: "";
  background: url(assets/images/what-we-do.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: top;
  z-index: 1;
}

.column-form .wpcf7-select {
  margin-bottom: 30px;
}

.contact-container .contact-info {
  background-color: var(--color-cream);
  padding: 3rem;
  flex-basis: 40% !important;
  position: relative;
  z-index: 2;
}

.column-form form {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.column-form .wpcf7-submit {
  width: auto;
  margin-left: 30px;
}
.column-form form {
  padding-bottom: 30px;
}
.column-form .partner-form-inner {
  padding: 2rem 2rem 0 2rem;
}

.contact-container .contact-info p {
  font-size: 18px;
  line-height: 28px;
}

.contact-container .contact-info p a {
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.address-txt {
  margin-bottom: 20px;
  gap: 15px;
}

.column-form .wpcf7-select {
  margin-bottom: 30px;
}

.contact-container .contact-info .address-txt p {
  width: 80%;
}

.address-txt figure {
  border: 1px solid #1a1a1a;
  width: 46px;
  height: 46px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 80%);
}

.map-full iframe {
  width: 100%;
}

.button-right {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.button-right .wpcf7-spinner {
  position: absolute;
  left: -60px;
  bottom: 50px;
}

.sim-card-rech-form {
  padding-bottom: 0;
}

.Luggage-Assistance-Booking {
  text-align: left;
  padding: 0;
}

.Luggage-Assistance-Booking .partner-form-group .wpcf7-submit {
  width: auto;
  display: inline-block;
}

.Luggage-Assistance-Booking .partner-form-group.submit-button {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.Luggage-Assistance-Booking .partner-form-group.submit-button p {
  display: flex;
  align-items: center;
}
.page-template-container-template {
  overflow-x: hidden;
}
.my-account-banner {
  text-align: center;
  background-color: #eeeee5;
  padding: 5rem 1rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.my-account-login {
  padding: 3rem 2rem;
  /* background-color: var(--color-cream); */
  margin: 80px 0;
  border-radius: 18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  background-color: #fffcf8;
  border: 1px solid #e9d9c7;
  border-radius: 12px;
  padding: 16px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
}

.woocommerce form .form-row label {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
  margin-bottom: 6px;
  display: inline-block;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #e9d9c7;
}

.woocommerce-button,
.woocommerce-Button {
  background-color: var(--color-brown) !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 16px 38px !important;
  display: inline-block !important;
  text-transform: capitalize;
  cursor: pointer !important;
  box-shadow: 0px 4px 4px 0px #a86c2f40 !important;
  font-size: 16px !important;
  transition: 0.5s;
}

.woocommerce-button:hover,
.woocommerce-Button:hover {
  background-color: var(--color-deep-green) !important;
}

.woocommerce-form-login__rememberme {
  display: block !important;
  margin: 10px 0 20px !important;
}

.woocommerce-LostPassword {
  margin-bottom: 0;
}

.woocommerce-LostPassword a {
  font-size: 16px;
  color: var(--color-brown);
  font-weight: 700;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

.woocommerce-lost-password .my-account-login {
  max-width: 800px;
  margin: 60px auto;
}

.woocommerce-lost-password .my-account-login .woocommerce-form-row {
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #a86c2f;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 1rem;
  display: block;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f9f1e8;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 2px solid #a86c2f;
}

.woocommerce-dashboard .my-account-login,
.woocommerce-payment-methods .my-account-login,
.woocommerce-orders .my-account-login,
.woocommerce-downloads .my-account-login,
.woocommerce-edit-address .my-account-login,
.woocommerce-edit-account .my-account-login {
  box-shadow: unset;
  padding: 0;
}

.woocommerce-orders .my_account_orders .button {
  padding: 8px 20px !important;
  font-size: 12px !important;
}

.woocommerce-orders .woocommerce-button--next,
.woocommerce-orders .woocommerce-Button--previous {
  padding: 13px 22px !important;
  font-size: 16px !important;
}

.woocommerce-info {
  border-top-color: #a86c2f;
  background-color: #eeeee5;
  margin-bottom: 0;
}

.woocommerce-info::before {
  color: #a86c2f;
}

.woocommerce-downloads .woocommerce-info .wc-forward {
  background-color: var(--color-brown);
  color: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  display: inline-block;
  text-transform: capitalize;
}

.woocommerce-Address {
  border: 1px solid #a86c2f;
  background-color: #eeeee5;
  padding: 14px;
  border-radius: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid #a86c2f;
  background-color: #eeeee5;
  border-radius: 18px;
  padding: 1rem;
}

.woocommerce-Address h2 {
  border-bottom: 1px solid #a86c2f;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
  font-size: 28px;
  line-height: 38px;
}

.woocommerce-payment-methods .woocommerce-MyAccount-content .button {
  background-color: var(--color-brown);
  color: #fff;
  border-radius: 12px;
  padding: 16px 25px;
  display: inline-block;
  text-transform: capitalize;
}

.woocommerce table.shop_table {
  border: 1px solid #a86c2f;
  background-color: #eeeee5;
}

.woocommerce-orders .woocommerce-MyAccount-content {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
  border-top: 1px solid #a86c2f;
}

.partner-form-inner.SIM-Booking-Form {
  text-align: left;
}

.custom-upload-file {
  /* width: 372px; */
}

.partner-form-group textarea {
  height: 157px;
}

.cart-box-wrap {
  padding: 3rem 0;
}

.cart-box-wrap thead {
  background: var(--color-brown);
  color: #fff;
}

.cart-box-wrap thead .wc-block-cart-items__header-product {
  visibility: visible !important;
}

.wc-block-cart__sidebar {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: var(--white);
  padding: 1rem !important;
  border-radius: 18px;
}

.wc-block-components-main.wc-block-cart__main {
  border: 1px solid #a86c2f;
  background-color: #eeeee5;
  border-radius: 18px;
  padding: 1rem !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-bottom: 1px solid #a86c2f;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 1px solid #a86c2f;
  border-radius: 18px;
}

.cart-box-wrap .wp-block-woocommerce-cart-order-summary-block {
  border-radius: 18px;
}

.wc-block-components-sidebar-layout {
  gap: 24px;
}

.cart-box-wrap .wc-block-components-sidebar-layout .wc-block-components-main {
  width: calc(65% - 24px);
}

.cart-box-wrap .is-large.wc-block-cart .wc-block-cart__totals-title {
  background: var(--color-brown);
  color: #fff;
  padding: 8px 16px;
}

.wc-block-components-totals-coupon__button {
  background-color: var(--color-brown);
  color: #fff !important;
  border-radius: 12px;
  padding: 16px 38px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid var(--color-brown);
}

.wc-block-components-button {
  background-color: var(--color-brown);
  color: #fff !important;
  border-radius: 12px;
  padding: 16px 38px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid var(--color-brown);
}

.cart-box-wrap
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  background: var(--color-brown);
  color: #fff;
  opacity: 0.9;
}

.wc-block-components-product-name {
  font-size: 16px;
}

.wc-block-components-product-metadata__description p {
  font-size: 14px;
}

.wc-block-cart-item__remove-link {
  font-size: 14px !important;
}

.checkout-box .wc-block-components-sidebar-layout .wc-block-components-main {
  width: calc(65% - 24px);
  background-color: var(--color-cream);
  padding: 1rem !important;
  border-radius: 18px;
}

.is-large .wc-block-checkout__sidebar.is-sticky {
  position: sticky;
  background-color: var(--color-cream);
  padding: 1rem !important;
  border-radius: 18px;
}

.checkout-box .wc-block-components-checkout-step input {
  border: 1px solid #e9d9c7 !important;
  border-radius: 12px !important;
  height: 50px;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 100% !important;
  color: #1a1a1a !important;
  font-family: "Readex Pro" !important;
}

.checkout-box .wc-block-components-checkout-step select {
  border: 1px solid #e9d9c7 !important;
  border-radius: 12px;
  height: 50px;

  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;
}

.checkout-box
  .wc-block-components-checkbox
  .wc-block-components-checkbox__mark {
  fill: #000;
  height: 1.125em;
  margin-left: 6px;
  margin-top: 6px;
  pointer-events: none;
  position: absolute;
  width: 1.125em;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #fff;
  border-radius: 18px !important;
}

.wc-block-components-checkout-return-to-cart-button {
  background-color: var(--color-brown);
  color: #fff !important;
  border-radius: 12px;
  padding: 16px 20px 16px 38px !important;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid var(--color-brown);
}

.wc-block-components-checkout-return-to-cart-button svg {
  left: 10px !important;
}

.checkout-box .wc-block-components-checkout-place-order-button {
  width: auto !important;
}

.why-choose-video a {
  display: block;
  position: relative;
  height: 278px;
}

.why-choose-video a::before {
  content: "";
  background: url(assets/images/Video-Icon.svg);
  background-repeat: no-repeat;
  width: 76px;
  height: 76px;
  display: block;
  position: absolute;
  top: 50px;
  left: 35%;
  background-size: contain;
}

.wc-block-components-order-summary-item__image {
  border: 1px solid #e9d9c7 !important;
  border-radius: 5px;
}

.wc-block-components-checkout-order-summary__title-text {
  color: var(--color-dark-gray);
  border-bottom: 2px solid #e9d9c7 !important;
  margin: 0 !important;
  padding: 15px;
  font-size: 16px;
}

.wc-block-components-checkout-order-summary__content
  > .wc-block-components-totals-wrapper,
.wc-block-components-checkout-order-summary__content
  > .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 2px solid #e9d9c7 !important;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-totals-wrapper:first-of-type {
  border-top: 0;
}

.wc-block-components-panel__button {
  color: var(--color-dark-gray);
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: var(--color-dark-gray);
  font-size: 16px;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__image
  > img {
  border-radius: 18px;
}

.wc-block-components-totals-item__label {
  color: var(--color-dark-gray);
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 30px !important;
}

.wc-block-components-form
  .wc-block-checkout__order-notes.wc-block-components-checkout-step {
  margin-bottom: 25px !important;
  padding-left: 0;
}

.wc-block-components-checkbox__label {
  color: var(--color-dark-gray);
  font-size: 1rem;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding: 20px 0 20px 0 !important;
  margin-bottom: 0 !important;
}

.checkout-box {
  padding: 56px 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #a86c2f;
}

.woocommerce-customer-details address {
  border: 1px solid #a86c2f !important;
  background-color: #eeeee5;
  border-radius: 5px !important;
  padding: 1rem !important;
}

.woocommerce-thankyou-order-received {
  background-color: #f9f1e8;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #a86c2f;
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #a86c2f;
  background-color: #eeeee5;
}

.woocommerce-order-received .order-again a {
  background-color: var(--color-brown);
  color: #fff !important;
  border-radius: 5px;
  padding: 16px 38px;
  display: inline-block;
  text-transform: capitalize;
}

.woocommerce-order-received .order-again a:hover {
  background-color: var(--color-deep-green);
}

.cf7-order-product-meta > div {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.woocommerce ul.order_details li {
  border-right: 1px dashed var(--color-brown);
  font-size: 14px;
}

.woocommerce ul.order_details li strong {
  font-size: 13px;
}

.taxi-booking-service-gallery {
  padding: 80px 10px;
}

.service-areas-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.service-areas-item {
  border-radius: 18px;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #eeeee5;
}

.service-areas-item .service-areas-img::after {
  content: "";
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 52.91%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-areas-img {
  position: relative;
  overflow: hidden;
}

.service-areas-content {
  padding: 1rem 1rem;
}

.service-areas-img img {
  height: 350px;
  object-fit: cover;
  width: 100%;
  transition: 0.5s;
}

.service-areas-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.service-areas-text {
  font-size: 16px;
  line-height: 26px;
}

.service-areas-item:hover .service-areas-img img {
  transform: scale(1.1);
}

.partner-form-radio p,
.partner-form-radio p .wpcf7-radio {
  display: flex;
  font-weight: 300;
}

.partner-form-radio p input,
.partner-form-radio p .wpcf7-radio {
  width: 10%;
}

.partner-form-radio {
  background-color: #fffcf8;
  border: 1px solid #e9d9c7;
  border-radius: 12px;
  padding: 19px 20px 18px 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;
}
.Haramain-Train {
  text-align: left;
}

/* .Haramain-Train .wpcf7-submit {
  padding: 15px 20px;
} */

.Haramain-Train .button-right {
  justify-content: flex-end;
}

.get-in-touch .our-head h4 {
  text-transform: capitalize;
  color: var(--color-brown);
  text-align: center;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.wpcf7-validates-as-date {
  text-transform: uppercase;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.ziyarat-services .tabs {
  text-align: center;
}

.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 7px 25px;
  cursor: pointer;
  color: var(--color-dark-gray);

  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  border: 2px solid transparent;
}

.tabs li.current {
  border: 2px solid var(--color-brown);
  background: #f9f1e8;
}

.tabs li.current::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-brown);
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%);
}

.tab-content {
  display: none;
  background: #f9f1e8;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 10px;
  border: 2px solid var(--color-brown);
  box-shadow: 0px 10px 18px 0px #0000001a;
}

.tab-content.current {
  display: inherit;
}

.Haramain-Train .button-right .wpcf7-spinner {
  left: auto;
  right: 17rem;
  bottom: 25px;
}

.custom-time-picker {
  /* background: url(assets/images/clock-two-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 98%; */
}

.description-routes {
  background: linear-gradient(180deg, rgba(249, 241, 232, 0) 0%, #f9f1e8 100%);
  padding-top: 0;
}

.description-routes ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #4e5d7a;
  margin-bottom: 18px;
  padding-left: 25px;
  position: relative;
}

.description-routes ul li::before {
  content: "";
  background: url(assets/images/right-sign.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 5px;
}

.description-routes ul {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.haramain-gallery {
  padding-top: 80px;
}

.ziyarat-services {
  padding: 80px 0;
}

.ziyarat-services-tab {
  padding: 3rem 0 0;
}

.my-account-header {
  margin-left: 20px;
}

h1.hide {
  display: none;
}

/* .SIM-Booking-Form .submit-button input {
  padding: 20px 25px;
} */

/* .SIM-Booking-Form .wpcf7-submit {
  padding: 20px;
} */
.service-areas {
  background: #eeeee5;
}
.hide {
  display: none;
}

.ziyarat-services-tab .tab-content ul li {
  list-style: disc;
}

.ziyarat-services-tab .tab-content ul {
  padding-left: 40px;
}

.our-team-inner {
  position: relative;
  z-index: 3;
}

.our-team-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.our-team-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--color-brown);
}

.our-image {
  height: 300px;
}

.our-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.team-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}

.team-designation {
  color: var(--color-brown);
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.team-description {
  font-size: 16px;
  line-height: 26px;
  border-top: 2px solid var(--color-brown);
  padding: 0.5rem 0;
  margin-top: 5px;
  color: #4e5d7a;

  font-weight: 400;
}

.shipment-dimension {
  display: flex;
  gap: 20px;
}
.dimensions-form {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.dimensions-info-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.dimensions-info {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.dimensions-info-wrapper > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;
  margin-bottom: 15px;
  display: inline-block;
}
.dimensions-info-box {
  flex: 0 0 calc(25% - 10px);
  padding: 10px 15px 10px;
  background-color: #ffffff;
  border: 1px solid #fffcf8;
  box-shadow: 0px 0px 5px 0px #50505030;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dimensions-info-box p {
  margin: 0;
  color: #4e5d7a;
  font-size: 15px;
}
.dimensions-info-box div > p:first-child {
  font-weight: 600;
}
.dimensions-info-box > p {
  width: 100px;
  text-align: center;
  align-self: center;
}
.dimensions-info-box p img {
  max-width: 100px;
  max-height: 50px;
}
#packaging-options span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
#packaging-options span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 25px;
}
#packaging-options
  span.wpcf7-form-control.wpcf7-checkbox
  .wpcf7-list-item
  label {
  display: flex;
  width: auto;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
#packaging-options
  span.wpcf7-form-control.wpcf7-checkbox
  .wpcf7-list-item
  label
  input[type="checkbox"] {
  position: absolute;
  min-height: auto;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  padding: 2px;
  border: 0px solid #e4e5f3;
  border-radius: 4px;
  width: 20px;
  height: 15px;
  background: none !important;
}
#packaging-options
  span.wpcf7-form-control.wpcf7-checkbox
  .wpcf7-list-item
  label
  input[type="checkbox"]
  + span:before {
  border: 1px solid #e9d9c7;
  background: #fffcf8;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  content: "";
  display: inline-block;
  top: 0;
}
#packaging-options
  span.wpcf7-form-control.wpcf7-checkbox
  .wpcf7-list-item
  label
  input[type="checkbox"]
  + span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #e4e5f3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
#packaging-options
  span.wpcf7-form-control.wpcf7-checkbox
  .wpcf7-list-item
  label
  input[type="checkbox"]:checked
  + span:before {
  background: var(--color-brown);
  border-color: var(--color-brown);
}
#packaging-options
  span.wpcf7-form-control.wpcf7-checkbox
  .wpcf7-list-item
  label
  input[type="checkbox"]:checked
  + span:after {
  opacity: 1;
}
header.site-header.header-wrap {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
  transition: 0.5s all;
}

#file-upload-wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.remove-file-btn {
  background-color: var(--color-brown);
  color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px #a86c2f40;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  min-width: auto;
  width: auto;
  margin-top: 30px;
}

#add-file {
  background-color: var(--color-brown);
  color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px #a86c2f40;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  min-width: auto;
  width: auto;
  margin-top: 10px;
}

.file-input-group {
  position: relative;
}

#file-upload-wrapper p:before,
#file-upload-wrapper .file-input-group:before {
  content: "";
  position: absolute;
  background: url(assets/images/fileupload.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 20px;
}
.custom-checkbox-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  color: #242d41;
}

/* Hide the default checkbox, but keep it clickable */
.custom-checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  height: 20px;
  width: 20px;
  z-index: 2; /* Ensure it's clickable */
  cursor: pointer;
}

/* Custom box design */
.custom-checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #e9d9c7;
  border-radius: 3px;
  z-index: 1;
}

/* Checked style */
.custom-checkbox-wrapper input[type="checkbox"]:checked ~ .custom-checkmark {
  background-color: var(--color-brown);
  border-color: var(--color-brown);
}

/* Tick mark */
.custom-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 0px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Show tick when checked */
.custom-checkbox-wrapper
  input[type="checkbox"]:checked
  ~ .custom-checkmark::after {
  display: block;
}

.text-left {
  text-align: left;
}

span.wpcf7-form-control.wpcf7-checkbox {
  background-color: #fffcf8;
  border: 1px solid #e9d9c7;
  border-radius: 12px;
  padding: 19px 20px 18px 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin-bottom: 10px;
}

span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  width: 30px;
}

.wpcf7-form-control.wpcf7-radio {
  background-color: #fffcf8;
  border: 1px solid #e9d9c7;
  border-radius: 12px;
  padding: 19px 20px 18px 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;

  display: flex;

  align-items: center;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: grid;
  grid-template-columns: 55px 1fr;
}

.partner-radio-wrap label {
  min-height: 35px;
}
.custom-checkbox-wrapper {
  min-height: 100% !important;
}
.partner-radio-wrap {
  padding-bottom: 80px;
}
.partner-With-us-wrap .remove-file-btn {
  background-color: transparent;
  box-shadow: unset;
  border: 0;
  margin: 0;
  font-size: 14px;
  color: #dc3232;
}

.pt-0 {
  padding-top: 0;
}

.luggage-form label, .Baggage-Wrap-with-Porter label, .Cargo-with-Packaging label, .shipment-dimension label {
    text-align: left;
    width: 100%;
}

.radio-border {
    background-color: #fffcf8;
    border: 1px solid #e9d9c7;
    border-radius: 12px;
    padding: 19px 20px 18px 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 950px;
    margin: 0 auto;
}

.radio-border input[type="radio"] {
    width: 20px;
    height: 20px;
}

.wpcf7-field-group-add, .wpcf7-field-group-remove {
    background-color: var(--color-brown);
    color: #fff !important;
    border-radius: 12px;
    padding: 8px 18px;
    border-color: var(--color-brown) !important;
    margin-right: 20px;
    cursor: pointer;
}

.Cargo-with-Packaging .wpcf7-field-group p {
    text-align: left;
}

.Cargo-with-Packaging span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 18px 20px 18px 19px;
}

.Cargo-with-Packaging span.wpcf7-form-control.wpcf7-checkbox span {
    margin: 0;
}


/* Responsive
--------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1200px) {
  .mobile-bottom-scroll {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
  .how-it-work-top-image img {
    width: 100%;
    height: 425px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1368px) {
  .box-main {
    width: 240px;
    padding: 10px 13px;
  }

  .how-it-work-step {
    max-width: 90%;
    margin: 0 auto;
  }

  .how-it-work-wrap.steps_animation svg#svg_curve {
    height: 301px;
  }

  .box-title .subtitle {
    font-size: 16px;
  }

  .box-description {
    font-size: 14px;
  }
  .how-it-work-box-item.steps-second {
    padding-top: 33px;
  }
}

@media screen and (max-width: 1250px) {
  .how-it-work-step {
    max-width: 85%;
  }
}

@media screen and (max-width: 1199px) {
  .how-it-work-step {
    max-width: 100%;
  }
  .steps-curve {
    display: none;
  }
  .box-main {
    height: 100%;
  }
  .how-it-work-box-item.steps-second {
    padding-top: 0;
  }
  .contact-us .get-in-touch-inner {
    padding: 35px 0 35px 40px;
  }
  .what-we-do-item {
    padding: 20px 15px;
  }
  .site-info.footer-copyright {
    position: static;
  }

  .footer-icon-bottom {
    right: 20px;
  }

  .footer-inner {
    gap: 35px;
  }

  .two-column {
    padding: 40px 0;
  }

  .sim-type {
    padding: 80px 0;
  }

  .contact-us {
    padding: 40px 0;
  }
  .our-latest-video-inner {
    padding-left: 12px;
  }

  .our-latest-video-slide .slick-prev {
    right: 60px;
  }

  .our-latest-video-slide .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-slider-image {
    min-height: 400px !important;
  }

  .hero-slider-item .banner-title {
    font-size: 48px;
  }

  .hero-slider-item span {
    font-size: 16px;
  }

  .white-button {
    font-size: 16px;
    padding: 15px 25px;
  }

  .our-service {
    padding: 50px 0;
  }

  .why-choose-us-inner {
    gap: 30px;
  }

  .why-choose-img h3 {
    font-size: 20px;
  }

  .our-service-boxlist {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-inner {
    width: 100%;
    text-align: center;
  }

  .footer-links-inner {
    width: 100%;
    padding-bottom: 50px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .banner-title h1 {
    font-size: 42px;
  }

  .maecenas-consectetur-item {
    width: calc(50% - 16px);
  }
  .our-latest-gallery-slide .slick-prev {
    right: 10%;
  }

  .our-latest-gallery-slide .slick-next {
    right: 2%;
  }

  .our-latest-video-slide .slick-prev {
    right: 10%;
  }

  .our-latest-video-slide .slick-next {
    right: 2%;
  }

  .our-latest-gallery {
    padding: 40px 10px;
  }

  .our-latest-video-img img {
    height: 300px;
  }

  .our-latest-video-img .icon-set {
    width: 46px;
    height: 46px;
  }

  .maecenas-consectetur {
    padding: 40px 0;
    background: linear-gradient(
      to top,
      #fff 0%,
      #fff 68%,
      #eeeee6 50%,
      #eeeee5 100%
    );
  }

  .partner-form-group {
    width: 100%;
  }

  .partner-form-group.submit-button {
    margin-left: 0;
  }

  .custom-partnership-form {
    padding: 40px 0 0;
  }

  .our-latest-gallery-slide .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .our-latest-gallery-slide .slick-prev {
    right: 13%;
  }

  .our-latest-video-slide .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .our-latest-video-slide .slick-prev {
    right: 13%;
  }

  .maecenas-consectetur-section .our-head h2 {
    margin-bottom: 40px;
  }

  .maecenas-consectetur-section {
    padding: 40px 0;
  }

  .our-latest-gallery-slide .slick-track {
    padding-right: 0;
  }
  .our-latest-gallery-slide .slick-list {
    margin-left: -15px;
  }

  .our-latest-video-slide .slick-list {
    padding: 0;
    margin-left: -15px;
  }

  .contact-inner-section {
    padding: 40px 0;
  }

  .contact-container .contact-info {
    padding: 1.5rem;
  }

  .banner-title h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .p-80 {
    padding: 40px 10px;
  }

  .list-right {
    margin-bottom: 0;
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .my-account-login {
    padding: 2rem 0;
  }

  .top-language-select {
    width: 200px;
  }

  .my-account-banner {
    padding: 3rem 1rem;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 10px;
  }

  .service-areas-box {
    grid-template-columns: 1fr 1fr;
  }

  .two-column-inner {
    align-items: flex-start;
  }

  .how-it-work-top-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .tabs li {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 15px;
  }

  .terms-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .terms-content ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .ziyarat-services {
    padding: 40px 10px;
  }

  .ziyarat-services-tab {
    padding: 1rem 0 0;
  }

  .ziyarat-services .tabs {
    display: flex;
    overflow-x: auto;
    text-align: left;
  }

  .our-team-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .dimensions-info {
    flex-wrap: wrap;
    gap: 20px;
  }
  .dimensions-info-box {
    flex: 0 0 calc(50% - 10px);
  }
  .main-navigation li a {
    padding: 15px;
    font-size: 16px;
  }

  .brown-button a {
    padding: 10px;
  }
  .radio-border {
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 25px;
  }

  .radio-border input[type="radio"] {
      width: 18px;
      height: 18px;
  }
  .shipment-dimension{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider-item {
    padding: 4rem 0;
  }
  .hero-slider-image {
    min-height: auto !important;
    height: 450px !important;
  }
  .hero-slider-item .banner-title {
    font-size: 40px;
  }

  .hero-slider-item span {
    font-size: 16px;
  }

  .our-service-boxlist {
    grid-template-columns: 1fr;
  }

  .why-choose-us::after {
    background-size: 150% auto;
  }

  .why-choose-us {
    padding: 50px 0;
  }

  .why-choose-us-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .why-choose-us-left {
    width: 100%;
  }

  .why-choose-image {
    height: auto;
  }

  .why-choose-us-right {
    width: 100%;
  }

  .our-head h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .our-head .subtitle {
    font-size: 16px;
  }

  .short-description {
    font-size: 14px;
  }

  .list-right li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .why-choose-us-right .brown-button a {
    font-size: 16px;
    padding: 12px 20px !important;
  }

  .why-choose-img h3 {
    font-size: 18px;
  }

  .what-we-do-item {
    padding: 20px 15px;
  }

  .what-we-do-box {
    grid-template-columns: 1fr;
  }

  .what-we-do-item {
    border: 0 !important;
    border-bottom: 1px dashed #a86c2f !important;
  }

  .what-we-do-description {
    font-size: 14px;
  }

  .what-we-do-subtitle {
    font-size: 20px;
    margin-top: 10px;
  }

  .what-we-do {
    padding: 50px 0;
  }

  .get-in-touch .short-description {
    margin-bottom: 20px;
  }

  .get-in-touch-inner-right {
    margin-top: 20px;
  }

  .footer-description {
    margin: 5px 0;
    font-size: 14px;
  }

  .get-in-touch-inner {
    flex-wrap: wrap;
  }

  .get-in-touch-inner-left {
    width: 100%;
  }

  .get-in-touch-inner-right {
    width: 100%;
  }

  .get-in-touch {
    padding: 50px 0 0;
    /* height: 570px; */
  }

  .footer-links-inner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }

  .footer-subtitle {
    margin-bottom: 20px;
  }

  .footer-inner {
    gap: 0;
  }

  .footer-icon-bottom {
    bottom: 70px;
  }

  .footer-description {
    margin: 5px 0;
  }

  .footer-list li a {
    font-size: 14px;
  }

  .footer-list {
    gap: 15px;
    padding: 0;
  }

  .two-column {
    padding: 40px 0;
  }

  .contact-us {
    padding: 40px 0;
  }

  .two-column-inner {
    flex-wrap: wrap;
    gap: 30px;
  }

  .left-column {
    width: 100%;
  }

  .right-column {
    width: 100%;
  }

  .image-column img {
    height: 300px;
  }

  .short-description p {
    margin: 0 0 10px;
  }

  .sim-type .two-column-inner .left-column {
    width: 97%;
  }

  .sim-type .image-column img {
    left: -10px;
    top: -15px;
  }

  .sim-type .two-column-inner .right-column {
    width: 100%;
  }

  .sim-type {
    padding: 60px 0 30px;
  }

  .contact-us .get-in-touch-inner {
    padding: 20px 0px 0;
    flex-wrap: wrap;
  }

  .contact-us .get-in-touch-inner-left {
    width: 100%;
    padding: 20px;
  }

  .contact-us .get-in-touch-inner-right {
    width: 100%;
  }

  .banner-title h1 {
    font-size: 40px;
  }

  .maecenas-consectetur-item {
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
  }

  .our-latest-gallery .our-head {
    padding-right: 90px;
  }

  .our-latest-gallery-slide .slick-prev {
    right: 15%;
  }

  .our-latest-video-slide .slick-prev {
    right: 15%;
  }

  .wc-block-components-checkout-order-summary__title-text {
    border: 0 !important;
  }

  .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title {
    border-top: 2px solid #e9d9c7 !important;
    border-bottom: 2px solid #e9d9c7 !important;
    padding: 10px 0 !important;
  }
  .checkout-box {
    padding: 10px 0;
  }

  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 1rem;
  }

  .is-mobile .wc-block-checkout__actions .wc-block-checkout__actions_row {
    flex-direction: row;
  }

  .is-mobile
    .wc-block-checkout__actions
    .wc-block-components-checkout-return-to-cart-button {
    margin: 0;
  }

  .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
  }

  .woocommerce ul.order_details li {
    border-bottom: 1px dashed var(--color-brown);
    border-right: 0;
    padding: 1rem 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .terms-content {
    padding: 10px 10px 30px;
  }

  .terms-content h2 {
    margin: 1rem 0 0;
  }
  .terms-content p {
    margin-top: 5px;
  }

  .main-navigation .menu-item-has-children:hover::after {
    transform: unset;
  }

  .banner .banner-short-description .subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .banner .banner-short-description .discription {
    font-size: 14px;
    line-height: 24px;
  }
  .main-navigation .menu-item-has-children.active:after {
    transform: rotate(180deg) !important;
  }
  .service-areas-box {
    grid-template-columns: 1fr;
  }
  .service-areas-img img {
    height: 250px;
  }

  .service-areas-content h3 {
    font-size: 20px;
    line-height: normal;
  }

  .service-areas-text {
    font-size: 14px;
    line-height: 24px;
  }

  .partner-form-group input,
  .partner-form-group select,
  .partner-form-group textarea {
    font-size: 14px;
    padding: 14px 16px;
  }

  .partner-form-group label {
    font-size: 14px;
    line-height: normal;
  }

  .partner-form-group .wpcf7-submit {
    font-size: 14px;
    line-height: normal;
    padding: 10px 15px;
    min-width: 180px;
  }

  .partner-form-radio p {
    display: flex;
    font-size: 14px;
  }

  .partner-form-radio p input {
    width: 10%;
    font-size: inherit;
    font-weight: 300;
  }
  .Haramain-Train {
    padding-top: 0;
  }

  .maecenas-consectetur-grid-title {
    font-size: 16px;
    line-height: 26px;
  }

  .list-right li::after {
    background-position: 0 3px;
  }

  .site-footer {
    padding: 50px 0 0px;
  }
  .footer-inner {
    gap: 0;
  }
  .our-team-list {
    grid-template-columns: 1fr;
  }
  .dimensions-info-box p img {
    max-width: 90px;
    max-height: 40px;
  }
  #file-upload-wrapper {
    grid-template-columns: 1fr;
  }
  .wpcf7-form-control.wpcf7-radio {
    font-size: 16px;
  }

  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
  }
  .my-account-header {
    margin-left: 0px;
  }
  .our-latest-gallery-slide {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .dimensions-info-box {
    flex: 0 0 100%;
  }
  .shipment-dimension {
    flex-wrap: wrap;
  }
  .dimensions-form {
    gap: 10px;
  }
  .dimensions-form .partner-form-group {
    width: 33.33%;
  }
}
/* 11062025 */
.woocommerce-checkout-review-order-table p,
.woocommerce-table--order-details.shop_table.order_details .cf7-order-fields p {
  margin: 0;
}

.reloadly-loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
  margin-left: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* New styles to hide the messages */

.woocommerce-form-login-toggle {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

#wpcf7-f67-p64-o1 .wpcf7-response-output {
  display: none;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fffcf8;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

div#payment {
  background: #eeeee5 !important;
  border: 1px solid #a86c2f;
}

button#place_order {
  background: #a86c2f;
  border-radius: 10px;
  padding: 18px;
}

.payment_box.payment_method_cod {
  background-color: #fffcf8 !important;
}

.sim-process-breadcrumb {
  margin: 30px 0;
  text-align: center;
}
.sim-process-breadcrumb ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.sim-process-breadcrumb li {
  position: relative;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f1f1f1;
  color: #555;
  font-weight: 600;
}
.sim-process-breadcrumb li.active {
  background-color: #a86c2f;
  color: #fff;
}
.sim-process-breadcrumb li::after {
  content: "→";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.sim-process-breadcrumb li:last-child::after {
  content: "";
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none;
}

#billing_country_field .select2-selection__rendered {
  text-align: left !important;
}

.woocommerce-checkout-review-order-table td small {
  font-size: 14px;
}

.form-selector {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.form-selector label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
  cursor: pointer;
}

.form-selector input[type="radio"] {
  cursor: pointer;
}
