:root {
  --dark-gold: #918b4a;
  --custom-gray: #666666;
  --gray-30: #4d4d4d;
  --gray: #808080;
}

@font-face {
  font-family: Cormorant-Garamond-Regular;
  src: url(../fonts/cormorant-garamond/CormorantGaramond-Regular.ttf);
}

@font-face {
  font-family: Cormorant-Garamond-SemiBold;
  src: url(../fonts/cormorant-garamond/CormorantGaramond-SemiBold.ttf);
}

@font-face {
  font-family: Cormorant-Garamond-Bold;
  src: url(../fonts/cormorant-garamond/CormorantGaramond-Bold.ttf);
}

@font-face {
  font-family: Cormorant-Garamond-Medium;
  src: url(../fonts/cormorant-garamond/CormorantGaramond-Medium.ttf);
}

@font-face {
  font-family: Cormorant-Garamond-Light;
  src: url(../fonts/cormorant-garamond/CormorantGaramond-Light.ttf);
}

@font-face {
  font-family: Number-Font;
  src: url(../fonts/garamond.ttf);
}

@font-face {
  font-family: LeagueSpartan;
  src: url(../fonts/LeagueSpartan-VariableFont_wght.ttf);
}


@font-face {
  font-family: OrangeSquash;
  src: url(../fonts/cormorant-garamond/CormorantGaramond-Bold.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

/* general style */
.dark-gold {
  color: var(--dark-gold);
}

.custom-gray {
  color: var(--custom-gray);
}

.gray-30 {
  color: var(--gray-30);
}

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

.mt-row {
  margin-top: 100px;
}

.font-8pt {
  font-size: 8pt;
}

.font-9pt {
  font-size: 9pt;
}

.font-48 {
  font-size: 48px;
}

.font-60 {
  font-size: 60px;
}

body {
  font-family: Cormorant-Garamond-Regular;
  color: #212529;
  font-size: 20px;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover {
  font-family: "Cormorant-Garamond-SemiBold" !important;
  background-color: #b38b6d;
}

.btn:hover H3 {
  font-weight: 800;
}

/* end general style */

/* Navbar */

.my-nav {
  position: absolute;
  z-index: 16;
  width: 100%;
}

.my-nav.scrolled {
  transition: background-color 200ms linear;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(3px);
}

.my-nav .nav-extra-button {
  margin: 10px 10px 10px auto;
  padding: 9px 10px;
  font-family: LeagueSpartan;
  background: #c9303b;
  color: #ffffff !important;
}

.my-nav::before {
  content: "";
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  width:150px !important;
}

.navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 25%;
  height: 50%;
  border-right: 2px solid #c9303b;
}

.navbar-nav .nav-item:nth-last-child(-n + 2)::after {
  border-right: none;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link {
  color: white;
  font-family: LeagueSpartan;
  font-size: 18px;
}

.navbar-nav .nav-item .nav-link {
  padding: 12px 1rem 10px;
  margin: 0px 10px;
  font-weight: 400;
  color: white;
  font-family: LeagueSpartan;
  font-size: 18px;
  width: 180px; /* 140px 130px */
  text-align: center;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
   color: #c9303b;
   font-family: LeagueSpartan;
   font-size: 18px;
   font-weight: 550;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #c9303b;
  font-weight: 550;
}
.dropdown-menu{
  top: 75%;
  right: 0;
}
.hindi{
  font-size: 16px;
}
@media (min-width: 992px) {
  .width-200 {
    width: 200px !important;
  }
}

@media screen and (min-width: 1600px) {
}

@media (max-width: 992px) {

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    /* background-color: #c9303b; */
    color: #c9303b;
    border-radius: 10px;
    border: none;
    font-weight: 700;
  }
}

.custom-nav-menu {
  background-color: #c9303b;
  border-radius: 10px;
  line-height: 18px;
  text-align: center;
}

.custom-nav-menu .nav-link {
  color: white !important;
  text-transform: uppercase;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  width: 120px !important;
}

.custom-nav-menu.nav-link:focus,
.custom-nav-menu.nav-link:hover {
  font-weight: 700;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #c9303b;
  font-weight: 700;
}

/* End Navbar */

/* home page offer section */

.offer-baners a {
  bottom: 20px;
  border: 2px solid white;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 20px;
}

.offer-baners a IMG {
  width: 100px;
}

.offer-baners a.left {
  left: 120px;
}

.offer-baners a.right {
  right: 120px;
}

.offer-baners a:hover {
  background-color: #b38b6d;
  border-color: #b38b6d;
  text-decoration: none;
  font-family: Cormorant-Garamond-SemiBold;
}

.offer-baners a:hover H3 {
  font-family: Cormorant-Garamond-SemiBold;
}

.card.right:hover {
  background-color: #b38b6d;
  border-color: #b38b6d;
  font-family: Cormorant-Garamond-SemiBold;
}

.card.right:hover .card-body H3 {
  font-family: Cormorant-Garamond-SemiBold;
}

.card.left:hover {
  background-color: #b38b6d;
  border-color: #b38b6d;
  font-family: Cormorant-Garamond-SemiBold;
}

.card.left:hover .card-body H3 {
  font-family: Cormorant-Garamond-SemiBold;
}

.offer-baners .offer-img {
  border-radius: 30px;
}

/* END home page offer section */

/* home page header slider */

.carousel-item {
  height: 100vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 0.7s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.listmonk-form .form-group input[type="submit"] {
  font-size: 23px;
  color: #808080;
  font-family: "Cormorant-Garamond-Regular";
  border-bottom: 2px solid #808080 !important;
}

.listmonk-form .form-group input[type="submit"]:hover {
  font-family: "Cormorant-Garamond-SemiBold";
}

#carouselExampleFade .carousel-control-prev,
#carouselExampleFade .carousel-control-next {
  /* display: none; */
}

#carouselExampleFade .carousel-indicators {
  gap: 20px;
  /* left: 50%;
  right: auto;
  background-color: #c3c3c387;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateX(-50%);
  margin: 16px auto; */
}

#carouselExampleFade .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.custom-container {
  align-items: stretch !important;
  padding-bottom: 10px;
}

#guestowl .owl-dots {
  margin-top: 30px;
}

#guestowl .item IMG.desktop-view {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#guestowl .item .guest-comment {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mobile-view {
  display: none !important;
}

#logo-img {
  width: 150px;
}

/* About Section */
.about-text {
  font-size: 20px;
  line-height: 1.5;
  color: #212529;
}

#about .about-text {
  text-align: center;
}

/* Retreat Offer CSS */
.card-title {
  font-family: Cormorant-Garamond-Regular;
  font-size: 45px;
  line-height: 35px;
  color: #808080;
}

.font-35 {
  font-size: 35px;
}

.card-text {
  font-size: 20px;
  color: #808080;
  line-height: 24px;
}

.number-font {
  font-family: Number-Font;
}

.card-img-top {
  width: 60px;
  margin-top: 35px;
}

.card-href {
  font-size: 22px;
  text-decoration: none;
  color: #808080;
}

.hr-border {
  padding-top: 0px;
  margin-bottom: 10px;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

/* Raga Retreat section */

#retreats .card-footer {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

#retreats .card-footer A.btn {
  border-radius: 0;
  border-left: none;
}

#retreats .card-footer A.btn:hover {
  background-color: #b38b6d;
  font-family: "Cormorant-Garamond-SemiBold";
  color: white;
}

#retreats .card-footer A.btn:first-child {
  border-bottom-left-radius: 10px;
}

#retreats .card-footer A.btn:last-child {
  border-bottom-right-radius: 10px;
}

#retreats .heading-title .btn {
  font-weight: 100;
  font-size: 24px;
  font-family: Cormorant-Garamond-Regular;
}

#retreats .heading-title .btn:hover {
  font-weight: 100;
  font-family: Cormorant-Garamond-SemiBold;
}

#retreats .card {
  position: absolute;
  right: 35px;
  bottom: 17px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  width: 260px;
  min-height: 200px;
}

#retreats .card-img-top {
  position: absolute;
  width: 95px;
  right: 10px;
  bottom: 30px;
}

#retreats .number-font {
  font-family: Number-Font;
  font-size: 18px;
}

#retreats #img1 {
  position: absolute;
  width: 125px;
  right: 10px;
  bottom: 40px;
}

#retreats .card-title {
  font-family: Cormorant-Garamond-Bold;
  font-size: 25px;
  line-height: 25px;
  color: #636262;
}

.heading-title {
  font-family: Cormorant-Garamond-Bold;
  font-size: 32px;
  color: #BB906B;
}

#retreats .heading-title .btn {
  font-size: 18px;
}

#retreats .card-text {
  font-size: 21px;
  color: #212529;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 10px;
}

#retreats a {
  font-size: 17px;
  text-decoration: none;
}

.top-right-border {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.top-border {
  border-top: 1px solid #aaa;
}

#retreatrs h3 {
  color: #7f8799;
}

.color2 {
  color: #848484;
}

/* News Letter */
#news-letter h3 {
  font-family: OrangeSquash;
  color: #ab7c67;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
}

#news-letter p {
  font-size: 20px;
  color: #212529;
  line-height: 1.4;
}

#news-letter a {
  border-bottom: 2px solid #808080 !important;
  font-size: 24px;
  color: #808080;
  line-height: 1;
}

#news-letter .title {
  font-family: OrangeSquash;
  color: #4e4e4e;
  font-size: 32px;
}

/* wellbeing approch */
#wellbeing-approach img {
  width: 80px;
  margin-bottom: 5px;
}

#wellbeing-approach p {
  font-size: 18px;
  line-height: 1.4;
}

#wellbeing-approach h3 {
  color: #666666;
  font-size: 25px;
  font-family: OrangeSquash;
}

/* magazine-features */
#magazine-features .owl-carousel .item IMG {
  aspect-ratio: 3/2;
  object-fit: contain;
  margin: auto;
}

#magazine-features .btn {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
}

#magazine-features .btn:hover {
  font-family: "Cormorant-Garamond-SemiBold";
  color: white;
  border-color: #b38b6d;
}

#magazine-features .owl-theme .owl-dots,
#magazine-features .owl-theme .owl-nav {
  margin-top: 20px;
}

#magazine-features .owl-carousel .owl-item .item {
  padding: 0 10px;
  margin: 0 45px;
}

#magazine-features .owl-carousel .owl-item img {
  display: block;
}

/* Look Book */
#lookbook .card {
  position: absolute;
  left: 30px;
  bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
  width: 300px;
  border: none;
}

#lookbook .card-text {
  font-family: OrangeSquash;
  font-size: 25px;
  line-height: 25px;
  color: #808080;
}

#lookbook .card-footer {
  padding: 0px;
}

#lookbook .card-footer A.btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#lookbook .card-footer A.btn:hover {
  color: white;
  background-color: #b38b6d;
}

/* guest stories */
#guest-stories-card {
  position: absolute;
  right: 135px;
  bottom: 25px;
  border-radius: 20px;
  background-color: #fff;
  width: 300px;
}

#guest-stories-card .card-footer {
  padding: 0;
  background-color: transparent;
}

#guest-stories-card .card-footer A.btn {
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 0;
}

#guest-stories-card .card-footer A.btn:hover {
  background-color: #b38b6d;
  color: white;
}

#guest-stories .card-img-top {
  width: 100px;
  margin-top: 25px;
}

#guest-stories .card-text {
  font-size: 22px;
  color: #212529;
  line-height: 20px;
}

#guest-stories a {
  font-size: 22px;
  color: #808080;
}

#guest-stories .card-title {
  font-family: OrangeSquash;
  color: #ab7c67;
  font-size: 45px;
  line-height: 32px;
}

/* guest-experience */
.bg-color {
  background-color: #f9f5f4;
}

#guest-experience .card {
  border: none;
}

#guest-experience img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#guest-experience .card-img-top {
  width: 90px;
  border-bottom: 1px solid;
  border-bottom-color: #808080;
  padding-bottom: 20px;
  margin-top: 15px;
  border-bottom-left-radius: 0px
}

#guest-experience .card-text {
  font-size: 16px;
  line-height: 1.2;
}

#guest-experience .col-md-5 {
  background-color: #f9f5f4;
}

/* footer css */
footer {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  color: #212529;
}

footer a:hover {
  font-family: Cormorant-Garamond-SemiBold;
  font-size: 18px;
  line-height: 1.5;
  color: #212529;
}

footer h5 {
  font-family: Cormorant-Garamond-SemiBold;
  font-size: 20px;
  color: #212529;
}

footer .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid gray;
  border-radius: 0px;
  padding: 0px;
  border-bottom-style: inset;
  font-size: 18px;
}

footer .form-control:focus {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid gray;
  border-radius: 0px;
  padding: 0px;
  border-bottom-style: inset;
  font-size: 18px;
}

footer input {
  border: none;
  background-color: transparent;
  font-size: 23px;
  padding: 0px;
  font-family: Cormorant-Garamond-SemiBold;
}

footer input::placeholder {
  color: #ccc !important;
  /* You can also set the color */
}

footer input::-ms-input-placeholder {
  color: #ccc !important;
  /* You can also set the color */
}

.footer-policy-links {
  color: #212529;
}

.footer-policy-links A {
  color: #212529;
  text-decoration: none;
}

button:focus {
  outline: none;
}

.fa-lg {
  font-size: 30px;
  line-height: 0;
  vertical-align: 0;
}

/* Retreat Page */
#about-retreat p {
  font-size: 20px;
  text-align: justify;
  line-height: 1.4;
}

.retreat-form {
  background-color: #f9f5f4;
  border: 3px solid #f9f5f4;
  border-radius: 15px;
  padding: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.short-stay-modal-btn {
  color: #212529;
  display: block;
  background-color: #f9f5f4;
  border: 1.5px solid #bb906b;
  margin: 0;
  padding: 4px 10px;
  width: 100%;
  font-size: 18px;
  font-family: Cormorant-Garamond-SemiBold;
}

.short-stay-select {
  color: #212529;
  display: block;
  background-color: #f9f5f4;
  border: 1.5px solid #bb906b;
  margin: 0;
  padding: 4px 10px;
  width: 100%;
  font-size: 18px;
  font-family: Number-Font;
}

.font-fix {
  font-family: Number-Font !important; 
  font-style: normal !important;
  font-weight: normal !important;
  color: #212529 !important;
}

.booknow-btn {
  border-bottom: 1px solid;
  border-bottom-color: #212529;
  font-size: 22px;
  text-decoration: none;
  padding-bottom: 1px;
  color: #212529;
  border-left: none;
  border-top: none;
  border-right: none;
  cursor: pointer;
  background-color: transparent;
}

.booknow-btn:hover {
  border-bottom: 1px solid;
  border-bottom-color: #212529;
  font-size: 22px;
  text-decoration: none;
  padding-bottom: 1px;
  color: #212529;
  font-family: Cormorant-Garamond-SemiBold;
  border-left: none;
  border-top: none;
  border-right: none;
  /* background-color: #f9f5f4; */
}

.booknow-btn:focus {
  box-shadow: none;
  outline: none;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  font-size: 18px;
  color: #212529;
  font-family: Cormorant-Garamond-SemiBold;
  min-width: 75px;
}

.row-class {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
}

.col-class {
  display: flex;
  padding: 0;
  padding-left: 20px;
  align-items: center;
  width: 100%;
}

#retreat-page .card-footer {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

#retreat-page .card-footer A.btn {
  border-radius: 0;
  border-left: none;
  font-size: 18px;
}

#retreat-page .card-footer A.btn:hover {
  background-color: #b38b6d;
  font-family: "Cormorant-Garamond-SemiBold";
  color: white;
}

#retreat-page .card-footer A.btn:first-child {
  border-bottom-left-radius: 10px;
}

#retreat-page .card-footer A.btn:last-child {
  border-bottom-right-radius: 10px;
}

#retreat-page .card-img {
  margin: 0px;
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

#retreat-page .card {
  width: 100%;
  border-radius: 15px;
  background-color: #f9f5f4;
  min-height: 540px;
  margin-top: 30px;
  border: none;
}

#retreat-page .card-title {
  font-family: OrangeSquash;
  font-size: 28px;
  line-height: 28px;
  color: #636262;
  margin-top: 15px;
}

#retreat-page .card-img-top {
  position: static;
  width: 120px;
  margin: 0;
}

#retreat-page .card-text {
  font-size: 22px;
  color: #212529;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: Cormorant-Garamond-SemiBold;
}

#retreat-page .card-text-1 {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  padding-right: 0;
  color: #212529;
}

.div-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#retreat-page .color2 {
  color: #848484;
}

.book-btn {
  color: #212529;
  font-size: 18px;
  text-decoration: none;
}

.book-btn:hover {
  color: #212529;
  font-size: 18px;
  font-family: Cormorant-Garamond-SemiBold;
}

/* Modal CSS */
.close {
  margin-right: 20px;
  font-size: 40px;
}

.modal-content {
  border-radius: 15px;
}

/* Our Team Page */
#our-team h3 {
  font-family: Cormorant-Garamond-SemiBold;
  font-size: 28px;
  color: #885B3A;
}

#our-team h4 {
  font-size: 20px;
  line-height: 1.1;
}

#our-team p {
  font-size: 18px;
  line-height: 1.4;
  color: #212529;
}

.hr-title {
  border-top: 2px solid #885B3A;
  width: 50px;
  width: 50%;
}

.video-margin {
  margin-top: 5px;
}

.video-text {
  text-align: center;
  font-size: 18px;
}

.video-text:hover {
  text-decoration: none;
}

.video-image {
  width: 100%
}

/* FAQ Page */
.panel {
  background-color: transparent;
  border: unset;
  border-radius: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.panel-heading {
  padding: 10px 3px;
}

.border-list {
  border-radius: 0 !important;
}

.panel-body {
  padding: 15px 5px;
}

.panel-group .panel-heading {
  border-bottom: 1px #212529;
  padding-bottom: 0;
}

.border-list {
  border-top: 1px solid #E9DBCE;
}

#accordion h3 {
  color: #c9303b;
  font-size: 18px;
  font-family: 'Cormorant-Garamond-SemiBold';

}

#accordion h4 {
  font-size: 20px;
  font-family: 'Cormorant-Garamond-Bold';

}

ul {
  font-size: 20px;
  line-height: 1.5;
}

.offering-img {
  border-radius: 10px;
  width: 100%;

}

.faq-right-aero {
  float: right;
  width: 10px;
  ;
  padding-top: 5px;
}

.faq-right-image {
  float: right;
  width: 90px;
  margin-right: 30px;
  /* position: absolute;
  right:60px;
  top: 40px; */
}
/* Offering page */

#offering-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#offering-menu li {
  padding: 0;
  margin-bottom: 5px;
  cursor: pointer;
}

#offering-menu li A {
  text-decoration: none;
  color: #000000;
  width: 100%;
  display: block;
  padding: 5px 15px;
}

#offering-menu li:hover,
#offering-menu li.active {
  color: #fff;
  background-color: #6F5541;
  border-radius: 5px;
  border-bottom-color: transparent;
}

#offering-menu li:hover A,
#offering-menu li.active A {
  color: #fff;
}

#offering-menu li:last-child {
  border-bottom: none;
}

.offering-page-title {
  color: #BB906B;
  font-family: Cormorant-Garamond-bold;
}

.offering-sub-title {
  font-family: Cormorant-Garamond-bold;
  color: #666666;
}

.offering-sub-title-2 {
  font-family: Cormorant-Garamond-bold;
  color: #666666;
}

.offering-links {
  font-family: Cormorant-Garamond-Regular;
  text-decoration: underline;
  color: #212529;
}

.offering-links:hover {
  font-family: Cormorant-Garamond-bold;
  text-decoration: underline;
  color: #212529;
}

#magazine-features .owl-carousel .owl-item .item {
  padding: 0 10px;
  margin: 0 5px;
}
.footer-right-img{
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .navbar-nav .nav-item::after {
    border-right: none;
  }

  .custom-nav-menu {
    border-radius: 10px;
    padding-bottom: 0;
  }

  .custom-container {
    align-items: center !important;
  }

  .custom-nav-menu .nav-link {
    width: auto;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .nav-item {
    display: list-item;
    text-align: -webkit-match-parent;
  }

  .dropdown-menu {
    border-radius: 10px;
  }
}
/* Small Screen View */
@media screen and (min-width: 900px) and (max-width: 1366px) {
   .mt-row {
    margin-top: 50px;
  }
}
/* Tablet View */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .footer-policy-links {
    font-size: 1.1rem;
  }
  #carouselExampleFade .carousel-indicators {
      bottom: 20px;
  }
  .my-nav:has(.collapse.show) {
    transition: background-color 200ms linear;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(1px);
  }

  .navbar-nav .nav-item .nav-link {
    width: 100%;
  }

  .custom-container {
    align-items: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .custom-nav-menu {
    border-radius: 0;
    padding-bottom: 0;
  }

  .desktop-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../img/mobile/menu.svg);
  }

  #logo-img {
    width: 100px;
  }

  .mt-row {
    margin-top: 50px;
  }

  .about-text {
    font-size: 18px;
    line-height: 1.5;
    color: #212529;
    text-align: left;
  }

  #carouselExampleFade IMG.mobile-view {
    width: 100px;
  }

  /* Retreat Offer CSS */
  .offer-baners .offer-img {
    border-radius: 20px;
  }

  .offer-baners a {
    width: 200px;
    height: 200px;
  }

  .offer-baners a.left {
    left: 120px;
  }

  .offer-baners a.right {
    right: 120px;
  }

  .offer-baners a IMG {
    width: 70px;
  }

  .retreat-form {
    background-color: #f9f5f4;
    border-radius: 10px;
    padding: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .card-img-top {
    width: 35px;
    margin-top: 20px;
  }

  .card-title {
    font-family: OrangeSquash;
    font-size: 28px;
    line-height: 28px;
    color: #808080;
  }

  .card-text {
    font-size: 16px;
    color: #808080;
    line-height: 18px;
  }

  /* Raga Retreat  */
  #retreats .card {
    position: absolute;
    right: 25px;
    bottom: 15px;
    border-radius: 10px;
    background-color: #fff;
    width: 215px;
    min-height: 150px;
  }

  #retreats .card-img-top {
    position: absolute;
    width: 56px;
    right: 10px;
    bottom: 40px;
  }

  #retreats #img1 {
    position: absolute;
    width: 90px;
    right: 10px;
    bottom: 40px;
  }

  #retreats .card-text {
    font-size: 17px;
    color: #212529;
    text-align: left;
    position: absolute;
    left: 20px;
    bottom: 10px;
  }

  #retreats .card-title {
    font-family: OrangeSquash;
    font-size: 22px;
    line-height: 22px;
    color: #808080;
  }

  /* News Letter */
  #news-letter .title {
    font-family: OrangeSquash;
    color: #4e4e4e;
    font-size: 30px;
  }

  #news-letter p {
    font-size: 18px;
    line-height: 18px;
    color: #4d4d4d;
  }

  #news-letter a {
    border-bottom: 1px solid;
    border-bottom-color: #808080;
    font-size: 22px;
    text-decoration: none;
    padding-bottom: 1px;
    color: #808080;
    font-weight: 600;
  }

  #news-letter h3 {
    font-family: OrangeSquash;
    color: #ab7c67;
    font-size: 30px;
  }

  #magazine-features .owl-carousel .owl-dots {
    margin-top: 20px;
  }

  #magazine-features .owl-carousel .owl-nav {
    display: none;
  }

  /* guest stories  */
  #guest-stories-card {
    position: absolute;
    right: 40px;
    bottom: 10px;
    border-radius: 20px;
    background-color: #fff;
    width: 240px;
    height: auto;
  }


  #guest-stories .card-img-top {
    position: absolute;
    width: 60px;
    right: 30px;
    bottom: 90px;
    margin: 0px;
  }

  #guest-stories .card-text {
    color: #808080;
    line-height: 17px;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
  }

  hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  #guest-stories .card-title {
    font-family: OrangeSquash;
    color: #ab7c67;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    margin: 0px;
  }

  #guest-stories a {
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 1px;
    font-weight: 600;
  }

  /* guest-experience */
  #guest-experience .card-text {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    min-height: 350px;
  }

  #guest-experience img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  #guestowl .item .guest-comment {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  #guest-experience .card-img-top {
    width: 90px;
    border-bottom: 1px solid;
    border-bottom-color: #808080;
    padding-bottom: 15px;
    margin-top: 15px;
  }

  .row-class {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: row;
  }

  .col-class {
    display: flex;
    padding: 0;
    padding-left: 10px;
    align-items: center;
    width: 100%;
  }

  #checkindate1 {
    font-size: 15px;
  }

  /* footer css */
  footer .col-sm-4 {
    width: 50%;
  }

  footer {
    text-align: center;
  }

  .heading-title {
    font-size: 24px;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
  .font-35 {
    font-size: 28px;
  }
  #offering-menu {
    margin-bottom: 20px;
  }

  #offering-menu li {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px 10px;
    padding: 0;
  }

  #offering-menu li:last-child {
    border-bottom: 1px solid #ccc;
  }

  #offering-menu li A {
    padding: 5px 10px;
  }

  /* Our Team Page */
  #our-team h3 {
    font-family: Cormorant-Garamond-SemiBold;
    font-size: 24px;
    color: #885B3A;
  }

  #our-team h4 {
    font-size: 18px;
    line-height: 1.1;
  }
  .footer-right-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    transform: translateY(-50%);

  }
}
/* 1024 px */
 @media (min-width: 768px) and (max-width: 1024px) {
  .custom-col {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%; /* Ensure full width */
  }

  .custom-container {
      max-width: 1024px;
      width: 100%;
      margin: 0 auto;
  }
  .offer-baners a.left {
    left: 120px;
  }
  .offer-baners a.right {
    right: 120px;
  }
  #guest-stories-card{
    right:120px !important;
  }
  #guest-stories .mobile-view{
    display: none !important;
  }
  #guest-stories .desktop-view{
    display: inline !important;
  }
} 





/* Mobile Layout */
@media only screen and (max-width: 599px) {
  .my-nav .nav-extra-button {
    margin: 0px;
    padding: 8px;
    font-family: LeagueSpartan;
    background: #c9303b;
    color: #ffffff !important;
  }
  .footer-right-img{
      position: absolute;
      top: 0;
      right: 0;
      width: 90px;
      transform: translateY(-50%);
  }
  #carouselExampleFade .carousel-indicators {
      bottom: 20px;
  }
  .my-nav:has(.collapse.show) {
    transition: background-color 200ms linear;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(1px);
  }

  .navbar-nav .nav-item .nav-link {
    width: 100%;
  }

  .custom-container {
    align-items: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .custom-nav-menu {
    border-radius: 0;
    padding-bottom: 0;
  }

  .desktop-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../img/mobile/menu.svg);
  }

  #logo-img {
    width: 100px;
  }

  .mt-row {
    margin-top: 50px;
  }

  .about-text {
    font-size: 18px;
    line-height: 1.5;
    color: #212529;
    text-align: left;
  }

  #carouselExampleFade IMG.mobile-view {
    width: 100px;
  }

  /* Retreat Offer CSS */
  .offer-baners .offer-img {
    border-radius: 20px;
  }

  .offer-baners a {
    width: 200px;
    height: 200px;
  }

  .offer-baners a.left {
    left: 50px;
  }

  .offer-baners a.right {
    right: 50px;
  }

  .offer-baners a IMG {
    width: 70px;
  }

  .retreat-form {
    background-color: #f9f5f4;
    border-radius: 10px;
    padding: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .card-img-top {
    width: 35px;
    margin-top: 20px;
  }

  .card-title {
    font-family: OrangeSquash;
    font-size: 28px;
    line-height: 28px;
    color: #808080;
  }

  .card-text {
    font-size: 16px;
    color: #808080;
    line-height: 18px;
  }

  /* Raga Retreat  */
  #retreats .card {
    position: absolute;
    right: 25px;
    bottom: 15px;
    border-radius: 10px;
    background-color: #fff;
    width: 215px;
    min-height: 150px;
  }

  #retreats .card-img-top {
    position: absolute;
    width: 56px;
    right: 10px;
    bottom: 40px;
  }

  #retreats #img1 {
    position: absolute;
    width: 90px;
    right: 10px;
    bottom: 40px;
  }

  #retreats .card-text {
    font-size: 17px;
    color: #212529;
    text-align: left;
    position: absolute;
    left: 20px;
    bottom: 10px;
  }

  #retreats .card-title {
    font-family: OrangeSquash;
    font-size: 22px;
    line-height: 22px;
    color: #808080;
  }

  /* News Letter */
  #news-letter .title {
    font-family: OrangeSquash;
    color: #4e4e4e;
    font-size: 30px;
  }

  #news-letter p {
    font-size: 18px;
    line-height: 18px;
    color: #4d4d4d;
  }

  #news-letter a {
    border-bottom: 1px solid;
    border-bottom-color: #808080;
    font-size: 22px;
    text-decoration: none;
    padding-bottom: 1px;
    color: #808080;
    font-weight: 600;
  }

  #news-letter h3 {
    font-family: OrangeSquash;
    color: #ab7c67;
    font-size: 30px;
  }

  #magazine-features .owl-carousel .owl-dots {
    margin-top: 20px;
  }

  #magazine-features .owl-carousel .owl-nav {
    display: none;
  }

  /* guest stories  */
  #guest-stories-card {
    position: absolute;
    right: 40px;
    bottom: 10px;
    border-radius: 20px;
    background-color: #fff;
    width: 240px;
    height: auto;
  }


  #guest-stories .card-img-top {
    position: absolute;
    width: 60px;
    right: 30px;
    bottom: 90px;
    margin: 0px;
  }

  #guest-stories .card-text {
    color: #808080;
    line-height: 17px;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
  }

  hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  #guest-stories .card-title {
    font-family: OrangeSquash;
    color: #ab7c67;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    margin: 0px;
  }

  #guest-stories a {
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 1px;
    font-weight: 600;
  }

  /* guest-experience */
  #guest-experience .card-text {
    font-size: 16px;
    line-height: 1.3;
    padding: 20px;
    min-height: 250px;
  }

  #guest-experience img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  #guestowl .item .guest-comment {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  #guest-experience .card-img-top {
    width: 90px;
    border-bottom: 1px solid;
    border-bottom-color: #808080;
    padding-bottom: 15px;
    margin-top: 15px;
  }

  .row-class {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: row;
  }

  .col-class {
    display: flex;
    padding: 0;
    padding-left: 10px;
    align-items: center;
    width: 100%;
  }

  #checkindate1 {
    font-size: 15px;
  }

  /* footer css */
  footer .col-sm-4 {
    width: 50%;
  }

  footer {
    text-align: center;
  }

  .heading-title {
    font-size: 24px;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 560px;
  }
  .font-35 {
    font-size: 28px;
  }
  #offering-menu {
    margin-bottom: 20px;
  }

  #offering-menu li {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px 10px;
    padding: 0;
  }

  #offering-menu li:last-child {
    border-bottom: 1px solid #ccc;
  }

  #offering-menu li A {
    padding: 5px 10px;
  }

  /* Our Team Page */
  #our-team h3 {
    font-family: Cormorant-Garamond-SemiBold;
    font-size: 24px;
    color: #885B3A;
  }

  #our-team h4 {
    font-size: 18px;
    line-height: 1.1;
  }
}

/* End Offering page */