@import url(https://fonts.googleapis.com/css2?&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Croogla4F:wght@200..800&display=swap);
::selection {
  background: #ff907e;
  color: #fff;
} /* For Firefox */
::-moz-selection {
  background: #ff907e;
  color: #fff;
}

@font-face {
  font-family: "Croogla4F";
  src: url("../../fonts/Croogla4F-Light.woff2") format("woff2"),
    url("../../fonts/Croogla4F-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Croogla4F", "Inter", sans-serif;
  font-weight: 300;
}

:root {
  --e-global-color-primary: #ffffff;
  --e-global-color-secondary: #343130;
  --e-global-color-accent: #ff907e;
  --e-global-color-text: #343130;
  --e-global-color-white: #ffffff;
  --e-global-color-black: #000000;
  --e-global-color-very-pale-orange: #ffefe5;
  --e-global-color-very-light-orange: #fff7f2;
  --e-global-color-vivid-blue: #3083ff;
  --e-global-color-light-white-gray: #f7f7f7;
  --e-global-color-light-pale-orange: #ffaf7e;
  --e-global-color-star-yellow: #fbab2a;
  --e-global-color-light-yellow: #ffc045;
  --e-global-color-pure-red: #ff0000;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-secondary);
}

h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 800;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-secondary);
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-secondary);
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-secondary);
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--e-global-color-accent);
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--e-global-color-accent);
}

p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.text-size-18 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.text-size-16 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.text-size-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.primary_btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  font-family: "Inter", sans-serif;
  transition: all 0.8s ease-in-out;
}

.primary_btn:hover {
  color: var(--e-global-color-white);
  background: #fff0;
  border: 1px solid var(--e-global-color-secondary);
}

html {
  scroll-behavior: smooth;
}

.header {
  padding: 22px 0;
  position: relative;
  z-index: 5;
}

.header .logo img {
  width: 127px;
}

.navbar-collapse .navbar-nav {
  text-align: center;
  align-items: center;
  display: inherit;
}

.navbar-expand-lg {
  position: relative;
  z-index: 1;
}

.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav li {
  margin: 0 9px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-nav li:first-child {
  margin-left: 0;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--e-global-color-secondary) !important;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
  color: var(--e-global-color-accent) !important;
  background-color: #fff0;
}

.navbar-nav .active > a {
  color: var(--e-global-color-accent) !important;
}

.navbar-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
}

.navbar-collapse .drop-down-pages {
  text-align: left;
  margin-left: 0;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  top: 61px;
  min-width: 212px;
  padding: 0;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 100px rgb(0 0 0 / 10%);
  background-color: var(--e-global-color-white);
}

.navbar-nav .drop-down-pages li {
  margin: 0;
  border-bottom: 1px solid var(--e-global-color-white);
}

.navbar-nav .drop-down-pages .nav-item a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 10px 20px;
  color: var(--e-global-color-secondary) !important;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:hover::after {
  display: none;
}

.navbar-nav .drop-down-pages li:first-child a::before {
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  background-image: url(../images/nav-node.png);
  top: -12px;
  left: 8%;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:first-child a:hover::before {
  background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages .active:first-child > a::before {
  background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages li:last-child {
  margin: 0;
  border: none;
  display: block !important;
}

.navbar-nav .nav-item .dropdown-item:hover {
  border-radius: 0;
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .active > a {
  border-radius: 0;
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}

.dropdown-item.active,
.dropdown-item:active {
  border-radius: 0;
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .active > a:hover {
  border-radius: 0;
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .nav-item:first-child a:hover {
  border-radius: 10px 10px 0 0;
}

.navbar-nav .drop-down-pages .active:first-child > a {
  border-radius: 10px 10px 0 0;
}

.navbar-nav .drop-down-pages .nav-item:last-child a:hover {
  border-radius: 0 0 10px 10px;
}

.navbar-nav .drop-down-pages .active:last-child > a {
  border-radius: 0 0 10px 10px;
}

.navbar-expand-lg .drop-down-pages .nav-link {
  padding-left: 0;
}

.navbar-nav .nav-item .cart img,
.navbar-nav .nav-item .search img {
  filter: brightness(0);
  transition: all 0.8s ease-in-out;
}

.navbar-nav .nav-item .cart:hover img,
.navbar-nav .nav-item .search:hover img {
  filter: none;
}

.navbar-nav .nav-item .cart span {
  font-size: 7px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-radius: 100%;
  color: #f058af;
  background-color: #ffe9e5;
  transition: all 0.8s ease-in-out;
}

.navbar-nav .nav-item .cart:hover span {
  color: #fff;
  background-color: #000;
}

.navbar-nav .nav-item .register {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  min-width: 139px;
  height: 50px;
  padding: 18px;
  margin: 0 0 0 36px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.navbar-nav .nav-item .register i {
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.8s ease-in-out;
  color: var(--e-global-color-white);
}

.navbar-nav .nav-item .register:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-secondary);
}

.banner-con {
  overflow: hidden;
  padding: 145px 0 150px;
  background-color: var(--e-global-color-very-pale-orange);
}

.banner-con::before {
  content: "";
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-color: var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.banner-con .banner-leftflower {
  position: absolute;
  top: 80px;
  left: 0;
}

.banner-con .banner-leftflower img {
  opacity: 15%;
}

.banner-con .banner-rightflower {
  position: absolute;
  right: 35%;
  bottom: -22px;
}

.banner-con .banner-rightflower img {
  opacity: 20%;
}

.banner-con .banner_content h6 {
  margin-bottom: 16px;
}

.banner-con .banner_content h1 {
  margin-bottom: 20px;
}

.banner-con .banner_content .text {
  margin-bottom: 40px;
  padding-right: 125px;
}

.banner-con .banner_content .primary_btn {
  padding: 21px 52px;
  margin-bottom: 60px;
}

.banner-con .banner_content .primary_btn:hover {
  background: var(--e-global-color-secondary);
}

.banner-con .banner_content .icons {
  display: flex;
  align-items: center;
}

.banner-con .banner_content ul li {
  margin: 0 7px;
  display: inline-block;
}

.banner-con .banner_content ul li:first-child {
  margin-left: 0;
}

.banner-con .banner_content ul li:last-child {
  margin-right: 0;
}

.banner-con .banner_content ul li i {
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 100%;
  text-align: center;
  color: var(--e-global-color-accent);
  background-color: #fff0;
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.banner-con .banner_content ul li i:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

.banner-con .banner_content .icons span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding-left: 150px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  position: relative;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-accent);
}

.banner-con .banner_content .icons span::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: rgb(254 144 126 / 50%);
}

.banner-con .banner_wrapper .banner-image {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-con .banner_wrapper .banner-image img {
  width: 540px;
  border-radius: 20px;
  border: 10px solid var(--e-global-color-white);
}

.banner-con .banner_wrapper .banner-flower {
  position: absolute;
  left: -40px;
  top: -52px;
}
/* image hover zoom */
.img-hover-zoom {
  transition: transform 0.3s ease;
}

.img-hover-zoom:hover {
  transform: scale(1.05);
}

/* end */

.about-con {
  padding: 138px 0 142px;
}

.about-con::before {
  content: "";
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.about-con .about_wrapper .about-image {
  position: relative;
  top: 0;
  left: 0;
}

.about-con .about_wrapper .about-image img {
  border-radius: 20px;
  border: 10px solid var(--e-global-color-white);
}

.about-con .about_wrapper .about-flower {
  position: absolute;
  right: -48px;
  top: -40px;
}

.about-con .about_content {
  padding-left: 55px;
}

.about-con .about_content h6 {
  margin-bottom: 16px;
}

.about-con .about_content h2 {
  margin-bottom: 30px;
}

.about-con .about_content .text {
  margin-bottom: 40px;
}

.about-con .about_content .text1 {
  margin-bottom: 32px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.about-con .about_content ul {
  margin-bottom: 35px;
}

.about-con .about_content ul li {
  margin: 0 28px;
  display: inline-block;
  text-align: left;
  min-width: 75px;
}

.about-con .about_content ul li:first-child {
  margin-left: 0;
}

.about-con .about_content ul li:last-child {
  margin-right: 0;
}

.about-con .about_content .value {
  margin-bottom: 6px;
}

.about-con .about_content .value span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Croogla4F", sans-serif;
}

.about-con .about_content .value .number {
  color: var(--e-global-color-secondary);
}

.about-con .about_content .value .expression {
  left: -4px;
  position: relative;
  color: var(--e-global-color-accent);
}

.about-con .about_content ul li .text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.about-con .about_content a {
  padding: 21px 70px;
}

.about-con .about_content a:hover {
  background: var(--e-global-color-secondary);
}

.testimonial-con {
  padding: 135px 0 140px;
  background-color: var(--e-global-color-very-pale-orange);
}

.testimonial-con .testimonial-leftflower {
  position: absolute;
  left: 0;
  top: 0;
}

.testimonial-con .testimonial-flower {
  position: absolute;
  right: 9%;
  bottom: 100px;
}

.testimonial-con .image img {
  opacity: 20%;
}

.testimonial-con .testimonial_content h6 {
  margin-bottom: 16px;
}

.testimonial-con .testimonial_content h2 {
  margin-bottom: 74px;
  padding: 0 55px;
}

.testimonial-con .testimonial_wrapper {
  margin-bottom: 50px;
}

.testimonial-con .testimonial-box {
  text-align: center;
  transition: all 0.8s ease-in-out;
}

.testimonial-con .testimonial-box .testimonial-image {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 20px;
  border: 10px solid var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.testimonial-con .testimonial-box .testimonial-image img {
  transition: all 0.8s ease-in-out;
}

.testimonial-con .testimonial-box:hover .testimonial-image img {
  transform: scale(1.1);
  opacity: 40%;
}

.testimonial-con .testimonial-box .box-content {
  padding: 0 10px;
}

.testimonial-con .testimonial-box h3 {
  margin-bottom: 20px;
}

.testimonial-con .testimonial-box p {
  margin-bottom: 34px;
}

.testimonial-con .testimonial-box .primary_btn {
  padding: 16px 39px;
  background-color: #fff0;
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

.testimonial-con .testimonial-box .primary_btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-nav {
  display: block !important;
  margin-top: 0 !important;
  position: absolute;
  top: 184px;
}

.testimonial-con .owl-carousel .owl-prev,
.testimonial-con .owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 100% !important;
  text-align: center;
  position: absolute;
  margin: 0 !important;
  background-color: rgb(52 49 48 / 20%) !important;
  transition: all 0.8s ease-in-out;
}

.testimonial-con .owl-carousel .owl-prev i,
.testimonial-con .owl-carousel .owl-next i {
  display: none !important;
}

.testimonial-con .owl-carousel .owl-prev img,
.testimonial-con .owl-carousel .owl-next img {
  width: auto;
  position: relative;
  filter: brightness(0);
  transition: all 0.8s ease-in-out;
}

.testimonial-con .owl-carousel .owl-prev img {
  left: 10px;
}

.testimonial-con .owl-carousel .owl-next img {
  right: 60px;
}

.testimonial-con .owl-carousel .owl-prev {
  left: -132px;
}

.testimonial-con .owl-carousel .owl-next {
  right: -1242px;
}

.testimonial-con .owl-carousel .owl-prev:focus,
.testimonial-con .owl-carousel .owl-prev:focus-visible,
.testimonial-con .owl-carousel .owl-next:focus,
.testimonial-con .owl-carousel .owl-next:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.testimonial-con .owl-carousel .owl-prev:hover,
.testimonial-con .owl-carousel .owl-next:hover {
  background-color: rgb(254 144 126 / 20%) !important;
}

.testimonial-con .owl-carousel .owl-prev:hover img,
.testimonial-con .owl-carousel .owl-next:hover img {
  filter: none;
}

.choose-con {
  padding: 138px 0 142px;
}

.choose-con::before {
  content: "";
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.choose-con .choose_wrapper {
  border-radius: 30px;
  border: 10px solid var(--e-global-color-white);
}

.choose-con .choose_wrapper .choose-image {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: var(--e-global-color-secondary);
}

.choose-con .choose_wrapper .choose-image img {
  opacity: 40%;
  border-radius: 20px;
}

.choose-con .choose_wrapper .icon {
  height: 130px;
  width: 130px;
  line-height: 130px;
  border: 2px solid rgba(255, 255, 255, 40%);
  border-radius: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.8s ease-in-out;
}

.choose-con .choose_wrapper .icon:hover {
  transform: translateY(-5px);
}

.choose-con .choose_wrapper .icon .video-icon {
  height: 104px;
  width: 104px;
  line-height: 104px;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: var(--e-global-color-white);
  border-radius: 100%;
  transition: all 0.8s ease-in-out;
}

.choose-con .choose_content h6 {
  margin-bottom: 16px;
}

.choose-con .choose_content h2 {
  margin-bottom: 30px;
}

.choose-con .choose_content .text {
  margin-bottom: 32px;
}

.choose-con .choose_content .propertise {
  margin-bottom: 25px;
}

.choose-con .choose_content ul {
  display: inline-block;
}

.choose-con .choose_content .list1 {
  padding-right: 48px;
}

.choose-con .choose_content ul li {
  position: relative;
  margin-bottom: 10px;
}

.choose-con .choose_content ul li i {
  font-size: 9px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  top: 4px;
  left: 0;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.choose-con .choose_content ul li p {
  padding-left: 30px;
  color: var(--e-global-color-secondary);
  transition: all 0.8s ease-in-out;
}

.choose-con .choose_content a {
  padding: 21px 70px;
}

.choose-con .choose_content a:hover {
  background: var(--e-global-color-secondary);
}

.pricing-con {
  padding: 135px 0 140px;
  background-color: var(--e-global-color-very-pale-orange);
}

.pricing-con .pricing-flower {
  position: absolute;
  right: 0;
  bottom: 20%;
}

.pricing-con .pricing-flower img {
  opacity: 15%;
}

.pricing-con .pricing-flower1 {
  position: absolute;
  top: -60px;
  left: 30%;
}

.pricing-con .pricing_content h6 {
  margin-bottom: 16px;
}

.pricing-con .pricing_content h2 {
  margin-bottom: 58px;
}

.pricing-con .pricing_wrapper {
  margin-bottom: 46px;
}

.pricing-con .pricing-box {
  min-height: 623px;
  padding: 50px 40px 55px;
  border-radius: 20px;
  border: 1px solid var(--e-global-color-accent);
  background-color: var(--e-global-color-very-pale-orange);
  transition: all 0.8s ease-in-out;
}

.pricing-con .pricing-box:hover {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage2.jpg);
}

.pricing-con .pricing-box h4 {
  margin-bottom: 20px;
  transition: all 0.8s ease-in-out;
}

.pricing-con .pricing-box p {
  margin-bottom: 22px;
  transition: all 0.8s ease-in-out;
}

.pricing-con .pricing-box .content {
  margin-bottom: 36px;
}

.pricing-con .pricing-box sup,
.pricing-con .pricing-box span {
  font-weight: 700;
  display: inline-block;
  color: var(--e-global-color-secondary);
  font-family: "Croogla4F", sans-serif;
  transition: all 0.8s ease-in-out;
}

.pricing-con .pricing-box .dollar {
  font-size: 24px;
  line-height: 24px;
}

.pricing-con .pricing-box .number {
  font-size: 46px;
  line-height: 46px;
}

.pricing-con .pricing-box .month {
  font-size: 18px;
  line-height: 18px;
}

.pricing-con .pricing-box .primary_btn {
  padding: 21px;
  display: block;
  margin-bottom: 36px;
  background-color: #fff0;
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

.pricing-con .pricing-box .primary_btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary) !important;
}

.pricing-con .pricing-box ul li {
  position: relative;
  margin-bottom: 12px;
}

.pricing-con .pricing-box ul li:last-child {
  margin-bottom: 0 !important;
}

.pricing-con .pricing-box ul li i {
  font-size: 9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 4px;
  left: 0;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.pricing-con .pricing-box ul li p {
  padding-left: 32px;
  color: var(--e-global-color-secondary);
}

.pricing-con .pricing-box:hover h4,
.pricing-con .pricing-box:hover p,
.pricing-con .pricing-box:hover sup,
.pricing-con .pricing-box:hover span,
.pricing-con .pricing-box:hover ul li p {
  color: var(--e-global-color-white);
}

.pricing-con .pricing-box:hover ul li i {
  color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
}

.pricing-con .pricing-box:hover .primary_btn {
  color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
}

.team-con {
  padding: 85px 0 140px;
}

.team-con .team_content h6 {
  margin-bottom: 16px;
}

.team-con .team_content h2 {
  margin-bottom: 54px;
}

.team-con .team_wrapper {
  margin-bottom: 50px;
}

.team-con .team-box {
  text-align: center;
  transition: all 0.8s ease-in-out;
}

.team-con .team-box .image {
  margin-bottom: 22px;
}

.team-con .team-box figure {
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--e-global-color-secondary);
}

.team-con .team-box figure img {
  border-radius: 20px;
  transition: all 0.8s ease-in-out;
}

.team-con .team-box:hover figure img {
  transform: scale(1.1);
  opacity: 40%;
}

.team-con .team-box .icon_box {
  display: none;
  transition: all 0.8s ease-in-out;
}

.team-con .team-box:hover .icon_box {
  display: block;
}

.team-con .team-box .icon {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: table-cell;
  align-content: center;
}

.team-con .team-box .icon li {
  margin: 0 2px;
  display: inline-block;
}

.team-con .team-box .icon li:first-child {
  margin-left: 0;
}

.team-con .team-box .icon li:last-child {
  margin-right: 0;
}

.team-con .team-box .icon i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.team-con .team-box .icon i:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.team-con .team-box .box-content h3 {
  margin-bottom: 2px;
}

.team-con .team-box .box-content span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: var(--e-global-color-text);
  transition: all 0.8s ease-in-out;
}

.team-con .team-box:hover span {
  color: var(--e-global-color-accent);
}

.update-con {
  padding: 75px 0 82px;
  background-color: var(--e-global-color-very-pale-orange);
}

.update-con .update-leftflower {
  position: absolute;
  left: 0;
  top: 0;
}

.update-con .update-rightflower {
  position: absolute;
  right: 0;
  bottom: 0;
}

.update-con .flower img {
  opacity: 20%;
}

.update-con .update_content h6 {
  margin-bottom: 16px;
}

.update-con .update_content h2 {
  margin-bottom: 36px;
}

.update-con .update_content input {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  padding: 19px 28px;
  width: 448px;
  margin-bottom: 20px;
  position: relative;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-very-light-orange);
  border: 1px solid var(--e-global-color-accent);
  border-radius: 30px;
  overflow: visible;
  outline: none;
}

.update-con .update_content input:focus {
  border: 1px solid var(--e-global-color-secondary);
}

.update-con .update_content button {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 22px 47px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  border-radius: 30px;
  position: relative;
  border: none;
  overflow: visible;
  outline: none;
  transition: all 0.8s ease-in-out;
}

.update-con .update_content button:hover {
  background-color: var(--e-global-color-secondary);
}

.update-con .update_wrapper .update-image {
  position: relative;
  top: 0;
  right: -92px;
  display: inline-block;
}

.update-con .update_wrapper .update-image img {
  border-radius: 20px;
  border: 10px solid var(--e-global-color-white);
}

.update-con .update_wrapper .update-flower {
  position: absolute;
  left: 50px;
  top: -42px;
}

.article-con {
  padding: 135px 0 140px;
}

.article-con .article-flower {
  position: absolute;
  right: 0;
  bottom: 22%;
}

.article-con .article-flower img {
  opacity: 15%;
}

.article-con .article_content h6 {
  margin-bottom: 16px;
}

.article-con .article_content h2 {
  margin-bottom: 54px;
}

.article-con .article-box {
  transition: all 0.8s ease-in-out;
}

.article-con .article-box .box-content {
  padding-right: 55px;
}

.article-con .article-box .box-content .span_wrapper {
  margin-bottom: 10px;
}

.article-con .article-box .box-content .span_wrapper span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--e-global-color-vivid-blue);
}

.article-con .article-box .box-content .span_wrapper .dash {
  padding-left: 4px;
}

.article-con .article-box .box-content h3 {
  margin-bottom: 20px;
  transition: all 0.8s ease-in-out;
}

.article-con .article-box h3:hover {
  color: var(--e-global-color-accent);
}

.article-con .article-box .box-content p {
  line-height: 24px;
  color: var(--e-global-color-text);
}

.article-con .article-box figure {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--e-global-color-black);
}

.article-con .article-box figure img {
  border-radius: 10px;
  transition: all 0.8s ease-in-out;
}

.article-con .article-box:hover figure img {
  transform: scale(1.1);
  opacity: 70%;
}

.contact-con {
  padding: 135px 0 140px;
  background-color: var(--e-global-color-very-pale-orange);
}

.contact-con .contact_content h6 {
  margin-bottom: 16px;
}

.contact-con .contact_content h2 {
  margin-bottom: 54px;
}

.contact-con .contact-box {
  margin-bottom: 30px;
  padding: 20px 35px 24px 30px;
  border-radius: 20px;
  background-color: #fff0;
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.contact-con .contact-box:hover {
  border: 1px solid var(--e-global-color-secondary);
}

.contact-con li:last-child {
  margin-bottom: 0;
}

.contact-con .contact-box .icon {
  top: 12px;
  width: 17%;
  float: left;
  position: relative;
  transition: all 0.8s ease-in-out;
}

.contact-con .contact-box:hover .icon {
  transform: translateY(-5px);
}

.contact-con .contact-box .box-content {
  width: 83%;
  padding-left: 0;
  position: relative;
  display: inline-block;
}

.contact-con .contact-box h3 {
  margin-bottom: 18px;
}

.contact-con .contact-box .box-content a {
  display: inline-block;
  color: var(--e-global-color-text);
  transition: all 0.8s ease-in-out;
}

.contact-con .contact-box .box-content a:hover {
  color: var(--e-global-color-accent);
}

.contact-con .map_wrapper {
  border-radius: 20px;
  border: 1px solid var(--e-global-color-accent);
}

.contact-con iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  margin-bottom: -6px;
}

.contact-con iframe:hover {
  filter: none;
}

.footer-con {
  background-color: var(--e-global-color-secondary);
}

.footer-con .middle_portion {
  padding: 96px 0 90px;
}

.footer-con .middle_portion .logo_content {
  padding-top: 5px;
}

.footer-con .middle_portion .logo_content .footer-logo {
  margin-bottom: 20px;
}

.footer-con .middle_portion .logo_content .footer-logo img {
  width: 127px;
}

.footer-con .middle_portion .logo_content p {
  margin-bottom: 20px;
  padding-right: 80px;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion .logo_content .phone {
  top: 3px;
  float: left;
  position: relative;
}

.footer-con .middle_portion .logo_content .phone_content {
  padding-left: 78px;
}

.footer-con .middle_portion .logo_content a {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-white);
  transition: all 0.8s ease-in-out;
}

.footer-con .middle_portion .logo_content a:hover {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .logo_content span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion h5 {
  margin-bottom: 18px;
}

.footer-con .middle_portion li:last-child {
  margin-bottom: 0 !important;
}

.footer-con .middle_portion .timing li {
  margin-bottom: 24px;
}

.footer-con .middle_portion .timing p,
.footer-con .middle_portion .timing span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion .timing span {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .links li {
  padding-left: 14px;
  margin-bottom: 10px;
}

.footer-con .middle_portion .links li i {
  font-size: 10px;
  top: -2px;
  left: -12px;
  position: relative;
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
  color: var(--e-global-color-white);
  transition: all 0.8s ease-in-out;
}

.footer-con .middle_portion li a:hover {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .contact {
  margin-right: -20px;
}

.footer-con .middle_portion .contact ul {
  margin-bottom: 18px;
}

.footer-con .middle_portion .contact li {
  margin-bottom: 12px;
}

.footer-con .middle_portion .contact p,
.footer-con .middle_portion .contact span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .contact span {
  color: var(--e-global-color-white);
  transition: all 0.8s ease-in-out;
}

.footer-con .middle_portion .contact span:hover {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .icon li {
  margin: 0 2px;
  display: inline-block;
}

.footer-con .middle_portion .icon li:first-child {
  margin-left: 0;
}

.footer-con .middle_portion .icon li:last-child {
  margin-right: 0;
}

.footer-con .middle_portion .icon i {
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 10px;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: rgb(255 255 255 / 15%);
  transition: all 0.8s ease-in-out;
}

.footer-con .middle_portion .icon i:hover {
  background-color: var(--e-global-color-accent);
}

.footer-con .copyright {
  padding: 34px 0;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-con .copyright p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--e-global-color-white);
}

.banner2-con {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../photos/Asana/sukha-main-1.jpg");
}

.banner2-con .banner-rightflower {
  position: absolute;
  top: 56px;
  right: 0;
}

.banner2-con .flower img {
  opacity: 20%;
}

.banner2-con .banner-leftsideflower {
  position: absolute;
  top: 130px;
  left: 20px;
}

.banner2-con .banner-rightsideflower {
  position: absolute;
  bottom: 155px;
  right: 30px;
}

.banner2-con .banner_content {
  padding: 282px 0;
}

.banner2-con .banner_content h6 {
  font-weight: 500;
  margin-bottom: 14px;
  font-family: "Croogla4F", sans-serif;
}

.banner2-con .banner_content h1 {
  color: var(--e-global-color-accent);
  margin-bottom: 30px;
}

.banner2-con .banner_content .primary_btn {
  padding: 16px 37px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-white);
}

.banner2-con .banner_content .primary_btn:hover {
  color: var(--e-global-color-white);
  background: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
}

.banner2-con .banner_content .icons {
  display: none;
}

.banner2-con .icons {
  display: flex;
  align-items: center;

  position: absolute;
  bottom: 50px;
  right: -102px;
}

.banner2-con ul li {
  margin: 0 7px;
  display: inline-block;
}

.banner2-con ul li:first-child {
  margin-left: 0;
}

.banner2-con ul li:last-child {
  margin-right: 0;
}

.banner2-con ul li i {
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 100%;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: #fff0;
  border: 1px solid var(--e-global-color-white);
  transition: all 0.8s ease-in-out;
}

.banner2-con ul li i:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.banner2-con .icons span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding-left: 150px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  position: relative;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-white);
}

.banner2-con .icons span::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: rgb(255 255 255 / 50%);
}

ul.list-inline {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  justify-content: center; /* Center items */
  overflow-x: auto; /* Allow horizontal scrolling on small screens */
}
ul.list-inline .nav-link {
  font-size: 18px;
  color: var(--e-global-color-black);
}
ul.list-inline .nav-link:hover {
  color: var(--e-global-color-accent);
}
.list-inline-item {
  position: relative;
  padding: 0 20px;
}
.list-inline-item:not(:last-child)::after {
  content: "";
  height: 50px;
  width: 2px;
  background-color: var(--e-global-color-accent);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-inline-item img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(21%) saturate(1054%)
    hue-rotate(331deg) brightness(88%) contrast(92%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  ul.list-inline {
    flex-wrap: nowrap; /* Prevent wrapping on mobile */
    justify-content: flex-start; /* Align items to the start */
  }
  .list-inline-item {
    flex: 0 0 auto; /* Prevent items from growing or shrinking */
    padding: 5px 10px; /* Adjust padding for mobile */
  }
  .list-inline-item:not(:last-child)::after {
    display: none;
  }
}

.header-title {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 0.2rem;
  color: var(--e-global-color-black);
  text-align: center;
  padding-top: 2rem;
  letter-spacing: 0.05em;
}

.header-subtitle {
  font-size: 1.4rem;
  color: var(--e-global-color-black);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
}

.decorative-tilde {
  font-size: 2rem;
  color: #c37c68;
  text-align: center;
  margin-bottom: 2rem;
  user-select: none;
  line-height: 1;
}

/* Card Container */
.course-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgb(30 20 10 / 0.1);
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* Date List */
.dates-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.date-entry {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ddd6c5;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.date-entry:last-child {
  border-bottom: none;
}

.material-icons.calendar-icon {
  color: #e17663;
  font-size: 32px;
  min-width: 36px;
  user-select: none;
}

.date-info {
  flex: 1 1 150px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #422c0f;
  white-space: nowrap;
}

.seat-info {
  font-size: 0.95rem;
  color: #e17663;
  font-weight: 600;
  margin-left: auto;
  white-space: nowrap;
}

/* Course details box on right */
.details-box {
  border-left: 1px solid #ddd6c5;
  padding-left: 2rem;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-width: 280px;
}

.details-box strong {
  color: var(--e-global-color-black);
  font-weight: 700;
}

.details-label {
  font-size: 1.1rem;
  color: var(--e-global-color-black);
  font-weight: 600;
  margin-bottom: 0.3rem;
  letter-spacing: 0.03em;
}

.course-fees {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--e-global-color-black);
  letter-spacing: 0.02em;
}

.fees-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.fees-column {
  flex: 1;
  min-width: 120px;
}

.fee-amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--e-global-color-black);
  margin-bottom: 0.2rem;
}

.fee-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--e-global-color-black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Book Now button */
.btn-book-now {
  margin-top: 1.8rem;
  background-color: #e17663;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.8rem 1.8rem;
  text-transform: uppercase;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  width: max-content;
}

.btn-book-now:hover,
.btn-book-now:focus {
  background-color: rgb(45, 43, 43);
  color: white;
  text-decoration: none;
}

/* Responsive Layout */
@media (max-width: 767.98px) {
  .course-card {
    padding: 1.5rem 1.5rem;
  }

  .details-box {
    padding-left: 0;
    border-left: none;
    margin-top: 2rem;
  }

  .date-entry {
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  .seat-info {
    margin-right: 5rem;
    flex: 3 3 auto;
    font-size: 12px;
  }
  .date-entry {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: none;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .fees-row {
    gap: 1rem;
  }

  .fees-column {
    min-width: auto;
    flex: 1 1 45%;
  }
}

@media (min-width: 768px) {
  .date-columns {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    flex-wrap: wrap;
  }

  .dates-column {
    flex: 1;
    min-width: 280px;
  }
}
/* table end */
/* yoga guru */
/* Header styles */
.yoga-guru-header {
  background: white;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 6px var(--shadow-color);
}
.yoga-guru-header .container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.yoga-guru-header h1 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}
.yoga-guru-header p.subtitle {
  font-weight: 500;
  font-size: 1rem;
  color: var(--primary-color);
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

/* Cards styling */
.teacher-card {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: default;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 3px 8px var(--shadow-color);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--text-color-light);
  background-color: #222;
}
.teacher-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
  filter: brightness(0.45);
  z-index: 1;
}
.teacher-card:hover img,
.teacher-card:focus-within img {
  transform: scale(1.05);
  filter: brightness(0.55);
}
.teacher-info {
  position: relative;
  z-index: 2;
  padding: 1.5rem 1.25rem 2rem 1.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 70%);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  text-align: center;
  user-select: none;
}
.teacher-name {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: white;
}
.teacher-role {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  line-height: 1.3;
  color: white;
}
/* Responsive Layout Based on Bootstrap breakpoints with max width constraints for wide desktop */
main.container {
  max-width: 1400px;
}
/* Responsive typography */
@media (max-width: 575.98px) {
  header h1 {
    font-size: 1.75rem;
  }
  header p.subtitle {
    font-size: 0.875rem;
  }
  .teacher-card {
    min-height: 360px;
  }
}
/* yoga guru */

/* time table*/
.schedule-block {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  transition: background-color 0.3s;
}

.schedule-block:hover {
  background-color: #e9ecef;
}
.schedule-table .collapse {
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
}

.schedule-time {
  font-weight: bold;
}

.schedule-session {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.note-box {
  margin-top: 20px;
  padding: 10px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
}

.note-label {
  font-weight: bold;
}

.note-text {
  margin-top: 5px;
}
/* time table*/

/* gallery */
/* Gallery Title and underline shape */
.gallery-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #5a4a30;
  margin: 2rem 0 1rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.underline-shape {
  width: 50px;
  height: 12px;
  margin: 0 auto 3rem;
  background: url("data:image/svg+xml,%3csvg width='50' height='12' viewBox='0 0 50 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6C8.5 6 10.5 1 16 1C21.5 1 23.5 6 29 6C34.5 6 36.5 1 42 1C47.5 1 49.5 6 54 6' stroke='%235a4a30' stroke-width='2'/%3e%3c/svg%3e")
    no-repeat center;
  background-size: contain;
  filter: opacity(0.7);
}
/* Gallery grid */
.gallery-container {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto; /* Centers the container */
  width: 100%; /* Ensures it uses the full available width */
}
.gallery-grid {
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 2rem;
}
/* Responsive grid columns by viewport */
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-image {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}
.gallery-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 12px;
}
.gallery-image:hover img {
  transform: scale(1.05);
}
/* Lightbox styles */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(6px);
  z-index: 1050;
  display: flex;

  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
/* Lightbox controls */
.lightbox-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #d1c4a1;
  font-size: 3rem;
  cursor: pointer;
  user-select: none;
  transition: color 0.25s ease;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.lightbox-control:hover,
.lightbox-control:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  outline: none;
}
.lightbox-prev {
  left: -70px;
}
.lightbox-next {
  right: -70px;
}
.lightbox-close {
  top: 16px;
  right: 16px;
  transform: none;
  font-size: 2.5rem;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
/* Responsive adjustments for controls on small devices */
@media (max-width: 575px) {
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
  .lightbox-control {
    font-size: 2.2rem;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
/* gallery */

/* map */
.map-con {
  padding: 140px 0 300px;
}

.map-con iframe {
  width: 100%;
  height: 547px;
  border-radius: 20px;
}

/* map */

.colored-icon {
  width: 50px;
  /* filter: brightness(0) saturate(100%) invert(73%) sepia(43%) saturate(389%)
    hue-rotate(315deg) brightness(101%) contrast(101%); */
  filter: brightness(0) saturate(100%) invert(54%) sepia(21%) saturate(1054%)
    hue-rotate(331deg) brightness(88%) contrast(92%);
}
.scale-icon:hover {
  animation: scaleUp 2s ease-in-out infinite;
}

@keyframes scaleUp {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.colored-icon:hover {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(73%) sepia(43%) saturate(389%)
    hue-rotate(315deg) brightness(101%) contrast(101%);
}

.feature-icon {
  color: #ff907e;
  margin-right: 10px;
}
.highlight {
  color: var(--e-global-color-accent); /* Red color */
  font-weight: bold;
}

/* 100 hour page */

.gallery-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.gallery-title {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
}

.gallery-col {
  flex: 0 0 25%;
  max-width: 25%;
  height: auto;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  background-color: #000;
}

.gallery-col:hover {
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  color: white;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-col:hover .gallery-overlay {
  opacity: 1;
}
/* Dynamic height adjustment for images */
.gallery-img-wrapper {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
  .gallery-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .gallery-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gallery-img-wrapper {
    padding-top: 75%;
  }
}

/* 100 hour page */
#yoga_hall {
  border-radius: 0px;
}
#yoga_hall:hover {
  transition: all 0.5s ease;
  border-radius: 50px;
}
#accommodation {
  border-left: 8px solid #ff907e;
}
@media (max-width: 575px) {
  #yoga_hall {
    height: 80px;
    border-radius: 0px;
  }
  #yoga_hall:hover {
    transition: all 0.5s ease;
    border-radius: 50px;
  }
}
.custom-line1 {
  border: none;
  height: 3px;
  background-color: orange;
  width: 100%;
  margin-top: 5px;
}
.custom-line {
  border: none;
  height: 2px;
  background-color: orange;
  width: 150px;
  margin-top: 5px;
}
.custom-line:hover {
  border: none;
  height: 2px;
  background-color: orange;
  width: 250px;
  margin-top: 5px;
  transition: 0.3s;
}
.text-custom {
  font-size: 24px;
  font-weight: bold;
}

.studio-con {
  padding: 135px 0 206px;
}

.studio-con .studio-leftflower {
  position: absolute;
  top: 100px;
  left: 0;
}

.studio-con .studio-flower {
  position: absolute;
  bottom: 142px;
  right: 10%;
}

.studio-con .studio-leftflower img {
  width: 230px;
}

.studio-con .flower img {
  opacity: 20%;
}

.studio-con .studio_content h6 {
  margin-bottom: 16px;
}

.studio-con .studio_content h2 {
  margin-bottom: 36px;
}

.studio-con .studio_content .text {
  margin-bottom: 26px;
}

.studio-con .studio_content .text1 {
  margin-bottom: 30px;
}

.studio-con .studio_content a {
  padding: 16px 37px;
  margin-bottom: 30px;
}

.studio-con .studio_content a:hover {
  background: var(--e-global-color-secondary);
}

.studio-con .studio_content ul {
  padding-top: 28px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.studio-con .studio_content ul li {
  margin: 0 48px;
  display: inline-block;
  text-align: left;
  min-width: 75px;
}

.studio-con .studio_content ul li:first-child {
  margin-left: 0;
}

.studio-con .studio_content ul li:last-child {
  margin-right: 0;
}

.studio-con .studio_content .value {
  margin-bottom: 4px;
}

.studio-con .studio_content .value span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Croogla4F", sans-serif;
}

.studio-con .studio_content .value .number {
  color: var(--e-global-color-accent);
}

.studio-con .studio_content .value .expression {
  left: -4px;
  position: relative;
  color: var(--e-global-color-accent);
}

.studio-con .studio_content ul li .text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.studio-con .studio_wrapper .studio-image {
  position: relative;
  top: 0;
  right: 0;
}
.schedule-time {
  background-color: var(--e-global-color-accent);
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
.schedule-session {
  padding: 10px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}

.right-section {
  border-left: 1px solid #ddd;
}
.section-title1 {
  border-left: 5px solid #e85d04;
  padding-left: 10px;
  margin-bottom: 20px;
}
.schedule-block {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}

.note-box {
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.note-label {
  background-color: var(--e-global-color-accent);
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  white-space: nowrap;
}

.note-text {
  padding: 10px 15px;
  font-size: 16px;
}

.hero {
  background: url("../photos/Asana/IMG_0715.webp") no-repeat center center/cover;
  height: 70vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.instructions-section {
  padding: 50px 20px;
  background-color: #fff;
}

.instructions-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.instructions-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #e3652b;
  margin-top: 8px;
}

.instruction-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.instruction-item img {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  margin-top: 5px;
}

.instruction-text {
  font-size: 16px;
  line-height: 1.6;
}

.cta-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 20px 0;
  margin: 40px auto;
}

.cta-text {
  padding-left: 40px;
  border-left: 2px solid var(--e-global-color-accent);
  font-size: 28px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.cta-right {
  background-color: var(--e-global-color-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.cta-button {
  background: #fff;
  color: #b80000;
  padding: 12px 30px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}
.cta-button:hover {
  background-color: black;
  text-decoration: none;
  color: white;
}
.join-button {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-black);
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}
.join-button:hover {
  background-color: rgb(45, 43, 43);
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .cta-section {
    flex-direction: column;
    text-align: center;
  }

  .cta-right {
    clip-path: none;
    width: 100%;
    padding: 20px;
  }

  .cta-text {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

/* .studio-con .studio_wrapper .studio-image::before {
  content: "";
  position: absolute;
  width: 445px;
  height: 513px;
  right: -15px;
  top: 15px;
  background-color: var(--e-global-color-accent);
  z-index: -1;
} */

.service2-con {
  background-color: var(--e-global-color-light-white-gray);
}

.explore-con {
  padding: 135px 0 140px;
}

.explore-con .explore-leftflower {
  position: absolute;
  top: 100px;
  left: 0;
}

.explore-con .explore-flower {
  position: absolute;
  bottom: 66px;
  right: 10%;
}

.explore-con .explore-leftflower img {
  width: 230px;
}

.explore-con .flower img {
  opacity: 20%;
}

.explore-con .explore_content h6 {
  margin-bottom: 16px;
}

.explore-con .explore_content h2 {
  margin-bottom: 56px;
  padding: 0 40px;
}

.explore-con .explore-box {
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.explore-con .explore-box:hover {
  background-image: url(../images/side-backgroundimage2.jpg);
}

.explore-con .explore-box .explore-image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background-color: var(--e-global-color-black);
}

.explore-con .explore-box .explore-image img {
  border-radius: 10px 10px 0 0;
  transition: all 0.8s ease-in-out;
}

.explore-con .explore-box:hover .explore-image img {
  transform: scale(1.1);
  opacity: 70%;
}

.explore-con .explore-box .box-content {
  border-radius: 0 0 10px 10px;
  border-top: none !important;
  border: 1px solid rgb(24 26 23 / 10%);
  transition: all 0.3s ease-in-out;
}

.explore-con .explore-box .heading {
  padding: 35px 28px 30px;
  border-bottom: 1px solid rgb(24 26 23 / 10%);
}

.explore-con .explore-box h3 {
  margin-bottom: 15px;
}

.explore-con .explore-box .content {
  display: flex;
  align-items: center;
}

.explore-con .explore-box .time {
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.explore-con .explore-box .calendar {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-left: 2px solid var(--e-global-color-secondary);
  transition: all 0.3s ease-in-out;
}

.explore-con .explore-box .content i {
  font-size: 14px;
  margin-right: 8px;
  color: var(--e-global-color-accent);
}

.explore-con .explore-box .content span {
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.explore-con .explore-box .text {
  padding: 18px 28px 30px;
}

.explore-con .explore-box .value {
  margin-bottom: 15px;
}

.explore-con .explore-box .number {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  color: var(--e-global-color-accent);
}

.explore-con .explore-box .month {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: var(--e-global-color-text);
}

.explore-con .explore-box p {
  margin-bottom: 24px;
}

.explore-con .explore-box .primary_btn {
  padding: 16px 44px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

.explore-con .explore-box .primary_btn:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-secondary) !important;
  border: 1px solid var(--e-global-color-secondary) !important;
}

.explore-con .explore-box:hover .box-content {
  border: 1px solid var(--e-global-color-accent);
}

.explore-con .explore-box h3,
.explore-con .explore-box i,
.explore-con .explore-box span,
.explore-con .explore-box p {
  transition: all 0.3s ease-in-out;
}

.explore-con .explore-box:hover h3,
.explore-con .explore-box:hover i,
.explore-con .explore-box:hover span,
.explore-con .explore-box:hover p {
  color: var(--e-global-color-white);
}

.explore-con .explore-box:hover .calendar {
  border-left: 2px solid var(--e-global-color-white);
}

.explore-con .explore-box:hover .primary_btn {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
}

.explore-con .owl-carousel .owl-nav {
  display: block !important;
  margin-top: 0 !important;
  position: absolute;
  top: 300px;
}

.explore-con .owl-carousel .owl-prev,
.explore-con .owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 100% !important;
  text-align: center;
  position: absolute;
  margin: 0 !important;
  background-color: rgb(52 49 48 / 20%) !important;
  transition: all 0.8s ease-in-out;
}

.explore-con .owl-carousel .owl-prev i,
.explore-con .owl-carousel .owl-next i {
  display: none !important;
}

.explore-con .owl-carousel .owl-prev img,
.explore-con .owl-carousel .owl-next img {
  width: auto;
  position: relative;
  filter: brightness(0);
  transition: all 0.8s ease-in-out;
}

.explore-con .owl-carousel .owl-prev img {
  left: 10px;
}

.explore-con .owl-carousel .owl-next img {
  right: 60px;
}

.explore-con .owl-carousel .owl-prev {
  left: -132px;
}

.explore-con .owl-carousel .owl-next {
  right: -1242px;
}

.explore-con .owl-carousel .owl-prev:focus,
.explore-con .owl-carousel .owl-prev:focus-visible,
.explore-con .owl-carousel .owl-next:focus,
.explore-con .owl-carousel .owl-next:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.explore-con .owl-carousel .owl-prev:hover,
.explore-con .owl-carousel .owl-next:hover {
  background-color: rgb(254 144 126 / 20%) !important;
}

.explore-con .owl-carousel .owl-prev:hover img,
.explore-con .owl-carousel .owl-next:hover img {
  filter: none;
}

.program-con {
  padding: 115px 0 110px;
  background-color: var(--e-global-color-light-white-gray);
}

.program-con .program_content h6 {
  margin-bottom: 16px;
}

.program-con .program_content h2 {
  margin-bottom: 50px;
  padding: 0 40px;
}

.program-con .tabs-box .nav-tabs li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-bottom: 6px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #fff0;
  color: var(--e-global-color-secondary);
}

.program-con .tabs-box .nav-tabs li a:hover {
  color: var(--e-global-color-accent);
  border-bottom: 1px solid var(--e-global-color-accent);
}

.program-con .tabs-box .nav-tabs > li > a.active {
  color: var(--e-global-color-accent);
  border-bottom: 1px solid var(--e-global-color-accent);
}

.program-con .nav-tabs {
  border-bottom: none;
  margin: 0 auto 32px;
  justify-content: center;
}

.program-con .nav-tabs li {
  margin: 0 16px;
}

.program-con .nav-tabs li:first-child {
  margin-left: 0;
}

.program-con .nav-tabs li:last-child {
  margin-right: 0;
}

.program-con .overlay:hover .tab-image {
  opacity: 1;
  background: var(--e-global-color-secondary);
}

.program-con .overlay:hover img {
  opacity: 30%;
}

.program-con .tabs-box .tab-content .image {
  position: relative;
  margin-bottom: 30px;
}

.program-con .tabs-box .tab-content .tab-image,
.program-con .tabs-box .tab-content .tab-image img {
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
}

.program-con .tabs-box .tab-content .image .box-content {
  display: none;
  transition: all 0.6s ease-in-out;
}

.program-con .tabs-box .tab-content .image:hover .box-content {
  display: block;
}

.program-con .image figure {
  overflow: hidden;
  border-radius: 10px;
}

.program-con .image figure img {
  border-radius: 10px;
  transition: all 0.8s ease-in-out;
}

.program-con .image:hover figure img {
  transform: scale(1.1);
}

.program-con .tabs-box .tab-content .image .content {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table-cell;
  align-content: center;
}

.program-con .tabs-box .tab-content i {
  font-size: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 15px;
  border-radius: 100%;
  text-align: center;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.program-con .tabs-box .tab-content a:hover i {
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-white);
}

.program-con .tabs-box .tab-content span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  color: var(--e-global-color-white);
}
/* .gallery-img {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.35rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-top: 5px;
}
.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
/* Modal image styling */
#galleryModal .modal-dialog {
  max-width: 90vw;
  max-height: 90vh;
}
#galleryModal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
}
#galleryModal img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 0.5rem;
}
*/ .banner3-con {
  background-size: auto;
  background-position: center;
  background-color: var(--e-global-color-accent);
  background-image: url(../valley-of-flower/campanula\ latifolia.jpg);
}

.banner3-con::before {
  content: "";
  width: 44%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../valley-of-flower/Grape\ leaf\ anemone.jpg);
}

.banner3-con .banner-leftflower {
  position: absolute;
  top: 80px;
  left: 0;
}

.banner3-con .banner-leftflower img {
  opacity: 15%;
}

.banner3-con .banner_content {
  padding: 185px 0 175px;
  position: relative;
  z-index: 1;
}

.banner3-con .banner_content h6 {
  margin-bottom: 14px;
}

.banner3-con .banner_content h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 28px;
  padding-right: 30px;
}

.banner3-con .banner_content .primary_btn {
  padding: 16px 37px;
  margin-bottom: 130px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.banner3-con .banner_content .primary_btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.banner3-con .banner_content .icons {
  display: flex;
  align-items: center;
}

.banner3-con .banner_content ul li {
  margin: 0 7px;
  display: inline-block;
}

.banner3-con .banner_content ul li:first-child {
  margin-left: 0;
}

.banner3-con .banner_content ul li:last-child {
  margin-right: 0;
}

.banner3-con .banner_content ul li i {
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 100%;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: #fff0;
  border: 1px solid var(--e-global-color-white);
  transition: all 0.8s ease-in-out;
}

.banner3-con .banner_content ul li i:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.banner3-con .banner_content .icons span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding-right: 86px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  position: relative;
  font-family: "Croogla4F", sans-serif;
  color: var(--e-global-color-white);
}

.banner3-con .banner_content .icons span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: 120px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--e-global-color-white);
}

.banner3-con .banner_wrapper {
  display: none;
}

.passion-con {
  padding: 140px 0 195px;
}

.passion-con .passion-bottomimage {
  position: absolute;
  right: 90px;
  bottom: 0;
}

.passion-con .passion-bottomimage img {
  opacity: 10%;
}

.passion-con .passion-flower {
  position: absolute;
  right: 200px;
  top: 140px;
}

.passion-con .passion-flower img {
  opacity: 20%;
}

.passion-con .passion_content {
  padding-top: 50px;
}

.passion-con .passion_content h6 {
  margin-bottom: 0;
  padding-left: 188px;
}

.passion-con .passion_content h2 {
  margin-bottom: 36px;
  padding: 20px 40px 25px;
  background-color: var(--e-global-color-white);
}

.passion-con .passion_content .content {
  padding-left: 286px;
}

.passion-con .passion_content p {
  font-size: 17px;
}

.passion-con .passion_content .text1 {
  margin-bottom: 28px;
}

.passion-con .passion_content .text2 {
  margin-bottom: 32px;
}

.passion-con .passion_content a {
  padding: 16px 51px;
}

.passion-con .passion_content a:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.passion-con .passion_wrapper .passion-image1 {
  position: absolute;
  left: -305px;
  top: 0;
}

.passion-con .passion_wrapper .passion-image2 {
  position: absolute;
  right: -190px;
  top: 0;
}

.service3-con {
  background-color: var(--e-global-color-light-white-gray);
}

.service3-con .service-rightsideimage {
  position: absolute;
  bottom: 0;
  right: 25px;
}

.service3-con .service-box {
  border: 1px solid var(--e-global-color-white) !important;
  background-color: var(--e-global-color-white);
}

.service3-con .service-box:hover {
  border: 1px solid var(--e-global-color-accent) !important;
}

.team3-con .team-leftflower {
  right: 0;
  left: unset !important;
}

.team3-con .team-flower {
  bottom: 120px !important;
  left: 11%;
  right: unset !important;
}

.pricing3-con {
  background-color: var(--e-global-color-light-white-gray);
}

.pricing3-con .pricing-box {
  border-radius: 10px;
  border: 1px solid var(--e-global-color-white);
  background-color: var(--e-global-color-white);
}

.pricing3-con .pricing-box:hover {
  background-color: #fff0;
  background-image: none;
  border: 1px solid var(--e-global-color-accent);
  box-shadow: 0 10px 40px 4px rgb(255 144 126 / 20%);
}

.pricing3-con .pricing-box:hover h4,
.pricing3-con .pricing-box:hover p,
.pricing3-con .pricing-box:hover sup,
.pricing3-con .pricing-box:hover span,
.pricing3-con .pricing-box:hover ul li p {
  color: var(--e-global-color-secondary);
}

.pricing3-con .pricing-box:hover ul li i {
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

.pricing3-con .pricing-box:hover .primary_btn {
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

.pricing3-con .pricing-box .primary_btn:hover {
  color: var(--e-global-color-white);
}

.classes-con {
  overflow: hidden;
  padding: 175px 0 142px;
  background-size: auto;
  background-position: center;
  background-color: var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage2.jpg);
}

.classes-con::before {
  content: "";
  width: 564px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/classes-leftshade.png);
  z-index: 1;
}

.classes-con::after {
  content: "";
  width: 564px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/classes-rightshade.png);
  z-index: 1;
}

.classes-con .container-fluid {
  padding: 0;
}

.classes-con .classes_content h2 {
  margin-bottom: 100px;
  padding: 0 135px;
}

.classes-con .classes-image img {
  border-radius: 10px;
}

.classes-con .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 44px !important;
  line-height: 0;
  position: relative;
  left: 0;
  right: 0;
}

.classes-con .owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  background-color: #ffcac1;
}

.classes-con .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--e-global-color-secondary);
}

.classes-con .owl-carousel .owl-dots .owl-dot.active span {
  position: relative;
  background-color: var(--e-global-color-secondary);
}

.classes-con .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.classes-con .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.testimonial3-con {
  padding-bottom: 225px !important;
}

.update3-con {
  padding: 0 !important;
  background-size: auto;
  background-position: center;
  background-color: var(--e-global-color-accent);
  background-image: url("./assets/Asana/DSC02509.JPG");
}

.update3-con::before {
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("./assets/photos/yoga_ganga/IMG_5496.webp");
}

/* .update3-con .update_wrapper .update-rightbackground {
  display: none;
} */

.update3-con .update_wrapper .update-logo {
  position: absolute;
  left: -15px;
  top: -260px;
  width: 150px;
  height: 100px;
  padding: 10px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  background-color: var(--e-global-color-white);
}

.update3-con .update_content {
  padding: 135px 0 142px;
  position: relative;
  z-index: 1;
}

.update3-con .update_content button {
  background-color: #fff0;
  border: 1px solid var(--e-global-color-white);
}

.update3-con .update_content button:hover {
  border: 1px solid var(--e-global-color-secondary);
}

.article3-con .article-leftflower {
  position: absolute;
  top: 143px;
  left: 206px;
}

.article3-con .article-leftflower img {
  opacity: 20%;
}

.article3-con .article-box .box-content .span_wrapper span {
  color: var(--e-global-color-accent);
}

.sub_banner {
  overflow: hidden;
  background-color: var(--e-global-color-very-pale-orange);
}

.sub_banner .subbanner-rightflower {
  position: absolute;
  top: 56px;
  right: 0;
}

.sub_banner .subbanner-rightflower img {
  opacity: 20%;
}

.sub_banner .sub_banner_wrapper .subbanner-image {
  position: absolute;
  left: -175px;
  bottom: -255px;
}

.sub_banner .sub_banner_content {
  padding: 155px 0 165px;
}

.sub_banner .sub_banner_content h1 {
  margin-bottom: 12px;
}

.sub_banner .sub_banner_content p {
  font-weight: 500;
  margin-bottom: 32px;
  font-family: "Croogla4F", sans-serif;
}

.sub_banner .sub_banner_content .box {
  padding: 14px 35px;
  text-align: center;
  border-radius: 35px;
  display: inline-block;
  background: #fff0;
  border: 1px solid var(--e-global-color-secondary);
  transition: all 0.8s ease-in-out;
}

.sub_banner .sub_banner_content .box span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.sub_banner .sub_banner_content .box a span {
  color: var(--e-global-color-secondary);
}

.sub_banner .sub_banner_content .box a span:hover {
  color: var(--e-global-color-accent);
}

.sub_banner .sub_banner_content .box .slash {
  margin: 0 7px;
  color: var(--e-global-color-secondary);
}

.sub_footer .sign_inbox {
  margin-top: -200px;
  max-height: 300px;
  padding: 58px 50px 64px;
  border-radius: 10px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/side-backgroundimage2.jpg);
}

.sub_footer .sign_inbox h6 {
  margin-bottom: 8px;
}

.sub_footer .sign_inbox h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
}

.sub_footer .sign_inbox .primary_btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 16px 47px;
  left: -10px;
  position: relative;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  transition: all 0.8s ease-in-out;
}

.sub_footer .sign_inbox .primary_btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.sub_footer .subscribe_box {
  background-size: cover;
  background-image: url(../images/side-backgroundimage3.jpg);
}

.sub_footer .sign_inbox form {
  width: 100%;
  left: -10px;
  position: relative;
  display: inline-block;
}

.sub_footer .sign_inbox .form_style {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 16px 26px;
  width: 450px;
  height: 50px;
  position: relative;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
  border-radius: 30px;
  overflow: visible;
  outline: none;
}

.sub_footer .sign_inbox .form_style:focus {
  border: 1px solid var(--e-global-color-secondary);
}

.sub_footer .sign_inbox button {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 16px;
  width: 140px;
  height: 50px;
  top: 0;
  right: 0;
  border: none;
  float: right;
  position: absolute;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  border-radius: 30px;
  overflow: visible;
  outline: none;
  transition: all 0.8s ease-in-out;
}

.sub_footer .sign_inbox button:hover {
  background-color: var(--e-global-color-accent);
}

.contactinfo-con {
  padding: 135px 0 140px;
}

.contactinfo-con .contact-leftflower {
  position: absolute;
  left: 0;
  top: 85px;
}

.contactinfo-con .contact-leftflower img {
  width: 249px;
  opacity: 20%;
}

.contactinfo-con .contact_content h6 {
  margin-bottom: 16px;
}

.contactinfo-con .contact_content h2 {
  margin-bottom: 64px;
}

.contactinfo-con .contact-box {
  padding: 54px 40px 46px;
  border-radius: 20px;
  background-color: #fff0;
  border: 1px solid rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box:hover {
  background-image: url(../images/contact-infohoverbg.png);
  border: 1px solid var(--e-global-color-accent);
}

.contactinfo-con .contact-box .icon {
  height: 60px;
  margin-bottom: 26px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box:hover .icon {
  transform: translateY(-5px);
  filter: brightness(0) invert(1);
}

.contactinfo-con .contact-box h5 {
  margin-bottom: 10px;
  color: var(--e-global-color-secondary);
  transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box a {
  margin-bottom: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box a:hover {
  color: var(--e-global-color-secondary) !important;
}

.contactinfo-con .contact-box:hover h5,
.contactinfo-con .contact-box:hover a {
  color: var(--e-global-color-white);
}

.contactform-con {
  background-size: auto;
  background-position: center;
  background-color: var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage2.jpg);
}

.contactform-con::before {
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../images/contact-leftbackground.jpg);
}

.contactform-con .contact_wrapper {
  display: none;
}

.contactform-con .contact_content {
  padding: 135px 0 130px 40px;
  position: relative;
  z-index: 1;
}

.contactform-con .contact_content h6 {
  margin-bottom: 14px;
}

.contactform-con .contact_content h2 {
  margin-bottom: 46px;
}

.contactform-con .contact_content .form-group {
  margin-bottom: 26px;
}

.contactform-con .contact_content .input1 {
  float: left;
  margin-right: 22px;
}

.contactform-con .contact_content input,
.contactform-con .contact_content textarea {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  height: 53px;
  width: 239px;
  padding: 8px 10px 10px 24px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
  border-radius: 30px;
  overflow: visible;
  outline: none;
  box-shadow: none;
}

.contactform-con .contact_content textarea {
  height: 118px;
  padding: 16px 24px;
  width: 100% !important;
  border-radius: 18px;
  resize: none;
  outline: none;
  overflow: auto;
}

.contactform-con .contact_content .message {
  margin-bottom: 42px;
}

.contactform-con .contact_content input:focus,
.contactform-con .contact_content textarea:focus {
  border: 1px solid var(--e-global-color-secondary);
}

.contactform-con .contact_content .submit_now {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 21px 42px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transition: all 0.8s ease-in-out;
  outline: none;
  border-style: none;
}

.contactform-con .contact_content .submit_now:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.contactform-con .contact_content input::placeholder,
.contactform-con .contact_content textarea::placeholder {
  color: var(--e-global-color-text);
}

.contactform-con .contact_content form span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 5px;
  position: absolute;
  display: block;
  color: var(--e-global-color-pure-red);
}

.pricingpage-con {
  background-color: var(--e-global-color-white);
}

.pricingpage-con .pricing-circle {
  position: absolute;
  top: -62px;
  left: -54px;
}

.pricingpage-con .pricing-box {
  border-radius: 10px;
  background-color: var(--e-global-color-white);
}

.review-con {
  background-size: auto;
  background-position: center;
  background-color: var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage2.jpg);
}

.review-con::before {
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../photos/Teacher/founder.png");
}

.review-con .review_wrapper {
  display: none;
}

.review-con .review_content {
  padding: 145px 0 155px;
  position: relative;
  z-index: 1;
}

.review-con .review_content h2 {
  margin-bottom: 10px;
}

.review-con .review_content h6 {
  margin-bottom: 35px;
}

.review-con .review_content p {
  line-height: 30px;
  margin-bottom: 44px;
}

.review-con .review_content .primary_btn {
  padding: 16px 53px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.review-con .review_content .primary_btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.pricingpage-article {
  background-color: var(--e-global-color-light-white-gray);
}

.pricingpage-testimonial {
  padding: 135px 0 422px;
}

.pricingpage-testimonial h6 {
  margin-bottom: 16px;
}

.pricingpage-testimonial h2 {
  margin-bottom: 70px;
}

.pricingpage-testimonial .testimonial-quoteimage {
  width: 83px;
  height: 83px;
  line-height: 80px;
  margin: 0 auto 24px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 100%;
  background-image: url(../images/side-backgroundimage2.jpg);
}

.pricingpage-testimonial .owl-carousel {
  width: 675px;
  margin: 0 auto;
}

.pricingpage-testimonial .testimonial_content {
  text-align: center;
}

.pricingpage-testimonial .testimonial_content .paragraph {
  line-height: 34px;
  margin-bottom: 26px;
  color: var(--e-global-color-secondary);
}

.pricingpage-testimonial .testimonial_content .name {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  margin-bottom: 8px;
  display: block;
}

.pricingpage-testimonial .testimonial_content .position {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #4f525b;
}

.pricingpage-testimonial .owl-carousel .owl-nav {
  display: block !important;
  margin-top: 34px !important;
  position: absolute;
  left: 0;
  right: 0;
}

.pricingpage-testimonial .owl-carousel .owl-prev,
.pricingpage-testimonial .owl-carousel .owl-next {
  width: 50px;
  height: 50px;
  line-height: 54px !important;
  border-radius: 100% !important;
  text-align: center;
  position: relative;
  margin: 0 !important;
  background-color: #dcdcde !important;
  transition: all 0.8s ease-in-out;
}

.pricingpage-testimonial .owl-carousel .owl-prev i,
.pricingpage-testimonial .owl-carousel .owl-next i {
  font-size: 20px;
  color: var(--e-global-color-white);
}

.pricingpage-testimonial .owl-carousel .owl-prev {
  left: -5px;
}

.pricingpage-testimonial .owl-carousel .owl-next {
  right: -5px;
}

.pricingpage-testimonial .owl-carousel .owl-prev:focus,
.pricingpage-testimonial .owl-carousel .owl-prev:focus-visible,
.pricingpage-testimonial .owl-carousel .owl-next:focus,
.pricingpage-testimonial .owl-carousel .owl-next:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.pricingpage-testimonial .owl-carousel .owl-prev:hover,
.pricingpage-testimonial .owl-carousel .owl-next:hover {
  background-color: var(--e-global-color-accent) !important;
}

.pricingpage-testimonial .owl-carousel .owl-prev img,
.pricingpage-testimonial .owl-carousel .owl-next img {
  display: none !important;
}

.pricingpage-testimonial .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.pricingpage-testimonial .testimonial_wrapper .image {
  z-index: 1;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image1 {
  top: 158px;
  left: 72px;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image2 {
  bottom: 100px;
  left: -138px;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image3 {
  bottom: -62px;
  left: -18px;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image4 {
  bottom: 102px;
  right: 30px;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image5 {
  top: 166px;
  left: 35px;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image6 {
  top: 220px;
  right: -142px;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image7 {
  bottom: -65px;
  right: -100px;
}

.pricingpage-testimonial .testimonial_wrapper .testimonial-image8 {
  bottom: 60px;
  left: 35px;
}

.pricingpage-testimonial .testimonial_wrapper .image img {
  border-radius: 100%;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%) inset;
  transition: all 0.3s ease-in-out;
}

.pricingpage-testimonial .testimonial_wrapper .image img:hover {
  opacity: 0.8;
}

.teampage-con {
  padding: 135px 0 140px;
}

.teampage-con .team-leftflower {
  position: absolute;
  top: 100px;
  left: 0;
}

.teampage-con .team-flower {
  position: absolute;
  bottom: 56px;
  right: 11%;
}

.teampage-con .team-leftflower img {
  width: 230px;
}

.teampage-con .flower img {
  opacity: 20%;
}

.teampage-con .team_content h6 {
  margin-bottom: 16px;
}

.teampage-con .team_content h2 {
  margin-bottom: 54px;
}

.teampage-con .team_wrapper {
  margin-bottom: 20px;
}

.teampage-con .team-box {
  margin-bottom: 30px;
  padding: 15px 15px 30px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgb(24 26 23 / 10%);
  transition: all 0.8s ease-in-out;
}

.teampage-con .team-box:hover {
  border: 1px solid var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage2.jpg);
}

.teampage-con .team-box .image {
  margin-bottom: 22px;
}

.teampage-con .team-box figure {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--e-global-color-secondary);
}

.teampage-con .team-box figure img {
  border-radius: 10px;
  transition: all 0.8s ease-in-out;
}

.teampage-con .team-box:hover figure img {
  transform: scale(1.1);
  opacity: 70%;
}

.teampage-con .team-box .box-content h3 {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}

.teampage-con .team-box .box-content span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
  color: var(--e-global-color-text);
  transition: all 0.3s ease-in-out;
}

.teampage-con .team-box:hover h3,
.teampage-con .team-box:hover span {
  color: var(--e-global-color-white);
}

.teampage-con .team-box .icon li {
  margin: 0 2px;
  display: inline-block;
}

.teampage-con .team-box .icon li:first-child {
  margin-left: 0;
}

.teampage-con .team-box .icon li:last-child {
  margin-right: 0;
}

.teampage-con .team-box .icon i {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transition: all 0.8s ease-in-out;
}

.teampage-con .team-box .icon i:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
}

.aboutpage-con::before {
  left: unset;
  right: 0;
}

.aboutpage-con .about_wrapper .about-image img {
  border-radius: 0;
}

.aboutpage-con .about_content {
  padding-left: 0 !important;
  padding-right: 25px;
}

.aboutpage-con .about_content a {
  border: 1px solid var(#ff907e);
  background-color: var(#ff907e);
}

.aboutpage-con .about_content a:hover {
  border: 1px solid var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
}

.journey-con::before {
  content: "";
  width: 39%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-image: url(../images/journey-leftimage.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.journey-con .journey_content {
  padding: 135px 0 205px;
}

.journey-con .journey_content .journey-leftimage {
  display: none;
}

.journey-con .journey_content h6 {
  margin-bottom: 0;
  padding-left: 188px;
}

.journey-con .journey_content h2 {
  margin-bottom: 36px;
  padding: 20px 40px 25px;
  background-color: var(--e-global-color-white);
}

.journey-con .journey_content .content {
  padding-left: 286px;
}

.journey-con .journey_content p {
  font-size: 17px;
}

.journey-con .journey_content .text1 {
  margin-bottom: 28px;
}

.journey-con .journey_content .text2 {
  margin-bottom: 32px;
}

.journey-con .journey_content a {
  padding: 16px 51px;
}

.journey-con .journey_content a:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.journey-con .journey_wrapper {
  bottom: 0;
  right: 0;
}

.journey-con .journey_wrapper .journey-image1 {
  position: absolute;
  bottom: 122px;
  right: -312px;
}

.journey-con .journey_wrapper .journey-image2 {
  position: absolute;
  bottom: -8px;
  right: -65px;
}

.journey-con .journey_wrapper .journey-image2 img {
  border: 8px solid var(--e-global-color-white);
}

.service-con {
  padding: 135px 0 140px;
}

.service-con .service-leftflower {
  position: absolute;
  top: 100px;
  left: 0;
}

.service-con .service-flower {
  position: absolute;
  bottom: 56px;
  right: 11%;
}

.service-con .service-leftflower img {
  width: 230px;
}

.service-con .flower img {
  opacity: 20%;
}

.service-con .service_content h2 {
  margin-bottom: 16px;
}

.service-con .service_content p {
  margin-bottom: 54px;
}

.service-con .service_wrapper {
  margin-bottom: 20px;
}

.service-con .service-box {
  min-height: 290px;
  padding: 42px 42px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid rgb(24 26 23 / 10%);
  transition: all 0.8s ease-in-out;
}

.service-con .service-box:hover {
  border: 1px solid var(--e-global-color-accent);
  background-image: url(../images/side-backgroundimage2.jpg);
}

.service-con .service-box .icon {
  margin-bottom: 26px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.service-con .service-box:hover .icon {
  transform: translateY(-5px);
}

.service-con .service-box:hover img {
  filter: brightness(0) invert(1);
}

.service-con .service-box h5 {
  margin-bottom: 16px;
  color: var(--e-global-color-secondary);
  transition: all 0.3s ease-in-out;
}

.service-con .service-box p {
  transition: all 0.3s ease-in-out;
}

.service-con .service-box:hover h5,
.service-con .service-box:hover p {
  color: var(--e-global-color-white);
}

.servicepage-testimonial .testimonial-box .testimonial-image {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  transition: all 0.8s ease-in-out;
}

.servicepage-testimonial .testimonial-box:hover .testimonial-image {
  transform: translateY(5px);
}

.servicepage-testimonial .testimonial-box:hover .testimonial-image img {
  transform: scale(1);
  opacity: 1;
}

.servicepage-article {
  background-color: var(--e-global-color-light-white-gray);
}

.project_modal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
}

.project_modal .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.project_modal .fade.show {
  opacity: 1;
  background-color: #fff0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

.project_modal .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.project_modal .modal-dialog {
  max-width: 48%;
  margin: 1.75rem auto;
  position: relative;
  width: auto;
  pointer-events: none;
}

.project_modal .modal.show .modal-dialog {
  transform: translate(0, 0);
}

.project_modal .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.project_modal .modal-content {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  background-color: var(--e-global-color-white);
  box-shadow: 1px 21px 46px rgb(0 0 100 / 25%);
  border-radius: 0;
  border: none;
}

.project_modal .modal-header {
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border-bottom: none;
}

.project_modal .btn-close:not(:disabled):not(.disabled) {
  cursor: pointer;
  opacity: 1 !important;
}

.project_modal .modal-header .btn-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.project_modal .modal-header button {
  background: var(--e-global-color-accent);
  opacity: 1;
  position: absolute;
  right: 7px;
  top: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  outline: none;
}

.project_modal .btn-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.project_modal button.btn-close {
  border: 0;
  -webkit-appearance: none;
}

.project_modal button {
  text-transform: none;
  overflow: visible;
}

.project_modal .modal-header button i {
  color: var(--e-global-color-white);
  font-size: 18px;
  line-height: 18px;
  padding: 5px 5px;
  outline: none;
}

.project_modal .fa-x:before {
  content: "\58";
}

.project_modal .blog-model-con .modal-body {
  overflow-y: auto;
  padding-top: 0;
}

.project_modal .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
  padding-left: 30px;
  padding-right: 30px;
}

.project_modal .modal-body .blog-box-item {
  display: flex;
  align-items: center;
  border-radius: 0;
}

.project_modal .blog-box-item {
  background: var(--white-color);
  overflow: hidden;
}

.project_modal .modal-body .blog-img {
  float: left;
  width: 100%;
}

.project_modal .modal-body .blog-img figure {
  position: relative;
}

.project_modal .img-fluid {
  width: 100%;
  border-radius: 10px;
}

.project_modal .modal-content .project_content {
  padding: 40px 0 40px 20px;
}

.project_modal .modal-content .project_content h4 {
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--e-global-color-secondary);
}

.project_modal .modal-content .project_content .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  color: var(--e-global-color-text);
}

.project_modal .modal-content .project_content .properties {
  margin-bottom: 20px;
}

.project_modal .modal-content .project_content .properties ul {
  padding-left: 25px;
}

.project_modal .modal-content .project_content .properties li {
  margin-bottom: 8px;
  position: relative;
  color: var(--e-global-color-text);
}

.project_modal .modal-content .project_content .properties li:last-child {
  margin-bottom: 0;
}

.project_modal .modal-content .project_content .properties ul li .circle {
  font-size: 9px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  top: 4px;
  left: -25px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.project_modal .modal-content .project_content .primary_btn {
  padding: 16px 30px;
}

.project_modal .modal-content .project_content .primary_btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.service_detail {
  padding: 130px 0 120px;
}

.service_detail .main-box {
  position: relative;
}

.service_detail .main-box .image {
  margin-bottom: 30px;
}

.service_detail .main-box .image img {
  width: 100%;
  border-radius: 20px;
}

.service_detail .main-box h3 {
  font-size: 24px;
  line-height: 30px;
}

.service_detail .main-box p {
  margin-bottom: 10px;
}

.service_detail .main-box .text2 {
  margin-bottom: 20px;
}

.service_detail .main-box .list {
  margin-bottom: 20px;
}

.service_detail .main-box .list li {
  margin-bottom: 6px;
  padding-left: 28px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  color: var(--e-global-color-text);
}

.service_detail .main-box .list li i {
  font-size: 9px;
  height: 16px;
  width: 16px;
  line-height: 17px;
  top: 2px;
  left: 0;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  display: inline-block;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-white);
}

.error_page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--e-global-color-very-pale-orange);
}

.error_page .error_content h1 {
  font-size: 140px;
  line-height: 140px;
  margin-bottom: 40px;
  color: var(--e-global-color-secondary);
}

.error_page .error_content .text {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--e-global-color-secondary);
}

.error_page .error_content .text2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--e-global-color-text);
}

.error_page .error_content .back_home {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 21px 30px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.error_page .error_content .back_home:hover {
  color: var(--e-global-color-white);
  background: var(--e-global-color-secondary);
}

.error_page .error_content .back_home i {
  font-size: 12px;
  margin-right: 10px;
  transition: all 0.8s ease-in-out;
  color: var(--e-global-color-white);
}

.comingsoon_outer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
  background-color: var(--e-global-color-very-pale-orange);
}

.comingsoon_outer .logo_outer {
  margin-bottom: 70px;
}

.comingsoon_outer .logo_outer img {
  width: 127px;
}

.comingsoon_outer .comingsoon_section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.comingsoon_outer .sub_banner_content h1 {
  font-size: 90px;
  line-height: 92px;
  margin-bottom: 30px;
  color: var(--e-global-color-secondary);
}

.comingsoon_outer .sub_banner_content p {
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--e-global-color-text);
}

.comingsoon_outer .sub_banner_content form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comingsoon_outer .sub_banner_content .form-group {
  margin-bottom: 30px;
}

.comingsoon_outer .sub_banner_content input {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 14px 16px;
  width: 540px;
  position: relative;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-white);
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
  border: 1px solid #fff0;
  border-radius: 25px;
  overflow: visible;
  outline: none;
}

.comingsoon_outer .sub_banner_content button {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 14px 30px;
  height: 100%;
  top: 0;
  right: -5px;
  border-radius: 0 25px 25px 0;
  position: absolute;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  overflow: visible;
  outline: none;
  transition: all 0.8s ease-in-out;
}

.comingsoon_outer .sub_banner_content input:focus {
  border: 1px solid var(--e-global-color-accent);
}

.comingsoon_outer .sub_banner_content button:hover {
  color: var(--e-global-color-white);
  background: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
}

.comingsoon_outer .sub_banner_content .social-icon li {
  display: inline-block;
  margin: 0 4px;
}

.comingsoon_outer .sub_banner_content .social-icon li:first-child {
  margin-left: 0;
}

.comingsoon_outer .sub_banner_content .social-icon li:last-child {
  margin-right: 0;
}

.comingsoon_outer .sub_banner_content .social-icon a {
  transition: all 0.8s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon i {
  font-size: 16px;
  height: 38px;
  width: 38px;
  line-height: 36px;
  border-radius: 100px;
  text-align: center;
  color: var(--e-global-color-accent);
  background-color: #fff0;
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon a:hover i {
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0, -100%) scale(0, 0);
  -moz-transform: translate(0, -100%) scale(0, 0);
  -ms-transform: translate(0, -100%) scale(0, 0);
  -o-transform: translate(0, -100%) scale(0, 0);
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: #fff;
  background-color: #fff0;
  border-top: none;
  border-bottom: 2px solid rgb(255 255 255 / 0.5);
  border-left: 0 solid #fff0;
  border-right: 0 solid #fff0;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  outline: none;
  padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  content: "\f00d";
  background-image: url(../images/close.png);
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover {
  color: var(--e-global-color-accent);
  cursor: pointer;
  text-shadow: none;
}

#button {
  display: inline-block;
  background-color: var(--e-global-color-accent);
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 60px;
  right: 80px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}

#button::after {
  content: "\f062";
  font-family: "Font Awesome 5 free";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button:hover {
  transform: translateY(-5px);
}

@-webkit-keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);
  }

  to {
    box-shadow: 0 0 0 35px rgb(250 87 51 / 0.01);
  }
}

@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);
  }

  to {
    box-shadow: 0 0 0 35px rgb(250 87 51 / 0.01);
  }
}

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: var(--e-global-color-accent);
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: var(--e-global-color-accent);
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

.login-form {
  min-height: 100vh;
  background-color: var(--e-global-color-very-pale-orange);
}

.login-form .login-form-title {
  margin-bottom: 40px;
}

.login-form .login-page-logo {
  margin-bottom: 25px;
}

.login-form .login-form-box {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

.login-form .login-card {
  padding: 30px;
  margin-bottom: 30px;
  line-height: 0.8;
  border: 1px solid rgb(24 26 23 / 10%);
  background: var(--e-global-color-white);
  border-radius: 10px;
}

.login-form .login-card label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 13px;
}

.login-form .login-card .input-field {
  font-size: 16px;
  font-weight: 500;
  height: 61px;
  width: 100%;
  line-height: 58px;
  padding: 0 21px;
  border-radius: 5px;
  background: #fff0;
  color: var(--e-global-color-text);
  border: 2px solid rgb(24 26 23 / 10%);
}

.login-form .login-card .input-field:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid var(--e-global-color-accent);
}

.login-form .login-card .form-group {
  margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 15px;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
}

.login-form .login-card .btn-primary:hover {
  color: var(--e-global-color-white);
  background: var(--e-global-color-secondary);
}

.login-form .login-card .forgot-password {
  color: var(--e-global-color-secondary);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
  text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
  font-size: 18px;
  line-height: 18px;
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
  text-decoration: underline;
}

.login-form .login-card .select-option option {
  font-size: 16px;
  color: #000;
}

.login-form .form_style::placeholder {
  color: var(--createform-border-color);
  opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
  color: var(--createform-border-color);
}

.login-form .form_style::-ms-input-placeholder {
  color: var(-);
}

.sign-up-form {
  padding: 70px 0;
}

.sign-up-form .login-form-box {
  width: 700px;
}

.sign-up-form .login-card label small {
  font-size: 14px;
}

.sign-up-form .login-card .select-option {
  padding: 0 40px 0 21px;
  -webkit-appearance: none;
  background-repeat: no-repeat !important;
  background-position: 96.5% 26px !important;
  background-image: url(../images/dropdown-arrow.png) !important;
}

.sign-up-form .login-card .select-option:focus {
  outline: none;
  box-shadow: none;
}
