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

 Theme Name: Advait Yoga
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/*font-family: "Marcellus", serif;*/
:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
}
body{font-family: var(--primary-font-family);}
p{font-family: "Sora", sans-serif;}
h1{font-family: "Marcellus", serif;}
h2{font-family: "Marcellus", serif;}
h3{font-family: "Marcellus", serif;}
h4{font-family: "Marcellus", serif; margin-bottom: 0;}
h5{font-family: "Marcellus", serif;}
h6{font-family: "Marcellus", serif;}
a{font-family: "Sora", sans-serif;}
li{font-family: "Sora", sans-serif;}
div{font-family: "Sora", sans-serif;}
input{font-family: "Sora", sans-serif;}
span{font-family: "Sora", sans-serif;}
label{font-family: "Sora", sans-serif;}
button{font-family: "Sora", sans-serif;}
html {
  scroll-behavior: smooth;
}

.container-fluid{padding: 0px 52px;}
/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
.is-sticky .navbar{background-color: #0f4c4f !important; padding: 6px;}
.main-header-wrapper .navbar{position: absolute; top: 0; width: 100%;z-index: 99; padding: 13px 0px; border-bottom: 1px solid #FFFFFF1A;}
.navbar-nav li a{color: #fff!important; padding: 0px 14px!important; font-size: 14px!important;}
.nav-right a.call-cta{color: #fff; text-decoration: none; font-size: 15px; }
.nav-right a.get-started{background-color: #0f4c4f; color: #fff; font-size: 15px; padding: 8px 15px; text-decoration: none; border-radius: 6px; display: inline-block;margin-left: 20px;}
.nav-right a.call-cta i{background-color: #0f4c4f; color: #fff; padding: 9px; display: inline-block; margin-right: 6px; border-radius: 7px; font-size: 14px; }
.is-sticky .nav-right a.call-cta i{border: 1px solid #fff;}
.is-sticky .nav-right a.get-started{border: 1px solid #fff;}
/*========================header css end===========================*/




/*============================================Home main banner css start=======================================*/

.banner-item{display: flex; justify-content: center; align-items: center;     margin-bottom: 20px;}
.main-banner-content{width: 65%;}
.main-banner-image{width: 50%;}
.main-banner-image img{width: 100%;}
.banner-main-image{width: 100%;}
.home-slider-inner{width: 100%;background-repeat: no-repeat; background-size: cover;     padding: 0px 0px 0px 0px;}
#home-slider .owl-dots button{border: 1px solid #999999!important; background-color: #999999!important; width: 50px; height: 10px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
#home-slider .owl-dots button.active{background-color: #2F963F!important; height: 10px;}
#home-slider .owl-dots{justify-content: center; margin-top: 30px; margin-bottom: 30px; position: absolute; display: flex; bottom: 30px; left: 0; right: 0; z-index: 9999; }
#home-slider .owl-dots button:focus{outline: none; box-shadow: none;}
#home-slider{position: relative;}
.main-banner-content h3{color: #212754; text-transform: uppercase; font-size: 60px; font-weight: 500; text-shadow: 0px 7px #dee4f4;}
.main-banner-content h2{font-weight: 700; font-size: 70px; color: #212754; text-shadow: 0px 8px #dee4f4;}
.main-banner-content p{font-size: 21px; color: #212754; margin-top: 15px;}
.main-banner-content{padding-right: 70px;}
.banner-main-button a{background-color: #dee4f4; padding: 10px 30px; color: #212754; text-transform: uppercase; font-size: 1vw; text-decoration: none; font-weight: 600; border-radius: 50px;}
.banner-main-button{margin-top: 40px;}
.home-slider-wrapper{box-shadow: 0px 0px 10px #b8bbd4;}
#home-slider .owl-nav .owl-prev {position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff;}
#home-slider:hover .owl-prev {left: 15px; opacity: 1; }
#home-slider:hover .owl-next {right: 15px; opacity: 1; }
 #home-slider .item{height: auto;}
 #home-slider .item img{height: 100%; object-fit: cover; width: 100%; object-position: right;}
 #home-slider .item .cover {padding: 75px 0 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0;
        background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 15.73%, rgb(30 30 30 / 68%) 66.76%, #1e1e1ee8 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0) 87.87%, #1e1e1e8f 102.84%);
  display: flex; align-items: center; }
 #home-slider .item .cover .header-content {position: relative;padding: 0px;overflow: hidden;width: 60%;margin-right: auto;    background-color: unset;
    padding: 41px 21px 28px;}
 #home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
 #home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
 #home-slider .item .cover .header-content h1 {font-size: 51px;  margin: 0px 0 20px; word-spacing: 3px; color: #000;  text-align: left; }
#home-slider .item .cover .header-content h2 {font-size: 20px; margin: 0px 0 20px; word-spacing: 3px; text-align: left; font-weight: 500; color: #0f4c4f; }
#home-slider .item .cover .header-content h2 span{color: #41b1b3; text-decoration: underline;}
#home-slider .item .cover .header-content h5 {font-size: 20px; font-weight: 600; margin: 0px 0 20px; word-spacing: 3px; color: #41b1b3; text-align: left;}
/*header .item .cover .header-content h2 {color: #ff0200; padding: 0px 20px; font-size: 61px;}*/
 #home-slider .item .cover .header-content p{color: #fff; font-size: 15px; text-align: left; width: 100%; font-weight: 400; margin: 8px auto 0px; padding: 25px 0px 0px 0px; border-style: solid; border-width: 1px 0px 0px 0px; border-color: #828282; }
 #home-slider .item .cover .header-content h3 {color: #fff; text-align: left; font-size: 39px; font-weight: 400; line-height: 1.2em; margin-bottom: 19px; }
 #home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h3 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 #home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .item .cover .containers{width: 100%;}

.header-content h4{    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.3em; display: flex; align-items: center; font-family: "Sora", sans-serif; color: #fff; margin-bottom: 20px;}
.header-content h4 img{width: 26px!important;    margin-right: 12px;}
.banner_buttons{margin-top: 30px;}
.banner_buttons a{background-color: #0f4c4f; color: #fff; font-size: 15px; padding: 11px 20px; text-decoration: none; border-radius: 6px; display: inline-block; }


/*============================================Home main banner css end=======================================*/

/*============================================Home about Sec css start=======================================*/
.about-wrapp{padding: 50px 0px;}
.abt-right-inn h5{font-size: 20px; font-weight: 500; line-height: 1.6em; letter-spacing: 1px; display: flex; align-items: center; font-family: "Sora", sans-serif; color: #0f4c4f; margin-bottom: 11px; }
.abt-right-inn h5 img{width: 40px!important;    margin-right: 12px;}
.abt-right-inn h2{color: #000; font-size: 30px; margin: 14px 0px; line-height: 38px;}
.abt-right-inn h2 span{color: #0f4c4f;font-family: "Marcellus", serif;}
.abt-right-inn p{font-size: 15px; color: #8a8787;}
.abt-right-inn a{background-color: #0f4c4f; color: #fff; font-size: 15px; padding: 11px 20px; text-decoration: none; border-radius: 6px; display: inline-block; margin-top: 15px;}
.about-left-image img{width: 100%;
    object-fit: cover;}
.about-right-con{display: flex; align-items: center; height: 100%;}
/*============================================Home about Sec css end=======================================*/

/*============================================Home service Sec css start=======================================*/
.home-serv-wrapp{background-color: #0f4c4f1c; padding: 50px 0px;}
.home-serv-head{text-align: center; margin-bottom: 40px;}
.home-serv-head h5{font-size: 20px; font-weight: 500; line-height: 1.6em; letter-spacing: 1px; display: flex; align-items: center; font-family: "Sora", sans-serif; color: #0f4c4f; margin-bottom: 11px; justify-content: center;}
.home-serv-head h5 img{width: 40px!important;    margin-right: 12px;}
.home-serv-head h2{color: #000; font-size: 30px; margin: 14px 0px; line-height: 38px;}
.home-serv-head h2 span{color: #0f4c4f;font-family: "Marcellus", serif;}
.serv-box{background-color: #fff; padding: 28px; position: relative; border-radius: 20px;}
.serv-box img{width: 100%;filter: brightness(0) invert(1);transition: all 0.5s ease-in-out;}
.serv-box:before{content: '';position: absolute; width: 119px; height: 112px; top: auto; left: auto; bottom: -1px; right: -1px; z-index: 1; background-color: #e5ebec; -webkit-mask: url(../images/shape-bottom.png) no-repeat; mask: url(../images/shape-bottom.png) no-repeat;}
.serv-top-con{display: block; align-items: center;}
.serv-img{width: 80px; height: 80px; background-color: #0f4c4f; border-radius: 50px; display: flex; justify-content: center; align-items: center; margin-bottom: 11px;    padding: 18px;}
.serv-box h2{font-size: 27px; font-weight: 500; margin-bottom: 16px; margin-top: 18px; transition: all 0.5s ease-in-out;}
.serv-box p{width: 95%;transition: all 0.5s ease-in-out;}
.serv-box a{color: #0f4c4f; font-size: 15px; text-decoration: none; font-weight: 600;transition: all 0.5s ease-in-out;}
.serv-count h4{position: absolute; font-size: 14px; line-height: 36px; bottom: 0; right: 0; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #000; background-color: #fff; z-index: 2; font-family: "Sora", sans-serif;}
.serv-box-main{position: relative; margin-bottom: 30px;}



.serv-box{ transition: all 0.5s ease-in-out;}
.serv-box:hover{background-color: #0f4c4f;   }
.serv-img{transition: all 0.5s ease-in-out;}
.serv-box:hover .serv-img{background-color: #fff;   }
.serv-box:hover h2{color: #fff;}
.serv-box:hover p{color: #fff;}
.serv-box:hover a{color: #fff;}
.serv-box:hover img{filter: invert(19%) sepia(10%) saturate(2789%) hue-rotate(138deg) brightness(92%) contrast(87%);}




.services-slide .owl-nav .owl-prev {position: absolute; left: -56px; top: 35%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: unset!important; width: 45px; cursor: pointer; height: 45px; position: absolute; display: block; z-index: 1000; border-radius: 50px; border: 1px solid #0f4c4f !important; color: #0f4c4f  !important; font-size: 24px !important;}
.services-slide .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
.services-slide .owl-nav .owl-prev:focus {outline: 0; }
.services-slide .owl-nav .owl-prev:hover {background: #0f4c4f !important; color: #fff!important;}
.services-slide .owl-nav .owl-next {position: absolute; right: -56px; top: 35%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background:unset!important; width: 45px; cursor: pointer; height: 45px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #0f4c4f !important; color: #0f4c4f  !important; font-size: 24px !important;}
.services-slide .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
.services-slide .owl-nav .owl-next:focus {outline: 0; }
.services-slide .owl-nav .owl-next:hover {background: #0f4c4f !important; color: #fff!important;}
.services-slide:hover .owl-prev {left: -56px; opacity: 1; }
.services-slide:hover .owl-next {right: -56px; opacity: 1; }

/*============================================Home service Sec css end=======================================*/

/*============================================Home classes Sec css start=======================================*/
.classes-wrapp{padding: 50px 0px;}
.classes-con a{transition: all 0.5s ease-in-out;}
.classes-con a:hover{background-color:#0f4c4f; color: #fff; }
.schedule-timetable{border-collapse: collapse; border-spacing: 0; vertical-align: middle; width: 100%; }
.schedule-timetable tr.shortcode-row,
.schedule-timetable  tbody tr {
    border: 1px solid rgb(15 76 79 / 16%);
}
.schedule-timetable tr.shortcode-row th{background-color: #0f4c4f; height: 55px; text-transform: capitalize; font-size: 15px; padding: 5px 15px; font-weight: 600 !important; letter-spacing: 0.4px; text-align: center; color: #fff; border: 1px solid rgb(237 237 237 / 94%); }
.schedule-timetable tbody .hours{height: 55px; width: auto; text-align: center; border: inherit; font-size: 13px; padding: 0 1rem!important; white-space: nowrap; vertical-align: middle; position: relative; line-height: normal; }
.schedule-timetable tbody .shortcode-event{border: inherit; font-size: 13px; position: relative; padding: 0; line-height: normal; vertical-align: middle; }
.schedule-timetable tbody .shortcode-event .event-container{text-align: center; height: 100%; outline: rgb(255, 255, 255, .15); min-height: 50px; position: absolute; right: 0; left: 0; z-index: 3; top: 0%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; color: inherit; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.schedule-timetable tbody .shortcode-event .event-container .event-title{font-weight: 600!important; text-decoration: none !important; font-size: 14px; line-height: 20px; text-transform: capitalize; letter-spacing: 0px; display: block; color: #000; margin-bottom: 6px; margin: 0.5rem 0.25rem 0.25rem; }
.schedule-timetable tbody .shortcode-event .event-container .event-title:hover{color: #0f4c4f; }
.schedule-timetable tbody .shortcode-event .event-container .event-subtitle{font-size: 11px; margin: 0.25rem; color: inherit; }
.timetable-main{display: flex; overflow-x: auto; width: 100%;}

/*============================================Home classes Sec css end=======================================*/

/*===========================================benefit yoga Sec css start=======================================*/
.benefite-yoga-wrapp{background-color: #0f4c4f1c; padding: 50px 0px;}
.our-benefits{position: relative; padding: 50px 0 100px; }
.our-benefits::before{content: ''; position: absolute; bottom: 10px; right: -75px; background-image: url('../images/section-bg-img-3.svg'); background-repeat: no-repeat; background-position: bottom right; background-size: cover; height: 417px; width: 431px; z-index: 0; }
.benefit-item{border-bottom: 1px solid #4156491A; margin-bottom: 50px; padding-bottom: 50px; }
.benefit-item:last-child{border-bottom: none; margin-bottom: 0px; padding-bottom: 0px; }
.benefit-item .icon-box{margin-bottom: 30px; }
.benefit-item .icon-box img{max-width: 80px; }
.benefit-item-content h3{font-size: 22px; text-transform: capitalize; margin-bottom: 15px; }
.benefit-item-content p{margin: 0; font-size: 14px; color: #000; }
.our-benefits-image{position: relative; text-align: center; margin: 0 18px; }
.our-benefits-image::before{content: ''; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); /* background: #3D493A;*/ background-image: url(../images/slider_pattern6.png); opacity: 10%; width: 100%; height: 100%; z-index: 0; background-repeat: no-repeat; background-position: center; animation: whoweimagebg 20s infinite linear; background-size: contain; }
@keyframes whoweimagebg {
    0% {
        transform: translatex(-50%) rotate(0deg);
    }

    100% {
        transform: translatex(-50%) rotate(360deg);
    }
}
.our-benefits-image figure{position: relative; /*  background: url('../images/benefits-image-bg-shape.svg') no-repeat;*/ background-position: top center; background-size: auto; z-index: 1; }
.our-benefits-image img{width: 100%; max-width: 474px; margin: 0 auto; }

/*===========================================benefit yoga Sec css end=======================================*/

/*=========================================yoga package Sec css start=======================================*/
.yoga-package-wrapp{padding: 50px 0px;}
.our-pricing{position: relative; padding: 50px 0 20px; }
.our-pricing::before{content: ''; position: absolute; top: -120px; left: -80px; background-image: url('../images/section-bg-img-1.svg'); background-repeat: no-repeat; background-position: top left; background-size: cover; transform: rotateY(180deg); height: 274px; width: 337px; z-index: 0; }
.our-pricing::after{content: ''; position: absolute; bottom: 10px; right: -50px; background-image: url('../images/section-bg-img-4.svg'); background-repeat: no-repeat; background-position: bottom right; background-size: cover; height: 136px; width: 381px; z-index: 0; }
.pricing-item{background: #fff; border: 1px solid #4156491A; border-radius: 30px; text-align: center; height: calc(100% - 30px); margin-bottom: 30px; overflow: hidden; }
.pricing-image figure{display: block; }
.pricing-image img{width: 100%; aspect-ratio: 1 / 0.484; object-fit: cover; }
.pricing-content{padding: 15px; border-bottom: 1px solid #4156491A; }
.pricing-title{margin-top: -53px; margin-bottom: 7px; }
.pricing-content h3{position: relative; display: inline-block; font-size: 16px; font-weight: 500; text-transform: capitalize; color: #0f4c4f; background-color: #fff; box-shadow: 0px 0px 30px 0px #00000014; border: 1px solid #4156491A; border-radius: 100px; padding: 12px 30px; font-family: "Sora", sans-serif; }
.pricing-content h2{font-size: 42px; }
.pricing-content p{text-transform: capitalize; margin: 0; }
.pricing-body{padding: 30px; }
.pricing-list{margin-bottom: 12px; }
.pricing-list ul{list-style: disc; display: inline-block; margin: 0; padding-left: 20px; text-align: left; }
.pricing-list ul li{text-transform: capitalize; line-height: 1.6em; margin-bottom: 11px; font-size: 15px; }
.pricing-list ul li:last-child{margin-bottom: 0; }
.pricing-list ul li::marker{color: #3D493A; }
.pricing-item.highlighted-box{background: #0f4c4f; border: none; }
.pricing-item.highlighted-box .pricing-content{border-color: #FFFFFF1A; }
.pricing-item.highlighted-box .pricing-list ul li::marker, .pricing-item.highlighted-box .pricing-list ul li, .pricing-item.highlighted-box .pricing-content p, .pricing-item.highlighted-box .pricing-content h2{color: #fff; }
.pricing-btn a{background-color: #0f4c4f; color: #fff; font-size: 15px; padding: 11px 20px; text-decoration: none; border-radius: 6px; display: inline-block; margin-top: 15px;}
.pricing-item.highlighted-box .pricing-btn a{background-color: #fff; color: #0f4c4f;}
.yoga-package-wrapp ul{justify-content: center; margin-bottom: 31px!important; gap:0px 20px;}
.yoga-package-wrapp ul li button{border: 1px solid #0f4c4f !important; padding: 7px 32px !important; font-size: 17px; text-transform: uppercase; color: #0f4c4f;}
.yoga-package-wrapp ul li button.active{background-color: #0f4c4f !important;}
.yoga-package-wrapp ul li button:hover{background-color: #0f4c4f !important; color: #fff!important;}
/*=========================================yoga package Sec css end=======================================*/

/*=========================================testimonial Sec css start=======================================*/
.testimonial-wrapp{background-color: #0f4c4f1c; padding: 50px 0px;}
.testi-post-item{position: relative; }
.testi-post-item .testi-box-content-wrap{padding: 44px 45px 15px 25px; background-color: #fff; clip-path: polygon( 6.726% 100%,93.274% 100%,93.274% 100%,94.364% 99.896%,95.399% 99.594%,96.364% 99.111%,97.245% 98.464%,98.029% 97.668%,98.701% 96.741%,99.249% 95.698%,99.657% 94.556%,99.912% 93.332%,100% 92.042%,100% 28.912%,100% 28.912%,99.732% 25.399%,98.988% 22.786%,97.863% 20.91%,96.447% 19.608%,94.835% 18.717%,93.119% 18.071%,91.39% 17.508%,89.742% 16.865%,88.268% 15.977%,87.061% 14.682%,87.061% 14.682%,86.147% 12.968%,85.483% 11.096%,84.946% 9.146%,84.409% 7.198%,83.749% 5.331%,82.839% 3.624%,81.556% 2.158%,79.775% 1.012%,77.369% 0.266%,74.215% 0%,6.726% 0%,6.726% 0%,5.636% 0.104%,4.601% 0.406%,3.636% 0.889%,2.755% 1.536%,1.971% 2.332%,1.299% 3.259%,0.751% 4.302%,0.343% 5.444%,0.088% 6.668%,0% 7.958%,0% 92.042%,0% 92.042%,0.088% 93.332%,0.343% 94.556%,0.751% 95.698%,1.299% 96.741%,1.971% 97.668%,2.755% 98.464%,3.636% 99.111%,4.601% 99.594%,5.636% 99.896%,6.726% 100% ); }
.testi-post-item::before{font-family: 'FontAwesome'; content: "\f10d"; position: absolute; right: 0; top: 0; font-size: 19px; line-height: 15px; color: #fff; background-color: #0f4c4f; border-radius: 50%; padding: 17px 16px; }
.testi-box-title{font-size: 20px; line-height: 22px; margin-bottom: 8px; }
.testi-testimonial-detail{font-size: 12px; line-height: 15px; letter-spacing: 0.6px; margin-bottom: 0; text-transform: uppercase; font-weight: 500; }
.testi-featured-wrapper img{width: 80px; height: 80px; border-radius: 50%; }
.testi-auther-content{margin-left: 20px; }
.testi-testimonial-text{font-size: 18px; line-height: 30px; margin: 0; padding: 20px 0 30px; border: 0; }
.testi-testimonial-text p{margin-bottom: 0; font-size: 16px; }
.testi-box-star-ratings{color: #fdcf00; }
.pbminfotech-star-ratings-text{font-size: 30px; line-height: 26px; font-weight: 600 !important; font-style: italic !important; color: var(--pbmit-blackish-color); letter-spacing: -0.25px; }

/*=========================================testimonial Sec css end=======================================*/

/*=========================================blog Sec css start=======================================*/
  .blog-wrapper{padding: 50px 0px;}
.blog-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; border-radius: 10px;}
.blog-box img{width: 100%; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.blog-cont{ padding: 20px; }
.blog-cont h2{font-size: 22px; color: #000; margin-bottom: 10px;}
.blog-cont p{font-size: 14px;}
.blog-cont a{color: #0f4c4f; text-decoration: none; font-size: 15px;}

/*=========================================blog Sec css end=======================================*/

/*=========================================footer Sec css start=======================================*/

.rs-footer {background: #0f4c4f; }
.rs-footer .footer-top-section {padding-top: 38px; }
.rs-footer .footer-top-section .border-link {display: block; border-bottom: 1px solid #858585; padding-bottom: 12px; }
.rs-footer .footer-top-section .sitemap-widget li {display: inline-block; padding-right: 34px; }
.rs-footer .footer-top-section .sitemap-widget li:last-child {padding-right: 0; }
.rs-footer .footer-top-section .sitemap-widget li a {color: #fff; display: block; font-weight: 600; font-size: 15px; text-decoration: none; }
/*.rs-footer .footer-top-section .sitemap-widget li a:hover {
  color: #ea4c23;
}*/
.rs-footer .footer-top-section .footer-share ul {text-align: right; }
.rs-footer .footer-top-section .footer-share ul li {display: inline-block; }
.rs-footer .footer-top-section .footer-share ul li a {width: 34px; height: 34px; border-radius: 50%; text-align: center; color: #0f4c4f; transition: all .3s ease 0s; background-color: #fff; display: flex; justify-content: center; align-items: center; text-decoration: none; font-size: 17px; }
/*.rs-footer .footer-top-section .footer-share ul li a:hover {
  background-color: #d0401b;
}*/
.rs-footer .footer-top-section .footer-share ul li + li {margin-left: 5px; }
.rs-footer .footer-middle-section {padding:48px 0 20px; }
.rs-footer .footer-middle-section .flickr-feed li {display: inline-block; margin: 2px 3px; overflow: hidden; position: relative; width: 76px; }
.rs-footer .footer-middle-section .flickr-feed li img {-webkit-transition: .3s ease all; transition: .3s ease all; }
.rs-footer .footer-middle-section .flickr-feed li:hover img {opacity: 0.7; }
.rs-footer .footer-middle-section .widgets h6 {color: #fff; margin: 0 0 10px; font-size: 20px; margin: 0 0 15px; font-weight: 700; }
.rs-footer .footer-middle-section .contact-info a, .rs-footer .footer-middle-section .contact-info {color: #fff; text-decoration: none; }
.rs-footer .footer-middle-section .contact-info a a:hover, .rs-footer .footer-middle-section .contact-info a:hover {color: #fff; }
.rs-footer .footer-middle-section .contact-info .phn-number, .rs-footer .footer-middle-section .contact-info .address-info {margin: 0 0 10px; }
.rs-footer .footer-middle-section .contact-info i {color: #fff; margin-top: 7px; margin-right: 20px; float: left; }
.rs-footer .footer-middle-section .contact-info p {overflow: hidden; font-weight: 300; font-size: 15px; }
.rs-footer .footer-middle-section .news-form {position: relative; }
.rs-footer .footer-middle-section .news-form i {position: absolute; left: 20px; top: 40%; color: #505050; font-size: 14px; }
.rs-footer .footer-middle-section .news-form input {background: #fff; height: 50px; outline: 0 none; padding: 5px 15px; padding-left: 45px; width: 82%; border-radius: 30px; border: none; color: #505050; font-size: 14px; }
.rs-footer .footer-middle-section .news-form button {background: #328185; border: none; color: #ffffff; font-size: 14px; height: 100%; position: absolute; font-weight: 600; right: 0; top: 0; width: 135px; transition: all 0.3s ease 0s; border-radius: 30px; cursor: pointer; }
/*.rs-footer .footer-middle-section .news-form button:hover {
  background: #d0401b;
}*/
.rs-footer .footer-middle-section .subscribe-footer p {color: #ffffff; font-size: 15px; font-weight: 300; }
.rs-footer .footer-middle-section .about-widget .footer-logo {margin-bottom: 20px; }
.rs-footer .footer-middle-section .about-widget p {display: inline-block; color: #fff; font-weight: 300; font-size: 15px; }
.rs-footer .footer-middle-section .about-widget a {margin-left: 5px; }
.rs-footer .footer-bottom-section {text-align: center; background-color: #062b2d; }
.rs-footer .footer-bottom-section .copyright {max-width: 570px; margin: 0 auto; /*border-top: 2px solid #2f2f2f;*/ padding: 25px 0; }
.rs-footer .footer-bottom-section .copyright p {opacity: 0.95; margin-bottom: 0; font-size: 14px; color: #cccccc; }
/*=========================================footer Sec css end=======================================*/
/*=========================================home class Sec css start=======================================*/
.classes-main .serv-box{padding: 0px;}
.classes-main .serv-img{width: 100%; height: 100%; margin: 0px; padding: 0px; border-radius: 20px;}
.classes-main .serv-box img{filter: unset;border-radius: 20px;}
.classes-main .serv-count h4{background-color: #0f4c4f; color: #fff;}
.classes-main .serv-box:before{background-color: #fff;}
.classes-main{margin-bottom: 17px;}
.classes-con h2{font-size: 22px; font-weight: 600; }
.classes-con h6{font-size: 17px; font-weight: 500; margin-top: 12px; margin-bottom: 12px;}
.classes-con h6 i{margin-right: 7px; color: #0f4c4f;}
.classes-con h6 span{font-size: 15px; color: #484848; font-weight: 400; }
.classes-con a{border: 1px solid #0f4c4f !important; padding: 7px 32px !important; font-size: 16px; text-transform: uppercase; color: #0f4c4f; display: inline-block; border-radius: 50px; text-decoration: none; }

.classes-slide .owl-nav .owl-prev {position: absolute; left: -56px; top: 30%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: unset!important; width: 45px; cursor: pointer; height: 45px; position: absolute; display: block; z-index: 1000; border-radius: 50px; border: 1px solid #0f4c4f !important; color: #0f4c4f  !important; font-size: 24px !important;}
.classes-slide .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
.classes-slide .owl-nav .owl-prev:focus {outline: 0; }
.classes-slide .owl-nav .owl-prev:hover {background: #0f4c4f !important; color: #fff!important;}
.classes-slide .owl-nav .owl-next {position: absolute; right: -56px; top: 30%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background:unset!important; width: 45px; cursor: pointer; height: 45px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #0f4c4f !important; color: #0f4c4f  !important; font-size: 24px !important;}
.classes-slide .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
.classes-slide .owl-nav .owl-next:focus {outline: 0; }
.classes-slide .owl-nav .owl-next:hover {background: #0f4c4f !important; color: #fff!important;}
.classes-slide:hover .owl-prev {left: -56px; opacity: 1; }
.classes-slide:hover .owl-next {right: -56px; opacity: 1; }

/*=========================================home class Sec css end=======================================*/


/*==========================Inner banner section css start==========================*/

.inner-banner-inner{background-position: 100%;background-size: cover;height: 500px;position: relative;}
.inner-banner-main{opacity: 1;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%;width: 100%;top: 0;left: 0;position: absolute;display: flex; justify-content: center; align-items: center;}
.inner-banner-content h3{color: #fff;font-weight: 700;font-size: 38px;padding-top: 80px;text-transform: uppercase;}
.inner-banner-img{width: 100%;}
.inner-banner-img img{width: 100%;}
.inner-banner-img{position: relative;}
.inner-banner-con-inn h2{color: #fff; font-weight: 700; font-size: 30px; margin-bottom: 20px;}
.inner-banner-con{margin-top: 50px;}
ol.breadcrumb li {display: inline; font-size: 18px; color: #fff!important;font-weight: 500;}
ol.breadcrumb li+li:before {padding: 0px; color: #fff!important; content: "/\00a0"; }
ol.breadcrumb li a {color: #fff!important; text-decoration: none; font-weight: 500;}
ol.breadcrumb li a:hover {color: #fff; text-decoration: underline; }
.bread-crumbs{margin-bottom: 0;}
ol.breadcrumb li a i{margin-right: 7px;}
/*==========================Inner banner section css end===========================*/

/*==========================about page css start===========================*/
.who-we-are-wrapp{background-color: #0f4c4f1c; padding: 50px 0px;}
.who-we-are-body {display: flex; flex-wrap: wrap; gap: 30px; margin-bottom: 30px; margin-top: 30px; }
.we-are-item {width: calc(50% - 15px); display: flex; }
.we-are-item .icon-box {margin-right: 20px; }
.we-are-item .icon-box img {width: 100%; max-width: 60px; }
.we-are-item-content {width: calc(100% - 80px); }
.we-are-item-content h3 {font-size: 20px; text-transform: capitalize; margin-bottom: 10px; }
.we-are-item-content p {margin: 0; }
.who-we-are-image {position: relative; }
.who-we-are-image:before {content: ''; position: absolute; top: 50%; left: 50%; width: 410px; height: 410px; background: url(../images/slider_pattern6.png) no-repeat; background-position: center center; background-size: cover; z-index: 0; animation: whoweimagebg 20s infinite linear; opacity: 0.5; }
@keyframes whoweimagebg{
  from{
    transform: translate(-50% , -50%) rotate(0deg);
    }
  to{
    transform: translate(-50% , -50%) rotate(360deg);
  }
}
.who-we-are-image figure {position: relative; display: block; z-index: 1; }
.who-we-are-image img {width: 100%; aspect-ratio: 1 / 0.83; object-fit: cover; }

.our-expertise-wrapp{padding: 50px 0px;}
.our-expertise-wrapp ul{padding-left: 0px; list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; gap:20px 20px;}
.our-expertise-wrapp ul li{width: 48%;position: relative;    padding-left: 24px; font-size: 14px;}
.our-expertise-wrapp ul li:before{content: '\f101'; position: absolute; left: 0; top: 0; font-weight: 600; font-family: 'Font Awesome 6 Free'; }
.expertise-img img{width: 100%;}
/*==========================about page css end===========================*/

/*==========================service css start===========================*/
.services-page-wrapp{padding: 50px 0px;}
.services-page-wrapp .serv-box:before{background-color: #fff;}
.services-page-wrapp .serv-count h4{background-color: #0f4c4f; color: #fff;}
.services-page-wrapp .serv-box{background-color: #0f4c4f1c;}
.services-page-wrapp .serv-box:hover{background-color: #0f4c4f;}
/*==========================service css end===========================*/

/*==========================service detail css start===========================*/
.page-service-single{
  position: relative;
    padding: 100px 0;
}

.page-service-single::before{
    content: '';
    position: absolute;
    top: 15%;
    left: -70px;
    background-image: url('../images/section-bg-img-2.svg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 379px;
    width: 262px;
    z-index: 0;
}

.page-service-single::after{
    content: '';
    position: absolute;
    top: 40%;
    right: -95px;
    background-image: url('../images/section-bg-img-1.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 251px;
    width: 308px;
    z-index: 0;
}
.service-detail-wrapp{padding: 50px 0px;}
.service-detail-wrapp .page-single-sidebar{position: sticky; top: 20px; margin-right: 20px; }
.service-detail-wrapp .page-catagery-list{background-color: #FFFFFF; border: 1px solid #0f4c4f6e; border-radius: 15px; margin-bottom: 30px; overflow: hidden; }
.service-detail-wrapp .page-catagery-list h3{font-size: 24px; text-transform: capitalize; border-bottom: 1px solid #0f4c4f6e; padding: 20px 30px; }
.service-detail-wrapp .page-catagery-list ul{list-style: none; margin: 0; padding: 30px; }
.service-detail-wrapp .page-catagery-list ul li{margin-bottom: 20px; }
.service-detail-wrapp .page-catagery-list ul li:last-child{margin: 0; }
.service-detail-wrapp .page-catagery-list ul li a{position: relative; display: block; line-height: 1.3em; text-transform: capitalize; color: #000; background-color: #0f4c4f1c; border-radius: 15px; padding: 17px 45px 17px 20px; overflow: hidden; transition: all 0.4s ease-in-out; z-index: 1; text-decoration: none; }
.service-detail-wrapp .page-catagery-list ul li:hover a{color: #FFFFFF; }
.service-detail-wrapp .page-catagery-list ul li a::before{content: ''; position: absolute; right: 20px; top: 50%; transform: translate(0px, -50%); background: url('../images/arrow-text.svg'); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 14px; height: 14px; transition: all 0.3s ease-in-out; }
.service-detail-wrapp .page-catagery-list ul li a:hover::before{filter: brightness(0) invert(1); transform: translate(0px, -50%) rotate(45deg); }
.service-detail-wrapp .page-catagery-list ul li a::after{content: ''; position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 0; background: #0f4c4f; transition: all 0.4s ease-in-out; z-index: -1; }
.service-detail-wrapp .page-catagery-list ul li:hover a::after{top: 0; height: 100%; }
.service-detail-wrapp .sidebar-cta-box{background: #FFFFFF; border: 1px solid #0f4c4f6e; border-radius: 15px; padding: 18px; }
.service-detail-wrapp .sidebar-cta-image{margin-bottom: 20px; }
.service-detail-wrapp .sidebar-cta-image figure{display: block; border-radius: 15px; overflow: hidden; }
.service-detail-wrapp .sidebar-cta-image img{width: 100%; aspect-ratio: 1 / 0.68; object-fit: cover; border-radius: 15px; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .sidebar-cta-box:hover .sidebar-cta-image img{transform: scale(1.1); }
.service-detail-wrapp .sidebar-cta-content h3{font-size: 20px; line-height: 1.3em; margin-bottom: 20px; }
.sidebar-cta-content a{border: 1px solid #0f4c4f !important; padding: 7px 32px !important; font-size: 16px; text-transform: uppercase; color: #0f4c4f; display: inline-block; border-radius: 50px; text-decoration: none;}

.service-detail-wrapp .service-featured-image{margin-bottom: 40px; }
.service-detail-wrapp .service-featured-image figure{display: block; border-radius: 30px; }
.service-detail-wrapp .service-featured-image img{width: 100%; aspect-ratio: 1 / 0.598; object-fit: cover; border-radius: 30px; }
.service-detail-wrapp .service-entry{margin-bottom: 60px; }
.service-detail-wrapp .service-entry p{margin-bottom: 20px; font-size: 15px;}
.service-detail-wrapp .service-entry p:last-child{margin-bottom: 0; }
.service-detail-wrapp .service-entry h2{font-size: 37px; margin-bottom: 20px; }
.service-detail-wrapp .service-entry h2 span{color: #0f4c4f; }
.service-detail-wrapp .service-entry ul{list-style: none; margin: 0; padding-left: 0px; display: flex; flex-wrap: wrap; gap: 20px 40px; }
.service-detail-wrapp .service-entry ul li{width: calc(49% - 26.66px); position: relative; text-transform: capitalize; line-height: 1.6em;     padding-left: 25px; font-size: 15px;}
.service-detail-wrapp .service-entry ul li:before{content: '\f101'; position: absolute; left: 0; top: 0;     font-family: 'FontAwesome';}
.service-detail-wrapp .service-entry ul li:last-child{margin-bottom: 0; }
.service-detail-wrapp .service-entry ul li::marker{color: #3D493A; }
.service-detail-wrapp .discover-peace-box, .service-detail-wrapp .service-benefits-box, .service-detail-wrapp .service-process-box{margin-top: 20px; }
.service-detail-wrapp .discover-peace-item-list{display: flex; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
.service-detail-wrapp .discover-peace-item{position: relative; width: calc(50% - 15px); display: flex; background: #FFFFFF; border: 1px solid #4156491A; border-radius: 20px; padding: 30px 25px; overflow: hidden; }
.service-detail-wrapp .discover-peace-item::before{content: ''; position: absolute; bottom: 0; left: 0; right: 0; background:#0f4c4f; width: 100%; height: 0; transition: all 0.4s ease-in-out; z-index: 0; }
.service-detail-wrapp .discover-peace-item:hover:before{height: 100%; }
.service-detail-wrapp .discover-peace-item .icon-box{position: relative; margin-right: 20px; z-index: 1; }
.service-detail-wrapp .discover-peace-item .icon-box img{width: 100%; max-width: 60px; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .discover-peace-item:hover .icon-box img{filter: brightness(0) invert(1); }
.service-detail-wrapp .discover-peace-item-content{position: relative; width: calc(100% - 80px); z-index: 1; }
.service-detail-wrapp .discover-peace-item-content h3{font-size: 20px; margin-bottom: 15px; text-transform: capitalize; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .discover-peace-item-content p{margin: 0; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .discover-peace-item:hover .discover-peace-item-content h3, .service-detail-wrapp .discover-peace-item:hover .discover-peace-item-content p{color: #FFFFFF; }
.service-detail-wrapp .discover-peace-info-box{display: flex; align-items: center; background: #0f4c4f; border-radius: 20px; padding: 20px; margin: 30px 0 40px; }
.service-detail-wrapp .discover-peace-info-box .icon-box{border-right: 1px solid #FFFFFF1A; margin-right: 30px; padding-right: 30px; }
.service-detail-wrapp .discover-peace-info-box .icon-box img{width: 100%; max-width: 80px; }
.service-detail-wrapp .discover-peace-info-content{width: calc(100% - 140px); }
.service-detail-wrapp .discover-peace-info-content h3{font-size: 20px; line-height: 1.3em; color: #FFFFFF; }
.service-detail-wrapp .service-benefits-image{margin-top: 40px; }
.service-detail-wrapp .service-benefits-image figure{width: 100%; border-radius: 30px; }
.service-detail-wrapp .service-benefits-image img{width: 100%; aspect-ratio: 1 / 0.479; object-fit: cover; border-radius: 30px; }
.service-detail-wrapp .service-process-steps{margin-top: 40px; }
.service-detail-wrapp .service-process-steps .how-work-step .how-work-step-no h2{font-size: 40px; margin-bottom: 0; }



/*==========================service detail css end===========================*/

/*==========================gallery page css start===========================*/
.gallery-page-wrapp{padding: 50px 0px;}
.gallery-page-wrapp .gallery-box{margin-bottom: 30px;}
.gallery-page-wrapp .gallery-box img{height: 350px; border-radius: 15px; width: 100%; object-fit: cover;     transition: all 0.4s ease-in-out;}
.gallery-page-wrapp .image-anime{position: relative; overflow: hidden; border-radius: 15px;}
.gallery-page-wrapp .gallery-box:hover img {transform: scale(1.1); }
.gallery-page-wrapp .image-anime:after {content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; }
.gallery-page-wrapp .image-anime:hover:after {height: 250%; transition: all 600ms linear; background-color: transparent; }
/*==========================gallery page css end===========================*/

.blog-page-wrapp{padding: 50px 0px;}
.blog-page-wrapp .blog-box{margin-bottom: 30px;}

/*==========================blog detail page css start===========================*/
.blog-detail-page-wrapp{padding: 50px 0px;}

/*==========================blog detail page css end===========================*/


.contact-page-wrapp{padding: 50px 0px;}


/*=================================Contact Us page css start==================================*/
.contact-page-wrapp {padding: 50px 0px; }
.contact-info-list {display: flex; flex-wrap: wrap; gap: 30px; margin-bottom: 30px; margin-top: 0px; }
.contact-info-item {width: calc(32% - 15px); background-color: #fff; border: 1px solid #4156491A; border-radius: 20px; display: flex; align-items: center; padding: 20px; }
.contact-info-item .icon-box {width: 50px; height: 50px; background-color: #0f4c4f; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; }
.contact-info-item .icon-box img {width: 100%; max-width: 25px; }
.contact-item-content {width: calc(100% - 70px); }
.contact-item-content h3 {font-size: 19px; text-transform: capitalize; margin-bottom: 5px; color: #0f4c4f; }
.contact-item-content p {margin: 0; font-size: 15px; color: #000; }
.contact-item-content p a {margin: 0; font-size: 15px; color: #000; text-decoration: none; }
.contact-social-list {display: flex ; align-items: center; gap: 15px 20px; }
.contact-social-list h3 {font-size: 18px; text-transform: capitalize; color: #3d3e77; margin-bottom: 0px; }
.contact-social-list ul {list-style: none; margin: 0; padding: 0; display: flex ; flex-wrap: wrap; gap: 10px; }
.contact-social-list ul li a {width: 38px; height: 38px; color: #fff; background: #c9aa7c; border-radius: 50%; display: flex ; align-items: center; justify-content: center; transition: all 0.4s ease-in-out; }
.contact-social-list ul li a:hover {background: #3d3e77; }
.contact-social-list ul li a i {color: #fff; font-size: 18px; }
.contact-us-form {background-color: #fff; border: 1px solid #4156491A; border-radius: 30px; padding: 50px; }
.contact-form .form-control {font-size: 16px; font-weight: 400; line-height: 1.5em; color: #000; background-color: #fff; border: 1px solid #4156491A; border-radius: 10px; padding: 17px 20px; box-shadow: none; outline: none; }
.contact-form .form-control:focus{border-color:#0f4c4f;}
.contact-us-form .btn-default {position: relative; display: inline-block; background: #0f4c4f; border-radius: 10px; font-size: 16px; font-weight: 500; line-height: 1em; text-transform: capitalize; color: #fff; border: none; padding: 17px 20px 17px 20px; transition: all 0.5s ease-in-out; overflow: hidden; z-index: 0; }
.contact-form textarea {height: 110px; }
.contact-us-form h3 span{color: #0f4c4f;font-family: "Marcellus", serif;}
.contact-us-form h5 {font-size: 20px; font-weight: 500; line-height: 1.6em; letter-spacing: 1px; display: flex; align-items: center; font-family: "Sora", sans-serif; color: #0f4c4f; margin-bottom: 11px; }
.contact-us-form h5 img {width: 40px !important; margin-right: 12px; }
.map-wrapp iframe{width: 100%; height: 100%; border-radius: 15px;}
.map-wrapp{height: 100%;}
/*=================================Contact Us page css end==================================*/

.all-links-inner ul{padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px;}
.all-links-inner ul li a{color: #000;text-decoration: none;border: 2px solid #0f4c4f;text-align: center;display: block;padding: 10px;font-size: 21px;}
.all-links-inner ul li{margin-bottom: 10px;}

.mecella-heading{margin-bottom: 80px;}
.mecella-heading h3{color: #000;text-align: center;font-size: 32px;text-transform: uppercase;position: relative;}
.mecella-heading h3 span{font-weight: 900; color: #0f4c4f;}
.mecella-heading h3:after{content: '';position: absolute;bottom: -20px;left: 0;right: 0;width: 100px;background-color: #0f4c4f;height: 5px;margin: 0 auto;}
.welcome-mecella{background-color: #ccc;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.welcome-mecella img{width: 60%;}
.all-links-wrapper{padding-top: 30px; padding-bottom: 50px;}

.session-toggle {display: inline-flex; border-radius: 30px; overflow: hidden; width: 100%; }
.toggle-btn { flex: 1; background: transparent; border: none; color: #6b6b6b; font-weight: 500; padding: 10px 25px; font-size: 15px; cursor: pointer; transition: all 0.3s ease; }
.toggle-btn.active { background: #0abb69; color: #fff; font-weight: 600; border-radius: inherit; }
.toggle-btn:first-child.active { border-top-left-radius: 30px; border-bottom-left-radius: 30px; }
.toggle-btn:last-child.active { border-top-right-radius: 30px; border-bottom-right-radius: 30px; }
.toggle-btn:hover:not(.active) { background: #f3f0ff; border-top-left-radius: 30px; border-bottom-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; }
.iti { width: 100%; }
.iti input {padding: 12px; font-size: 16px; }


.book-pop-main .toggle-btn.active {background: #0abb69; color: #fff; font-weight: 600; border-radius: inherit; font-size: 14px; padding: 5px 10px; }
.book-pop-main .toggle-btn {flex: 1; background: transparent; border: none; color: #6b6b6b; font-weight: 500; padding: 8px 10px!important; font-size: 15px; cursor: pointer; transition: all 0.3s ease; border: 1px solid #ccc!important; border-radius: 50px!important; font-size: 14px!important; }
.book-pop-main h3{}
.book-pop-main h3 span{font-family: "Marcellus", serif; color: #0f4c4f!important;}
.book-pop-inn .btn-close{background-image: unset!important;}
.book-pop-inn{display: flex; align-items: center; height: 100%;}
.book-pop-inn form input{font-size: 14px; padding: 8px 15px!important;}
.book-pop-inn form select{font-size: 14px; padding: 8px 15px!important;}
.book-pop-inn form input#booking_phone{padding: 8px 15px 8px 50px!important}
.book-pop-inn form input:focus{box-shadow: unset; outline: none; border-color: #0f4c4f;}
.book-pop-inn form select:focus{box-shadow: unset; outline: none; border-color: #0f4c4f;}
.book-pop-inn .btn-close{width: 25px; height: 25px; border: 1px solid #0f4c4f; border-radius: 50px; display: flex; align-items: center; justify-content: center; color: #0f4c4f; opacity: 1; position: absolute !important; right: -7px !important; top: -7px !important; }
.book-pop-inn .btn-close:focus{box-shadow: unset; }

.banner_buttons a:hover{background-color: #fff!important; color: #0f4c4f;background: #fff;}
.abt-right-inn a:hover{background-color: #0f4c4f47; color: #0f4c4f;}



.plan-popup .modal-content{border-radius: 0px;}
.plan-popup .modal-header{background-color: #0f4c4f;}
.plan-popup .modal-header h5{color: #fff;
    font-size: 21px;}
.plan-popup .modal-header button{background-image: unset; width: 22px; height: 22px; background-color: #fff; opacity: 1; border-radius: 50px; font-size: 20px; display: flex ; justify-content: center; align-items: center; }

.plan-popup .modal-body #planDetails h4{text-align: center;color: #0f4c4f;}
.plan-popup .modal-body input{border-radius: 50px; padding: 10px 21px;}
.plan-popup .modal-body input:focus{box-shadow: unset; border-color: #0f4c4f;}
.plan-popup .modal-body button{background: #0f4c4f; width: 100%; border-radius: 50px; border: none; padding: 12px;   margin-top: 14px;}

p span { font-size: 28px; font-family: "Marcellus", serif; font-size: 1.75rem;}