﻿body {
  line-height: 1.5;
  font-family: roboto, sans-serif;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roboto, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

h1 {
  font-size: 40px
}

h2 {
  font-size: 28px
}

h3 {
  font-size: 20px
}

h4 {
  font-size: 18px
}

p {
  color: #2c2c2c;
  font-size: 16px;
  font-family: roboto, sans-serif
}

ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none
}

iframe {
  border: 0
}

img {
  max-width: 100%;
  height: auto
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #655e7a
}

blockquote {
  font-size: 18px;
  border-color: #655e7a;
  padding: 20px 40px;
  text-align: left;
  color: #777
}

.navbar-toggle .icon-bar {
  background: #655e7a
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #655e7a;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .btn-main:hover {
    background: #544e66;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(101, 94, 122, 0.3);
    color: #fff;
  }
}

.btn-main:active {
  transform: translateY(0);
  background: #353240;
}

.form-control {
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  height: auto;
  width: 100%;
  display: block;
}

.form-control:focus {
  box-shadow: 0 4px 12px rgba(101, 94, 122, 0.1);
  border: 1px solid #655e7a;
}

.slick-slide {
  outline: 0
}

.btn-main,
.btn-small,
.btn-transparent {
  background: #655e7a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.btn-main.btn-icon i,
.btn-icon.btn-small i,
.btn-icon.btn-transparent i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px
}

@media (hover: hover) {

  .btn-main:hover,
  .btn-small:hover,
  .btn-transparent:hover {
    background: #353240;
    color: #fff
  }
}

.btn-main:active,
.btn-small:active,
.btn-transparent:active {
  background: #202122;
}

.btn-solid-border {
  border: 1px solid #fff;
  background: 0 0;
  color: #fff
}

.btn-solid-border:hover {
  border: 1px solid #655e7a;
  background: #655e7a
}

.btn-transparent {
  background: 0 0;
  padding: 0;
  color: #655e7a
}

.btn-transparent:hover {
  background: 0 0;
  color: #655e7a
}

.btn-large {
  padding: 20px 45px
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px
}

.btn-round {
  border-radius: 4px
}

.btn-round-full {
  border-radius: 50px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0
}

/* Glassmorphism Utilities */
.glass-panel {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03) !important;
}

/* Global Link Transition */
a {
  transition: all 0.3s ease;
}

/* Premium Contact Form */
.contact-form-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #655e7a;
  font-size: 14px;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
}

.contact-box .block {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (hover: hover) {
  .contact-box .block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  }
}

.contact-box i {
  font-size: 40px;
  color: #655e7a;
  margin-bottom: 20px;
  display: inline-block;
}

.mt-20 {
  margin-top: 20px
}

.mt-30 {
  margin-top: 30px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.btn:focus {
  color: #ddd
}

.w-100 {
  width: 100%
}

.margin-0 {
  margin: 0 !important
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 8%);
  padding: 20px
}

.bg-gray {
  background: #f9f9f9
}

.bg-primary {
  background: #655e7a
}

.bg-primary-dark {
  background: #4d485d
}

.bg-primary-darker {
  background: #353240
}

.bg-dark {
  background: #202122
}

.section {
  padding: 100px 0
}

.section-sm {
  padding: 70px 0
}

.title {
  padding: 20px 0 30px
}

.title h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px
}

.section-title {
  margin-bottom: 70px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600
}

.section-title p {
  color: #666;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 850px;
  margin: 0 auto;
}

.section-subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px
}

.page-title {
  padding: 60px 0;
  background: #655e7a;
  position: relative;
}

.page-title .block {
  text-align: center
}

.page-title .block h1 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0;
  text-transform: none;
}

.page-title .block p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  max-width: 800px;
  margin: 15px auto 0;
}

.heading {
  padding-bottom: 60px;
  text-align: center
}

.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400
}

.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300
}

.page-wrapper {
  padding: 70px 0
}

.social-media-icons ul li {
  display: inline-block
}

.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff
}

.social-media-icons ul li .twitter {
  background: #00aced
}

.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px
}

.social-media-icons ul li .googleplus {
  background: #dd4b39
}

.social-media-icons ul li .dribbble {
  background: #ea4c89
}

.social-media-icons ul li .instagram {
  background: #bc2a8d
}

.dropdown-slide {
  position: static
}

.dropdown-slide .open>a,
.dropdown-slide .open>a:focus,
.dropdown-slide .open>a:hover {
  background: 0 0
}

.dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important
}

.dropdown-slide:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-slide .dropdown-menu {
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 5%);
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: visibility .2s, opacity .2s, transform 500ms cubic-bezier(.43, .26, .11, .99)
}

@media(max-width:480px) {
  .dropdown-slide .dropdown-menu {
    transform: none
  }
}

.commonSelect {
  margin-left: 10px;
  padding-right: 6px;
  position: relative
}

.commonSelect:before {
  content: '\f3d0';
  font-family: themefisher-font;
  position: absolute;
  right: -4px;
  top: 4px;
  font-size: 10px
}

.commonSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  height: auto;
  color: #555
}

.commonSelect select:focus {
  box-shadow: none;
  border: none
}

.tabCommon .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px
}

.tabCommon .nav-tabs li {
  margin-right: 5px
}

.tabCommon .nav-tabs li.active a {
  background-color: #655e7a;
  border: 1px solid #655e7a;
  color: #fff
}

.tabCommon .nav-tabs a {
  border-radius: 0;
  background: #f9f9f9
}

.tabCommon .nav-tabs a:hover {
  border: 1px solid transparent;
  background: #655e7a;
  color: #fff
}

.tabCommon .tab-content {
  padding: 20px;
  border: 1px solid #dedede
}

.commonAccordion .panel,
.commonAccordion-2 .panel {
  border-radius: 0;
  box-shadow: none
}

.commonAccordion .panel .panel-heading,
.commonAccordion-2 .panel .panel-heading {
  background: 0 0;
  padding: 0
}

.commonAccordion .panel .panel-title,
.commonAccordion-2 .panel .panel-title {
  position: relative
}

.commonAccordion .panel .panel-title a,
.commonAccordion-2 .panel .panel-title a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px
}

.commonAccordion .panel .panel-title a:before,
.commonAccordion-2 .panel .panel-title a:before {
  color: #555;
  content: "\f209";
  position: absolute;
  right: 25px;
  font-family: themefisher-font
}

.commonAccordion .panel .panel-title a.collapsed:before,
.commonAccordion-2 .panel .panel-title a.collapsed:before {
  content: "\f217"
}

.list-circle {
  padding-left: 20px
}

.list-circle li {
  list-style-type: circle
}

.play-icon {
  border: 1px solid #dedede;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 30px
}

.play-icon i {
  line-height: 60px
}

.alert-common {
  border-radius: 0;
  border-width: 2px
}

.alert-common i {
  margin: 0 5px;
  font-size: 16px
}

.alert-solid {
  background: 0 0;
  color: #655e7a
}

@media(max-width:480px) {
  .buttonPart li {
    margin-bottom: 8px
  }
}

@media(max-width:768px) {
  .buttonPart li {
    margin-bottom: 8px
  }
}

.overly {
  position: relative;
}

.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: .8
}

.page-title:before {
  display: none;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #655e7a !important
}

#success,
#error {
  display: none
}

.sticky-top {
  position: sticky;
  top: 0
}

@media(max-width:992px) {
  .sticky-top {
    position: static
  }
}

header {
  background: #fff;
  padding: 20px 0
}

header .navbar {
  margin-bottom: 0;
  border: 0
}

header .navbar-brand {
  padding-top: 5px
}

header .navbar-default {
  background: 0 0;
  border: 0
}

header .navbar-default .navbar-nav {
  padding-top: 10px
}

header .navbar-default .navbar-nav li a {
  color: #333;
  padding: 10px 26px;
  font-size: 15px
}

@media (hover: hover) {
  header .navbar-default .navbar-nav li a:hover {
    color: #655e7a
  }
}

/* Hero Section Logo */
.hero-logo {
  width: 30%;
  margin-bottom: 30px;
  height: auto;
  transition: width 0.3s ease;
}

@media (max-width: 767px) {
  .hero-logo {
    width: 70%;
  }
}

/* Mobile Navigation Fixes */
@media (max-width: 767px) {
  .navbar-header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    position: relative;
    z-index: 1001;
  }

  .navbar-toggle {
    display: block !important;
    background-color: transparent;
    border: 1px solid #655e7a;
    border-radius: 4px;
    margin: 0;
    padding: 9px 10px;
    z-index: 1100;
  }

  .navbar-toggle .icon-bar {
    background-color: #655e7a;
    transition: all 0.3s ease;
  }

  /* Off-canvas Side Menu */
  .navbar-collapse.collapse {
    display: block !important;
    position: fixed;
    top: 0;
    right: -320px;
    /* Start off-screen */
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    margin: 0;
    padding: 80px 0 20px;
    /* Space for toggle button */
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    overflow-y: auto;
    border: none;
  }

  .navbar-collapse.collapse.in {
    transform: translateX(-320px);
    visibility: visible;
  }

  /* Backdrop Overlay */
  .nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .nav-backdrop.active {
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .navbar-nav>li {
    width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
  }

  .navbar-collapse.collapse.in .navbar-nav>li {
    opacity: 1;
    transform: translateX(0);
  }

  /* Staggered animation for menu items */
  .navbar-collapse.collapse.in .navbar-nav>li:nth-child(1) {
    transition-delay: 0.1s;
  }

  .navbar-collapse.collapse.in .navbar-nav>li:nth-child(2) {
    transition-delay: 0.15s;
  }

  .navbar-collapse.collapse.in .navbar-nav>li:nth-child(3) {
    transition-delay: 0.2s;
  }

  .navbar-collapse.collapse.in .navbar-nav>li:nth-child(4) {
    transition-delay: 0.25s;
  }

  .navbar-collapse.collapse.in .navbar-nav>li:nth-child(5) {
    transition-delay: 0.3s;
  }

  .navbar-nav>li>a {
    padding: 15px 30px !important;
    border-bottom: 1px solid #f8f8f8;
    color: #444 !important;
    font-size: 18px !important;
    font-weight: 500;
    display: block;
    text-align: left;
  }

  .navbar-nav>li.active>a {
    color: #655e7a !important;
    background: #f9f9fb;
  }

  .navbar-brand img {
    max-height: 40px !important;
  }

  /* Prevent background scroll when menu is open */
  body.nav-open {
    overflow: hidden;
  }
}

.navigation {
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 1060;
  width: 100%;
  position: relative;
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 5px 0;
  animation: slideDown 0.35s ease-out;
  z-index: 1060;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Accessibility Focus States */
a:focus,
button:focus {
  outline: 2px solid #655e7a;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navigation .navbar {
  margin-bottom: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation .navbar-brand {
  padding-top: 5px
}

.navigation .navbar {
  background: 0 0;
  border: 0
}

.navigation .navbar .navbar-nav {
  padding-top: 0;
  display: flex;
  align-items: center;
}

.navigation .navbar .navbar-nav>li>a {
  color: #5c5c5c;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media (hover: hover) {

  .navigation .navbar .navbar-nav>li>a:hover,
  .navigation .navbar .navbar-nav>li>a:focus {
    color: #000;
    background: 0 0
  }
}

.navigation .navbar .navbar-nav>li select {
  margin: 10px 15px
}

.navigation .navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  left: -5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 8%);
  min-width: 250px
}

.navigation .navbar .dropdown-menu a {
  font-weight: 400;
  color: gray;
  padding: 10px 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

@media (hover: hover) {
  .navigation .navbar .dropdown-menu a:hover {
    background: #655e7a;
    color: #fff;
    padding-left: 25px
  }
}

.nav .open>a {
  background: 0 0
}

.slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  padding: 170px 0 200px;
  position: relative
}

@media(max-width:768px) {
  .slider {
    background-attachment: scroll;
    padding: 150px 0
  }

  .slider h1 {
    font-size: 35px
  }
}

.slider .block {
  color: #e3e3e4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider .block h1 {
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 15px
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300
}

.call-to-action {
  padding: 70px 0;
  text-align: center
}

.call-to-action h2 {
  color: #fff
}

.call-to-action p {
  color: #fff
}

.call-to-action .btn-main,
.call-to-action .btn-transparent,
.call-to-action .btn-small {
  padding: 15px 35px;
  font-size: 12px;
  margin-top: 30px
}

.service {
  text-align: center;
  padding: 70px 0
}

/* About Page Enhancements */
.value-item {
  padding: 25px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
  margin-bottom: 25px;
}

@media (hover: hover) {
  .value-item:hover {
    transform: translateY(-5px);
  }
}

.value-item i {
  font-size: 35px;
  color: #655e7a;
  display: block;
  margin-bottom: 15px;
}

.value-item h3 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #2c2c2c;
}

.careers-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 30px auto;
  max-width: 800px;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .careers-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  }
}

.careers-card h3 {
  color: #655e7a;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
}

.careers-card p {
  font-size: 17px;
  line-height: 1.7;
}

.careers-card .btn-main {
  margin-top: 30px;
  padding: 15px 40px;
  font-size: 16px;
}

.section-light {
  background-color: #f9f9f9;
}

.cta-banner {
  background: #655e7a;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.cta-banner h2 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 32px;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-banner .btn-main {
  background: #fff;
  color: #655e7a;
  padding: 15px 40px;
  font-size: 16px;
  border: none;
}

.cta-banner .btn-main:hover {
  background: #f0f0f0;
  color: #554e6a;
}



.service .row {
  display: flex;
  flex-wrap: wrap;
}

.service .service-item {
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all .3s ease;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service .service-item:hover img {
  transform: scale(1.05);
}

.service .service-item img {
  transition: transform .3s ease;
}

.service .service-item i {
  font-size: 60px;
  color: #655e7a
}

.service .service-item h4 {
  padding-top: 15px;
  margin: 0;
  font-weight: 500
}

.service .service-item p {
  padding-top: 10px;
  margin: 0
}

.contact-box {
  padding-top: 35px;
  padding-bottom: 58px
}

.contact-box .block img {
  width: 100%
}

.contact-box .block h2 {
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px
}

.contact-box .block p {
  color: #5c5c5c;
  display: block
}

.about .block h2 {
  padding-top: 35px;
  margin: 0
}

.about .block p {
  padding-top: 20px;
  line-height: 28px
}

.about .block img {
  width: 100%
}

.about .about-img {
  overflow: hidden
}

.about .about-img:hover img {
  transform: scale3D(1.1, 1.1, 1)
}

.about .about-img img {
  opacity: .6;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.about .section-title {
  margin-bottom: 0
}

.dashboard-user-profile .user-profile-list span {
  font-weight: 700;
  margin-right: 5px;
  width: 100px;
  display: inline-block
}

.post.post-single {
  border: none
}

.post.post-single .post-thumb {
  margin-top: 30px
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px
}

.post-social-share {
  margin-bottom: 50px
}

.post-comments {
  margin: 30px 0
}

.post-comments .media {
  margin-top: 20px
}

.post-comments .media>.pull-left {
  padding-right: 20px
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500
}

.post-comments .comment-author a {
  color: #655e7a;
  font-size: 14px;
  text-transform: uppercase
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: gray;
  font-size: 12px
}

.post-comments .comment-button {
  color: #655e7a;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block
}

.post-comments .comment-button:hover {
  color: #655e7a
}

.post-excerpt {
  margin-bottom: 60px
}

.post-excerpt h3 a {
  color: #000
}

.post-excerpt p {
  margin: 0 0 30px
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #655e7a
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0
}

.next-prev a {
  color: #000
}

.next-prev a:hover {
  color: #655e7a
}

.next-prev .prev-post i {
  margin-right: 10px
}

.next-prev .next-post i {
  margin-left: 10px
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px
}

.social-profile ul li a i:hover {
  color: #655e7a
}

.comments-section {
  margin-top: 35px
}

.author-about {
  margin-top: 40px
}

.post-author {
  margin-right: 20px
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%
}

.bg-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

@media(max-width:768px) {
  .bg-1 {
    background-attachment: scroll
  }
}

.bg-2 {
  background-size: cover;
  background-attachment: fixed
}

@media(max-width:768px) {
  .bg-2 {
    background-attachment: scroll
  }
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px
}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede
}

.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto
}

.widget.widget-latest-post .media .media-heading a {
  color: #000;
  font-size: 16px
}

.widget.widget-latest-post .media p {
  font-size: 12px;
  color: gray
}

.widget.widget-category ul li {
  margin-bottom: 10px
}

.widget.widget-category ul li a {
  color: #837f7e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.widget.widget-category ul li a:before {
  padding-right: 10px
}

.widget.widget-category ul li a:hover {
  color: #655e7a;
  padding-left: 5px
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #655e7a;
  border: 1px solid #655e7a
}

.blog {
  background: #f6f6f6
}

.post {
  background: #fff;
  margin-bottom: 40px;
  padding-bottom: 20px
}

.post .post-media.post-thumb img {
  width: 100%;
  height: auto
}

.post .post-media.post-media-audio iframe {
  width: 100%
}

.post .post-title {
  margin-top: 10px;
  margin: 25px 0 0;
  text-transform: uppercase
}

.post .post-title a {
  color: #655e7a
}

.post .post-title a:hover {
  color: #655e7a
}

.post .post-meta {
  font-size: 13px;
  margin-top: 10px
}

.post .post-meta ul li {
  display: inline-block;
  color: #909090;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: .5px
}

.post .post-meta ul li a {
  color: #909090
}

.post .post-meta ul li a:hover {
  color: #655e7a
}

.post .post-meta .post-author {
  color: #000
}

.post .post-content {
  margin-top: 20px
}

.post .post-content p {
  line-height: 26px
}

.post .post-content ul {
  font-size: 15px;
  padding: 10px 20px;
  font-family: roboto, sans-serif;
  list-style: circle
}

.post .post-content ol {
  font-size: 15px;
  padding: 10px 20px;
  font-family: roboto, sans-serif
}

.post .post-content blockquote {
  margin-top: 20px;
  font-size: 18px;
  border-color: #655e7a;
  padding: 10px 20px;
  text-align: left;
  color: #777
}

.post .post-content .btn-main,
.post .post-content .btn-transparent,
.post .post-content .btn-small {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 12px
}

.post-pagination {
  margin-top: 70px
}

.post-pagination>li {
  margin: 0 2px;
  display: inline-block;
  font-size: 14px
}

.post-pagination>li>a {
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.post-pagination>li>a:hover {
  color: #fff;
  background: #655e7a;
  border: 1px solid #655e7a
}

.post-pagination>li.active>a {
  background: #655e7a !important;
  border: 1px solid #655e7a !important
}

.post-pagination>li:first-child>a,
.post-pagination>li:last-child>a {
  border-radius: 0
}

.coming-soon {
  background: url(../images/backgrounds/coming-soon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100vh
}

@media(max-width:400px) {
  .coming-soon {
    padding: 50px 0
  }
}

@media(max-width:480px) {
  .coming-soon {
    padding: 50px 0
  }
}

.coming-soon .block h1 {
  line-height: 65px;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0
}

@media(max-width:400px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px
  }
}

@media(max-width:480px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px
  }
}

.coming-soon .block p {
  color: #fff;
  margin-top: 10px;
  font-size: 16px
}

.coming-soon .block .count-down {
  margin-top: 50px
}

.coming-soon .block .count-down .syotimer-cell {
  width: 25%;
  padding: 15px;
  display: inline-block;
  background: rgba(101, 94, 122, .48)
}

@media(max-width:400px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%;
    margin-bottom: 10px
  }
}

@media(max-width:480px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: 700
}

@media(max-width:400px) {
  .coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
    font-size: 50px
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-weight: 400
}

@media(max-width:768px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px
  }
}

@media(max-width:480px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px
  }
}

@media(max-width:400px) {
  .coming-soon .block .count-down ul li {
    font-size: 40px
  }
}

.coming-soon .block .count-down ul li:before {
  content: ":";
  font-size: 20pt;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0
}

.coming-soon .block .count-down ul li:last-child:before {
  content: ''
}

.coming-soon .block .count-down div:after {
  content: " " attr(data-interval-text);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  display: block
}

.coming-soon .block .copyright-text {
  font-size: 12px
}

.coming-soon .block .copyright-text a {
  color: #fff;
  font-weight: 600
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
  text-align: center
}

.page-404 h1 {
  font-size: 300px;
  font-weight: 700;
  line-height: 300px;
  margin-top: 30px
}

@media(max-width:480px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px
  }
}

@media(max-width:400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px
  }
}

@media(max-width:768px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px
  }
}

.page-404 h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 700;
  margin-top: 30px
}

.page-404 .copyright-text {
  margin-top: 50px;
  font-size: 12px
}

.page-404 .copyright-text a {
  font-weight: 600
}

.page-404 .btn-main,
.page-404 .btn-transparent,
.page-404 .btn-small {
  margin-top: 40px
}

.footer {
  background: #f5f5f5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px
}

.footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191
}

.footer a {
  color: #595959;
}

.footer .footer-contact p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  color: #919191;
}

.footer .footer-contact i {
  margin-right: 5px;
}

.footer .footer-manu {
  padding-bottom: 25px
}

.footer .footer-manu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer .footer-manu ul li {
  display: block;
}

.footer .footer-manu ul li a {
  display: inline-block;
  color: #494949
}

.footer .footer-manu ul li a:hover {
  color: #000
}

.footer .copyright a {
  font-weight: 600
}

/* Gallery Styles */
.gallery-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
  /* Consistent with other elements */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.gallery-item a {
  display: block;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  /* Fixed height for uniformity */
  object-fit: contain;
  /* Show full image without cropping */
  background: #f9f9f9;
  /* Soft background to fill the square */
  transition: all 0.4s ease;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.05);
  /* Subtle zoom on hover */
}

.gallery-item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(101, 94, 122, 0.9);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media (hover: hover) {
  .gallery-item:hover .gallery-caption {
    transform: translateY(0);
  }
}

/* Back to Top Button */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #655e7a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) {
  #back-to-top:hover {
    background: #353240;
    transform: translateY(-5px);
  }
}

#back-to-top i {
  font-size: 24px;
}

/* Carousel Spacing */
.space-slider {
  margin-bottom: 50px;
  /* Prevent footer overlap */
}

.space-slider .gallery-item {
  margin: 0 15px;
  /* Gap between slides */
}

/* Slick Dots Custom Styling */
.slick-dots {
  text-align: center;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #dedede;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #655e7a;
  /* Main purple color */
  transform: scale(1.2);
}

/* Service Pages Enhancements */
.service-intro-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.service-sidebar-card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-sidebar-card h3 {
  color: #655e7a;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.service-sidebar-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.service-sidebar-card .btn-contact {
  background: #655e7a;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

@media (hover: hover) {
  .service-sidebar-card .btn-contact:hover {
    background: #544e66;
    transform: translateY(-2px);
    color: #fff;
  }
}

.service-sidebar-card .btn-phone {
  border: 1px solid #655e7a;
  color: #655e7a;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .service-sidebar-card .btn-phone:hover {
    background: #655e7a;
    color: #fff;
  }
}

/* Horizontal Navigation Gallery */
.service-nav-gallery {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.nav-gallery-item {
  flex: 1;
  min-width: 140px;
  text-align: center;
  background: #fff;
  padding: 12px 10px;
  border-radius: 50px;
  /* Pill shape */
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none !important;
}

.nav-gallery-item i {
  display: none;
  /* Removed icons per user request */
}

.nav-gallery-item span {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  /* Sentence case per user request */
  letter-spacing: 0;
}

@media (hover: hover) {
  .nav-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #655e7a;
  }
}

.nav-gallery-item.active {
  background: #655e7a;
  color: #fff;
  border-color: #655e7a;
  box-shadow: 0 8px 20px rgba(101, 94, 122, 0.2);
}

.nav-gallery-item.active i {
  color: #fff;
}

.service-content-img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Consolidated Service Highlight Card */
.service-features-card {
  background: #fdfdfd;
  padding: 25px 30px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  margin: 30px 0;
  break-inside: avoid;
  /* Prevent splitting between columns */
}

.service-features-card h4 {
  margin-top: 0;
  color: #655e7a;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.service-features-card ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}

.service-features-card ul li {
  margin-bottom: 12px;
  color: #555;
  line-height: 1.6;
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  z-index: 10000;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.05);
  display: none;
  /* Controlled by JS */
}

.cookie-banner.active {
  display: block;
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.cookie-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.cookie-text a {
  color: #655e7a;
  text-decoration: underline;
  font-weight: 500;
}

.cookie-btn {
  background: #655e7a;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

@media (hover: hover) {
  .cookie-btn:hover {
    background: #544e66;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(101, 94, 122, 0.3);
  }
}

@media (max-width: 768px) {
  .cookie-banner .container {
    flex-direction: column;
    text-align: center;
  }

  .cookie-btn {
    width: 100%;
  }
}


.service-features-card ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .service-intro-row {
    display: block;
  }

  .service-content-img {
    height: auto;
    margin-bottom: 30px;
  }

  .service-sidebar-card {
    height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .service-nav-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .nav-gallery-item {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .service-nav-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Hide gallery pagination dots on mobile per user request */
  .slick-dots,
  .owl-dots {
    display: none !important;
  }
}

/* Sidebar Sections Cleanup */
.service-cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background: #fcfcfc;
  border-radius: 15px;
  border: 1px dashed #ccc;
}