/*
Theme Name: Emily - Life Coach and Writer HTML Template
Theme URI: https://templatesjumgle.com/
Author: Template Jungle
Author URI: https://templatejumgle.com/
Description: Emily is specially designed product packaged for Life Coach and Writer by Templates Jumgle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY
font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;

--------------------------------------------------------------*/
body {
  --heading-font: 'Jost', sans-serif;
  --heading-font-weight: 400;
  --heading-color: var(--bs-dark) !important;
  --heading-line-height: 1.24;

  --swiper-theme-color: var(--bs-primary) !important;

  --custom-easing: cubic-bezier(.17, .67, .83, .67);

  --background-color: #F3EBEB;

  --secondary-font: 'Licorice', cursive;

  /* bootstrap */
  --bs-body-font-family: 'Roboto', sans-serif;
  --bs-body-font-size: 1.25rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #555555;
  --bs-body-color-rgb: 85, 85, 85;

  --bs-primary: #759589 !important;
  --bs-primary-dark: #4a5c55 !important;
  --bs-secondary: #EBF4F1 !important;
  --bs-black: #111 !important;
  --bs-light: #F1F1F0 !important;
  --bs-dark: #304248 !important;
  --bs-gray: #9aa1a7 !important;
  --bs-gray-dark: #51565b !important;

  --bs-primary-rgb: 117, 149, 137;
  --bs-primary-dark-rgb: 74, 92, 85;
  --bs-secondary-rgb: 235, 244, 241;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 48, 66, 72;

  --bs-link-color: var(--bs-dark);
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--bs-primary) !important;
  --bs-link-hover-color-rgb: 17, 17, 17;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  text-transform: capitalize;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
  color: inherit;
}

.secondary-heading {
  color: var(--bs-primary);
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

.secondary-font {
  font-family: var(--secondary-font);
  font-size: 8rem;
}

.padding-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-medium {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding-medium-2 {
  padding-top: 14rem;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: #EBF4F1 !important;
}



@media only screen and (max-width: 768px) {

  .secondary-font {
    font-size: 5rem;
  }

  .padding-large {
    padding-top: 18rem;
  }

  .padding-medium {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .padding-medium-2 {
    padding-top: 12rem;
  }
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  border-radius: 0.625rem;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ddd;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  border-radius: 0.625rem;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  --bs-btn-color: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0.1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.1rem;
  --bs-accordion-active-color: transparent;
  --bs-accordion-active-bg: transparent;
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-link-color: #CCCCCC;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 204, 204, 204;
  --bs-link-hover-color-rgb: 131, 169, 172;
  --bs-body-color: #d1d1d1;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}

/** Search Popup
--------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}

.search-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}

.search-popup-form #search-popup-submit {
  display: none;
}

.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}

.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0, 0, 0, 0.5);
}

.search-popup .search-popup-close:hover i {
  fill: rgba(0, 0, 0, 1);
}

.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}

.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}

.search-popup .cat-list-item a {
  position: relative;
}

.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #759589;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}

.search-popup .cat-list-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 991px) {

  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }
}

@media only screen and (max-width: 767px) {
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}

@media only screen and (max-width: 575px) {

  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }

  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}

.search-popup .search-form button {
  top: 12px;
  right: 15px;
}

.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}

.underline-hover {
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
  color: #212529;
  /* Bootstrap's dark color */
  transition: color 0.3s ease;
}

/* Persistent light underline */
.underline-hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 37, 41, 0.2);
  /* Light version of dark color */
  visibility: visible;
}

/* Animated underline */
.underline-hover::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.underline-hover:hover::after {
  width: 100%;
}

.underline-hover:hover {
  color: #000;
  /* Slightly darker on hover */
}


/* Progress Bar */
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 1000;
}

.progress-bar {
  height: 100%;
  width: 0;
  background: #ff0000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
  transition: width 0.1s ease;
}

/* Fullscreen Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.overlay-left,
.overlay-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: white;
  transition: transform 1s ease-in-out;
}

.overlay-left {
  left: 0;
  transform-origin: left center;
}

.overlay-right {
  right: 0;
  transform-origin: right center;
}

/* Loading Content */
.loading-content {
  text-align: center;
  z-index: 1001;
  color: #333;
}

.loading-text {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #ff0000;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Page Content (hidden during loading) */
.page-content {
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Animation Classes */
.split-open .overlay-left {
  transform: translateX(-100%) scaleX(0);
}

.split-open .overlay-right {
  transform: translateX(100%) scaleX(0);
}

.content-visible {
  opacity: 1 !important;
}

/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {

  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--accent-color);
  }

  40% {
    box-shadow: 0 2em 0 0 var(--accent-color);
  }
}

/* ------ clock ------*/
#countdown-clock {
  font-size: 3rem;
  color: var(--bs-light);
  display: flex;
  justify-content: center;
}

#countdown-clock>.time {
  border-radius: 10px;
  padding: 20px;
  margin-right: 10px;
}

#countdown-clock .time>span {
  font-weight: 400;
}

#countdown-clock .time small {
  font-size: 1.1875rem;
  text-transform: uppercase;
  display: block;
}

@media screen and (max-width:465px) {
  #countdown-clock {
    font-size: 2rem;
  }

  #countdown-clock>.time {
    padding: 10px;
    margin-right: 2px;
  }

  #countdown-clock .time small {
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------------------
Course-Details page style start
--------------------------------------------------------------*/
.nav-tabs .nav-item {
  transition: all 0.1s ease-in;
  border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid var(--bs-primary);
  transition: all 0.1s ease-in;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: var(--bs-primary);
  isolation: isolate;
  border-color: transparent;
  border-bottom: 4px solid var(--bs-primary);
  transition: all 0.1s ease-in;
}

.table {
  --bs-table-bg: var(--bs-secondary);
  border-color: var(--bs-gray);
}

/*---- video section style start ----*/

/* color box style */
div#cboxOverlay {
  opacity: 0.8 !important;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

iconify-icon.video-icon {
  font-size: 35px;
  color: var(--bs-light);
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.4s ease-in-out;
}

iconify-icon.video-icon:hover {
  font-size: 45px;
}

/* banner section */
.intro-box {
  position: absolute;
  bottom: -100px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

.quote-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.highlights-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .banner-section {
    /* transform: translateY(100px); */
  }

  .intro-box {
    position: relative;
    bottom: 0;
  }

  .quote-box {
    position: relative;
    bottom: 0;
  }

  .highlights-box {
    position: relative;
    bottom: 0;
  }
}


@media only screen and (max-width: 991px) {
  .course-content {
    flex-direction: column-reverse;
  }
}



/* ----------  my css --------------- */
.navbar {
  padding: 0 24px;
}

.navbar-brand img {
  height: 84px;
  padding: 12px 0;
}

footer .footerLogo {
  height: 100px;
}

.serviceGrid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.serviceGrid3.grid4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.serviceGrid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.serviceBox {
  cursor: pointer;
}

.serviceBox .serviceImg {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 245, 245, 1.00);
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.serviceBox .serviceImg img {
  height: 70%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.serviceBox .serviceImg.fullSize img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.serviceBox p {
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-align: center;
}

.serviceBox p::after {
  width: 0;
  content: '';
  height: 2px;
  background-color: #759589;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.serviceBox:hover p {
  font-weight: 600;
}

.serviceBox:hover p::after {
  width: 70px;
}

.serviceBox:hover .serviceImg img {
  height: 75%;
}

.serviceBox:hover .serviceImg.fullSize img {
  height: 100%;
}

.serviceModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  justify-content: center;
  align-items: center;
}

.serviceModalCon {
  background: #fff;
  padding: 36px;
  width: 635px;
  margin: 100px auto;
  position: relative;
  border-radius: 10px;
}

.serviceModalCon h4 {
  margin-top: 24px;
}

.serviceModalCon p {
  margin-bottom: 0;
}

.closeModal {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 32px;
  font-weight: 200;
  height: fit-content;
}

.basicPage {
  padding: 100px 0;
}

.bookingForm {
  background-color: #EBF4F1;
  padding: 64px 32px 32px;
  border-radius: 10px;
}

.feature-box {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-box .imgCon {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.feature-box .imgCon:hover {
  box-shadow: none;
}

.feature-box .imgCon::after {
  content: '';
  width: 100px;
  height: 20px;
  background-color: #759589;
  border-radius: 10px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.feature-box .imgCon::before {
  content: '';
  width: 20px;
  height: 150px;
  background-color: #759589;
  border-radius: 20px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.feature-box .imgCon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.gmap_iframe {
  width: 100%;
  height: 300px;
  border-radius: 5px;
}

footer li span {
  cursor: pointer;
}



.centerItem {
  display: flex;
  justify-content: center;
}

.serviceLeftBar {
  height: calc(100vh - 150px);
  overflow: auto;
  margin-bottom: 20px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  border-top: 1px solid #ddd;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.serviceLeftBar::-webkit-scrollbar {
  display: none;
}




.serviceLeftBar h3 {
  margin-top: 20px;
  font-weight: 500;
}

.serviceLeftBar .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.serviceLeftBar .row .col-md-6 {
  width: 48%;
}

.selectServiceBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 16px 16px 28px 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.selectServiceBox h5 {
  font-size: 16px;
  font-weight: bold;
  width: 200px;
}

.selectServiceBox h6 {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 0;
}


.selectServiceBox .selectServiceBoxImg {
  width: 100px !important;
  height: 100px !important;
  position: relative;
}

.selectServiceBox .selectServiceBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.addServiceBtn {
  border: 1px solid rgb(0, 174, 81);
  color: rgb(0, 174, 81);
  border-radius: 5px;
  padding: 4px 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;

}

.addServiceBtn:hover {
  background-color: rgb(0, 174, 81);
  color: #fff;
}

.addServiceBtn.removeState {

  border: 1px solid #dc3545;
  background-color: #dc3545 !important;
  color: #fff !important;
}

.addServiceBtn.removeState:hover {
  border: 1px solid #a70011;
  background-color: #a70011 !important;
  color: #fff !important;
}


.serviceRight {
  padding-left: 80px;
}


.cartContainer {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.cartContainer h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.cartItem {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cartItem p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
  width: 60px;
}

.cartItem h6 {
  font-size: 16px;
  margin-bottom: 0;
  width: 50%;
}


.qtyControls {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #4a5c55;
  color: #4a5c55;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
}

.qtyControls button {
  border: none;
  cursor: pointer;
  background: transparent;
  color: #4a5c55;
  font-size: 16px;
}



.qty {
  font-weight: bold;
}

#totalContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

#totalContainer h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.serviceRight .bookingFormCon {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.bookingFormCon input,
.bookingFormCon textarea {
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 8px;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.bookingFormCon button {
  background-color: #4a5c55;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
}

.bookingFormCon button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.mobiletogglecartBtn {
  display: none;
}

.backBtn {
  cursor: pointer;
}

.backBtn img {
  height: 24px;
}



@media only screen and (max-width: 500px) {
  .navbar {
    padding: 0;
  }

  .navbar-brand img {
    height: 64px;
    padding: 8px 0;
  }

  .banner-section {
    transform: translateY(20px);
    padding-bottom: 0 !important;
  }

  .banner-section .swiper-slide {
    margin-right: 5px !important;
  }

  .intro-box {
    padding: 48px 12px 0 !important;
  }

  .mobileSectionPadding {
    padding: 48px 12px !important;
  }

  .paddingZero {
    padding: 0 12px !important;
  }

  .testimonial {
    padding: 0 12px !important;
  }

  .testimonial img {
    height: fit-content;
  }

  .testimonial .px-4 {
    padding: 0 12px !important;
  }

  .serviceModalCon {
    padding: 72px 12px 36px;
    width: 100%;
    border-radius: 0;
    height: 100vh;
    overflow: auto;
  }

  .serviceGrid3.grid4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-2 {
    font-size: 16px !important;
  }

  .offcanvas {
    backdrop-filter: blur(4px);
    background-color: #ffffffe8;
  }

  .serviceLeftBar .grid2 {
    grid-template-columns: 1fr;
  }

  .serviceRight {
    position: fixed;
    left: 0;
    z-index: 4444;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
  }

  .cart-open {
    top: 0;
    overflow: auto;
    height: 100vh;
    padding-bottom: 20px;
    background: #fff;
  }

  .cart-minimized {
    top: 100%;
  }

  .serviceLeftBar {
    height: auto;
  }

  .mobiletogglecartBtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    border: none;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0;
  }

  .cartContainer {
    border-radius: 0;
    box-shadow: none;
  }

  .serviceRight .bookingFormCon {
    border-radius: 4px;
    margin: 0 12px 20px;
    position: relative;
  }

  .serviceGrid3 {
    grid-template-columns: 1fr 1fr;
  }
}