/* ----------------------------------------------------------------
[Table of contents]
01. Fonts settings
02. Default styles
03. Scrollbar styles
04. Selection styles
05. Owl Carousel Custom styles
06. Sidebar styles
07. Content styles
08. Slider styles
09. Heading styles
10. Title Banner styles
11. Team styles
12. Testimonials styles
13. Price styles
14. Clients styles
15. Services styles
16. Portfolio styles
17. Gallery styles 
18. Blog & Post styles
19. Button styles
20. Contact styles
21. Footer styles
22. Navigation styles
23. Overlay Effect Bg image 
------------------------------------------------------------------- */

/* ===== Fonts settings) ===== */

/* Google Font: Cormorant Garamond & Nunito Sans */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=Nunito+Sans:wght@300;400;600;700&amp;display=swap");

/* Custom Font: TuesdayNight */

/* ===== Default styles ===== */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  color: #666;
}

/*** typography ***/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

/* paragraph */
p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  color: #666;
  margin: 0 0 20px;
}

/* lists */
ul {
  list-style-type: none;
}

/* links */
a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none !important;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

.small,
small {
  font-size: 80%;
}

b,
strong {
  color: #000000;
  font-weight: 600;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

hr {
  margin-top: 0px;
  margin-bottom: -20px;
  border: 0;
}

.js .animate-box {
  opacity: 0;
}

/*** form element ***/
/* text field */
button,
input,
optgroup,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
#message,
#search {
  max-width: 100%;
  margin-bottom: 15px;
  border: none;
  padding: 7px 15px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000;
  background-image: none;
  border: 1px solid #ececec;
}

input:focus,
textarea:focus {
  font-family: "Nunito Sans", sans-serif;
  border-bottom-width: 2px;
  border-color: #000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  font-family: "Nunito Sans", sans-serif;
  background: #a2783a;
  border: 1px solid #a2783a;
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: transparent;
  color: #a2783a;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #000;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* padding */
.p-30 {
  padding: 30px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-90 {
  padding-top: 90px;
}

.at-90 {
  padding-top: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ab-90 {
  padding-bottom: 75px;
}

/* margin */
.mb-0 {
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* line */
.line {
  border: 1px solid #ececec;
}

.line:hover {
  border: 1px solid #000;
}

/* important */
.clear {
  clear: both;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-cover {
  background-size: cover !important;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

/* ===== Scrollbar ===== */
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* ===== Selection ===== */
::-webkit-selection {
  color: #666;
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  color: #666;
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  color: #666;
  background: rgba(0, 0, 0, 0.1);
}

/* ===== Owl Carousel Styles ===== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 0.7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: #a2783a;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 12px;
  margin: 5px;
  padding: 4px 7px;
  background: #a2783a;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  border: 1px solid #a2783a;
  color: #a2783a;
}

.bg-pink {
  background-color: #f8f5f1;
}

/* ===== Sidebar styles ===== */
#pwe-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#pwe-aside {
  padding: 60px 30px;
  width: 23%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  scrollbar-width: none;
}

@media screen and (max-width: 1200px) {
  #pwe-aside {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  #pwe-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 30px;
  }
}

#pwe-aside #pwe-logo {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: block;
  width: 100%;
  position: relative;
  color: #000;
  line-height: 1.2em;
  letter-spacing: 0px;
}

#pwe-aside #pwe-logo span {
  font-family: TuesdayNight;
  text-transform: none;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
}

#pwe-aside #pwe-logo img {
  width: 180px;
}

#pwe-logo-footer {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #pwe-aside #pwe-logo {
    margin-bottom: 60px;
  }
}

#pwe-aside #pwe-logo a {
  display: inline-block;
}

#pwe-logo-footer a {
  display: inline-block;
  text-align: center;
  color: #a2783a;
}

#pwe-aside #pwe-logo a span {
  display: block;
  font-family: TuesdayNight;
  font-size: 24px;
  color: #a2783a;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  text-align: center;
  line-height: 1.2em;
}

#pwe-aside #pwe-logo a i {
  color: #000;
  font-size: 16px;
  vertical-align: super;
}

#pwe-aside #pwe-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #pwe-aside #pwe-main-menu ul {
    margin: 0 0 30px 0;
  }
}

#pwe-aside #pwe-main-menu ul li {
  margin: 9px 0 9px 0;
  padding: 0 0 9px 0;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#pwe-aside #pwe-main-menu ul li a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

#pwe-aside #pwe-main-menu ul li a:hover {
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#pwe-aside #pwe-main-menu ul li.pwe-active a {
  color: #a2783a;
}

#pwe-aside #pwe-main-menu ul li.pwe-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#pwe-aside #pwe-main-menu ul li a span:hover {
  color: #000;
}

#pwe-aside .pwe-footer {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #666;
}

/* sidebar footer */
.pwe-footer p {
  font-size: 16px;
  color: #000;
}

.pwe-footer span,
.pwe-footer span a {
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
}

.pwe-footer span a:hover,
.pwe-footer a {
  color: #000;
}

.separator {
  width: 16%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  #pwe-aside .pwe-footer {
    position: relative;
    padding-top: 60px;
  }
}

#pwe-aside .pwe-footer span {
  display: block;
}

/* sidebar social */
#pwe-aside .pwe-footer .social a {
  color: #000;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: transparent;
  margin: 0 5px 15px 0;
  text-align: center;
  border: 1px solid #ebebeb;
  font-size: 12px;
}

#pwe-aside .pwe-footer .social a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

/* ===== Content styles ===== */
#pwe-main {
  width: 77%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #pwe-main {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #pwe-main {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #pwe-hero {
    margin-bottom: -90px !important;
  }
}

#pwe-hero {
  min-height: 560px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: -90px;
  clear: both;
}

/* ===== Slider styles ===== */
#pwe-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#pwe-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#pwe-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 400px;
}

#pwe-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}

#pwe-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 6px;
}

#pwe-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

#pwe-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}

#pwe-hero .flexslider .flex-direction-nav {
  display: none;
}

#pwe-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 100vh;
  padding: 15px 15px;
  z-index: 9;
}

#pwe-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2.5em;
  position: relative;
}

#pwe-hero .flexslider .slider-text > .slider-text-inner .desc {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 30px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #pwe-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
}

#pwe-hero .flexslider .slider-text > .slider-text-inner h6,
#pwe-hero .flexslider .slider-text > .slider-text-inner h6 {
  position: relative;
  top: 2px;
  font-family: TuesdayNight;
  font-size: 32px;
  color: #a2783a;
  line-height: 1em;
  text-align: center;
  margin-bottom: 0;
}

#pwe-hero .flexslider .slider-text > .slider-text-inner h1,
#pwe-hero .flexslider .slider-text > .slider-text-inner h1 {
  position: relative;
  font-size: 24px;
  line-height: 1em;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #pwe-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}

#pwe-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #pwe-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}

#pwe-hero .flexslider .slider-text > .slider-text-inner p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #pwe-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }

  #pwe-hero .flexslider .flex-control-nav {
    right: 5px;
    bottom: 30px;
  }
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #pwe-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  z-index: 999;
  position: fixed;
}

body.offcanvas #pwe-main,
body.offcanvas .pwe-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/* ===== Heading styles ===== */
.pwe-heading {
  color: #a2783a;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

.pwe-heading span {
  display: block;
}

.pwe-about-heading {
  position: relative;
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pwe-about-subheading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-style: italic;
  color: #a2783a;
}

.pwe-post-heading {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
}

.pwe-post-heading span {
  display: block;
}

.heading-meta {
  display: block;
  position: relative;
  top: 12px;
  font-size: 31px;
  color: #a2783a;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pwe-post-heading {
    margin-bottom: 15px;
  }
}

/* ===== Title Banner styles ===== */
.banner-container {
  position: relative;
}

.banner-img-width {
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-img-width,
.banner-img:after {
  position: absolute;
  height: 100%;
}

.banner-img-width,
.banner-img:after {
  position: absolute;
  height: 100%;
}

.banner-img:after {
  right: 0;
  left: 0;
  content: "";
  background: linear-gradient(
    hsla(0, 0%, 100%, 0.8),
    hsla(0, 0%, 100%, 0.9) 50%,
    #fff
  );
}

.banner-head:after,
.banner-head:before {
  content: " ";
  display: table;
}

.banner-head-padding {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-head-margin {
  margin-left: auto;
  margin-right: auto;
}

/* ===== Team styles ===== */
.team .item {
}

.team .item:hover .info .social {
  top: 0;
}

.team .info {
  background-color: #fff;
  text-align: center;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
}

.team .info h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team .info p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  color: #666;
  margin-bottom: 5px;
}

.team .info .social {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team .info .social a {
  font-size: 15px;
  color: #000;
  margin: 0 5px;
}

.team .info .social a:hover {
  color: #a2783a;
}

/* =====  Testimonials style  ===== */
.testimonials .section-head {
  text-align: left;
  margin-bottom: 0;
  z-index: 1;
}

.testimonials .section-head p {
  color: #fff;
  font-size: 18px;
}

.testimonials .section-head span {
  display: block;
  position: relative;
  top: 0px;
  font-family: TuesdayNight;
  font-size: 40px;
  color: #a2783a;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonials .section-head h4 {
  position: relative;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.2em;
  letter-spacing: 2px;
  padding-bottom: 0;
}

.testimonials .section-head h4:after {
  display: none;
}

.testimonials .item-box {
  background: #fff;
  padding: 30px;
  position: relative;
  border: 1px solid #fff;
}

.testimonials .item-box .quote {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 100px;
  margin: 0 auto 30px;
  opacity: 0.1;
}

.testimonials .item-box p {
  font-size: 17px;
  color: #666;
  font-style: italic;
}

.testimonials .item-box .info {
  text-align: left;
  margin: 30px 0 15px 0;
}

.testimonials .item-box .info .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.testimonials .item-box .info .cont {
}

.testimonials .item-box .info h6 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 5px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonials .item-box .info span {
  font-size: 17px;
  font-weight: 400;
  color: #666;
  margin-right: 5px;
  font-style: italic;
}

.testimonials .item-box .info .rate {
  float: right;
}

.testimonials .item-box .info i {
  color: #a2783a;
  font-size: 10px;
}

.testimonials .owl-theme .owl-nav {
  position: absolute;
  left: 2%;
  bottom: -50px;
  margin-top: 0;
}

/* =====  Price style  ===== */
.price .item {
  padding: 60px 30px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 30px 0;
}

.price .item .type {
  position: relative;
  border-bottom: 1px solid #eee;
  position: relative;
}

.price .item .type:after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 10px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.price .item .type h6 {
  position: relative;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price .item .value {
  margin: 30px 0;
}

.price .item .value h4 {
  font-size: 40px;
  margin-bottom: 0;
}

.price .item .value h4 span {
  font-size: 15px;
}

.price .item .value p {
  font-size: 13px;
  font-weight: 400;
  margin-top: 0px;
  color: #a2783a;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 1px;
}

.price .item .feat ul {
  margin-bottom: 30px;
  padding: 0;
}

.price .item .feat li {
  color: #666;
  margin-bottom: 10px;
}

.price .item .feat li:last-child {
  margin-bottom: 0;
}

.price .item .feat del {
  opacity: 0.8;
}

/* =====  Clients Style  ===== */
.clients {
  background-color: #f8f5f1;
}

.clients .owl-carousel {
  margin: 30px 0;
}

.clients .client-logo {
  opacity: 1;
  line-height: 0;
}

.clients .client-logo:hover {
  opacity: 1;
}

.clients img {
  -webkit-filter: none;
  filter: none;
}

.clients img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ===== Services  ===== */
.services .item {
  position: relative;
  overflow: hidden;
}

.services .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.services .item:hover .con {
  bottom: 0;
}

.services .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .item .con {
  padding: 30px 15px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
}

.services .item .con .category {
  font-family: TuesdayNight;
  font-size: 32px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 0;
}

.services .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: #fff;
}

.services .item .con .category a:last-child {
  margin-right: 0;
}

.services .item .con .category a:last-child:after {
  display: none;
}

.services .item .con h5,
.services .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.services .item .con p {
  color: #fff;
  font-size: 15px;
}

.services .item .con i {
  color: #fff;
  font-size: 20px;
}

.services .item .con i:hover {
  color: #c5a47e;
}

.services .item .con .btn {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}

.services .item .con .btn:hover {
  border-color: #c5a47e;
}

/* ===== Portfolio styles ===== */
.portfolio .item {
}

.portfolio .item .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio .item .portfolio-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio .item .portfolio-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .item .content {
  padding: 20px;
  margin-bottom: 30px;
}

.portfolio .item .content h5,
.portfolio .item .content h5 a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.4em;
}

.portfolio .item .content h5:hover,
.portfolio .item .content h5 a:hover {
  color: #a2783a;
}

.portfolio .item .content h5 b {
  color: #a2783a;
}

/* =====  Gallery Style  ===== */
.gallery-item {
  position: relative;
  padding-top: 25px;
}

.gallery-box {
  overflow: hidden;
  position: relative;
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.gallery-box .gallery-detail {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
  font-size: 18px;
}

.gallery-box .gallery-detail p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.gallery-box .gallery-detail i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.gallery-box .gallery-detail i:hover {
  color: #fff;
  border: 1px solid #fff;
}

.gallery-box:hover .gallery-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.gallery-box:hover .gallery-img:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-box:hover .gallery-img > img {
  transform: scale(1.05);
}

/* magnific popup custom */
.mfp-figure button {
  border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
  border: 0px solid transparent;
}

/* ===== Blog & Post styles ===== */
.blog .item {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.blog .item .post-img {
  position: relative;
  overflow: hidden;
}

.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .item .post-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog .item .post-img .date {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}

.blog .item .post-img .date span {
  font-family: TuesdayNight;
  display: block;
  font-size: 20px;
}

.blog .item .post-img .date i {
  font-family: "Nunito Sans", sans-serif;
  display: block;
  font-size: 20px;
}

.blog .item .content {
  padding: 20px 20px 30px 20px;
  background: #fff;
}

.blog .item .content .tag a {
  color: #666;
  font-style: italic;
}

.blog .item .content .tag a:hover {
  color: #a2783a;
}

.blog .item .content h5 {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 60px;
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 45px;
  }
}

.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-entry .desc {
  padding: 20px;
}

.blog-entry .desc h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-entry .desc h3 a {
  color: #000;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pwe-post img {
  padding-bottom: 30px;
}

/* blog sidebar */
.pwe-sidebar-part {
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.pwe-sidebar-block {
  margin-bottom: 60px;
  position: relative;
}

.pwe-sidebar-block .pwe-sidebar-block-title {
  color: #000;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* search */
.pwe-sidebar-search-form {
  position: relative;
}

.pwe-sidebar-search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  padding: 13px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border-radius: 0;
  border: 1px solid transparent;
}

.pwe-sidebar-search-submit:hover {
  background: #a2783a;
  border: 1px solid transparent;
}

/* categories */
.ul1 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ul1 > li {
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
  line-height: 32px;
}

.ul1 > li a {
  color: #666;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.ul1 > li a:hover {
  color: #a2783a;
  text-decoration: none;
}

/* latest */
.latest {
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 20px;
}

.latest a {
  display: block;
  text-decoration: none;
}

.latest a .txt1 {
  font-weight: 600;
  line-height: 1.5em;
  font-size: 18px;
  color: #000;
}

.latest a .txt2 {
  color: #666;
  font-size: 14px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.latest a:hover .txt1 {
  color: #a2783a;
}

/* tags keywords */
.tags {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.tags li {
  display: inline-block;
  margin: 0 5px 5px 0px;
  float: left;
}

.tags li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ececec;
  padding: 9px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  color: #666;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.tags li a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* pagination */
.pwe-pagination-wrap {
  padding: 0;
  margin: 0 0 30px 0;
  text-align: center;
}

.pwe-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}

.pwe-pagination-wrap li a {
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  border: 1px solid #ebebeb;
}

.pwe-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.pwe-pagination-wrap li a.active {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pwe-pagination-wrap {
    padding: 0 0 60px 0;
    margin: 0;
    text-align: center;
  }
}

/* post comment */
.comments-area {
  padding: 30px 0;
}

.comments-area .comments-title {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px 30px 20px 90px;
  margin-left: 40px;
  color: #000;
  position: relative;
}

ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0px;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #fff;
}

ol.comment-list li.comment .comment-author .name {
  display: inline-block;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0px;
}

ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #666;
  font-weight: 500;
}

ol.comment-list li.comment .comment-meta {
  color: #666;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

ol.comment-list li.comment .comment-meta a {
  color: #000;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: top;
}

ol.comment-list li.comment p {
  margin: 0 0 20px;
  color: #666;
}

ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-top: -5px;
  font-size: 14px;
  color: #666;
}

ol.comment-list li.comment .reply a:hover {
  color: #a2783a;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}

ol.comment-list li .children li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }

  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 30px;
  }

  ol.comment-list li.comment .comment-author .avatar {
    left: -35px;
    height: 70px;
    width: 70px;
  }

  ol.comment-list li .children {
    margin-left: 20px;
  }

  ol.comment-list li.comment .reply a {
    position: static;
  }
}

@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 26px;
  }

  ol.comment-list li.comment .comment-author .avatar {
    left: -15px;
    top: 12px;
    width: 60px;
    height: 60px;
  }

  ol.comment-list li.comment .comment-body {
    padding-left: 55px;
  }
}

/* =====  Button styles  ===== */
.btn-contact {
  position: relative;
  line-height: 1em;
}

.btn-contact a {
  font-family: "Nunito Sans", sans-serif;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 12px 30px;
  margin: 0;
  font-weight: 500;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-contact a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-contact a span {
  position: relative;
  z-index: 2;
}

.btn-contact a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.btn-contact a:hover span {
  color: #000;
}

/* ===== Contact styles ===== */
.map-section {
  overflow: hidden;
}

#contactMap {
  width: 100%;
  height: 430px;
}

.pwe-more-contact {
  background: #fafafa;
}

/* form */
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  border-bottom: 0px solid #e5e5e5;
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 1.75em;
  font-weight: 400;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ececec;
}

#message {
  font-family: "Nunito Sans", sans-serif;
  height: 130px;
  padding: 12px;
  border: 1px solid #ececec;
}

/* ===== Footer styles ===== */
#pwe-footer2 {
  padding: 100px 60px;
  background: #000;
}

#pwe-footer2 h2,
#pwe-footer2 h2 a {
  font-size: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0px;
}

#pwe-footer2 h2 a span,
#pwe-footer2 h2 span {
  display: block;
  font-size: 24px;
  color: #a2783a;
  font-weight: 500;
  letter-spacing: 1px;
}

#pwe-footer2 h2 a i {
  color: #fff;
  font-size: 16px;
  vertical-align: super;
}

#pwe-footer2 h6 {
  color: #a2783a;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

#pwe-footer2 p {
  font-size: 17px;
  font-style: italic;
  color: #fff;
}

#pwe-footer2 .copyright {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #pwe-footer2 {
    padding: 100px 30px 80px 30px;
    background: #000;
    text-align: center;
  }
}

/* footer social */
#pwe-footer2 .social a {
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: transparent;
  margin: 0 5px 20px 0;
  text-align: center;
  border: 1px solid #222;
  font-size: 12px;
}

#pwe-footer2 .social a:hover {
  color: #000;
  background: #a2783a;
  border: 1px solid #a2783a;
}

/* ===== Navigation styles ===== */
.pwe-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.pwe-nav-toggle.active i::before,
.pwe-nav-toggle.active i::after {
  background: #fff;
}

.pwe-nav-toggle.dark.active i::before,
.pwe-nav-toggle.dark.active i::after {
  background: #000;
}

.pwe-nav-toggle:hover,
.pwe-nav-toggle:focus,
.pwe-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.pwe-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 19px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -4px;
}

.pwe-nav-toggle i::before,
.pwe-nav-toggle i::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pwe-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.pwe-nav-toggle.dark i::before,
.pwe-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pwe-nav-toggle i::before {
  top: -7px;
}

.pwe-nav-toggle i::after {
  bottom: -7px;
}

.pwe-nav-toggle:hover i::before {
  top: -10px;
}

.pwe-nav-toggle:hover i::after {
  bottom: -10px;
}

.pwe-nav-toggle.active i {
  background: transparent;
}

.pwe-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.pwe-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.pwe-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 12px 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #000;
  margin: 15px 30px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .pwe-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

/* ===== Overlay Effect Bg image ===== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* extra */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Styling for the pop-up box */
#popup-box {
  background: #fff;
  width: 645px;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

/* Styling for the close button */
#close-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

iframe.form1 {
  width: 100% !important;
  height: 600px;
}

i.fa.fa-times {
  float: right;
}

img.wapp {
  width: 4%;
  z-index: 9997;
  position: fixed;
  bottom: 5%;
  right: 2%;
}

p.toolt {
  position: fixed;
  z-index: 99;
  right: 2%;
  bottom: 12%;
  width: 20%;
  background: #fff;
  padding: 5px;
  text-align: center;
  color: #000 !important;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #0000006e;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  p.toolt {
    width: 75%;
    left: 4%;
    bottom: 0%;
  }

  img.wapp {
    width: 15%;
    bottom: 2%;
  }
}

#pwe-footer2 p {
  font-size: 17px;
  padding-top: 7px;
  font-style: italic;
  color: #fff;
}

.website_content {
  padding: 100px 60px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .website_content {
    padding: 100px 28px;
    background: #fff;
  }
}

.website_content h3 {
  position: relative;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 1.3 px;
  text-transform: uppercase;
  padding-bottom: 0;

  margin-top: 30px;
}

.website_content h2 {
  position: relative;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 30px;
}

.website_content h1 {
  position: relative;
  color: #a2783a;
  /* font-family: "Nunito Sans", sans-serif; */
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  padding-bottom: 0;
  margin-top: 30px;
}

.website_content h6 {
  display: block;
  position: relative;
  top: -10px;
  font-family: TuesdayNight;
  font-size: 32px;
  color: #a2783a;
  line-height: 1em;
  margin-bottom: 0;
}

.website_content p {
  color: #fff;
  font-size: 18px;
}

.crt-logo {
  display: none !important;
}

/* Gallery Section */
.gallery-section {
  padding: 60px 0;
}

/* Gallery Container for Grid Layout */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* Responsive grid with flexible columns */
  gap: 20px;
  /* Space between grid items */
  justify-items: center;
  /* Center items in the grid */
}

/* Gallery Item */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  /* Set max width for uniform alignment */
  height: 400px;
  /* Set height for uniform appearance */
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-head-padding {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
}

/* Image Styling */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure images cover the gallery item without stretching */
  transition: transform 0.3s ease;
}

.crt-grid-col1 {
  display: none;
}

/* Zoom Effect on Hover */
.gallery-item:hover img {
  transform: scale(1.1);
  /* Zoom in on hover */
}

/* Mobile-Friendly Adjustments */
@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: 1fr;
    /* Single column layout for mobile */
    gap: 15px;
  }

  .gallery-item {
    height: 100%;
    /* Adjust height for smaller screens */
  }

  .gallery-section {
    padding: 0px 0;
  }
}

.rect-box {
  border-radius: 2px; /* slightly rounded corners */
  padding: 20px; /* space inside the box */
  max-width: 400px; /* optional width limit */
  background-color: #99876d; /* light background */
  box-shadow: 0 2px 6px rgba(54, 54, 54, 0.1); /* subtle shadow */
}

#pwe-main .svc-hero {
  position: relative;
  min-height: 52vh;
  color: #fff;
  overflow: hidden;
}
#pwe-main .svc-hero__bg {
  position: absolute;
  inset: 0;
}
#pwe-main .svc-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.05);
}
#pwe-main .svc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.65),
    rgba(15, 23, 42, 0.35) 40%,
    rgba(15, 23, 42, 0.65)
  );
}
#pwe-main .svc-hero__content {
  position: relative;
  z-index: 1;
  padding: 70px 0 80px;
}
@media (min-width: 992px) {
  #pwe-main .svc-hero__content {
    padding: 110px 0 120px;
  }
}

#pwe-main .svc-eyebrow {
  display: inline-block;
  font-size: 12px;
  /*letter-spacing: 0.18em;*/
  text-transform: uppercase;
  opacity: 0.9;
}
#pwe-main .svc-title {
  margin: 10px 0 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}
#pwe-main .svc-lead {
  max-width: 860px;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
}

/* Feature sections */
#pwe-main .svc-feature {
  padding: 50px 0;
}
#pwe-main .svc-feature--alt {
  background: #fafbfc;
}
#pwe-main .svc-copy .svc-h2 {
  font-size: 28px;
  margin: 6px 0 10px;
  font-weight: 600;
  line-height: 1.25;
}
#pwe-main .svc-copy p {
  color: #475569;
  margin-bottom: 14px;
}
#pwe-main .svc-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #0f172a;
  padding-bottom: 2px;
}
#pwe-main .svc-link:hover {
  opacity: 0.9;
}

/* Media boxes */
#pwe-main .svc-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(2, 6, 23, 0.1);
}
#pwe-main .svc-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  #pwe-main .svc-media img {
    height: 300px;
  }
}

/* Image label overlay */
#pwe-main .svc-media--labeled::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.55), transparent 45%);
}
#pwe-main .svc-label {
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Scope to #pwe-main so sidebar/theme stays safe */
#pwe-main .svc-couple {
  padding: 60px 0;
}
#pwe-main .svc-couple__stack {
  position: relative;
  min-height: 520px;
}

#pwe-main .svc-couple .photo {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 6px solid #fff;
  box-shadow: 0 12px 50px rgba(2, 6, 23, 0.16);
}
#pwe-main .svc-couple .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Positions (desktop) */
#pwe-main .svc-couple .photo-a {
  top: 0;
  left: 0;
  width: 56%;
  height: 72%;
}
#pwe-main .svc-couple .photo-b {
  top: 14%;
  right: 0;
  width: 52%;
  height: 56%;
  transform: rotate(2deg);
}
#pwe-main .svc-couple .photo-c {
  left: 10%;
  bottom: 0;
  width: 46%;
  height: 46%;
  transform: rotate(-2deg);
}

/* Label pill */
#pwe-main .svc-couple .svc-tag {
  position: absolute;
  left: 16px;
  top: 16px;
  background: #0f172a;
  color: #fff;
  padding: 6px 10px;
  border-radius: 9999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Mobile stacking */
@media (max-width: 991px) {
  #pwe-main .svc-couple__stack {
    min-height: unset;
  }
  #pwe-main .svc-couple .photo {
    position: relative;
    width: 100%;
    height: 340px;
    margin-bottom: 16px;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  #pwe-main .svc-couple .svc-tag {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }
}

#pwe-main .svc-list {
  margin: 10px 0 0 0;
  padding-left: 18px;
}
#pwe-main .svc-list li {
  margin: 6px 0;
  color: #475569;
}
#pwe-main .svc-quote {
  background: #a2783a;
  color: #fff;
  padding: 42px 0;
  margin-top: 10px;
}
#pwe-main .svc-quote blockquote {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
#pwe-main .svc-quote__by {
  text-align: center;
  opacity: 0.85;
  margin-top: 8px;
}

/* Base spacing */
#pwe-main .section {
  padding: 50px 0;
}
#pwe-main .section.soft {
  background: #39393a !important;
}
#pwe-main .section.dark {
  background: #a2783a;
  color: #fff;
}

/* Intro */
#pwe-main .eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: #64748b;
}
#pwe-main .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  margin: 6px 0 8px;
}
#pwe-main .lead {
  color: #475569;
  max-width: 900px;
}

/* Founder blocks */
#pwe-main .founder-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(2, 6, 23, 0.12);
  background: #fff;
}
#pwe-main .founder-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
#pwe-main .founder-media .badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #0f172a;
  color: #fff;
  padding: 6px 10px;
  border-radius: 9999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#pwe-main .founder-copy {
  padding: 10px 0 0;
}
#pwe-main .founder-name {
  font-size: 26px;
  margin: 0 0 8px;
  font-weight: 600;
}
#pwe-main .founder-quote {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
}
#pwe-main .founder-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-right: 8px;
  color: #0f172a;
}
#pwe-main .founder-social a:hover {
  background: #0f172a;
  color: #fff;
}

/* Values */
#pwe-main .value-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.06);
}
#pwe-main .value-card h4 {
  margin: 0 0 6px;
  font-weight: 600;
}

/* CTA */
#pwe-main .abt-cta .cta-title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
#pwe-main .abt-cta .cta-sub {
  opacity: 0.9;
  margin: 0;
  color: #ffffff;
}
#pwe-main .abt-cta .cta-btn {
  display: inline-block;
  margin-top: 12px;
  background: #fff;
  color: #0f172a;
  padding: 10px 16px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  #pwe-main .founder-media img {
    height: 360px;
  }
  #pwe-main .abt-cta .text-right {
    text-align: left;
  }
}

/* Scope to #pwe-main so sidebar safe रहे */
#pwe-main .svc-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px rgba(2, 6, 23, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#pwe-main .svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 60px rgba(2, 6, 23, 0.12);
}

#pwe-main .svc-card__media {
  position: relative;
}
#pwe-main .svc-card__media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
@media (max-width: 778px) {
  #pwe-main .svc-card__media img {
    height: 280px;
  }
}

/* gradient overlay for readability */
#pwe-main .svc-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(2, 6, 23, 0.55) 8%,
    rgba(2, 6, 23, 0) 45%
  );
  pointer-events: none;
}

/* pill label */
#pwe-main .svc-card__pill {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #0f172a;
  color: #fff;
  padding: 6px 10px;
  border-radius: 9999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* corner chevron */
#pwe-main .svc-card__chev {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
}

/* body */
#pwe-main .svc-card__body {
  padding: 16px 16px 18px;
}
#pwe-main .svc-card__title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}
#pwe-main .svc-card__desc {
  margin: 0;
  color: #475569;
  font-size: 14px;
}

/* anchor reset */
#pwe-main .svc-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* Owl nav beautify (requires themify icons available on page) */
#pwe-main .js-svc-owl .owl-nav {
  position: relative;
  margin-top: 14px;
}
#pwe-main .js-svc-owl .owl-nav button {
  width: 38px;
  height: 38px;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
#pwe-main .js-svc-owl .owl-nav button i {
  font-size: 16px;
  line-height: 1;
}
#pwe-main .js-svc-owl .owl-nav button:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

/* Dots */
#pwe-main .js-svc-owl .owl-dots {
  margin-top: 8px;
}
#pwe-main .js-svc-owl .owl-dot span {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  display: block;
  margin: 5px;
  border-radius: 9999px;
}
#pwe-main .js-svc-owl .owl-dot.active span {
  background: #0f172a;
}

/* Background safety overlay (kept subtle so theme overlay double na lage) */
#pwe-main .testimonial-section {
  position: relative;
}
#pwe-main .testimonial-section .tst-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.35);
  pointer-events: none;
}

/* Head */
#pwe-main .tst-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e2e8f0;
}
#pwe-main .tst-title {
  margin: 6px 0 8px;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
}
#pwe-main .tst-sub {
  color: #e2e8f0;
  max-width: 520px;
}

/* Cards */
#pwe-main .tst-card {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 12px 50px rgba(2, 6, 23, 0.18);
  padding: 22px 20px 18px;
  min-height: 200px;
  backdrop-filter: saturate(1.1) blur(2px);
}
#pwe-main .tst-quote {
  color: #0f172a;
  opacity: 0.8;
}
#pwe-main .tst-card blockquote {
  margin: 10px 0 12px;
  color: #0f172a;
  line-height: 1.7;
  font-size: 16px;
}
#pwe-main .tst-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#pwe-main .tst-name {
  font-weight: 600;
  color: #0f172a;
}

/* Owl nav + dots */
#pwe-main .js-tst-owl .owl-nav {
  margin-top: 14px;
}
#pwe-main .js-tst-owl .owl-nav button {
  width: 38px;
  height: 38px;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  background: #fff;
}
#pwe-main .js-tst-owl .owl-nav button:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}
#pwe-main .js-tst-owl .owl-nav .owl-prev::after,
#pwe-main .js-tst-owl .owl-nav .owl-next::after {
  display: none;
}
#pwe-main .js-tst-owl .owl-dots {
  margin-top: 8px;
}
#pwe-main .js-tst-owl .owl-dot span {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  display: block;
  margin: 5px;
  border-radius: 9999px;
}
#pwe-main .js-tst-owl .owl-dot.active span {
  background: #0f172a;
}

/* Responsive */
@media (max-width: 991px) {
  #pwe-main .tst-title {
    font-size: 24px;
  }
  #pwe-main .tst-card {
    padding: 18px;
  }
}

/* Section base */
#pwe-main .wc-section {
  padding: 50px 0 10px;
  color: #0f172a;
}
#pwe-main .wc-eyebrow {
  font-weight: 600;
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.18em;
  /* text-transform: uppercase; */
  color: #64748b;
}
#pwe-main .wc-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  margin: 6px 0 10px;
}
#pwe-main .wc-lead {
  color: #475569;
  max-width: 900px;
}

/* Images */
#pwe-main .wc-hero {
  margin: 16px 0 22px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(2, 6, 23, 0.12);
}
#pwe-main .wc-hero img {
  display: block;
  width: 100%;
  height: clamp(220px, 40vw, 380px); /* <- min 220px, typical 40vw, max 380px */
  object-fit: cover; /* crop tall images nicely */
}

#pwe-main .wc-inline-img {
  margin: 14px 0 14px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(2, 6, 23, 0.1);
}
#pwe-main .wc-inline-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Copy */
#pwe-main .wc-copy p {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
  margin: 0 0 12px;
}

/* Sidebar card */
#pwe-main .wc-card {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.08);
  padding: 20px;
}
#pwe-main .wc-card-title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 20px;
}
#pwe-main .wc-list {
  list-style: none;
  margin: 10px 0 14px;
  padding: 0;
}
#pwe-main .wc-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 8px 0;
  color: #475569;
}
#pwe-main .wc-list i {
  line-height: 1.4;
}

/* Chips */
#pwe-main .wc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 14px;
}
#pwe-main .chip {
  display: inline-block;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 6px 10px;
  font-size: 12px;
  color: #0f172a;
  background: #fff;
}

/* Buttons */
#pwe-main .wc-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 9999px;
  padding: 10px 16px;
  background: #0f172a;
  color: #fff;
}

/* CTA band */
#pwe-main .wc-cta {
  background: #a2783a;
  color: #fff;
  margin-top: 26px;
  padding: 34px 0;
}
#pwe-main .wc-cta-title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
}
#pwe-main .wc-cta-sub {
  margin: 0;
  opacity: 0.9;
}
#pwe-main .wc-cta-btn {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
  color: #0f172a;
  padding: 10px 16px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  #pwe-main .wc-title {
    font-size: 26px;
  }
  #pwe-main .wc-cta .text-right {
    text-align: left;
  }
}

/* Head */
#pwe-main .dest-sub {
  color: #475569;
  max-width: 760px;
  margin-top: 8px;
}

/* Card */
#pwe-main .dest-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px rgba(2, 6, 23, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#pwe-main .dest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 60px rgba(2, 6, 23, 0.12);
}

/* Media */
#pwe-main .dest-media {
  position: relative;
}
#pwe-main .dest-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
@media (max-width: 778px) {
  #pwe-main .dest-media img {
    height: 280px;
  }
}

/* Overlay gradient for legibility */
#pwe-main .dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(2, 6, 23, 0.55) 10%,
    rgba(2, 6, 23, 0) 45%
  );
  pointer-events: none;
}

/* Location pill */
#pwe-main .dest-pill {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #0f172a;
  color: #fff;
  padding: 6px 10px;
  border-radius: 9999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

/* Body */
#pwe-main .dest-body {
  padding: 14px 16px 18px;
}
#pwe-main .dest-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
}

/* Anchor reset */
#pwe-main .dest-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* Owl nav + dots styling (uses Themify icons already on site) */
#pwe-main .js-dest-owl .owl-nav {
  margin-top: 14px;
}
#pwe-main .js-dest-owl .owl-nav button {
  width: 38px;
  height: 38px;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  background: #fff;
}
#pwe-main .js-dest-owl .owl-nav button:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}
#pwe-main .js-dest-owl .owl-dots {
  margin-top: 8px;
}
#pwe-main .js-dest-owl .owl-dot span {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  display: block;
  margin: 5px;
  border-radius: 9999px;
}
#pwe-main .js-dest-owl .owl-dot.active span {
  background: #0f172a;
}

/* Base */
#pwe-footer2.ftr {
  background: #0f172a;
  color: #e5e7eb;
  padding: 36px 0 18px;
}
#pwe-footer2 .ftr a {
  color: #e5e7eb;
  text-decoration: none;
}
#pwe-footer2 .ftr a:hover {
  color: #fff;
}

/* Brand */
#pwe-footer2 .ftr-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
#pwe-footer2 .ftr-logo {
  width: 120px;
  height: auto;
  display: block;
}
#pwe-footer2 .ftr-tag {
  font-size: 12px;
  opacity: 0.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#pwe-footer2 .ftr-blurb {
  color: #cbd5e1;
  margin: 8px 0 14px;
  max-width: 280px;
}
#pwe-footer2 .ftr-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 10px;
  margin-right: 8px;
}
#pwe-footer2 .ftr-social a:hover {
  background: #fff;
  color: #0f172a;
  border-color: #fff;
}

/* Headings & lists */
#pwe-footer2 .ftr-head {
  color: #fff;
  margin: 6px 0 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#pwe-footer2 .ftr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pwe-footer2 .ftr-list li {
  margin: 6px 0;
}

/* Contact */
#pwe-footer2 .ftr-contact {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
#pwe-footer2 .ftr-contact li {
  display: flex;
  gap: 10px;
  margin: 8px 0;
}
#pwe-footer2 .ftr-contact i {
  line-height: 1.6;
  opacity: 0.9;
}
#pwe-footer2 .ftr-address i {
  margin-top: 2px;
}

/* Chips */
#pwe-footer2 .ftr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
#pwe-footer2 .ftr-chips span {
  display: inline-block;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 9999px;
  padding: 6px 10px;
  font-size: 12px;
}

/* Separator + bottom */
#pwe-footer2 .ftr-sep {
  border-color: rgba(148, 163, 184, 0.2);
  margin: 18px 0;
}
#pwe-footer2 .ftr-bottom small {
  color: #cbd5e1;
}
#pwe-footer2 .ftr-legal {
  opacity: 0.9;
}
#pwe-footer2 .ftr-dot {
  margin: 0 8px;
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 991px) {
  #pwe-footer2 .text-right {
    text-align: left;
  }
  #pwe-footer2 .ftr-brand {
    margin-top: 6px;
  }
}

/* ===== Footer layout fixes (scoped to #pwe-footer2) ===== */
#pwe-footer2.ftr {
  position: relative;
  padding: 40px 0 20px; /* a touch more top/bottom */
  overflow: visible; /* allow box-shadows to show */
}

/* Give the inner wrapper a real container behavior */
#pwe-footer2 .pwe-narrow-content {
  max-width: 1240px; /* keep content away from hard edges */
  margin: 0 auto; /* center it */
  padding: 0 24px; /* counteract .row’s negative margins */
  box-sizing: border-box;
}

/* Optional: tighten gutters a bit so it won’t “kiss” the edges on small screens */
#pwe-footer2 .row {
  margin-left: -12px;
  margin-right: -12px;
}
#pwe-footer2 [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* Brand/logo never overflow */
#pwe-footer2 .ftr-logo {
  max-width: 100%;
  height: auto;
}

/* Bottom separator spans exactly the padded width */
#pwe-footer2 .ftr-sep {
  margin: 18px -24px 12px;
  border-color: rgba(148, 163, 184, 0.2);
}

/* Legal line: remove any stray inline images from themes */
#pwe-footer2 .ftr-bottom img {
  display: none !important;
}

/* Kill any horizontal scroll that may cause the thin black strip */
html,
body {
  overflow-x: hidden;
}

/* Small-screen polish */
@media (max-width: 991px) {
  #pwe-footer2 .pwe-narrow-content {
    padding: 0 18px;
  }
  #pwe-footer2 .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  #pwe-footer2 [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
  }
  #pwe-footer2 .ftr-bottom .text-right {
    text-align: left;
    margin-top: 8px;
  }
}

/* Section padding */
#pwe-main .pt-60 {
  padding-top: 0px;
}

#pwe-main .mt-20 {
  margin-top: 20px;
}
#pwe-main .mb-15 {
  margin-bottom: 15px;
}

/* Grid layout */
#pwe-main .hg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

/* Cards */
#pwe-main .hg-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 32px rgba(2, 6, 23, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  aspect-ratio: 4/3; /* consistent tile height */
}
#pwe-main .hg-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.16);
}
#pwe-main .hg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* A couple of accent tiles for variety on large screens */
@media (min-width: 992px) {
  #pwe-main .hg-item--wide {
    grid-column: span 2;
    aspect-ratio: 16/9;
  }
  #pwe-main .hg-item--tall {
    aspect-ratio: 3/4;
  }
}

/* CTA button */
#pwe-main .hg-btn {
  display: inline-block;
  background: #0f172a;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 9999px;
  font-weight: 600;
}

/* Safe side padding inside section */
#pwe-main .home-gallery .container-fluid {
  padding-inline: 16px;
}

/* Grid variables + layout */
#pwe-main .hg-grid {
  --tile-h: clamp(170px, 22vw, 240px); /* pehle 180–260 tha */
  --tile-min: 260px; /* columns thode wide -> zyada airy nahi lagega */
  --gap: 12px; /* gap halka kam */
}

/* Tile card */
#pwe-main .hg-item {
  height: var(--tile-h);
  border-radius: 14px;
  overflow: hidden; /* clip image to rounded corners */
  background: #fff;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#pwe-main .hg-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.14);
}

/* Image fills tile neatly */
#pwe-main .hg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* If you still have wide/tall classes in HTML, neutralize them for uniform grid */
#pwe-main .hg-item.hg-item--wide,
#pwe-main .hg-item.hg-item--tall {
  grid-column: auto;
  height: var(--tile-h);
}

/* Tablet */
@media (max-width: 992px) {
  #pwe-main .hg-grid {
    --tile-min: 220px;
    --tile-h: 230px;
  }
}

/* Mobile */
@media (max-width: 778px) {
  #pwe-main .hg-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
    --tile-min: 0px; /* not used with fixed repeat */
    --tile-h: 200px;
    --gap: 10px;
  }
}

@media (max-width: 776px) {
  #pwe-main .pt-60 {
    padding-top: 0px;
  }
}

#pwe-main .svc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#pwe-main .svc-chips .chip {
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #0f172a;
}

/* Cards & layout */
#pwe-main .ct-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.06);
}
#pwe-main .ct-card-head {
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#pwe-main .ct-card-head i {
  opacity: 0.85;
}
#pwe-main .ct-card-body p {
  margin: 0 0 6px;
}
#pwe-main .mb-20 {
  margin-bottom: 20px;
}
#pwe-main .pb-30 {
  padding-bottom: 30px;
}
#pwe-main .pb-40 {
  padding-bottom: 40px;
}
#pwe-main .ct-map iframe {
  border-radius: 14px;
}

/* Form */
#pwe-main .form-group {
  margin-bottom: 14px;
}
#pwe-main .form-control,
#pwe-main select,
#pwe-main textarea {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 12px;
  width: 100%;
}
#pwe-main .form-control:focus,
#pwe-main select:focus,
#pwe-main textarea:focus {
  outline: 0;
  border-color: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}
#pwe-main .btn-contact {
  background: #0f172a;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 10px 18px;
  font-weight: 600;
}
#pwe-main .btn-contact[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Validation */
#pwe-main .err {
  display: block;
  color: #b91c1c;
  font-size: 12px;
  min-height: 16px;
}
#pwe-main .ct-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 10px;
}
#pwe-main .ct-alert {
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
}
#pwe-main .ct-alert.success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
#pwe-main .ct-alert.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* Chips (if not added earlier) */
#pwe-main .svc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#pwe-main .svc-chips .chip {
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
}

/* Filters */
#pwe-main .pf-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 6px 8px;
}
#pwe-main .pf-chip {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  border-radius: 9999px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
}
#pwe-main .pf-chip.is-active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

/* Masonry via CSS columns (keeps original aspect ratios, no crop) */
#pwe-main .pf-grid {
  column-count: 4;
  column-gap: 14px;
  margin-top: 12px;
}
@media (max-width: 1200px) {
  #pwe-main .pf-grid {
    column-count: 3;
  }
}
@media (max-width: 768px) {
  #pwe-main .pf-grid {
    column-count: 2;
  }
}
@media (max-width: 778px) {
  #pwe-main .pf-grid {
    column-count: 1;
  }
}

#pwe-main .pf-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.08);
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
#pwe-main .pf-item img {
  width: 100%;
  height: auto;
  display: block;
}
#pwe-main .pf-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.14);
}

/* Caption on hover (from title attr) */
#pwe-main .pf-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(2, 6, 23, 0.55),
    rgba(2, 6, 23, 0) 55%
  );
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}
#pwe-main .pf-item::after {
  content: attr(title);
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pwe-main .pf-item:hover::before {
  opacity: 0.35;
}
#pwe-main .pf-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Load more button */
#pwe-main .pf-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
#pwe-main .pf-more {
  background: #0f172a;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
}
