@charset "UTF-8";

/*----------------------------------------------------------------------------------- 

Template Name: Medolia – Doctor, Dental & Healthcare HTML Template
URI: pixelfit.agency
Description: Medolia is a modern, clean, and professional HTML template built specifically for the healthcare industry. Whether you’re a private doctor, dental clinic, or a multispecialty hospital, Medolia offers the perfect design to establish trust and deliver information clearly.
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 

------------------------------------------------------
   CSS INDEX
------------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
        # Header CSS
        # Footer CSS
----------------------------------------------------*/
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #4F6BD6;
  --heading-color: #0E0C0A;
  --primary-black-color: #031B33;
  --black-dark-color: #0A0A0A;
  --gray-light-color: #F1FCF9;
  --white-color: #ffffff;
  --text-color: #2D4443;
  --border-color: #E5E5E5;
  --heading-font: "Albert Sans", sans-serif;
  --body-font: "Rubik", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 85px;
  line-height: 100px;
}

h2 {
  font-size: 48px;
  line-height: 65px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

h6 {
  font-size: 18px;
  line-height: 1;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
}

@media (max-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

main {
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}

.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2,
.text-white h1 {
  color: var(--white-color);
}

.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.gray-light-color {
  background-color: var(--gray-light-color);
}

.sub-title {
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 24px;
  margin-bottom: 12px;
}

.sub-title:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--heading-color);
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.1;
  }

  .time-class {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}

@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.title-white h2 {
  color: var(--white-color);
}

.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}

.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}

.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}

.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}

.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

/* Animated List Wrap */
.headline-wrap {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  font-family: var(--heading-font);
  text-transform: capitalize;
}

.headline-wrap .marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.headline-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
}

.headline-wrap .marquee-item i {
  margin-right: 15px;
  line-height: 0;
}

.headline-wrap .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headline-wrap .marquee-inner.left {
  -webkit-animation: marquee_left 35s linear infinite;
  animation: marquee_left 35s linear infinite;
}

.headline-wrap.style-one {
  padding: 15px 0;
  font-family: var(--heading-font);
  color: var(--heading-color);
  background-color: var(--primary-color);
}

/* Headline Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
  animation: zoomInOut 6s linear infinite;
}

/* Pagination */
.medolia-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.medolia-pagination ul li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}

.medolia-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}

.form-input-radio:checked {
  border-color: var(--secondary-color);
}

.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
}

/*===  Back To top  ====*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  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;
  background-color: var(--primary-color);
  font-size: 16px;
  z-index: 2;
  cursor: pointer;
  color: var(--white-color);
}

.back-to-top:hover {
  color: var(--primary-black-color);
  color: var(--white-color);
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  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;
  background-color: var(--white-color);
}

.preloader .loader {
  position: relative;
  overflow: hidden;
}

.loader {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--primary-black-color) var(--primary-black-color) transparent transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--primary-color) var(--primary-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.5s linear infinite;
  animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.loader::before {
  width: 50px;
  height: 50px;
  border-color: var(--secondary-color) var(--primary-black-color) transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
  animation: rotation 1.5s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}

.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 44px;
  line-height: 20px;
  font-family: var(--heading-font);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn.style-one:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}

.theme-btn.style-two {
  padding: 17px 22px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.theme-btn.style-two:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}

.read-more.style-one {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}

.read-more.style-one i {
  margin-left: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.read-more.style-one:hover i {
  margin-left: 10px;
}

.header-area {
  position: relative;
  z-index: 999;
}

.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Header Navigation */
@media screen and (max-width: 991.98px) {}

.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-navigation .site-branding {
  max-width: 200px;
}

.header-navigation .main-menu ul>li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}

@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul>li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.header-navigation .main-menu ul>li>a {
  position: relative;
  display: block;
  font: 500 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 36px 0;
}

@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul>li>a {
    font-size: 16px;
  }
}

.header-navigation .main-menu ul>li>a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.header-navigation .main-menu ul>li>a span.dd-trigger {
  margin-left: 5px;
}

.header-navigation .main-menu ul>li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}

.header-navigation .main-menu ul>li .sub-menu li {
  display: block;
  margin: 0;
}

.header-navigation .main-menu ul>li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 15px;
}

.header-navigation .main-menu ul>li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}

.header-navigation .main-menu ul>li .sub-menu li a::after {
  display: none;
}

.header-navigation .main-menu ul>li .sub-menu li a:hover {
  color: var(--primary-color);
}

.header-navigation .main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover .sub-menu {
  top: 0%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover>a {
  margin-left: 5px;
  color: var(--primary-color);
}

.header-navigation .main-menu ul>li:hover>a {
  color: var(--primary-color);
}

.header-navigation .main-menu ul>li:hover>a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.header-navigation .main-menu ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}

.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}

.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}

@media screen and (max-width: 991.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }

  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }

  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }

  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }

  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu>li>a {
    padding: 5px 0px;
    font-size: 15px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu>li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }

  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    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;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }

  .header-navigation .navbar-toggler {
    display: block;
  }

  .header-navigation .theme-nav-button .theme-btn.style-one {
    padding: 17px 24px;
  }

  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }

  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }

  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    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;
  }

  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-right-item .nav-button .theme-btn.style-one {
  padding: 13px 21px;
}

.header-one {
  background-color: var(--white-color);
}

.header-three .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Header Sticky */
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  -webkit-box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
  box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
}

.header-area.sticky.header-one {
  background-color: var(--white-color);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

.footer-widget .widget-title {
  color: var(--white-color);
  margin-bottom: 28px;
}

.footer-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
}

.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}

.footer-widget .widget-content .social-box a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
}

.footer-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget .widget-content .widget-nav li a {
  font-size: 18px;
  color: var(--white-color);
}

.footer-widget .widget-content .widget-nav li a:hover {
  color: var(--primary-color);
}

.footer-widget.footer-schedule-widget .widget-content span {
  color: var(--white-color);
}

.footer-widget.footer-contact-info-widget .medolia-info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-widget.footer-contact-info-widget .medolia-info-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  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;
  margin-right: 20px;
}

.footer-widget.footer-contact-info-widget .medolia-info-box .content p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 30px;
}

.footer-schedule-widget .widget-content span:not(:last-child) {
  margin-bottom: 20px;
}

.default-footer .footer-widget-area .footer-widget.footer-about-widget p {
  color: #CDD1D6;
  margin-bottom: 20px;
}

.default-footer .footer-widget-area .footer-widget.footer-contact-info-widget {
  padding-left: 70px;
}

@media screen and (max-width: 1199.98px) {
  .default-footer .footer-widget-area .footer-widget.footer-contact-info-widget {
    padding-left: 0;
  }
}

.default-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top {
    text-align: center;
  }
}

.default-footer .footer-top h2 {
  color: var(--white-color);
}

@media (max-width: 767.98px) {
  .default-footer .footer-top h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top .footer-top-right {
    text-align: center;
  }
}

.default-footer .footer-top .footer-top-right p {
  line-height: 30px;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 25px;
}

.default-footer .footer-top .footer-top-right form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top .footer-top-right form .form-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .default-footer .footer-top .footer-top-right form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.default-footer .footer-top .footer-top-right form .form_control {
  border-radius: 10px;
  padding: 9px 20px;
  max-width: 320px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--primary-black-color);
  color: var(--white-color);
  margin-right: 10px;
}

@media (max-width: 1650px) {
  .default-footer .footer-top .footer-top-right form .form_control {
    max-width: 270px;
  }
}

.default-footer .footer-top .footer-top-right form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}

.default-footer .footer-top .footer-top-right form .form_control::-moz-placeholder {
  color: var(--white-color);
}

.default-footer .footer-top .footer-top-right form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}

.default-footer .footer-top .footer-top-right form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}

.default-footer .footer-top .footer-top-right form .form_control::placeholder {
  color: var(--white-color);
}

@media (max-width: 767.98px) {
  .default-footer .footer-top .footer-top-right form .theme-btn {
    margin-top: 20px;
  }
}

.default-footer .footer-top .footer-top-right form .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.default-footer .copyright-area {
  padding: 20px 0;
  background-color: #10263D;
}

.default-footer .copyright-area .copyright-text p {
  color: var(--white-color);
}

.footer-two .footer-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}

.footer-two .copyright-area {
  background-color: #1B1724;
}

.footer-three {
  position: relative;
  z-index: 1;
  background-color: #01121C;
}

.footer-three .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-three .footer-top-content {
  padding: 50px 0;
  text-align: center;
}

.footer-three .footer-top-content h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}

.footer-three .footer-top-content .form-group {
  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;
}

@media (max-width: 767.98px) {
  .footer-three .footer-top-content .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-three .footer-top-content .form-group .form_control {
  max-width: 330px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: transparent;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--white-color);
}

.footer-three .footer-top-content .form-group .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}

.footer-three .footer-top-content .form-group .form_control::-moz-placeholder {
  color: var(--white-color);
}

.footer-three .footer-top-content .form-group .form_control:-ms-input-placeholder {
  color: var(--white-color);
}

.footer-three .footer-top-content .form-group .form_control::-ms-input-placeholder {
  color: var(--white-color);
}

.footer-three .footer-top-content .form-group .form_control::placeholder {
  color: var(--white-color);
}

@media (max-width: 767.98px) {
  .footer-three .footer-top-content .form-group .form_control {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer-three .footer-top-content .form-group .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.footer-three .copyright-area {
  background-color: #0E1E27;
}

.page-banner {
  background-color: #F1FCF9;
  padding: 210px 0 130px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}






------------------------------------------------------- */ .theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}

/* Page Banner CSS */
.page-banner {
  background-color: #F1FCF9;
  padding: 60px 0 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1199.98px) {
  .page-banner {
    padding: 80px 0 80px;
  }
}

.page-banner .shape {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1199.98px) {
  .page-banner .shape {
    display: none;
  }
}

.page-banner .shape.shape-one {
  top: 30px;
  left: -200px;
}

.page-banner .shape.shape-one span {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(14, 12, 10, 0.03);
}

.page-banner .shape.shape-two {
  bottom: -70px;
  left: -200px;
}

.page-banner .shape.shape-two span {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(14, 12, 10, 0.03);
}

.page-banner .shape.shape-three {
  top: -300px;
  right: -350px;
}

.page-banner .shape.shape-three span {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  border: 85px solid rgba(14, 12, 10, 0.03);
}

.page-banner .page-content h1 {
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199.98px) {
  .page-banner .page-content h1 {
    font-size: 16px !important;
    line-height: 25px;
  }
}

.page-banner .page-content ul {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
}

.page-banner .page-content ul li {
  display: inline-block;
  color: var(--primary-color);
}

.page-banner .page-content ul li:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

.page-banner .page-content ul li a {
  color: var(--heading-color);
}

.medolia-counter-sec {
  background-color: var(--primary-color);
}

.medolia-counter-sec .medolia-counter-item .content h2 {
  color: var(--white-color);
}


.medolia-counter-sec .medolia-counter-item .content h4 {
  color: var(--white-color);
  font-weight: 600;
}



.unique-product-section {
  padding: 40px 0;
}

.unique-layout {
  display: flex;
  gap: 25px;
}

/* Left Side Box */
.unique-product-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  flex: 1;
}


.unique-product-img {
  max-width: 300px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.unique-product-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 34px;
}

.unique-product-desc p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Sidebar */
.unique-sidebar {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  width: 300px;
  /* fixed width sidebar */
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  height: max-content;
}

.unique-sidebar h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.unique-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unique-sidebar ul li {
  margin-bottom: 12px;
}

.unique-sidebar ul li a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.unique-sidebar ul li a:hover {
  background: #007bff;
  color: #fff;
}

/* Table */
.unique-product-box table {
  font-size: 15px;
}

.unique-product-box thead {
  background: #007bff;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .unique-layout {
    flex-direction: column;
  }

  .unique-sidebar {
    width: 100%;
    position: relative;
    top: auto;
  }
}




.unique-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unique-sidebar ul li {
  margin-bottom: 8px;
  position: relative;
}

.unique-sidebar ul li a {
  display: block;
  padding: 8px 12px;
  background: #f8f8f8;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.unique-sidebar ul li a:hover {
  background: #0077b6;
  color: #fff;
}

/* Sub-menu hidden by default */
.unique-sidebar .sub-menu {
  display: none;
  margin-top: 5px;
  padding-left: 15px;
}

.unique-sidebar .sub-menu li a {
  background: #fff;
  font-size: 14px;
  border: 1px solid #eee;
}

/* Show dropdown when parent is active */
.unique-sidebar .has-dropdown.active>.sub-menu {
  display: block;
}





/* Modern Enquiry Section Styles */
.medolia-booking-sec {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.medolia-booking-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="30" cy="30" r="2"/></g></svg>') repeat;
  pointer-events: none;
}

.medolia-content-box {
  position: relative;
  z-index: 2;
}

.medolia-content-box .section-title p {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5rem;
  border-radius: 20px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.medolia-content-box .section-title p::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #667eea, transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.medolia-image {
  margin-top: 2rem;
  position: relative;
}

.medolia-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.medolia-image:hover img {
  transform: scale(1.02) rotate(1deg);
}

/* Modern Form Wrapper */
.booking-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  padding: 3rem;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.booking-wrapper::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #667eea, #764ba2, #667eea);
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.booking-wrapper:hover::before {
  opacity: 0.3;
}

.booking-wrapper h3 {
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.booking-wrapper h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

/* Modern Form Controls */
.form_control {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  outline: none;
  color: #333;
}

.form_control:focus {
  border-color: #667eea;
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.form_control::placeholder {
  color: #999;
  transition: color 0.3s ease;
}

.form_control:focus::placeholder {
  color: #667eea;
}

/* Modern Select Dropdown */
select.wide {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%23667eea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 12px;
}

select.wide:focus {
  border-color: #667eea;
  background-color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

select.wide option {
  padding: 1rem;
  background: white;
  color: #333;
}

/* Modern Textarea */
.textarea-wrap {
  position: relative;
}

.textarea-wrap textarea {
  width: 100%;
  min-height: 120px;

  padding: 1.2rem 1.5rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  resize: vertical;
  transition: all 0.3s ease;
  outline: none;
  color: #333;
  font-family: inherit;
}

.textarea-wrap textarea:focus {
  border-color: #667eea;
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.textarea-wrap label {
  position: absolute;
  left: 1.5rem;
  top: 1.2rem;
  color: #999;
  transition: all 0.3s ease;
  pointer-events: none;
  background: transparent;
  font-size: 1rem;
}

.textarea-wrap textarea:focus+label,
.textarea-wrap textarea:not(:placeholder-shown)+label {
  top: -10px;
  left: 1rem;
  font-size: 0.8rem;
  color: #667eea;
  background: white;
  padding: 0 8px;
  border-radius: 4px;
}

/* Modern Button */
.theme-btn.style-one {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.theme-btn.style-one::before {
  content: '📱';
  font-size: 1.2rem;
}

.theme-btn.style-one:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.6);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.theme-btn.style-one:active {
  transform: translateY(-1px);
}

/* Form Group Spacing */
.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-group.mt-20 {
  margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 991px) {
  .booking-wrapper {
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }

  .booking-wrapper h3 {
    font-size: 2rem;
  }

  .medolia-content-box .section-title p {
    padding: 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .booking-wrapper {
    padding: 1.5rem;
  }

  .booking-wrapper h3 {
    font-size: 1.8rem;
  }

  .medolia-content-box .section-title p {
    padding: 1.5rem;
    font-size: 0.95rem;
  }

  .form_control,
  select.wide,
  .textarea-wrap textarea {
    padding: 1rem 1.2rem;
  }

  .theme-btn.style-one {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

/* Loading Animation for Form Submission */
.form-loading .theme-btn.style-one {
  background: #ccc;
  cursor: not-allowed;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* Success Animation */
.form-success {
  animation: formSuccess 0.6s ease;
}

@keyframes formSuccess {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}


/* contact us page style css start */

.innova-contact-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  padding: 20px;
  position: relative;
}

.innova-contact-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="g"><stop offset="0%" stop-color="rgba(255,255,255,0.1)"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><circle cx="20" cy="20" r="2" fill="url(%23g)"/><circle cx="80" cy="40" r="3" fill="url(%23g)"/><circle cx="40" cy="80" r="2" fill="url(%23g)"/></svg>') repeat;
  pointer-events: none;
}

.innova-main-heading {
  text-align: center;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideInDown 0.8s ease-out;
  position: relative;
}

.innova-main-heading::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f093fb, #f5576c);
  border-radius: 2px;
}

.innova-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.innova-contact-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadeInUp 0.6s ease-out;
  position: relative;
  overflow: hidden;
}

.innova-contact-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s;
}

.innova-contact-box:hover::before {
  left: 100%;
}

.innova-contact-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.innova-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f093fb, #f5576c);
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow: 0 8px 24px rgba(240, 147, 251, 0.4);
  transition: all 0.3s ease;
}

.innova-contact-box:hover .innova-icon-circle {
  transform: scale(1.1) rotate(10deg);
}

.innova-contact-icon {
  font-size: 2rem;
  color: white;
}

.innova-contact-text {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.innova-contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  margin: 3px 0;
}

.innova-contact-link:hover {
  color: #f093fb;
}

.innova-section-heading {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin: 60px 0 50px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideInDown 0.8s ease-out 0.3s both;
  position: relative;
}

.innova-section-heading::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #f093fb, #f5576c);
  border-radius: 2px;
}

.innova-branch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  max-width: 1400px;
  margin: 0 auto;
}

.innova-branch-card {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out;
  position: relative;
  overflow: hidden;
}

.innova-branch-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: left 0.5s;
}

.innova-branch-card:hover::before {
  left: 100%;
}

.innova-branch-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.innova-branch-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.innova-branch-icon-main {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.innova-branch-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f5576c, #f093fb);
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4);
  transition: all 0.3s ease;
}

.innova-branch-card:hover .innova-branch-icon-circle {
  transform: scale(1.1) rotate(-10deg);
}

.innova-branch-main-icon {
  font-size: 1.5rem;
  color: white;
}

.innova-contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.innova-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.innova-info-row:hover {
  background: rgba(255, 255, 255, 0.08);
}

.innova-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}

.innova-info-icon i {
  font-size: 1.1rem;
  color: #f093fb;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}

.innova-info-content {
  flex: 1;
  min-width: 0;
}

.innova-info-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: color 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  display: block;
}

.innova-info-link:hover {
  color: #f093fb;
}

/* Responsive Design */
@media (max-width: 768px) {
  .innova-main-heading {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .innova-section-heading {
    font-size: 2rem;
    margin: 40px 0 30px;
  }

  .innova-contact-grid,
  .innova-branch-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .innova-contact-box,
  .innova-branch-card {
    padding: 25px 20px;
  }

  .innova-contact-container {
    padding: 15px;
  }

  .innova-info-row {
    gap: 10px;
  }

  .innova-info-link {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .innova-main-heading {
    font-size: 20px;
  }

  .innova-section-heading {
    font-size: 20px;
  }

  .innova-contact-text,
  .innova-info-link {
    font-size: 0.9rem;
  }

  .innova-branch-title {
    font-size: 1.1rem;
  }
}

/* Animation Keyframes */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Contact us page design css end */

.gapping {
  margin-top: 31px;
}

.time-class {
  margin-top: 13px;
}



.carousel-item img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  /* mobile par screen ke according fit */
  object-fit: cover;
  /* image crop hogi but stretch/zoom nahi hoga */
  object-position: center;
  /* image center aligned rahegi */
}


/* --- Innova Priority Solutions Product Styling --- */

/* Main Container Padding */
.unique-product-content {
    padding: 30px 15px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Product Box - Card Style */
.unique-product-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
    max-width: 1100px;
    margin: 0 auto 40px;
}

.unique-product-box:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.unique-product-img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 8px;
    object-fit: contain;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #eee;
}

/* Heading Styling */
.unique-product-title {
    color: #0056b3; /* Professional Blue */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* Description & Content */
.unique-product-desc {
    font-size: 16px;
    text-align: justify;
}

.unique-product-desc strong {
    color: #d9534f; /* Focus color for Keywords */
}

/* Lists Styling */
.unique-product-desc ul {
    list-style: none;
    padding-left: 0;
}

.unique-product-desc ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
}

.unique-product-desc ul li:last-child {
    border-bottom: none;
}

/* Responsive Grid for Columns (Bootstrap rows) */




/* --- MOBILE RESPONSIVE QUERIES --- */

@media (max-width: 768px) {
  
    .unique-product-title {
        font-size: 22px;
    }
    
    .unique-product-box {
        padding: 15px;
    }
    
    .unique-product-img {
        width: 100% !important; /* Mobile pe image full width ho jaye */
        max-width: 300px;
    }

    .unique-product-desc {
        text-align: left; /* Mobile pe justify text reads better as left */
    }
}

/* Print Friendly */
@media print {
    .unique-product-box {
        box-shadow: none;
        border: 1px solid #000;
    }
}

/* Sidebar Heading Style */
.unique-sidebar h4 {
    background: #000;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* Sidebar List Reset */
.unique-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Main Link Styling */
.unique-sidebar li a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.unique-sidebar li a:hover {
    background-color: #f8f8f8;
    color: #ff0000;
    padding-left: 20px; /* Thoda slide effect */
}

/* ACTIVE LINK (Jo page khula hai uske liye) */
.active-link {
    background-color: #fff5f5 !important;
    color: black !important;
    font-weight: bold;
    border-left: 5px solid #ff0000; /* Red indicator */
    padding-left: 25px !important;
}

/* Sub-menu (Dropdown) Styling */
.sub-menu {
    display: none; /* Default hidden */
    background-color: #fafafa;
    padding-left: 10px;
}

.sub-menu li a {
    font-size: 13px;
    border-bottom: none;
    color: #666;
}

.sub-menu li a:hover {
    color: #000;
    background: transparent;
}