@charset "UTF-8";
/*
Theme Name: Theratio
Theme URI: http://templates.thememodern.com/theratio/index.html
Author: ThemeModern
Author URI: http://thememodern.com
Description: Theratio is a WordPress theme for Interior Design & Architecture Company. Theratio is easy to use, it provides everything you need to create great looking website. With Theratio you can impress your customer by it’s professional design and the interactivity. Theratio built with latest website technology to ensure your website is looks nice on desktop and mobile. Get Theratio now!
Version: 1.1
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theratio
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Titillium Web:200,300,300i,400,400i,600,600i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Josefin Sans:300,300i,400,400i,500,500i,600,600i,700,700i');

html {
  overflow-x: hidden;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #555555;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  word-break: break-word;
  box-sizing: border-box;
}

body.dark-scheme {
  color: #a3a3a3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #1a1a1a;
}

.dark-scheme h1, .dark-scheme h2, .dark-scheme h3, .dark-scheme h4, .dark-scheme h5, .dark-scheme h6 {
  color: #fff;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0 0 20px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 22px;
  margin: 40px 0 28px;
  font-weight: 400;
  padding: 50px 160px 0;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  color: #1a1a1a;
  text-align: center;
}
blockquote cite {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  display: block;
  color: #9f9e9e;
  margin-top: 10px;
}
blockquote:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: url("https://via.placeholder.com/189x150.png");
  width: 39px;
  height: 32px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  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;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bg-alt {
  background: #f7f7f7;
}

.bg-primary {
  background: #9f9e9e;
}

.text-primary {
  color: #9f9e9e;
}

.section-padd {
  padding: 110px 0;
}

.section-padd-bot {
  padding-bottom: 110px;
}

.section-padd-top {
  padding-top: 110px;
}

.section-padd-top70 {
  padding-top: 70px;
}

.lead {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.font14 {
  font-size: 14px;
}

.text-light {
  color: #fff;
}
.text-light * {
  color: #fff;
}

.bolder {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.layer-behind {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.number-stroke {
  font-family: "Titillium Web", sans-serif;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.title-link {
  display: inline;
  background-size: 0 2px;
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
}
.title-link:hover {
  background-size: 100% 2px;
}

.btn-details {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  z-index: 0;
  letter-spacing: 0.5px;
}
.btn-details:before {
  position: absolute;
  content: "";
  background: #dddddd;
  bottom: -3px;
  left: -7px;
  width: 20px;
  height: 12px;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-details:hover {
  color: #1a1a1a;
}
.btn-details:hover:before {
  width: calc( 100% + 14px );
  transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.img-lgpopup {
  cursor: pointer;
}
.img-lgpopup i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
}
.img-lgpopup i:before {
  font-size: 22px;
}
.img-lgpopup i:hover {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.btn-play {
  position: relative;
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
  background: #fff;
  color: #1a1a1a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-play i:before {
  margin-left: 2px;
}
.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-play:hover {
  background: #1a1a1a;
  color: #fff;
}
.btn-play:hover:before {
  background: #1a1a1a;
}

.octf-swiper-button-next, .octf-swiper-button-prev {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  color: #1a1a1a;
  outline: none;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  top: 50%;
  left: 0;
  background: #9f9e9e;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.octf-swiper-button-next i:before, .octf-swiper-button-prev i:before {
  font-size: 16px;
}
.octf-swiper-button-next.swiper-button-disabled, .octf-swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}
.octf-swiper-button-next:not(.swiper-button-disabled):hover, .octf-swiper-button-prev:not(.swiper-button-disabled):hover {
  color: #fff;
  background: #1a1a1a;
}

.octf-swiper-button-next {
  left: auto;
  right: 0;
}

.octf-swiper-pagination {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 1;
}
.octf-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  opacity: 1;
  background: 0;
  border: 1px solid;
  border-color: transparent;
  outline: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #323232;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-swiper-pagination .swiper-pagination-bullet-active {
  border-color: #323232;
}

.arrow-top {
  padding-top: 70px;
}
.arrow-top .octf-swiper-button-next, .arrow-top .octf-swiper-button-prev {
  background: 0;
}
.arrow-top .octf-swiper-button-next:hover, .arrow-top .octf-swiper-button-prev:hover {
  background: 0;
  color: #9f9e9e;
}
.arrow-top .octf-swiper-button-next {
  top: 30px;
  right: 0;
}
.arrow-top .octf-swiper-button-prev {
  right: 60px;
  left: auto;
  top: 30px;
}

.arrow-bot {
  padding-bottom: 70px;
}
.arrow-bot .octf-swiper-button-next, .arrow-bot .octf-swiper-button-prev {
  top: auto;
  bottom: 0;
  background: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.arrow-bot .octf-swiper-button-next:hover, .arrow-bot .octf-swiper-button-prev:hover {
  background: 0;
  color: #9f9e9e;
}
.arrow-bot .octf-swiper-button-prev {
  right: 60px;
  left: auto;
}

.scroll-down {
  position: relative;
  color: #fff;
  display: inline-block;
  min-height: 50px;
  line-height: 1;
}
.scroll-down:hover, .scroll-down:active, .scroll-down:focus {
  color: #fff;
}
.scroll-down:after {
  position: absolute;
  content: "";
  font-family: "Flaticon";
  font-size: 14px;
  bottom: 0;
  left: 43%;
  animation: MoveUpDown 1.5s linear infinite;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header-vertical .container {
  width: 100%;
}

@media (min-width: 768px) {
  .header-vertical .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .header-vertical .container {
    max-width: 970px;
  }
}
@media (min-width: 1230px) {
  .header-vertical .container {
    max-width: 1200px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
.dark-scheme {
  background: #0a0a0a;
}
.dark-scheme .btn-details {
  color: #fff;
}
.dark-scheme .btn-details:before {
  background: #505050;
}
.dark-scheme blockquote {
  color: #fff;
}
.dark-scheme blockquote:before {
  background-image: url("https://via.placeholder.com/189x150.png");
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

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;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 18px 41px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-align: center;
  background: #1a1a1a;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  position: relative;
}
.octf-btn:before, .octf-btn:after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-btn:before {
  width: calc( 100% + 2px );
  height: 1px;
  bottom: -6px;
  left: 10px;
}
.octf-btn:after {
  width: 1px;
  height: calc( 100% + 2px );
  top: 10px;
  right: -6px;
}
.octf-btn:hover, .octf-btn:active, .octf-btn:focus {
  background: transparent;
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.octf-btn:hover:before, .octf-btn:active:before, .octf-btn:focus:before {
  width: 0;
}
.octf-btn:hover:after, .octf-btn:active:after, .octf-btn:focus:after {
  height: 0;
}

.dark-scheme .octf-btn {
  background: #fff;
  color: #1a1a1a;
}
.dark-scheme .octf-btn:hover, .dark-scheme .octf-btn:active, .dark-scheme .octf-btn:focus {
  background: #1a1a1a;
  color: #fff;
}

.octf-btn.octf-btn-light {
  background: #fff;
  color: #1a1a1a;
}
.octf-btn.octf-btn-light:before, .octf-btn.octf-btn-light:after {
  background: #fff;
}
.octf-btn.octf-btn-light:visited {
  background: #fff;
  color: #1a1a1a;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #fff;
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.octf-btn.octf-btn-dark {
  color: #fff;
  background: #1a1a1a;
}
.octf-btn.octf-btn-dark:before, .octf-btn.octf-btn-dark:after {
  background: #1a1a1a;
}
.octf-btn.octf-btn-dark:visited {
  color: #fff;
  background: #1a1a1a;
}
.octf-btn.octf-btn-dark:hover, .octf-btn.octf-btn-dark:focus {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}

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: #555555;
  border: none;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}
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: #555555;
}

select {
  border: none;
  background: #fff;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #555555;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}

/*Dark Scheme*/
.dark-scheme input[type=text],
.dark-scheme input[type=email],
.dark-scheme input[type=url],
.dark-scheme input[type=password],
.dark-scheme input[type=search],
.dark-scheme input[type=number],
.dark-scheme input[type=tel],
.dark-scheme input[type=range],
.dark-scheme input[type=date],
.dark-scheme input[type=month],
.dark-scheme input[type=week],
.dark-scheme input[type=time],
.dark-scheme input[type=datetime],
.dark-scheme input[type=datetime-local],
.dark-scheme input[type=color],
.dark-scheme textarea {
  color: #a3a3a3;
  background: transparent;
  border-bottom-color: #292929;
}
.dark-scheme input[type=text]:focus,
.dark-scheme input[type=email]:focus,
.dark-scheme input[type=url]:focus,
.dark-scheme input[type=password]:focus,
.dark-scheme input[type=search]:focus,
.dark-scheme input[type=number]:focus,
.dark-scheme input[type=tel]:focus,
.dark-scheme input[type=range]:focus,
.dark-scheme input[type=date]:focus,
.dark-scheme input[type=month]:focus,
.dark-scheme input[type=week]:focus,
.dark-scheme input[type=time]:focus,
.dark-scheme input[type=datetime]:focus,
.dark-scheme input[type=datetime-local]:focus,
.dark-scheme input[type=color]:focus,
.dark-scheme textarea:focus {
  color: #a3a3a3;
}
.dark-scheme ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
.dark-scheme ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3;
}
.dark-scheme :-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a3a3;
}
.dark-scheme :-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #1a1a1a;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #9f9e9e;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

.dark-scheme a {
  color: #fff;
}
.dark-scheme a:hover, .dark-scheme a:focus, .dark-scheme a:active {
  color: #fff;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  min-width: 200px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  line-height: 1;
}
#site-logo img {
  height: 90px;
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

.is-stuck #site-logo img.logo-static {
  display: none;
}
.is-stuck #site-logo img.logo-scroll {
  display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul, .vertical-main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent; /* Make background transparent so it blends with the page */
}

.site-header.header-static {
  position: relative; /* Ensure the static header behaves normally */
}

.octf-main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Keep border as it is for sticky header */
  background-color: #050505; /* White background for sticky header */
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center; /* Align the items in the center of the sticky header */
}

.octf-mainbar {
  display: flex;
  flex-flow: row wrap; /* Make it row for sticky header */
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: center; /* Center align items in sticky header */
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.octf-mainbar-row > [class^=octf-col] {
  flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-left {
  justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
}

/* Ensuring no empty columns */
.octf-main-header .octf-row > div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-size: 14px;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 20px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.main-navigation > ul > li:last-child {
  margin-right: 0;
}
.main-navigation > ul > li:first-child {
  margin-left: 0;
}

.main-navigation > ul > li > a:before {
  position: absolute;
  height: 8px;
  width: 8px;
  bottom: -14px;
  left: 50%;
  opacity: 0;
  margin-left: -5px;
  background: #fff;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transform: rotate(45deg);
}

.main-navigation > ul > li:hover > a:before,
.main-navigation > ul > li.current-menu-item > a:before,
.main-navigation > ul > li.current-menu-ancestor > a:before {
  bottom: -4px;
  opacity: 1;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #2a2a2a;
}

.main-navigation ul > li > a {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.main-navigation ul > li.menu-item-has-children > a {
  padding-right: 17px;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 34px;
}

.main-navigation ul li li a {
  font-size: 16px;
  line-height: 30px;
  color: #b6b6b6;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation:not(.no-line) ul li li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0px;
  height: 1px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation:not(.no-line) ul li li a:hover:before,
.main-navigation:not(.no-line) ul ul li.current-menu-item > a:before,
.main-navigation:not(.no-line) ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
  width: 30px;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  padding-left: 40px;
  color: #fff;
}

.main-navigation.no-line ul li li a:hover,
.main-navigation.no-line ul ul li.current-menu-item > a,
.main-navigation.no-line ul ul li.current-menu-ancestor > a {
  padding-left: 0;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 8px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #fff;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #b6b6b6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}

.main-navigation ul li ul {
  min-width: 290px;
  white-space: nowrap;
  padding: 20px 0px;
  position: absolute;
  top: 100%;
  left: -34px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.main-navigation ul li ul:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0;
}

.main-navigation ul li ul ul {
  left: calc(100% + 2px);
  top: -30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  border: none !important;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.admin-bar .is-stuck,
.admin-bar .site-header-vertical {
  top: 32px;
}

@media screen and (min-width: 1024px) {
  .is-stuck {
    background-color: #1a1a1a;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
  .is-stuck .main-navigation ul.menu > li:hover > ul {
    transform: translateY(0);
  }
  .is-stuck .main-navigation ul.menu > li > a {
    color: #fff;
  }
  .is-stuck .main-navigation ul.menu > li > a:after {
    color: #fff;
  }
  .is-stuck .main-navigation ul.menu > li > a:before {
    background: #fff;
  }
  .is-stuck .cart-contents .count {
    background: #fff;
    color: #1a1a1a;
  }
}
/* Responsive */
@media (max-width: 1199px) {
  .main-navigation > ul > li {
    margin: 0 14px;
  }
}
@media (max-width: 1440px) {
  .octf-btn-cta .btn-cta-header {
    display: none;
  }
}
@media (max-width: 1265px) {
  .octf-btn-cta .contact-header {
    display: none;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header,
.admin-bar .site-header-vertical,
.admin-bar .is-stuck {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .is-stuck,
.admin-bar .site-header-vertical {
    top: 0;
  }
}
/*--------------------------------------------------------------
## Vertical Header
--------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .site-header-vertical {
      background-image: url(https://via.placeholder.com/340x950.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover
  }
  .site-header-vertical {
      width: 340px;
  }
  .header-vertical .site-footer {
      margin-left: 340px;
  }
  .header-vertical .footer-bottom {
      margin-left: 340px;
  }
  .header-vertical .site-content {
    margin-left: 340px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-vertical .site-footer {
    margin-left: 340px;
  }

  .site-header-vertical {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    outline: 0;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .site-header-vertical .header-desktop {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
  }

  .vertical-main-navigation {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 0;
    vertical-align: middle;
    padding: 0;
    z-index: 100;
  }
  .vertical-main-navigation > ul {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .vertical-main-navigation ul {
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  .vertical-main-navigation ul ul {
    margin: 0;
    padding: 0;
    background-color: #2a2a2a;
  }
  .vertical-main-navigation ul > li > a {
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
    outline: none;
    color: #fff;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .vertical-main-navigation ul > li.menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    font-family: "Flaticon";
    content: "";
    font-size: 8px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  .vertical-main-navigation ul li {
    display: block;
    position: relative;
  }
  .vertical-main-navigation ul li li {
    padding: 0px 34px;
  }
  .vertical-main-navigation ul li li a {
    font-size: 16px;
    line-height: 30px;
    color: #b6b6b6;
    text-align: left;
    display: block;
    padding: 5px 0px 5px 0px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  .vertical-main-navigation ul li li a:hover, .vertical-main-navigation ul li li.current-menu-item > a, .vertical-main-navigation ul li li.current-menu-ancestor > a {
    padding-left: 40px;
    color: #fff;
  }
  .vertical-main-navigation ul li ul {
    min-width: 250px;
    white-space: nowrap;
    padding: 20px 0px;
    position: absolute;
    top: 10px;
    left: calc(100% + 15px);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .vertical-main-navigation ul li ul ul {
    left: 100%;
    top: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }
  .vertical-main-navigation ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .vertical-main-navigation.no-line ul li li a:hover,
.vertical-main-navigation.no-line ul ul li.current-menu-item > a,
.vertical-main-navigation.no-line ul ul li.current-menu-ancestor > a {
    padding-left: 0;
  }

  .vertical-main-navigation:not(.no-line) ul li li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0px;
    height: 1px;
    background: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
  }
  .vertical-main-navigation:not(.no-line) ul li li a:hover:before, .vertical-main-navigation:not(.no-line) ul ul li.current-menu-item > a:before, .vertical-main-navigation:not(.no-line) ul ul li.current-menu-ancestor > a:before {
    left: 0px;
    visibility: visible;
    opacity: 1;
    width: 30px;
  }
}
@media (min-width: 768px) {
  .row-height-full.elementor-section.elementor-section-height-full > .elementor-container .elementor-row {
    height: 100%;
  }
}
/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .octf-main-header,
.header-desktop {
    display: none;
  }

  .header_mobile {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header_mobile.open, .header_mobile.is-stuck {
    background: #1a1a1a;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
  }
  .header_mobile .mobile_nav .mobile_mainmenu li a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: rgba(255, 255, 255, 0.7);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
  }
  .header_mobile .mlogo_wrapper img {
    height: 90px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 34px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #fff;
    height: 3px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .mobile_nav {
    display: none;
    margin-top: 20px;
  }

  .mobile_nav .mobile_mainmenu {
    font-family: "Titillium Web", sans-serif;
    margin: 0;
    padding: 0;
  }

  .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }

  .mobile_nav .mobile_mainmenu ul {
    display: none;
  }

  .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    font-size: 16px;
  }

  .mobile_nav .mobile_mainmenu > li > a {
    text-transform: uppercase;
    font-size: 14px;
  }

  .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 10px;
    font-weight: 600;
  }

  .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mobile_nav ul li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
  }

  .mobile_nav ul li > a:hover:before {
    visibility: visible;
    opacity: 1;
  }

  .mobile_nav ul li a:hover {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 500px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background: center center no-repeat;
  background-size: cover;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
}
.page-header .breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 24px;
  margin-left: 7px;
}
.page-header .breadcrumbs li:before {
  content: "••";
  position: absolute;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  left: -2px;
  top: 8px;
}
.page-header .breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: #fff;
  background-size: 0 2px;
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
}
.page-header .breadcrumbs li a:hover {
  background-size: 100% 2px;
}
.page-header.header-static .page-title {
  margin-top: -15px;
}

.page-title {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  margin-top: 75px;
  margin-bottom: 10px;
}

/*Header Left*/
.header-vertical .page-header {
  height: 400px;
}

/* Dark scheme*/
.dark-scheme .page-title {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .page-header {
    height: 400px;
  }

  .page-title {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .page-header .page-title {
    font-size: 32px;
  }
}
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content {
  padding: 90px 0 100px;
}

.post-box .post-inner {
  padding: 40px 40px 38px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .entry-title {
  margin-bottom: 12px;
}
.post-box .entry-title a {
  color: #1a1a1a;
  background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
}
.post-box p {
  line-height: 30px;
  margin-bottom: 16px;
}
.post-box .entry-footer {
  line-height: 1;
}
.post-box .entry-media {
  position: relative;
  margin-bottom: 34px;
  overflow: hidden;
}
.post-box .entry-media.post-cat-abs .post-cat {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.post-box .entry-media .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post-box .post-cat {
  margin-bottom: -10px;
}
.post-box .post-cat a {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.1;
  display: inline-block;
  color: #fff;
  background: #1a1a1a;
  padding: 8px 10px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.post-box .post-cat a:hover {
  background: #f5f5f5;
  color: #1a1a1a;
}
.post-box .entry-meta {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.post-box .entry-meta > span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
}
.post-box .entry-meta > span:before {
  position: absolute;
  content: "••";
  font-size: 18px;
  line-height: 1;
  left: -2px;
  top: 4px;
}
.post-box .entry-meta > span:first-child {
  padding-left: 0;
}
.post-box .entry-meta > span:first-child:before {
  display: none;
}
.post-box .entry-meta > span a {
  color: #9f9e9e;
}
.post-box .entry-meta > span a:hover {
  color: #1a1a1a;
}
.post-box .img-slider {
  position: relative;
}
.post-box .img-slider .octf-swiper-button-next, .post-box .img-slider .octf-swiper-button-prev {
  background: #fff;
  color: #1a1a1a;
}
.post-box .img-slider .octf-swiper-button-next:hover, .post-box .img-slider .octf-swiper-button-prev:hover {
  color: #9f9e9e;
}
.post-box .audio-box iframe {
  width: 100%;
  margin-bottom: 30px;
}
.post-box .link-box {
  margin-bottom: 22px;
  position: relative;
  padding-left: 52px;
}
.post-box .link-box a {
  font-size: 22px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  color: #1a1a1a;
}
.post-box .link-box i {
  color: #1a1a1a;
  position: absolute;
  left: 0;
  top: -1px;
}
.post-box .link-box i:before {
  font-size: 40px;
  line-height: 1;
}
.post-box .quote-box {
  overflow: hidden;
  margin-bottom: 20px;
}
.post-box .quote-box img {
  float: left;
  width: 28px;
  height: 22px;
  margin-top: 4px;
}
.post-box .quote-box img:before {
  font-size: 100px;
  line-height: 1;
}
.post-box .quote-box .quote-text {
  position: relative;
  padding-left: 42px;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Titillium Web", sans-serif;
  color: #1a1a1a;
}
.post-box .quote-box .quote-text span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #9f9e9e;
}
.post-box .quote-box .quote-text:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  background-image: url("https://via.placeholder.com/189x150.png");
  width: 28px;
  height: 22px;
  background-repeat: no-repeat;
}
.post-box:not(.blog-post):hover .post-inner {
  border-color: #1a1a1a;
}

.page-pagination {
  margin-top: 50px;
  margin-bottom: 0;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #bfbfbf;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  border-bottom: 2px solid #d8d8d8;
  padding: 7px;
  background: transparent;
}
.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 12px;
}
.page-pagination li a.next, .page-pagination li a.prev {
  line-height: 15px;
}
.page-pagination li span, .page-pagination li a:hover {
  color: #1a1a1a;
  border-bottom-color: #000000;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}


.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Heading
--------------------------------------------------------------*/
.ot-heading {
  position: relative;
}
.ot-heading > span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9f9e9e;
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ot-heading h2 {
  margin-bottom: 0;
  line-height: 48px;
}
.ot-heading.is-dots {
  padding-bottom: 30px;
}
.ot-heading.is-dots:before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 66px;
  height: 2px;
  border-bottom: 2px dotted #1a1a1a;
}

.dark-scheme .ot-heading.is-dots:before {
  border-bottom-color: #fff;
}

.theratio-align-center .ot-heading.is-dots:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.theratio-align-right .ot-heading.is-dots:before {
  left: auto;
  right: 2px;
}

.theratio-align-left .ot-heading.is-dots:before {
  left: 1px;
  right: auto;
}

@media (max-width: 1024px) {
  .theratio-tablet-align-center .ot-heading.is-dots:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .theratio-tablet-align-right .ot-heading.is-dots:before {
    left: auto;
    right: 2px;
  }

  .theratio-tablet-align-left .ot-heading.is-dots:before {
    left: 1px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .ot-heading > span {
    font-size: 12px;
  }

  .ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .ot-heading {
    padding-bottom: 20px;
  }
  .ot-heading:before {
    width: 40px;
  }

  .theratio-mobile-align-center .ot-heading.is-dots:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .theratio-mobile-align-right .ot-heading.is-dots:before {
    left: auto;
    right: 2px;
  }

  .theratio-mobile-align-left .ot-heading.is-dots:before {
    left: 1px;
    right: auto;
  }
}
@media (max-width: 600px) {
  .ot-heading h2 br {
    display: none;
  }
}
/*--------------------------------------------------------------
## Video Popup
--------------------------------------------------------------*/
.video-popup span {
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
}

/*--------------------------------------------------------------
## Icon Box
--------------------------------------------------------------*/
.icon-box {
  padding: 37px 60px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .icon-main {
  color: #1a1a1a;
}
.icon-box .icon-main i, .icon-box .icon-main span:before {
  font-size: 54px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .icon-main i, .icon-box .icon-main img {
  margin-bottom: 17px;
}
.icon-box .icon-main span {
  display: block;
  line-height: 1;
  margin-bottom: 28px;
}
.icon-box h5 {
  margin-bottom: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box h5 a {
  color: #1a1a1a;
}
.icon-box p {
  margin-bottom: 13px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.icon-box--bg-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f4f4f4;
}
.icon-box--bg-img.icon-box--is-line-hover:before, .icon-box--bg-img.icon-box--is-line-hover:after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box--bg-img.icon-box--is-line-hover:before {
  width: 0;
  height: 1px;
  bottom: -10px;
  left: 10px;
}
.icon-box--bg-img.icon-box--is-line-hover:after {
  width: 1px;
  height: 0;
  top: 10px;
  right: -11px;
}
.icon-box--bg-img.icon-box--is-line-hover:hover:before {
  width: calc( 100% + 5px );
}
.icon-box--bg-img.icon-box--is-line-hover:hover:after {
  height: calc( 100% + 5px );
}
.icon-box--bg-img:hover {
  background-color: #1a1a1a;
}
.icon-box--bg-img:hover h5 {
  color: #fff;
}
.icon-box--bg-img:hover h5 a {
  color: #fff;
}
.icon-box--bg-img:hover p {
  color: #a3a3a3;
}
.icon-box--bg-img:hover .btn-details {
  opacity: 0.9;
  color: #fff;
}
.icon-box--bg-img:hover .btn-details:before {
  background: #505050;
}

.icon-box--classic {
  padding: 0;
}
.icon-box--classic p {
  margin-bottom: 0;
}

.icon-box--bg-color {
  padding: 30px;
  padding-bottom: 28px;
  background-color: #1a1a1a;
  border: 1px solid #292929;
  position: relative;
}
.icon-box--bg-color .link_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.icon-box--bg-color h5 {
  color: #fff;
  margin-bottom: 11px;
  line-height: 1.1;
}
.icon-box--bg-color p {
  color: #a3a3a3;
  margin-bottom: 0;
}
.icon-box--bg-color .icon-main {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.icon-box--bg-color .icon-main i, .icon-box--bg-color .icon-main span:before {
  font-size: 45px;
}
.icon-box--bg-color .icon-main span {
  margin-bottom: 0;
}
.icon-box--bg-color .icon-main img {
  max-width: 60px;
}
.icon-box--bg-color.icon-box--icon-left .icon-main {
  float: left;
}
.icon-box--bg-color.icon-box--icon-left .content-box {
  padding-left: 68px;
}
.icon-box--bg-color.icon-box--icon-right .icon-main {
  float: right;
}
.icon-box--bg-color.icon-box--icon-right .content-box {
  padding-right: 68px;
  text-align: right;
}
.icon-box--bg-color:hover {
  background-color: #000;
}
.icon-box--bg-color:hover .link_overlay {
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon-box--bg-img {
    padding: 25px 40px;
  }

  .icon-box--bg-color {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.ot-counter {
  font-family: "Titillium Web", sans-serif;
  display: block;
  text-align: center;
}
.ot-counter span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #c2c2c2;
  font-size: 42px;
  line-height: 1;
}
.ot-counter h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #232323;
  margin-top: 8px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1px;
  display: inline-block;
}

/*--------------------------------------------------------------
## Countdown
--------------------------------------------------------------*/
.ot-countdown {
  text-align: center;
  display: flex;
  margin-bottom: 0;
  color: #fff;
}
.ot-countdown li {
  display: inline-block;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
  font-weight: 600;
  color: #1a1a1a;
}
.ot-countdown li span {
  font-size: 120px;
  font-family: "Titillium Web", sans-serif;
  display: block;
  margin-bottom: 13px;
  white-space: nowrap;
}
.ot-countdown li p {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ot-countdown li.seperator {
  font-size: 72px;
  font-weight: bold;
  color: #a7a7a7;
  margin-top: 27px;
}

.cs-form {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  max-width: 475px;
  justify-content: space-between;
}
.cs-form > span.wpcf7-form-control-wrap {
  max-width: 335px;
  width: 100%;
  margin-top: 7px;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text {
  background: transparent;
  color: #555555;
  width: 100%;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
  color: #555555;
}
.cs-form .octf-btn {
  padding: 15px 34px;
}
.cs-form .octf-btn:before, .cs-form .octf-btn:after {
  display: none;
}
.cs-form + div {
  max-width: 475px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .ot-countdown li p {
    font-size: 14px;
  }

  .ot-countdown li span,
.ot-countdown li.seperator {
    font-size: 42px;
  }

  .ot-countdown li span {
    margin-bottom: 10px;
  }

  .ot-countdown li.seperator {
    line-height: 55px;
    margin-top: -6px;
  }
}
@media (max-width: 600px) {
  .cs-form {
    display: block;
  }
  .cs-form > span.wpcf7-form-control-wrap {
    margin: 0 auto;
    display: block;
  }
  .cs-form .octf-btn {
    margin-top: 15px;
  }
}
/*--------------------------------------------------------------
## Contact-info
--------------------------------------------------------------*/
.contact-info {
  font-size: 16px;
  overflow: hidden;
  color: #1a1a1a;
}
.contact-info h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-info i {
  font-size: 26px;
  margin-top: 2px;
  line-height: 1;
  float: left;
  color: #1a1a1a;
}
.contact-info i:before {
  font-size: 26px;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
  float: left;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 300;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.ot-testimonials .testi-item {
  background: transparent;
  padding-right: 20px;
  margin-top: 26px;
}
.ot-testimonials .testi-item .t-head {
  overflow: hidden;
  justify-content: normal;
  padding-left: 20px;
}
.ot-testimonials .testi-item .t-head img {
  max-width: 80px;
  margin-right: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-testimonials .testi-item .t-head h6 {
  font-size: 22px;
  margin-bottom: 2px;
}
.ot-testimonials .testi-item .t-head span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6f6f6f;
}
.ot-testimonials .testi-item .ttext {
  position: relative;
  margin-bottom: 50px;
  padding: 37px 35px 37px 40px;
  font-size: 18px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.ot-testimonials .testi-item .ttext > span {
  position: absolute;
  content: "";
  left: 28px;
  top: -1px;
  width: 80px;
  height: 1px;
  background: #fff;
}
.ot-testimonials .testi-item .ttext:before {
  position: absolute;
  top: -28px;
  left: 28px;
  content: "";
  width: 80px;
  height: 45px;
  z-index: 1;
  background: url("https://via.placeholder.com/189x150.png") no-repeat center;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item {
  padding-right: 0;
  padding-bottom: 10px;
  margin: 0;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
  font-size: 20px;
  padding: 0;
  margin-bottom: 30px;
  border: none;
  background: none;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext:before {
  display: none;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head {
  padding-left: 0;
}
.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head h5 {
  margin-bottom: 3px;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next, .ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev, .ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next, .ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev {
  color: #fff;
  background: #0a0a0a;
}
.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next:hover, .ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev:hover, .ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next:hover, .ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev:hover {
  color: #919191;
}
.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet {
  background: #0a0a0a;
}
.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet:before {
  background: #fff;
  border-color: #fff;
}
.ot-testimonials.v-dark .testi-item .t-head h6, .ot-testimonials.v-dark .testi-item .t-head h5 {
  color: #fff;
}
.ot-testimonials.v-dark .testi-item .ttext {
  color: #fff;
  background: #0a0a0a;
  border-color: #292929;
}
.ot-testimonials.v-dark .testi-item .ttext > span {
  background: #0a0a0a;
}
.ot-testimonials.v-dark .testi-item .ttext:before {
  background: url("https://via.placeholder.com/189x150.png") no-repeat center;
}
.ot-testimonials.v-dark .testi-item .ttext .layer-behind {
  background: #1a1a1a;
}
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .ttext {
  color: #a3a3a3;
  background: none;
}
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .t-head span {
  color: #d0cfcf;
}

@media (max-width: 480px) {
  .ot-testimonials .t-head img {
    margin-right: 15px;
  }
}
/*--------------------------------------------------------------
## Image Carousel
--------------------------------------------------------------*/
.image-carousel .swiper-wrapper {
  align-items: center;
}
.image-carousel .swiper-slide {
  text-align: center;
}
.image-carousel .swiper-slide figure {
  line-height: inherit;
}
.image-carousel .swiper-slide img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.image-carousel .octf-swiper-pagination {
  margin-top: 30px;
}
.image-carousel .octf-swiper-button-next, .image-carousel .octf-swiper-button-prev {
  background: #fff;
}

.image-gallery .gallery-icon {
  position: relative;
}
.image-gallery .gallery-icon .overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.image-gallery .gallery-icon .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #000;
  color: #fff;
}
.image-gallery .gallery-icon .overlay i:before {
  font-size: 22px;
}
.image-gallery .gallery-icon .overlay i:hover {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.image-gallery .gallery-icon:hover .overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {
  .image-gallery .gallery.gallery-columns-2 .gallery-item, .image-gallery .gallery.gallery-columns-3 .gallery-item, .image-gallery .gallery.gallery-columns-4 .gallery-item, .image-gallery .gallery.gallery-columns-5 .gallery-item, .image-gallery .gallery.gallery-columns-6 .gallery-item, .image-gallery .gallery.gallery-columns-7 .gallery-item, .image-gallery .gallery.gallery-columns-8 .gallery-item, .image-gallery .gallery.gallery-columns-9 .gallery-item, .image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
## Image Category
--------------------------------------------------------------*/
.cate-lines {
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.cate-lines .cate-item_content {
  position: absolute;
  bottom: 67px;
  left: 60px;
}
.cate-lines img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.cate-lines h2 {
  position: relative;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.cate-lines .number-stroke {
  font-size: 150px;
  position: absolute;
  left: calc(100% - 23px);
  bottom: -30px;
}
.cate-lines:before, .cate-lines:after {
  content: "";
  position: absolute;
  background: #fff;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.cate-lines:before {
  width: calc(100% - 30px);
  height: 1px;
  bottom: 20px;
  left: 20px;
}
.cate-lines:after {
  width: 1px;
  height: calc(100% - 30px);
  top: 20px;
  right: 20px;
}
.cate-lines:hover h2 {
  color: #1a1a1a;
}
.cate-lines:hover .number-stroke {
  -webkit-text-stroke-color: #1a1a1a;
}
.cate-lines:hover img {
  filter: brightness(126%);
}
.cate-lines:hover:before, .cate-lines:hover:after {
  background: #222328;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .cate-lines .cate-item_content {
    bottom: 56px;
    left: 50px;
  }
  .cate-lines h2 {
    font-size: 36px;
  }
  .cate-lines .number-stroke {
    font-size: 100px;
    bottom: -18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cate-lines .cate-item_content {
    bottom: 35px;
    left: 30px;
  }
  .cate-lines h2 {
    font-size: 36px;
  }
  .cate-lines .number-stroke {
    display: none;
  }
}
@media (max-width: 479px) {
  .cate-lines .cate-item_content {
    bottom: 40px;
    left: 40px;
  }
  .cate-lines h2 {
    font-size: 36px;
  }
  .cate-lines .number-stroke {
    font-size: 100px;
    bottom: -18px;
  }
}
/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
/* --- Clean Accordion Logic --- */

/* 1. Base State: Item is closed */
.ot-accordions .acc-item .up {
    display: none !important; /* Force hide minus */
}

.ot-accordions .acc-item .down {
    display: inline-block !important; /* Force show plus */
    color: #333;
}

/* 2. Active State: Item is open */
.ot-accordions .acc-item.active .down {
    display: none !important; /* Hide plus */
}

.ot-accordions .acc-item.active .up {
    display: inline-block !important; /* Show minus */
    color: #c5a059; /* Gold Theme */
}

/* 3. Text Styling */
.ot-accordions .acc-item.active .acc-toggle {
    color: #c5a059 !important;
    font-weight: 600;
}

/* 4. Ensure toggle is a flexbox for spacing */
.ot-accordions .acc-item .acc-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ot-accordions .acc-item .acc-content {
    display: none; /* Hidden by default */
    padding: 10px 0 25px;
    color: #666;
    line-height: 1.8;
}
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.ot-tabs .tabs-heading {
  margin-bottom: 0;
  overflow: hidden;
}
.ot-tabs .tab-link {
  font-family: "Titillium Web", sans-serif;
  min-width: 176px;
  margin-right: 20px;
  padding: 12px 0;
  float: left;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 3px solid #dadada;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.ot-tabs .tab-link:last-child {
  margin-right: 0;
}
.ot-tabs .tab-content {
  display: none;
  padding: 33px 0;
}
.ot-tabs .tab-content.current {
  display: inherit;
}
.ot-tabs .tab-content ul, .ot-tabs .tab-content ol {
  list-style: none;
  padding-left: 0;
  margin-top: 17px;
}
.ot-tabs .tab-content ul li, .ot-tabs .tab-content ol li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 15px;
}
.ot-tabs .tab-content ul li:before, .ot-tabs .tab-content ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #555555;
}
.ot-tabs .tab-content ul li:last-child, .ot-tabs .tab-content ol li:last-child {
  margin-bottom: 0;
}
.ot-tabs p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Progress Bars
--------------------------------------------------------------*/
.ot-progress {
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
.ot-progress .pname {
  margin-bottom: 3px;
  text-transform: uppercase;
}
.ot-progress .ppercent {
  position: absolute;
  right: -11px;
  bottom: 100%;
  padding: 0 8px;
  min-width: 40px;
  line-height: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ot-progress .iprogress {
  height: 2px;
  margin-bottom: 6px;
}
.ot-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #1a1a1a;
  position: relative;
  -webkit-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.ot-progress .progress-bar:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #1a1a1a;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) skewX(-30deg);
  -ms-transform: translateY(-50%) skewX(-30deg);
  transform: translateY(-50%) skewX(-30deg);
}

.circle-progress {
  justify-content: left;
}
.circle-progress .inner-bar {
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}
.circle-progress .inner-bar > span {
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 50%;
  left: 0;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-top: -15px;
  color: #1a1a1a;
}
.circle-progress .inner-bar canvas {
  display: block;
}
.circle-progress .inner-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  border: 2px solid rgba(10, 10, 10, 0.1);
}
.circle-progress h4 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.circle-progress.tbottom h4 {
  margin: 19px 0 0;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 480px) {
  .ot-progress .pname {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
## Process
--------------------------------------------------------------*/
.ot-process {
  padding-right: 20px;
  padding-left: 20px;
}
.ot-process .process_nav {
  margin: 0;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 3px solid #000;
}
.ot-process .process_nav li {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 70px;
  cursor: pointer;
}
.ot-process .process_nav li:last-child {
  margin-right: 0;
}
.ot-process .process_nav li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-process .process_nav li .number-stroke {
  position: absolute;
  left: -17px;
  top: -38px;
  font-size: 72px;
}
.ot-process .process_nav li .icon-main {
  position: relative;
  display: inline-block;
  width: 141px;
  height: 141px;
  line-height: 141px;
  background: #000;
  color: #fff;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-process .process_nav li .icon-main span:not(.number-stroke) {
  font-size: 56px;
}
.ot-process .process_nav li .icon-main span:not(.number-stroke):before {
  font-size: 56px;
}
.ot-process .process_nav li .icon-main span.ot-flaticon-tip {
  margin-left: 18px;
}
.ot-process .process_nav li.current:after {
  opacity: 1;
  visibility: visible;
}
.ot-process .process_nav li:hover .icon-main, .ot-process .process_nav li.current .icon-main {
  background: #fff;
  color: #000;
}
.ot-process .process_nav li .process-des-item {
  padding: 0;
}
.ot-process .process_nav li h5 {
  margin-bottom: 16px;
}
.ot-process .process_nav h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 26px;
}
.ot-process .process-des-item {
  padding: 38px 50px 0;
  text-align: center;
  color: #a3a3a3;
  margin: 0;
}

.ot-process:not([data-tab]) .process_nav {
  border-bottom: none;
}
.ot-process:not([data-tab]) .process_nav li {
  margin-right: 50px;
}
.ot-process:not([data-tab]) .process_nav li:last-child {
  margin-right: 0;
}

.order-even-top-40 .ot-process:not([data-tab]) .process_nav li:nth-child(even) {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .ot-process .process_nav li, .ot-process:not([data-tab]) .process_nav li {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .ot-process .process_nav {
    display: block;
    border-color: #fff;
  }
  .ot-process .process_nav li {
    margin-bottom: 60px;
  }
  .ot-process .process_nav li:last-child {
    margin-bottom: 30px;
  }
  .ot-process .process_nav li:after {
    display: none;
  }
  .ot-process .process-des-item {
    padding: 20px 30px 0;
  }

  .order-even-top-40 .ot-process:not([data-tab]) .process_nav li:nth-child(even) {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
## Support Box
--------------------------------------------------------------*/
.support-box {
  position: relative;
}
.support-box .inner-box {
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transform-style: preserve-3d;
}
.support-box .inner-box > div {
  backface-visibility: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.support-box .icon-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.support-box .icon-title h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 42px;
}
.support-box .icon-title span {
  margin-bottom: 4px;
}
.support-box .icon-title span:before {
  font-size: 45px;
}
.support-box .icon-title i {
  font-size: 45px;
  margin-bottom: 20px;
  margin-top: 19px;
}
.support-box .overlay {
  z-index: 1;
  opacity: 1;
  text-align: center;
  padding: 20px 45px;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #a3a3a3;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box .overlay p {
  margin-bottom: 0;
}
.support-box:hover .inner-box {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box:hover .inner-box .content-box {
  opacity: 0;
}

/*--------------------------------------------------------------
## Features Box
--------------------------------------------------------------*/
.ot-features-box .features-image {
  position: relative;
  color: #fff;
}
.ot-features-box .features-image .overlay {
  cursor: pointer;
  background: rgba(26, 26, 26, 0.4);
  opacity: 0;
  z-index: 1;
}
.ot-features-box .features-image i:before {
  color: #fff;
  font-size: 30px;
}
.ot-features-box .features-image:hover .overlay {
  opacity: 1;
}
.ot-features-box .features-content {
  text-align: center;
  overflow: hidden;
  background-color: #1a1a1a;
  padding: 36px 0;
}
.ot-features-box .features-content h6 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #fff;
}
.ot-features-box .features-content h6 a {
  color: #fff;
}
.ot-features-box .features-content h6 span {
  font-weight: 300;
  color: #a3a3a3;
}
.ot-features-box .features-content h6:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -1px;
  top: 50%;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.45s;
  transition-delay: 0.1s;
}
.ot-features-box .features-content h6:hover:before {
  width: 70px;
}

@media (max-width: 1024px) {
  .ot-features-box .features-content h6:before {
    display: none;
  }
}
/*--------------------------------------------------------------
## Message
--------------------------------------------------------------*/
.message-box {
  padding: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.message-box .icon-main {
  float: left;
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background: #32a7eb;
}
.message-box .icon-main span:before {
  font-size: 20px;
}
.message-box .content-box {
  padding-left: 66px;
}
.message-box .content-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.message-box .content-box p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
}
.message-box > i {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -7px;
  color: #a5b7d2;
  cursor: pointer;
}
.message-box > i:before {
  font-size: 13px;
}

@media (max-width: 600px) {
  .message-box > i {
    top: 15px;
    right: 10px;
  }

  .message-box .content-box p {
    line-height: 1.4;
  }
}
/*--------------------------------------------------------------
## Pricing Table
--------------------------------------------------------------*/
.ot-pricing-table {
  position: relative;
  text-align: center;
  padding-right: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-pricing-table .inner-table {
  position: relative;
  padding: 70px 45px 47px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.ot-pricing-table .inner-table .title-table {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 9px 19px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  background: #1a1a1a;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ot-pricing-table .inner-table h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 27px;
  top: -1px;
}
.ot-pricing-table .inner-table h2 sup {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 62.5%;
  font-weight: 400;
}
.ot-pricing-table .inner-table > p {
  display: inline-block;
  position: relative;
  color: #929292;
  bottom: -9px;
  padding-left: 15px;
}
.ot-pricing-table .inner-table > p:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 5px;
  width: 1px;
  height: 49px;
  background: #929292;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.ot-pricing-table .inner-table .details {
  margin-top: 26px;
  padding-top: 25px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.ot-pricing-table .inner-table .details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 42px;
  text-align: left;
}
.ot-pricing-table .inner-table .details ul li {
  position: relative;
  color: #b8b8b8;
}
.ot-pricing-table .inner-table .details ul li.active {
  color: #555555;
}
.ot-pricing-table .inner-table .details ul li.active:after {
  position: absolute;
  content: "";
  font-family: "Flaticon";
  font-size: 10px;
  right: 0;
}
.ot-pricing-table .inner-table .details.no-icon ul li.active:after {
  display: none;
}
.ot-pricing-table .octf-btn {
  border-color: #1a1a1a;
  background: #fff;
  color: #000;
  padding: 15px 31px;
}
.ot-pricing-table .octf-btn:before, .ot-pricing-table .octf-btn:after {
  display: none;
}
.ot-pricing-table .octf-btn:hover {
  background: #1a1a1a;
  color: #fff;
}
.ot-pricing-table.is-featured .inner-table {
  background: #1a1a1a;
  color: #fff;
}
.ot-pricing-table.is-featured .inner-table .title-table {
  background: #4e4e4e;
}
.ot-pricing-table.is-featured .inner-table .details {
  border-color: rgba(255, 255, 255, 0.15);
  color: #8e88b8;
}
.ot-pricing-table.is-featured .inner-table .details ul li {
  color: #6e6666;
}
.ot-pricing-table.is-featured .inner-table h2,
.ot-pricing-table.is-featured .inner-table .details ul li.active {
  color: #fff;
}
.ot-pricing-table.is-featured .octf-btn:hover {
  border-color: rgba(255, 255, 255, 0.15);
}
.ot-pricing-table:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .ot-pricing-table .inner-table {
    padding: 70px 45px 47px;
  }
  .ot-pricing-table .inner-table h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .ot-pricing-table {
    max-width: 430px;
    margin: auto;
  }
  .ot-pricing-table .inner-table {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .ot-pricing-table {
    max-width: 470px;
  }
}
@media (max-width: 479px) {
  .ot-pricing-table .inner-table {
    padding: 33px;
    padding-top: 70px;
  }

  .ot-pricing-table .inner-table .details {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
## Miscellaneous
--------------------------------------------------------------*/
.site-overlay {
  cursor: url(https://via.placeholder.com/32x32.png) 16 16, default;
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

.dc-bgdark .elementor-drop-cap span {
  background: #1a1a1a;
  color: #fff;
}

.wpcf7 .main-form .font14 {
  margin-bottom: 24px;
}
.wpcf7 .main-form input,
.wpcf7 .main-form textarea {
  width: 100%;
  background: #fff;
}
.wpcf7 .main-form input::placeholder,
.wpcf7 .main-form textarea::placeholder {
  text-transform: uppercase;
}
.wpcf7 .main-form button {
  margin-top: 15px;
}
.wpcf7 .main-form button:before, .wpcf7 .main-form button:after {
  display: none;
}
.wpcf7 .main-form button:hover {
  background: #fff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.wpcf7 .main-form p {
  margin-bottom: 15px;
}
.wpcf7 .main-form p:last-child {
  margin-bottom: 0;
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  background: #f7e700;
  color: #1a1a1a;
}

.grid-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.grid-lines .g-line-vertical {
  height: 100%;
  display: block;
  width: 1px;
  background-color: #fff;
  left: 90px;
  top: 0;
  position: absolute;
}
.grid-lines .g-line-horizontal {
  height: 1px;
  display: block;
  width: 100%;
  background-color: #fff;
  top: 90px;
  left: 0;
  position: absolute;
}
.grid-lines .line-center {
  left: 50%;
}
.grid-lines .line-right {
  left: auto;
  right: 90px;
}
.grid-lines .line-bottom {
  bottom: 90px;
  top: auto;
}

.has-lines-horizontal-bottom .grid-lines .line-top {
  display: none;
}

.has-lines-horizontal-top .grid-lines .line-bottom {
  display: none;
}

.no-lines-vertical-center .grid-lines .line-center {
  display: none;
}

.ot-social-vertical {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-social-vertical ul {
  line-height: 90px;
}
.ot-social-vertical ul li.elementor-icon-list-item {
  margin-bottom: 40px;
  writing-mode: vertical-rl;
  letter-spacing: 0.75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.ot-social-vertical ul li.elementor-icon-list-item:last-child {
  margin-bottom: 0;
}

.rs-layer .btn-details {
  color: #fff;
}
.rs-layer .btn-details:before {
  background: #505050;
}

.dark-scheme .wpcf7 .main-form input, .dark-scheme .wpcf7 .main-form textarea {
  background: transparent;
}
.dark-scheme .wpcf7 .main-form button {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.dark-scheme .wpcf7 .main-form button:hover {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}

@media (max-width: 600px) {
  .rs-layer .btn-details:before {
    width: 16px;
    height: 7px;
    bottom: 0;
    left: -5px;
  }
  .rs-layer .btn-details:hover:before {
    width: calc( 100% + 10px );
  }

  .rs-layer.octf-btn:before, .rs-layer.octf-btn:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .grid-lines .g-line-vertical {
    left: 0;
  }
  .grid-lines .g-line-vertical.line-right {
    right: 0;
    left: auto;
  }
  .grid-lines .g-line-vertical.line-center {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .ot-gallery .gallery-item:nth-child(even) .gallery-icon {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .ot-social-vertical {
    display: none;
  }
}
body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

div.elementor-widget-heading .elementor-heading-title {
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.dark-scheme .elementor-widget-heading .elementor-heading-title {
  color: #fff;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 15px;
}

.elementor-default .elementor-widget-text-editor,
.elementor-default .elementor-icon-list-text {
  font-family: "Raleway", sans-serif;
  color: #555555;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.elementor-default.dark-scheme .elementor-widget-text-editor,
.elementor-default.dark-scheme .elementor-icon-list-text {
  color: #a3a3a3;
}

.elementor_library-template-default .post-author-box,
.elementor_library-template-default .post-navigation {
  display: none;
}

.elementor-default .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor .elementor-section > .elementor-container > .elementor-row {
  width: auto;
  flex: 100%;
  min-width: 100%;
}

.elementor-section > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

.elementor .elementor-section > .elementor-column-gap-extended > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor .elementor-section > .elementor-column-gap-default > .elementor-row {
  margin-left: -10px;
  margin-right: -10px;
}
.elementor .elementor-section > .elementor-column-gap-narrow > .elementor-row {
  margin-left: -5px;
  margin-right: -5px;
}

.elementor .elementor-section-full_width:not(.elementor-inner-section) > .elementor-column-gap-extended > .elementor-row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-template-homepage .elementor-top-section.elementor-section-full_width > .elementor-column-gap-default > .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width > .elementor-column-gap-narrow > .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width > .elementor-column-gap-extended > .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width > .elementor-column-gap-wide > .elementor-row, .page-template-template-homepage .elementor-top-section.elementor-section-full_width > .elementor-column-gap-wider > .elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-default > .elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-narrow > .elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-extended > .elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-wide > .elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-wider > .elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-default > .elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-narrow > .elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-extended > .elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-wide > .elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width > .elementor-column-gap-wider > .elementor-row {
  margin-left: 0;
  margin-right: 0;
}

.ot-flex-column-horizontal .elementor-widget-wrap {
  flex-wrap: nowrap;
}
.ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget {
  display: flex;
  width: auto;
}

.elementor-section.ml_0 .elementor-container {
  margin-left: 0;
}

@media (max-width: 767px) {
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width) > .elementor-container,
.page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-container,
.page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no,
.page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no,
.page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 750px;
  }

  .elementor-element .container {
    width: 720px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 970px;
  }

  .elementor-element .container {
    width: 940px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
  }

  .elementor-element .container {
    width: 1170px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wide > .elementor-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 20px;
    padding-right: 20px;
  }
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wider > .elementor-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.octf-cta-header {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.octf-cta-header .toggle_search {
  cursor: pointer;
}
.octf-cta-header .toggle_search i {
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-cta-header .toggle_search i:before, .octf-cta-header .toggle_search i:after {
  font-size: 22px;
}
.octf-cta-header .toggle_search i.ot-flaticon-close-1:before {
  font-size: 18px;
}
.octf-cta-header .h-search-form-field {
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  width: 340px;
}
.octf-cta-header .h-search-form-field .h-search-form-inner {
  padding: 20px 35px 34px;
  background-color: #2a2a2a;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.octf-cta-header .h-search-form-field .h-search-form-inner input {
  background: transparent;
  color: #fff;
  font-weight: 400;
  border-color: rgba(255, 255, 255, 0.1);
}
.octf-cta-header .h-search-form-field .h-search-form-inner button {
  color: #fff;
}
.octf-cta-header .h-search-form-field .h-search-form-inner button i:before {
  font-weight: normal;
}
.octf-cta-header .h-search-form-field .h-search-form-inner ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.octf-cta-header .h-search-form-field .h-search-form-inner :-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff;
}
.octf-cta-header .h-search-form-field .h-search-form-inner ::placeholder {
  color: #fff;
}
.octf-cta-header .h-search-form-field.show {
  -webkit-animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 600px) {
  .octf-cta-header .h-search-form-field {
    right: -65px;
  }
}
/*--------------------------------------------------------------
## Mini Cart
--------------------------------------------------------------*/
.octf-cart {
  position: relative;
}

.site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  background: #2a2a2a;
  color: #fff;
  width: 342px;
  padding: 35px;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: -15px;
}
.site-header-cart .widget_shopping_cart_content {
  text-align: left;
}

.octf-cart:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.octf-cart:hover .site-header-cart:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0px;
}

.cart-contents {
  position: relative;
  display: inline-block;
  color: #fff;
}
.cart-contents:hover {
  color: #fff;
}
.cart-contents i:before {
  font-size: 22px;
}
.cart-contents .count {
  position: absolute;
  bottom: -3px;
  left: -12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  font-family: "Titillium Web", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .site-header-cart {
    display: none;
  }
}
/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: #1a1a1a;
}
.header-mobile .is-stuck .cart-contents .count {
  background: #fff;
  color: #1a1a1a;
}

.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #211f1f;
}
.mmenu-toggle button i:before {
  font-size: 22px;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background: #2a2a2a;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-wrapper.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  width: 327px;
  padding: 20px 52px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.mmenu-wrapper .mmenu-close {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
}
.mmenu-wrapper .mobile-nav {
  min-width: 240px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}
.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}
.mmenu-wrapper .mobile_mainmenu li a {
  padding: 9px 30px 9px 0;
  display: block;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 7px 12px 7px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #9397a7;
  display: inline-block;
  line-height: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 10px;
  font-weight: 600;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mmenu-wrapper.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mmenu-wrapper.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper.on-left .mmenu-close {
  text-align: right;
}
.mmenu-wrapper.on-left .mmenu-close i:before {
  content: "";
}

.mmenu-active .mmenu-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

@media only screen and (max-width: 1024px) {
  .header-mobile {
    display: block;
  }

  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 32px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 46px;
  }
}
/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 1;
}
.panel-btn i {
  color: #fff;
  cursor: pointer;
}
.panel-btn i:before {
  font-size: 22px;
}

.admin-bar .side-panel {
  top: 32px;
}

.side-panel {
  width: 400px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2a2a2a;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.side-panel .side-panel-block {
  padding: 90px 42px 90px 25px;
  height: 100%;
  width: calc(100% + 17px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.side-panel .side-panel-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: #2f2f2f;
  text-align: center;
}
.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-panel.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel-active .panel-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}
/* Custom mini cart */
.woocommerce-mini-cart li {
  margin-bottom: 0;
  padding-bottom: 28px;
  padding-right: 32px;
  line-height: 1;
}
.woocommerce-mini-cart li:before, .woocommerce-mini-cart li:after {
  content: ' ';
  display: table;
}
.woocommerce-mini-cart li:after {
  clear: both;
}
.woocommerce-mini-cart li img {
  width: 75px;
  max-width: 100%;
  height: auto;
  float: left;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 20px;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-mini-cart li a.remove {
    top: 0;
    margin-top: 0;
    right: 0;
    position: absolute;
    left: auto;
    line-height: .8;
    font-weight: 400;
    font-size: 25px;
    color: #656565!important;
}
.woocommerce-mini-cart li a.remove:hover {
    background: none;
}
.woocommerce-mini-cart li a:not(.remove) {
    display: inline;
    font-family: "Titillium Web",sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}
.woocommerce-mini-cart li .quantity {
    color: #9f9e9e;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 12px;
}
.woocommerce-mini-cart li .amount {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 16px;
    font-family: "Josefin Sans",sans-serif;
}
.woocommerce-mini-cart__total {
    border-top: 0;
    padding: 0;
}
.woocommerce-mini-cart__total strong {
    min-width: 40px;
    display: inline-block;
}
.woocommerce-mini-cart__total strong {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-weight: 600;
    font-size: 22px;
}
.woocommerce-mini-cart__total .amount {
    float: right;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    font-weight: 400;
    font-family: "Josefin Sans",sans-serif;
}
.woocommerce-mini-cart__buttons .button  {
    font-size: 13px;
    line-height: 1;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: .5px;
    font-family: "Titillium Web",sans-serif;
    text-transform: uppercase;
    padding: 16px 30px;
    margin-right: 13px;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #1a1a1a;
}
.woocommerce-mini-cart__buttons .button:last-child {
    margin-right: 0;
}
.woocommerce-mini-cart__buttons .button.wc-forward {
    border-color: #fff;
    color: #1a1a1a;
    background: #fff;
}
.woocommerce-mini-cart__buttons .button.wc-forward:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.woocommerce-mini-cart__buttons .button.checkout {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.woocommerce-mini-cart__buttons .button.checkout:hover {
    border-color: #fff;
    color: #1a1a1a;
    background: #fff;
}
/* Mega Menu */
.main-navigation {
  position: unset;
}
.main-navigation > ul {
  position: unset;
}
.main-navigation > ul > li.mega-dropdown {
  display: list-item;
  float: none;
  position: unset;
  flex-direction: column;
}
.main-navigation ul li ul.mega-sub-menu {
  width: 100%;
  left: 0;
  padding-top: 50px;
}
.main-navigation ul.mega-sub-menu li.row {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.main-navigation ul li ul.mega-sub-menu .col {
  min-width: 220px;
  position: relative;
  left: auto;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  max-width: 25%;
  box-shadow: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.main-navigation ul li.mega-dropdown:hover > ul .col {
    visibility: visible;
    opacity: 1;
}
.main-navigation ul li ul.mega-sub-menu .col li {
    padding-left: 0;
}
.mega-sub-menu .menu-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
/* Custom Side panel */
.side-panel-block .the-logo {
  margin: 10px 0 40px 0;
}
.side-panel-block .the-logo img {
  width: 175px;
}
.side-panel-block .ot-heading h2 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 20px;
}
.side-panel-block .gallery {
    margin: 0 -10px -10px 0;
    display: table;
}
.side-panel-block .gallery-item {
    padding: 0 10px 10px 0;
    display: inline-block;
    max-width: 33.33333333%;
}
.side-panel .side-panel-block {
    
}
.header_mobile .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.header_mobile .octf-row {
    margin-left: 0;
    margin-right: 0;
}
.header_mobile .octf-col {
    padding-left: 0;
    padding-right: 0;
}
.header_mobile .octf-search {
    margin-right: 30px;
}
.header_mobile .octf-menu-mobile {
    padding-right: 15px;
}
.header_mobile .mlogo_wrapper img {
    height: 76px;
}
.header_mobile .octf-row{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}
.side-panel-cinfo {
    padding-bottom: 40px;
}
.side-panel-cinfo ul {
    padding-left: 0;
    margin-bottom: 0;
}
.side-panel-cinfo .icon-list-item, .side-panel-cinfo .icon-list-item a {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
}
.side-panel-cinfo li.icon-list-item, .side-panel-cinfo li.icon-list-item a {
    font-family: "Raleway",sans-serif;
    color: #555;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.side-panel-cinfo .icon-list-item, .side-panel-cinfo  .icon-list-item a {
    font-family: "Raleway",Sans-serif;
    line-height: 18px;
}
.side-panel-cinfo  .icon-list-items:not(.elementor-inline-items) .icon-list-item:not(:last-child) {
    padding-bottom: calc(25px/2);
}
@media (min-width: 768px){
.side-panel-block .gallery-columns-3 .gallery-item {
    max-width: 40.33%;
}
}

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}
.gallery-columns-2 {
  display: table;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
@media (max-width: 767px){
  .gallery-columns-2 .gallery-item {
    width: 100%;
  }
}
.author-bio .author-info {
  background-image: url('https://via.placeholder.com/870x290.png');
}
.author-bio .author-image {
  max-width: 150px;
}
/* Page Header */
section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
.space-medium {
  padding-top: 70px;
  padding-bottom: 70px;
}
.no-padding {
  padding: 0;
}
.bg-dark-1 {
  background-color: #1A1A1A;
}
.page-header {
  background-image: url('https://via.placeholder.com/1920x500.png');
}
.page-header-contact {
  background-image: url('/images/contact-bg.jpg');
}
.pheader-team {
  background-image: url('https://via.placeholder.com/1920x500.png');
}
.pheader-services {
    background-image: url(/images/service-bg.jpg);
}
.pheader-about {
    background-image: url(/images/about.jpg);
}
.pheader-portfolio-detail {
    background-image: url(/images/project-bg.jpg);
}

/* Post */
.comments-title span {
  color: #bababa;
}
.masonry-post .post-inner {
  padding: 20px;
  margin-bottom: 30px;
}
.masonry-post .owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
}
/* contact */
.contact-left h2 {
    line-height: 1;
}
.contact-left p {
    margin-bottom: 24px;
}
.contact-right {
    padding-left: 75px;
    padding-right: 40px;
    background-image: url('https://via.placeholder.com/510x680.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #A3A3A3;
}
.contact-right .ot-heading {
    padding-top: 81px;
    padding-bottom: 25px;
}
.contact-right h2 {
    color: #fff;
}
.contact-right > p {
    margin-bottom: 25px;
}
.contact-right .contact-info {
    padding-bottom: 27px;
}
.contact-right .contact-info h6 {
    color: #fff;
}
.contact-right .contact-info i:before {
    color: #fff;
    font-size: 23px;
}
.contact-right .contact-info, .contact-right .contact-info a {
    color: #d3d3d3;
}
.contact-right .list-social a {
    border-color: rgba(255,255,255,.4);
}
.contact-right .list-social {
    margin-top: 11px;
    padding-bottom: 90px;
}
.contact-map {
    margin-top: -40px;
    z-index: -1;
    position: relative;
}
.map {
  height: 522px;
}
.map iframe {
    width: 100%;
    height: 522px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

/* About Us */
/* vision mission   */

        .our-philosophy {
            width: 100%;
            padding: 60px 20px;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        /* Section Header */
        .section-header {
            text-align: center;
            margin-bottom: 80px;
            opacity: 0;
            animation: fadeInUp 1s forwards;
        }

        .section-label {
            font-size: 12px;
            letter-spacing: 4px;
            color: #888;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            color: #555555;
            line-height: 1.3;
        }

        /* Cards Container */
        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-top: 60px;
        }

        /* Card Styling */
        .strategy-card {
            position: relative;
            background: #1a1a1a;
            border-radius: 0;
            overflow: hidden;
            aspect-ratio: 3/4;
            cursor: pointer;
            transition: all 0.5s ease;
            opacity: 0;
            animation: fadeInUp 1s forwards;
        }

        .strategy-card:nth-child(1) { animation-delay: 0.2s; }
        .strategy-card:nth-child(2) { animation-delay: 0.4s; }
        .strategy-card:nth-child(3) { animation-delay: 0.6s; }

        .strategy-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
            z-index: 1;
            transition: all 0.5s ease;
        }

        .strategy-card:hover::before {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.9));
        }

        /* Background Image */
        .card-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: transform 0.8s ease;
        }

        .strategy-card:hover .card-bg {
            transform: scale(1.1);
        }

        /* Card Content */
        .card-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
        }

        /* Corner Brackets */
        .corner-bracket {
            position: absolute;
            width: 50px;
            height: 50px;
            border: 3px solid #ffffff;
            transition: all 0.5s ease;
        }

        .corner-bracket.top-left {
            top: 25px;
            left: 25px;
            border-right: none;
            border-bottom: none;
        }

        .corner-bracket.bottom-right {
            bottom: 25px;
            right: 25px;
            border-left: none;
            border-top: none;
        }

        .strategy-card:hover .corner-bracket {
            border-color: #ff6b35;
            width: 60px;
            height: 60px;
        }

        /* Title Section */
        .card-title-section {
            text-align: center;
            margin-top: 60px;
        }

        .card-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 8px;
            text-transform: uppercase;
            margin-bottom: 15px;
            transition: all 0.5s ease;
        }

        .strategy-card:hover .card-title {
            letter-spacing: 12px;
            color: #ff6b35;
        }

        .card-subtitle {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 400;
        }

        /* Description (Hidden by Default) */
        .card-description {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.5s ease;
            text-align: center;
            font-size: 0.95rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
            padding: 0 10px;
            margin-bottom: 20px;
        }

        .strategy-card:hover .card-description {
            opacity: 1;
            transform: translateY(0);
        }

        /* Divider Line */
        .card-divider {
            width: 0;
            height: 2px;
            background: #ff6b35;
            margin: 20px auto;
            transition: width 0.5s ease;
        }

        .strategy-card:hover .card-divider {
            width: 80px;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .cards-grid {
                gap: 30px;
            }

            .card-title {
                font-size: 2rem;
                letter-spacing: 6px;
            }

            .strategy-card:hover .card-title {
                letter-spacing: 10px;
            }
        }

        @media (max-width: 968px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .section-title {
                font-size: 2.3rem;
            }
        }

        @media (max-width: 640px) {
            .our-philosophy {
                padding: 40px 15px;
            }

            .section-header {
                margin-bottom: 50px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .cards-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .card-content {
                padding: 30px;
            }

            .card-title {
                font-size: 1.8rem;
                letter-spacing: 4px;
            }

            .strategy-card:hover .card-title {
                letter-spacing: 6px;
            }

            .card-description {
                font-size: 0.7rem;
            }

            .corner-bracket {
                width: 40px;
                height: 40px;
            }

            .strategy-card:hover .corner-bracket {
                width: 45px;
                height: 45px;
            }
        }

/* Our process */
.our-process {
    background-image: url(/images/bg1-process.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-process .ot-heading {
    margin-bottom: 50px;
}

/* --- LINE OF WORK SECTION SCOPED --- */

.monolith-viewport { 
    --gold: #d4af37;
    --gold-glow: rgba(212, 175, 55, 0.6);
    --obsidian: #050505;
    --slate: rgba(26, 26, 26, 0.8);
    --platinum: #f4f4f4;

    background-color: var(--obsidian);
    padding: 120px 0; 
    position: relative;
    overflow-x: hidden;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: var(--platinum);
}

/* Background Subtle Elements */
.monolith-viewport .ethereal-glow-top, 
.monolith-viewport .ethereal-glow-bottom {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.monolith-viewport .ethereal-glow-top { top: -100px; left: -100px; }
.monolith-viewport .ethereal-glow-bottom { bottom: -100px; right: -100px; }

.monolith-viewport .monarch-heading {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 15px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 120px;
    font-weight: 300;
}

.monolith-viewport .aether-blueprint {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

/* Spine Logic */
.monolith-viewport .spine-conduit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100%;
    z-index: 1;
}

.monolith-viewport .mobile-path { display: none; }

/* Nexus Animations */
.monolith-viewport .celestial-nexus {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
    opacity: 0;
    transform: scale(0.95) translateY(40px);
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 10px;
}

.monolith-viewport .celestial-nexus.ignite-reveal { 
    opacity: 1; 
    transform: scale(1) translateY(0); 
}


.monolith-viewport .nexus-right { flex-direction: row; padding-left: 50%; }
.monolith-viewport .nexus-left { flex-direction: row-reverse; padding-right: 50%; }

/* Hollow Hexagon */
.monolith-viewport .prism-sigil-outline {
    width: 65px;
    height: 75px;
    border: 2px solid var(--gold);
    background: transparent;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-weight: 600;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.6s ease;
    box-shadow: inset 0 0 10px rgba(212, 175, 55, 0.1);
}

.monolith-viewport .ignite-reveal .prism-sigil-outline {
    box-shadow: 0 0 20px var(--gold-glow), inset 0 0 15px var(--gold-glow);
    background: rgba(212, 175, 55, 0.05);
}

/* Vault Content Boxes */
.monolith-viewport .lunar-vault {
    background: var(--slate);
    padding: 30px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    width: 300px;
    backdrop-filter: blur(10px);
    transition: border 0.5s ease;
}

.monolith-viewport .ignite-reveal .lunar-vault { border-color: var(--gold); }

.monolith-viewport .nexus-right .lunar-vault { border-radius: 0 60px 60px 0; border-left: none; margin-left: -2px; }
.monolith-viewport .nexus-left .lunar-vault { border-radius: 60px 0 0 60px; border-right: none; margin-right: -2px; text-align: right; }

.monolith-viewport .sigil-title { color: #fff; margin: 8px 0; font-size: 1.4rem; font-weight: 400; }
.monolith-viewport .epitaph { color: var(--gold); font-size: 0.75rem; letter-spacing: 3px; font-weight: 600; }
.monolith-viewport .sigil-lore { color: #aaa; font-size: 0.9rem; line-height: 1.6; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .monolith-viewport .monarch-heading { font-size: 1.8rem; letter-spacing: 8px; }
    .monolith-viewport .desktop-path { display: none; }
    .monolith-viewport .mobile-path { display: block; }
    .monolith-viewport .spine-conduit { width: 40px; }

    .monolith-viewport .nexus-right { padding-left: 0 !important; justify-content: flex-start; }
    .monolith-viewport .nexus-left { padding-right: 0 !important; justify-content: flex-end; }
    
    .monolith-viewport .lunar-vault { width: 150px; padding: 20px; }
    .monolith-viewport .sigil-title { font-size: 1.1rem; }
    
    .monolith-viewport .nexus-right .prism-sigil-outline { margin-left: calc(50% - 70px); }
    .monolith-viewport .nexus-left .prism-sigil-outline { margin-right: calc(50% - 70px); }
    .celestial-nexus .nexus-right{z-index: 2;}
    .celestial-nexus .nexus-left{z-index: 2;}
}
/* ============================
   PROGRESS STUDIO - IMPROVED STYLES
   ============================ */
.progress-studio {
    background-image: url('/images/bg1-process.png'); /* Correct path */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /* Ensures the image covers the entire section */
    padding: 60px 0;
    color: #000; /* Black text color */
    position: relative;
    min-height: 400px; /* Ensures the section has height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.main-color-stext {
    color: #000; /* Black color for text */
    font-size: 16px; /* Text size adjustment */
    padding-top: 8px;
}

.circle-progress .inner-bar {
    border-radius: 50%;
    position: relative;
}

.circle-progress .inner-bar > span {
    color: #000; /* Black color for percentage text */
    font-size: 18px;
    font-weight: 600;
}

.circle-progress .inner-bar span .percent {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.circle-progress h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: #000; /* Black color for titles */
}

.circle-progress p {
    font-size: 14px;
    color: #A3A3A3; /* Light gray text color for description */
    padding-top: 8px;
}

/* RESPONSIVE: Adjusting layout for small devices */
@media(max-width: 992px) {
    .circle-progress {
        margin-bottom: 30px;
    }
}

@media(max-width: 576px) {
    .circle-progress {
        margin-bottom: 20px;
    }
    .circle-progress h4 {
        font-size: 18px;
    }
    .circle-progress p {
        font-size: 13px;
    }
}
/*======================== 
Projects Page css
============================ */
.projects-section {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            color: #e0e0e0;
            padding: 60px 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        h2 {
            text-align: center;
            color: #be8d42;
            margin-bottom: 40px;
            font-size: 2.5em;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 40px;
            border-bottom: 2px solid #3a3a3a;
            justify-content: center;
            flex-wrap: wrap;
        }

        .tab {
            background: #2a2a2a;
            border: none;
            color: #b0b0b0;
            padding: 15px 40px;
            font-size: 1.1em;
            cursor: pointer;
            transition: all 0.3s ease;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            position: relative;
        }

        .tab:hover {
            background: #333;
            color: #c4a131;
        }

        .tab.active {
            background: #3a3a3a;
            color: #d4a537;
            border-bottom: 3px solid #d4af37;
        }

        .tab-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Overview Tab Styles */
        .overview-section {
            background: #2a2a2a;
            padding: 50px;
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
        }

        .chart-container {
            max-width: 500px;
            margin: 0 auto;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .stat-card {
            background: #1f1f1f;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #d4af37;
            transition: transform 0.3s ease;
            text-align: center;
        }

        .stat-card:hover {
            transform: translateY(-5px);
        }

        .stat-card h3 {
            color: #d4af37;
            font-size: 2.5em;
            margin-bottom: 10px;
        }

        .stat-card p {
            color: #b0b0b0;
            font-size: 1em;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Projects Grid Styles */
        .projects-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            padding: 20px;
            max-width: 900px;
            margin: 0 auto;
        }

        .project-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            transition: all 0.4s ease;
            height: 400px;
        }

        .project-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
        }

        .project-image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .project-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
            transition: all 0.4s ease;
        }

        .project-card:hover .project-image::before {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(212, 175, 55, 0.3) 100%);
        }

        .project-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px;
            z-index: 2;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.4s ease;
        }

        .project-card:hover .project-overlay {
            transform: translateY(0);
            opacity: 1;
        }

        .project-title {
            color: #d4af37;
            font-size: 1.5em;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        .project-title span {
            font-size: 0.8em;
            display: block;
            margin-top: 5px;
            color: #e0e0e0;
        }

        canvas {
            max-width: 100%;
            height: auto;
        }

        /* Project Images */
        .project-ecommerce {
            background-image: url('/images/Mantri-Sujata-Presp.jpg');
        }

        .project-fitness {
            background-image: url('/images/proj2.jpg');
        }

        .project-ai {
            background-image: url('/images/proj3.jpg');
        }

        .project-social {
            background-image: url('/images/proj4.jpg');
        }

        .project-learning {
            background-image: url('/images/elevation2.jpg');
        }

        .project-smarthome {
            background-image: url('/images/proj6.jpg');
        }
        .project-prerana {
          background-image: url('/images/ELEVATION1.jpg');
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            h2 {
                font-size: 2em;
            }

            .projects-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .project-card {
                height: 350px;
            }

            .project-title {
                font-size: 1em;
            }
        }

        @media (max-width: 768px) {
            .projects-section {
                padding: 40px 15px;
            }

            h2 {
                font-size: 1.8em;
                margin-bottom: 30px;
            }

            .tabs {
                gap: 5px;
            }

            .tab {
                padding: 12px 25px;
                font-size: 1em;
            }

            .overview-section {
                padding: 30px 20px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .stat-card h3 {
                font-size: 2em;
            }

            .projects-grid {
                grid-template-columns: 1fr;
                gap: 25px;
                padding: 10px;
            }

            .project-card {
                height: 320px;
            }

            .project-title {
                font-size: 1em;
            }

            .project-title span {
                font-size: 0.65em;
            }

            .project-overlay {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            h2 {
                font-size: 1.5em;
                letter-spacing: 1px;
            }

            .tab {
                padding: 10px 20px;
                font-size: 0.9em;
            }

            .overview-section {
                padding: 20px 15px;
            }

            .stat-card {
                padding: 20px;
            }

            .stat-card h3 {
                font-size: 1.8em;
            }

            .stat-card p {
                font-size: 0.9em;
            }

            .project-card {
                height: 280px;
            }

            .project-title {
                font-size: 0.9em;
            }

            .project-title span {
                font-size: 0.6em;
            }

            .project-overlay {
                padding: 15px;
            }
        }
/*================================
 Individual Project Section
  ===============================*/
        .ms-project-section {
            position: relative;
            min-height: 100vh;
            padding: 100px 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
            overflow: hidden;
        }

        .ms-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

        /* Layout Grid */
        .ms-project-layout {
            display: grid;
            grid-template-columns: 1fr 450px;
            gap: 80px;
            align-items: start;
        }

        /* Left Content Area */
        .ms-project-content {
            opacity: 0;
            animation: msFadeInLeft 1s forwards 0.3s;
        }

        /* Project Header */
        .ms-project-label {
            font-size: 11px;
            letter-spacing: 4px;
            color: #888;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .ms-project-title {
            font-size: 4rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .ms-project-subtitle {
            font-size: 1.8rem;
            color: #666;
            margin-bottom: 50px;
            font-weight: 300;
        }

        /* Description */
        .ms-project-description {
            margin-bottom: 80px;
        }

        .ms-project-description p {
            font-size: 1.05rem;
            line-height: 1.9;
            color: #b0b0b0;
            margin-bottom: 25px;
        }

        .ms-project-description p.ms-lead {
            font-size: 1.25rem;
            color: #e0e0e0;
            font-weight: 400;
        }

        .ms-project-description strong {
            color: #d4a574;
            font-weight: 600;
        }

        /* Amenities Grid with Flip Effect */
        .ms-amenities-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 50px;
        }

        .ms-amenity-card {
            perspective: 1000px;
            height: 250px;
        }

        .ms-amenity-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        .ms-amenity-card.ms-flipped .ms-amenity-inner {
            transform: rotateY(180deg);
        }

        .ms-amenity-front,
        .ms-amenity-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
            background: linear-gradient(135deg, rgba(30, 30, 30, 0.8), rgba(20, 20, 20, 0.8));
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .ms-amenity-front:hover {
            border-color: rgba(255, 107, 53, 0.5);
            box-shadow: 0 10px 40px rgba(255, 107, 53, 0.2);
        }

        .ms-amenity-back {
            transform: rotateY(180deg);
            background: linear-gradient(135deg, #d4a574, #f7a222);
        }

        .ms-amenity-icon {
            font-size: 3.5rem;
            color: #d4a574;
            margin-bottom: 25px;
        }

        .ms-amenity-back .ms-amenity-icon {
            color: #ffffff;
        }

        .ms-amenity-card h5 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .ms-amenity-card p {
            font-size: 0.95rem;
            color: #888;
            margin: 0;
            text-align: center;
        }

        .ms-amenity-back p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1rem;
        }

        /* Right Sidebar - New Interactive Design */
        .ms-project-sidebar {
            position: sticky;
            top: 100px;
            opacity: 0;
            animation: msFadeInRight 1s forwards 0.5s;
        }

        .ms-facts-container {
            position: relative;
        }

        /* Facts Header */
        .ms-facts-header {
            background: linear-gradient(135deg, #d4a574, #e4a125);
            padding: 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .ms-facts-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: repeating-linear-gradient(
                45deg,
                transparent,
                transparent 10px,
                rgba(255, 255, 255, 0.05) 10px,
                rgba(255, 255, 255, 0.05) 20px
            );
            animation: msSlidePattern 20s linear infinite;
        }

        @keyframes msSlidePattern {
            0% { transform: translate(0, 0); }
            100% { transform: translate(50px, 50px); }
        }

        .ms-facts-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 3px;
            position: relative;
            z-index: 1;
        }

        /* Facts Body */
        .ms-facts-body {
            background: rgba(20, 20, 20, 0.95);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-top: none;
        }

        .ms-fact-item {
            padding: 25px 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            gap: 20px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .ms-fact-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background: #d4a574;
            transform: scaleY(0);
            transition: transform 0.4s ease;
        }

        .ms-fact-item:hover::before {
            transform: scaleY(1);
        }

        .ms-fact-item:hover {
            background: rgba(255, 107, 53, 0.1);
            padding-left: 40px;
        }

        .ms-fact-item:last-child {
            border-bottom: none;
        }

        .ms-fact-icon {
            font-size: 1.5rem;
            color: #d4a574;
            width: 40px;
            flex-shrink: 0;
        }

        .ms-fact-content {
            flex: 1;
        }

        .ms-fact-label {
            font-size: 0.75rem;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .ms-fact-value {
            font-size: 1rem;
            color: #e0e0e0;
            font-weight: 500;
        }

        /* Enquire Button */
        .ms-enquire-section {
            padding: 30px;
            background: rgba(20, 20, 20, 0.95);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-top: none;
        }

        .ms-enquire-btn {
            display: block;
            width: 100%;
            padding: 20px;
            background: transparent;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            border: 2px solid #d4a574;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .ms-enquire-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #d4a574, #ff8c42);
            transition: left 0.4s ease;
            z-index: -1;
        }

        .ms-enquire-btn:hover::before {
            left: 0;
        }

        .ms-enquire-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
            border-color: transparent;
        }

        /* Animations */
        @keyframes msFadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes msFadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Scroll Reveal for Flip Cards */
        .ms-amenity-card {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .ms-amenity-card.ms-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .ms-project-layout {
                grid-template-columns: 1fr 400px;
                gap: 60px;
            }

            .ms-project-title {
                font-size: 3.2rem;
            }
        }

        @media (max-width: 968px) {
            .ms-project-layout {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .ms-project-sidebar {
                position: relative;
                top: 0;
            }

            .ms-project-title {
                font-size: 2.8rem;
            }

            .ms-amenities-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 640px) {
            .ms-container {
                padding: 0 20px;
            }

            .ms-project-section {
                padding: 60px 0;
            }

            .ms-project-title {
                font-size: 2.2rem;
            }

            .ms-project-subtitle {
                font-size: 1.4rem;
            }

            .ms-project-description {
                margin-bottom: 50px;
            }

            .ms-project-description p {
                font-size: 1rem;
            }

            .ms-project-description p.ms-lead {
                font-size: 1.1rem;
            }

            .ms-amenities-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .ms-amenity-card {
                height: 220px;
            }

            .ms-facts-header {
                padding: 25px 20px;
            }

            .ms-facts-title {
                font-size: 1.4rem;
                letter-spacing: 2px;
            }

            .ms-fact-item {
                padding: 20px;
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .ms-fact-item:hover {
                padding-left: 20px;
            }

            .ms-enquire-section {
                padding: 20px;
            }

            .ms-enquire-btn {
                padding: 18px;
                font-size: 1rem;
                letter-spacing: 2px;
            }
        }
/* Top header */
.top-header {
    background-color: #0A0A0A;
    background-image: url(https://via.placeholder.com/1920x130.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 33px 0;
}
.top-info h6 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
    font-family: "Raleway",Sans-serif;
    font-weight: 400;
}
.top-info p {
    color: #C4C4C4;
    font-family: "Titillium Web",sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.top-logo img{
    height: 65px;
}
.main-header-s2 {
    background-color: #1A1A1A;
    position: relative;
}
.main-header-s2.is-stuck {
    position: fixed;
}
.main-header-s2 .octf-sidepanel {
    padding: 34px 0;
    border: none;
}
.main-header-s2 .octf-search {
    margin-right: 0;
}
.main-header-s2 .octf-cart .count {
    background: #FFF;
    color: #000;
}
.side-panel-left {
    right: auto;
    left: 0;
    transform: translateX(-100%);
}
 .side-panel.side-panel-left.side-panel-open {
    transform: translateX(0);
}
.bg-dark-theratio {
    background-color: #0A0A0A;
}
/* Index 2 */
.octf-mainbar-row .octf-col.logo-col {
    flex-grow: 0.2;
}
.octf-mainbar-row .octf-col.menu-col {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0.6;
}
.octf-mainbar-row .octf-col.cta-col {
    flex-grow: 0.2;
}
.max-w-350 {
    max-width: 350px;
}
.benefits-desc-1 h2 {
    color: #fff;
    line-height: 60px;
    margin-bottom: 38px;
}
.icon-box.s-light .icon-main i, .icon-box.s-light .icon-main span {
    color: #FFF;
}
.icon-box.s-light .icon-box h5 {
    color: #FFF;
}
.icon-box.s-light h5 a {
    color: #FFF;
    background-image: linear-gradient(0deg,#FFFFFF,#FFFFFF);
}
.icon-box.s-light p {
    color: #A3A3A3;
}

.ot-heading.s-light:before {
    border-color: #FFF;
}
.ot-heading.s-light h2 {
    color: #FFF;
}
.project_filters.s-light li a{
    color: #fff;
}
.project_filters.s-light li a:before {
    background: #505050;
}
.project_filters.s-light li a span {
    color: #FFF;
}
.about-content-2 .ot-heading {
    margin: 0 -22px 0 0;
    padding: 75px 10px 22px 0;
    background-image: url(https://via.placeholder.com/156x142.png);
    background-position: 100% 12%;
    background-repeat: no-repeat;
}
.cta-2 {
    background-image: url(https://via.placeholder.com/1920x1000.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 150px;
    color: #fff;
}
.cta-2 h2 {
    color: #FFF;
    font-family: "Titillium Web",Sans-serif;
    font-size: 100px;
    font-weight: 200;
    margin-bottom: 15px;
    line-height: 1;
}
.cta-2 p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 50px;
}

.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.s-light .studio-testi-slide-block{
    background-color: #1A1A1A;
}
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-next, 
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-prev, 
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-next, 
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-prev {
    color: #fff;
    background: #0a0a0a;
}
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-next:hover, 
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-prev:hover, 
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-next:hover, 
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-prev:hover {
    color: #919191;
}
.owl-theme .owl-nav [class*='owl-'] {
    font-weight: 700;
}
.v-dark.post-box .post-inner{
    background: #0a0a0a;
    border-color: #292929;
}
.v-dark.post-box:not(.blog-post):hover .post-inner {
    border-color: #fff;
}
.v-dark.post-box .entry-title a {
    color: #fff;
}
.v-dark.post-box .post-inner .the-excerpt {
    color: #a3a3a3;
}
.v-dark.post-box .entry-meta > span a:hover {
    color: #fff;
}
/* Index 3 */
.header-mobile-s3 {
    background-color: #1A1A1A;
}
.main-header-s3 .octf-search {
    margin-right: 30px;
}
.main-header-slight .octf-cart i {
    color: #1A1A1A;
}
.main-header-s3 .octf-sidepanel {
    border-color: rgba(0,0,0,.1);
}
.banner-3 {
    background-image: url(https://via.placeholder.com/1648x1142.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding: 90px 0 120px 0;
}
.our-skill-3 {
    background-image: url(https://via.placeholder.com/827x886.png);
    background-position: center left;
    background-repeat: no-repeat;
}
.testi-slide-block-3 {
    padding: 60px;
    background-image: url(https://via.placeholder.com/869x640.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ot-testimonials .ot-testimonials-slider-s2.s2 .testi-item .ttext {
    padding-right: 0
    ;
    background-color: transparent;
}
.testimonials-slide-2.s2.owl-theme .owl-nav .owl-next, .testimonials-slide-2.s2.owl-theme .owl-nav .owl-prev {
    background-color: transparent;
}
/* Index 4 */
.benefits-desc-classic h2 {
    line-height: 60px;
    margin-bottom: 38px;
}
.title-s2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}
.gallery-columns-5 .gallery-item {
    float: left;
}

.banner-4 {
    background-image: url(https://via.placeholder.com/1920x808.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 270px 0;
}
.banner-4 h2 {
    font-family: "Titillium Web",Sans-serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 80px;
    margin-bottom: 40px;
}
.video-popup.s-dark .btn-play {
    color: #FFF;
    background: #1A1A1A;
}
.video-popup.s-dark .btn-play:before {
    background: #1A1A1A;
}
.banner-desc-4 {
    position: absolute;
    left: -63%;
    width: auto;
    top: 62%;
}
.banner-desc-4 p {
    position: relative;
    display: block;
    color: #1a1a1a;
    font-family: "Titillium Web",sans-serif;
    font-size: 14.02px;
    line-height: 18.03px;
    text-transform: uppercase;
    letter-spacing: .75px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-bottom: 0;
}
.banner-desc-4 p:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90px;
    left: calc(100% + 12px);
    top: 50%;
    background: #1a1a1a;
    animation: MoveUpRight 1.5s linear infinite;
}
.feature-4 {
    background-image: url(https://via.placeholder.com/1145x160.png);
    background-repeat: no-repeat;
    margin-top: -160px;
    padding: 40px 0 39px 0;
}
.feature-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.feature-wrap .feature-item {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.feature-item h6 {
    color: #989898;
    font-size: 18px;
    font-weight: 600;
    font-family: "Titillium Web",sans-serif;
    line-height: 21px;
    position: relative;
    padding-left: 80px;
    margin-bottom: 0;
}
.feature-item h6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #989898;
}
.feature-item p {
    color: #fff;
    margin-bottom: 0;
}
.header-topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.topbar-socials.list-social a {
    border-color: transparent;
    color: rgb(26, 26, 26);
    padding: 10px;
    margin-right: 0;
}
.topbar-socials.list-social a i:before {
    font-size: 14px;
}
.topbar-socials.list-social a:hover {
    background-color: rgb(242, 242, 242);
}
.topbar-info {
    list-style: none;
}
.topbar-info li {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 50px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(26, 26, 26);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.topbar-info li i {
    padding-right: 9px;
}
.topbar-info li:last-child {
    padding-right: 0;
    border-right: none;
}
.topbar-info li i:before {
    font-size: 17px;
}
.logo-size-small {
    width: 150px;
    height: 91px;
}
.main-header-slight {
    position: relative;
}
.main-header-slight.is-stuck {
    position: fixed;background-color: #fff;
}
@media screen and (min-width: 1024px){
.main-header-slight.is-stuck .main-navigation ul.menu > li > a {
    color: rgb(26, 26, 26);
}
}
.main-header-slight .panel-btn i {
    color: rgb(26, 26, 26);
}
.main-header-slight.header-4 .octf-sidepanel {
    padding-right: 0;
    padding-left: 30px;
}
.main-header-slight .octf-cta-header .toggle_search i {
    color: rgb(26, 26, 26);
}
.main-header-slight .main-navigation > ul > li > a {
    color: rgb(26, 26, 26);
    font-weight: 600;
}
.main-header-slight.header-4 .octf-search {
    margin-right: 0;
}
.main-header-slight .cta-col {
    width: 13%;
    flex-grow: 0.21;
}
.main-header-slight .main-navigation > ul > li.menu-item-has-children > a:after {
    color: rgb(26, 26, 26);
}
.main-header-slight .main-navigation > ul > li > a:before {
    background-color: rgb(26, 26, 26);
}
.header_mobile_slight .mmenu-toggle button, .header_mobile_slight .octf-cta-header .toggle_search i {
    color: rgb(26, 26, 26);
}
/* Index 5 */
.rev_slider .tp-caption img, .tp-simpleresponsive .tp-caption img {
    max-width: 100% !important;
    max-height: inherit;
}
.main-header-5 .octf-mainbar-row .menu-col{
    flex-grow: 0.685;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.main-header-5 .octf-mainbar-row .cta-col{
    flex-grow: 0.115;
}
.client-area-5 {
    padding: 70px 80px 70px 80px;
    background-image: url(https://via.placeholder.com/1920x200.png);
    background-position: center center;
}
.process-area-5 {
    background-image: url(https://via.placeholder.com/1510x510.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px 0;
}
.counter-area-5 {
    background-image: url(https://via.placeholder.com/1920x200.png);
    background-position: center center;
    padding: 66px 0 57px 0;
}
.testimonials-5 {
    padding-bottom: 85px;
}
.cta-bg-img {
    background-image: url(https://via.placeholder.com/1920x1281.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;
}
.cta-bg-img h2 {
    font-family: "Titillium Web",Sans-serif;
    font-size: 100px;
    font-weight: 200;
    line-height: 1;
}
.cta-bg-img p {
    color: #FFF;
    font-size: 20px;
}
.overlay-dark {
    background-color: #1A1A1A;
    opacity: .5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/* Index 6 */
.full-height {
    height: 100vh;
}
.de-video-content h1 {
    color: #FFF;
    font-size: 60px;
    margin-bottom: 40px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Titillium Web",sans-serif;
}
.de-video-content .octf-btn {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 30px;
    line-height: 1;
    font-family: "Titillium Web",Sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.de-video-content .octf-btn:before, .de-video-content .octf-btn:after {
    display: none;
}
.de-video-content .octf-btn:hover, .de-video-content .octf-btn:focus {
    background-color: #fff;
    color: #1a1a1a;
}
.de-video-overlay {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-color: #1A1A1A;
    opacity: .5;
    top: 0;
    left: 0;
}
.tp-bannertimer {
    display: none;
}
.image-gallery .gallery-icon.landscape .overlay {
    display: none;
}
/* Side Nav */
.side-nav-logo {
    position: absolute;
    top: 0;
}
.side-nav-logo img {
    width: 80px;
}
.site-header-vertical .side-nav {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-social li:last-child a {
    margin-right: 0;
}
.vertical-main-navigation>ul>li.current-menu-item>a, .vertical-main-navigation>ul>li>a:hover {
    background-size: 100% 2px;
}
@media only screen and (min-width: 1025px){
  .vertical-main-navigation ul>li>a {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    outline: none;
    color: #fff;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .vertical-main-navigation>ul>li>a {
      background-size: 0 2px;
      background-position: 0 70%;
      background-repeat: no-repeat;
      background-image: linear-gradient(0deg,#7e7e7e,#f5f5f5);
  }
  .vertical-main-navigation ul {
    text-align: center;
  }
}
.side-nav .sidenav-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.side-nav-cta {
    position: absolute;
    bottom: 50px;
}
.side-nav-social li a {
    border-color: rgba(255, 255, 255, 0.4);
    padding: 6px;
}
.side-nav-social i:before {
    font-size: 14px;
}
.ot-accordions.s-dark .acc-item{
    background-color: transparent;
} 
.ot-accordions.s-dark .acc-item .acc-toggle {
    color: #fff;
}
.ot-accordions.s-dark .acc-item .acc-toggle i {
    color: #a3a3a3;
}
.circle-side {
    background-image: url(https://via.placeholder.com/1920x865.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.benefit-side-block {
    width: 53.2%;
}
.benefit-side-img-block {
    width: 46.715%;
}
.benefit-side-desc {
    background-color: #1A1A1A;
    margin-top: 55px;
    padding: 60px 70px 70px 70px;
    position: relative;
    z-index: 1;
}
.benefit-side-desc .ot-heading {
    margin-bottom: 32px;
}
.benefit-side-img {
    margin-left: -78px;
}
.testi-side-title .container {
    max-width: 1350px;
}
.testi-heading-side {
    padding: 110px 0px 48px 0px;
    background-color: #0A0A0A;
}
.ot-testimonials.s-dark .testi-item .ttext {
    background-color: transparent;
}
.ot-testimonials.s-dark .layer-behind {
    background-color: transparent;
}
.ot-testimonials.s-dark .testi-item .ttext:before {
    position: absolute;
    font-family: "Titillium Web", sans-serif;
    font-size: 200px;
    color: #fff;
    top: 23px;
    left: 29px;
    content: "“";
    width: 80px;
    height: 45px;
    z-index: 1;
    background: none;
}
.ot-testimonials.s-dark .testi-item .ttext {
    color: #fff;
    background: #0a0a0a;
    border-color: #292929;
}
.ot-testimonials.s-dark .testi-item .ttext .layer-behind {
    background: #1a1a1a;
}
.ot-testimonials.s-dark .testi-item .ttext > span {
    background: #0a0a0a;
}
.s-dark .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}
.s-dark .owl-theme .owl-dots .owl-dot.active span, .s-dark .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.s-dark .owl-theme .owl-dots .owl-dot.active {
    border-color: #fff;
}
.header-vertical .site-footer {
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 60px;
    padding-bottom: 60px;
}
.header-vertical .footer-bottom {
    background-color: rgba(0, 0, 0, 0.8);
    border-top:1px solid #313131;
    padding: 20px 0px 20px 0px;
}
.elementor-3238 .elementor-element.elementor-element-79d1a4f {
    color: #A3A3A3;
    font-size: 14px;
}
.footer-side-nav p {
    color: #A3A3A3;
    font-size: 14px;
}
.footer-side-nav .footer-list-item .list-item-text {
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}
.footer-bottom-nav p{
    color: #7D7D7D;
    font-size: 14px;
}
.vegas-timer {
    display: none;
}
.hero-content {
    position: relative;
}
.hero-content .hero-logo {
    padding-bottom: 30px;
    width: 95px;
    height: 90px;
}
.hero-content h2 {
    color: #FFFFFF;
    font-family: "Titillium Web", Sans-serif;
    font-size: 90px;
    font-weight: 200;
    line-height: 100px;
    margin-bottom: 43px;
}
.btn-scroll {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: "Titillium Web", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 72px;
    letter-spacing: 0.5px;
    bottom: 30px;
    left: 0;
}
.hero-desc {
    left: -75px;
    width: auto;
    bottom: 42%;
    position: absolute;
}
.hero-desc p {
    position: relative;
    display: block;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 14.02px;
    line-height: 18.03px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-bottom: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.hero-desc p:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90px;
    left: calc( 100% + 12px);
    top: 50%;
    background: #fff;
    animation: MoveUpRight 1.5s linear infinite;
}
.site-header-onepage .site-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-header-onepage .octf-main-header {
    border: none;
}
#site-logo .logo-onepage {
    height: 50px;
}
.site-header-onepage .mobile_logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-header-onepage .mobile_logo img {
    height: 46px;
}
.site-header-onepage .octf-mainbar-row .octf-col.menu-col {
    flex-grow: 0.8;
}
.lg-outer, .lg-backdrop {
    z-index: 9999;
}
.bullet-home-7 .tp-bullet {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -5px !important;
    left: 0 !important;
    opacity: 1;
    background: 0;
    border: 1px solid;
    border-color: transparent;
    outline: none;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.bullet-home-7 .tp-bullet:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.bullet-home-7 .tp-bullet.selected, .bullet-home-7 .tp-bullet:hover {
    border-color: #fff;
    background: transparent;
}


@media (max-width: 1024px){
  .cta-2 h2 {
    font-size: 85px;
  }
}
@media (min-width: 567px){
  .clients-process .container-fluid {
      padding-left: 80px;
      padding-right: 80px;
  }
}
@media (min-width: 767px){
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .team-block-wrap .team-item {
    width: 50%;
  }
  .section-team-list {
    padding: 105px 0 112px 0;
  }
  .about-team {
    padding: 105px 0 86px 0;
  }
  .how-it-work {
    padding-top: 120px;
    padding-bottom: 98px;
  }
  .our-benefits {
    padding-top: 120px;
    padding-bottom: 115px;
  }
  .services-benefits {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .skill-process {
      padding-top: 120px;
      padding-bottom: 90px;
  }
  .process-news {
      padding: 105px 0 120px 0;
  }
  .our-studio {
      padding-top: 120px;
  }
  .clients-process {
      padding-bottom: 100px;
  }
  .studio-counter {
      padding-top: 70px;
      padding-bottom: 105px;
  }
  .services-studio {
      padding: 120px 0;
  }
  .progress-studio {
      padding-bottom: 100px;
  }
  .portfolio-studio {
      padding-bottom: 120px;
  }
  .portfoli-studio {
      padding-top: 0;
      padding-bottom: 100px;
  }
  .elements {
      padding-top: 85px;
  }
  .faq {
      padding-bottom: 90px;
  }
  .p-md-80 {
      padding: 80px;
  }
}
@media (min-width: 992px){
  .contact-page {
      padding: 0;
      margin-top: -40px;
  }
}
@media (min-width: 1025px){
  .about-team, .section-team-list, .cta-2, .cta-bg-img {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px){
  .pricing-wrap-title {
      padding-top: 110px;
      padding-bottom: 48px;
  }
  .pricing-plan {
      margin-top: -271px;
      padding-bottom: 0;
  }
  .main-principes {
      max-width: 600px;
  }
  .feature-content {
      margin-left: 70px;
  }
  .about-img {
      margin-left: -55px;
  }
  .about-detail {
      margin-left: 70px;
  }
  .work-img {
      margin: -220px -335px -336px 0;
  }
  .skill-img {
      margin: 0 -205px 0 0;
      padding-left: 30px;
  }
  .skill-content {
      margin-right: 70px;
  }
  .team-clients .container-fluid, .clients-skill .container-fluid {
      padding: 0 140px;
  }
  .team-block-wrap .team-item {
      width: 20%;
  }
  .team-member-info {
      padding: 0 15px 80px 170px;
  }
  .process-classic.sleft {
      margin-left: 30px;
      margin-bottom: 56px;
  }
  .process-classic.sright {
      margin-right: 30px;
      margin-bottom: 56px;
  }
  .skill-process-detail {
      margin-left: 70px;
  }
  .skill-process-img {
      margin-left: -172px;
  }
  .studio-img {
      margin-right: -325px;
  }
  .services-studio-img {
      margin: 0 -15px 0 -132px;
  }
  .services-studio-detail {
      margin-left: 70px;
  }
  .our-studio-detail {
      margin-top: 270px;
  }
  .clients-process .container-fluid {
      padding-left: 140px;
      padding-right: 140px;
  }
  .portfoli-studio .container-fluid {
      padding-left: 100px;
      padding-right: 100px;
  }
  .studio-testi-slide {
      width: 54.959%;
      position: relative;
  }
  .studio-testi-img {
      width: 45%;
  }
  .studio-testi-img-block {
      margin: 0 -40px 0 -75px;
  }
  .studio-testi-slide-block {
      margin-left: -45px;
      margin-right: 45px;
      margin-top: 58px;
      padding-top: 82px;
      padding-left: 87px;
      background-color: #F4F4F4;
  }
  .our-portfolio {
      padding-top: 80px;
  }
  .our-portfolio-slide {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .about-img-1 {
      margin: 0 10px 0 -145px;
  }
  .client-1 .container-fluid {
      padding-right: 140px;
      padding-left: 140px;
  }
  .skill-img-1 {
      margin: 0 -320px 0 0;
      padding: 0 0 0 30px;
  }
  .team-1 {
      padding-bottom: 86px;
  }
  .about-img-2 {
      margin: 0 0 0 -375px
  }
  .testi-2 {
      padding-bottom: 120px;
      padding-top: 120px;
  }
  .about-img-3 {
      margin: 0 0 0 -132px;
  }
  .our-skill-3 {
      padding-top: 90px;
      padding-bottom: 0;
  }
  .skill-img-5 {
      margin-left: -170px;
  }
  .about-img-5 {
      margin: 0 -245px 0 0;
  }
  .about-side {
      padding-top: 150px;
  }
  .portfolio-side {
      padding-top: 40px;
  }
  .benefit-side {
      padding-top: 120px;
      padding-bottom: 120px;
  }
  .testi-side-title {
      margin-top: -272px;
  }
  .about-side-img {
      margin: 0px 0px 0px -50px;
      padding: 0px 50px 0px 0px;
  }
  .contact-right {
    margin-right: 60px;
  }
  .ml-xl-35 {
      margin-left: 35px;
  }
  .mr-xl-70 {
      margin-right: 35px;
  }
  .ml-xl-70 {
      margin-left: 70px;
  }
  .mr-xl-70 {
      margin-right: 70px;
  }
  .mt-xl--40 {
      margin-top: -40px;
  }
  .mt-xl-40 {
      margin-top: 40px;
  }
  .p-xl-80 {
      padding: 80px;
  }
  .px-xl-90 {
      padding-left: 90px !important;
      padding-right: 90px !important;
  }
  .pl-xl-7 {
      padding-left: 7px;
  }
}
@media (min-width: 1600px){
  .mr-xxl {
      margin-right: 234px;
  }
  .testi-slide-block-3 {
      margin-top: 70px; 
      padding: 110px 246px 110px 117px;
  }
}
@media (max-width: 1400px){
  .benefit-side-block, .benefit-side-img-block {
    width: 100%;
  }
  .benefit-side-img-block {
    margin-left: 0;
  }
  .skill-content-4, .testi-slide-block-4 {
    padding: 60px;
    max-width: 100%;
  }
  .skill-img-4 img, .testi-img-3 img {
    height: 100%;
  }
}
@media (max-width: 1200px){
  .skill-img-4, .testi-img-3 {
    padding: 60px;
    padding-top: 0;
  }
  .skill-img-4 img, .testi-img-3 img {
    height: auto;
  }
  .main-principes {
    padding: 0 30px;
  }
  .main-principes {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team-member-img {
    margin-right: 0;
    padding-top: 0;
  }
  .team-member-info h2 {
    padding-top: 0;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 992px){
  .feature-4 {
    background-size: cover;
  }
  .feature-wrap .feature-item{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
  .story-text {
    text-align: center;
  }
  .story-author {
    text-align: center;
  }
}
@media (max-width: 767px){
  .cta-bg-img h2 {
    font-size: 60px;
  }
  .banner-desc-1 {
    display: none;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
  .skill-content-4, .testi-slide-block-4, .skill-img-4, .testi-img-3 {
    padding: 0;
  }
  .benefits-desc-classic h2 {
    line-height: 30px;
    margin-bottom: 0;
  }
  .hero-content h2 {
      font-size: 38px;
      line-height: 50px;
  }
  .banner-3 {
    padding: 76px 0 0 0;
  }
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .icon-box.s2 {
    margin-bottom: 30px !important;
  }
  .last .icon-box.s2 {
    margin-bottom: 0 !important;
  }
  .tabs-light .tab-link {
    min-width: 100%;
  }
  .octf-btn {
    padding: 12px 20px;
  }
  .clients-process {
    padding-bottom: 60px;
  }
  .studio-testi-slide-block {
    padding-left: 40px;
  }
  .ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    padding-right: 40px;
  }
  .studio-testi-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .studio-testi-img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .benefits-desc-1 h2 {
    color: #fff;
    line-height: 48px;
    margin-bottom: 8px;
  }
  .testi-slide-block-3 {
    padding: 30px;
  }
  .banner-4 h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .feature-wrap .feature-item{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .benefits-sidebar .ot-heading {
    padding-bottom: 20px;
  }
  .benefits-sidebar .ot-heading h2 {
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .feature-wrap .feature-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature-item h6 {
    padding: 0;
  }
  .feature-item h6:before {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .main-navigation ul li ul.mega-sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Subscribe Email */
.mc4wp-form-fields .subscribe-inner-form {
  position: relative;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email] {
  height: 46px;
  width: 100%;
  background: transparent;
  color: #b1b0b0;
  border-color: rgba(255, 255, 255, 0.1);
  padding-right: 56px;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email]::placeholder {
  color: #b1b0b0;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
  background: transparent;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
  font-size: 16px;
}

/* Back To Top*/
#back-to-top {
  background: #9f9e9e;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  outline: medium none;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
#back-to-top i {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#back-to-top i:before {
  font-size: 17px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: url(https://via.placeholder.com/1920x950.png) center center no-repeat;
  background-size: cover;
}
.error-404 .error-logo {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}
.error-404 h1 {
  font-size: 180px;
  line-height: 1;
  font-weight: 200;
  color: #fff;
}
.error-404 h2 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}
.error-404 .page-content {
  font-size: 18px;
  max-width: 455px;
  margin: auto;
}
.error-404 .page-content h1 {
  font-size: 180px;
  font-weight: 200;
}
.error-404 .page-content p {
  margin-bottom: 30px;
}
.error-404 .page-content form {
  margin: 10px 15px 30px 0;
  padding-top: 10px;
}
.error-404 .page-content form .search-field {
  background: transparent;
  color: #fff;
}
.error-404 .page-content form .search-field::placeholder {
  color: #fff;
}
.error-404 .page-content form button {
  color: #fff;
}
.error-404 .white-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 13px 33px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.error-404 .white-btn:hover {
  background: #1a1a1a;
  color: #fff;
}
/* Custom HTML */
@media (min-width: 1230px){
  .container {
      max-width: 1200px;
  }
  .container-big {
      max-width: 1540px;
  }
  .container-slider-5 {
      max-width: 1640px;
  }
  .container-large {
      max-width: 100%;
      padding-left: 100px;
      padding-right: 100px;
  }
}
.no-padding {
  padding: 0 !important;
}
/* Custom Css Header HTML */
.octf-btn-cta {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}
.octf-cart {
    margin-right: 30px;
}
.octf-search {
    margin-right: 65px;
}
.octf-sidepanel {
    padding: 0 34px 0 33px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: rgba(255,255,255,.2);
}
.side-panel-block .gallery {
    padding-bottom: 30px;
}
.side-panel-wrap {
    padding-left: 35px;
    padding-right: 18px;
}
.side-panel-cinfo .panel-cinfo {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3px;
}
.panel-cinfo li {
    color: #fff;
    padding-bottom: 14px;
    padding-top: 14px;
    line-height: 1;
}
.panel-cinfo li:first-child {
    padding-top: 0;
}
.panel-cinfo li:last-child {
    padding-bottom: 0;
}
.panel-cinfo li .panel-list-text {
    padding-left: 14px;
}
.panel-list-icon i:before {
    font-size: 18px;
}
.side-panel-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-panel-social li {
    display: inline-block;
}
.side-panel-social a {
    background-color: #2A2A2A;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    padding: 7px;
    color: #fff;
    text-align: center;
    margin-right: 11px;
}
.side-panel-social a:hover {
    background-color: #444;
    border-color: #444;
}
.side-panel-social a i {
    width: 14px;
    height: 14px;
}
.pb-50 {
    padding-bottom: 50px;
}
/* Blog */
.audio-box iframe {
    border: none;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 60px;
    height: 60px;
}
.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
    border: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #9f9e9e;
    background-color: #fff;
}
.owl-nav i:before {
    font-size: 18px;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}
/* Footer */
.site-footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1A1A1A;
    color: #A3A3A3;
}
.widget-footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.widget-footer a {
    color: #A3A3A3;
    font-family: "Raleway",Sans-serif;
}
.widget-footer li {
    padding-bottom: 14px;
}
.widget-footer li:last-child {
    padding-bottom: 0;
}
.widget-footer .footer-social li {
    padding-bottom: 0;
}
.widget-footer a:hover {
    color: #fff;
}
.footer-logo {
    max-width: 155px;
    padding-bottom: 32px;
}
.footer-social {
    padding-top: 9px;
    padding-bottom: 2px;
}
.footer-social ul, .list-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social li, .list-social li {
    display: inline-block;
}
.footer-social a, .list-social a {
    font-size: 12px;
    border: 1px solid #444;
    border-radius: 50%;
    padding: 7px;
    color: #fff;
    text-align: center;
    margin-right: 11px;
}
.footer-social a:hover, .list-social a:hover {
    background-color: #444;
}
.footer-social a i, .list-social a i {
    width: 14px;
    height: 14px;
}
.footer-list {
    margin: 0;
    padding-top: 5px;
    padding-left: 0;
    list-style: none;
}
.widget-footer h6 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1;
}
.footer-list-item i:before {
    font-size: 18px;
}
.footer-list-item .list-item-text {
    padding-left: 14px;
}
.footer-list-item {
    line-height: 1;
    padding-top: 11px;
    padding-bottom: 14px
}
.footer-list-item:first-child {
    padding-top: 0;
}
.footer-list-item:last-child {
    padding-bottom: 0;
}
.footer-widget-subcribe h6{
    margin-bottom: 28px;
}
.footer-widget-subcribe form {
    margin-bottom: 18px;
}
.footer-widget-subcribe p {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-bottom {
    padding: 23px 0;
    background-color: #1A1A1A;
    border-top: 1px solid #313131;
}
.footer-bottom p {
    color: #7D7D7D;
    font-size: 15px;
    margin-bottom: 0;
}
.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom ul li span{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #7B7B7B;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-bottom ul li:first-child span {
    padding-left: 0;
}
.footer-bottom ul li:last-child span {
    padding-right: 0;
    border-right: none;
}
.footer-bottom li a {
    color: #7B7B7B;
    font-family: "Raleway",Sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.footer-bottom li a:hover {
    color: #fff;
}

@media (max-width: 479px) {
  .error-404 h1 {
    font-size: 120px;
  }

  .error-404 h2 {
    font-size: 32px;
  }
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}
@media (max-width: 1299px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/* #Contact form
================================================== */
 
#ajax-form label {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height:30px;
  margin-bottom: 0;
}
.error {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height:30px;
  letter-spacing:1px;
  display: none;
  text-align:center;
}
#ajaxsuccess {
  color:#4BD48B;
  border: 1px solid #4BD48B;
  font-family: 'Raleway', sans-serif;
  line-height:60px;
  height:60px;
  display: none;
  padding-left:10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/*Services*/
/* ===== SERVICES STRIP (Black & White) ===== */
.services-page {
        background: #ffffff;
        font-family: 'Arial', sans-serif;
    }

    /* Service Section Base */
    .service-section {
        position: relative;
        min-height: 600px;
        display: flex;
        align-items: center;
        overflow: hidden;
        margin-bottom: -1px;
    }

    /* Alternating Backgrounds */
    .service-section:nth-child(odd) {
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    }

    .service-section:nth-child(even) {
        background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    }

    .service-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 80px 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    /* Image Side with Diagonal Cut and Golden Border */
    .service-image-wrapper {
        position: relative;
        opacity: 0;
        transform: translateX(-50px);
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .service-section.visible .service-image-wrapper {
        opacity: 1;
        transform: translateX(0);
    }

    .diagonal-image-container {
        position: relative;
        width: 100%;
        height: 500px;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
        overflow: hidden;
    }

    .service-section:nth-child(even) .diagonal-image-container {
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    }

    /* Golden Border Effect */
    .diagonal-image-container::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        background: linear-gradient(135deg, #d4af37, #f4e5b8, #d4af37, #c9a961);
        background-size: 200% 200%;
        clip-path: inherit;
        z-index: -1;
        animation: borderGlow 4s ease infinite;
    }

    @keyframes borderGlow {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

    .service-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .service-image-wrapper:hover .service-image {
        transform: scale(1.05);
    }

    /* Content Side */
    .service-content {
        padding: 40px;
        opacity: 0;
        transform: translateX(50px);
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
    }

    .service-section.visible .service-content {
        opacity: 1;
        transform: translateX(0);
    }

    .service-label {
        font-size: 11px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #d4af37;
        font-weight: 600;
        margin-bottom: 15px;
        display: inline-block;
    }

    .service-title {
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .service-section:nth-child(odd) .service-title {
        color: #ffffff;
    }

    .service-section:nth-child(even) .service-title {
        color: #1a1a1a;
    }

    .service-divider {
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #d4af37, #f4e5b8);
        margin-bottom: 25px;
    }

    .service-description {
        font-size: clamp(0.9rem, 1.1vw, 1rem);
        line-height: 1.8;
        margin-bottom: 18px;
        text-align: justify;
    }

    .service-section:nth-child(odd) .service-description {
        color: #b8b8b8;
    }

    .service-section:nth-child(even) .service-description {
        color: #555;
    }

    /* Reverse Layout for Even Sections */
    .service-section:nth-child(even) .service-container {
        direction: rtl;
    }

    .service-section:nth-child(even) .service-content {
        direction: ltr;
    }

    /* Decorative Elements */
    .diagonal-accent {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        pointer-events: none;
        z-index: 1;
    }

    .diagonal-accent::before {
        content: '';
        position: absolute;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        opacity: 0.03;
    }

    .service-section:nth-child(odd) .diagonal-accent::before {
        background: #d4af37;
        top: -200px;
        right: -200px;
    }

    .service-section:nth-child(even) .diagonal-accent::before {
        background: #1a1a1a;
        bottom: -200px;
        left: -200px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .service-container {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .service-section:nth-child(even) .service-container {
            direction: ltr;
        }

        .diagonal-image-container {
            height: 400px;
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        }

        .service-section:nth-child(even) .diagonal-image-container {
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        }
    }

    @media (max-width: 768px) {
        .service-container {
            padding: 60px 30px;
            gap: 30px;
        }

        .service-content {
            padding: 20px;
        }

        .diagonal-image-container {
            height: 350px;
        }

        .service-description {
            text-align: left;
        }
    }

    @media (max-width: 480px) {
        .service-container {
            padding: 40px 20px;
        }

        .diagonal-image-container {
            height: 300px;
        }
    }

/*project*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&family=Montserrat:wght@300;600&display=swap');

.real-estate-dashboard {
    background: #000; /* Deep black to match your image */
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
}

.chart-flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.chart-relative {
    position: relative;
    width: 350px;
}

/* The Donut Styling */
.exact-donut {
    transform: rotate(-90deg);
    filter: drop-shadow(0 0 15px rgba(255,255,255,0.05));
}

.exact-center-text {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 90px !important;
    font-weight: 200 !important;
    color: #fff;
    margin: 0;
    line-height: 0.8;
}

.sub-label {
    font-size: 11px;
    letter-spacing: 4px;
    color: #555;
    margin-top: 10px;
    font-weight: 400;
}

/* Label Positioning */
.label-wrap {
    position: absolute;
    width: 250px;
}

.label-right { top: 40%; right: -280px; text-align: left; }
.label-left { top: 10%; left: -280px; text-align: right; }

.interactive-link { text-decoration: none !important; display: block; }

.pct {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.txt {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
    text-transform: capitalize;
}

.interactive-link:hover .txt {
    color: #fff;
    text-decoration: underline !important;
}

/* The Exact Arrow/Pointer Design */
.arrow-path {
    height: 1px;
    background: #333;
    width: 100px;
    margin-top: 15px;
    position: relative;
}

.dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    top: -3px;
    box-shadow: 0 0 8px rgba(255,255,255,0.5);
}

.label-right .dot { left: -100px; }
.label-left .arrow-path { margin-left: auto; }
.label-left .dot { right: -100px; }

/* Mobile Adjustment */
@media (max-width: 768px) {
    .label-wrap { position: relative; right: 0; left: 0; margin: 20px auto; text-align: center; }
    .arrow-path { display: none; }
}
/*Single Project*/
/* Page Wrapper & Animated Background */
.pld-page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative;
    background-color: var(--black);
}

.pld-page-wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(212, 165, 116, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(247, 162, 34, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.pld-page-wrapper > * {
    position: relative;
    z-index: 1;
}

/* Company Tag */
.pld-company-tag {
    text-align: center;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 25px;
    font-style: italic;
    letter-spacing: 2px;
    opacity: 0;
    animation: pldFadeInDown 0.8s forwards 0.2s;
}

/* Page Header */
.pld-page-header {
    text-align: center;
    margin-bottom: 80px;
    opacity: 0;
    animation: pldFadeInDown 0.8s forwards 0.4s;
}

.pld-main-title {
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #d4a574, #f7a222, #d4a574);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -1px;
    animation: pldGradientShift 3s ease infinite;
}

.pld-main-subtitle {
    font-size: 1.8rem;
    color: #999;
    font-weight: 300;
    margin-top: 15px;
}

.pld-title-divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #d4a574, #f7a222, #d4a574, transparent);
    margin: 25px auto;
    position: relative;
    overflow: hidden;
}

.pld-title-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
    animation: pldShimmer 2s infinite;
}

/* Project Introduction */
.pld-project-intro {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.8), rgba(20, 20, 20, 0.8));
    padding: 50px;
    border-radius: 12px;
    border: 1px solid rgba(212, 165, 116, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    margin-bottom: 80px;
    transition: all 0.4s ease;
    opacity: 0;
    animation: pldFadeInUp 0.8s forwards 0.6s;
}

.pld-project-intro:hover {
    border-color: rgba(212, 165, 116, 0.5);
    box-shadow: 0 12px 48px rgba(212, 165, 116, 0.2);
    transform: translateY(-5px);
}

.pld-project-intro p {
    font-size: 1.1rem;
    color: #c0c0c0;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.9;
}

.pld-project-intro p:last-child {
    margin-bottom: 0;
}

/* Section Container */
.pld-section-container {
    margin-bottom: 100px;
    opacity: 0;
    animation: pldFadeInUp 0.8s forwards;
}

.pld-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #d4a574);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pld-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #d4a574, #f7a222, #d4a574, transparent);
}

/* Tab Navigation */
.pld-tab-navigation {
    display: flex;
    justify-content: center;
    gap: 0;
    background: rgba(20, 20, 20, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(212, 165, 116, 0.2);
    overflow: hidden;
    margin-bottom: 50px;
    backdrop-filter: blur(10px);
}

.pld-tab-btn {
    flex: 1;
    padding: 25px 40px;
    background: transparent;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #888;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pld-tab-btn:last-child {
    border-right: none;
}

.pld-tab-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.2), rgba(247, 162, 34, 0.2));
    transition: left 0.4s ease;
    z-index: 0;
}

.pld-tab-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d4a574, #f7a222);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.pld-tab-btn span {
    position: relative;
    z-index: 1;
}

.pld-tab-btn:hover {
    color: #d4a574;
    transform: translateY(-2px);
}

.pld-tab-btn:hover::before {
    left: 0;
}

.pld-tab-btn:hover::after {
    transform: scaleX(1);
}

.pld-tab-btn.pld-active {
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.3), rgba(247, 162, 34, 0.3));
    color: #ffffff;
    box-shadow: inset 0 0 20px rgba(212, 165, 116, 0.3);
}

.pld-tab-btn.pld-active::after {
    transform: scaleX(1);
}

/* Tab Content */
.pld-tab-content {
    display: none;
    opacity: 0;
}

.pld-tab-content.pld-active {
    display: block;
    animation: pldFadeInUp 0.6s forwards;
}

/* Content Box & Grid */
.pld-content-box {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.9), rgba(20, 20, 20, 0.9));
    padding: 50px;
    border-radius: 12px;
    border: 1px solid rgba(212, 165, 116, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.pld-content-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pld-content-box:hover::before {
    opacity: 1;
}

.pld-content-box:hover {
    border-color: rgba(212, 165, 116, 0.5);
    box-shadow: 0 12px 48px rgba(212, 165, 116, 0.3);
    transform: translateY(-5px);
}

.pld-content-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.pld-content-box:hover img {
    transform: scale(1.02);
    box-shadow: 0 8px 32px rgba(212, 165, 116, 0.4);
}

/* Image Card & Overlays */
.pld-img-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.pld-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pld-img-card:hover .pld-img-overlay {
    opacity: 1;
}

/* Content Text */
.pld-content-text {
    position: relative;
    z-index: 1;
}

.pld-content-text h3 {
    font-size: 1.8rem;
    background: linear-gradient(135deg, #ffffff, #d4a574);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
    font-weight: 700;
}

.pld-content-text p {
    font-size: 1.1rem;
    color: #c0c0c0;
    margin-bottom: 20px;
    line-height: 1.9;
}

/* Why Paladium Tabs */
.pld-why-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.pld-why-tab-btn {
    padding: 18px 40px;
    background: rgba(20, 20, 20, 0.8);
    border: 2px solid rgba(212, 165, 116, 0.4);
    color: #d4a574;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.pld-why-tab-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.3), rgba(247, 162, 34, 0.3));
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.pld-why-tab-btn span {
    position: relative;
    z-index: 1;
}

.pld-why-tab-btn:hover {
    border-color: #d4a574;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(212, 165, 116, 0.3);
}

.pld-why-tab-btn:hover::before {
    width: 300px;
    height: 300px;
}

.pld-why-tab-btn.pld-active {
    background: linear-gradient(135deg, #d4a574, #f7a222);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(212, 165, 116, 0.4);
}

/* Info Grid */
.pld-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.pld-info-card {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.9), rgba(20, 20, 20, 0.9));
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(212, 165, 116, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pld-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.1), transparent);
    transition: left 0.6s ease;
}

.pld-info-card:hover::before {
    left: 100%;
}

.pld-info-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 165, 116, 0.6);
    box-shadow: 0 12px 48px rgba(212, 165, 116, 0.3);
}

.pld-info-card h4 {
    font-size: 1.5rem;
    background: linear-gradient(135deg, #d4a574, #f7a222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    font-weight: 700;
}

.pld-info-card p {
    color: #b0b0b0;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Coming Soon Section */
.pld-coming-soon {
    text-align: center;
    padding: 100px 40px;
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.9), rgba(20, 20, 20, 0.9));
    border-radius: 12px;
    border: 1px solid rgba(212, 165, 116, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.pld-coming-soon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.1), transparent);
    animation: pldSlideShine 3s infinite;
}

.pld-coming-soon-frame {
    display: inline-block;
    border: 3px solid #d4a574;
    padding: 50px 80px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.4s ease;
}

.pld-coming-soon:hover .pld-coming-soon-frame {
    border-color: #f7a222;
    box-shadow: 0 0 30px rgba(212, 165, 116, 0.5);
    transform: scale(1.05);
}

.pld-coming-soon-text {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 10px;
    background: linear-gradient(135deg, #d4a574, #f7a222, #d4a574);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    animation: pldGradientShift 3s ease infinite;
}

/* Keyframes */
@keyframes pldGradientShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

@keyframes pldShimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes pldFadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pldFadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pldSlideShine {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Responsive Styles */
@media (max-width: 968px) {
    .pld-page-wrapper { padding: 60px 25px; }
    .pld-main-title { font-size: 2.8rem; }
    .pld-main-subtitle { font-size: 1.4rem; }
    .pld-tab-navigation { flex-direction: column; }
    .pld-tab-btn { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 20px 30px; }
    .pld-tab-btn:last-child { border-bottom: none; }
    .pld-why-tabs { flex-direction: column; }
    .pld-why-tab-btn { width: 100%; }
    .pld-content-box { 
        padding: 35px; 
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
        gap: 20px; 
    }
    .pld-content-box img { height: 300px; }
    .pld-project-intro { padding: 35px; }
    .pld-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .pld-main-title { font-size: 2.2rem; }
    .pld-section-title { font-size: 1.8rem; }
    .pld-tab-btn { padding: 18px 25px; font-size: 0.9rem; letter-spacing: 1px; }
    .pld-project-intro { padding: 25px; }
    .pld-project-intro p { font-size: 1rem; }
    .pld-coming-soon { padding: 80px 25px; }
    .pld-coming-soon-frame { padding: 40px 50px; }
    .pld-coming-soon-text { font-size: 1.8rem; letter-spacing: 6px; }
    .pld-info-card { padding: 30px; }
    .pld-content-box { grid-template-columns: 1fr; }
    .pld-content-box img { height: 200px; }
}
/* Special rule for a single image in a content box */
.pld-content-box:has(> img:only-child),
.pld-content-box:has(> .pld-img-card:only-child) {
    display: flex;
    justify-content: center; /* Centers the image if you want, remove if you want it left-aligned */
}

.pld-content-box > img:only-child,
.pld-content-box > .pld-img-card:only-child {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

/* Maintain full width on mobile for readability */
@media (max-width: 768px) {
    .pld-content-box > img:only-child,
    .pld-content-box > .pld-img-card:only-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* Container for the images */
.pld-internal-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between images */
    justify-content: center; /* Centers the images if they don't fill the row */
    padding: 20px 0;
}

/* Individual Image Cards */
.pld-internal-card {
    flex: 1 1 300px; /* Allows cards to grow and shrink, minimum width 300px */
    max-width: calc(33.333% - 20px); /* Default for 3 images */
}

/* Logic for specific image counts */

/* If there is only 1 image: Set to 50% width */
.pld-internal-card:first-child:nth-last-child(1) {
    max-width: 50%;
    flex: 0 0 50%;
}

/* If there are 2 images: 50% each */
.pld-internal-card:first-child:nth-last-child(2),
.pld-internal-card:first-child:nth-last-child(2) ~ .pld-internal-card {
    max-width: calc(50% - 20px);
}

/* Image styling to ensure they don't overflow */
.pld-internal-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Optional: adds rounded corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional: adds subtle depth */
}

/* Responsive: Stack them on small mobile screens */
@media (max-width: 768px) {
    .pld-internal-card, 
    .pld-internal-card:first-child:nth-last-child(1) {
        max-width: 100% !important;
        flex: 1 1 100%;
    }
}
/*===============================
Actual Brocher-  
===============================*/
/* Section Container */
.gl-multi-slider {
    padding: 80px 0;
    background-color: #f9f9f9; /* Soft Grey Background */
    overflow: hidden;
}

.gl-slider-header { text-align: center; margin-bottom: 50px; }
.gl-main-title { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: #333; margin: 0; }
.gl-gold-line { width: 60px; height: 2px; background: #c5a059; margin: 20px auto; }

.gl-slider-viewport {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.gl-slider-track {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}

.gl-slide-row {
    display: flex;
    min-width: 100%;
    gap: 20px;
    padding: 10px;
}

.gl-item {
    flex: 1;
    background: #fff;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    aspect-ratio: 1 / 1.4;
}

.gl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #eee;
}

.gl-item .gl-border {
    position: absolute;
    top: 20px; left: 20px; right: 20px; bottom: 20px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    pointer-events: none;
}

/* Controls */
.gl-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 30px;
}

.gl-ctrl-btn {
    background: #fff;
    border: 1px solid #c5a059;
    color: #c5a059;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.gl-ctrl-btn:hover {
    background: #c5a059;
    color: #fff;
}

.gl-dots { display: flex; gap: 10px; }
.gl-dot { width: 8px; height: 8px; background: #ddd; border-radius: 50%; transition: 0.3s; }
.gl-dot.active { background: #c5a059; width: 25px; border-radius: 10px; }
/* ===============================
   PENTAGON PROJECTS – BROCHURE DESIGNS
   =============================== */

:root{
  --gold:#c9a24d;
  --goldSoft:rgba(201,162,77,.35);
  --black:#0b0b0b;
}

/* SECTION */
.pp-brochure-section{
  background:radial-gradient(circle at top,#151515,#0b0b0b 70%);
  padding:120px 0;
}

.pp-brochure-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 18px;
}

/* HEADING */
.pp-section-heading{
  max-width:900px;
  margin:0 auto 24px;
}

.pp-section-title{
  color:#fff;
  font-size:42px;
  font-weight:600;
  margin-bottom:10px;
}

.pp-section-divider{
  width:90px;
  height:2px;
  background:linear-gradient(90deg,var(--gold),transparent);
}

/* BOOK */
.pp-book{
  width:min(1100px,96vw);   /* increased width */
  height:560px;            /* increased height */
  margin:0 auto;
  position:relative;
  perspective:2400px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* COVER */
.pp-book-cover{
  position:absolute;
  inset:0;
  background:#0b0b0b;
  border:1px solid var(--goldSoft);
  border-radius:16px;
  z-index:5;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  transform-origin:left center;
  transition:transform 1.2s cubic-bezier(.22,.8,.25,1), opacity .6s ease;
  box-shadow:0 40px 80px rgba(0,0,0,.8);
}

.pp-cover-logo{
  width:220px;
  margin-bottom:16px;
}

.pp-book-cover h3{
  color:#fff;
  margin-bottom:8px;
}

.pp-book-cover p{
  color:#bbb;
  max-width:640px;
  margin-bottom:20px;
}

.pp-open-btn{
  background:transparent;
  border:1px solid var(--gold);
  color:var(--gold);
  padding:12px 28px;
  border-radius:999px;
  cursor:pointer;
  box-shadow:0 0 28px rgba(201,162,77,.5);
}

/* BROCHURE BODY */
.pp-brochure-body{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  transform-style:preserve-3d;
}

/* PANELS */
.pp-panel{
  background:#101010;
  border:1px solid var(--goldSoft);
  border-radius:16px;
  padding:24px;
  backface-visibility:hidden;
  transform-style:preserve-3d;
}

/* CENTER PANEL */
.pp-center{ z-index:2; }

/* FOLD STATES */
.pp-left{
  transform-origin:right center;
  transform:rotateY(88deg);
}
.pp-right{
  transform-origin:left center;
  transform:rotateY(-88deg);
}

/* PANEL TITLE */
.pp-panel-title{
  color:#fff;
  font-size:16px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  border-bottom:1px solid rgba(201,162,77,.3);
  padding-bottom:10px;
  margin-bottom:16px;
}

/* PROJECT CARD */
.pp-project-item img{
  width:100%;
  height:170px; /* increased */
  object-fit:cover;
  display:block;
}

.pp-project-item a{
  display:block;
  color:inherit;
  text-decoration:none;
}

.pp-project-item img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
}

.pp-project-item span{
  display:block;
  padding:10px 12px;
  font-size:13px;
  color:#ddd;
}

/* NAV */
.pp-book-nav{
  position:absolute;
  bottom:-64px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:16px;
  opacity:0;
  pointer-events:none;
}

.pp-book-nav button{
  background:transparent;
  border:1px solid var(--gold);
  color:var(--gold);
  padding:8px 18px;
  border-radius:999px;
  cursor:pointer;
}

.pp-page-indicator{
  color:#bdbdbd;
}

/* OPEN STATE */
.pp-book.open .pp-book-cover{
  transform:rotateY(-120deg);
  opacity:0;
  pointer-events:none;
}

.pp-book.open .pp-left{
  transform:rotateY(0deg);
  transition:transform 1.1s cubic-bezier(.22,.8,.25,1) .35s;
}

.pp-book.open .pp-right{
  transform:rotateY(0deg);
  transition:transform 1.1s cubic-bezier(.22,.8,.25,1) .55s;
}

.pp-book.open .pp-book-nav{
  opacity:1;
  pointer-events:auto;
}

/* MOBILE */
@media(max-width:900px){
  .pp-brochure-body{
    grid-template-columns:1fr;
  }
  .pp-left,.pp-right{ display:none; }
}
/* PROJECT TITLE */
.pp-project-title{
  display:block;
  padding:10px 12px 4px;
  font-size:14px;
  font-weight:500;
  color:#fff;
}

/* PROJECT DESCRIPTION */
.pp-project-desc{
  padding:0 12px;
  font-size:12.5px;
  line-height:1.55;
  color:#bdbdbd;
  margin:4px 0 10px;
}

/* READ MORE */
.pp-read-more{
  display:inline-block;
  margin:0 0 12px 12px;
  font-size:12px;
  letter-spacing:.5px;
  color:var(--gold);
  transition:transform .25s ease, color .25s ease;
}

.pp-project-item:hover .pp-read-more{
  transform:translateX(4px);
  color:#e6c76b;
}
/* ===============================
   RESPONSIVE – HARD RESET MODE
   =============================== */

/* ---------- TABLET ---------- */
@media (max-width: 1024px){

  /* Book sizing */
  .pp-book{
    width:96vw;
    height:auto;
    min-height:520px;
    perspective:none; /* disable 3D */
  }

  /* Brochure body becomes flat grid */
  .pp-brochure-body{
    position:relative;
    grid-template-columns:1fr 1fr;
    gap:18px;
    transform:none;
  }

  /* Hide right panel */
  .pp-right{
    display:none;
  }

  /* Reset panel mechanics */
  .pp-panel{
    position:relative;
    transform:none !important;
    transform-origin:center !important;
    backface-visibility:visible;
  }

  /* Keep left + center visible */
  .pp-left,
  .pp-center{
    display:block;
  }

  /* Navigation positioning */
  .pp-book-nav{
    position:relative;
    bottom:auto;
    margin-top:28px;
    opacity:1;
    pointer-events:auto;
  }
}

/* ---------- MOBILE ---------- */
/* ---------- MOBILE OPTIMIZED ---------- */
@media (max-width: 767px) {
  /* SECTION */
  .pp-brochure-section {
    padding: 60px 0;
  }

  .pp-section-title {
    font-size: 32px;
    text-align: center;
  }
  
  .pp-section-divider {
    margin: 0 auto; /* Center the divider */
  }

  /* BOOK - Reset height to let content flow */
  .pp-book {
    width: 100%;
    height: auto; 
    min-height: unset;
    display: block; /* Change from flex to block */
    perspective: none;
  }

  /* COVER */
  .pp-book-cover {
    position: relative; /* Not absolute, so it pushes nav down */
    inset: auto;
    width: 100%;
    min-height: 400px;
    padding: 40px 20px;
    transform: none !important;
    margin-bottom: 20px;
  }

  /* BODY → SINGLE COLUMN */
  .pp-brochure-body {
    display: none; /* Hidden until "Open" */
    position: relative;
    grid-template-columns: 1fr;
    transform: none;
    inset: auto;
  }

  /* Show body when open */
  .pp-book.open .pp-brochure-body {
    display: block;
  }

  /* PANELS */
  .pp-panel {
    position: relative;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
    margin-bottom: 20px;
    padding: 15px; /* Tighter padding for mobile */
  }

  /* PROJECT CARD */
  .pp-project-item img {
    height: 200px;
    border-radius: 8px;
  }

  /* NAVIGATION BUTTONS - FIXED POSITIONING */
  .pp-book-nav {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 20px 0;
    gap: 20px;
    background: rgba(255,255,255,0.05); /* Subtle background for visibility */
    border-radius: 12px;
  }

  .pp-book-nav button {
    flex: 1; /* Make buttons equal width */
    max-width: 120px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    background: var(--black);
    border: 2px solid var(--gold); /* Thicker border for touch targets */
  }
  
  .pp-page-indicator {
    font-weight: bold;
    min-width: 50px;
    text-align: center;
  }

  /* HIDE COVER ON OPEN */
  .pp-book.open .pp-book-cover {
    display: none;
  }
}
/*Services line of work section-Home Page*/
/* ===============================
   PENTAGON – LINE OF WORK (LUXURY)
   =============================== */
/* ==================================
   LINE OF WORK – LIGHT LUXURY VERSION
   ================================== */

.pp-services-light{
  background:
    linear-gradient(to bottom, #f6f6f6, #ffffff);
  position:relative;
  overflow:hidden;
}

/* ARCHITECTURAL BACKGROUND (LIGHT) */
.pp-services-light::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      to right,
      rgba(201,162,77,.06) 0,
      rgba(201,162,77,.06) 1px,
      transparent 1px,
      transparent 160px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(201,162,77,.04) 0,
      rgba(201,162,77,.04) 1px,
      transparent 1px,
      transparent 120px
    );
  opacity:.45;
  pointer-events:none;
}

/* FAINT CONSTRUCTION LINE ART */
.pp-services-light::after{
  content:"";
  position:absolute;
  right:6%;
  bottom:0;
  width:520px;
  height:360px;
  background:
    linear-gradient(to top, rgba(201,162,77,.18), transparent 70%);
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 140'%3E%3Cpath d='M10 130V40h30V20h40v30h30V10h40v120z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-image:inherit;
  mask-repeat:no-repeat;
  mask-size:contain;
  opacity:.35;
}

/* KEEP CONTENT ABOVE BG */
.pp-services-light .container{
  position:relative;
  z-index:2;
}

/* HEADING */
.pp-services-light .ot-heading h2{
  color:#111;
  font-size:42px;
  font-weight:600;
}

.pp-services-light .ot-heading span{
  color:#666;
  letter-spacing:1px;
}

/* SERVICE CARDS (LIGHT) */
.pp-services-light .icon-box{
  background:#ffffff;
  border:1px solid rgba(201,162,77,.35);
  border-radius:18px;
  padding:42px 30px 38px;
  transition:all .35s ease;
  box-shadow:
    0 10px 30px rgba(0,0,0,.08);
}

/* ICON */
.pp-services-light .icon-main img{
  width:56px;
  margin-bottom:22px;
}

/* TITLE */
.pp-services-light .content-box h5 a{
  color:#111;
  font-size:18px;
  font-weight:500;
}

/* READ MORE */
.pp-services-light .btn-details{
  display:inline-block;
  margin-top:18px;
  font-size:13px;
  letter-spacing:1.6px;
  color:#c9a24d;
  border-bottom:1px solid rgba(201,162,77,.5);
  padding-bottom:4px;
}

/* HOVER */
.pp-services-light .icon-box:hover{
  transform:translateY(-6px);
  box-shadow:
    0 18px 40px rgba(0,0,0,.12);
  border-color:#c9a24d;
}

.pp-services-light .icon-box:hover h5 a{
  color:#c9a24d;
}

/* COUNTERS – LIGHT */
.pp-services-light .ot-counter{
  background:#ffffff;
  border:1px solid rgba(201,162,77,.35);
  border-radius:14px;
  padding:30px 18px;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.pp-services-light .ot-counter .num{
  color:#111;
  font-size:42px;
  font-weight:600;
}

.pp-services-light .ot-counter span{
  color:#c9a24d;
}

.pp-services-light .ot-counter h6{
  color:#666;
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* RESPONSIVE */
@media(max-width:992px){
  .pp-services-light .ot-heading h2{
    font-size:34px;
  }
}

@media(max-width:576px){
  .pp-services-light::after{
    display:none;
  }
}

/* ===============================
   MORE AESTHETIC POLISH
   =============================== */

/* Slight gold glow to cards area */
.pp-services .row.justify-content-center{
  position:relative;
}

.pp-services .row.justify-content-center::before{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(circle at center,
      rgba(201,162,77,.12),
      transparent 70%);
  z-index:-1;
}

/* ===============================
   WHITE NEXT SECTION
   =============================== */

/* Add this class to the NEXT section */
.section-white{
  background:#ffffff;
  color:#111;
}

/* Headings in white section */
.section-white h2,
.section-white h3{
  color:#111;
}

/* Paragraphs */
.section-white p{
  color:#555;
}

/* Divider in white section */
.section-white .pp-section-divider{
  background:linear-gradient(90deg, #c9a24d, transparent);
}

/* ===============================
   RESPONSIVE TWEAK
   =============================== */

@media(max-width:992px){
  .pp-bg-architecture::after{
    width:360px;
    height:260px;
    right:0;
    opacity:.25;
  }
}

@media(max-width:576px){
  .pp-bg-architecture{
    opacity:.18;
  }
}
/* ==============================
   WORKING PROCESS (PP)
   Theme: Black / Whitish Grey / Gold
   ============================== */

:root{
  --pp-gold:#c9a24d;
  --pp-goldSoft:rgba(201,162,77,.35);
  --pp-black:#0b0b0b;
  --pp-grey:#cfcfcf;
  --pp-white:#ffffff;
}

.pp-process{
  position:relative;
  padding:120px 0 130px;
  background: radial-gradient(circle at top, #1b1b1b, #0b0b0b 75%);
  overflow:hidden;
}

/* subtle texture + vignette */
.pp-process-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(800px 380px at 50% 10%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(900px 500px at 50% 80%, rgba(0,0,0,.65), transparent 60%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0, rgba(255,255,255,.02) 1px, transparent 1px, transparent 9px);
  opacity:.85;
}

.pp-process-container{ position:relative; z-index:2; }

/* Header */
.pp-process-head{
  text-align:center;
  margin-bottom:40px;
}

.pp-process-kicker{
  color:rgba(255,255,255,.55);
  letter-spacing:3px;
  font-size:12px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.pp-process-title{
  color:var(--pp-white);
  font-size:46px;
  font-weight:600;
  letter-spacing:.3px;
  margin:0;
}

.pp-process-title-underline{
  width:90px;
  height:2px;
  margin:18px auto 0;
  background:linear-gradient(90deg, transparent, var(--pp-gold), transparent);
  opacity:.9;
}

/* Steps area */
.pp-process-steps-wrap{
  position:relative;
  max-width:1200px;
  margin:0 auto;
  padding:20px 10px 0;
}

.pp-process-steps{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:34px;
  position:relative;
  z-index:2;
}

/* Step */
.pp-step{
  position:relative;
  text-align:center;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .7s ease, transform .7s ease;
}

.pp-step.is-visible{
  opacity:1;
  transform:translateY(0);
}

.pp-step-num{
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  font-size:58px;
  font-weight:700;
  letter-spacing:2px;
  color:rgba(255,255,255,.08);
  z-index:0;
  user-select:none;
}

.pp-step-icon{
  width:110px;
  height:110px;
  border-radius:999px;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0a0a0a;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 55px rgba(0,0,0,.55);
  position:relative;
  z-index:1;
}

/* First icon “highlighted” like reference */
.pp-step-icon--light{
  background:#f3f3f3;
  border:1px solid rgba(255,255,255,.35);
}
.pp-step-icon--light .pp-icon{ color:#111; }

.pp-icon{
  font-size:30px;
  color:#fff;
  line-height:1;
}

.pp-step-label{
  color:#fff;
  font-size:18px;
  font-weight:500;
  margin-top:6px;
}

/* Divider and description */
.pp-process-divider{
  max-width:1100px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  margin:28px auto 18px;
}

.pp-process-desc{
  max-width:900px;
  margin:0 auto;
  text-align:center;
  color:rgba(255,255,255,.55);
  line-height:1.8;
  font-size:15px;
}

.pp-process-cta{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.pp-process-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 36px;
  border:1px solid rgba(255,255,255,.35);
  color:#eaeaea;
  text-decoration:none;
  letter-spacing:2px;
  font-size:12px;
  text-transform:uppercase;
  background:rgba(255,255,255,.03);
  position:relative;
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.pp-process-btn:hover{
  transform:translateY(-2px);
  border-color:var(--pp-gold);
  box-shadow:0 0 0 2px rgba(201,162,77,.15), 0 18px 40px rgba(0,0,0,.5);
}

/* ==============================
   DOTTED WAVE CONNECTOR
   ============================== */
.pp-wave{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:58px;                /* aligns with circles */
  width:min(1180px, 96%);
  height:160px;
  z-index:1;
  pointer-events:none;
  opacity:.95;
}

/* mobile wave hidden by default */
.pp-wave--mobile{ display:none; }

.pp-wave-base{
  fill:none;
  stroke:rgba(201,162,77,.18);
  stroke-width:2;
}

.pp-wave-anim{
  fill:none;
  stroke:rgba(201,162,77,.85);
  stroke-width:2.2;
  stroke-linecap:round;

  /* dotted effect */
  stroke-dasharray:2 10;

  /* will be animated via JS by dashoffset */
  stroke-dashoffset:0;
  filter:drop-shadow(0 0 12px rgba(201,162,77,.25));
}

/* ==============================
   RESPONSIVE
   ============================== */

/* Tablet: 2x2, wave simplified/hidden */
@media (max-width: 1024px){
  .pp-process-title{ font-size:38px; }
  .pp-process-steps{ grid-template-columns:repeat(2, 1fr); gap:28px; }
  .pp-wave--desktop{ display:none; }
  .pp-wave--mobile{ display:none; } /* keep clean on tablet */
  .pp-process-divider{ margin-top:22px; }
}

/* Mobile: 1 column + vertical dotted wave */
@media (max-width: 767px){
  .pp-process{ padding:90px 0 100px; }
  .pp-process-title{ font-size:32px; }
  .pp-process-steps{ grid-template-columns:1fr; gap:22px; }
  .pp-step-num{ font-size:46px; top:-6px; }
  .pp-step-icon{ width:96px; height:96px; }
  .pp-step-label{ font-size:17px; }

  .pp-wave--desktop{ display:none; }
  .pp-wave--mobile{
    display:block;
    top:130px;
    width:140px;
    height:760px;
    opacity:.8;
  }

  .pp-process-divider{ margin-top:18px; }
}
.project-status-section {
            padding: 60px 20px;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            background-image: url('/images/projects.png'); /* Replace with your image path */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Optional: Add overlay for better text readability */
        .project-status-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.9); /* White overlay with 90% opacity */
            z-index: 0;
        }

        .project-status-section > * {
            position: relative;
            z-index: 1;
        }

        .chart-wrapper {
            position: relative;
            width: 100%;
            max-width: 450px;
            aspect-ratio: 1;
            margin: 0 auto 40px;
        }

        @media (max-width: 768px) {
            .chart-wrapper {
                max-width: 350px;
                margin-bottom: 30px;
            }
        }

        @media (max-width: 480px) {
            .chart-wrapper {
                max-width: 280px;
                margin-bottom: 25px;
            }
        }

        /* Outer gray ring */
        .outer-ring {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: conic-gradient(
                from 0deg,
                #c8a860 0deg 120deg,
                #6b6b6b 120deg 360deg
            );
            padding: 15px;
        }

        /* Middle white ring border */
        .middle-ring {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: white;
            padding: 8px;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        }

        /* Inner chart */
        .donut-chart {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: conic-gradient(
                from -90deg,
                #c8a860 0deg 120deg,
                #2d2d2d 120deg 360deg
            );
            position: relative;
            box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
        }

        /* Center circle - changed to black */
        .center-circle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 55%;
            height: 55%;
            background: #1a1a1a;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        }

        .center-number {
            font-size: clamp(60px, 15vw, 120px);
            font-weight: 300;
            color: white;
            line-height: 1;
            margin-bottom: 5px;
            font-family: 'Roboto', sans-serif;
        }

        .center-text {
            font-size: clamp(10px, 2.5vw, 16px);
            color: #cccccc;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
        }

        /* Labels on the chart */
        .chart-label {
            position: absolute;
            color: white;
            font-weight: 500;
            text-align: center;
        }

        .label-construction {
            top: 28%;
            left: 30%;
            transform: translate(-50%, -50%);
        }

        .label-construction .percentage {
            font-size: clamp(20px, 4vw, 32px);
            font-weight: 300;
            margin-bottom: 5px;
            font-family: 'Roboto', sans-serif;
        }

        .label-construction .text {
            font-size: clamp(10px, 2vw, 16px);
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
        }

        .label-portfolio {
            top: 40%;
            right: 18%;
            transform: translate(50%, -50%);
        }

        .label-portfolio .percentage {
            font-size: clamp(20px, 4vw, 32px);
            font-weight: 300;
            margin-bottom: 5px;
            font-family: 'Roboto', sans-serif;
        }

        .label-portfolio .text {
            font-size: clamp(10px, 2vw, 16px);
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
        }

        /* Legend */
        .legend {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        @media (max-width: 480px) {
            .legend {
                gap: 15px;
            }
        }

        .legend-item {
            padding: 15px 40px;
            border-radius: 8px;
            font-size: clamp(14px, 2.5vw, 20px);
            font-weight: 400;
            letter-spacing: 1px;
            border: 2px solid;
            font-family: 'Roboto', sans-serif;
        }

        @media (max-width: 480px) {
            .legend-item {
                padding: 12px 25px;
            }
        }

        .legend-completed {
            background: #c8a860;
            color: #2d2d2d;
            border-color: #b89850;
        }

        .legend-incomplete {
            background: #2d2d2d;
            color: white;
            border-color: #1a1a1a;
        }
        /* Footer */
        .footer-wrapper {
            position: relative;
            max-width: 2000px;
            margin: 0 auto;
        }

        .footer-container {
            background: #2a2a2a;
            position: relative;
            overflow: hidden;
        }

        .decorative-wave {
            position: absolute;
            top: -80px;
            left: -100px;
            width: 500px;
            height: 200px;
            background: linear-gradient(135deg, #d4a574 0%, #c99456 100%);
            border-radius: 50%;
            transform: rotate(-15deg);
            z-index: 1;
        }

        .decorative-wave::after {
            content: '';
            position: absolute;
            top: 20px;
            left: 20px;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #b8905f 0%, #a67c48 100%);
            border-radius: 50%;
            z-index: -1;
        }

        .footer-content {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 60px 80px 40px;
            color: #fff;
        }

        .footer-logo {
            background: #fff;
            padding: 20px 50px;
            border-radius: 0 0 150px 0;
            min-width: 250px;
            text-align: center;
        }

        .company-logo-img {
            width: 180px;
            height: auto;
            margin: 0 auto 15px;
            display: block;
            margin-left: -30px;
        }

        .logo-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 15px;
            position: relative;
        }

        .logo-icon::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border: 3px solid #d4a574;
            border-radius: 8px;
            transform: rotate(45deg);
        }

        .logo-icon::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30px;
            height: 30px;
            background: #d4a574;
            border-radius: 4px;
        }

        .logo-text {
            font-size: 20px;
            font-weight: bold;
            color: #2a2a2a;
            letter-spacing: 2px;
            margin-bottom: 5px;
        }

        .logo-tagline {
            font-size: 11px;
            color: #888;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .footer-links {
            display: flex;
            gap: 100px;
            flex: 1;
            justify-content: center;
        }

        .link-column h3 {
            font-size: 16px;
            font-weight: 500;
            color: #d4a574;
            margin-bottom: 25px;
            letter-spacing: 1px;
        }

        .link-column ul {
            list-style: none;
        }

        .link-column ul li {
            margin-bottom: 12px;
        }

        .link-column ul li a {
            color: #bbb;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .link-column ul li a:hover {
            color: #d4a574;
        }

        .footer-contact {
            max-width: 280px;
        }

        .footer-contact h3 {
            font-size: 16px;
            font-weight: 500;
            color: #d4a574;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .contact-text {
            font-size: 13px;
            color: #888;
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .social-icons {
            display: flex;
            gap: 12px;
        }

        .social-icons a {
            width: 36px;
            height: 36px;
            background: #d4a574;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2a2a2a;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s;
        }

        .social-icons a:hover {
            background: #c99456;
            transform: translateY(-3px);
        }

        .newsletter-form {
            display: flex;
            gap: 8px;
            margin-bottom: 20px;
        }

        .newsletter-form input {
            flex: 1;
            padding: 10px 15px;
            border: 1px solid #444;
            background: #1a1a1a;
            color: #fff;
            border-radius: 4px;
            font-size: 13px;
            outline: none;
        }

        .newsletter-form input:focus {
            border-color: #d4a574;
        }

        .newsletter-form button {
            padding: 10px 25px;
            background: #d4a574;
            color: #2a2a2a;
            border: none;
            border-radius: 4px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 13px;
        }

        .newsletter-form button:hover {
            background: #c99456;
            transform: translateY(-2px);
        }

        .footer-bottom {
            background: #1a1a1a;
            text-align: center;
            padding: 20px;
            color: #666;
            font-size: 12px;
        }

        @media (max-width: 968px) {
            .footer-content {
                flex-direction: column;
                gap: 40px;
                padding: 40px;
            }

            .footer-links {
                gap: 50px;
            }

            .footer-logo {
                border-radius: 0 0 100px 0;
            }
        }

        @media (max-width: 640px) {
            .footer-links {
                flex-direction: column;
                gap: 30px;
            }
        }
        
            .enhanced-about-section {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: #0a0a0a;
    }

    .about-row {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 80px 40px;
        gap: 60px;
    }

    /* Image Section */
    .about-image-wrapper {
        flex: 1;
        position: relative;
        min-width: 45%;
    }

    .about-image-container {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    }

    .about-image-container::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(135deg, #d4af37, #f4e5b8, #d4af37);
        border-radius: 20px;
        z-index: -1;
        animation: borderGlow 3s ease-in-out infinite;
    }

    @keyframes borderGlow {
        0%, 100% { opacity: 0.5; }
        50% { opacity: 1; }
    }

    .about-main-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 18px;
    }

    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(10, 10, 10, 0.3));
        border-radius: 18px;
    }

    /* Decorative Elements */
    .decorative-element {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 2px solid rgba(212, 175, 55, 0.3);
        border-radius: 50%;
        z-index: -1;
    }

    .decorative-element.top-right {
        top: -30px;
        right: -30px;
        animation: float 6s ease-in-out infinite;
    }

    .decorative-element.bottom-left {
        bottom: -30px;
        left: -30px;
        animation: float 6s ease-in-out infinite 3s;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
    }

    /* Content Section */
    .about-content-wrapper {
        flex: 1;
        color: #ffffff;
        opacity: 0;
        animation: fadeInContent 1s ease-out 0.5s forwards;
    }

    @keyframes fadeInContent {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
/*About Section - Home Page*/
    .elegant-about-section {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f5 100%);
        padding: 100px 0;
    }

    /* Decorative Background Elements */
    .elegant-about-section::before {
        content: '';
        position: absolute;
        top: -200px;
        right: -200px;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
        border-radius: 50%;
    }

    .elegant-about-section::after {
        content: '';
        position: absolute;
        bottom: -250px;
        left: -150px;
        width: 700px;
        height: 700px;
        background: radial-gradient(circle, rgba(108, 117, 125, 0.05) 0%, transparent 70%);
        border-radius: 50%;
    }

    .about-container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 40px;
        position: relative;
        z-index: 1;
    }

    .about-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    /* Image Section */
    .about-image-section {
        position: relative;
    }

    .image-frame {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .image-frame::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        background: linear-gradient(135deg, #d4af37, #f4e5b8, #d4af37, #c9a961);
        border-radius: 12px;
        z-index: -1;
        background-size: 200% 200%;
        animation: gradientShift 4s ease infinite;
    }

    @keyframes gradientShift {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

    .about-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    .floating-accent {
        position: absolute;
        width: 150px;
        height: 150px;
        border: 3px solid rgba(212, 175, 55, 0.3);
        border-radius: 12px;
        z-index: -1;
    }

    .floating-accent.accent-1 {
        top: -25px;
        right: -25px;
        animation: floatDiagonal 8s ease-in-out infinite;
    }

    .floating-accent.accent-2 {
        bottom: -25px;
        left: -25px;
        border-radius: 50%;
        animation: floatDiagonal 8s ease-in-out infinite 4s;
    }

    @keyframes floatDiagonal {
        0%, 100% { transform: translate(0, 0); }
        50% { transform: translate(15px, -15px); }
    }

    /* Content Section */
    .about-content-section {
        color: #2c3e50;
        opacity: 0;
        animation: slideInRight 1s ease-out 0.3s forwards;
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(60px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .section-label {
        display: inline-block;
        font-size: 13px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #d4af37;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 8px 20px;
        background: rgba(212, 175, 55, 0.1);
        border-radius: 30px;
        border: 1px solid rgba(212, 175, 55, 0.2);
        opacity: 0;
        animation: fadeInUp 0.8s ease-out 0.6s forwards;
    }

    .section-title {
        font-size: clamp(2.2rem, 4vw, 3.5rem);
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 25px;
        color: #2c3e50;
        opacity: 0;
        animation: fadeInUp 0.8s ease-out 0.9s forwards;
    }

    .section-title strong {
        font-weight: 600;
        color: #1a252f;
    }

    .title-accent {
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #d4af37, #f4e5b8);
        border-radius: 2px;
        margin-bottom: 30px;
        opacity: 0;
        animation: expandWidth 1s ease-out 1.2s forwards;
    }

    @keyframes expandWidth {
        from {
            width: 0;
            opacity: 0;
        }
        to {
            width: 60px;
            opacity: 1;
        }
    }

    .content-text {
        font-size: clamp(1rem, 1.3vw, 1.1rem);
        line-height: 1.9;
        color: #6c757d;
        margin-bottom: 22px;
        opacity: 0;
        animation: fadeInUp 0.8s ease-out forwards;
    }

    .content-text:nth-of-type(1) {
        animation-delay: 1.5s;
    }

    .content-text:nth-of-type(2) {
        animation-delay: 1.8s;
    }

    .cta-button {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 38px;
        background: linear-gradient(135deg, #d4af37 0%, #f4e5b8 100%);
        color: #1a252f;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        border-radius: 50px;
        box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        opacity: 0;
        animation: fadeInUp 0.8s ease-out 2.1s forwards;
        margin-top: 15px;
    }

    .cta-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #f4e5b8 0%, #d4af37 100%);
        transition: left 0.5s ease;
        z-index: -1;
    }

    .cta-button:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(212, 175, 55, 0.4);
    }

    .cta-button:hover::before {
        left: 0;
    }

    .cta-button::after {
        content: '→';
        transition: transform 0.3s ease;
    }

    .cta-button:hover::after {
        transform: translateX(5px);
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(25px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Stats Bar */
    .stats-bar {
        display: flex;
        gap: 40px;
        margin-top: 40px;
        padding-top: 35px;
        border-top: 1px solid rgba(212, 175, 55, 0.2);
        opacity: 0;
        animation: fadeInUp 0.8s ease-out 2.4s forwards;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: clamp(2rem, 3vw, 2.8rem);
        font-weight: 600;
        color: #d4af37;
        line-height: 1;
        margin-bottom: 8px;
    }

    .stat-label {
        font-size: 13px;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .about-grid {
            grid-template-columns: 1fr;
            gap: 60px;
        }

        .about-image-section {
            max-width: 600px;
            margin: 0 auto;
        }

        .stats-bar {
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .elegant-about-section {
            padding: 70px 0;
        }

        .about-container {
            padding: 0 25px;
        }

        .about-grid {
            gap: 50px;
        }

        .stats-bar {
            flex-wrap: wrap;
            gap: 30px;
        }

        .floating-accent {
            width: 100px;
            height: 100px;
        }
    }

    @media (max-width: 480px) {
        .elegant-about-section {
            padding: 50px 0;
        }

        .about-container {
            padding: 0 20px;
        }

        .cta-button {
            padding: 14px 32px;
            font-size: 13px;
        }

        .stats-bar {
            gap: 25px;
        }

        .stat-item {
            flex: 1 1 120px;
        }
    }

    /* --- LINE OF WORK SECTION ONLY --- */

.nexus-work-section {
    background-color: #050505; /* Obsidian Black */
    padding: 120px 0;
    position: relative;
    overflow-x: hidden;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #f4f4f4;
}

/* Ambient Background Shading */
.nexus-work-section::before,
.nexus-work-section::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.04) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.nexus-work-section::before { top: -100px; left: -100px; }
.nexus-work-section::after { bottom: -100px; right: -100px; }

/* Section Heading */
.monarch-heading {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 15px;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 120px;
    font-weight: 300;
}

.aether-blueprint {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

/* The Zig-Zag Bending Line */
.spine-conduit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100%;
    z-index: 1;
}

/* Logic for desktop vs mobile line paths */
.mobile-path { display: none; }
.desktop-path { 
    stroke: rgba(212, 175, 55, 0.4); 
    stroke-width: 1.5; 
}

/* Point Container */
.celestial-nexus {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    opacity: 0;
    transform: scale(0.95) translateY(40px);
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    margin:10px;
}

/* Scroll Trigger Class (Added via JS) */
.ignite-reveal { 
    opacity: 1; 
    transform: scale(1) translateY(0); 
}

/* Alternating Alignment */
.nexus-right { flex-direction: row; padding-left: 50%; }
.nexus-left { flex-direction: row-reverse; padding-right: 50%; }

/* Hollow Hexagon with Glowing Outline */
.prism-sigil-outline {
    width: 65px;
    height: 75px;
    border: 2px solid #d4af37;
    background: transparent;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-weight: 600;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.6s ease;
}

/* Glow Effect on Reveal */
.ignite-reveal .prism-sigil-outline {
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.6), inset 0 0 15px rgba(212, 175, 55, 0.6);
    background: rgba(212, 175, 55, 0.05);
}

/* Half-Circle Vault Box */
.lunar-vault {
    background: rgba(26, 26, 26, 0.8);
    padding: 30px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    width: 300px;
    backdrop-filter: blur(10px);
}

.ignite-reveal .lunar-vault { border-color: #d4af37; }

/* Alternating Border Radius */
.nexus-right .lunar-vault { border-radius: 0 60px 60px 0; border-left: none; margin-left: -2px; }
.nexus-left .lunar-vault { border-radius: 60px 0 0 60px; border-right: none; margin-right: -2px; text-align: right; }

/* Text Styles */
.epitaph { color: #d4af37; font-size: 0.75rem; letter-spacing: 3px; font-weight: 600; text-transform: uppercase; display: block; }
.sigil-title { color: #ffffff; margin: 8px 0; font-size: 1.4rem; font-weight: 400; }
.sigil-lore { color: #aaaaaa; font-size: 0.9rem; line-height: 1.6; margin: 0; }

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
    .monarch-heading { font-size: 1.8rem; letter-spacing: 8px; }
    .desktop-path { display: none; }
    .mobile-path { display: block; stroke: rgba(212, 175, 55, 0.4); stroke-width: 1.5; }
    .spine-conduit { width: 40px; }

    .nexus-right { padding-left: 0 !important; justify-content: flex-start; }
    .nexus-left { padding-right: 0 !important; justify-content: flex-end; }
    
    .lunar-vault { width: 150px; padding: 20px; }
    .sigil-title { font-size: 1.1rem; }
    
    .nexus-right .prism-sigil-outline { margin-left: calc(50% - 70px); }
    .nexus-left .prism-sigil-outline { margin-right: calc(50% - 70px); }
}

/* ===================
 About-us Page fixed bg 
 =====================*/
 /* Section Wrapper */
.pentagon-profile {
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
    background: #000;
    min-height: 100vh; /* section height */

}

/* Fixed Background */
.pentagon-profile .pp-fixed-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
}

/* Overlay */
.pentagon-profile .pp-fixed-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.6)
    );
    z-index: 1;
}
.pentagon-profile .pp-content-wrapper {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    padding: 120px 0;
    display: flex;
    align-items: center;
}

/* Container */
.pentagon-profile .pp-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 60px;
}

/* Label */
.pentagon-profile .pp-section-label {
    font-size: 13px;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    margin-bottom: 25px;
    opacity: 0;
    animation: ppFadeUp 1s forwards 0.2s;
}

/* Title */
.pentagon-profile .pp-section-title {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.3;
    opacity: 0;
    animation: ppFadeUp 1s forwards 0.4s;
}

/* Underline */
.pentagon-profile .pp-title-underline {
    width: 100px;
    height: 4px;
    background: #ff6b35;
    margin-bottom: 60px;
    opacity: 0;
    animation: ppFadeUp 1s forwards 0.6s;
}

/* Text */
.pentagon-profile .pp-content-text p {
    font-size: 1.15rem;
    line-height: 2;
    color: rgba(255,255,255,0.95);
    margin-bottom: 35px;
    text-align: justify;
    opacity: 0;
    animation: ppFadeUp 1s forwards;
}

.pentagon-profile .pp-content-text p:nth-child(1) { animation-delay: 0.8s; }
.pentagon-profile .pp-content-text p:nth-child(2) { animation-delay: 1s; }
.pentagon-profile .pp-content-text p:nth-child(3) { animation-delay: 1.2s; }

/* Animation */
@keyframes ppFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .pentagon-profile .pp-section-title {
        font-size: 3.2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .pentagon-profile .pp-container {
        padding: 0 30px;
    }

    .pentagon-profile .pp-section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .pentagon-profile .pp-section-title {
        font-size: 2rem;
    }
}
   /* --- General Career Contact Section Layout --- */
        .career-section-aesthetic {
            background-color: #f8f8f8;
            overflow: hidden;
            padding: 0px;
        }

        /* --- Left Sidebar (Charcoal) --- */
        .brand-sidebar {
            background: #1a1a1a;
            color: #ffffff;
            padding: 100px 60px;
            display: flex;
            align-items: center;
        }

        .brand-content { padding-left: 20px; }
        .gold-accent-text {
            color: #af8c53;
            text-transform: uppercase;
            letter-spacing: 5px;
            font-size: 13px;
            font-weight: 700;
            display: block;
            margin-bottom: 15px;
        }

        .title-light {
            font-size: 48px;
            font-weight: 300;
            line-height: 1.1;
            margin-bottom: 30px;
            color: white;
            text-align: left;
        }

        .aesthetic-line {
            width: 50px; height: 2px;
            background: #af8c53;
            margin-bottom: 30px;
        }

        .sidebar-description {
            color: #999; font-size: 15px; line-height: 1.8;
        }

        /* --- Right Side (Form Area) --- */
        .form-content-area {
            padding: 0px 80px;
            background: #f4f4f4;
        }

        .career-form-glass {
            background: #ffffff;
            padding: 60px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.05);
            border-radius: 4px;
        }

        /* --- TAB NAVIGATION --- */
        .form-tabs {
            display: flex;
            gap: 0;
            margin-bottom: 40px;
            border-bottom: 2px solid #e0e0e0;
        }

        .tab-button {
            flex: 1;
            padding: 18px 20px;
            background: transparent;
            border: none;
            border-bottom: 3px solid transparent;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #666;
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
        }

        .tab-button:hover {
            color: #af8c53;
        }

        .tab-button.active {
            color: #af8c53;
            border-bottom-color: #af8c53;
        }

        /* --- TAB CONTENT --- */
        .tab-content-item {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .tab-content-item.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .refined-form .form-group { margin-bottom: 35px; }
        .refined-form label {
            font-size: 12px;
            text-transform: uppercase;
            color: #222;
            font-weight: 700;
            letter-spacing: 1px;
            display: block;
            margin-bottom: 10px;
        }

        .refined-form label span { color: #af8c53; }
        .refined-form input, .refined-form textarea {
            width: 100%; border: none;
            border-bottom: 1px solid #dcdcdc;
            padding: 12px 0; background: transparent;
            transition: all 0.3s; font-size: 15px;
        }

        .refined-form textarea {
            min-height: 100px;
            resize: vertical;
        }

        .refined-form input:focus, .refined-form textarea:focus {
            border-bottom-color: #af8c53; outline: none;
        }

        /* --- File Upload --- */
        .custom-file-input-wrapper {
            position: relative; border: 1px dashed #af8c53;
            padding: 10px; text-align: center; transition: 0.3s;
        }

        .file-label {
            cursor: pointer; color: #af8c53 !important;
            margin: 0 !important; font-size: 13px !important;
        }

        .custom-file-input-wrapper input { display: none; }

        /* --- Submit Button --- */
        .aesthetic-submit-btn {
            background: #af8c53;
            color: white;
            border: none;
            padding: 18px 45px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            transition: all 0.4s;
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(175, 140, 83, 0.2);
            width: 100%;
            margin-top: 20px;
        }

        .aesthetic-submit-btn:hover {
            background: #1a1a1a;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        /* --- Responsive Queries --- */
        @media (max-width: 991px) {
            .form-content-area, .brand-sidebar { padding: 60px 30px; }
            .title-light { 
                font-size: 36px;
                color: white; 
            }
        }

        @media (max-width: 767px) {
            .tab-button {
                font-size: 11px;
                padding: 15px 10px;
            }
            .aesthetic-submit-btn { width: 100%; }
        }

        @media (max-width: 491px) {
            .form-content-area, .brand-sidebar {
                padding: 40px 30px;
            }
            .form-tabs {
                flex-direction: column;
            }
            .tab-button {
                border-bottom: 1px solid #e0e0e0;
            }
            .tab-button.active {
                border-left: 3px solid #af8c53;
                border-bottom: 1px solid #e0e0e0;
            }
        }
  /* Modal Overlay */
.policy-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    overflow: hidden; /* prevent background scroll */
}

/* Modal Box */
.policy-content {
    background: #fff;
    width: 90%;
    max-width: 900px;
    max-height: 85vh;       /* 🔑 important */
    margin: 5vh auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow-y: auto;       /* 🔑 enables scrolling */
}

/* Close Button */
.close-modal {
    position: sticky;       /* stays visible while scrolling */
    top: 0;
    float: right;
    font-size: 28px;
    cursor: pointer;
    background: #fff;
    padding-left: 10px;
}

/* Improve text readability */
.policy-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* Mobile friendly */
@media (max-width: 768px) {
    .policy-content {
        width: 95%;
        max-height: 90vh;
        padding: 20px;
    }
}
.footer-wrapper{
  padding:0 !important;
}
@media (max-width: 768px) {
  .footer-wrapper{
    padding:0 !important;
  }}
  @media (max-width: 408px) {
  .footer-wrapper{
    padding:0 !important;
  }}
  /*MAP*/
  .map-overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
}
/*Reach Us contact*/
.reach-us {
    padding: 60px 20px;
    background: #ffffff;
    text-align: center;
}

.reach-title {
    font-size: 32px;
    color: #8b2c2c;
    margin-bottom: 40px;
    font-weight: 600;
}

.contact-card {
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
}

.contact-icon {
    font-size: 42px;
    color: #f05a28;
    line-height: 1;
}

.contact-details h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #222;
}

.contact-details p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-details a {
    color: #555;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

/* Mobile optimization */
@media (max-width: 480px) {
    .contact-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-icon {
        margin-bottom: 10px;
    }
}
/* ========================
WhatsApp Icon 
==========================*/
#whatsapp-icon {
  position: fixed;
  bottom: 100px;   /* 👈 move above Tawk.to */
  right: 20px;
  z-index: 1000;
}

#whatsapp-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* ===============================
PROJECT HIGHLIGHTS – UNIQUE
=============================== */

.prjhl-section {
  background: linear-gradient(
        135deg,
        rgba(30, 30, 30, 0.8),
        rgba(20, 20, 20, 0.8)
  );
  padding: 60px 30px;
}

/* WRAPPER */
.prjhl-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.prjhl-card {
  background: #e0e0e0;
  border: 1px solid var(--light-grey);
  padding: 40px 35px;
  transition: all 0.35s ease;
  position: relative;
  height: 450px;
  border-radius: 25px;
}

.prjhl-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: black;
}

.prjhl-card-accent::before {
  background: black;
}

/* HOVER */
.prjhl-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* TEXT */
.prjhl-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 22px;
}

.prjhl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prjhl-list li {
  font-size: 15px;
  color: var(--grey);
  margin-bottom: 14px;
  padding-left: 18px;
  position: relative;
}

.prjhl-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--orchid);
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .prjhl-wrapper {
    grid-template-columns: 1fr;
  }

  .prjhl-card {
    padding: 30px;
    height: 500px;
  }
}
/* ===============================
PENTAGON CONTACT FORM
=============================== */

.pp-contact-form-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  background: linear-gradient(
    135deg,
    rgba(30, 30, 30, 0.85),
    rgba(18, 18, 18, 0.85)
  );
  border: 1px solid rgba(212, 165, 116, 0.25);
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.pp-contact-form-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #ffffff, #d4a574);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-contact-form-subtitle {
  font-size: 1rem;
  color: #b0b0b0;
  margin-bottom: 40px;
}

/* FORM GROUP */
.pp-cf-group {
  margin-bottom: 22px;
}

.pp-cf-group label {
  display: block;
  font-size: 0.9rem;
  color: #c0c0c0;
  margin-bottom: 6px;
}

.pp-cf-group input,
.pp-cf-group textarea {
  width: 100%;
  padding: 14px 14px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: #ffffff;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.3s ease;
}

.pp-cf-group input::placeholder,
.pp-cf-group textarea::placeholder {
  color: #888;
}

.pp-cf-group input:focus,
.pp-cf-group textarea:focus {
  border-color: rgba(212, 165, 116, 0.6);
  box-shadow: 0 0 0 1px rgba(212, 165, 116, 0.3);
}

/* SUBMIT */
.pp-cf-submit {
  margin-top: 30px;
}

.pp-cf-submit button {
  background: linear-gradient(135deg, #d4a574, #f7a222);
  border: none;
  color: #000;
  padding: 14px 36px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pp-cf-submit button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 165, 116, 0.4);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .pp-contact-form-section {
    padding: 40px 25px;
  }
}
.pp-contact-form-section {
  position: relative;     /* ensures proper stacking */
  z-index: 2;             /* keeps form above background */
  margin-bottom: 80px;    /* creates space before map */
}
