/*
Theme Name: saliterhof
*/


/* main css starts */
body{
     font-family: "Philosopher", sans-serif!important;  
     overflow-x: hidden;
}
 
p{
      font-family: "Montserrat", sans-serif!important;  
     font-weight: 400;
}
a{
    text-decoration:none!important;
    color:#1893a6;
}


html {
    scroll-behavior: smooth;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}



/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */
.floating-icons {
  animation: slideInOut 6s ease-in-out infinite;
}

/* smoother in/out motion */
@keyframes slideInOut {
  0% {
    transform: translateX(120%);
    opacity: 0;
  }
  15%, 70% {
    transform: translateX(0);
    opacity: 1;
  }
  85%, 100% {
    transform: translateX(120%);
    opacity: 0;
  }
}


.floating-icons {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.float-btn {
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 50px 0 0 50px;
    padding: 12px 8px;
    min-width: 72px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    right: -80px;
    background-color: #c3b06e;
}

.float-btn i {
    font-size: 20px;
    width: 50px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
}
.float-btn span {
  margin-left: 10px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
      color: #fff;
}

.backtotop-iconbtn {
    position: fixed;
    bottom: 40px;
    right: 10px;
    background-color: #c0b06b;
    color: #fff;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
    z-index: 9999;
	width: 60px;
    height: 60px;
    background: #b49e7f;
	 -webkit-animation: puls 1.25s infinite 
    cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite 
    cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #b49e7f;
	transition: all .3s ease-in-out;
}

.backtotop-iconbtn.show {
    opacity: 1;
    transform: translateY(0); /* slide into view */
}


.backtotop-iconbtn:hover {
    color: #ffffff !important;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.floating-instagram {
    width: 60px;
    height: 60px;
    background: #b49e7f;
    color: #fff !important;
    position: fixed;
    right: 10px;
    bottom: 115px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 63px;
    -webkit-animation: puls 1.25s infinite 
    cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite 
    cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #b49e7f;
	transition: all .3s ease-in-out;
}

.floating-instagram:hover {
    transform: scale(1.07);
}

@keyframes puls {
     100% {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
}
}


/* Hover effect: slide out + show text */
.float-btn:hover {
  right: 0;
}

.float-btn:hover span {
  opacity: 1;
}

    /* css starts */
.custom-container{
    padding: 120px 7% 0px;
}
a.common-button {
    color: #000000;
    background-color: #B79E80;
    padding: 15px 25px;
    border-radius: 50px;
    transition: color 0.3s ease;
}
a.common-button:hover {
    color: #f5f5f5;
    background-color: #c3b06e;
}
a.common-button:hover i {
    transform: translateX(5px);
}
a.common-button i {
    transition: transform 0.3s ease;
}


.header-wrapper .custom-container{
    padding: 20px 7%;
}
.header-logo img{
    width: 230px;
    object-fit: contain;
}
    
.header-wrapper {
    padding-top: 15px;
    transition-duration: 0.3s;
    padding-bottom: 15px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.9) 0%,   
        rgba(255, 255, 255, 0) 100%  
    );
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;  
}

.f-nav .header-wrapper {
    background-color: #1e232366;
    padding-top: 5px;
    padding-bottom: 5px;
}

.f-nav .header-wrapper .row {
    padding-bottom: 0px;
    border-bottom: 0px solid #b49e7f87;
}

.header-wrapper .row {
    padding-bottom: 25px;
    border-bottom: 1px solid #b49e7f87;
}
.letstalk.m-auto {
    display: flex;
    justify-content: flex-end;
}

/* page header */
.page-wrapper-section {
    margin: 0 0 120px;
}

.innerpage-header-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    color: #fff;
}

.innerpage-header-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(170 170 170 / 17%);
    z-index: 1;
}

.innerpage-header-contents {
    position: relative;
    z-index: 2;
    padding: 30px;
    border-radius: 12px;
    display: inline-block;
    max-width: 600px;
}

.innerpage-header-contents h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.innerpage-header-wrapper .custom-container {
    padding: 0 7%;
}

.innerpage-header-contents .breadcrumbs {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: rgba(180, 158, 127, 0.3);
    width: fit-content;
    border-radius: 20px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(10px);
	margin-top: 15px;
}
.innerpage-header-contents .breadcrumbs a {
    color: #f8f8f8;
    text-decoration: none;
}

.innerpage-header-contents .breadcrumbs a:hover {
    text-decoration: underline;
}
/* Ayurvedic Floating SVG Particles */
.ayurveda-animation {
    position: absolute;
    top: 0; left: 50%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.ayurveda-animation svg {
    position: absolute;
    width: 25px;
    height: 25px;
    opacity: 0.8;
    transform-origin: center;
}

/* Individual Animation */
.leaf1 { top: 20px; left: -40px; animation: floatLeaf 10s linear infinite; }
.leaf2 { top: 50px; left: -30px; animation: floatLeaf 12s linear infinite; }
.lotus { top: 30px; left: -50px; width: 35px; height: 35px; animation: floatLotus 14s linear infinite; }
.herb { top: 60px; left: -20px; animation: floatHerb 11s linear infinite; }

/* Floating Animations */
@keyframes floatLeaf {
    0% { transform: translateX(0) rotate(0deg); opacity:0.7; }
    50% { transform: translateX(200px) translateY(-30px) rotate(20deg); opacity:1; }
    100% { transform: translateX(400px) translateY(0) rotate(0deg); opacity:0; }
}

@keyframes floatLotus {
    0% { transform: translateX(0) rotate(0deg) scale(0.8); opacity:0.6; }
    50% { transform: translateX(250px) translateY(-20px) rotate(15deg) scale(1); opacity:1; }
    100% { transform: translateX(500px) translateY(0) rotate(0deg) scale(0.8); opacity:0; }
}

@keyframes floatHerb {
    0% { transform: translateX(0) rotate(0deg) scale(0.7); opacity:0.6; }
    50% { transform: translateX(150px) translateY(-15px) rotate(-10deg) scale(1); opacity:1; }
    100% { transform: translateX(300px) translateY(0) rotate(0deg) scale(0.7); opacity:0; }
}

.header-bottom-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 99;
}

.header-bottom-decor svg {
    display: block;
    width: 100%;
    height: 100px;
}
.innerpage-header-contents h1:before {
    width: 100px;
    height: 100px;
    background-color: #c3b06ecc;
    border-radius: 20%;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: -2;
    content: '';
    animation: morph-shape 3s infinite alternate;
    opacity: 0.5;
    right: 0px;
    margin: auto;
}

@keyframes morph-shape {
    0% { border-radius: 20%; transform: rotate(0deg); }
    50% { border-radius: 50%; transform: rotate(45deg) scale(1.2); }
    100% { border-radius: 10%; transform: rotate(90deg); }
}
/* banner */

.banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-slider .banner-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;  
}

.banner-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 18%);
    z-index: 1;  
}

.banner-content {
    padding: 0px 7%;
    position: absolute;
    bottom: 120px;
    color: #fff;
    z-index: 2;  
    max-width: 60%;
}

.banner-content h1 {
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}

.banner-content p {
    font-size: 1rem;
    margin: 0 0 40px 0;
}

/* about us  */
 .about-us-wrapper {
    text-align: center;
    position: relative;
}

/* section.about-us-wrapper:before {
    content: '';
    position: absolute;
    top: 100px;
    left: -124px;
    width: 300px;
    height: 300px;
    background-image: url(./assets/img/animated-leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    animation: floatFlower 4s ease-in-out infinite;
    opacity: .5;
} */

.about-us-wrapper .about-content {
    max-width: 1100px;
    margin: 0 auto;
}

.about-us-wrapper .about-subtitle {
    font-size: 35px;
    color: #B79E80;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-us-wrapper .about-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

.about-us-wrapper .about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

/* journey */
.what-we-provide-wrapper .left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.what-we-provide-wrapper{
    position: relative;
}

.what-we-provide-wrapper::after{
    content: '';
    position: absolute;
    top: 100px;
    right: 90px;
    width: 100px;
    height: 100px;
    background-image: url(./assets/img/ayurveda-saliter.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    animation: floatFlower 4s ease-in-out infinite;
}
.what-we-provide-wrapper .left-content {
    height: 100%;
}

.what-we-provide-wrapper .left-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 30px;
    margin-top: 30px;
}

/* Equal height trick */
.what-we-provide-wrapper .row.align-items-stretch {
    align-items: stretch;
}

/* Right Column Boxes */
.what-we-provide-wrapper .journey-box {
    padding: 30px 20px;
    border-radius: 30px;
    text-align: left;
    margin-bottom: 15px;
    height: 100%;
}

.what-we-provide-wrapper .journey-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
    background-color: #0d68d4;
    padding: 10px;
    border-radius: 50%;
    filter: invert(1);
}

.what-we-provide-wrapper .journey-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.what-we-provide-wrapper .journey-desc {
    font-size: 15px;
    line-height: 1.6;
}

.what-we-provide-wrapper .journey-col {
    margin-bottom: 20px;
}
.what-we-provide-wrapper .left-content .section-title{
    font-size: 50px;
}
.what-we-provide-btn{
    margin-top: 30px;
}
.what-we-provide-btn a{
    padding: 15px 40px;
}

/* who we are */

section.who-we-are-wrapper {
    background-color: #F9F5F0;
    position: relative;
}

section.who-we-are-wrapper:before {
    content: ''; /* required for pseudo-elements */
    position: absolute;
    top: 100px;
    right: 90px;
    width: 100px;
    height: 100px;
    background-image: url('./assets/img/flower.png');
    background-size: cover; /* scale image to fit */
    background-repeat: no-repeat; /* prevent repetition */
    background-position: center; /* optional, center the image */
    z-index: 1; /* optional, in case you want it above/below content */
    animation: floatFlower 4s ease-in-out infinite;
    filter: brightness(0.8) contrast(5.3);
}

/* Keyframes for smooth up-and-down floating */
@keyframes floatFlower {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(-5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

section.who-we-are-wrapper .custom-container {
    padding: 120px 7% 120px;
    margin: 120px 0px 0px;
}

.who-we-are-wrapper .image-stack {
    display: flex;
    gap: 5px; 
    flex-wrap: nowrap;
}

.who-we-are-wrapper .image-stack-left,
.who-we-are-wrapper .image-stack-right {
    display: flex;
    flex-direction: column;
    gap: 20px;  
}

.who-we-are-wrapper .image-stack-left img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
}

.who-we-are-wrapper .image-stack-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.who-we-are-wrapper .row > .col-lg-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.who-we-are-wrapper .subtitle {
    font-size: 1rem;
    color: #B79E80;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.who-we-are-wrapper .title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}
.who-we-are-wrapper .ayurvedic-border{
  margin: 0;
}

.who-we-are-wrapper .description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.who-we-are-wrapper .common-button {
    display: inline-block;
    padding: 15px 45px;
    text-decoration: none;
    transition: background 0.3s;
    width: fit-content;
}
.who-we-are-wrapper .common-button:hover {
    background-color: #c3b06e;
}
.who-we-are-wrapper ul {
    column-count: 2;
    margin-bottom: 10px;
    padding-left: 0px;
}
.who-we-are-wrapper ul li {
    margin: 0;
    padding: 0px 0px 8px 50px;
    list-style: none;
    background: url(./assets/img/who-we-are.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 35px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #212121;
    font-weight: 500;
    line-height: 35px;
    filter: brightness(0.8) contrast(5.3);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    
    .who-we-are-wrapper .row > .col-lg-6:last-child {
        padding-left: 0;
        margin-top: 40px;
    }

        .who-we-are-wrapper .image-stack-left img {
        height: 120px;
        border-radius: 15px;
    }
}


/* packages */
.packages-treatment-wrap .col-lg-4 {
    position: relative;
    padding: 0 10px;
}

.packages-treatment-wrap .package-item {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 30px;
}

.packages-treatment-wrap .package-image img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 30px;
}

.packages-treatment-wrap .package-image {
    position: relative;
    overflow: hidden; /* ensures overlay stays within the image */
    border-radius: 30px;
}

.packages-treatment-wrap .package-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #c3b06e 0%, rgba(195, 176, 110, 0) 70%);
    opacity: 0.9;
    transform: translateY(20%); /* slightly moved up initially */
    transition: transform 0.5s ease, opacity 0.5s ease; /* smooth transition */
}

.packages-treatment-wrap .package-item:hover .overlay {
    opacity: 1; /* stronger overlay on hover */
    transform: translateY(0); /* slide fully up */
}

.packages-treatment-wrap .package-item  {
     transition: all 0.3s ease;
}

.packages-treatment-wrap .package-content {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    padding: 25px;
}

.packages-treatment-wrap.package-scroll {
    margin-top: 40px;
}

.packages-treatment-wrap .package-content .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.packages-treatment-wrap .package-content .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.packages-treatment-wrap .package-content .excerpt {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #fff;
}

/* Slick adjustments */
.packages-treatment-wrap .slick-slide {
    outline: none;
}

.packages-treatment-wrap .slick-dots {
    margin-top: 20px;
    text-align: center;
}

.packages-treatment-wrap .slick-dots li button:before {
    color: #b79e80;
    font-size: 12px;
}
.section-title h2 {
    font-size: 38px;
}

/* video section */


section.videos-wrapper{
    background-color: #F9F5F0;
    position: relative;
}

section.videos-wrapper:before {
    content: '';
    position: absolute;
    top: 170px;
    right: 170px;
    width: 100px;
    height: 100px;
    background-image: url(./assets/img/flower.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    animation: floatFlower 4s ease-in-out infinite;
    filter: brightness(0.8) contrast(5.3);
}

.videos-wrapper .custom-container {
    padding: 120px 7% 120px;
    margin: 120px 0px 0px;
}
.videos-wrapper .video-container {
    position: relative;
    width: 100%;
    height: 500px; /* adjust height */
   border-radius: 30px;
    overflow: hidden;
    background: #000;
    margin-top: 30px;
}

.videos-wrapper .custom-video {
    width: 100%;
    height: 100%;
}

.videos-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.videos-wrapper .video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.videos-wrapper .video-play-button {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    z-index: 999;
}

.videos-wrapper .video-play-button:hover {
    transform: scale(1.1);
}

.videos-wrapper .play-icon {
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


/* doctors page */

.doctor-wrapper .doctors-sec {
    padding: 50px;
    background-color: #b79e80e3;
    border-radius: 30px;
    position: relative;
}

section.doctor-wrapper .doctors-sec:before {
    content: ''; /* required for pseudo-elements */
    position: absolute;
    bottom: 20px;
    right: 90px;
    width: 70px;
    height: 70px;
    background-image: url('./assets/img/ayur-icon.png');
    background-size: cover; /* scale image to fit */
    background-repeat: no-repeat; /* prevent repetition */
    background-position: center; /* optional, center the image */
    z-index: 1; /* optional, in case you want it above/below content */
    animation: floatFlower 4s ease-in-out infinite;
    filter: brightness(0.8) contrast(2.3);
}

.doctor-wrapper .doctor-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
    position: absolute;
    box-shadow: 6px 5px 2px 0px #a9a9a95c;
}

.doctor-wrapper .doctor-image {
    position: relative;
}

.doctor-wrapper a.common-button {
    background-color: #E8DDD0;
    padding: 15px 50px;
}

.doctor-wrapper a.common-button:hover{
    background-color: #B79E80;
}
.doctor-wrapper .doctor-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
.doctor-wrapper .doctor-content span {
    font-size: 14px;
    font-weight: 600;
     font-family: "Montserrat", sans-serif!important;  
}

.doctor-wrapper .doctor-content p {
    margin: 10px 0px 40px;
}

/* blog */

/* Blog Wrapper */
.blog-wrapper {
    padding: 0px 0 60px;
}

.blog-wrapper .section-title-desc{
    text-align: center;
    margin-bottom: 30px;
}

.blog-wrapper .blog-card {
    background: #f8f6f2;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.blog-wrapper .blog-card:hover {
    transform: translateY(-5px);
}

section.doctor-wrapper {
    margin-bottom: 70px;
}

.blog-wrapper .blog-image {
    position: relative;
}

.blog-wrapper .blog-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

/* Category Tag */
.blog-wrapper .blog-category {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #B79E80;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 30px;
    z-index: 2;
}

/* Blog Content */
.blog-wrapper .blog-content {
    padding: 40px 20px 20px; /* extra padding top so category overlaps */
    text-align: left;
}

.blog-wrapper .blog-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.4;
}

.blog-wrapper .blog-readmore {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #a07f3f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-wrapper .blog-readmore i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.blog-wrapper .blog-readmore:hover i {
    transform: translateX(5px);
}

.blog-wrapper .subtitle {
    font-size: 1rem;
    color: #B79E80;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* gallery */

.gallery-wrapper .custom-container {
    padding: 120px 7% 120px;
}

/* footer */

.footer-section{
    background-image: url(./assets/img/ayurveda-wellness.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.social-media-div {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}
.hgi-stroke {
    font-size: 20px !important;
}

.footer-logo img {
    width: 240px;
    object-fit: contain;
    margin-bottom: 30px;
}
.footer-section ul li a, .footer-section ul li a {
    font-size: 16px;
    padding: 7px 0px;
    margin: 0;
    width: 100%;
    color: rgb(0 0 0);
    transition-duration: 0.3s;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif !important;
}
.footer-section ul li a:hover, .footer-section ul li a:hover {
    color: #c3b06e;
}
.footer-section ul li, .footer-section ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.footer-section ul, .footer-section ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
.footer-sec h2 {
    font-size: 27px;
    text-transform: capitalize;
}
.footer-section .social-media-div i {
    color: #000000;
    font-size: 20px !important;
    padding: 10px;
    background-color: #b49e7f;
    border-radius: 50%;
}
.footer-section .social-media-div i:hover {
    background-color: #c3b06e;  
}

.row.footer-copyright {
    justify-content: center;
    margin-top: 40px;
    padding: 20px 0px;
    border-top: 1px solid #b49e7f;
}


/* contact page starts */

.contact-page-wrapper .section-title h3 {
    font-size: 1rem;
    color: #B79E80;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}
.contact-page-wrapper .ayurvedic-border{
    margin: 0;
}
.contact-details {
    position: relative;
    text-align: center;
    padding: 55px;
    border-radius: 30px;
    color: #000000;
    background: linear-gradient(135deg, #c3b06e, #c3b06e3d, #b49e7f, #b49e7fb3);
    background-size: 400% 400%;
    animation: gradientShift 12s ease infinite;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Gradient animation */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.contact-details {
    position: relative;
    text-align: center;
    padding: 55px;
    border-radius: 30px;
    color: #000000;
    background: linear-gradient(135deg, #c3b06e, #c3b06e3d, #b49e7f, #b49e7fb3);
    background-size: 400% 400%;
    animation: gradientShift 12s ease infinite;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
     transition: all .3s ease-in-out;
     margin-bottom: 15px;
}

/* Gradient animation */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Floating circle accents */
.contact-details::before,
.contact-details::after {
       content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(173 119 41);
    width: 80px;
    height: 80px;
    animation: floatAccent 6s ease-in-out infinite alternate;
    z-index: 1;
}

/* Different positions */
.contact-details::before {
    top: 10%;
    left: 10%;
}
.contact-details::after {
    bottom: 20%;
    right: 15%;
    animation-duration: 8s;
}

/* Floating + scaling animation */
@keyframes floatAccent {
    0% { transform: translateY(0) scale(1); opacity: 0.1; }
    50% { transform: translateY(-20px) scale(1.2); opacity: 0.2; }
    100% { transform: translateY(0) scale(1); opacity: 0.1; }
}

/* Keep content above shapes */
.contact-details * {
    position: relative;
    z-index: 2;
}

.contact-details i {
    font-size: 60px !important;
    animation: pulseIcon 2s infinite ease-in-out;
    padding: 20px;
    background-color: #b49e7f;
    border-radius: 50px;
    box-shadow: 0px 0px 7px 0px #00000042;
     transition: all .3s ease-in;
}

@keyframes pulseIcon {
    0%, 100% { transform: scale(1); color: #fff; }
    50% { transform: scale(1.2); color: #f5eacb; }
}
.contact-details a {
     color: #000;
}
.contact-details p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.contact-details h3{
     margin-top: 21px;
}

.contact-details a:hover {
     color: #f8f8f8;
}
.contact-details:hover i {
    background-color: #38383880;
}
.contact-wrapper-details{
    margin-top: 30px;
}
.form-wrapper {
    position: relative; /* required for overlay */
    margin-top: 50px;
    background-image: url(./assets/img/contact-us.webp);
    padding: 80px;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

/* Overlay */
.form-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(192 176 107 / 55%); /* adjust color & opacity */
    border-radius: 30px; /* same as wrapper */
    z-index: 1;
}

/* Ensure content appears above overlay */
.form-wrapper > * {
    position: relative;
    z-index: 2;
}

.form-content h2{
    font-size: 35px;
    line-height: normal;
}
.form-content {
    padding: 25px;
    background-color: #ffffffbf;
    border-radius: 30px;
}
.form-content h3 {
    font-size: 15px;
    color: #B79E80;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-wrapper input[type=text], .form-wrapper input[type=email], .form-wrapper input[type=tel]  {
    width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #b49e7f45;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 30px;
}
.form-wrapper select {
	  width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #b49e7f45;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 30px;
}
.form-wrapper textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #b49e7f45;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 30px;
	    height: 110px;
}
.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder{
    color: #ffffff!important;
}
.form-wrapper .wpcf7-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 45px;
    overflow: hidden;
    text-decoration: none;
    font-weight: 500;
    z-index: 1;
    background-color: #ffffff;
    color: #000 !important;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.form-wrapper .wpcf7-submit:hover {
    color: #f5f5f5;
    background-color: #c3b06e;
}

.form-left-btn i { 
   padding-right: 15px; 
display: inline-block;
    animation: phone-ring 0.8s infinite;
    transform-origin: 50% 50%;
}
/* Keyframes for ringing */
@keyframes phone-ring {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(15deg); }
    20%  { transform: rotate(-15deg); }
    30%  { transform: rotate(10deg); }
    40%  { transform: rotate(-10deg); }
    50%  { transform: rotate(5deg); }
    60%  { transform: rotate(-5deg); }
    70%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
.form-left-btn {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* blog page */

.page-template-page-blogs .blog-wrapper {
    padding: 0px 0 0px;
}
.blog-page-wrapper-sec .blog-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
    transition: transform 0.3s ease;
}


.blog-page-wrapper-sec .blog-card:hover {
    transform: translateY(-5px);
}

.blog-page-wrapper-sec .blog-inner-row {
    display: flex;
    flex-wrap: nowrap;
}

.blog-page-wrapper-sec .blog-image-col {
    padding: 0;
}

.blog-page-wrapper-sec .blog-image-wrapper {
    position: relative;
 
    overflow: hidden;
}

.blog-page-wrapper-sec .blog-image-wrapper .blog-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.blog-page-wrapper-sec .blog-category {
    position: absolute;
    bottom: 0px;
    left: 10px;
    background: #ee9c28b5;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 18px;
}

.blog-page-wrapper-sec .blog-content-col {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #b49e7f45;
    background-image: url(./assets/img/pattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-page-wrapper-sec .blog-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 30px;
}
.blog-page-wrapper-sec .blog-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.blog-page-wrapper-sec .blog-readmore {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #000000;
    background-color: #b79e807a;
    padding: 15px 25px;
    border-radius: 50px;
    transition: color 0.3s ease;
    width: fit-content;
}

.blog-page-wrapper-sec .blog-readmore:hover{
    background-color: #c3b06e;
}

.blog-page-wrapper-sec .blog-readmore i {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.blog-page-wrapper-sec .blog-readmore:hover i {
    margin-left: 8px;
}


.page-wrapper-section {
    position: relative; /* container for absolute leaves */
}

.page-wrapper-section .floating-leaves {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.page-wrapper-section .floating-leaves svg.leaf {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50px;
    opacity: 0.4; /* reduced opacity */
    animation: floatLeaf 12s linear infinite;
}

/* Different leaves: randomize position and speed */
.page-wrapper-section .leaf1 { left: 5%; animation-duration: 12s; animation-delay: 0s; }
.page-wrapper-section .leaf2 { left: 25%; animation-duration: 14s; animation-delay: 2s; }
.page-wrapper-section .leaf3 { left: 50%; animation-duration: 16s; animation-delay: 4s; }

/* Floating keyframes */
@keyframes floatLeaf {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translateY(50vh) rotate(180deg) scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: translateY(100vh) rotate(360deg) scale(1);
        opacity: 0.3;
    }
}


/* about page */

.about-us-wrapper-page {
    position: relative;
}

.about-us-wrapper-page:before {
    content: '';
    position: absolute;
    top: 150px;
    left: 150px;
    width: 150px;
    height: 150px;
    background-image: url(./assets/img/about-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    animation: floatFlower 4s ease-in-out infinite;
}

.about-us-wrapper-page:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 25%;
    width: 200px;
    height: 200px;
    background-image: url(./assets/img/about-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    animation: floatFlower 4s ease-in-out infinite;
}

.about-us-wrapper-page .about-image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
}
.about-us-wrapper-page .about-content h2 {
    font-size: 50px;
    color: #000;
}
.about-us-wrapper-page .about-content h4 {
    color: #B79E80;
}
.about-us-wrapper-page .about-content {
    text-align: center;
}

.about-page-what-we-provide {
    width: 100%;
    margin: 120px 0px 0px;
}

.about-page-what-we-provide .pd-0 {
    padding: 0px;
}

.provide-box {
  position: relative;
  overflow: hidden;
}

.provide-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.provide-box .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provide-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  background: rgba(0,0,0,0.4); /* optional for better readability */
}

.about-page-what-we-provide .section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.about-page-what-we-provide .section-title h4 {
    color: #B79E80;
}
.about-page-what-we-provide .section-title h2 {
    font-size: 50px;
    color: #000;
}
 
.about-page-what-we-provide .section-title:before {
    content: '';
    position: absolute;
    top: -70px;
    left: 35%;
    width: 100px;
    height: 100px;
    background-image: url(./assets/img/what-we-provide-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    animation: floatFlower 4s ease-in-out infinite;
}


.benefits-wrapper-about-page {
    position: relative;
    background-image: url(./assets/img/benefits-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.benefits-wrapper-about-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 81%);
    z-index: 2;
}

.benefits-wrapper-about-page > * {
    position: relative;
    z-index: 3;
}


.benefits-wrapper-about-page .custom-container {
    padding: 120px 7% 120px;
    margin: 120px 0px 0px;
}

.benefits-wrapper-about-page:after {
    content: '';
    position: absolute;
    top: 150px;
    left: 150px;
    width: 150px;
    height: 150px;
    background-image: url(./assets/img/);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    animation: floatFlower 4s ease-in-out infinite;
}

.benefits-wrapper-about-page .benefits-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    padding: 9px;
    background-color: #ffffffbf;
    box-shadow: 0px 0px 10px 0px #00000029;
}
.benefits-wrapper-about-page .benefits-content h2 {
    font-size: 50px;
    color: #000;
}
.benefits-wrapper-about-page .benefits-content h4 {
    color: #B79E80;
}
.benefits-wrapper-about-page .benefits-content {
    text-align: center;
}

 .treatments-wrapper-about-page .section-title {
    text-align: center;
    padding: 0px 100px;
        margin-bottom: 50px;
}

.treatments-wrapper-about-page .treatment-item {
    background-color: #f4f0e6;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Montserrat", sans-serif !important;
}

.treatments-wrapper-about-page .treatment-item i{
    line-height: 25px;
    padding: 12px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 28px !important;
    background-color: #b19c7db8;
    color: #fff;
}

.treatments-wrapper-about-page .treatments-center {
    display: flex;
    justify-content: center;
}

.treatments-wrapper-about-page .treatments-image {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Optional: align treatments vertically */
.treatments-left, .treatments-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* pushes items to bottom */
    height: 100%;
}



/* appointment page */

.treatment-appointment-page {
    padding: 0px 0px;
        text-align: center;
}
.treatment-appointment-page .section-title h2 {
    font-size: 40px;
    font-weight: 500;
}
.appointment-wrapper .row.form-wrapp-section {
    position: relative; /* needed for overlay */
    background-image: url(./assets/img/contact-us.webp);
    padding: 80px;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    overflow: hidden; /* ensures overlay stays inside rounded corners */
}

.appointment-wrapper .form-wrap h3 {
    margin-bottom: 30px;
    color: #714700;
}

/* Overlay */
.appointment-wrapper .row.form-wrapp-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%); /* black with 50% opacity */
    border-radius: 30px;
    z-index: 1; /* behind content */
}

/* Make sure your content stays above overlay */
.appointment-wrapper .row.form-wrapp-section > * {
    position: relative;
    z-index: 2;
}
.appointment-wrapper input::placeholder,
.appointment-wrapper textarea::placeholder{
    color: #1c1c1c!important;
}
.form-wrap h3 {
    margin-bottom: 30px;
}
.appointment-wrapper input[type="text"], .appointment-wrapper input[type="email"], .appointment-wrapper input[type="tel"] {
    color: #2a2a2a;
    width: 100%;
    height: 42px;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background: none rgba(234, 234, 234, 0.13);
    border: 1px solid #ffffff !important;
    border-color: rgb(255 255 255 / 0%);
    border-image: initial;
    border-radius: 13px;
    outline: none;
    margin-bottom: 12px;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    color: #2a2a2a;
    width: 100%;
    height: 42px;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background: none rgba(234, 234, 234, 0.13);
    border: 1px solid #ffffff !important;
    border-color: rgb(255 255 255 / 0%);
    border-image: initial;
    border-radius: 13px;
    outline: none;
    margin-bottom: 12px;
}

.appointment-wrapper.treatment-appointment-page select {
    color: #060606;
    width: 100%;
    height: 42px;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background: none rgba(234, 234, 234, 0.13);
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 13px;
    outline: none;
    margin-bottom: 12px;
    box-shadow: none;
}
.appointment-wrapper textarea {
     color: #2a2a2a;
    width: 100%;
    height: 80px;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background: none rgba(234, 234, 234, 0.13);
     border: 1px solid #ffffff !important;
    border-color: rgb(255 255 255 / 0%);
    border-image: initial;
    border-radius: 13px;
    outline: none;
    margin-bottom: 12px;
}

.book-your-appointment-page.custom-container {
    padding: 120px 15% 0px;
}

.appointment-wrapper input[type="submit"] {
    font-size: 14px;
    border: 0px;
    color: #000000;
    background-color: #B79E80;
    padding: 15px 25px;
    border-radius: 50px;
    transition: color 0.3s ease;
}

.appointment-wrapper input[type="submit"]:hover {
    color: #f5f5f5;
    background-color: #c3b06e;
}
.ayurvedic-border {
    width: 200px;
    height: 20px;
    margin: 10px auto;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='20'%3E%3Cpath d='M0 10 Q10 0 20 10 T40 10 T60 10 T80 10 T100 10 T120 10 T140 10 T160 10 T180 10 T200 10' stroke='%23B79E80' fill='transparent' stroke-width='2'/%3E%3Ccircle cx='10' cy='10' r='2' fill='%23B79E80'/%3E%3Ccircle cx='30' cy='10' r='2' fill='%23B79E80'/%3E%3Ccircle cx='50' cy='10' r='2' fill='%23B79E80'/%3E%3C/svg%3E") repeat-x;
    background-size: auto 100%;

    /* fade out ends */
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0));
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0));
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}


@keyframes waveAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 0; /* move full width of SVG */
    }
}

/* single blog page */

.single-post .innerpage-header-contents {
    position: relative;
    z-index: 2;
    padding: 30px;
    border-radius: 12px;
    display: inline-block;
    max-width: 700px;
}

/* Single Blog Wrapper Styling */
.single-blog-wrapper {
    position: relative;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow: hidden;
}

/* Main Content */
.single-blog-wrapper .single-blog-main {
    margin-bottom: 40px;
}

.single-blog-wrapper .news-image img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
    height: 400px;
    object-fit: cover;
}

.single-blog-wrapper .news-details {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.single-blog-wrapper .news-details span {
    display: inline-block;
    margin-right: 15px;
}

.single-blog-wrapper .news-content {
    font-size: 16px;
    line-height: 1.8;
}

/* Sidebar */
.single-blog-wrapper .single-blog-sidebar {
    background: #c0b06b26;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 0px #00000047;
        height: fit-content;
}

.single-blog-wrapper .sidebar-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #B79E80;
    padding-bottom: 5px;
    color: #B79E80;
    padding-top: 20px;
}

.single-blog-wrapper .sidebar-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.single-blog-wrapper .sidebar-post a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.single-blog-wrapper .sidebar-post:hover {
    transform: translateX(5px);
}

.single-blog-wrapper .sidebar-post-image img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 15px;
    margin-right: 10px;
}

.single-blog-wrapper .sidebar-post-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Philosopher", sans-serif !important;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5{
    font-family: "Philosopher", sans-serif !important;
}
.single-post .page-wrapper-section {
    margin: 0 0 0px;
}

/* thank you page */

.page-template-page-thankyou .page-wrapper-section {
    margin: 100px 0 100px;
}

.thankyou-page {
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.thankyou-content {
    max-width: 900px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 40px 30px 70px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.thankyou-image {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}

.thankyou-content h1 {
  font-size: 60px;
  color: #5c4828;
  margin-bottom: 10px;
  font-weight: 700;
}

.thankyou-content h3 {
  font-size: 18px;
  color: #7b6438;
  margin-bottom: 20px;
  font-weight: 500;
}

.thankyou-content p {
  font-size: 16px;
  color: #4e3f2b;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Button Styling */
.thankyou-btn {
  display: inline-block;
  background-color: #d6a84b;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(214, 168, 75, 0.4);
}

.thankyou-btn:hover {
  background-color: #b88a32;
  box-shadow: 0 6px 18px rgba(214, 168, 75, 0.5);
  transform: translateY(-2px);
  color: #0a0a0a;
}

@media (max-width: 768px) {
  .thankyou-content {
    padding: 30px 20px;
  }
  .thankyou-content h1 {
    font-size: 26px;
  }
}


/* treatments css starts */
.treatment-intro {
    text-align: center;
    padding: 60px 20px;
    background: url(./assets/img/intro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 70px ! Important;
    border-radius: 30px;
    box-shadow: 0px 0px 6px 0px #0000001f;
    width: fit-content;
    margin: auto;
}

.treatment-intro .treatment-logo {
    width: 300px;
    margin-bottom: 5px;
}

.treatment-intro h2 {
    font-size: 28px;
    color: #7a6a30;
    margin-bottom: 10px;
    font-weight: 600;
}

.treatment-intro p {
    font-size: 16px;
    color: #444;
    max-width: 600px;
    margin: 0 auto;
}

.single-treatments-page img{
    width: 100%;
}

.single-treatments-page .single-treatment-sec-one img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 7px;
    box-shadow: 0px 0px 7px 0px #00000029;
}

.single-treatments-page .single-treatment-sec-one h2 {
    font-size: 38px;
}

.single-treatments-page span.description p {
    margin-bottom: 35px;
}

.single-treatment-sec-one {
    margin-bottom: 70px;
}

.single-treatment-sec-second {
    padding: 80px 20px;
    background-color: #faf8f2;
    border-radius: 30px;
    box-shadow: 0px 0px 6px 0px #0000001f;
    margin-bottom: 70px;
}

.single-treatment-sec-second .benefit-title {
    text-align: center;
    color: #7a6a30;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

/* Reusable underline style */
.ayurveda-underline::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #bdb068, #B79E80, #bdb068);
    background-size: 200% 200%;
    animation: underlineFlow 4s ease infinite;
}

/* Subtle moving shimmer */
@keyframes underlineFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.single-treatment-sec-second .benefit-intro {
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.single-treatment-sec-second .benefit-intro h3 {
    font-size: 22px;
    color: #7a6a30;
    margin-bottom: 10px;
}

.single-treatment-sec-second .benefit-intro p {
    color: #444;
    font-size: 16px;
}

.single-treatment-sec-second .benefit-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-treatment-sec-second .benefit-box {
    background: url(./assets/img/intro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 30px 20px;
    text-align: center;
    flex: 1 1 300px;
    transition: all 0.3s ease;
    height: 100%;

}

.single-treatment-sec-second .benefit-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.single-treatment-sec-second .benefit-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(135deg, #bdb068, #e1a251, #d8c58e);
    background-size: 300% 300%;
    animation: gradientMove 5s ease-in-out infinite;
}

/* Animated gradient */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.single-treatment-sec-second .benefit-box h4 {
    color: #7a6a30;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-treatment-sec-second .benefit-box p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
	margin-bottom: 0px;
}

.single-treatment-sec-three-treatments {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: url('./assets/img/ayurveda-treaments.webp') center center / cover no-repeat fixed;
  padding: 100px 0;
  overflow: hidden;
  border-top: 1px outset;
}

/* Overlay */
.single-treatment-sec-three-treatments::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 45%));
    z-index: 1;
}

/* Make sure the actual content stays above overlay */
.single-treatment-sec-three-treatments > * {
  position: relative;
  z-index: 2;
}


.single-treatment-sec-three-treatments .section-heading h2 {
  font-size: 34px;
  color: #0e0e0e;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-treatment-sec-three-treatments .section-heading p {
  color: #0f0f0f;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 60px;
}

/* Treatment Card */
.single-treatment-sec-three-treatments .treatment-card {
    background: #ffffffb5;
    border-radius: 25px;
    overflow: hidden;
    transition: transform 0.4s 
ease, box-shadow 0.4s 
ease;
    text-align: center;
    padding: 10px;
    border: 4px solid #f7f7f7;
    box-shadow: 0px 2px 2px 2px #0000001c !important;
        margin-bottom: 20px;
}

.single-treatment-sec-three-treatments .treatment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.single-treatment-sec-three-treatments .treatment-card-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s 
ease;
    border-radius: 18px;
}

.single-treatment-sec-three-treatments .treatment-card:hover .treatment-card-img img {
  transform: scale(1.03);
}

.single-treatment-sec-three-treatments .treatment-card-content {
  padding: 20px;
}

.single-treatment-sec-three-treatments .treatment-card-content h3 {
  font-size: 20px;
  color: #7a6a30;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-treatment-sec-three-treatments .treatment-card-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

 .single-treatment-sec-three-treatments.custom-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.single-treatment-sec-four-services {
    background-color: #eeeeee;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 0;
    overflow: hidden;
}
.single-treatment-sec-four-services .service-wrapper {
    position: relative; /* required for the overlay */
    background-position: center;
    padding: 60px 30px 120px;
    border-radius: 30px;
    background: url(./assets/img/ayurveda-services.webp) center center / cover no-repeat;
}

/* Overlay */
.single-treatment-sec-four-services .service-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgb(255 255 255 / 75%);
    z-index: 1;
    box-shadow: 0px 8px 12px 2px #0000000a;
}

/* Make sure content is above the overlay */
.single-treatment-sec-four-services .service-wrapper > * {
    position: relative;
    z-index: 2;
}


.single-treatment-sec-four-services h2 {
    color: #7a6a30;
    font-size: 32px;
    font-weight: 600;
}

.single-treatment-sec-four-services .service-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.single-treatment-sec-four-services .service-pill {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.85);
    border-radius: 25px;
    padding: 20px 25px;
    flex: 1 1 250px;
    max-width: 300px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.single-treatment-sec-four-services .service-pill:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.single-treatment-sec-four-services .pill-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #bdb068, #e1a251, #d8c58e);
    background-size: 300% 300%;
    animation: gradientMove 5s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.single-treatment-sec-four-services .pill-icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    filter: invert(1);
}

.single-treatment-sec-four-services .pill-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #7a6a30;
    margin-bottom: 5px;
}

.single-treatment-sec-four-services .pill-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}
.single-treatment-sec-five-pices {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* Floating shapes */
.single-treatment-sec-five-pices::before,
.single-treatment-sec-five-pices::after {
    content: '';
    position: absolute;
    border-radius: 50%; /* circle shape */
    width: 50px;
    height: 50px;
    background: rgba(183, 158, 128, 0.2);
    animation: floatShape 15s infinite linear;
}

.single-treatment-sec-five-pices::after {
    width: 30px;
    height: 30px;
    top: 200px;
    left: 80%;
    border-radius: 5px; /* square */
    background: rgba(183, 176, 104, 0.2);
    animation-duration: 20s;
}

/* Additional floating shapes inside section */
.single-treatment-sec-five-pices .floating-shape {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(195, 176, 110, 0.2);
    border-radius: 50%;
    animation: floatShape 12s infinite linear;
}

/* Keyframes for floating motion */
@keyframes floatShape {
    0% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-50px) translateX(20px); }
    100% { transform: translateY(0px) translateX(0px); }
}


.single-treatment-sec-five-pices h2 {
  font-size: 36px;
  font-weight: 700;
  color: #7a6a30;
  margin-bottom: 80px;
}

/* Wrapper for floating panels */
.single-treatment-sec-five-pices .price-modern-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
}

p.special-rate{
	font-size: 16px!important;
    color: #f10808!important;
}

/* Panels */
.single-treatment-sec-five-pices .price-panel {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(15px);
  border-radius: 40px;
  padding: 50px 35px;
  width: 260px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
  border: 1px solid #c3b06e9e;
}

/* Slight rotation for modern layout */
.single-treatment-sec-five-pices .price-panel.panel-left {
  transform: rotate(-2deg);
}

.single-treatment-sec-five-pices .price-panel.panel-right {
  transform: rotate(2deg);
}

/* Hover effect */
.single-treatment-sec-five-pices .price-panel:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* Icon */
.single-treatment-sec-five-pices .panel-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}

.single-treatment-sec-five-pices .panel-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Text */
.single-treatment-sec-five-pices .price-panel h4 {
  font-size: 22px;
  color: #7a6a30;
  margin-bottom: 8px;
}

.single-treatment-sec-five-pices .price-panel p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #b08e5f;
}

.single-treatment-sec-five-pices .price-panel span {
  font-size: 14px;
  color: #555;
}

.single-packages .blog-wrapper {
    padding: 0px 0 0px;
}

 .sidebar-post-title p {
    font-size: 16px;
}

.single-packages .doctor-wrapper .custom-container {
    padding: 0px 7% 120px;
}

.single-packages  section.doctor-wrapper {
    margin-top: 100px;
}

.single-packages .doctor-wrapper .doctors-sec {
    background-color: #c3b06e5c;
    border: 1px solid #c0b06b;
}
.single-packages .doctor-wrapper a.common-button {
    background-color: #c3b06ea3;
    padding: 15px 50px;
}


/* massages */

.page-template-page-ayurveda-massages .page-wrapper-section {
    background: linear-gradient(180deg, #ffffff, #b19e7e26);
    padding: 0px 0 120px;
    margin: 0px;
}

.page-template-page-ayurveda-massages .massage-page-wrapper .custom-container {
    padding: 60px 7% 0px;
}

.page-template-page-ayurveda-massages .massage-page-wrapper .col-lg-6 {
    margin-bottom: 20px;
}

.massage-page-wrapper .ayurveda-intro {
    text-align: center;
    padding: 20px;
}

.massage-page-wrapper .ayurveda-intro h2 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 30px;
    color: #000;
    margin-top: 30px;
}

.massage-page-wrapper .ayurveda-intro p {
    font-size: 17px;
    line-height: 1.8;
    color: #070707;
    margin-bottom: 24px;
}

.massage-page-wrapper .ayurveda-lines {
    display: flex;
    gap: 10px;
    font-weight: 500;
    color: #383838;
    flex-direction: column;
    font-size: 20px;
    border: 1px solid #ffffff;
    width: fit-content;
    margin: auto;
    padding: 30px 40px;
    margin-bottom: 20px !important;
    border-radius: 30px;
    background: url(./assets/img/intro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 4px 0px #0000001a;
}

.massage-page-wrapper .ayurveda-treatments h2 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 40px;
    color: #000;
    margin-top: 30px;
}

.ayurveda-massage-row{
    margin-top: 40px;
}

.massage-page-wrapper .treatment-item {
    display: flex;
    gap: 24px;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.massage-page-wrapper .treatment-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.massage-page-wrapper .treatment-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    padding: 8px;
    border-radius: 50px;
    background: url(./assets/img/intro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 4px 0px #0000001a;
}

.massage-page-wrapper .treatment-item h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 600;
}

.massage-page-wrapper .treatment-item p {
    font-size: 18px;
    font-weight: 600;
    color: #b49e7f;
    margin-bottom: 6px;
}

.massage-page-wrapper .treatment-item span {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.massage-page-wrapper .doctors-consultation-sec .treatment-item {
    background: #b19e7e33;
}

.massage-page-wrapper .doctors-consultation-sec .treatment-item p {
    color: #a4722c;   
}
.massage-page-wrapper .doctors-consultation-sec h2 {
    margin-top: 50px;
}


@media only screen and (max-width:767.5px){
	
	.page-container {
		overflow: hidden;
	}
	
    .letstalk.m-auto {
        display: none;
    }
    .banner-content h1 {
        font-size: 35px;
    }
    .about-us-wrapper .about-subtitle {
        font-size: 30px;
    }
    .about-us-wrapper .about-title {
        font-size: 35px;
    }
    H2.section-title {
         font-size: 35px!important;
    }
    .what-we-provide-wrapper::after {     
        top: 0px;
        right: 70px;
        width: 70px;
        height: 70px;
    }
    .what-we-provide-wrapper .left-image img {
        margin-bottom: 30px;
    }
    section.who-we-are-wrapper:before {
        top: 20px;
        right: 30px;
    }
    .section-title h2 {
        font-size: 35px!important;
    }
    .packages-wrapper .section-description p{
        padding-bottom: 30px;
    }
    .about-us-wrapper-page .about-content h2 {
        font-size: 35px;
    }
    .massage-page-wrapper .treatment-item {
        flex-direction: column;
    }
    .massage-page-wrapper .treatment-item img {
        width: 70px;
        height: 70px;
    }
    .massage-page-wrapper .treatment-item p {
        font-size: 16px;
    }
    .massage-page-wrapper .ayurveda-treatments h2 {
        font-size: 35px;
    }
        
}


@media only screen and (max-width:991px){
    .header-logo img {
        width: 200px;
    }
    .banner-content {
        max-width: 100%;
    }
    .custom-container {
        padding: 80px 3% 0px;
    }
    .header-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-wrapper .custom-container {
        padding: 10px 7%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
        width: 20px;
        animation: widthPulse 1s ease-in-out infinite;
    }
    @keyframes widthPulse {
        0%, 100% {
            width: 20px;
        }
        50% {
            width: 28px; 
        }
    }
    .who-we-are-wrapper .image-stack-right img {
        border-radius: 15px;
    }
    .who-we-are-wrapper ul {
        column-count: 1;
        margin-bottom: 0px;
    }
    .videos-wrapper .custom-container {
        padding: 80px 7% 80px;
        margin: 80px 0px 0px;
    }
    section.videos-wrapper:before {
        top: -40px;
    }
    .videos-wrapper .video-container {
        height: 400px;
    }
    .footer-sec h2 {
        margin-top: 30px;
    }
    .innerpage-header-wrapper {
        padding: 100px 0;
    }
    .innerpage-header-contents h1 {
        font-size: 35px;
    }
    .innerpage-header-wrapper {
        overflow-x: hidden;
    }
    .form-wrapper {
        padding: 15px;
        margin-top:25px;
        margin-bottom: 50px;
    }
    .form-content h2 {
        font-size: 30px; 
    }
    .form-content {
        margin-bottom: 20px;
    }
    .blog-page-wrapper-sec .blog-title {
        font-size: 19px;
        line-height: 22px;
    }
    .blog-page-wrapper-sec .blog-image-wrapper .blog-image {
        height: 270px;
    }
    .blog-page-wrapper-sec .blog-readmore {
        padding: 10px 15px;
    }
    .single-post .innerpage-header-contents {
        padding: 16px 0px;
    }
    .innerpage-header-contents .breadcrumbs {
        font-size: 14px;
        padding: 10px 16px;
    }
    .single-blog-wrapper {
        padding: 0px 0;  
    }
    .innerpage-header-contents {
        padding: 30px 0px;
    }
    .about-us-wrapper-page:before {
        top: 40px;
        left: 10px;
        width: 70px;
        height: 70px;
    }
    .about-us-wrapper-page .about-image img {
        height: 400px;
    }
    .benefits-wrapper-about-page .custom-container {
        padding: 60px 7% 60px;
        margin: 60px 0px 0px;
    }
    .benefits-wrapper-about-page .benefits-image img {
        margin-bottom: 20px;
    }
    .benefits-wrapper-about-page .benefits-content h2 {
        font-size: 35px;
    }
    .about-page-what-we-provide .section-title:before {
                top: -90px;
        width: 90px;
        height: 90px;
    }
    .about-page-what-we-provide {
        overflow-x: hidden;
        margin: 0px;
        padding: 120px 0px 0px;
    }
    .about-us-wrapper-page:after {
        bottom: -50px;
        left: 25%;
        width: 100px;
        height: 100px;   
    }
    .treatments-wrapper-about-page .section-title {
        padding: 0px 0px;
    }
    .treatments-wrapper-about-page .treatments-image {
        margin-bottom: 25px;
    }
    .packages-treatment-wrap .package-image img {
        height: 400px;   
    }
    .footer-contact p{
        font-weight: 500;
    }
    .treatment-intro .treatment-logo {
        width: 190px;
    }
    .single-treatments-page .single-treatment-sec-one h2 {
        font-size: 35px;
        margin-top: 20px;
    }
    .single-treatment-sec-second {
        padding: 50px 10px;  
    }
    .single-treatment-sec-three-treatments {
        padding: 70px 0; 
        border-top: 1px solid #c0b06b5e;
    }
    .single-treatment-sec-four-services .service-wrapper {
        padding: 25px 15px 60px;
        
    }
    .single-treatment-sec-four-services .service-pill {
        border-radius: 30px;
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .single-treatment-sec-four-services .pill-content h4 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .single-treatment-sec-five-pices {
        padding: 60px 0;
    }
    .single-packages section.doctor-wrapper {
        margin-top: 30px;
    }
    .doctor-wrapper .doctors-sec {
        padding: 30px 20px;
    }
    .doctor-wrapper .doctor-image img {
        height: 400px;
        position: relative; 
        margin-bottom: 20px;
    }
    .single-packages .doctor-wrapper .custom-container {
        padding: 0px 0% 0px;
    }
    section.doctor-wrapper .doctors-sec:before {
        right: 25px;
    }
    .massage-page-wrapper .ayurveda-intro {
        padding: 0px;
    }
        

}


@media only screen and (min-width:768px) and (max-width:991px){
    .header-logo img {
        width: 360px;
    }
    .letstalk.m-auto {
        display: none;
    }
    .banner-content h1 {
        font-size: 35px;
    }
    .about-us-wrapper .about-subtitle {
        font-size: 30px;
    }
    .about-us-wrapper .about-title {
        font-size: 35px;
    }
    H2.section-title {
         font-size: 35px!important;
    }
    .what-we-provide-wrapper::after {     
        top: 0px;
        right: 70px;
        width: 70px;
        height: 70px;
    }
    .what-we-provide-wrapper .left-image img {
        margin-bottom: 30px;
    }
    section.who-we-are-wrapper:before {
        top: 20px;
        right: 30px;
    }
    .section-title h2 {
        font-size: 35px!important;
    }
    .packages-wrapper .section-description p{
        padding-bottom: 30px;
    }
    .about-us-wrapper-page .about-content h2 {
        font-size: 35px;
    }
}


@media only screen and (min-width:1100px) and (max-width:1420px){
    a.common-button {
        padding: 15px 15px;
    }
}

@media only screen and (min-width:991px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {  
        padding: 0px 15px;
    }
}