/*!
Theme Name: whydxb
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: whydxb
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.

whydxb 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;
	overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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



ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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



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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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



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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    /* float: left; */
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    flex-direction: column;
    display: flex;
    background-color: white;
    padding: 0px 0 0px 0px;
}
ul.sub-menu li a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 39px;
    padding-top:2%;
	    padding-left: 6%;
}


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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

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

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

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


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



.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%;
}
.golder-form .wpcf7-form-control option {
    color: #000;
}

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

/* New design css */

/* ===============================
   TYPOGRAPHY
   =============================== */

   h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    color: #000;
    line-height: 1.2;
}
h1 {

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

}

h1 span {
    font-size: 74px;
}

h2 {

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

}

h3 {

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

}

h4 {

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

}

h5 {
    font-weight: 400;
    font-size: 24px;

}

h6 {
    font-weight: 400;
    font-size: 20px;

}
p {
  margin: 1em 0;
   font-size: 18px;
}

span {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: var(--font-color-secondary);

}

/* Utility Classes */
.text-center {
  text-align: center;
}

.color-text {
  color: var(--font-color-primary);
}


.color-text-white {
  color: #ffffff;
}
/* img {
  display: block;
  max-width: 100%;
  height: auto;
} */
/* ===============================
   CONTAINERS & LAYOUT
   =============================== */

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

/* ===============================
   BUTTONS
   =============================== */

.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 15px 26px;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--font-color-primary);
  color: #fff;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--font-color-secondary);
  color: #fff;
}

.btn-secondary {
  background: var(--font-color-secondary);
  color: #fff;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: var(--font-color-primary);
  color: #fff;
}

/* === FLEX UTILITIES === */
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.self-start {
  align-self: flex-start;
}

/* ===============================
   BUTTON GROUP
   =============================== */

.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding-top: 3%;
  padding-bottom: 4%;
}
/* === GLOBAL SPACING UTILITIES === */

/* === Margin === */
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-8 {
  margin: 2rem;
}

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}

.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* === Padding === */
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* header-css */

.topbar {
    background: var(--secondary-color);
    padding: 1% 0;
}
ul.social-links li {
    display: inline-block;
    padding-left: 16px;
}
ul.social-links li a {
    font-size: 22px;
}
header#masthead {
    width: 100%;
    position: absolute;
    z-index: 999;
    justify-content: space-between;
    left: 0;
    right: 0;
}
.menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
	transition: all 0.5s ease;
	color:#fff;
	    text-decoration: none;
}

.topbar span i {
    font-size: 16px;
    padding-right: 8px;
    vertical-align: middle;
}

.topbar span {
    font-size: 16px;
    font-weight: 500;
    padding: 0 18px 0 0;

}
.main-navigation li {
    padding-right: 50px;
}

/* footer-css */
.site-footer {
    background-color: var(--secondary-color);
    padding: 5% 0 0 0;
}

h2.widgettitle , h2.wp-block-heading{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
	    color: #fff;
	  position: relative;
  display: inline-block;
	    margin-bottom: 20px;
}
.site-footer .contact-info {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.site-footer  .contact-info span i {
    font-size: 20px;
    padding-right: 10px;
}
.footer-col li {
    list-style-type: none;
}
.footer-col-1 {
    width: 25%;
}
.footer-col-2 li {
    padding-top: 30px;
}
.footer-col-3 li {
    padding-top: 30px;
}

.footer-col-4 li {
    padding-top: 30px;
}
h2.widgettitle::after,
h2.wp-block-heading::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #ff6600;
}
.footer-col-1 p {
    width: 88%;
}
.footer-widgets ul.social-links li{
	padding:0;
	padding-right: 22px;
}
.copyright-info {
    border-top: 1px solid #6C7275;
    padding-top: 2%;
    margin-top: 7%;
    text-align: center;
	    padding-bottom: 3%;
}
.site-info p {
    margin: 0;
}
p:empty,
p:blank {
  display: none;
}
.step-icon .box-text {
    text-align: left;
    padding: 10px;
    flex: 0 0 28%;
}

.step-icon {
    padding: 5%;
}

.step-icon .box-text span {
        font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #969696;
   
}
.step-icon .box-text h2{
    font-weight: 600;
    font-size: 20px;
     color: #000;
	    margin-bottom: 10px;
    margin-top: 10px;
}
.step-icon .box-text img {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
}
.bg-secondary{
	  background: var(--font-color-secondary);
}

.bg-color-2{
	background-color: #F9FBFF;
}

.banner-content {
    width: 57%;
    margin: auto;
}
.image-banner-section-with-icon .box-text {
    flex: 0 0 19%;
}

.image-banner-section-with-icon .box-text h2 {
    font-size: 18px;
}
.image-banner-section-with-icon{
    padding: 5% 0
}
.main-banner-gloden .button-group{
	justify-content:start;
}
.bg-secondary {
    padding: 5% 0;
}

.right-box .info-block h3
 {
	     font-weight: 600;
    font-size: 26px;
}
.left-box-content .buttons {
    justify-content: flex-start;
}
.info-text a {
    font-weight: 500;
    transition: all 0.5s 
ease;
    font-size: 16px;
    color: #000000;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: none;
}
.icon-orange img {
    max-width: unset !important;
}
.icon-box-with-bg .step-box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.row-image-text img {
    max-width: unset !important;
}
.page-two .box-text {
    box-shadow: 0px 4px 18px 0px #0000001A;
    flex: 0 0 32%;
}
.page-two .box-text {
    height: 230px;
    border: 0.84px solid #0000000D;
    padding: 40px 20px 0 34px;
    background: #FFFFFF;
    transition: all 0.5s 
ease;
}
.page-two .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 4%;
}
.page-two .box-text:hover {
    background-color: #031A4C;
}

.page-two .box-text:hover span {
    color: #fff !important;
}
.page-two .box-text:hover h2 {
	    color: #fff;
}
.inner-circle h2 {
    font-size: 30px;
}
.services-page img {
    width: unset !important;
    height: unset !important;
}
.services-page .box-text {
flex: 0 0 32%;
    border-top: 0.84px solid #0000000D;
    background: #FFFFFF;
    padding: 24px;
}
.services-page .flex {
    justify-content: center;
    gap: 20px;
}

.white-icons .box-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 14px;
}
.white-icons .flex-wrap {
    padding-top: 8%;
}

.our-solution .box-text {
flex: 0 0 32%;
    border-top: 0.84px solid #0000000D;
    background: #FFFFFF;
    padding: 24px;
	
}

.our-solution .flex {
    justify-content: center;
    gap: 20px;
}
 


.image-with-text  .main-images {
  position: relative;
  display: inline-block;
}


.image-with-text  .main-images::before {
    content: "";
    position: absolute;
    left: -60px;
    width: 50%;
    height: 32%;
    border: 3px solid #ff6600;
    z-index: 0;
    bottom: 6%;
}
.properties-gird-section h2 {
    padding: 0 11%;
}
.visa-section .step-box {
  height: 260px;
  border: 0.84px solid #0000000d;
  padding: 40px 20px 0 34px;
  background: #ffffff;
  transition: border 0.3s ease;
}

.image-with-text  .main-images img {
  position: relative;
  z-index: 1;
  display: block;
}
nav.breadcrumbs {
    padding-bottom: 5%;
}
.archive-posts-wrapper {
    display: grid;
    justify-content: center;
    align-items: start;
    grid-template-columns: repeat(3, 1fr); /* default: 3 items per row */
    max-width: 1200px;
    margin: 5% auto 5%;
    gap: 28px;
}
.archive-posts-wrapper h2 a {
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.archive-posts-wrapper .entry-meta span {
    font-size: 16px !important;
    color: #000;
}
.archive-posts-wrapper .entry-meta span a{
    font-size: 16px !important;
    color: #000;
	    text-decoration: none;
}
.archive-posts-wrapper h2{
    font-size: 16px !important;
	    padding-bottom: 14px;
}
.archive-posts-wrapper p {
    font-size: 16px !important;
    color: #000;
	    text-decoration: none;	
}
.archive-posts-wrapper img {
	max-width: unset;
	margin-bottom: 10%;
	object-fit: cover;
	height: 100%;
	
}
.archive-posts-wrapper .post-thumbnail {
    display: block;
    margin-bottom: 5%;
    height: 220px;
    overflow: hidden;
}
.archive-posts-wrapper footer.entry-footer span{
	    font-size: 16px !important;
    color: #000;
	    text-decoration: none;
}
.archive-posts-wrapper footer.entry-footer span a{
	    font-size: 16px !important;
    color: #000;
	    text-decoration: none;
}

button.close-menu-toggle {
    display: none;
}
	.header-contact a:hover {
    border: 1px solid #fe5502;
}
	.header-contact a{
    border: 1px solid transparent;
}
header.archive-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16% 0;
    position: relative;
    z-index: 1;
}
h1.page-title {
    text-align: center;
    color: #ffffff;
}
.menu .current_page_item a {
  color: #ff6600; /* orange color */
  position: relative;
  text-decoration: none;
}

.menu .current_page_item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: #ff6600; /* orange underline */
  border-radius: 2px;
}
.menu a:hover {
  color: #ff6600;
}
.main-header .main-navigation.open .menu .current_page_item a::after{
	display:none;
}
.contact-form-wrapper i {
    font-size: 32px;
}
.single-post h1.entry-title {
    font-weight: 600;
    margin: 16px 0 16px 0;
    font-size: 40px;
    color: #000;
    text-decoration: none;
}

.single-post .entry-meta span a{
 font-size: 16px !important;
    color: #000;
    text-decoration: none; 
}
 footer.entry-footer{
	display:none;
}
.single-post footer.entry-footer span a {
    font-size: 16px !important;
    color: #000;
    text-decoration: none;
}

.single-post .nav-previous a {
   font-size: 16px !important;
    color: #000;
    text-decoration: none;  
}

.single-post .comment-reply-title {
     font-size: 24px !important;
    color: #000;
    text-decoration: none;    
}
.single-post p.logged-in-as {
         font-size: 20px !important;
    color: #000;
    text-decoration: none;   
}


.single-post .post-container{
    max-width: 1200px;
    margin: auto;
    padding-top: 4%;
	display: flex;
    justify-content: center;
	    gap: 4%;
    align-items: start;
}
.single-post article {
    width: 70%;
}



.single-post  nav.navigation.post-navigation {
    max-width: 1200px;
    margin: auto;
    padding-top: 6%;
    padding-bottom: 2%;
}
.single-post .comments-area{
    max-width: 1200px;
    margin: auto;
  padding-bottom: 3%;
}
.post-thumbnail img {
    width: 100%;
}
/* .single-post .entry-meta {
    text-align: center;
}

.single-post .entry-content {
    text-align: center;
}

.single-post footer.entry-footer {
    text-align: center;
} */
.nav-previous {
    display: none;
}
/* golden-visa-from-css */
.occupation-form {
    max-width: 100%;
    margin: auto;
    padding: 35px;
    background: #031A4C;
    border-radius: 14px;
}

.occupation-form h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

/* Radio options */
.occupation-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.sub-menu .current_page_item a::after{
  display:none;  	
}
.sub-menu {
    align-items: start !important;
}

.main-radio input[type="radio"] {
  display: none;
}
.main-radio .radio-box span{
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    text-align: center;
	    background-color: white;
    transition: all 0.5s 
ease;
}
.form-submits input[type="submit"]{
    width: 100% !important;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #F05A2B;
    color: #fff;
    padding: 16px 30px;
}
.form-submits p {
    margin: 0 !important;
}


.main-radio p {
    text-align: center;
    margin: 0 !important;
}
.main-radio br {
    display: none;
}

.custom-radio input[type="radio"]:checked ~ .wpcf7-list-item-label {
  background-color: #FE5502;
  color: #fff;
}
.golder-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
    width:100% !important;
}


.golden-visa-form .text-block-content .flex {
    padding-top: 0% !important;
}
.form-submits {
    margin-top: 5%;
}

.main-radio span.wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    user-select: none;
       width: 260px;
    height: 56px;
    line-height: 1em;
}
.golden-visa-form .wpcf7 form{
padding:0;	
}


/* Input rows */
.form-row {
  position: relative;
  margin-bottom: 18px;
}
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: #ffffff !important;
}
.input-icon {
    position: absolute;
    top: 70%;
    left: 20px;
    transform: translateY(-50%);
    color: #ff6600;
    font-size: 15px;
    pointer-events: none;
}
.golden-visa-form .wpcf7-form-control::placeholder{
	color:#fff !important;
}
.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: #ff6600;
    color: #fff !important;
}
.golder-form .wpcf7-form-control {
width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 8px;
	    padding-left: 10% !important;
}
.golden-visa-form .contact-form-wrapper i {
    font-size: 24px;
}
.wpcf7-form-control:focus {
  border-color: #F05A2B !important;
}

.form-submit {
  text-align: center;
  margin-top: 25px;
}

input[type="submit"] {
  background: #F05A2B;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

input[type="submit"]:hover {
  background: #d94f24;
}
/* golden-visa-from-css-end */

	.mobile-social-links {
    display: none;
}
	
/*  property-investmen-form*/

.selet select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
    margin-top: 8px;
    background: #031a4c;
    font-weight: 500;
}
.property-investmen-form .form-footer {
    align-items: baseline;
}
.footer-col-4 {
    width: 33%;
}
.top-blogs-text {
    width: 80%;
}

.menu-footer-2-container .current_page_item a::after{
	display:none;
}

.mobile-contact {
    display: none;
}




.flex-wrap{
	flex-wrap:wrap
}
.card-3 {
    flex: 0 0 32%;
}
.image-height-220 {
    margin-bottom: 5%;
    height: 220px;
    overflow: hidden;
}
.blog-section-search .meta span {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.blog-section-search  h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.blog-section-search  a i {
  padding-left: 12px;
}
.blog-section-search  a {
  margin-top: 12px;
  text-decoration: none;
  color: #000000;
}

.blog-section-search  .image {
  margin-bottom: 5%;
  height: 220px;
  overflow: hidden;
}
.blog-section-search .image img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s 
ease;
    display: block;
    margin: auto;
}
.search-results .site-main .container {
    margin: 4% 0;
}
.blog-section-search .image img.bg-color {
    background: #031a4c;
}

.business-setup .container {
    background: #fff;
    position: absolute;
    top: 0;
    max-width: 60%;
    right: 0;
    left: 0;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.26);
}

.business-setup {
    position: relative;
    top: -45px;
}

.business-setup .wp-element-button {
    background: #fe5502;
}

.business-setup .wp-block-heading {
    color: #000;
    margin: 0;
}
.booking-section-inner {
    padding: 25px 0;
    gap: 40px;
}





@media screen and (min-width: 320px) and (max-width: 767px) {
	.business-setup .container {
		position: relative;
		max-width: 90%;
		margin-bottom: 20px;
	}

	.business-setup {
		top: 0;
	}

	.booking-section-inner {
		flex-direction: column;
	}
		.card-3 {
		flex: 0 0 100%;
	}
	.pum-content.popmake-content h2 {
    width: 94%;
    line-height: 35px;
    font-size: 30px !important;
}
	
	.mobile-contact span i {
    color: #ff6600!important;
		    font-size: 24px;
}
	.mobile-contact .contact-info {
    gap: 24px;
}
	.mobile-contact {
		display: block;
		padding: 10% 0;	
		border-top: 1px solid #ff6600;
}
	.mobile-contact a {
    color: #000;
    font-weight: 500;
		font-size: 18px;
		padding-top: 6%;	
}
	.mobile-contact h3
 {
	 padding-bottom: 6%;
    font-size: 20px;
	 text-transform: uppercase;
}
	.mobile-contact .contact-info span {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
	.footer-col-4 {
    width: 100%;
}

	.menu .current_page_item a{
    padding-left: 0 !important;
}
	.single-post article {
    padding: 5% 6% !important;
}
	.single-post h1.entry-title {
    font-size: 24px !important;
}
	.single-post .comments-area {
    padding: 6% 6%;
}
	
		.mobile-social-links {
    display: block;

}
	.mobile-social-links h3 {
    font-size: 20px;
		text-transform: none;
		border-top: 1px solid #ff6600;
		padding-top: 18px;
}
	.mobile-social-links ul {
    display: block !important;
}
	
	.mobile-social-links ul  li a {
		color: #FE5502;
		font-size: 25px;
	}
	.mobile-social-links ul  li {
    padding-right: 18px;
    padding-top: 5%;
   padding-left: 0px;
}
	
	
	
	
	.contact-form-wrapper i {
    font-size: 20px;
}
	.topbar {
    display: none;
}
	h1 {
    font-size: 30px;
}
	h1 span {
    font-size: 30px;
}
	h2 {
    font-size: 24px;
}
.banner-text p {
    font-size: 16px !important;
}	
	.banner-text .button-group {
    flex-direction: column-reverse;
}
.banner-text {
    padding-top: 14%;
    padding-left: 8%;
    padding-right: 8%;
}
.image-with-text .flex {
    flex-direction: column;
}
.main-images img {
    width: 70%;
    margin: auto;
}	
	.image-with-text .main-images::before{
		display:none;
	}
	p {
    font-size: 14px;
}
.main-icon-box {
        padding: 5px 0% !important;
}
.text-with-icons {
    padding-left: 0% !important;
}

.image-with-text .btn {
	    padding: 15px 16px !important;
	
	}
	.btn {
    font-size: 14px;
}
	
	.properties-gird-section .flex {
    flex-direction: column;
		        padding-bottom: 3%;
}

	.container {
    padding: 0 6%;
}
	.properties-gird-section .main-icon-box::after{
		display:none;
	}
	.steps.flex.flex-row.gap-2 {
    flex-direction: column;
}
	.visa-section .step-box {
    padding: 20px !important;

}
	.banner-content {
    width: 100%;
    margin: auto;
}
	.stats.flex.justify-center.gap-8.mt-8 {
    flex-direction: column;
}
	.counter-section .stat h6 {
    font-size: 40px !important;
    padding-bottom: 3% !important;
}
	.marquee-section .marquee {
    padding: 4% 0 10% 0 !important;
}
	.marquee-section .marquee span {
    font-size: 16px !important;
}
	.video-section h2 {
    width: 100% !important;
}
	.overlay.flex.items-center.justify-center.text-left {
    flex-direction: column;
}
	.center-image-with-banner .overlay div:not(.button-group) {
    width: 100% !important;
}
	.overlay .button-group.flex.gap-4 {
    flex-direction: column;
}
	.text-block-contact-form .flex{
		    flex-direction: column;
	}
	.contact-form-wrapper {
    width: 100% !important;
}
	.contact-info .social-wrapper ul li {
padding-right: 6px !important;
}
	.contact-info div {
    font-size: 16px !important;
}
	.form-texts h5 {
    font-size: 16px !important;
    padding: 20px 20px !important;
    width: 100% !important;
}
	.wpcf7 form {
    padding: 20px !important;
}
	.contact-form-row {
    gap: 6px;
    flex-direction: column;
}

	.form-texts h6 {
    font-size: 18px !important;
    padding: 20px !important;
}
.form-texts p
 {
    font-size: 14px !important;
    padding-left: 20px !important;
}	
	.form-footer.color-text-white {
    flex-direction: column;
}
.faq-question h6 {
    font-size: 16px !important;
}	
.faq-section .faq-item {
    background: #ffffff;
    padding: 20px !important;	
	}
.faq-section .faq-grid {
    grid-template-columns: none !important;	
	
	}
	.blog-section .flex{
		flex-direction:column;
		align-items: flex-start !important;
	}	
	.footer-widgets.container.flex.justify-between {
    flex-direction: column;
}
	.footer-col-1 {
    width: 100% !important;
}
.footer-col {
    padding-top: 7%;
}	
	i.fa.fa-times {
    display:none;
}
.toggled .menu.nav-menu {
    display:block;
}
.toggled  i.fa.fa-times {
    display:block;
}
.toggled .fa-solid.fa-bars{
    display:none;
}
	.logo {
    width: 50% !important;
}
	.header-contact {
    display: none;
}
/* 	 goldern-visa-css*/
.main-banner-gloden .flex {
    flex-direction: column-reverse;
}
	.banner-text-gloden {
    width: 100% !important;
            padding-top: 10% !important;		
}
	.gloden-card-image {
    width: 100% !important;
}
	.main-banner-gloden {
    padding-top: 24% !important;
		
}
	.big-banner-left-text .btn-golden {
            padding: 15px !important;

}
	.step-icon .flex {
    flex-direction: column;
}
    .bg-secondary .flex {
   flex-wrap:wrap;
        gap: 30px;
    }
	.right-box {
    gap: 40px !important;
}
	.visa-grid {
    gap: 20px;
    flex-direction: column;
}
.steps.flex.gap-6.justify-center.align-center {
    flex-direction: column;
}	
	.slider-with-number p {
    font-size: 14px !important;

}
	.step-box2 {
    flex: 0 0 45%;
}
	.process-steps.flex.gap-6.justify-center.align-center {
    flex-wrap: wrap;
}

	.step-icon {
    padding-left: 0 !important;
}
.compare-boxes.flex.gap-4.justify-center.mt-8 {
    flex-direction: column;
}	
.compare-section .compare-box {
    width: 100% !important;
}	
.compare-section {
    padding-left: 0 !important;
	    padding-right: 0 !important

}	
.compare-section .box-body {
    padding: 20px !important;
}	
	.box-header h5{
    font-size: 18px !important;
}
	.banner-content {
    padding: 0 3% !important;
}
	.custom-faq-section .faq-grid {
    grid-template-columns: auto !important;
	}
	.banner-content .btn {
    padding: 15px 16px !important
}
	.bg-secondary .box-text {
    flex: 0 0 40% !important;
}
	.custom-faq-section .faq-item {
    background: #ffffff;
    padding: 20px !important;
	}
	.testimonials-section .swiper-content
 {
    padding: 12% 0 !important;
}
	.slider-with-number .swiper {
    padding: 12% 0 !important;
}
/* page-3-css */
	
	.page-two .box-text {
    padding: 20px !important;
    width: 320px !important;
}
	.circle-process-section {
    display: none;
}
	.banner-content .buttons
 {
    flex-direction: column;
}
	.testimonials-section {
    padding: 6% 0 4% 0 !important;
}
	nav.breadcrumbs {
    padding-top: 15% !important;
}
	    .banner-content
 {
        padding-top: 10% !important;
    }
	
	.step-icon .box-text img
 {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 15px;
}
	.image-banner-section-with-icon .box-text {
    flex: 0 0 48%;
}
	.white-icons .flex-wrap {
    padding-top: 8%;
    gap: 40px;
   flex-direction: column;
}
 .archive-posts-wrapper {
        grid-template-columns: 1fr; /* 1 item per row on small screens */
    }
.archive-posts-wrapper img

 {
    max-width: 100% !important;
	}

	.archive-posts-wrapper {
			padding: 0 4% ;
    margin-top: 10% !important;

}
.blog header#masthead {
    margin-top: 0% !important;

}	
		.occupation-form {
    max-width: 100%;
			padding: 18px;
}
	.golden-visa-form .contact-form-wrapper i {
    font-size: 20px;
}
	.golder-form .wpcf7-form-control {
		padding-left: 16% !important;
	}
	.golden-visa-form form.wpcf7-form.init {
    padding: 0 !important;
}
	.main-radio span.wpcf7-list-item-label {
    width: 260px;
    height: 46px;
    line-height: 1em;
}
	.main-radio .radio-box span {
    font-size: 16px;
	}
	 .occupation-options {
    grid-template-columns: 1fr;
  }
	.golden-visa-form .contact-form-wrapper{
		padding:0 !important;
	}
	
	
	
	
	
	
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.business-setup .container {
		position: relative;
		max-width: 90%;
		margin-bottom: 20px;
	}

	.business-setup {
		top: 0;
	}

	.booking-section-inner {
		flex-direction: column;
	}
	.blogs-contact-form .form-submit p
 {
    text-align: start;
}
	
		.single-post aside#secondary {
    position: unset; 
    top: 100px;
    align-self: flex-start;
    width: 80%;
    margin: auto;
}
	.top-blogs-buttons {
    width: 40%;
}
		.single-post article {
    padding: 18% 6% !important;
}
	.single-post h1.entry-title {
    font-size: 30px !important;
}
	.single-post .comments-area {
    padding: 6% 6%;
}
	
	
    .archive-posts-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row */
		padding: 0 4%;
    }
.topbar .contact-info {
    padding-bottom: 0 !important;
}
	.container {
    padding: 0 5%;
}
h1 {
    font-size: 48px;
}
	h1 span {
    font-size: 48px;
}
h2 {
    font-size: 30px;
}	
	.banner-text p {
    font-size: 16px !important;
}
.btn
 {
    padding: 15px 18px;
}

.main-images img {
        width: 420px !important;
}
	.image-with-text .main-images::before{
		display:none;
	}
	.image-with-text .flex.justify-center{
		    flex-direction: column;

	}
	.text-with-icons {
    padding-left: 1% !important;
}
	.main-icon-box {
    padding: 10px 0 !important;
}
	h6 {
    font-size: 18px;
}
	p {
    font-size: 16px;
}
	.properties-gird-section .main-icon-box::after{
		display:none;
	}
	.visa-section .step-box
 {
    height: 310px !important;
    padding: 20px !important;
}
	.counter-section .stat h6 {
    font-size: 36px !important;
}
	.marquee-section .marquee {
    padding: 2% 0 5% 0 !important;
}
.testimonials-section .swiper-content {
    padding: 6% 0 !important;
}	
.overlay .button-group {
    flex-direction: column;
}
	.text-block-contact-form .flex{
    flex-direction: column;
}
.contact-form-wrapper {
    width: 100% !important;
}	
.form-texts h5 {
    font-size: 24px !important;
}	
.blog-section .card h3 {
    font-size: 16px !important;
}	
.card p
 {
    font-size: 12px !important;
}
	.footer-col-1 {
    width: 100%;
		        padding-bottom: 8%;
}
	.footer-widgets.container.flex.justify-between
 {
    flex-wrap: wrap;
	 
}
	.contact-info {
    padding-bottom: 8%;
}
	
/* 	visa-golder */
		.main-banner-gloden .flex {
    align-items: anchor-center;
    flex-direction: column-reverse;
}
	.gloden-card-image {
    width: 80% !important;
}
	.banner-text-gloden {
    width: 100% !important;
	        padding-top: 8% !important;	
}
	.main-banner-gloden {
    padding-top: 12% !important;
}
	.bg-secondary .box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}	
	.right-box .info-block h3 {
    font-size: 18px;
}
	.icon-box-with-description .step-box {
    padding: 16px !important;
}
	
		.icon-box-with-bg .process-steps {
    flex-wrap: wrap ;
}
	.icon-box-with-bg .process-steps .step-box2 {
    flex: 0 0 30%;
}
	.slider-with-number p {
    font-size: 16px !important;

}
		.step-icon .box-text {
    flex: 0 0 50% !important;
}
	.step-icon {
    padding-top: 6% !important;
    padding-bottom: 5% !important;
	padding-left: 0 !important;
    padding-right: 0 !important;

}
	.compare-section {
    padding: 5% 0 !important;
}
	.box-body p {
    font-size: 14px !important;
}
.box-header.secondary h5 {
    font-size: 18px !important;
}	
.banner-content {
    width: 90% !important;
}	
		    .page-two .box-text {
        flex: 0 0 48% !important;
    }
	.circle-process-section {
    display: none;
}
	nav.breadcrumbs {
    padding-top: 10% !important;
}
	    .banner-content
 {
        padding-top: 10%;
    }
		.services-page .box-text {
    flex: 0 0 47% !important;
}
	.image-banner-section-with-icon .box-text {
    flex: 0 0 43%;
}
.white-icons .flex-wrap {
    gap: 36px;
}	
	
	.our-solution .box-text
 {
    flex: 0 0 48% !important;
}
	.header-contact {
    display: none;
}
	.archive-posts-wrapper img {
    max-width: 100% !important;
    margin-bottom: 10%;
}
	.occupation-form {
    max-width: 100%;
}
	.golden-visa-form form.wpcf7-form.init {
    padding: 0;
}
	.main-radio span.wpcf7-list-item-label {
    width: 260px;
    height: 46px;
    line-height: 1em;
}
	.main-radio .radio-box span {
    font-size: 16px;
	}
	

}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
	.business-setup .container {
    max-width: 95%;
}
			.single-post article {
    padding:2% 3% !important;
}
	
		.single-post .post-container {
    padding: 4% 3% 0 0%;
}
	
	.single-post h1.entry-title {
    font-size: 40px !important;
}
	.single-post .comments-area {
    padding: 6% 6%;
}
	    .archive-posts-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row */
	    padding:0 4%;		
    }
		.archive-posts-wrapper img {
    max-width: 100% !important;
    margin-bottom: 10%;
}
	.container {
    padding: 0 4%;
}
	.main-navigation li {
    padding-right: 24px;
}
	.header-contact a{
		    padding: 15px 18px;
	}
	h1 {
    font-size: 50px;
}
	h1 span {
    font-size: 50px;
}
	h2 {
    font-size: 40px;
}
	.banner-text p {
    font-size: 18px;
}
	.main-images img {
          width: 420px !important;
}
	.image-with-text .main-images::before {
      display:none !important;
}
	p {
    font-size: 16px;
}
.main-icon-box {
    padding: 10px 0 !important;
}
.mt-8 {
    margin-top: 1rem;
}
	.properties-gird-section .main-icon-box::after {
       right: -10% !important;

}
	.visa-section .step-box {
    padding: 16px !important;
}
	.visa-section .buttons{
		        margin-top: 3rem;
	}
	.visa-section .step-box p {
    padding-top: 0px !important;
}
	.counter-section .stat h6 {
    font-size: 48px !important;
}
	.marquee-section .marquee {
    padding: 2% 0 4% 0 !important;
}
	.btn{
padding: 14px 18px;
	}
	.form-texts h5 {
    font-size: 20px !important;
	
	}
	.contact-info div {
    font-size: 16px !important;

}
/* 	 golder-visa-css*/
	
	
	.slider-with-number .card-box{
    height: 600px !important;
}
	.bg-secondary .box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}	
	.icon-box-with-bg .process-steps {
    flex-wrap: wrap ;
}
	.icon-box-with-bg .process-steps .step-box2 {
    flex: 0 0 30%;
}
	.box-body p {
    font-size: 14px !important;
}
.compare-section .box-body {
    padding: 30px 0 30px 20px !important;
}	
.banner-content
 {
    width: 90% !important;
    margin: auto;
}	
	.step-icon .box-text {
    flex: 0 0 46% !important;
}
	.step-icon {
    padding-top: 6% !important;
    padding-bottom: 5% !important;
	padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Property Investment */
	
		nav.breadcrumbs {
    padding-top: 4% !important;
}
	.circle-process-section {
    text-align: center;
    padding: 22% 0% !important;
}
.banner-content {
    padding-top: 10%;
}
	.occupation-form {
    max-width: 100%;
}
.main-radio .radio-box span {
    font-size: 16px;
}

.occupation-form {
    padding: 24px;
	}
	
		.main-radio span.wpcf7-list-item-label {
    width: 204px;
    height: 48px;
}
		.main-banner-gloden {
    padding-top: 16% !important;
}
		.golder-form .wpcf7-form-control {
    padding-left: 13% !important;
}
		.top-blogs-buttons {
    width: 40%;
}
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
	.container {
    padding: 0 4%;
}
	.visa-section .step-box {
		height: 290px !important;
	}
	.marquee-section .marquee {
    padding: 2% 0 3% 0 !important;

}
.form-texts h5 {
    font-size: 24px !important;
    padding: 28px 30px !important;

}	
	.menu a{
    font-size: 14px !important;
}
	.banner-content {
    padding-top: 7%;
}
	.banner-content {
    width: 100% !important;
    margin: auto;
}
	.main-navigation li {
    padding-right: 40px !important;
}
	p.color-text-white.text-center {
    padding: 10px 12%;
}
}
/* Mobile */
@media (max-width: 768px) {
	.menu li.focus ul {
    position: unset;
}

	
	.menu-item-has-children.focus > a::after {
  content: "–" !important;
		        top: 36% !important;
}
ul#primary-menu	.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 25px; /* space for + icon */
}

/* Add the + icon */
ul#primary-menu .menu-item-has-children > a::after {
  content: "+";
  font-size: 40px;
  color: #fe5502; /* adjust color if needed */
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
ul#primary-menu	 li#menu-item-301 {
    padding-right: 0;
}

	.post-container {
    flex-direction: column;
}
	.single-post article {
    width: 100%;
}
.menu-toggle {
display:block;
}

.main-header .main-navigation {
position:fixed;
top:0;
right:0;
width:100%!important;
height:100vh;
background:#fff;
flex-direction:column;
justify-content:center;
align-items:center;
transform:translateX(100%);
transition:transform .4s ease-in-out;
z-index:1000;
padding:20px;
overflow-y:auto;
}

.main-header .main-navigation.open {
	transform:translateX(0);
	width:75%!important;
	border-left: 3px solid #ff6600;
}

.menu >li {
width:100%;
margin:10px 0;
}

.main-navigation.open .menu a {
font-size: 18px;
padding: 10px 0;
display:block;
width:100%;
color:#000;
 text-align: left;
}

.main-header .main-navigation.open .nav-menu {
display:block!important;
}

.main-header .main-navigation .nav-menu {
padding-top:21%;
}

button.close-menu-toggle {
background:red;
font-size:18px;
color:#fff;
padding:8px 11px;
display:block !important;
justify-content:end;
position:absolute;
right:20px;
}


button.close-menu-toggle {
display:none;
}

ul#primary-menu .current-menu-item a {
     color:#FE5502 !important;
	font-weight:700;
    padding-left: 0px;
}
button.menu-toggle {
    margin-top: -7px;
}
ul#primary-menu  ul.sub-menu{
	box-shadow: unset !important;
	margin-left: 15px;
}
.menu-toggle i {
    font-size: 20px;
}
.menu-toggle {
    background: #FE5502;
    border: none;
    color: #fff;
}


ul#primary-menu ul.sub-menu li a {
    padding: 0;
    font-size: 18px;
    width: 100% !important;
}

button.close-menu-toggle {
    display: block !important;
}

	
}
	/* Parent item with dropdown */
.menu-item-has-children {
  position: relative;
}

/* Arrow beside parent menu item */
.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

	
.single-post article h2.widgettitle::after, h2.wp-block-heading::after{
    display:none;
}
	.blog-section .card {
    flex: 0 0 33%;
}
/* blogs-from */

.blogs-contact-form {
    background: #031A4C;
    padding: 24px;
	width: 100%;
	    border-radius: 1rem;
}
p.box-para {
    text-align: center;
}
.single-post form.wpcf7-form.init {
    padding: 0;
}
.single-post aside#secondary {
    position: sticky;
    top: 48px;
    align-self: flex-start;
}
.blogs-contact-form .form-submit p {
    text-align: left;
}

.blogs-contact-form h5 {
    text-align: center;
    padding-bottom: 10%;
    padding-top: 7%;
    font-weight: 600;
}

.single-post nav.navigation.post-navigation{
	display:none;
}

.contact-info div a {
    color: #141718;
}

.popup-bg {
    background-image: url(https://whydxb.ae/wp-content/uploads/2025/11/popup-bg-scaled.jpg);
    height: 600px;
    width: 100%;
    background-size: 100% 100%;
    border-radius: 16px;
    overflow: hidden;
    justify-content: center;
    padding: 18px;
    background-repeat: no-repeat;
}
.pum-content.popmake-content h2 {
    width: 56%;
    line-height: 52px;
}

p.has-medium-font-size {
    color: #fe5502;
    font-size: 30px !important;
    font-weight: 700;
}
.pum-content .wp-block-button.has-custom-width.wp-block-button__width-100.btn-primary.is-style-outline.is-style-outline--1 {
    border-radius: 40px;
}
.pum-theme-1125 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	    color: #e50000;
}
