/* ------------------------------------------
[Master Stylesheet]


---------------------------------------------

[Tables of CSS Content]

+ body

    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Footer CSS
    - 10.0 CTA CSS
    - 11.0 Breadcrumb CSS
    - 12.0 Blog CSS
    - 13.0 Choose_us CSS
    - 14.0 Portfolio CSS
    - 15.0 Team CSS
    - 16.0 Service CSS
    - 17.0 About CSS
    - 18.0 Contact CSS
    - 19.0 Product CSS
    - 20.0 Poducts Shop Now Page CSS
    - 21.0 Blog Pages CSS
    - 22.0 Powered By Clickavate
    - 23.0 Healthy Hair CSS
    - 24.0 Blog-Card 2

  --------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/default-assets/audioplayer.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
/* :: 1.0 Reboot CSS */

html {
	scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #252525;
  line-height: 1.3;
  font-weight: 400; }

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 400; }

li {
  list-style: none; 
  color: #6e6e6e;
}

p {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }



ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.65); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #bca858;
  height: 30px;
  line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
  background: #bca858; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f6f9f9 !important; }

textarea:focus,
input:focus {
  outline: none; }

.border {
  border-color: #e5e5e5; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 40px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 40px;
  padding-bottom: 40px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 30px;
  padding-bottom: 0; }

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f6f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: lightsteelblue;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 30px; } }
  .section-heading p {
    font-size: 16px; }
  .section-heading span {
    position: absolute;
    top: 50%;
    font-size: 100px;
    color: lightsteelblue;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
    left: 0;
    font-weight: 700; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading span {
        font-size: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading span {
        font-size: 70px; } }
    @media only screen and (max-width: 767px) {
      .section-heading span {
        font-size: 50px; } }
  .section-heading.text-right span {
    right: 48px; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: lightsteelblue;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff; }

/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none; }

.akame-btn {
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 1;
  min-width: 75px;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  color: #252525;
  border: 1px solid #252525;
  border-radius: 0px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .akame-btn:focus, .akame-btn:hover {
    border-color: lightsteelblue;
    font-weight: 400;
    font-size: 14px;
    background-color: lightsteelblue;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
  .akame-btn.active {
    border-color: lightsteelblue;
    background-color: lightsteelblue;
    color: #ffffff; }
    .akame-btn.active:focus, .akame-btn.active:hover {
      border-color: #252525;
      background-color: #252525;
      color: #ffffff; }



.akame-btn2 {
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 1;
  min-width: 75px;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 60px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .akame-btn2:focus, .akame-btn2:hover {
    border-color: lightsteelblue;
    font-weight: 400;
    font-size: 14px;
    background-color: lightsteelblue;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
  .akame-btn2.active {
    border-color: lightsteelblue;
    background-color: lightsteelblue;
    color: #ffffff; }
    .akame-btn2.active:focus, .akame-btn2.active:hover {
      border-color: #252525;
      background-color: #252525;
      color: #ffffff; }

/* Akame Button 3 - Base Styles */
.akame-btn3 { 
  font-family: "Playfair Display", serif; 
  position: relative; 
  z-index: 1; 
  min-width: 75px; 
  height: 35px; 
  line-height: 34px; 
  font-size: 14px; 
  font-weight: 400; 
  display: inline-block; 
  padding: 0 35px; 
  text-align: center; 
  text-transform: uppercase; 
  background-color: transparent; 
  color: #FFFFFF; 
  border: 1px solid #FFFFFF; 
  border-radius: 60px; 
  transition-duration: 500ms; 
}

/* Hover and Focus Styles */
.akame-btn2:focus,
.akame-btn2:hover { 
  border-color: lightsteelblue; 
  font-weight: 400; 
  font-size: 14px; 
  background-color: lightsteelblue; 
  color: #ffffff; 
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); 
}

/* Active State Styles */
.akame-btn2.active { 
  border-color: lightsteelblue; 
  background-color: lightsteelblue; 
  color: #ffffff; 
}
.akame-btn2.active:focus,
.akame-btn2.active:hover { 
  border-color: #252525; 
  background-color: #252525; 
  color: #ffffff; 
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .akame-btn3 {
    width: 100%;
    min-width: unset;
    height: auto;
    padding: 0.65rem 0.80rem;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    margin-top: 0.1rem;
    box-sizing: border-box;
  }
}

.mainlogo {
  position: relative;
  z-index: 1;
  min-width: 30px;
  height: 180px;
  display: inline-block;
  padding: -5 0 40 0px;

  background-color: transparent;
  color: #252525;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }

/* :: 7.0 Header CSS */
.header-area {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid #e5e5e5; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    background-color: #818181;
    width: 100%;
    height:35px; }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: auto;
        padding: 15px 0; } }
    .header-area .top-header-area .top-header-content p {
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 10px; } }
  .header-area .cart-icon a:focus, .header-area .cart-icon a:hover {
    color: #bca858; }

.classy-nav-container {
  background-color:rgba(255, 255, 255, 0.6);
	
  padding: 0; }

.classy-nav-container2 {
  background-color:rgba(255, 255, 255, 0.6);
	z-index: 501;
	position:absolute;
	width: 100%;	
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 100px;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 200px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 16px;
      text-transform: capitalize;
      color: #252525; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #bca858; }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: capitalize;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #252525; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: lightsteelblue; }

.classynav ul li.active a {
  position: relative;
  z-index: 1; }
  .classynav ul li.active a::before {
    width: 80%;
    height: 2px;
    background-color: #bca858;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: ''; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .classynav ul li.active a::before {
        display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #252525; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 210px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

/* :: 8.0 Hero CSS */
.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 720px;
  background-color: #ffffff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 500px; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; 
}
    .single-welcome-slide .welcome-text h2 {
      font-size: 72px;
      display: block;
      margin-bottom: 30px;
        color: #252525; }
		h5 {
          font-size: 28px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 60px; } 
		h5 {
          font-size: 25px; }}
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 50px; }
		h5 {
          font-size: 20px; }}
      @media only screen and (min-width: 500px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 34px; 
		  margin-right: 100px;}
        h5 {
          font-size: 16px; }
        h6 {
          font-size: 14px; }}
      @media only screen and (min-width: 350px) and (max-width: 499px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 28px; 
		  margin-right: 30px;}
        h4 {
          font-size: 20px; 
		  margin-left: 00px;}   
          h5 {
          font-size: 14px; }
		h6 {
          font-size: 12px; }}
      @media only screen and (max-width: 349px) {
        .single-welcome-slide .welcome-text h2 {
			font-size: 28px; }
        h4 {
          font-size: 18px; }        
        h5 {
          font-size: 14px; }
		h6 {
          font-size: 10px; }}

    .single-welcome-slide .welcome-text p {
      font-size: 18px;
      color: #252525;
      margin-bottom: 50px;
      display: block; }

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }

/* :: 9.0 Footer CSS */
.footer-area {
  position: relative;
  z-index: 1; }

.single-footer-widget {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-widget p {
      font-size: 14px; } }
  .single-footer-widget .widget-title {
    font-size: 22px;
    color: #252525;
    margin-bottom: 15px;
    display: block;
 }
  .single-footer-widget .open-time p {
    margin-bottom: 8px; }
    .single-footer-widget .open-time p:last-child {
      margin-bottom: 0; }
  .single-footer-widget .social-info {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .single-footer-widget .social-info a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
      text-align: center;
      line-height: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .social-info a {
          margin-right: 5px; } }
      .single-footer-widget .social-info a.facebook {
        background-color: #4b62b3; }
      .single-footer-widget .social-info a.twitter {
        background-color: #03baeb; }
      .single-footer-widget .social-info a.google-plus {
        background-color: #cb242e; }
      .single-footer-widget .social-info a.instagram {
        background-color: #057ad7; }
      .single-footer-widget .social-info a:focus, .single-footer-widget .social-info a:hover {
        background-color: #bca858; }
  .single-footer-widget .contact-address p {
    margin-bottom: 8px; }
    .single-footer-widget .contact-address p:last-child {
      margin-bottom: 0; }
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 15px; }

.copywrite-text {
  position: relative;
  z-index: 1; }
  .copywrite-text p {
    font-size: 16px;
    color: #6e6e6e;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-text p {
        font-size: 14px; } }
    .copywrite-text p a {
      color: #6e6e6e;
      font-size: 16px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .copywrite-text p a {
          font-size: 14px; } }
      .copywrite-text p a:focus, .copywrite-text p a:hover {
        color: #bca858; }

/* :: 10.0 CTA CSS */
.akame-cta-area {
  position: relative;
  z-index: 1; }
  .akame-cta-area .cta-content h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .akame-cta-area .cta-content h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame-cta-area .cta-content h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .akame-cta-area .cta-content h2 {
        font-size: 30px; } }
  .akame-cta-area .cta-thumbnail {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .akame-cta-area .cta-thumbnail {
        width: 65%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame-cta-area .cta-thumbnail {
        width: 70%;
        opacity: 0.5; } }
    @media only screen and (max-width: 767px) {
      .akame-cta-area .cta-thumbnail {
        width: 100%;
        opacity: 0.2; } }

/* :: 11.0 Breadcrumb CSS */
.breadcrumb-content {
  position: relative;
  z-index: 1;
  text-align: center; }
  .breadcrumb-content h2 {
    font-size: 60px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-content h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-content h2 {
        font-size: 36px; } }
  .breadcrumb-content .breadcrumb {
    position: relative;
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
      color: #bca858; }
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: '\f101';
      font-family: "FontAwesome"; }

/* :: 12.0 Blog CSS */
.single-post-area {
  position: relative;
  z-index: 1; }
  .single-post-area .post-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .single-post-area .post-thumbnail a {
      display: block; }
  .single-post-area .post-content {
    position: relative;
    z-index: 1; }
    .single-post-area .post-content .post-title {
      font-weight: 400;
      font-size: 20px;
      display: block;
      margin-bottom: 15px;

      font-family: "Playfair Display", serif; }
      .single-post-area .post-content .post-title:hover, .single-post-area .post-content .post-title:focus {
        color: #bca858; }
    .single-post-area .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-post-area .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 14px;
        color: #acacac;
        display: inline-block;
        margin-right: 30px; }
        .single-post-area .post-content .post-meta a:last-child {
          margin-right: 0; }
          .single-post-area .post-content .post-meta a:last-child::before {
            content: '|';
            position: absolute;
            top: 0;
            left: -20px;
            z-index: 1; }
        .single-post-area .post-content .post-meta a:hover, .single-post-area .post-content .post-meta a:focus {
          color: #bca858; }
    .single-post-area .post-content p {
      margin-bottom: 0; }
  .single-post-area:hover .post-content .post-title, .single-post-area:focus .post-content .post-title {
    color: #bca858; }

.akame-blog-details-area {
  position: relative;
  z-index: 1; }
  .akame-blog-details-area .post-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px; }
    .akame-blog-details-area .post-content .post-title {
      font-weight: 400;
      font-size: 42px;
      display: block;
      margin-bottom: 0;
      font-family: "Playfair Display", serif; }
      @media only screen and (max-width: 767px) {
        .akame-blog-details-area .post-content .post-title {
          font-size: 30px; } }
    .akame-blog-details-area .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .akame-blog-details-area .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 16px;
        color: #acacac;
        display: inline-block;
        margin-right: 30px; }
        .akame-blog-details-area .post-content .post-meta a:last-child {
          margin-right: 0; }
          .akame-blog-details-area .post-content .post-meta a:last-child::before {
            content: '|';
            position: absolute;
            top: 0;
            left: -20px;
            z-index: 1; }
        @media only screen and (max-width: 767px) {
          .akame-blog-details-area .post-content .post-meta a {
            font-size: 14px; } }
        .akame-blog-details-area .post-content .post-meta a:hover, .akame-blog-details-area .post-content .post-meta a:focus {
          color: #bca858; }

.blog-details-text {
  position: relative;
  z-index: 1; }
  .blog-details-text p {
    font-size: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .blog-details-text p {
        font-size: 16px; } }
  .blog-details-text p:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1; }
    .blog-details-text p:first-child span:first-child {
      font-weight: 700;
      margin-right: 15px;
      font-size: 100px; }
      @media only screen and (max-width: 767px) {
        .blog-details-text p:first-child span:first-child {
          font-size: 50px; } }
    .blog-details-text p:first-child span:last-child {
      line-height: 1.7; }
  .blog-details-text ul {
    position: relative;
    z-index: 1;
    padding-left: 0px; }
    .blog-details-text ul li {
      font-size: 20px;
      color: #6e6e6e;
      margin-bottom: 10px; }
      .blog-details-text ul li span {
        color: #252525; }
      .blog-details-text ul li i {
        font-size: 14px;
        margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .blog-details-text ul li {
          font-size: 16px; } }

.akame-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  border-left: 5px solid #bca858;
  padding: 15px; }
  .akame-blockquote h4 {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .akame-blockquote h4 {
        font-size: 20px; } }

.akame-post-share {
  position: relative;
  z-index: 1; }
  .akame-post-share a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #bca858;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 46px; }
    @media only screen and (max-width: 767px) {
      .akame-post-share a {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
    .akame-post-share a.facebook {
      background-color: #4b62b3; }
    .akame-post-share a.twitter {
      background-color: #03baeb; }
    .akame-post-share a.google-plus {
      background-color: #cb242e; }
    .akame-post-share a.instagram {
      background-color: #057ad7; }
    .akame-post-share a:hover, .akame-post-share a:focus {
      background-color: #bca858; }

.post-author-area {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5; }
  .post-author-area .author-meta .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-meta .author-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
        margin-right: 5px; } }
    .post-author-area .author-meta .author-avatar img {
      border-radius: 50%; }
  .post-author-area .author-meta .author-text p {
    font-size: 14px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-meta .author-text p {
        font-size: 12px; } }
  .post-author-area .author-meta .author-text h5 {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-meta .author-text h5 {
        font-size: 14px; } }
  .post-author-area .author-social-info a {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #bca858;
    color: #ffffff;
    text-align: center;
    margin-left: 15px;
    line-height: 46px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 2px;
        font-size: 14px; } }
    .post-author-area .author-social-info a.facebook {
      background-color: #4b62b3; }
    .post-author-area .author-social-info a.twitter {
      background-color: #03baeb; }
    .post-author-area .author-social-info a.google-plus {
      background-color: #cb242e; }
    .post-author-area .author-social-info a:hover, .post-author-area .author-social-info a:focus {
      background-color: #bca858; }

/* :: 13.0 Choose Us CSS */
.choose-us-content {
  position: relative;
  z-index: 1; }
  .choose-us-content ul li {
    font-size: 16px;
    display: block;
    margin-bottom: 5px; }
    .choose-us-content ul li i {
      color: #bca858;
      padding-right: 5px; }
    .choose-us-content ul li:last-child {
      margin-bottom: 0; }

.choose-us-thumbnail {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0px;
  height: 500px; }
  @media only screen and (max-width: 767px) {
    .choose-us-thumbnail {
      height: 220px; } }
  .choose-us-thumbnail .choose-us-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 10;
    border-radius: 0px; }
    @media only screen and (max-width: 767px) {
      .choose-us-thumbnail .choose-us-img {
        top: -15px;
        right: 15px; } }

/* :: 14.0 Portfolio CSS */
.akame-portfolio {
  position: relative;
  z-index: 1; }

.portfolio-menu .btn {
  padding: 5px 10px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  margin: 0 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu .btn {
      margin: 0 5px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .portfolio-menu .btn {
      margin: 0 3px;
      font-size: 13px; } }
  .portfolio-menu .btn.active {
    color: lightsteelblue;
    border-bottom-color: lightsteelblue; }

.akame-portfolio-single-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px; }
  .akame-portfolio-single-item img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 3px; }
  .akame-portfolio-single-item .overlay-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border-radius: 3px;
    padding: 50px 30px; }
    .akame-portfolio-single-item .overlay-content .overlay-text h4 {
      color: #bca858; }
      @media only screen and (max-width: 767px) {
        .akame-portfolio-single-item .overlay-content .overlay-text h4 {
          font-size: 20px; } }
    .akame-portfolio-single-item .overlay-content .overlay-text p {
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .akame-portfolio-single-item .overlay-content .overlay-text p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .akame-portfolio-single-item .overlay-content .overlay-text p {
          font-size: 14px; } }
  .akame-portfolio-single-item .thumbnail-zoom {
    position: absolute;
    width: 35px;
    height: auto;
    margin-left: -40px;
    font-size: 40px;
    color: #ffffff;
    left: 50%;
    z-index: 100;
    bottom: 25px;
    text-align: center;
    opacity: 0;
    visibility: hidden; }
    .akame-portfolio-single-item .thumbnail-zoom:hover, .akame-portfolio-single-item .thumbnail-zoom:focus {
      color: #bca858; }
  .akame-portfolio-single-item:hover img, .akame-portfolio-single-item:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .akame-portfolio-single-item:hover .overlay-content, .akame-portfolio-single-item:focus .overlay-content {
    opacity: 0.7;
    visibility: visible; }
  .akame-portfolio-single-item:hover .thumbnail-zoom, .akame-portfolio-single-item:focus .thumbnail-zoom {
    opacity: 1;
    visibility: visible;
    margin-left: -20px; }

/* :: 15.0 Team CSS */
.akame-our-expert-area {
  position: relative;
  z-index: 1; }
  .akame-our-expert-area::before {
    position: absolute;
    width: 100%;
    height: 70%;
    content: '';
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #f6f9f9; }
  .akame-our-expert-area .side-thumbnail {
    position: absolute;
    width: 555px;
    height: 70%;
    right: 50%;
    top: 0;
    z-index: -1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame-our-expert-area .side-thumbnail {
        height: 50%;
        opacity: 0.2; } }
    @media only screen and (max-width: 767px) {
      .akame-our-expert-area .side-thumbnail {
        display: none; } }
  .akame-our-expert-area.about-us-page::before {
    height: 100%; }
  .akame-our-expert-area.about-us-page .side-thumbnail {
    height: 100%; }

.our-certificate-area {
  position: relative;
  z-index: 1; }
  .our-certificate-area img {
    margin-right: 30px;
    max-height: 45px; }
    .our-certificate-area img:last-child {
      margin-right: 0; }

.single-team-member {
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff; }
  .single-team-member .team-member-img {
    position: relative;
    z-index: 1; }
    .single-team-member .team-member-img img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .single-team-member .team-member-img .team-social-info {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      z-index: 10;
      text-align: center; }
      .single-team-member .team-member-img .team-social-info .social-link a {
        display: inline-block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 50%; }
        .single-team-member .team-member-img .team-social-info .social-link a:hover, .single-team-member .team-member-img .team-social-info .social-link a:focus {
          background-color: #bca858;
          -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
          color: #ffffff; }
  .single-team-member .team-member-info {
    padding: 20px 30px; }
    .single-team-member .team-member-info h5 {
      display: block;
      margin-bottom: 10px; }
    .single-team-member .team-member-info p {
      margin-bottom: 0;
      font-size: 14px; }
  .single-team-member:hover, .single-team-member:focus {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .single-team-member:hover img, .single-team-member:focus img {
      width: 100%;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .single-team-member:hover .team-social-info, .single-team-member:focus .team-social-info {
      opacity: 1;
      visibility: visible; }
    .single-team-member:hover .team-member-info h5, .single-team-member:focus .team-member-info h5 {
      color: #bca858; }

/* :: 16.0 Service CSS */
.single-service-area {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-area {
      padding: 30px 15px; } }
  .single-service-area img {
    display: inline-block;
    margin-bottom: 15px; }
  .single-service-area h5 {
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service-area h5 {
        font-size: 18px; } }
  .single-service-area p {
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service-area p {
        font-size: 14px; } }
  .single-service-area:hover, .single-service-area:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .single-service-area:hover h5, .single-service-area:focus h5 {
      color: #bca858; }

.single--service--item {
  position: relative;
  z-index: 1; }
  .single--service--item .service-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 10%; }
    @media only screen and (max-width: 767px) {
      .single--service--item .service-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single--service--item .service-content .service-text {
      margin-left: auto;
      width: 700px;
        padding: 80px 0 0 0;}
        h3 {
            margin-left: 30px;}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single--service--item .service-content .service-text {
          width: 455px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single--service--item .service-content .service-text {
          width: 345px; } }
      @media only screen and (max-width: 767px) {
        .single--service--item .service-content .service-text {
          width: 100%;
          padding: 80px 0 0 0; } }
      .single--service--item .service-content .service-text h2 {
        font-size: 42px;
        display: block;
        margin-bottom: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single--service--item .service-content .service-text h2 {
        font-size: 36px; }
        h3 {
        margin-left: 30px;}}
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single--service--item .service-content .service-text h2 {
        font-size: 30px; }
        h3 {
        margin-left: 30px;}}
        @media only screen and (max-width: 767px) {
          .single--service--item .service-content .service-text h2 {
        font-size: 24px; } 
        h3 {
        margin-left: 30px;}}

      .single--service--item .service-content .service-text p {
        margin-bottom: 25px;
        margin-right: 50px;
        margin-left: 30px;
        line-height: 0.5;
        display: block;
        max-width: 450px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .single--service--item .service-content .service-text p span:last-child {
          font-weight: 600;
          color: #252525; }
        .single--service--item .service-content .service-text p:last-child {
          margin-bottom: 0; }
  .single--service--item .service-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 400px; }
    @media only screen and (max-width: 767px) {
      .single--service--item .service-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 300px; } }
  .single--service--item.odd-item .service-content .service-text {
    margin-left: 15%;
    width: auto; }
    @media only screen and (max-width: 767px) {
      .single--service--item.odd-item .service-content .service-text {
        margin-left: auto; } }

.akame-service-area {
  position: relative;
  z-index: 1; }
  .akame-service-area .single--service--item:first-child {
    border-top: 1px solid #e5e5e5; }
  .akame-service-area .single--service--item:last-child {
    border-bottom: 1px solid #e5e5e5; }

    /* Add space below the price list section before footer */
.akame-service-area {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem; /* New spacing below service section */
}

/* Ensure the service item text wraps nicely */
.single--service--item .service-content .service-text {
  margin-bottom: 2rem; /* Adds space between the last price and footer */
}

/* You may adjust this if footer has padding/margin conflicts */
@media (max-width: 768px) {
  .akame-service-area {
    margin-bottom: 5rem;
  }

  .single--service--item .service-content .service-text {
    margin-bottom: 3rem;
  }
}

.service-thumbnail.bg-img {
  background-image: url('img/bg-img/30.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .service-thumbnail.bg-img {
    background-position: 75% center;
  }
}

/* :: 17.0 About CSS */
.about-us-thumbnail {
  position: relative;
  z-index: 1; }
  .about-us-thumbnail img {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

.about-us-content {
  position: relative;
  z-index: 1; }
  .about-us-content h3 {
    display: block;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-content h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .about-us-content h3 {
        font-size: 24px; } }

.about--us--content p {
  font-size: 20px;
  font-style: italic;
  color: #252525;
  margin-bottom: 25px; }
.about--us--content img {
  display: block;
  margin-bottom: 20px; }
.about--us--content h4 {
  margin-bottom: 0; }

.akame--video--area {
  position: relative;
  z-index: 1; }
  .akame--video--area::before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: '';
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #f6f9f9; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .akame--video--area::before {
        height: 70%; } }
    @media only screen and (max-width: 767px) {
      .akame--video--area::before {
        height: 90%; } }
  .akame--video--area .video-content-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px; }
    .akame--video--area .video-content-area .video-play-btn {
      display: inline-block;
      width: 90px;
      height: 90px;
      background-color: #bca858;
      color: #ffffff;
      font-size: 30px;
      text-align: center;
      line-height: 90px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -45px;
      margin-left: -45px;
      z-index: 100; }
      .akame--video--area .video-content-area .video-play-btn i {
        padding-left: 5px; }
      @media only screen and (max-width: 767px) {
        .akame--video--area .video-content-area .video-play-btn {
          width: 60px;
          height: 60px;
          font-size: 24px;
          line-height: 60px;
          margin-top: -30px;
          margin-left: -30px; } }
      .akame--video--area .video-content-area .video-play-btn:hover, .akame--video--area .video-content-area .video-play-btn:focus {
        background-color: #000000; }

.single-cool-facts-area {
  position: relative;
  z-index: 1; }
  .single-cool-facts-area span {
    position: absolute;
    top: 50%;
    font-size: 48px;
    color: #bca858;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.15;
    left: 50%;
    font-weight: 700; }
  .single-cool-facts-area h2 {
    font-size: 60px;
    display: block;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .single-cool-facts-area h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-cool-facts-area h2 {
        font-size: 42px; } }
  .single-cool-facts-area p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #6e6e6e; }

.testimonial-slides {
  position: relative;
  z-index: 1; }
  .testimonial-slides .owl-dots {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .testimonial-slides .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      border: 1px solid lightsteelblue;
      margin: 0 5px;
      border-radius: 50%; }
      .testimonial-slides .owl-dots .owl-dot.active {
        background-color: lightsteelblue; }

.single-testimonial-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-testimonial-slide img {
    width: 35px !important;
    margin: 0 auto 50px; }
  .single-testimonial-slide p {
    color: white;
    font-size: 24px;
    margin-bottom: 30px; }
h5 {
    color: lightsteelblue;}
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide p {
        font-size: 20px; } }
  .single-testimonial-slide .ratings-name {
    position: relative;
    z-index: 1; }
    .single-testimonial-slide .ratings-name .ratings {
      font-size: 16px;
      color: lightsteelblue; }
    .single-testimonial-slide .ratings-name h5 {
      font-size: 18px;
      margin-bottom: 0; }

.booking-info {
  position: relative;
  z-index: 1; }
  .booking-info h2 {
    font-size: 42px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .booking-info h2 {
        font-size: 36px; } }
  .booking-info h4 {
    color: #bca858;
    margin-bottom: 15px; }
  .booking-info p:last-child {
    margin-bottom: 0; }

.single-booking-table {
  position: relative;
  z-index: 1;
  border-left: 1px solid #e5e5e5;
  margin: 0 70px; }
  @media only screen and (max-width: 767px) {
    .single-booking-table {
      margin: 0; } }
  .single-booking-table .single-date-hours {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%; }
    .single-booking-table .single-date-hours .booking-day {
      border: 1px solid #e5e5e5;
      text-align: center;
      padding: 20px 15px;
      width: 100%;
      border-left: none; }
      .single-booking-table .single-date-hours .booking-day h5 {
        font-weight: 600;
        font-family: "Open Sans", sans-serif; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-booking-table .single-date-hours .booking-day h5 {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .single-booking-table .single-date-hours .booking-day h5 {
            font-size: 14px; } }
      .single-booking-table .single-date-hours .booking-day h6 {
        margin-bottom: 0;
        font-family: "Open Sans", sans-serif; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-booking-table .single-date-hours .booking-day h6 {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-booking-table .single-date-hours .booking-day h6 {
            font-size: 12px; } }
    .single-booking-table .single-date-hours .booking-hours {
      position: relative;
      z-index: 1;
      text-align: center; }
      .single-booking-table .single-date-hours .booking-hours span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 5px;
        font-size: 24px;
        color: #252525; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-booking-table .single-date-hours .booking-hours span {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .single-booking-table .single-date-hours .booking-hours span {
            font-size: 12px; } }
        .single-booking-table .single-date-hours .booking-hours span.active {
          background-color: #f6f9f9;
          color: #acacac; }
    .single-booking-table .single-date-hours.active .booking-day {
      background-color: #bca858; }
      .single-booking-table .single-date-hours.active .booking-day h5,
      .single-booking-table .single-date-hours.active .booking-day h6 {
        color: #ffffff; }

.booking-table-slider {
  position: relative;
  z-index: 1; }
  .booking-table-slider .owl-prev,
  .booking-table-slider .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid #252525;
    color: #252525;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 50%;
    margin-top: -20px;
    left: 20px; }
    @media only screen and (max-width: 767px) {
      .booking-table-slider .owl-prev,
      .booking-table-slider .owl-next {
        display: none; } }
    .booking-table-slider .owl-prev:hover, .booking-table-slider .owl-prev:focus,
    .booking-table-slider .owl-next:hover,
    .booking-table-slider .owl-next:focus {
      border-color: #bca858;
      background-color: #bca858;
      color: #ffffff; }
  .booking-table-slider .owl-next {
    left: auto;
    right: 20px; }
  .booking-table-slider .owl-dots {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
    width: 200px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 10px; }
    .booking-table-slider .owl-dots .owl-dot {
      flex-grow: 1;
      height: 10px;
      border-radius: 5px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .booking-table-slider .owl-dots .owl-dot.active {
        height: 10px;
        background-color: #bca858; }

/* :: 18.0 Contact Area */
.akame-contact-form {
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .akame-contact-form {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .akame-contact-form h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .akame-contact-form h4 {
      font-size: 20px; } }
  .akame-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #acacac;
    font-size: 14px; }
    .akame-contact-form .form-control:focus {
      box-shadow: none;
      border-color: #bca858; }
  .akame-contact-form textarea.form-control {
    height: 150px;
    padding: 20px; }

.akame-google-maps-area {
  position: relative;
  z-index: 1;
  height: 450px; }
  @media only screen and (max-width: 767px) {
    .akame-google-maps-area {
      height: 320px; } }
  .akame-google-maps-area iframe {
    width: 100%;
    height: 100%;
    border: none; }

.single-contact-information {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-contact-information i {
    font-size: 30px;
    margin-bottom: 10px;
    color: lightsteelblue;
    display: block; }
  .single-contact-information h4 {
    display: block;
    margin-bottom: 15px; }
  .single-contact-information p {
    margin-bottom: 0; }
h1 {
  text-align: center;
  margin: 35px 0 20px 0 !important;
}

/* :: 18.0 Contact Area */
body {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #f3f4f6;
  color: #111827;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* Typography */
h1, h2, h3 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

p {
  font-size: 1rem;
  color: #4B5563;
}

/* Section Layout */
.section {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title,
.cta-title {
  text-align: center;
  margin-bottom: 2rem;
}

/* Grid System */
.grid {
  display: grid;
  gap: 1.5rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: 1fr;
  }
}

/* 19.0 Product CSS */
/* Product & Blog Cards */
.product-card,
.blog-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
}

/* Desktop styles (unchanged) */
.blog-card {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
}

.blog-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.blog-title,
.blog-excerpt {
  margin: 0;
}

.blog-excerpt {
  font-size: 0.95rem;
  color: #333;
}

/* Mobile optimization only */
@media (max-width: 768px) {
  .blog-card {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem;
  }

  .blog-content {
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }

  .blog-excerpt {
    font-size: 0.95rem;
  }
}


/* Image Carousel */
.image-carousel {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.image-carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.image-carousel img.active {
  display: block;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  color: #3b3b3b;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 10;
  font-size: 1.5rem;
  border-radius: 50%;
  outline: none;
  box-shadow: none;
  transition: transform 0.2s ease;
  transform: translateY(-50%);
  will-change: transform;
}

.carousel-arrow:focus {
  outline: none;
  box-shadow: none;
  background: none;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.6);
}

.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}

/* Images */
.card-image {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transition: transform 0.3s ease;
  padding: 10px;
}

.product-card:hover .card-image {
  transform: scale(1.1);
}

/* Card Content */
.card-content {
  padding: 1.5rem;
}

/* Buttons */
button {
  cursor: pointer;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.btn-primary {
  background-color: #3b3b3b;
  color: #ffffff;
  border: 1px solid #3b3b3b;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  color: #3b3b3b;
}

.btn-secondary {
  background-color: #3b3b3b;
  color: white;
  border: 1px solid #3b3b3b;
  transition: background-color 0.3s ease;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  cursor: pointer;
}

.btn-secondary:hover {
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  color: #3b3b3b;
}

.btn-cta {
  background-color: #3b3b3b;
  color: white;
  border: 1px solid #3b3b3b;
  border-radius: 9999px;
  margin: 0 0.5rem;
}

.btn-cta:hover {
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  color: #3b3b3b;
}

/* 20. Poducts Shop Now Page */
.white-background {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.product-detail {
  padding: 3rem;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;
}

.product-image {
  flex: 1 1 50%;
  text-align: center;
}

.product-image img {
  max-width: 100%;
  height: auto;
}

.product-info {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-title {
  text-align: left;
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 0;
  word-break: break-word;
}

.product-price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.product-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.product-tags li {
  background: #eee;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}

.product-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}

.product-actions .action-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-actions .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.quantity-selector input {
  width: 3rem;
  text-align: center;
  font-size: 1rem;
  border: none;
  background: transparent;
  outline: none;
  appearance: textfield;
}

.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector button {
  background: transparent;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  outline: none;
}

.quantity-selector button:hover {
  background-color: #eee;
}

.accordion {
  margin-top: 1rem;
}

.accordion-item {
  margin-bottom: 1rem;
  display: block;
  padding: 0;
  border-top: 1px solid #c3c3c3;
}

.accordion-item:first-child {
  border-top: none;
}

.accordion-item:last-child {
  margin-bottom: 2rem;
}

.accordion-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 0 0rem;
  min-height: 80px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background-color 0.3s ease;
}

.accordion-toggle:focus {
  outline: none;
  box-shadow: none;
}

.accordion-toggle .title-text {
  display: inline-block;
  flex-grow: 1;
  height: 100%;
  position: relative;
  top: 0;
}

.accordion-toggle:hover {
  background: none;
}

.accordion-toggle .title-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.3s ease;
}

.accordion-toggle:hover .title-text::after {
  width: 100%;
}

.accordion-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height 0.5s ease, padding 0.3s ease, opacity 0.5s ease;
}

.accordion-item.active .accordion-content {
  padding: 0.25rem 0 1.5rem 0;
}

.accordion-content p {
  margin: 0.75rem 0;
  line-height: 1.6;
}

.accordion-content img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 8px;
  display: block;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .product-grid {
    flex-direction: column;
    gap: 2rem;
  }

  .product-image,
  .product-info,
  .white-background,
  .product-detail {
    width: 100% !important;
    padding: 1.5rem !important;
  }

  .product-image img {
    max-width: 100%;
    height: auto;
  }

  .product-title {
    font-size: 1.5rem;
  }

  .product-price {
    font-size: 1.1rem;
  }

  .product-tags {
    gap: 0.5rem;
  }

  .product-actions .action-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.75rem;
  }

  .quantity-selector {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .accordion-toggle {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.1rem;
    height: auto;
    min-height: 60px;
    padding: 1rem 0;
  }

  .accordion-toggle .title-text::after {
    display: none;
  }

  .accordion-content p {
    font-size: 0.95rem;
  }
}


/* 21.0 Blog Page */
.blog-content {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  max-width: 90%;
  width: 1200px;
  margin: 3rem auto;
}

@media (max-width: 768px) {
  .blog-content {
    padding: 1rem;
    width: 100%;
  }
}

.blog-image {
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: 1rem auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-image:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.btn-shop-now {
  background-color: #3b3b3b;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
  border: 1px solid #3b3b3b;
  transition: background-color 0.3s ease;
}

.btn-shop-now:hover {
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  color: #3b3b3b;
}

.final-cta {
  text-align: center;
  margin-top: 3rem;
}

.final-cta .btn-shop-now {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2.5rem;
  background-color: #444;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem; /* Bigger text */
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #444;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}

.final-cta .btn-shop-now:hover {
  background-color: #ddd;
  color: #222;
  border-color: #bbb;
  transform: translateY(-2px);
}

/* 22.0 Powered By Clickavate */
.powered-by {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.powered-by a {
  color: #007bff;
  text-decoration: none;
}

.powered-by a:hover {
  text-decoration: underline;
}

.footer-divider {
  height: 1.5px;
  border: none;
  background: linear-gradient(to right, #969696, transparent);
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40;
  opacity: 0.7;
}

/* 23.0 Healthy Hair */
/* Smooth zoom effect on images */
.blog-image-2,
.blog-image-3,
.closing-image {
  transition: transform 0.5s ease;
}

.blog-image-2:hover,
.blog-image-3:hover,
.closing-image:hover {
  transform: scale(1.02); /* Gently zooms in */
}

/* Hero image (top banner) */
.blog-hero-image {
  width: 100%;
  max-height: 600px;
  object-fit: cover; /* <-- Important: Show the whole image */
  object-position: top center;
  margin-bottom: 20px;
  display: block;
}

/* All other blog images (sections + final happy image) */
.blog-image-2,
.blog-image-3,
.closing-image {
  width: 70% !important;
  max-width: 800px !important;
  max-height: 800px !important;
  height: auto !important;
  margin: 20px auto !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* Blog-Card 2 */
.blog-card-2 {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
  padding: 2rem;
  width: 1000px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.blog-card-2:hover {
  transform: scale(1.02);
}

/* Grid System 2.0 */
.grid-2 {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .blog-card-2 {
    flex-direction: column;
    width: 100% !important;
    padding: 1.0rem !important;
    text-align: left;
    gap: 1rem;
  }

  .blog-image-2,
  .blog-image-3,
  .closing-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem auto !important;
  }

  .blog-hero-image {
    max-height: 400px;
    object-position: center;
  }
}

/*# sourceMappingURL=style.css.map */
