/*!
Theme Name: Bula Denarau
Theme URI: https://buladenarau.com
Author: Power Marketing
Author URI: https://powermarketing.online/
Description: A Custom theme for Bula Denarau
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: bula-denarau
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.

Bula Denarau 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
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
  --primary-color: #ac8a4c;
  --secondary-color: #202020;
}
/* 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;
}

html, body, p, figcaption {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

/**
 * 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: 40px;
  margin: 20px 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-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: var(--secondary-color);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.4;
  margin: 20px 0;
  font-weight: 600;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  margin: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 25px 0;
  padding: 10px 0 10px 30px;
  border-left: 3px solid var(--primary-color);
}

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: #f0f0f0;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  padding-left: 20px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: var(--primary-color);
  outline: none !important;
}

/* a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

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

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

/* Posts and pages
--------------------------------------------- */

.post-template-template-business .wp-block-image {
  margin-bottom: 20px;
}

.sticky {
  display: block;
}

/* .post,
.page {
  margin: 0 0 1.5em;
} */

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/* ======================== Header ======================== */
header#masthead {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 18px 0;
  transition: all 0.3s ease-in;
}
body:not(.home, .archive, .post-template-template-business) header#masthead {
  background-color: var(--secondary-color);
}
header#masthead.fixed {
  background-color: var(--secondary-color);
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 30%);
  padding: 10px 0;
}
.logged-in header#masthead {
  /*! top: 32px; */
}
header#masthead .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#masthead .social-link {
  display: flex;
  gap: 25px;
  align-items: center;
}
header#masthead .social-link,
header#masthead .button-wrap {
  width: 205px;
}
header#masthead .button-wrap {
  display: flex;
  justify-content: flex-end;
}
header#masthead .social-link a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
a.custom-logo-link {
  display: flex;
}
button.mega-menu-trigger {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  flex-flow: column;
  background-color: transparent;
  border: none;
  padding: 0;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding-left: 5px;
}
button.mega-menu-trigger span {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
button.mega-menu-trigger span:last-child {
  width: 20px;
}
.home .page-container,
.post-template-template-business .page-container,
main.archive-page {
  margin-top: -96px;
}


.wp-block-post-excerpt__excerpt {
	 padding: 0 5px 20px 0px;
  font-size: 90%;
  font-style: italic;
	text-align:center;
}

.story-featured {
  width: 100%;
}

.mega-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background-color: var(--secondary-color);
  top: 0;
  left: 0;
  overflow: auto;
  transition: all 0.3s ease-in;
  transform: translateY(-100%);
}
.mega-menu-wrapper.active {
  transform: translateY(0);
}
body.mega-nav-activated {
  overflow: hidden;
}
.mega-menu-wrapper .mega-menu-close {
  height: 40px;
  width: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  color: var(--secondary-color);
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 999;
}
.mega-menu-wrapper .wrapper {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.mega-menu-wrapper .bottom-container {
  border-top: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  gap: 20px;
  padding: 37px 20px;
}
.mega-menu-wrapper .bottom-container p {
  margin: 0;
  color: rgb(115, 115, 115);
  font-weight: 300;
}
.mega-menu-wrapper .bottom-container span {
  width: 50px;
  height: 1px;
  background-color: var(--primary-color);
}
.mega-menu-wrapper .bottom-container p span {
  background-color: transparent;
  color: #fff;
}
.mega-menu-wrapper .bottom-container a {
  color: var(--primary-color);
  text-decoration: none;
}
.mega-menu-wrapper .top-container {
  display: flex;
  align-items: center;
  padding: 150px 20px 30px;
}
.mega-menu-wrapper .top-container .left {
  width: 70%;
}
.mega-menu-wrapper .top-container .menu-wrap {
  width: 50%;
  padding-left: 30px;
}
.mega-menu-wrapper .top-container .menu-wrap ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.mega-menu-wrapper .top-container .menu-wrap ul.menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  transition: all 0.3s ease-in;
}

.mega-menu-wrapper .top-container .menu-wrap ul.menu .sub-menu a {
  font-size: 25px;
}

.mega-menu-wrapper .top-container .menu-wrap ul.menu .current-menu-item a,
.mega-menu-wrapper .top-container .menu-wrap ul.menu a:hover {
  opacity: 70%;
}
.mega-menu-wrapper .top-container .left .top {
  margin-bottom: 150px;
}
.mega-menu-wrapper .top-container .left .bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.mega-menu-wrapper .top-container .left .bottom .title {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-color);
  padding-bottom: 15px;
  font-weight: 500;
}
.mega-menu-wrapper .top-container .left .bottom p {
  margin: 0;
  color: #fff;
  opacity: 0.6;
  font-weight: 300;
  max-width: 240px;
}
.mega-menu-wrapper .top-container .left .bottom p a {
  color: #fff;
  text-decoration: none;
}
.mega-menu-wrapper .top-container .left .bottom .social-link {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mega-menu-wrapper .top-container .left .bottom .social-link a {
  display: flex;
  color: #fff;
}
/* ======================== Header ======================== */
.page-id-266 .home-search-categories {
  margin-bottom: 150px;
  margin-top: 50px;
}
.page-id-266 .home-search-categories .descriptions {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}

section.home-search-categories {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.sub-category.home-search-categories {
  padding: 0px;
}

section.home-search-categories .tagline,
section.home-blogs .tagline {
  font-size: 17px;
  margin: 0;
  font-weight: 500;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

.home-blogs .news-content .bottom-info a {
  text-decoration: none;
  text-transform: uppercase;
}

section.home-search-categories .headline,
section.home-blogs .headline {
  font-size: 56px;
  font-weight: 800;
  text-align: center;
  margin: 0;
  color: var(--secondary-color);
  line-height: 1.4;
}
section.home-search-categories .search-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
section.home-search-categories .search-categories .category-card {
  display: flex;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  min-height: 275px;
  width: calc(25% - 30px);
  transition: all 0.5s ease-in;
  background-color: var(--primary-color);
}
section.home-search-categories .search-categories .category-card::before {
  position: absolute;
  content: '';
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
section.home-search-categories .search-categories .category-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
section.home-search-categories .search-categories .category-card .cat-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in;
  top: 0;
  left: 0;
}
section.home-search-categories .search-categories .category-card .arrow {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 3;
  background-color: #ffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  opacity: 0;
}
section.home-search-categories .search-categories .category-card .name {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: #ffff;
  text-align: center;
  width: 100%;
  margin: 0;
  bottom: 30px;
  text-transform: uppercase;
  left: 0;
  z-index: 3;
}
section.home-search-categories .search-categories .category-card:hover {
  transform: translateY(-5px);
}
section.home-search-categories
  .search-categories
  .category-card:hover
  .cat-image {
  transform: scale(1.1);
}
section.home-search-categories .search-categories .category-card:hover .arrow {
  opacity: 1;
  top: 50%;
}

section.home-ads-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
section.home-ads-section .ads-card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 320px;
  width: calc(50% - 15px);
  overflow: hidden;
  background-color: var(--primary-color);
}
section.home-ads-section .ads-card-wrap .off-tag {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  left: 50px;
  padding: 6px 15px;
  border-radius: 3px;
  background-color: #ffff;
  top: 50px;
  margin: 0;
  z-index: 2;
}
section.home-ads-section .info-wrapper .arrow {
  width: 60px;
  height: 60px;
  z-index: 1;
  color: #ffff;
  border: 2px solid rgba(255, 255, 255);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.home-ads-section .ads-card-wrap .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 2;
  background-color: #00000075;
}
section.home-ads-section .ads-card-wrap .info-wrapper .left {
  color: #fff;
}
section.home-ads-section .ads-card-wrap .info-wrapper .left .headline {
  font-size: 35px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
section.home-ads-section .ads-card-wrap .info-wrapper .left .desc {
  font-size: 16px;
  margin: 0;
  /*! opacity: 0.6; */
  font-weight: 300;
  padding-top: 5px;
}
section.home-ads-section .ads-card-wrap .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
section.home-ads-section .ads-card-wrap .bg-image {
  position: absolute;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  top: 0;
  left: 0;
  z-index: 1;
}
section.home-ads-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
section.home-ads-section .ads-card-wrap:hover .bg-image {
  transform: scale(1.1);
}
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.home-hero .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-hero [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
.home-hero .desktop-image {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-item {
  position: relative;
  min-height: 140px;
}
section.hero-section {
  position: relative;
  overflow: hidden;
}
.home-hero .slick-nav.next-arrow {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  color: var(--secondary-color);
}
.home-hero .slick-nav.next-arrow::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in;
  transform: translateX(-100%);
}
.home-hero .slick-nav.next-arrow svg {
  position: relative;
}
.home-hero .slick-nav.next-arrow:hover::before {
  transform: translateX(0%);
}
.home-hero .slick-nav.next-arrow:hover {
  color: #fff;
}
  .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black tint at 50% opacity */
  z-index: 1;
}

.slick-slide .slide-item .container {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.slide-item {
  min-height: 100vh;
  display: flex !important;
  overflow: hidden;
  align-items: center;
  color: #fff;
  justify-content: flex-start;
  padding: 95px 0 60px;
}
.slide-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.slide-item .container {
  position: relative;
}
.slide-item .count {
  font-size: 100px;
  position: absolute;
  font-weight: 500;
  -webkit-text-stroke-color: var(--primary-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: -12px;
  line-height: 1;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.slide-item .headline {
  margin: 0;
  font-size: 70px;
  line-height: 1;
  max-width: 500px;
  font-weight: 600;
  letter-spacing: -2px;
}
.slide-item .sub-headline {
  font-size: 20px;
  font-weight: 200;
  max-width: 400px;
  letter-spacing: 1px;
  margin: 25px 0 0;
}
.slide-item a.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 30px;
}
.slide-item .btn span.icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.slide-item .btn span.icon svg {
  width: 20px;
}
.wp-block-image :where(figcaption) {
  margin: 0;
  padding: 5px 9px;
  background-color: #0000000a;
  padding: 10px 15px;
  font-size: 14px;
}
section.home-blogs .headline {
  margin-bottom: 40px;
}
.home-featured-blogs {
  margin-top: 50px;
  margin-bottom: 30px;
}
.home-featured-blogs .news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f7f2ef;
  overflow: hidden;
  border-radius: 10px;
}
.home-featured-blogs .news-item .news-thumbnail {
  width: 60%;
  display: flex;
  overflow: hidden;
}
.home-featured-blogs .news-item .news-thumbnail img {
  width: 100%;
  transition: all 0.3s ease-in;
}
.home-featured-blogs .news-item:hover .news-thumbnail img {
  transform: scale(1.1);
}
.home-featured-blogs .news-item .news-content {
  width: 40%;
  padding: 30px;
}
section.home-blogs {
  position: relative;
  overflow: hidden;
  padding: 70px 0 140px;
	margin-bottom:80px;
}
.home-featured-blogs .news-item .news-content .news-title {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 25px;
  color: var(--secondary-color);
}
.home-featured-blogs .news-item .news-content .news-excerpt {
  color: rgb(133, 130, 126);
  font-weight: 400;
  line-height: 1.7;
}
.others-blogs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px 20px;
}
.others-blogs .news-thumbnail {
  height: 380px;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
}
.others-blogs .news-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.others-blogs .news-content {
  position: absolute;
  bottom: -51px;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px rgba(111, 111, 111, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.others-blogs .news-content .bottom-info {
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: rgb(113, 117, 128);
  font-size: 15px;
  line-height: 1;
  gap: 15px;
}
.others-blogs .news-content .news-title {
  background-color: var(--secondary-color);
  padding: 30px 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.others-blogs .news-content .news-title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.others-blogs .news-content .bottom-info span.line {
  display: inline-block;
  height: 17px;
  width: 1px;
  background-color: rgb(113, 117, 128);
  opacity: 0.5;
}
.others-blogs .news-item:hover .news-thumbnail img {
  transform: scale(1.1);
}
section.home-short-descriptions {
  position: relative;
  overflow: hidden;
  padding: 70px 0 160px;
}
section.home-short-descriptions .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.home-short-descriptions .left {
  width: 45%;
  display: flex;
}
section.home-short-descriptions .right {
  width: 55%;
  padding-left: 60px;
}
section.home-short-descriptions .right .headline {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0 0 20px;
  line-height: 1.2;
  color: var(--secondary-color);
}
section.home-short-descriptions .right .desc {
  font-size: 15px;
  color: var(--secondary-color);
  margin-bottom: 25px;
}
.button {
  display: inline-block;
  font-size: 15px;
  color: #fff !important;
  background-color: var(--secondary-color);
  padding: 14px 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1px;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  line-height: 1;
}
.button:hover {
  background-color: var(--primary-color);
}
section.home-short-descriptions .right .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.home-short-descriptions .right .btn-wrap .phone {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1px;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  line-height: 1;
  display: inline-flex;
  font-size: 20px;
  align-items: center;
  color: var(--secondary-color);
  font-weight: 600;
  gap: 10px;
}
footer#colophon {
  margin: 0 auto;
  background-color: #e7e4df;
  padding-bottom: 20px;
  position: relative;
}
footer#colophon .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#colophon .logo img {
  height: auto;
  margin-top: -80px;
	max-height: 150px;
}
footer#colophon .container .headline {
  max-width: 600px;
  color: var(--secondary-color);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
footer#colophon .forms .newsletter-form-wrapper {
  margin: auto;
  max-width: 580px;
}
footer#colophon .forms .newsletter-form-wrapper .newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: white;
  border: 2px solid var(--primary-color);
  position: relative;
}
footer#colophon .forms .newsletter-form-wrapper .newsletter-form input {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 66px;
  font-size: 16px;
  color: var(--secondary-color);
}
footer#colophon
  .forms
  .newsletter-form-wrapper
  .newsletter-form
  .sub-btn
  p
  input {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .bottom-footer {
  margin: 0 auto;
}
footer .bottom-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .bottom-footer .copyright {
  font-size: 15px;
  color: rgb(35, 35, 35);
  font-weight: 400;
  line-height: 1;
}
footer .bottom-footer .container .menu {
  display: flex;
  justify-content: center;
}
footer .bottom-footer .menu .menu-footer-menu-container ul#footer-menu {
  list-style: none;
  align-items: center;
  padding-left: 0px;
  margin: 0;
  gap: 10px 40px;
  flex-wrap: wrap;
}
footer .bottom-footer .menu .menu-footer-menu-container ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #232323;
  text-decoration: none;
  padding: 0;
}
footer .bottom-footer .container .social-link {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bottom-footer .container svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
footer#colophon .bottom-footer .container p,
footer .bottom-footer .container p a {
  margin: 0;
  text-align: center;
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 0.3s ease-in;
  font-weight: 500;
}
footer#colophon
  .bottom-footer
  .menu
  .menu-footer-menu-container
  ul#footer-menu.menu
  a:hover {
  color: rgb(113, 117, 128);
}
footer .bottom-footer .container .social-link a:hover svg {
  color: #fff;
}
footer#colophon .forms p {
  margin: 0;
  width: 100%;
  color: var(--secondary-color);
}
footer#colophon .forms .newsletter-form-wrapper .newsletter-form .sub-btn {
  position: absolute;
  right: 0;
  height: 100%;
  width: 170px;
}
footer#colophon .forms .newsletter-form-wrapper .newsletter-form span {
  width: 100%;
  display: inline-block;
}
footer#colophon .forms .newsletter-form-wrapper .newsletter-form .sub-btn p {
  width: auto;
  height: 100%;
}
footer#colophon
  .forms
  .newsletter-form-wrapper
  .newsletter-form
  .sub-btn
  p
  span.wpcf7-spinner {
  position: absolute;
  width: auto;
}
footer#colophon .forms .newsletter-form-wrapper .text {
  text-align: center;
  margin-top: 15px;
}
footer#colophon .forms .newsletter-form-wrapper .text a {
  color: var(--secondary-color);
}
footer#colophon
  .forms
  .newsletter-form-wrapper
  .newsletter-form
  span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 13px;
}
footer#colophon .forms {
  margin-bottom: 60px;
	margin-top: 20px;
  overflow: hidden;
}
footer#colophon .forms .wpcf7-response-output {
  max-width: 580px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
}
footer#colophon
  .forms
  .newsletter-form-wrapper
  .newsletter-form
  input::placeholder {
  color: var(--secondary-color);
}
footer#colophon
  .forms
  .newsletter-form-wrapper
  .newsletter-form
  input[type='email'] {
  padding: 0 30px;
}
footer#colophon .bottom-footer .container:last-child {
  justify-content: center;
  padding: 40px 0 0px;
}
footer#colophon .bottom-footer .container p a:hover {
  color: var(--primary-color);
}
footer#colophon
  .forms
  .newsletter-form-wrapper
  .newsletter-form
  .sub-btn
  input {
  cursor: pointer;
}
footer#colophon
  .forms
  .newsletter-form-wrapper
  .newsletter-form
  .sub-btn::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/03/mail-svgrepo-com.png);
  width: 24px;
  height: 24px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 49%;
  transform: translateY(-50%);
  left: 9px;
}
footer#colophon .footer-gallery {
  display: flex;
  margin-bottom: 50px;
}
footer#colophon .footer-gallery .gallery-image {
  display: flex;
}
footer#colophon .footer-gallery .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.about-contact-section {
  padding-bottom: 150px;
}
section.about-hero {
  padding: 120px 0;
}
section.about-hero .headline {
  color: var(--secondary-color);
  font-size: 160px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 90px;
}
section.about-hero .headline span {
  padding-left: 10%;
}
section.about-hero .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.about-hero .wrap .sub-headline {
  font-size: 124px;
  font-weight: 500;
  width: 65%;
  margin: 0;
  font-style: italic;
  line-height: 1;
  letter-spacing: -4px;
  text-align: right;
  color: var(--secondary-color);
}
section.about-hero .wrap .desc {
  width: 35%;
  line-height: 34px;
  padding-left: 8%;
  margin: 0;
  font-size: 18px;
  color: rgb(131, 131, 131);
}
section.about-hero .wrap .desc h4 {
  font-size: 19px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0 0 7px;
}
section.about-hero .big-image {
  margin: 150px 50px 0;
  height: 600px;
  display: flex;
}
section.about-hero .big-image img {
  width: 100%;
  object-fit: cover;
}
section.about-contact-section .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.about-contact-section .container .left {
  width: 55%;
  margin: 0;
}
section.about-contact-section .container .left .information-wrap .item {
  width: 100%;
  display: flex;
  align-items: center;
}
section.about-contact-section .container .left .information-wrap .item .icon {
  height: 80px;
  width: 80px;
  margin-right: 25px;
}
section.about-contact-section .container .left .headline {
  color: var(--secondary-color);
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  line-height: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 500px;
}
section.about-contact-section .container .left .information-wrap .item .title {
  margin: 0;
  color: rgb(31, 36, 46);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}
section.about-contact-section .container .left .information-wrap .item .desc {
  width: 100%;
  max-width: 300px;
  color: rgb(113, 117, 128);
}
section.about-contact-section .container .left .information-wrap .item .desc a {
  text-decoration: none;
  color: rgb(113, 117, 128);
}
section.about-contact-section .container .left .information-wrap .item .info {
  line-height: 30px;
  flex: 1;
}
section.about-contact-section .container .right {
  padding: 80px;
  border-radius: 10px;
  border: 0px solid #00000021;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  width: 45%;
}
section.about-contact-section .container .right .headline {
  margin: 0;
  color: var(--secondary-color);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
section.about-contact-section .container .right .forms input,
section.about-contact-section .container .right .forms textarea {
  outline: 0;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  border-radius: 0;
  border-color: #e4e4e4;
  height: 55px;
  width: 100%;
}
section.about-contact-section .container .right .forms .contact-form-wrap {
  position: relative;
  width: 100%;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  span.icon {
  position: absolute;
  right: 5px;
  width: auto;
  display: flex;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
section.about-contact-section .container .right .forms .contact-form-wrap p {
  margin: 0;
  width: 100%;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  textarea {
  width: 100%;
  height: 106px;
  resize: none;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .submit {
  margin: 0;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .submit
  input {
  font-size: 14px;
  font-weight: 500;
  color: white;
  background-color: black;
  padding: 18px;
  border: 2px solid black;
  border-radius: 6px;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  span.icon
  svg {
  height: 30px;
  width: 30px;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .text {
  width: 100%;
  max-width: 350px;
  margin: 0;
  margin-top: 20px;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .text
  p {
  font-size: 13px;
  color: rgb(113, 117, 128);
  line-height: 22px;
  font-weight: 400;
}
section.about-contact-section
  .container
  .right
  .forms
  span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 36px;
}
section.about-contact-section .container .right .forms .wpcf7-response-output {
  margin: 20px 0 0;
  width: 100%;
  font-size: 14px;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .submit
  input:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  > div {
  position: relative;
  margin-bottom: 20px;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  > div
  span {
  width: 100%;
  display: block;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .message
  span.icon {
  top: 15px;
}
section.about-contact-section .container .left .information-wrap {
  display: grid;
  gap: 40px;
}
section.about-contact-section .container .left .information-wrap .item .desc * {
  margin: 0;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .wpcf7-not-valid-tip {
  font-size: 12px;
  bottom: -15px;
  top: auto;
  line-height: 1;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .wpcf7-spinner {
  width: 24px;
  display: inline-block;
  margin: 0;
  right: -30px;
  position: absolute;
  top: 15px;
}
section.about-contact-section .container .right .forms {
  position: relative;
}
section.about-contact-section
  .container
  .right
  .forms
  .contact-form-wrap
  .text
  a {
  color: var(--secondary-color);
}
section.about-descriptions {
  margin-bottom: 150px;
}
section.about-descriptions .container {
  display: flex;
  flex-wrap: wrap;
}
section.about-descriptions .headline {
  margin: 0;
  width: 55%;
  padding-right: 50px;
  font-size: 55px;
  font-weight: 800;
}
section.about-descriptions .desc {
  width: 45%;
  line-height: 34px;
  margin: 0;
  font-size: 18px;
}
section.about-descriptions .desc p {
  margin-bottom: 30px;
}
section.about-descriptions .desc strong {
    /*! text-transform: uppercase; */
}

section.standard-blog {
  position: relative;
  overflow: hidden;
  padding: 100px 0 150px;
}
section.standard-blog .container {
  display: flex;
  flex-wrap: wrap;
}
section.standard-blog .left {
  width: calc(100% - 330px);
  padding-right: 50px;
}
section.standard-blog .right {
  width: 330px;
}
section.standard-blog .left .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  opacity: 0.7;
  font-size: 14px;
}
section.standard-blog .left .top p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}
section.standard-blog .left .top .news-cat {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 7px;
}
section.standard-blog .left .top .news-cat a {
  color: var(--secondary-color);
  text-decoration: none;
}
section.standard-blog .left .top .news-cat .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
section.standard-blog .left .top .news-cat .wrap a {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}
section.standard-blog .left .top .news-cat .wrap a::before {
  position: absolute;
  content: ',';
  right: 4px;
  bottom: 0;
}
section.standard-blog .left .top .news-cat .wrap a:last-child::before {
  opacity: 0;
}
section.standard-blog .left .top .news-cat .wrap a:last-child {
  padding: 0;
}
section.standard-blog .left .headline {
  margin-bottom: 40px;
}
section.standard-blog .left .thumbnail {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 80px;
}
section.standard-blog .left .thumbnail img {
  width: 100%;
  height: 100%;
}
.recent-posts .post a {
  color: var(--secondary-color);
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.recent-posts {
  display: grid;
  gap: 30px;
}
.recent-posts .post a .thumbnail {
  width: 90px;
  height: 90px;
  display: flex;
}
.recent-posts .post a .content {
  flex: 1;
}
.recent-posts .post a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-posts .post a .content h6 {
  margin: 0 0 5px;
}
.recent-posts .post a .content p {
  font-size: 14px;
  opacity: 0.7;
}
section.business-hero {
  padding-bottom: 30px;
  padding-top: 350px;
  position: relative;
}
section.business-hero::before {
  position: absolute;
  content: '';
  height: 250px;
  width: 100%;
  background: rgb(32, 32, 32);
  /*! background: linear-gradient( 0deg, rgba(32, 32, 32, 0) 20%, rgba(32, 32, 32, 0.5) 100% ); */
  top: 0;
  left: 0;
}
section.business-hero .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
  position: relative;
  margin-top: -350px;
}
section.business-hero .thumbnail img {
  width: 100%;
  height: 100%;
}
section.business-hero .head-card {
  width: 100%;
  max-width: 1016px;
  margin: auto;
  background-color: #fff;
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 80px;
  text-align: center;
  margin-top: -200px;
  position: relative;
}
section.business-hero .head-card .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 10px;
}
section.business-hero .head-card .categories a {
  font-size: 13px;
  text-decoration: none;
  background-color: #ac8a4c1c;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 25px;
}
section.business-hero .head-card .headline {
  font-size: 45px;
  line-height: 1.3;
}
section.business-hero .head-card .auth-date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: rgb(134, 141, 152);
  gap: 5px;
}
section.business-hero .head-card .audio-file {
  margin-top: 30px;
}
section.business-hero .head-card .auth-date span {
  color: var(--secondary-color);
}
section.single-blog-post .profile-head {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  bottom: -65px;
}
section.single-blog-post .profile-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.business-contents {
  padding-bottom: 150px;
}
.post-tags {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.post-tags span {
  display: inline-block;
  border: 1px solid var(--primary-color);
  color: var(--secondary-color);
  font-size: 14px;
  padding: 8px 15px;
  line-height: 1;
}
section.blogger-blog .thumbnail-area {
  position: relative;
}
section.blogger-blog {
  padding-bottom: 150px;
}
section.blogger-blog .thumbnail-area .thumbnail {
  display: flex;
}
section.blogger-blog .thumbnail-area .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blogger-blog .top-area {
  padding: 0 100px;
  text-align: center;
}
section.blogger-blog .auth-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgb(133, 130, 126);
  margin-top: 100px;
  gap: 5px;
  font-weight: 300;
}
section.blogger-blog .auth-cat span,
section.blogger-blog .auth-cat a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 400;
}
section.blogger-blog .headline {
  font-size: 58px;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  line-height: 1.3;
}
section.blogger-blog .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 50px 0;
}
section.blogger-blog .dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
main.archive-page {
  padding: 0 0 200px;
}
nav.posts-navigation {
  grid-column: 1 / -1;
  margin: 0 !important;
}
nav.posts-navigation a {
  display: inline-block;
  font-size: 15px;
  color: #fff !important;
  background-color: var(--secondary-color);
  padding: 14px 32px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  line-height: 1;
}
nav.posts-navigation a:hover {
  background-color: var(--primary-color);
}
section.blogs-section {
  padding: 70px 0 200px;
}
section.blogs-section .top-area {
  text-align: center;
  margin-bottom: 70px;
}
section.blogs-section .top-area .tagline {
  margin: 0;
}
section.blogs-section .top-area .headline {
  font-size: 48px;
  margin: 0 0 10px;
}
.others-blogs-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.others-blogs-4 .news-thumbnail {
  height: 335px;
}
.others-blogs-4 .news-content .news-title {
  font-size: 18px;
}
.blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.blog-pagination .page-numbers {
  font-size: 15px;
  color: #fff !important;
  background-color: var(--secondary-color);
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  background-color: var(--primary-color);
}
.others-blogs-4 section.home-ads-section {
  grid-column: 1 / -1;
  padding: 0;
}
.others-blogs-4 section.home-ads-section .container {
  padding: 0;
}
section.default-text-block {
  padding: 70px 0 120px;
}
section.default-text-block h1.headline {
  margin: 0 0 40px;
}
.category-banner {
  min-height: 400px;
  margin-top: -50px;
  display: flex;
  align-items: center;
  padding-top: 180px;
  position: relative;
  text-align: center;
  padding-bottom: 100px;
  color: #fff;
  margin-bottom: 70px;
	background-position: center;
}
.category-banner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.category-banner .container {
  position: relative;
}
.category-banner .headline {
  font-size: 70px;
  line-height: 1;
  margin: 0;
  padding-bottom: 30px;
}
.social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-top: 50px;
}
.social-share a {
  display: flex;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 12px 9px;
  background-color: #0000000a;
  text-align: left;
  font-size: 12px;
}
iframe {
  width: 100%;
  height: 700px;
}
@media screen and (min-width: 1281px) {
  section.default-text-block h1.headline {
    font-size: 55px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1640px) {
  .slide-item .count {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .slide-item .headline {
    font-size: 120px;
  }
  .home-hero .slick-nav.next-arrow {
    width: 90px;
    height: 90px;
  }
  section.about-hero .headline {
    font-size: 100px;
    padding-bottom: 70px;
  }
  section.about-hero .wrap .sub-headline {
    font-size: 90px;
    width: 55%;
  }
  section.about-hero .wrap .desc {
    width: 45%;
  }
  section.blogger-blog .top-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1180px) {
  .slide-item .headline {
    font-size: 100px;
  }
  .slide-item .sub-headline {
    font-size: 16px;
  }
  .slide-item a.btn {
    font-size: 15px;
  }
  .slide-item .btn span.icon {
    width: 40px;
    height: 40px;
  }
  footer .bottom-footer .menu .menu-footer-menu-container ul#footer-menu {
    gap: 5px 25px;
  }
  footer .bottom-footer .menu .menu-footer-menu-container ul li a {
    font-size: 15px;
  }
  footer#colophon .bottom-footer .container p {
    font-size: 15px;
  }
  footer#colophon .container .headline {
    font-size: 40px;
  }
  footer#colophon .forms .newsletter-form-wrapper .newsletter-form input {
    height: 55px;
  }
  section.home-search-categories {
    padding: 70px 0;
  }
  section.home-search-categories .headline,
  section.home-blogs .headline {
    font-size: 48px;
  }
  section.home-search-categories .tagline,
  section.home-blogs .tagline {
    font-size: 15px;
  }
  section.home-search-categories .search-categories {
    margin-top: 35px;
  }
  section.home-ads-section .ads-card-wrap .info-wrapper {
    padding: 30px;
    background-color: #00000075;
  }
  section.home-ads-section .ads-card-wrap .off-tag {
    left: 30px;
  }
  .home-featured-blogs {
    margin-top: 35px;
  }
  section.home-ads-section {
    padding: 50px 0;
  }
  .home-featured-blogs .news-item .news-thumbnail {
    width: 50%;
  }
  .home-featured-blogs .news-item .news-content {
    width: 50%;
  }
  .home-featured-blogs .news-item .news-content .news-title {
    font-size: 35px;
  }
  .others-blogs .news-content .news-title {
    font-size: 18px;
    height: 105px;
  }
  section.home-blogs {
    padding: 50px 0 120px;
  }
  section.home-short-descriptions .right .headline {
    font-size: 36px;
  }
  section.about-contact-section .container .right {
    padding: 40px;
  }
  section.about-hero .headline {
    font-size: 80px;
    padding-bottom: 50px;
  }
  section.about-hero {
    padding: 90px 0;
  }
  section.about-hero .headline span {
    padding-left: 5%;
  }
  section.about-hero .wrap .desc {
    padding-left: 5%;
  }
  section.about-hero .wrap .sub-headline {
    font-size: 70px;
    text-align: left;
    padding-left: 2%;
  }
  section.about-contact-section .container .left .headline {
    font-size: 37px;
    max-width: 450px;
  }
  section.about-contact-section .container .right .headline {
    font-size: 37px;
  }
  .mega-menu-wrapper .top-container .menu-wrap ul.menu a {
    font-size: 35px;
  }
  .mega-menu-wrapper .bottom-container {
    font-size: 22px;
  }
  section.standard-blog .left .headline {
    font-size: 35px;
    line-height: 1.3;
  }
  section.standard-blog .left {
    padding-right: 30px;
  }
  section.standard-blog {
    padding: 70px 0 120px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 33px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }
  section.business-hero .thumbnail {
    height: 550px;
  }
  section.business-hero .head-card {
    padding: 50px 30px;
    max-width: 950px;
    margin-top: -135px;
  }
  section.single-blog-post .profile-head {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    bottom: -45px;
  }
  section.business-hero .head-card .headline {
    font-size: 35px;
    margin-top: 10px;
  }
  section.business-hero {
    padding-bottom: 30px;
  }
  section.business-contents {
    padding-bottom: 120px;
  }
  .post-tags {
    margin-top: 50px;
  }
  section.blogger-blog .headline {
    font-size: 45px;
    margin: 10px 0;
  }
  section.blogger-blog .auth-cat {
    margin-top: 60px;
  }
  section.about-descriptions .headline {
    font-size: 45px;
  }
  section.about-hero .big-image {
    height: 500px;
    margin: 85px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  
   section.business-hero {
    padding-bottom: 20px;
    padding-top: 150px;
  }
  
  .slide-item .headline {
    font-size: 80px;
    max-width: 412px;
    letter-spacing: -4px;
  }
  .slide-item a.btn {
    font-size: 14px;
  }
  footer .bottom-footer .container > .menu {
    width: 100%;
    order: 3;
    margin-top: 30px;
  }
  footer .bottom-footer .copyright {
    order: 1;
  }
  footer .bottom-footer .container .social-link {
    order: 2;
  }
  footer#colophon .bottom-footer .container:last-child {
    padding: 20px 0 0px;
  }
  footer#colophon .forms {
    margin-bottom: 35px;
  }
  footer#colophon
    .forms
    .newsletter-form-wrapper
    .newsletter-form
    input[type='email'] {
    padding: 0 15px;
    font-size: 14px;
  }
  footer#colophon .forms .newsletter-form-wrapper .newsletter-form input {
    height: 48px;
  }
  footer#colophon
    .forms
    .newsletter-form-wrapper
    .newsletter-form
    .sub-btn
    p
    input {
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
  }
  footer#colophon .forms .newsletter-form-wrapper .newsletter-form .sub-btn {
    width: 130px;
  }
  footer#colophon .container .headline {
    font-size: 35px;
    max-width: 455px;
    padding: 25px 0;
  }
  footer#colophon .footer-gallery {
    margin-bottom: 25px;
  }
  section.home-search-categories .search-categories .category-card {
    width: calc(33.33% - 20px);
  }
  section.home-search-categories .headline,
  section.home-blogs .headline {
    font-size: 37px;
  }
  section.home-search-categories .tagline,
  section.home-blogs .tagline {
    font-size: 14px;
  }
  section.home-search-categories {
    padding: 50px 0;
  }
  section.home-ads-section {
    padding: 30px 0;
  }
  section.home-ads-section .ads-card-wrap .info-wrapper {
    padding: 20px 20px;
    background-color: #00000075;
  }
  section.home-ads-section .ads-card-wrap .off-tag {
    left: 20px;
    top: 20px;
    font-size: 12px;
  }
  section.home-ads-section .ads-card-wrap .info-wrapper .left .headline {
    font-size: 20px;
  }
  section.home-ads-section .ads-card-wrap .info-wrapper .left .desc {
    font-size: 14px;
  }
  section.home-ads-section .info-wrapper .arrow {
    width: 40px;
    height: 40px;
  }
  section.home-ads-section .info-wrapper .arrow svg {
    width: 20px;
  }
  section.home-ads-section .ads-card-wrap {
    min-height: 260px;
    width: calc(50% - 10px);
  }
  section.home-ads-section .container {
    gap: 20px;
  }
  .home-featured-blogs .news-item .news-content .news-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .home-featured-blogs .news-item .news-content .news-excerpt {
    font-size: 15px;
  }
  .others-blogs .news-content .bottom-info {
    font-size: 10px;
    gap: 5px;
    height: 35px;
  }
  .others-blogs .news-content {
    bottom: -35px;
    width: 95%;
  }
  .others-blogs .news-content .news-title {
    font-size: 14px;
    height: 75px;
    padding: 15px 10px;
  }
  .others-blogs .news-thumbnail {
    height: 300px;
  }
  section.home-blogs {
    padding: 50px 0 40px;
  }
  section.home-short-descriptions {
    padding: 50px 0 130px;
  }
  section.home-short-descriptions .right {
    padding-left: 20px;
  }
  section.home-short-descriptions .right .headline {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .button {
    font-size: 14px;
    padding: 14px 25px;
  }
  section.home-short-descriptions .right .btn-wrap .phone {
    font-size: 16px;
  }
  section.home-short-descriptions .right .btn-wrap .phone svg {
    width: 20px;
  }
  section.about-hero .headline {
    font-size: 60px;
  }
  section.about-hero .wrap .desc h4 {
    font-size: 17px;
  }
  section.about-hero .wrap .desc {
    font-size: 16px;
    line-height: 1.5;
  }
  section.about-hero .wrap .sub-headline {
    font-size: 50px;
    text-align: right;
  }
  section.about-contact-section .container .left .headline {
    font-size: 32px;
  }
  section.about-contact-section
    .container
    .left
    .information-wrap
    .item
    .title {
    font-size: 16px;
  }
  section.about-contact-section .container .left .information-wrap .item .desc {
    font-size: 15px;
    line-height: 1.5;
  }
  section.about-contact-section .container .left .information-wrap .item .icon {
    width: 65px;
    height: auto;
  }
  section.about-contact-section .container .left {
    width: 50%;
  }
  section.about-contact-section .container .right {
    width: 50%;
  }
  .mega-menu-wrapper .top-container .left .bottom {
    gap: 40px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mega-menu-wrapper .top-container .left .top {
    margin-bottom: 100px;
  }
  .mega-menu-wrapper .top-container .left {
    width: 62%;
  }
  .mega-menu-wrapper .top-container .menu-wrap {
    width: 38%;
  }
  .mega-menu-wrapper .top-container .menu-wrap ul.menu a {
    font-size: 30px;
  }
  .mega-menu-wrapper .bottom-container {
    font-size: 20px;
    padding: 25px 20px;
  }
  .mega-menu-wrapper .top-container {
    padding: 100px 20px 30px;
  }
  h1 {
    font-size: 30px;
  }
  section.standard-blog .left .headline {
    font-size: 30px;
  }
  section.standard-blog .left {
    width: 100%;
    padding: 0 0 20px;
  }
  section.standard-blog .right {
    width: 100%;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  section.business-hero .thumbnail {
    height: 450px;
  }
  section.business-hero .head-card {
    padding: 30px 20px 50px;
    max-width: 720px;
    margin-top: 10px;
  }
  section.business-hero .head-card .headline {
    font-size: 30px;
  }
  section.blogger-blog .headline {
    font-size: 35px;
    padding: 0 20px;
  }
  section.blogger-blog .dots {
    margin: 30px 0;
  }
  section.blogger-blog .top-area {
    padding: 0;
  }
  section.blogger-blog .auth-cat {
    padding: 0 20px;
  }
  .others-blogs-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 20px;
  }
  section.blogs-section .top-area {
    margin-bottom: 50px;
  }
  section.blogs-section .top-area .headline {
    font-size: 35px;
  }
  section.about-descriptions .headline {
    width: 100%;
    padding: 0 0 40px;
    font-size: 40px;
  }
  section.about-descriptions .desc {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  
  body, button, input, select, optgroup, textarea {
  font-size: 14px;
  }
  
  .others-blogs .news-content .bottom-info{
    padding:10px 20px;  }
  
  header#masthead .social-link {
    display: none;
  }
  header#masthead .button-wrap {
    width: auto;
  }
  footer#colophon .logo img {
    max-width: 140px;
    margin-top: -59px;
  }
  footer#colophon .container .headline {
    font-size: 24px;
    letter-spacing: 0;
  }
  footer#colophon .forms p {
    font-size: 14px;
  }
  footer#colophon .footer-gallery {
    flex-wrap: wrap;
  }
  footer#colophon .footer-gallery .gallery-image {
    width: 33.33%;
  }
  footer .bottom-footer .container svg {
    padding: 0 8px;
  }
  footer .bottom-footer .copyright {
    font-size: 14px;
	  margin: 0 auto;
  }
  footer .bottom-footer .menu .menu-footer-menu-container ul li a {
    font-size: 14px;
  }
  footer#colophon .bottom-footer .container p {
    font-size: 13px;
  }
  footer .bottom-footer .container > .menu {
    margin-top: 20px;
  }
  .slide-item {
    padding: 80% 0 40px;
    height: 85vh;
    max-height: 700px;
    min-height: 300px;
  }
  .home-hero .slick-nav.next-arrow {
    top: auto;
    transform: translateY(0);
    bottom: 0;
    width: 65px;
    height: 65px;
  }
  .slide-item .headline {
    font-size: 25px;
    max-width: 100%;
    letter-spacing: 0;
  }
  
  .slide-item .sub-headline {
    font-size:12px;
    max-width:100%;
    margin-top:10px
  }
  
  .slide-item a.btn{
    margin-top:15px;
  }
  
  .slide-item .container{
    /*! padding:20px 30px; */
    /*! background-color: #0000008c; */
  }  
  section.home-search-categories .search-categories {
    gap: 16px;
  }
  section.home-search-categories .search-categories .category-card {
    width: calc(50% - 8px);
    min-height: 200px;
  }
  section.home-search-categories .search-categories .category-card .name {
    font-size: 15px;
    bottom: 20px;
    padding: 5px;
  }
  section.home-ads-section .ads-card-wrap {
    width: 100%;
  }
  section.home-search-categories .headline,
  section.home-blogs .headline {
    font-size: 32px;
  }
  .home-featured-blogs .news-item .news-thumbnail {
    width: 100%;
  }
  .home-featured-blogs .news-item .news-content {
    width: 100%;
    padding: 30px 20px;
  }
  .others-blogs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 20px;
  }
  
   .others-blogs .news-thumbnail {
    height: 200px;
  }
  
  section.home-short-descriptions .left {
    width: 100%;
  }
  section.home-short-descriptions .right {
    width: 100%;
    padding: 30px 0 0;
  }
  section.about-hero {
    padding: 70px 0;
  }
  
  #denarau-map{
    padding-bottom:20px;
    
  }
  section.about-hero .headline {
    font-size: 35px;
    padding-bottom: 20px;
  }
  section.about-hero .wrap .desc {
    width: 100%;
  }
  section.about-hero .wrap .sub-headline {
    width: 100%;
    font-size: 30px;
    letter-spacing: 0;
    padding-top: 10px;
  }
  section.about-contact-section .container .left {
    width: 100%;
    padding-bottom: 50px;
  }
  section.about-contact-section .container .right {
    width: 100%;
    padding: 30px 20px;
  }
  section.about-contact-section .container .left .headline {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  section.about-contact-section .container .left .information-wrap .item .icon {
    width: 55px;
    margin-right: 16px;
  }
  section.about-contact-section {
    padding-bottom: 100px;
  }
  .mega-menu-wrapper .wrapper {
    position: relative;
  }
  .mega-menu-wrapper .top-container .left .top {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 20px;
  }
  .mega-menu-wrapper .top-container {
    flex-flow: column-reverse;
  }
  .mega-menu-wrapper .top-container .menu-wrap {
    width: 100%;
    padding: 30px 0 0;
  }
  .mega-menu-wrapper .top-container .left {
    width: 100%;
  }
  .mega-menu-wrapper .top-container .left .bottom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px;
    padding-top: 30px;
  }
  .mega-menu-wrapper .top-container .left .bottom .title {
    padding-bottom: 5px;
  }
  .mega-menu-wrapper .top-container .menu-wrap ul.menu a {
    font-size: 25px;
    font-weight: 400;
  }
  .mega-menu-wrapper .bottom-container {
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  .mega-menu-wrapper .top-container .left .top img {
    max-height: 70px;
  }
  .mega-menu-wrapper .mega-menu-close {
    right: 20px;
  }
  section.standard-blog .left .top {
    gap: 15px;
  }
  section.standard-blog .left .headline {
    font-size: 25px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  section.standard-blog {
    padding: 50px 0 100px;
  }
  section.default-text-block {
    padding: 50px 0 100px;
  }
  section.business-hero .head-card {
    width: 95%;
    padding: 30px 15px;
  }
  section.business-hero .thumbnail {
    height: 350px;
    margin-top: -250px;
  }
  section.business-hero {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  section.business-hero .head-card .headline {
    font-size: 25px;
  }
  section.single-blog-post .profile-head {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
  section.blogger-blog .auth-cat {
    gap: 0 5px;
    font-size: 14px;
  }
  section.blogger-blog .headline {
    font-size: 26px;
  }
  section.blogs-section {
    padding: 50px 0 120px;
  }
  section.blogs-section .top-area .headline {
    font-size: 30px;
    margin-top: 5px;
  }
  section.about-hero .big-image {
    height: auto;
    margin: 50px 20px 0;
  }
  section.about-descriptions .headline {
    font-size: 25px;
    padding-bottom: 30px;
  }
  section.about-descriptions {
    margin-bottom: 100px;
  }
  .category-banner .headline {
    font-size: 40px;
  }
}

/*Pop Out*/
dialog.lightbox.lightbox--slideshow {
  border: none;
  background: transparent;
  padding: 0;
  margin: auto;
  max-width: min(1100px, 92vw);
  color: inherit;
}

dialog.lightbox.lightbox--slideshow::backdrop {
  background: rgba(0,0,0,0.85);
}

/* Stage becomes an overlay container (not a 3-column grid) */
.lightbox__stage {
  position: relative;
  width: 100%;
  max-width: min(1100px, 92vw);
  margin: 0 auto;
}

/* Figure fills the stage */
.lightbox__figure {
  margin: 0;
}

/* Image can now use full width */
.lightbox__img {
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.lightbox__caption {
  margin: 0.75rem auto 0;
  text-align: center;
  max-width: 70ch;
  color: #fff;
  opacity: 0.9;
  padding: 0 0.5rem 0.5rem;
}

.lightbox__counter {
  margin: 0.5rem 0 0;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  font-size: 0.95rem;
}

/* Nav buttons now overlay the image */
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-size: 32px;
  line-height: 26px;
  cursor: pointer;
  user-select: none;
  z-index: 3;

  /* Hidden by default */
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  padding: 5px 10px;
}

.lightbox__nav--prev {
  left: 12px;
}

.lightbox__nav--next {
  right: 12px;
}

/* Show nav on hover (desktop) */
dialog.lightbox[open]:hover .lightbox__nav {
  opacity: 1;
  pointer-events: auto;
}

.lightbox__nav:focus,
.lightbox__close:focus {
  outline: 2px solid rgba(255,255,255,0.6);
  outline-offset: 2px;
}

.lightbox__close {
  position: fixed;
  top: 0.75rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 4;
}

:root:has(dialog.lightbox[open]) {
  overflow: hidden;
  overflow-x: hidden;
}

@media (max-width: 700px) {
  /* On mobile: keep arrows visible (no hover) and slightly smaller */
  .lightbox__nav {
	width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 10px;
    opacity: 1;
    pointer-events: auto;
    padding: 5px;
  }

  .lightbox__nav--prev {
    left: 8px;
  }

  .lightbox__nav--next {
    right: 8px;
  }
}

#weatherWidgetInner {
  background-color: #0f181e !important;
}



#denarau-map.about-hero .big-image {
  height: 100%;
  padding-top: 0px;
  margin-top: 0px;
}
#denarau-map {
  padding-top: 0px;
}

#denarau-map.about-hero #mobile-image.big-image {
  display: none;
}

@media (max-width:767px) {
  
  #denarau-map.about-hero #mobile-image.big-image {
  display: block;
}
  
    #denarau-map.about-hero .big-image {
  display: none;
}

}

/*Search Form and Results*/
#primary.search-results {
  margin: 100px auto 200px;
}
body.search-results header.page-header {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 100px;
}

@media (max-width:767px) {
  #primary.search-results {
    margin: 30px auto 0px;
    padding-bottom: 150px;
  }
  body.search-results header.page-header {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}


  .mobile.search-form {
  display:none;
}

@media (max-width:767px) {
  .desktop.search-form {
    display:none;
  }
  
    .mobile.search-form {
      display:block;
    margin-left: 20px;
  }
  
}

/*Error 404 page*/
.error404 .about-hero{
	padding: 100px 0px;
  margin-bottom: 50px;
}
