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

body {
  font-weight: 500;
  font-family: "PT Serif", serif;
}

a {
  text-decoration: none;
}

.logo {
  height: 40px;
}

img.logo.logo-mobile {
  padding-top: 4px;
}

.nav-link {
  color: #fbac4c !important;
  font-size: 18px;
  margin: 0px 10px;
  font-weight: 500;
}

.dropdown-menu>li>a:hover {
  background-color: #fbac4c;
  color: #fff;
}

.icon-header {
  font-size: 15px;
}

.navbar-brand {
  font-size: 40px;
  color: #fbac4c;
  padding-top: 0px;
}

.fs-15 {
  font-size: 18px !important;
}

.navbar-brand:hover {
  font-size: 40px;
  color: #fbac4c;
  padding-top: 0px;
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    font-size: 30px;
    color: #fbac4c;
  }

  .navbar-brand:hover {
    font-size: 30px;
    color: #fbac4c;
  }

  .br-none {
    display: none;
  }

  .word-break {
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;
  }
}

.main-bg {
  background-color: #eee;
}

.main-button {
  background-color: #fbac4c;
  color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid #fbac4c;
}

.card-img-top {
  object-fit: cover;
  border-radius: 0px;
}

.new-header {
  position: sticky;
  top: 0;
  z-index: 1111;
}

h3 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h3 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h3 em {
  font-style: normal;
  font-weight: 600;
}

.one h3 {
  text-align: center;
  padding-bottom: 5px;
}

.one h3:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #fbac4c;
}

.one h3:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #fbac4c;
}

.bg-danger {
  background-color: #fbac4c !important;
}

.list-inline-item {
  font-size: 24px;
}

a.text-white.btn-sm.btn.btn-primary.mb-2 {
  font-size: 15px;
}

a.text-danger.btn-sm.btn.btn-light.mb-2 {
  font-size: 15px;
}

a.text-white.btn-sm.btn.btn-success.mb-2 {
  font-size: 15px;
}

.card-pic {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.card-pic img {
  width: 100%;
  height: 100%;
}

#carousel5 .owl-stage-outer {
  display: flex;
}

#carousel5 .owl-stage {
  display: flex;
  width: 100%;
}

#carousel5 .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}

/* Ensure cards within the owl-items stretch to fill the height */
#carousel5 .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#carousel5 .card-content {
  flex: 1 1 auto;
  /* Allows content to take up space and grow */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#carousel5 .card-content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#carousel5 .card-content p {
  margin-bottom: 20px;
}

.card-content {
  padding: 28px 25px 20px 25px;
  background-color: #fff;
}

.card-content .card-title {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.card-title-new {
  color: #080808;
  font-size: 28px;
}

.main-button:hover {
  background-color: #fff;
  color: #fbac4c;
  border: 1px solid #fbac4c;
}

.card-container {
  background-color: #fff;
  border-radius: 8px;
  margin: auto;

  overflow: hidden;
}

.card-image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background-size: cover;
}

.card-author {
  display: flex;
  align-items: center;
}

.card-author p {
  margin: 0 10px;
  font-size: 12px;
}

.card-author p:last-child {
  color: #888;
}

.card-author img {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  margin-top: auto;
}

.heading-cards {
  font-size: 20px;
}

.btn-whatsaap {
  position: fixed;
  left: 30px;
  bottom: 21px;
  z-index: 111;
}

.button-navlink {
  background-color: #fbac4c;
  color: #fff !important;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}

.main-banner {
  background-color: #fbac4c;
  border-radius: 20px;
}

.banner-image {
  width: 60%;
}

.banner-button {
  background-color: #fff;
  color: #fbac4c;
  padding: 10px 20px;
  border-radius: 5px;
}

.banner-button:hover {
  background-color: #fff;
  color: #fbac4c;
  padding: 10px 20px;
  border-radius: 5px;
}

.main-card {
  background-color: #fbac4c;
  color: #fff;
  border-radius: 10px;
}

.icon {
  background-color: #fff;
  color: #fbac4c;
  font-size: 40px;
  border-radius: 50%;
  padding: 15px;
}

.main-card:hover {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media screen and (max-width: 992px) {
  .mobile-view-silder {
    display: block !important;
  }

  .navbar-brand {
    font-size: 20px;
    color: #fbac4c;
  }

  .navbar-brand:hover {
    font-size: 20px;
    color: #fbac4c;
  }

  .logo {
    height: 35px;
  }

  .icon {
    background-color: #fff;
    color: #fbac4c;
    font-size: 25px;
    border-radius: 50%;
    padding: 9px;
  }

  .text-responsive {
    font-size: 17px;
  }

  .image-full-width {
    width: 100%;
    object-fit: contain;
    height: 150px;
    border-radius: 10px;
  }

  .mobile-card {
    padding: 15px 0px;
  }

  .rounded-new {
    text-align: center;
    width: 60% !important;
  }

  .text-responsive-new {
    font-size: 13px !important;
    margin: 3px;
  }

  .card-content {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
  }

  .card-title-new {
    font-size: 17px;
  }

  .font-p {
    font-size: 13px;
    color: #080808;
  }

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

  .logo-tab {
    display: none !important;
  }

  .desketop-view {
    display: none;
  }

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

  .Bg-fullbanner {
    background: #ffffff !important;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
  }

  a.nav-link {
    padding: 7px;
  }

  #order-first {
    order: 1 !important;
  }

  #order-second {
    order: 2 !important;
  }

  .image-astro {
    height: auto !important;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .raletive {
    position: relative !important;
  }

  .image-side1 {
    position: absolute !important;
    height: 104px;
    left: 1px;
    top: 85px;
    z-index: -1;
  }

  .image-side2 {
    position: absolute !important;
    height: 80px;
    right: 9px;
    top: 0px;
  }
}

.image-side3 {
  position: absolute !important;
  height: 85px;
  left: 0px;
  top: 26px;
}

.image-side4 {
  position: absolute !important;
  height: 62px;
  right: 12px;
  top: 7px;
}

.image-side7 {
  position: absolute !important;
  height: 83px;
  left: 2px;
  top: -13px;
}

.image-side5 {
  position: absolute !important;
  height: 51px;
  left: 20px;
  top: 20px;
}

.image-side6 {
  position: absolute !important;
  height: 83px;
  right: 38px;
  top: 0;
}

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

.tab-image {
  display: none !important;
}

.mobile-image {
  display: none;
}

.tab-image {
  display: block;
}

.mobile-card {
  background: #fbac4c;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #78443470;
}

.mobile-view {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
}

.navbar-toggler-icon {
  border: none !important;
}

button.navbar-toggler {
  border: none;
  font-size: 18px;
  float: right !important;
}

.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.card {
  border-radius: 10px !important;
}

.card-img-top {
  border-radius: 9px 9px 0px 0px;
}

.card-content {
  border-radius: 0px 0px 9px 9px;
}

.image-full {
  width: 100%;
  border-radius: 50%;
}

.rounded-new {
  text-align: center;
  margin: 0 auto !important;
  width: 50%;
}

.mobile-card-heading {
  font-size: 20px;
}

.image-border {
  border-radius: 10px;
}

.dropdown-item {
  color: #fbac4c !important;
}

.dropdown-item:hover {
  color: #fff !important;
}

.main-border {
  border: 1px solid #fbac4c !important;
  border-radius: 10px !important;
}

.logo-mobile {
  display: none;
}

.image-icon {
  width: 100%;
}

.banner-image-final {
  width: 100%;
}

.owl-dots {
  display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fbac4c !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.bg-for-conatier {
  background-color: #fbac4c;
  border-radius: 10px;
}

.raletive {
  position: relative !important;
}

.main-image-full-width {
  border-radius: 9px 9px 0px 0px;
}

.Bg-fullbanner {
  background: url("./image/Full-page-Background-New.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
}

.navbar {
  background-color: #ffffff !important;
}

/* SHIFT */
.nav-link {
  position: relative;
  z-index: 1;
}

.nav-link:hover {
  color: #fff !important;
}

.nav-link::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: ".";
  color: transparent;
  background: #fbac4c;
  visibility: none;
  opacity: 0;
  z-index: -1;
  border-radius: 10px;
}

.nav-link:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.nav-link a:focus {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.Mobile-view {
  display: none;
}

@media screen and (max-width: 400px) {
  .text-responsive {
    font-size: 14px;
  }

  .card-title-new {
    font-size: 14px;
  }

  .image-side2 {
    position: absolute !important;
    height: 65px;
    right: 9px;
    top: -12px;
  }

  .image-side4 {
    position: absolute !important;
    height: 72px;
    right: 4px;
    top: 20px;
  }

  .image-side5 {
    position: absolute !important;
    height: 51px;
    left: 1px;
    top: 20px;
  }

  .image-side6 {
    position: absolute !important;
    height: 80px;
    right: 28px;
    top: 3px;
  }
}

.card {
  background: transparent;
  border: none;
}

.background-color-about {
  background-color: #fff;
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.background-color-about h5 {
  color: #080808;
  font-size: 20px;
}

.background-color-about h1 {
  font-size: 40px;
  color: #fbac4c;
}

.About-heading-fullpage {
  vertical-align: middle;
  font-size: 20px;
  color: #fbac4c;
}

.About-heading-fullpage a {
  color: #fbac4c;
}

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

.main-image {
  width: 100%;
}

.main-image-banner {
  width: 100%;
}

.full-relative {
  position: relative !important;
}

.card-main {
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.card-main1 {
  width: 45%;
  position: absolute !important;
  top: 30%;
  right: 30px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.card-main2 {
  width: 45%;
  position: absolute !important;
  top: 30%;
  left: 30px;
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.card-small {
  padding: 30px 10px 30px 10px;
  border: 1px solid #fbac4c;
  border-style: solid;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  text-align: center;
  background-color: #fbac4c;
}

.bg-card {
  background-color: #fbac4c;
}

.black-bg {
  background-color: #080808;
  display: flex;
}

.icon-png {
  height: 80px;
}

.background-image-about {
  background-image: url("./image/Vairagi-1.png");
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  background-repeat: no-repeat;
}

.background-image-about1 {
  background-image: url("./image/Viaragi-2.png");
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  background-repeat: no-repeat;
}

.background-image-about2 {
  background-image: url("./image/Vairagi-3.png");
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .background-image-about2 {
    background-image: url(./image/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 50vh;
    background-repeat: no-repeat;
  }

  .background-image-about1 {
    background-image: url("./image/middle-bg4-1.jpg");
    background-position: center;
    background-size: cover;
    min-height: 50vh;
    background-repeat: no-repeat;
  }

  .background-image-about {
    background-image: url("./image/mahakal-hero.jpg");
    background-position: center;
    background-size: cover;
    min-height: 50vh;
    background-repeat: no-repeat;
  }
}

/* .active {
  background-color: #fbac4c;
  color: #fff !important;
  border-radius: 10px;

} */

.font-p {
  color: #080808 !important;
}

.author-name {
  color: #080808;
}

.bg-card-half {
  background-color: #fbac4c !important;
  width: 70%;
  padding: 40px;
  height: 400px;
}

.icon-new {
  padding: 20px 120px;
  font-size: 23px;
  color: #fbac4c;
  background-color: #fff;
}

.background-color-contact {
  background-color: #fbac4c;
  border: 1px dashed #000;
}

.card-contct {
  background-color: #fbac4c;
  padding: 20px;
  border-radius: 10px;
}

.icon-contact {
  font-size: 28px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 15px;
  width: 60px;
  border-radius: 50%;
  color: #fbac4c;
}

@media (max-width: 700px) {
  .container .text {
    font-size: 30px;
  }

  .container form {
    padding: 10px 0 0 0;
  }

  .container form .form-row {
    display: block;
  }

  form .form-row .input-data {
    margin: 35px 0 !important;
  }

  .submit-btn .input-data {
    width: 40% !important;
  }
}

.input-data input:focus-visible {
  border: 1px solid #ffffff !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.Heading-contact-us {
  color: #fbac4c;
}

.main-button-contact {
  background-color: #fbac4c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.footer {
  font-weight: 500;
}

.footer-heading {
  font-weight: 500;
}

.main-button-contact:hover {
  color: #fff;
  background-color: #fbac4c;
}

.background-astrology {
  background-color: #fbac4c;
  height: 350px;
  margin-top: -100px;
}

.asto-icon {
  height: 100px;
}

.image-astro {
  height: 350px;
}

.big-for-astro {
  background-color: #fbac4c;
  border-radius: 10px;
}

.image-astrologer {
  border-radius: 10px;
  height: 180px;
}

.background-color {
  background-color: #fbac4c;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center !important;
}

td,
th {
  border: 1px solid #fbac4c;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

th {
  background-color: #fbac4c !important;
  color: #fff;
}

.table-image {
  height: 80px;
  border-radius: 50%;
}

.border {
  border: 1px solid #fbac4c !important;
  border-radius: 10px;
}

#birthday {
  outline: none !important;
  border: none;
}

.chat-image {
  height: 220px;
  width: 100%;
  /* border-radius: 50%; */
  border: 10px solid #fbac4c;
}

.blue-image {
  height: 30px;
  padding-bottom: 9px;
}

.heading-astro {
  color: #fbac4c;
}

.text-info {
  color: #fbac4c !important;
}

.list-group-item {
  font-size: 20px;
}

.list-group {
  color: #fbac4c;
}

.list-group-item {
  border: none;
}

.main-button .button-icon {
  color: #fff;
}

.main-button:hover .button-icon {
  color: #fbac4c !important;
}

.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
  font-size: 15px;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top: 10px;
}

.middle {
  margin-top: 10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

.bar-5 {
  width: 60%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-4 {
  width: 30%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-3 {
  width: 10%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-1 {
  width: 15%;
  height: 18px;
  background-color: #fbac4c;
}

.span.fa.fa-star.checked {
  font-size: 20px;
}

.chat-image {
  height: 220px;
  width: 100%;
  /* border-radius: 50%; */
  border: 10px solid #fbac4c;
}

.blue-image {
  height: 30px;
  padding-bottom: 9px;
}

.heading-astro {
  color: #fbac4c;
}

.text-info {
  color: #fbac4c !important;
}

.list-group-item {
  font-size: 20px;
}

.list-group {
  color: #fbac4c;
}

.list-group-item {
  border: none;
}

.main-button .button-icon {
  color: #fff;
}

.main-button:hover .button-icon {
  color: #fbac4c !important;
}

.comment-section {
  overflow-y: scroll;
  height: 210px;
}

.chat-image1 {
  height: 30px;
  object-fit: contain;
}

.image-full-chat {
  width: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .side {
    padding: 0 !important;
    text-align: center;
  }

  .list-group-item {
    padding: 2px;
  }

  li.list-group-item {
    text-align: center !important;
  }

  .chat-image {
    height: 180px;
  }
}

@media screen and (max-width: 992px) {
  .tab-view-chat {
    display: none;
  }

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

  li.list-group-item {
    text-align: center !important;
  }
}

.mobile-view-chat {
  display: none;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #fbac4ca6 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #fbac4c;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.Big-button-chat {
  background-color: #fbac4c !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.Big-button-chat:hover {
  background-color: #fbac4c !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.table-td {
  background-color: #fff;
  color: #fbac4c;
}

.table-td {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 5px;
}

.Design-change {
  padding: 10px;
}

.fixed-button {
  background-color: #fbac4c;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  border: 1px solid #fff;
  width: 50px;
  z-index: 111;
}

.fixed-button:hover {
  background-color: #fbac4c;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fbac4c;
  height: 50px;
  width: 50px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  z-index: 111;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  bottom: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #fff;
}

.advertisers-service-sec span {
  color: #fbac4c;
}

.advertisers-service-sec .col {
  height: 450px !important;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card-main {
  width: 100%;
  height: 420px;
  padding: 25px 10px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card-main::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec .service-card-main:hover:after {
  top: 0%;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  margin-top: 15px;
  margin-bottom: 2px;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  position: relative;
  margin: auto;
  font-size: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 5px solid #fbac4c;
  color: #ffffff;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #fbac4c;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

.full-image {
  width: 100%;
}

.main-button-astrology {
  background-color: #fbac4c;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fbac4c;
  border-radius: 10px;
}

.absolute-view-all {
  position: absolute;
  bottom: 6px;
}

.explore-list-view-all {
  position: absolute;
  bottom: 6px;
}

.service-card:hover .main-button-astrology {
  background-color: #ffffff;
  color: #fbac4c;
  /* padding: 10px 20px; */
  border: 1px solid #fbac4c;
  border-radius: 10px;
}

.service-card:hover .checked {
  color: #fff;
}

.service-card:hover .icon-wrapper {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 5px solid #fff;
}

.astrology-image-list {
  height: 180px;
  border-radius: 50%;
}

.full-image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  vertical-align: middle;
  border: 5px solid #fbac4c;
}

.border-bg {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.border-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  bottom: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.border-bg:hover:after {
  bottom: 0;
}

.border-bg:hover .full-image {
  border: 5px solid #fff;
}

.border-bg:hover h3 {
  color: #fff;
}

.border-bg:hover .checked {
  color: #fff;
}

.border-bg:hover p {
  color: #fff;
}

.border-bg:hover .main-button-astrology {
  color: #fbac4c;
  background-color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fbac4c;
}

li.list-group-item {
  font-size: 18px;
  padding: 5px 10px;
  text-align: start;
}

.tab-view-chat {
  display: flex;
  justify-content: center;
}

.new-design {
  font-size: 17px;
  text-align: start;
}

.rounded-astro {
  text-align: center;
  margin: 0 auto !important;
  width: 75%;
  padding-top: 5px;
}

.second-slider {
  background-color: #fff;
}

.advertisers-service-sec span {
  color: #fbac4c;
}

.second-slider .col {
  text-align: center;
}

.second-slider .service-card {
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.second-slider .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.second-slider h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  margin-top: 10px;
  margin-bottom: 2px;
  z-index: 3;
}

.second-slider p {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.second-slider .icon-wrapper {
  position: relative;
  margin: auto;
  font-size: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 5px solid #fbac4c;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.second-slider .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #fbac4c;
}

.second-slider .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.second-slider .service-card:hover h3 {
  color: #ffffff;
}

.second-slider .service-card:hover p {
  color: #f0f0f0;
}

.padding-box {
  padding: 10px;
  background-color: #fff;
}

.service-card {
  position: relative;
}

.princ {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #fbac4c;
  color: #fff;
  padding: 5px;
}

.service-card:hover .review {
  color: #fff !important;
}

.service-card:hover .princ {
  background-color: #ffffff !important;
  color: #fbac4c;
}

.review {
  color: #000 !important;
}

@media screen and (max-width: 576px) {
  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    /* padding: 1em 1.5em; */
    padding: 16px 10px 16px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }

  .paragraph-none {
    display: none;
  }

  .rounded-astro {
    text-align: center;
    margin: 0 auto !important;
    width: 66%;
    padding-top: 10px;
  }

  .main-button-astrology {
    background-color: #fbac4c;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fbac4c;
    border-radius: 10px;
  }

  .icon-card {
    background-color: #fff;
    color: #fbac4c;
    font-size: 17px !important;
    border-radius: 50%;
    border: 1px solid #fbac4c;
    padding: 8px;
  }

  .advertisers-service-sec h3 {
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 2px;
    z-index: 3;
  }

  .princ {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    background-color: #fbac4c;
    padding: 2px;
    border-radius: 8px;
  }

  .padding-box {
    padding: 5px;
    background-color: #fff;
  }

  .button-navlink {
    background-color: #fbac4c;
    color: #fff !important;
    padding: 5px 10px;
    text-align: center;
    font-size: 10px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 340px) {
  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    /* padding: 1em 1.5em; */
    padding: 23px 10px 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }

  .paragraph-none {
    display: none;
  }

  .rounded-astro {
    text-align: center;
    margin: 0 auto !important;
    width: 66%;
  }

  .main-button-astrology {
    background-color: #fbac4c;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fbac4c;
    border-radius: 10px;
  }

  .icon-card {
    background-color: #fff;
    color: #fbac4c;
    font-size: 17px !important;
    border-radius: 50%;
    border: 1px solid #fbac4c;
    padding: 8px;
  }

  .advertisers-service-sec h3 {
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 2px;
    z-index: 3;
  }

  .princ {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    background-color: #fbac4c;
    padding: 2px;
    border-radius: 8px;
  }

  .padding-box {
    padding: 5px;
    background-color: #fff;
  }

  .advertisers-service-sec p {
    color: #000;
    font-size: 15px !important;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
  }
}

@media screen and (max-width: 320px) {
  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    /* padding: 1em 1.5em; */
    padding: 23px 10px 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }

  .paragraph-none {
    display: none;
  }

  .rounded-astro {
    text-align: center;
    margin: 0 auto !important;
    width: 66%;
  }

  .main-button-astrology {
    background-color: #fbac4c;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fbac4c;
    border-radius: 10px;
  }

  .icon-card {
    background-color: #fff;
    color: #fbac4c;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #fbac4c;
    padding: 6px !important;
  }

  .advertisers-service-sec h3 {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    margin-top: 7px;
    margin-bottom: 2px;
    z-index: 3;
  }

  .princ {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    background-color: #fbac4c;
    padding: 2px;
    border-radius: 8px;
  }

  .padding-box {
    padding: 5px;
    background-color: #fff;
  }

  .advertisers-service-sec p {
    color: #000;
    font-size: 9px !important;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
  }
}

.icon-card {
  background-color: #fff;
  color: #fbac4c;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #fbac4c;
  padding: 8px;
}

.banner-kundli {
  max-height: 800px;
  object-fit: cover;
  width: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-menu li a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  border-radius: 0px;
}

.lung-icon {
  color: #fbac4c;
  font-size: 22px;
}

.new {
  float: left;
  width: 0;
  height: 0;
}

.nav-data {
  width: 100%;
  margin: 0;
  padding: 80px 10px 100px 20px;
  position: fixed;
  top: 0;
  left: 100% !important;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  list-style-type: none;
}

.nav-data li {
  padding: 0px 25px;
  font-size: 16px;
}

.nav-data .separator {
  padding: 0;
  border-bottom: 3px solid #e6e7ea;
  cursor: default;
  margin: 6px 0;
}

#clickNav {
  display: block;
  padding-top: 13px;
  padding-left: 14px;
}

#clickNav input {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: -7px;
  left: 10px;
  cursor: pointer;
  opacity: 0;
  z-index: 9999;
  -webkit-touch-callout: none;
}

#clickNav input:checked~ul {
  -webkit-transform: none;
  transform: none;
}

#clickNav span {
  color: #fbac4c;
}

.nav-cross span {
  color: #fbac4c;
}

#clickNav span {
  -webkit-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  transition:
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#clickNav span:first-child {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#clickNav span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#clickNav input:checked~span {
  opacity: 1;
  z-index: 1111111;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#clickNav input:checked~span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

#clickNav input:checked~span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}

.nav-data {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    font-size: 20px;
    color: #fbac4c;
    margin-left: 47px;
  }

  .nav-link {
    border-bottom: 1px solid #fbac4c;
  }

  .advertisers-service-sec .service-card-main {
    height: 480px;
  }
}

@media screen and (max-width: 1030px) {
  .nav-link {
    margin: 0px 4px;
  }

  .active-mobile {
    background-color: #fbac4c;
    color: #fff !important;
    border-radius: 0px !important;
  }
}

/* Media query for 912px screen size */
@media screen and (max-width: 912px) {
  .nav-data {
    padding: 15px 10px 100px 20px;
    /* Adjust padding as needed */
  }
}

.logo-mobile-tab {
  height: 39px !important;
}

input.redio {
  width: 20px;
  accent-color: #fbac4c;
}

input[type="text"],
select {
  width: 100%;
  padding: 10px 15px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #fbac4c;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="text"]:focus,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #fbac4c;
  border-radius: 4px;
  box-sizing: border-box;
}

select {
  width: 100%;
  border: 1px solid #fbac4c !important;
  padding: 10px 10px;
  color: #757575;
  background-color: #fff !important;
}

select {
  border: none;
}

label {
  padding-left: 4px;
}

.color-icon-dd {
  color: #fbac4c;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 20px;
}

.color-icon-dd:hover {
  color: #fbac4c;
  background-color: #fff;
}

a .logo:hover {
  background-color: transparent !important;
}

img.main-image-full-width.explore-image {
  height: 300px;
}

@media screen and (max-width: 425px) {
  .color-icon-dd {
    color: #fbac4c;
    background-color: #fff;
    padding: 0px 8px;
    border-radius: 10px;
    font-size: 18px;
  }

  .explore-image {
    height: 180px !important;
  }
}

.border-shodow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.border {
  border: 1px solid #fbac4c !important;
}

.textarea textarea {
  border: 1px solid #fbac4c;
}

.main-button-contact {
  margin-left: 18px;
}

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

.icon-man {
  background-color: #fbac4c;
  color: #fff;

  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.a-details .text-lg-start {
  text-align: justify !important;
}

.text-color-Heading {
  color: #fbac4c;
}

.button-full {
  width: 96%;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #fbac4c;
}

.button-full:hover {
  width: 96%;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #fbac4c;
}

.name-small-heading {
  background-color: #fbac4c;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
}

.image-icon {
  height: 50px;
  width: 50px;
}

.data-center-matchog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-radius-table {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

th {
  border-right: 1px solid #fff;
}

table {
  border-radius: 10px !important;
}

.p-tag-line {
  background-color: #fbac4c;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin: 0;
}

.border-card {
  border: 1px solid #fbac4c;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  color: #fbac4c;
  border-radius: 10px;
}

.table-responsive {
  border-radius: 10px;
}

.Chat-match {
  background-color: #ffffff;
  color: #fbac4c;
  padding: 10px;
  border-radius: 10px;
}

.blog-image {
  width: 80%;
  text-align: center;
}

.border-bottom {
  border-bottom: 1px solid #fbac4c !important;
}

.data-enter {
  width: 100%;
}

.advertisers-service-sec .Heading-font-size {
  font-size: 28px;
}

.Heading-span {
  font-size: 28px;
  color: #fbac4c !important;
}

.icon-book {
  font-size: 10px;
}

@media screen and (max-width: 912px) {
  #clickNav input {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: -7px;
    left: 108px;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }

  .footar-bg {
    margin: 0 auto;
  }
}

@media screen and (max-width: 802px) {
  #clickNav input {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: -7px;
    left: 12px !important;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }
}

@media screen and (max-width: 820px) {
  #clickNav input {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: -7px;
    left: 58px;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }
}

.Footer-logo {
  height: 40px;
}

.footar-bg {
  text-align: center;
  background-color: #fff;
  width: 180px;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 280px) {
  #clickNav {
    padding-left: 0px;
  }

  .nav-link {
    margin: 0px -5px;
  }

  .navbar-brand {
    font-size: 20px;
    color: #fbac4c;
    margin-left: 28px;
    margin-right: 0;
  }

  .image-side2 {
    position: absolute !important;
    height: 65px;
    right: 9px;
    top: -21px;
  }

  .image-side3 {
    position: absolute !important;
    height: 85px;
    left: -8px;
    top: 26px;
  }

  .image-side4 {
    position: absolute !important;
    height: 72px;
    right: -5px;
    top: 20px;
  }

  .image-side7 {
    position: absolute !important;
    height: 83px;
    left: 2px;
    top: -29px;
  }

  .main-button {
    background-color: #fbac4c;
    color: #fff;
    padding: 7px 4px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #fbac4c;
  }

  .image-side6 {
    position: absolute !important;
    height: 80px;
    right: 0px;
    top: 3px;
  }

  .image-side5 {
    position: absolute !important;
    height: 51px;
    left: 1px;
    top: -2px;
  }

  #clickNav input {
    display: block;
    width: 35px;
    height: 40px;
    position: fixed;
    top: 0px;
    left: 5px;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }
}

.tooltip-inner {
  padding: 10px !important;
  max-width: 300px !important;
}

.new-br {
  display: none;
}

@media screen and (max-width: 393px) {
  .new-br {
    display: block !important;
  }
}

@media screen and (max-width: 412px) {
  .new-br {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .advertisers-service-sec .col {
    height: 360px !important;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

@media screen and (max-width: 320px) {

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    padding: 0 !important;
  }
}

@media screen and (max-width: 320px) {
  .image-side2 {
    position: absolute !important;
    height: 65px;
    right: 9px;
    top: -22px;
  }

  .display-toggle {
    display: none !important;
  }

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

@media only screen and (max-width: 600px) {
  .display-toggle {
    display: none !important;
  }

  .show-exp {
    display: block !important;
  }
}

.explore-image {
  width: 100%;
  height: 253px;
  object-fit: cover;
}

.blog-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.try-class {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 820px) {
  .new-pd {
    padding-top: 25px;
  }
}

@media screen and (max-width: 912px) {
  .new-pd {
    padding-top: 25px;
  }
}

.new-star {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  #navToggle:target {
    left: 0 !important;
  }
}

.icon-form-kudali {
  color: #fbac4c;
}

.bg-primary {
  background-color: #fbac4c !important;
}

.log-btn {
  background: #fff;
  color: #fbac4c;
  border-radius: 10px;
}

.log-btn:hover {
  color: #fbac4c;
}

.display-toggle {
  display: block;
}

.display-toggle-mobile {
  display: none;
}

.show-exp {
  display: none;
}

.bg-asrologer {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("./image/Why-Vairagi-Banner.gif");
  background-position: center;
  background-size: cover;
  min-height: 70vh;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-white {
  background-color: #ffff !important;
  width: 100%;
}

.text-title {
  color: #fbac4c;
}

.image-asto-d {
  height: 250px;
}

.heading-asrologer {
  color: #fff;
  font-size: 50px;
}

.image-astologer-mm {
  width: 90%;
}

.p-asro {
  font-size: 18px;
  line-height: 30px;
}

.bg-or {
  background-color: #fbac4c !important;
  border-radius: 30px;
}

.heading-cc {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.main-new-pp {
  border-radius: 10px;
}

.background-line {
  background-color: #fbac4c !important;
}

.color-text-dd {
  color: #fbac4c;
}

@media screen and (max-width: 992px) {
  .bg-asrologer {
    min-height: 30vh;
  }

  .heading-asrologer {
    color: #fff;
    font-size: 30px;
  }

  .image-astologer-mm {
    width: 100%;
  }
}

img.icon-wrapper {
  height: 80px;
  width: 80px !important;
  object-fit: cover;
}

.image-tra {
  height: 30px;
}

.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
}

.p-break {
  word-break: break-all !important;
}

.bottom-15 {
  bottom: 15px !important;
}

@media screen and (max-width: 455px) {
  .advertisers-service-sec .service-card-main {
    height: 540px;
  }

  .new-blog-list-image {
    height: 180px !important;
  }

  .new-blog-list-image-explore {
    height: 135px !important;
  }

  .explore-title {
    font-size: 14px !important;
  }

  .explore-des {
    font-size: 13px !important;
  }
}

.box-upper-details {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px 8px;
}

.astrologer-details {
  width: 92%;
  display: flex;
}

.astrologer-box {
  background-color: #fff;
  border: 1px solid #fbac4c;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  margin-bottom: 22px;
  width: 100%;
}

.astrologer-image {
  border-radius: 50%;
}

.total-orders {
  font-size: 12px;
  color: #727272 !important;
  display: block;
}

.astrologer-bio {
  margin-left: 10px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

.astrologer-name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.astrologer-bio-font {
  color: #616161 !important;
  font-size: 14px;
  margin-bottom: 4px;
}

.astrologer-chat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  align-items: flex-end;
}

.chat-button {
  color: #fbac4c;
  background-color: #fff;
  border: 1px solid #fbac4c;
  padding: 3px 5px;
  border-radius: 8px;
  width: 100%;
  font-size: 13px;
  text-wrap: nowrap;
}

.free-font {
  color: #fbac4c;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .responsive-card-table td:before {
    font-size: 13px !important;
  }
}

.star-rating {
  font-size: 12px;
  text-wrap: nowrap;
}

.star-rating span {
  cursor: pointer;
  color: #ccc;
}

.star-rating span.filled {
  color: rgb(249 115 22);
}

a:hover {
  color: white;
  /* background: #fbac4c; */
}

.new-blog-list-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.new-blog-list-image-explore {
  width: 100%;
  height: 300px;
  /* object-fit: cover; */
  border-radius: 10px 10px 0px 0px;
}

.custom-city-card {
  width: 100%;
}

.custom-city-radius {
  border-radius: 0px 0px 10px 10px !important;
  margin-bottom: 15px !important;
}

.owl-stage {
  background: white;
  display: flex;
  height: 100%;
}

.owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}

.blog-image-detail {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.navbar-brand a:hover {
  background: transparent !important;
}

.heading {
  h2 {
    font-size: 25px;
    font-weight: 400;
  }
}

/********************************************* new layout css ********************************************/

.home-new {
  font-family: "Philosopher", sans-serif !important;
  background: #fff5ea;

  img {
    max-width: 100%;
  }

  .sub-header {
    padding: 9px 115px;
    display: flex;
    font-family: "Lato", sans-serif !important;
    justify-content: space-between;
    background: #fff5ea;
    border-bottom: 1px solid #0000001a;

    .nav-link {
      font-weight: 600;
      font-size: 15px;
      /* text-transform: uppercase; */
      text-decoration: none;
      margin: 0px 12px;
      display: inline-block;
      position: relative;
      color: #522105 !important;
      padding-bottom: 14px;
      padding-top: 9px;
    }

    .navbar {
      background: #fff5ea !important;
    }

    .nav-link:hover {
      opacity: 1;
      background-color: transparent !important;
    }

    .nav-link::before {
      transition: 300ms;
      height: 3px;
      content: "";
      position: absolute;
      background: linear-gradient(to right,
          #7a0f16,
          #f6c453,
          #7a0f16) !important;
      color: #000;
      border-radius: 50px;
    }

    .nav-link-ltr::before {
      width: 0%;
      bottom: 10px;
    }

    .nav-link-ltr:hover::before {
      width: 100%;
    }

    .nav-link-fade-up::before {
      width: 100%;
      bottom: 5px;
      opacity: 0;
    }

    .nav-link-fade-up:hover::before {
      bottom: 10px;
      opacity: 1;
    }

    .nav-link-grow-up::before {
      height: 0%;
      width: 100%;
      bottom: 0px;
    }

    .nav-link-grow-up:hover::before {
      height: 3px;
    }

    .nav-link:hover {
      color: #000 !important;
    }

    .nav-item {
      position: relative;
      display: inline-block;

      .dropdown-menu-custom {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        min-width: 200px;
        border-radius: 10px;
        padding: 10px 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.4s ease;
        z-index: 999;

        a {
          display: block;
          padding: 10px 18px;
          color: #fff5ea;
          text-decoration: none;
          font-size: 14px;
          transition: 0.3s;

          &:hover {
            /* background: #fff5ea; */
            padding-left: 25px;
          }
        }
      }

      &:hover .dropdown-menu-custom {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        /* background: #262627; */
        background: linear-gradient(45deg, #802f00, #9f3900);
      }
    }

    .nav-link::after {
      background-color: transparent !important;
    }

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

      i {
        font-size: 22px;
        margin-left: 9px;
        color: #9b3900;
      }

      .btn-primary {
        background: linear-gradient(45deg, #ff9f1a, #ff6a00);
        border: 0;
        font-size: 17px;
        padding: 7px 45px;
        border-radius: 50px;
        margin-left: 23px;
        font-family: "Philosopher", sans-serif !important;
      }
    }
  }

  .hero-section {
    background: url(../assets/image/hero3.png) no-repeat;
    height: 630px;
    background-size: cover;
    display: flex;
    align-items: center;

    .hero-content {
      h2 {
        font-size: 48px;
        color: #7c2d01;
        font-weight: 700;
        line-height: 60px;
      }

      p {
        font-size: 17px;
        color: #000000;
        font-weight: 500;
      }
    }

    .search-box {
      display: flex;
      align-items: center;
      max-width: 615px;
      /* margin: 50px auto; */
      background: #f3e5d8;
      border-radius: 50px;
      padding: 5px;
    }

    .search-input {
      display: flex;
      align-items: center;
      flex: 1;
      background: #fff;
      border-radius: 50px;
      padding: 0px 15px;
    }

    .search-input .icon {
      font-size: 16px;
      margin-right: 10px;
      color: #983700;
    }

    .search-input input {
      border: none;
      outline: none;
      width: 100%;
      font-size: 14px;
    }

    .search-btn {
      font-size: 17px;
      padding: 12px 45px;
      border-radius: 50px;
      color: #ffd4a2;
      border: 1px solid #ffd4a2;
      background: linear-gradient(45deg, #802f00, #9f3900);
      margin-left: 10px;
    }

    .search-btn:hover {
      background: #a85715;
    }
  }

  .heading {
    h3 {
      font-size: 25px;
      color: #000000;
      font-weight: 600;
      margin-bottom: 9px;
    }

    h2 {
      color: #812f00;
      font-size: 33px;
      font-weight: 600;
    }

    p {
      font-size: 16px;
      margin-bottom: 0;
    }
  }

  .service-sections {
    padding: 80px 0;
    background: #fff5ea;
    /* background: url(../assets/image/bg.png) no-repeat;
    background-size: cover; */

    .service-inner {
      text-align: center;
      border: 1px solid #9b39004d;
      padding: 20px;
      border-radius: 15px;
      background: #f5ebe1;
      background: linear-gradient(-5deg, #ffaa3a2b, #fffdfb4d);

      h4 {
        font-size: 25px;
        font-weight: 600;
        color: #381500;
      }

      p {
        font-size: 14px;
      }
    }
  }

  .m-header {
    background-color: #802f00;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 3px;
    background: linear-gradient(45deg, #802f00, #040302);
  }

  .galaxy-section {
    background: url(../assets/image/galaxy.png) no-repeat;
    background-size: cover;
    /* height: 575px; */
    width: 96%;
    margin: auto;
    border-radius: 40px;
    /* padding-top: 62px; */
    padding: 66px;
  }

  .rotate-img {
    animation: rotate 20s linear infinite;
  }

  h3 {
    color: #ffd4a2;
    font-size: 76px;
  }

  h4 {
    color: #fff;
    font-size: 30px;
    margin-top: 15px;

    span {
      font-size: 34px;
      color: #ffffff;
      background: linear-gradient(45deg, #ff9f1a, #ff6a00);
      padding: 9px 20px;
      border-radius: 6px;
      margin-top: 140px;
    }
  }

  .service2-section {
    padding: 80px 0;
    background: url(../assets/image/bg.png) no-repeat;
    background-size: cover;

    .service2-inner {
      text-align: center;
      /* border: 1px solid #000; */
      border: 1px solid #9b39004d;
      border-radius: 30px;
      background: #f5ebe1;

      img {
        border-radius: 30px 30px 0 0;
      }

      .service2-content {
        padding: 30px;

        h4 {
          color: #000;
          margin-top: 0;
        }
      }
    }
  }

  .service3-section {
    padding: 90px 0;
    background: #f7eadb;

    .carousel-wrapper {
      position: relative;
      width: 100%;
      /* max-width: 1100px; */
      /* padding: 0 4rem; */
      box-sizing: border-box;
    }

    .carousel {
      display: flex;
      gap: 25px;
      margin: 0;
      padding: 4rem 1.5rem;
      box-sizing: border-box;
      list-style: none;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      scroll-marker-group: after;
    }

    .carousel::-webkit-scrollbar {
      display: none;
    }

    .carousel::scroll-button(left),
    .carousel::scroll-button(right) {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(12px);
      border: 1px solid var(--card-border);
      cursor: pointer;
      transition: var(--transition);
      z-index: 10;
    }

    .carousel::scroll-button(left) {
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f8fafc'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7'%3E%3C/path%3E%3C/svg%3E");
      background-size: 40%;
      background-position: center;
      background-repeat: no-repeat;
    }

    .carousel::scroll-button(right) {
      right: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f8fafc'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
      background-size: 40%;
      background-position: center;
      background-repeat: no-repeat;
    }

    .carousel::scroll-button(*):hover {
      background-color: var(--accent);
      border-color: var(--accent);
      transform: translateY(-50%) scale(1.1);
      box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
    }

    .carousel::scroll-marker-group {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.6rem;
      margin-top: -1.5rem;
    }

    .card {
      flex: 0 0 calc(100% - 1rem);
      scroll-snap-align: center;
      background: var(--card-bg);
      border: 1px solid var(--card-border);
      border-radius: 24px;
      overflow: hidden;
      /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
      transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
      height: fit-content;
      border: 1px solid #9b39004d;
      border-radius: 20px !important;
    }

    @media (min-width: 768px) {
      .card {
        flex: 0 0 calc(50% - 0.75rem);
      }
    }

    @media (min-width: 1024px) {
      .card {
        flex: 0 0 calc(33.333% - 1rem);
      }
    }

    .card:hover {
      transform: translateY(-8px);
      /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4); */
      /* border-color: rgba(255, 255, 255, 0.15); */
      transition: 0.5s;
    }

    .img-wrapper {
      width: 100%;
      height: 300px;
      overflow: hidden;
    }

    .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .card:hover img {
      /* transform: scale(1.08); */
    }

    .card-content {
      padding: 35px 20px;
      background: linear-gradient(-5deg, #ffaa3a2b, #fffdfb4d);
    }

    .card-content h3 {
      margin: 0 0 0.5rem;
      font-size: 23px;
      font-weight: 400;
      letter-spacing: -0.02em;
      color: #371401;
      text-align: center;
    }

    .card-content p {
      margin: 0;
      text-align: center;
    }

    .card::scroll-marker {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background-color: rgb(162 61 4 / 44%);
      cursor: pointer;
      transition: var(--transition);
    }

    .card::scroll-marker:target-current {
      width: 24px;
      background: #812f00;
    }
  }

  .blog-section {
    padding: 90px 0;
    background: url(../assets/image/bg2.png) no-repeat;
    background-size: cover;

    .blog-big {
      overflow: hidden;
      border: 1px solid #9b39004d;
      border-radius: 30px;

      .blog-img img {
        width: 100%;
        height: 420px;
        object-fit: cover;
      }

      .blog-content {
        padding: 20px 30px;
        background: linear-gradient(-5deg, #ffaa3a2b, #fffdfb4d);

        .meta {
          font-size: 14px;
          color: #c8a46b;
          margin-bottom: 15px;

          span {
            margin-right: 20px;
          }
        }

        h3 {
          font-size: 24px;
          line-height: 1.4;
          margin-bottom: 10px;
          color: #371401;
        }

        p {
          color: #474747;
          margin-bottom: 20px;
          font-size: 14px;
          font-weight: 400;
        }

        .read-more {
          color: rgb(106 39 0);
          text-decoration: none;
          font-weight: 600;
          background: #f5ebe1;
          padding: 7px 15px;
          font-size: 13px;
          border-radius: 50px;
          border: 1px solid #772b00;
        }
      }
    }

    .blog-small {
      .blog-card {
        display: flex;
        background: #f5ebe1;
        margin-bottom: 25px;
        overflow: hidden;
        border: 1px solid #9b39004d;
        border-radius: 20px;

        .blog-thumb {
          width: 373px;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }

        .blog-info {
          padding: 19px;
          background: linear-gradient(-5deg, #ffaa3a2b, #fffdfb4d);

          .meta {
            font-size: 13px;
            color: #c8a46b;
            margin-bottom: 10px;

            span {
              margin-right: 15px;
            }
          }

          h4 {
            font-size: 18px;
            margin-bottom: 15px;
            color: #371401;
            margin: 6px 0;
          }

          p {
            font-size: 15px;
          }

          .read-more {
            color: rgb(106 39 0);
            text-decoration: none;
            font-weight: 600;
            background: #f5ebe1;
            padding: 7px 15px;
            font-size: 10px;
            border-radius: 50px;
            border: 1px solid #772b00;
          }
        }
      }
    }
  }

  .jain-section {
    background: url(../assets/image/jain.png) no-repeat;
    background-size: cover;
    width: 96%;
    margin: 90px auto;
    padding: 80px 0px;
    border-radius: 39px;

    .jain-content {
      h2 {
        font-size: 36px;
        font-weight: 600;
        color: #3b1d0f;
        margin-bottom: 10px;
      }

      .sub-text {
        font-size: 15px;
        color: #6b4a3b;
        margin-bottom: 5px;
      }

      .highlight-box {
        gap: 10px;
        color: #5a2c00;
        border-radius: 25px;
        font-weight: 500;
        margin-bottom: 18px;
        font-size: 25px;

        i {
          font-size: 16px;
        }
      }

      .cta-btn {
        background: linear-gradient(45deg, #ff9f1a, #ff6a00);
        border: 0;
        font-size: 17px;
        padding: 12px 45px;
        border-radius: 50px;

        color: #fff;
        font-family: "Philosopher", sans-serif !important;
      }
    }
  }

  .jain-image {
    text-align: right;

    img {
      max-width: 100%;
      border-radius: 15px;
    }
  }

  .temple-footer {
    position: relative;
    color: #592101;
    background-color: #ffebd5 !important;
    padding-top: 80px;
    overflow: hidden;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      background: url(../assets/image/footer2.png) no-repeat center;
      background-size: cover;

      opacity: 0.25;
      z-index: 0;
    }

    * {
      position: relative;
      z-index: 1;
    }

    .footer-links {
      h5 {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 21px;
      }

      ul {
        padding: 0;
        list-style: none;

        li {
          margin-bottom: 10px;

          a {
            color: #1a1a1a;
            text-decoration: none;
            transition: 0.3s;
            font-family: "Lato", sans-serif;

            &:hover {
              color: #ffd28a;
            }
          }
        }
      }
    }

    .footer-contact {
      h5 {
        margin-bottom: 15px;
        font-weight: 600;
      }

      p {
        display: flex;
        gap: 10px;
        color: #303030;
      }

      i {
        margin-top: 5px;
      }

      a {
        color: #000;
      }
    }

    hr {
      border-color: #b15a32;
      margin: 40px 0 20px;
    }

    .footer-bottom {
      text-align: center;
      padding-bottom: 30px;

      .social-icons {
        margin-bottom: 15px;

        a {
          display: inline-block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          background: #812f002b;
          border-radius: 50%;
          margin: 0 8px;
          color: #782d03;
          transition: 0.3s;

          &:hover {
            background: #ffd28a;
            color: #592101;
          }
        }
      }

      p {
        margin-bottom: 5px;
      }
    }
  }

  .about-section {
    padding-top: 90px;
    position: relative;

    .bg-about {
      bottom: -263px;
      position: absolute;
      max-width: 19%;
      right: 0;
    }

    .about-content {
      padding-left: 30px;

      button {
        background: transparent;
        border: 1px solid #812f00;
        font-size: 18px;
        color: #582202;
        padding: 8px 35px;
        margin-top: 21px;
        border-radius: 60px;
      }
    }

    .video-section {
      position: relative;
      height: 400px;
      overflow: hidden;

      video {
        border: 3px solid #642500;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
      }
    }
  }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #fce2c1;
    /* border-bottom: 1px solid #7c2d015e; */
    padding-bottom: 18px;

    a.btn {
      padding: 0 !important;
    }

    .user-icn {
      color: #fce2c1;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #7c2d01;
      border-radius: 50%;

      i {
        font-size: 15px;
      }
    }
  }

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 84% !important;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    /* background-color: #fff1df; */
    background: url(../assets/image/side-nav.png) no-repeat !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    background-size: cover !important;
  }

  .dharam-section {
    padding-top: 90px;

    .dharam-inner {
      text-align: center;
      border: 1px solid #9b39004d;
      padding: 90px 40px;
      border-radius: 20px;
      background: #f5ebe1;
      background: linear-gradient(-5deg, #ffaa3a2b, #fffdfb4d);

      i {
        font-size: 40px;
        color: #973700;
      }

      h4 {
        color: #381500;
      }

      button {
        background: linear-gradient(45deg, #ff9f1a, #ff6a00);
        border: 0;
        font-size: 17px;
        padding: 7px 45px;
        border-radius: 50px;
        color: #fff;
        font-family: "Philosopher", sans-serif !important;
      }
    }
  }

  .offcanvas-header {
    border-bottom: 1px solid #00000033 !important;
  }



  .hotel-banner {
    background: url(../assets/image/hotel-bg.png) no-repeat;
    background-size: cover;
    padding: 50px 115px;
    height: 480px;
    display: flex;
    align-items: center;
    position: relative;

    .hotel-banner-content {
      padding-bottom: 48px;

      h3 {
        font-weight: 600;
        font-size: 37px;
        color: #8d3500;
      }

      .flow {
        display: flex;

        .flow-inner {
          display: flex;
          align-items: center;
          border-right: 1px solid #00000040;
          margin-right: 26px;
          padding-right: 26px;

          h5 {
            font-weight: 700;
            font-size: 18px;
            margin: 0;
          }

          p {
            font-size: 14px;
            margin: 0;
          }

          i {
            font-size: 24px !important;
            margin-right: 13px;
            color: #6f2900;
          }
        }
      }
    }


    .hotel-raw {
      font-family: "Lato", sans-serif !important;
      position: absolute;
      width: 84%;
      background: #fff5ea;
      bottom: -42px;
      padding: 20px 15px;
      border-radius: 15px;
      box-shadow: 0px 10px 20px -17px #00000087;

      .form-label {
        font-size: 12px;
      }

      .form-select {
        font-size: 12px;
        padding: 10px;
      }

      .form-control {
        font-size: 12px;
        padding: 10px;
        border: 1px solid #ffb06e;
      }

      button {
        border: 0;
        font-size: 12px;
        padding: 11px 17px;
        border-radius: 8px;
        color: #ffd4a2;
        border: 1px solid #ffd4a2;
        background: linear-gradient(45deg, #802f00, #9f3900);
        width: 100%;
      }
    }
  }

  .testimonial-section {
    padding-bottom: 80px;

    .testimonial-card {
      width: 100%;
      background: #fff;
      border-radius: 19px;
      padding: 35px;
      position: relative;
      overflow: hidden;
      border: 1px solid #e2e2e2;
      transition: 0.4s ease;
      /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05); */

      &:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
      }

      .top-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        position: relative;
        z-index: 2;

        .profile {
          display: flex;
          align-items: center;
          gap: 15px;

          .profile-img {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid #fff;
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }

          .profile-info {
            h4 {
              font-size: 22px;
              font-weight: 700;
              margin-bottom: 4px;
              color: #111;
            }

            span {
              font-size: 15px;
              color: #777;
            }
          }
        }

        .rating {
          background: #fff4e8;
          color: #ff6a00;
          padding: 10px 16px;
          border-radius: 14px;
          font-size: 15px;
          font-weight: 700;
          display: flex;
          align-items: center;
          gap: 6px;

          i {
            color: #ffb400;
          }
        }
      }

      .review {
        font-size: 15px;
        line-height: 22px;
        color: #555 !important;
        /* margin-bottom: 35px; */
        position: relative;
        z-index: 2;
      }

      .bottom-bar {
        border-top: 1px solid #f1f1f1;
        padding-top: 22px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;

        .verified {
          display: flex;
          align-items: center;
          gap: 8px;
          color: #444;
          font-size: 14px;
          font-weight: 600;

          i {
            color: #ff5302;
            font-size: 18px;
          }
        }

        span {
          font-size: 14px;
          color: #888;
          font-weight: 500;
        }
      }
    }
  }

  .category-section {
    padding-bottom: 90px;

    .cat-card {
      font-family: "Lato", sans-serif !important;
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 20px;
      border-radius: 14px;
      /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); */
      transition: 0.3s;
      background: #fff;
      border: 1px solid #0000001f;

      &:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      }

      .icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;

        &.orange {
          background: #ffe8db;
          color: #ff6a00;
        }

        &.blue {
          background: #e3efff;
          color: #2979ff;
        }

        &.green {
          background: #e6f7ec;
          color: #2e7d32;
        }

        &.purple {
          background: #f1e8ff;
          color: #7b1fa2;
        }
      }

      .content {
        h6 {
          margin: 0;
          font-weight: 600;
        }

        p {
          margin: 5px 0;
          font-size: 11px;
          color: #666;
        }

        span {
          font-size: 13px;
          color: #ff6a00;
          font-weight: 500;
          cursor: pointer;
        }
      }
    }
  }

  .stay-type-section {
    padding-top: 120px;

    .stay-type-inner {
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid #00000024;
      padding: 18px;
      border-radius: 12px;

      i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #6024013b;
        color: #853100;
        border-radius: 7px;
      }

      h4 {
        font-size: 18px;
        color: #000;
        margin: 0;
        margin-left: 14px;
      }
    }
  }

  .new-sec {
    background: url(../assets/image/jain.png) no-repeat;
    background-size: cover;
    width: 86%;
    margin: auto;
    padding: 80px 54px;
    border-radius: 39px;
    margin-bottom: 70px;
    border: 1px solid #00000026;
  }

  .Hotel-details-section {
    padding-top: 40px;
    padding-bottom: 40px;



    .custom-gallery {
      .main-image {
        position: relative;
        height: 420px;
        border-radius: 12px;
        overflow: hidden;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
        }
      }

      .hotel-rating-box {
        position: absolute;
        top: 20px;
        left: 20px;
        background: rgba(10, 17, 35, 0.95);
        padding: 10px 10px;
        border-radius: 14px;
        z-index: 10;

        .rating-top {
          display: flex;
          align-items: center;
          gap: 10px;

          .rating-number {
            background: #1bbf73;
            color: #fff;
            padding: 2px 8px;
            border-radius: 6px;
            font-size: 11px;
            font-weight: 700;
          }

          .rating-text {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
          }
        }

        .review-text {
          color: #d5d5d5;
          font-size: 14px;
          margin-top: 4px;
        }
      }

      .gallery-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border: none;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        font-size: 22px;
        cursor: pointer;
        z-index: 20;

        &.prev {
          left: 20px;
        }

        &.next {
          right: 20px;
        }
      }

      .thumb-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
        margin-top: 12px;
      }

      .thumb {
        position: relative;
        height: 110px;
        border-radius: 11px;
        overflow: hidden;
        cursor: pointer;
        border: 3px solid transparent;
        transition: 0.3s;

        &.active {
          border-color: white;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }

    .hotel-detail-content {
      padding-left: 10px;

      span {
        font-weight: 500;
        background-color: #ff960038;
        color: #c06103;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 8px;
        font-weight: 600;
      }

      h3 {
        font-size: 25px;
        color: #282828;
        font-weight: 600;
        font-family: "Philosopher", sans-serif !important;
        margin: 13px 0;
      }

      .add-on {
        display: flex;
        margin: 20px 0;

        p {
          font-size: 13px;
          font-weight: 600;
          color: #383838;
          margin-bottom: 0;
          margin-right: 21px;

          i {
            color: #a13d04;
            margin-right: 7px !important;
          }
        }
      }

      p {
        line-height: 21px;
        align-items: unset;
        font-size: 14px;
        display: flex;
        color: #464646;
        margin: 0;

        i {
          margin-right: 10px;
          margin-top: 5px;
        }
      }

      a {
        color: #09a25b !important;
        margin-top: 12px;
        display: block;
        font-weight: 600;
        font-size: 14px;
      }

      .price-card {
        background: #fffaf4;
        border: 1px solid #c2c2c27a;
        border-radius: 12px;
        padding: 20px;
        margin-top: 10px;

        h2 {
          font-size: 20px;
          font-weight: 800;
          color: #0d1b4c;
          margin-bottom: 10px;

          span {
            font-size: 15px;
            color: #c06303;
            font-weight: 600;
            padding: 5px 13px;
          }
        }

        .tax {
          color: #454545;
          margin-bottom: 10px;
        }

        .breakfast {
          color: #18a957;
          font-weight: 600;
          margin-bottom: 25px;

          i {
            margin-right: 10px;
          }
        }

        .guarantee {
          text-align: center;
          margin-top: 18px;
          color: #24356d;
          font-size: 14px;
          font-weight: 600;

          i {
            margin-right: 5px;
          }
        }
      }
    }

    @media (max-width: 767px) {
      .custom-gallery {
        .main-image {
          height: 300px;
        }

        .thumb-wrapper {
          grid-template-columns: repeat(3, 1fr);
        }

        .thumb {
          height: 75px;
        }
      }
    }

    .hotel-info-box {
      border: 1px solid #d2d2d2;
      border-radius: 12px;
      padding: 20px;
      background: transparent;
      margin-top: 27px;

      .info-item {
        display: flex;
        gap: 14px;

        i {

          border-radius: 10px;
          display: flex;
          justify-content: center;
          color: #cd7405;
          font-size: 26px;

        }

        h5 {
          font-size: 15px;
          font-weight: 700;
          margin-bottom: 3px;
          color: #333333;
        }

        p {
          margin: 0;
          font-size: 14px;
          color: #4b4d55;
          line-height: 1.5;
          font-weight: 500;
        }
      }
    }

    .about-property-section {
      background: rgb(255, 250, 244);
      border: 1px solid rgba(194, 194, 194, 0.48);
      border-radius: 12px;
      padding: 26px;
      margin-top: 24px;

      .about-property-inner {
        padding: 20px;

        h4 {
          font-weight: 600;
          color: #522105;
          margin-top: 0;
          font-size: 20px;
          margin-bottom: 10px;
        }

        p {
          font-size: 14px;
          margin-bottom: 6px;
          color: #3d3d3d;
          line-height: 24px;
          font-weight: 500;
        }
      }
    }

    .review-sections {
      h2 {
        font-family: "Philosopher", sans-serif !important;
      }

      .review-card {
        background: #fff5ea;
        border-radius: 14px;
        padding: 22px;
        border: 1px solid #d2d2d2;

        .rating-badge {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background: #16a34a;
          color: #fff;
          font-size: 14px;
          font-weight: 700;
          padding: 5px 10px;
          border-radius: 6px;
          margin-bottom: 14px;
          line-height: 1;
        }

        h3 {
          font-size: 18px;
          font-weight: 700;
          color: #111827;
          margin: 0 0 10px;
          line-height: 1.3;
        }

        p {
          font-size: 14px;
          line-height: 18px;
          color: #4b5563;
          margin: 0 0 15px;
        }

        .review-user {
          display: flex;
          align-items: center;
          gap: 12px;

          img {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            object-fit: cover;
          }

          .user-info {
            h4 {
              margin: 0;
              font-size: 13px;
              color: #111827;
              font-weight: 700;
            }

            span {
              font-size: 14px;
              color: #6b7280;
            }
          }
        }
      }
    }

    .hotel-policies {
      border-radius: 10px;
      overflow: hidden;
      background: rgb(255, 250, 244);
      border: 1px solid rgba(194, 194, 194, 0.48);
      margin-top: 36px;

      .policy-item {
        padding: 35px 28px;
        border-right: 1px solid #e6e0d8;

        h4 {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 7px;
          color: #812f00;
          margin-top: 0;
        }

        ul {
          margin: 0;
          padding-left: 18px;

          li {
            font-size: 15px;
            line-height: 1.8;
            color: #374151;
            font-family: "Lato", sans-serif;
          }
        }
      }
    }


    .checkout-page {
      /* padding: 30px 0 60px; */

      h2 {
        font-family: "Philosopher", sans-serif !important;
      }
    }

    .checkout-card {
      background: #fffaf4;
      border: 1px solid rgba(194, 194, 194, 0.48);
      border-radius: 12px;
      padding: 28px;
      margin-bottom: 22px;
      /* margin-top: 20px; */
      font-family: "Lato", sans-serif;

      .section-title {
        margin-bottom: 24px;

        h3 {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 8px;
          color: #812f00;
          font-family: "Philosopher", sans-serif !important;
        }

        p {
          color: #626262;
          font-size: 14px;
          margin: 0;
        }
      }
    }

    .form-group {
      margin-bottom: 22px;

      label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #0f172a;
      }

      input,
      select,
      textarea {
        width: 100%;
        height: 45px;
        border: 1px solid #dbe2ea !important;
        border-radius: 7px;
        padding: 0 12px;
        font-size: 15px;
        background: #fff;
        outline: none;
        color: #585858;
        font-size: 14px;
        margin: 0;

        &:focus {
          border-color: #f4b400;
        }
      }

      textarea {
        height: 130px;
        resize: none;
        padding-top: 16px;
      }
    }

    .mobile-input {
      display: flex;
      align-items: center;
      border: 1px solid #dbe2ea;
      border-radius: 12px;
      overflow: hidden;
      height: 45px;
      border-radius: 7px;

      span {
        width: 70px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #dbe2ea;
        background: #f8fafc;
        font-size: 15px;
        color: #334155;
      }

      input {
        border: 0;
        border-radius: 0;
      }
    }

    .checkbox-area {
      display: flex;
      align-items: center;
      gap: 10px;

      input {
        width: 18px;
        height: 18px;
      }

      label {
        margin: 0;
        font-size: 15px;
        color: #334155;
      }
    }



    .textarea-group {
      position: relative;

      span {
        position: absolute;
        bottom: 14px;
        right: 16px;
        font-size: 13px;
        color: #94a3b8;
      }
    }

    .coupon-box {
      display: flex;
      gap: 16px;
      margin-bottom: 18px;

      input {
        flex: 2;
        height: 47px;
        border: 1px solid #dbe2ea;
        border-radius: 12px;
        padding: 0 18px;
        outline: none;
        font-size: 14px;
        margin: 0;
      }


    }

    .coupon-success {
      background: #edfdf3;
      border: 1px solid #c7f0d5;
      border-radius: 12px;
      padding: 14px 16px;
      color: #15803d;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .free-cancel-box {
      background: #fff9ef;
      border: 1px solid #ffe7b0;
      border-radius: 18px;
      padding: 22px;
      display: flex;
      align-items: center;
      gap: 18px;

      .cancel-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        border-radius: 50%;
        background: #16a34a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
      }

      h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #812f00;
        margin-top: 0;
      }

      p {
        font-size: 14px;
        color: #64748b;
        margin: 0;
      }
    }


    .booking-box {
      max-width: 500px;
      margin: auto;
      padding: 30px;
      text-align: center;
      background: #fff;
      border-radius: 20px;
      border: 1px solid #eee;

      .icon {
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 50%;
        background: #41c45a;
        color: #fff;
        font-size: 40px;
        /* line-height: 80px; */
        display: flex;
        justify-content: center;
        align-items: center;
      }

      h2 {
        margin: 20px 0 10px;
        color: #166534;
      }

      p {
        color: #666;
        margin-bottom: 25px;
      }

      .booking-id {
        padding: 25px;
        border-radius: 15px;
        background: #f4fff5;
        border: 1px solid #d7f1dc;

        h3 {
          font-size: 42px;
          margin: 10px 0;
          color: #166534;
        }

        small {
          color: #666;

          b {
            display: block;
            color: #222;
            margin-top: 5px;
          }
        }
      }

      .btns {
        display: flex;
        gap: 15px;
        margin-top: 25px;

        button {
          flex: 1;
          height: 50px;
          border-radius: 10px;
          cursor: pointer;
          font-weight: 600;
        }

        .orange-btn {
          background: #ff7a00;
          color: #fff;
          border: 0;
        }

        .white-btn {
          background: #fff;
          border: 1px solid #ddd;
        }
      }
    }

    .booking-summary {
      background: #fffaf4;
      border: 1px solid #e8edf5;
      border-radius: 12px;
      overflow: hidden;
      top: 20px;

      .summary-image {
        position: relative;

        img {
          width: 100%;
          /* height: 280px; */
          object-fit: cover;
        }

        .rating-tag {
          position: absolute;
          top: 18px;
          left: 18px;
          background: #fff;
          border-radius: 10px;
          padding: 8px 8px;
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 14px;
          font-weight: 700;

          span {
            background: #16a34a;
            color: #fff;
            padding: 5px 8px;
            border-radius: 6px;
          }
        }
      }

      .hotel-info {
        padding: 24px;
        border-bottom: 1px solid #e1e2e3;

        h3 {
          font-size: 23px;
          font-weight: 700;
          margin-bottom: 4px;
          line-height: 1.3;
          font-family: "Philosopher", sans-serif !important;
          color: #812f00;
        }

        p {
          line-height: 1.7;
          margin: 0;
          color: #626262;
          font-size: 14px;
        }
      }

      .booking-details {
        padding: 24px;
        border-bottom: 1px solid #e1e2e3;
        font-family: "Lato", sans-serif;

        .booking-row {
          display: flex;
          justify-content: space-between;
          gap: 20px;
          margin-bottom: 18px;
          align-items: end;

          span {
            display: block;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 3px;
            color: #0f172a;

          }

          h5 {
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 5px;
          }

          p {
            font-size: 14px;
            color: #64748b;
            margin: 0;
          }

          .nights {
            display: flex;
            align-items: center;
          }
        }

        .detail-line {
          margin-bottom: 20px;

          span {
            display: block;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #0f172a;
          }

          p {
            margin: 0;
            font-size: 15px;
            font-weight: 600;
          }
        }

        .change-room {
          text-decoration: none;
          color: #ff7f0a;
          font-size: 14px;
          font-weight: 700;
          background-color: #ff7f0a30;
          padding: 5px 13px;
          border-radius: 50px;
        }
      }

      .price-box {
        padding: 24px;
        font-family: "Lato", sans-serif;

        h4 {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 8px;
          color: #812f00;
          margin-top: 0;
          font-family: "Philosopher", sans-serif !important;
        }

        .price-line {
          display: flex;
          justify-content: space-between;
          gap: 20px;
          margin-bottom: 13px;

          span,
          strong {
            font-size: 15px;
          }

          &.discount {

            span,
            strong {
              color: #16a34a;
            }
          }
        }

        .total-price {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-top: 22px;
          margin-top: 24px;
          border-top: 1px solid #edf2f7;

          h5 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 6px;
          }

          p {
            margin: 0;
            font-size: 13px;
            color: #64748b;
          }

          h2 {
            font-size: 24px;
            font-weight: 700;
            color: #0f172a;
            font-family: "Lato", sans-serif !important;
          }
        }

        .great-deal {
          margin-top: 22px;
          background: #edfdf3;
          border: 1px solid #c7f0d5;
          border-radius: 12px;
          padding: 15px;
          display: flex;
          gap: 10px;
          font-size: 14px;
          color: #15803d;
        }



        .secure-text {
          margin-top: 18px;
          text-align: center;
          font-size: 14px;
          color: #64748b;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
        }
      }
    }
  }


  .payment-sections {
    background-color: #ffffff;
    border: 1px solid #00000021;
    padding: 20px;
    border-radius: 12px;

    label {
      font-weight: 600;
      color: #313131;
      font-size: 17px;
    }

    .img {
      text-align: center;

      img {
        max-width: 46%;
      }

    }

    p {
      margin-left: 5px;
      margin-bottom: 0;
      font-size: 12px;
      color: #707070;
    }

    h6 {
      font-weight: 600;
      text-align: center;
      font-size: 14px;
      margin-top: 11px;
      color: #565656;
    }
  }

  .form-check-input:checked {
    background-color: #ff9615;
    border-color: #ff9615;
  }




}

.main-btn {
  background: linear-gradient(45deg, #ff9f1a, #ff6a00);
  border: 0;
  font-size: 14px;
  padding: 11px 25px;
  border-radius: 9px;
  color: #fff;
  font-weight: 600;
}

.hotel-section {
  padding-bottom: 90px;
  padding-top: 65px;

  .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 100px;
  }

  .slider-track:active {
    cursor: grabbing;
  }

  .slider {
    overflow: hidden;
  }

  .slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
  }

  .card {
    min-width: calc(20% - 16px);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #0000001f;
    position: relative;

    .tags {
      background: linear-gradient(45deg, #ff9f1a, #ff6a00);
      position: absolute;
      font-family: "Lato", sans-serif;
      font-size: 9px;
      color: #fff;
      padding: 6px 11px;
      border-radius: 7px;
      top: 7px;
      left: 7px;
      font-weight: 600;
    }

    .heart {
      top: 10px;
      position: absolute;
      color: #fff;
      right: 10px;
    }

    .card-inner {
      padding: 15px;
      font-family: "Lato", sans-serif !important;

      h5 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 7px;
      }

      p {
        font-size: 13px;
        color: #646464;
        margin-bottom: 9px;

        i {
          margin-right: 10px;
        }
      }

      h6 {
        font-size: 14px;
        margin: 0;
        font-weight: 700;

        span {
          font-size: 11px;
          font-weight: 400;
          color: #898989;
          margin-left: 4px;
        }
      }

      button {
        font-size: 10px !important;
        border: 1px solid #863100;
        background: transparent !important;
        padding: 3px 10px;
        font-size: 10px;
        color: #863100;
        font-weight: 600;
        border-radius: 5px;
        padding-top: 7px;
      }

      h4 {
        color: #ff6a00;
        font-size: 13px;
        font-weight: 700;
        margin-top: 7px;

        i {
          color: #ff6a00;
          margin-right: 3px;
        }

        span {
          margin-left: 3px;
          font-size: 12px;
          color: #605e5e;
          background: transparent;
          padding: 0;
        }
      }
    }

    img {
      max-width: 100%;
      border-radius: 10px 10px 0 0;
    }
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff5ea;
    color: #983700;
    border: 0;
    width: 45px;
    height: 45px;
    border-radius: 71px;
    border: 1px solid #993700;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
}

.inner-banners {
  /* background-color: #fed79d; */
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #0000001f;
  background: url(../assets/image/hotel-bg.png) no-repeat;
  background-size: cover;
  padding: 28px 100px;
  font-family: "Lato", sans-serif !important;

  .hotel-raw {
    label {
      font-size: 12px;
      font-family: "Lato", sans-serif !important;
    }

    .form-control {
      font-size: 12px;
      padding: 10px;
      border: 1px solid #ffb06e;
    }

    .form-select {
      font-size: 12px;
      padding: 10px;
    }

    button {
      border: 0;
      font-size: 12px;
      padding: 11px 17px;
      border-radius: 8px;
      color: #ffd4a2;
      border: 1px solid #ffd4a2;
      background: linear-gradient(45deg, #802f00, #9f3900);
      width: 100%;
    }
  }
}

.inner-hotel-section {
  padding: 80px 0;

  .filter-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    padding: 18px;
    font-family: "Lato", sans-serif !important;

    .title {
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 12px;
      color: #642500;
      font-family: "Philosopher", sans-serif !important;
    }

    .filter-section {
      border-top: 1px solid #eee;
      padding-top: 14px;
      margin-top: 14px;

      .section-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;

        h4 {
          font-size: 14px;
          font-weight: 600;
          color: #3a1a2a;
        }

        .arrow {
          font-size: 14px;
          color: #ff6b00;
        }
      }
    }

    .price-range {
      margin-top: 12px;

      .price-values {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: #555;
        margin-bottom: 8px;

        span {
          background: #f3f3f3;
          padding: 4px 10px;
          border-radius: 20px;
        }
      }

      .slider {
        width: 100%;
        accent-color: #7b2d00;
      }
    }

    .check {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      margin: 8px 0;
      color: #333;

      input {
        accent-color: #6b1e3f;
      }
    }

    .actions {
      display: flex;
      gap: 10px;
      margin-top: 18px;

      button {
        flex: 1;
        padding: 10px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        border: none;
      }

      .reset {
        background: #f2f2f2;
        color: #333;
      }

      .apply {
        background: #652500 !important;
        color: #fff;
      }
    }
  }

  .hotel-listing-section {
    margin: auto;

    .top-filters {
      display: flex;
      gap: 12px;
      margin-bottom: 18px;
      flex-wrap: wrap;

      .filter-btn {
        padding: 8px 16px;
        border-radius: 7px;
        border: 1px solid #e3e3e3;
        background: #fff;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        transition: 0.3s ease;
        color: #3e1700;
        font-family: "Lato", sans-serif !important;

        &:hover {
          border-color: #cfcfcf;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
      }
    }

    /* .stay-info {
        background: #edf4ec;
        border: 1px solid #dbe8d7;
        border-radius: 14px;
        padding: 14px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;

        .left {
          display: flex;
          align-items: center;
          gap: 10px;

          .icon {
            font-size: 20px;
          }

          p {
            margin: 0;
            color: #2d3a2d;
            font-size: 15px;
          }
        }

        .arrow {
          font-size: 26px;
          color: #555;
        }
      } */

    .hotel-card {
      background: #fff;
      border-radius: 18px;
      padding: 20px;
      display: flex;
      gap: 18px;
      border: 1px solid #ececec;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
      font-family: "Lato", sans-serif !important;
      margin-bottom: 22px;

      .hotel-image {
        width: 250px;
        min-width: 250px;
        height: 220px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .best-seller {
          position: absolute;
          top: 12px;
          left: 12px;
          background: #0d8f61;
          color: #fff;
          padding: 6px 12px;
          border-radius: 30px;
          font-size: 12px;
          font-weight: 600;
        }

        .wishlist {
          position: absolute;
          top: 12px;
          right: 12px;
          width: 38px;
          height: 38px;
          border-radius: 50%;
          border: none;
          background: rgba(255, 255, 255, 0.9);
          font-size: 20px;
          cursor: pointer;
        }
      }

      .hotel-content {
        flex: 1;
        display: flex;
        flex-direction: column;

        h3 {
          font-size: 21px;
          margin: 0 0 1px;
          color: #111;
          font-weight: 700;
          font-family: "Philosopher", sans-serif !important;
          margin-bottom: 7px;
        }

        .rating-row {
          display: flex;
          align-items: center;
          gap: 6px;
          margin-bottom: 6px;

          .star {
            color: #ff8c1a;
            font-size: 16px;
          }

          .rating {
            color: #ff8c1a;
            font-weight: 700;
          }

          .reviews {
            color: #7a7a7a;
            font-size: 14px;
          }
        }

        .location {
          font-size: 14px;
          color: #555;
          margin: 7px 0;
          margin-bottom: 20px;
        }

        .features {
          display: flex;
          gap: 18px;
          flex-wrap: wrap;
          margin-bottom: 20px;

          span {
            font-size: 13px;
            color: #333;
          }
        }

        .tags {
          display: flex;
          gap: 10px;
          flex-wrap: wrap;
          margin-bottom: 10px;

          span {
            background: #eef7ee;
            color: #3f7b46;
            padding: 7px 12px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
          }
        }

        .bottom-row {
          margin-top: auto;
          display: flex;
          align-items: end;
          justify-content: space-between;
          gap: 20px;

          .price-box {
            h2 {
              margin: 0;
              font-size: 22px;
              color: #111;
              font-weight: 600;

              span {
                font-size: 16px;
                color: #777;
                font-weight: 500;
              }
            }

            p {
              margin: 6px 0 0;
              color: #777;
              font-size: 14px;
            }
          }

          .book-btn {
            background: linear-gradient(45deg, #ff9f1a, #ff6a00);
            border: 0;
            font-size: 14px;
            padding: 11px 25px;
            border-radius: 9px;
            margin-left: 23px;
            color: #fff;
            font-weight: 600;

            &:hover {
              transform: translateY(-2px);
            }
          }
        }
      }
    }
  }
}

.stats-section {
  width: 85%;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: auto;
  margin-top: 95px;
  font-family: "Lato", sans-serif !important;

  .stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 28px;
    border-right: 1px solid #ececec;
    justify-content: center;

    .iconss {
      width: 48px;
      height: 48px;
      min-width: 48px;
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(45deg, #ff9f1a, #ff6a00);

      i {
        font-size: 21px;
        color: #ffffff;
      }
    }

    .content {
      h3 {
        font-size: 20px;
        font-weight: 700;
        color: #292929;
        margin: 0;
        line-height: 1.1;
      }

      p {
        font-size: 16px;
        font-weight: 500;
        color: #636363;
        margin: 0px 0 0;
        line-height: 1.4;
      }
    }
  }

  .border-none {
    border-right: none;
  }
}

.destination-section {
  padding-bottom: 90px;

  .section-title {
    font-size: 26px;
    font-weight: 600;
  }

  .dest-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); */
    transition: 0.3s;
    border: 1px solid #0000001f;
    font-family: "Lato", sans-serif !important;

    &:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }

    .img-box {
      height: 180px;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s;
      }
    }

    &:hover img {
      transform: scale(1.05);
    }

    .content {
      padding: 15px;

      h6 {
        margin: 0;
        font-weight: 600;
      }

      p {
        margin: 5px 0 0;
        font-size: 13px;
        color: #777;
      }
    }
  }
}

.budget-section {
  padding-top: 10px;
}

a.link-btns {
  font-family: "Lato", sans-serif;
  color: #873100;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;

  i {
    margin-left: 10px;
    margin-top: 4px;
  }
}
}

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

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

.main-mobile-nav {
  display: none;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 85%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  /* background-clip: padding-box; */
  outline: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 999999999999999 !important;
  background: url(../assets/image/side-nav2.png) no-repeat !important;
  background-size: cover !important;

  .side-nav-links {
    ul {
      padding-left: 0;

      li {
        list-style: none;
        margin-bottom: 22px;

        a {
          font-size: 18px;
          color: #000;
          display: block;
        }
      }
    }

    .accordion-button {
      padding: 0 !important;
      background: none !important;
      box-shadow: none !important;
      border: none !important;
      color: #000;
      font-size: 18px;
    }

    .accordion-button:hover {
      background: none !important;
    }

    .accordion-button:focus {
      box-shadow: none !important;
      outline: none !important;
      color: #000;
    }

    .accordion-button:not(.collapsed) {
      background: none !important;
      box-shadow: none !important;
      color: #000;
    }

    .accordion-button::after {
      margin-left: auto;
    }

    .accordion-body {
      padding: 0 !important;
    }

    .accordion-item {
      border: none !important;
      background-color: transparent !important;
    }

    /* .gradient-text {
    background: linear-gradient(to right, #7a0f16, #f6c453, #7a0f16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  } */

    .accordion-header {
      margin: 0 !important;
    }
  }
}

.m-new {
  display: none;
}

.m-none {
  display: none;
}

.mobile-new {
  display: none;
}

@media (max-width: 768px) {
  .home-new {
    & .blog-section {
      & .blog-small {
        .blog-card {
          display: block !important;
        }
      }
    }

    .jain-section {
      padding: 30px 0px;
    }

    .mobile-new {
      display: block !important;
      position: absolute;
      width: 100%;
      top: 415px;
      border-radius: 50px 50px 0 0;
      padding-top: 24px;
      padding-bottom: 42px;
      background: #fff5ea;

      .carousel {
        gap: 25px;
        padding: 2rem 0;
      }

      .card {
        flex: 0 0 calc(46% - 0rem);
      }

      .carousel::scroll-marker-group {
        margin-top: 1px;
      }

      .carousel::scroll-button(right) {
        display: none;
      }

      .carousel::scroll-button(left) {
        display: none;
      }
    }
  }

  .home-new {
    & .blog-section {
      & .blog-big {
        .blog-img img {
          width: 100%;
          height: auto !important;
          object-fit: cover;
        }
      }
    }
  }

  .m-none {
    display: block !important;
    margin-top: 115% !important;
  }

  .home-new {
    .sub-header {
      display: none;
    }

    & .hero-section {
      background: url(../assets/image/hero-mobile.png) no-repeat !important;
      display: flex;
      align-items: baseline;
      padding-top: 50px;
      padding-bottom: 100px;
      background-size: cover !important;
      height: fit-content !important;

      .hero-content {
        text-align: center;

        h2 {
          font-size: 41px;
          line-height: 45px;
        }
      }
    }

    .about-section {
      padding-top: 40px;

      display: none;

      .video-section {
        height: 210px;
      }

      .about-content {
        padding-left: 0;
        text-align: center;
        padding-top: 22px;
      }
    }
  }

  .heading {
    margin-right: 0 !important;

    h2 {
      font-size: 22px !important;
    }

    h3 {
      font-size: 21px;
      margin-bottom: 5px;
    }
  }

  .main-mobile-nav {
    display: block !important;
  }

  .main-mobile-nav {
    display: block !important;
  }

  .service-sections {
    padding-bottom: 40px !important;
    padding-top: 30px !important;

    & .service-inner {
      margin-bottom: 20px !important;

      img {
        max-width: 110px !important;
      }

      h4 {
        font-size: 20px !important;
        margin-top: 0;
      }
    }
  }

  .service2-section {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    display: none;

    & .service2-inner {
      margin-bottom: 15px;

      .service2-content {
        padding: 11px !important;
      }
    }
  }

  .galaxy-section {
    text-align: center;
    padding: 40px !important;
    display: none;

    img {
      max-width: 50% !important;
    }

    h3 {
      font-size: 28px;
      margin-top: 13px;
      line-height: 30px;
    }

    h4 {
      font-size: 21px;

      span {
        font-size: 19px;
        padding: 9px 20px;
        margin-top: 14px;
        display: block;
      }
    }
  }

  .service3-section {
    display: none;
  }

  .blog-section {
    padding: 40px 0 !important;

    & .blog-big {
      margin-bottom: 21px !important;

      & .blog-content {
        padding: 20px 20px !important;

        h3 {
          font-size: 19px !important;
          line-height: 23px !important;
        }
      }
    }
  }

  .home-new {
    & .hero-section {
      .search-btn {
        padding: 12px 23px;
      }

      .search-box {
        display: none !important;
      }
    }

    .m-header {
      display: none;
    }
  }

  .home-new {
    & .dharam-section {
      padding-top: 40px;
      background: #fff5ea;
      padding-bottom: 10px;

      h2 {
        img {
          display: none !important;
        }
      }

      .dharam-inner {
        border: 1px solid #9b39004d;
        padding: 20px 4px;
        margin-bottom: 15px;

        h4 {
          font-size: 19px;
          margin-bottom: 4px;
        }

        p {
          font-size: 14px;
        }

        button {
          font-size: 14px;
          padding: 3px 36px;
        }
      }
    }
  }

  .m-new {
    display: block !important;
    padding: 40px 0 !important;
  }

  .jain-section {
    background: url(../assets/image/jain-mobile.png) no-repeat !important;
    background-size: cover !important;
    margin: 30px auto !important;
    padding: 80px 0px;
    border-radius: 39px;
    text-align: center;
    display: none;
  }

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

  .home-new {
    & .service3-section {
      .card img {
        height: min-content;
      }

      .img-wrapper {
        height: 130px !important;
      }

      .card-content {
        padding: 22px 11px;
      }
    }
  }

  .home-new {
    .hotel-banner {
      background: url(../assets/image/side-nav.png) no-repeat !important;
      padding: 0px 20px;
      height: 400px !important;

      .hotel-banner-content {
        text-align: center;

        h3 {
          font-size: 28px;
        }

        .flow {
          display: flex !important;
          justify-content: center !important;

        }
      }

      button {
        margin-top: 10px !important;
      }

      .flow-inner {
        padding: 9px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
        text-align: center !important;
        display: block !important;
        border: 0 !important;
        width: 50% !important;

        i {
          margin-right: 0 !important;
        }
      }

      .p-all-none {
        padding-right: 0 !important;
        margin-right: 0 !important;
      }

      .hotel-raw {
        bottom: -254px !important;
        width: 90% !important;
      }
    }

    .stay-type-section {
      padding-top: 285px !important;

      .row-cols-5>* {
        flex: 0 0 auto;
        width: 50% !important;
        justify-content: center !important;
      }

      .row.row-cols-5 {
        justify-content: center !important;
      }
    }

    .stay-type-inner {
      padding: 8px !important;
      margin-top: 9px !important;

      h4 {
        font-size: 15px !important;
        margin-left: 8px !important;
      }
    }
  }

  .pooja-ratingss {
    .row-cols-5>* {
      width: 91%;
      margin: auto;
      margin-bottom: 12px;
    }
  }

  .home-new {
    & .Hotel-details-section {
      .booking-summary {

        margin-top: 16px;
      }
    }
  }

  .group-pooja-inner {
    margin-bottom: 10px;
  }


  .pooja-sectionss .pooja-inners img {
    width: 43% !important;

  }



  .hotel-section {
    padding-bottom: 10px !important;
    padding-top: 40px !important;

    /* Convert slider → 2-column grid on mobile */
    .slider-container {
      padding: 0 10px !important;
      overflow: visible !important;
    }

    .arrow {
      display: none !important;
    }

    .slider {
      overflow: visible !important;
    }

    .slider-track {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 12px !important;
      transform: none !important;
      transition: none !important;
      width: 100% !important;
    }

    .card {
      width: calc(50% - 6px) !important;
      min-width: calc(50% - 6px) !important;
      max-width: calc(50% - 6px) !important;
    }

    a.link-btns {
      display: none !important;
    }
  }

  .d-nn {
    justify-content: center !important;
  }

  .category-section {
    padding-bottom: 30px !important;

    .cat-card {
      display: block !important;
      text-align: center !important;
      margin-bottom: 20px !important;

      .icon {
        margin: auto !important;
        margin-bottom: 10px !important;
      }
    }
  }

  .destination-section {
    h2 {
      text-align: center !important;
    }

    .dest-card {
      margin-bottom: 20px !important;

      .content {
        padding: 7px;
        text-align: center !important;

        p {
          display: none !important;
        }
      }
    }
  }

  .destination-section {
    padding-bottom: 30px !important;
  }

  .testimonial-section {
    padding-bottom: 40px !important;

    h2 {
      text-align: center !important;
    }

    .testimonial-card {
      padding: 15px !important;
      margin-bottom: 10px;

      .bottom-bar {
        padding-top: 10px !important;
      }

      .profile {
        display: block !important;
      }
    }
  }

  .arrow {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    top: 40% !important;
  }

  .temple-footer {
    padding-top: 34px !important;

    hr {
      margin: 15px 0 20px !important;
    }
  }

  .inner-banners {
    padding: 24px 0px !important;
    background: linear-gradient(309deg, #fef1e0, #ffcb9b) !important;

    button {
      margin-top: 15px !important;
    }
  }

  .inner-hotel-section {
    padding: 30px 0 !important;

    .filter-card {
      display: none !important;
    }
  }

  .filter-btn {
    padding: 8px 11px !important;
  }

  .hotel-listing-section {
    .hotel-card {
      display: block !important;

      .hotel-image {
        width: 100% !important;
        min-width: 100% !important;
        height: 120px !important;
      }

      .hotel-top {
        margin-top: 14px !important;
      }

      .hotel-content {
        h3 {
          font-size: 18px !important;
        }

        .location {
          margin-bottom: 10px !important;
          margin-top: 0 !important;
        }

        .features {
          display: none !important;
          margin-bottom: 9px !important;
        }

        .rating-row {
          display: none !important;
        }

        .tags {
          display: none !important;
        }

        .bottom-row {
          display: block !important;
        }

        .book-btn {
          margin-left: 0 !important;
          width: 100% !important;
          padding: 6px 25px !important;
          border-radius: 6px !important;
        }

        .price-box {
          p {
            display: none !important;
          }

          h2 {
            font-size: 18px !important;
            margin-bottom: 11px !important;
          }
        }

        .wishlist {
          width: 28px !important;
          height: 28px !important;
        }
      }
    }

    .best-seller {
      display: none !important;
    }
  }
}

.Astrology-banner {
  background: url(../assets/image/Astrology-Banner2.png) no-repeat !important;
  min-height: 360px !important;
  background-size: cover !important;
  padding: 60px 115px 48px;

  h5 {
    color: rgb(241, 109, 0);
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
  }

  p {
    font-size: 14px;
    line-height: 1.65;
    color: #67422a;
    max-width: 430px;
  }

  button.btn.btn-primary {
    padding: 10px 19px;
    background: #8d3500;
    border: 2px solid #8d3500;
    font-family: "Lato", sans-serif;
    font-size: 13px;
  }

  button.btn.btn-primary2 {
    margin-left: 10px;
    padding: 10px 19px;
    background: transparent;
    border: 2px solid #8d3500;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: #8d3500;
    font-weight: 600;
  }
}

.hotel-avatar-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #333;
  margin-left: 13px;
}

.astro-services {
  padding: 80px 0;

  .service-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgb(131 131 131 / 8%);
    background: #fff8f0;
    border: 1px solid #f0dfcf;
  }

  .service-card {
    text-align: center;
    padding: 30px 20px;
    border-right: 1px solid #f0dfcf;
    height: 100%;


    img {
      max-width: 40%;
    }

    h4 {
      font-size: 20px;
      margin-bottom: 5px;
      color: #8d3500 !important;
      font-weight: 600;
      margin-top: 5px;
    }

    p {
      font-size: 13px;
      color: #5e5e5e;
      margin-bottom: 15px;
      font-family: "Lato", sans-serif !important;
    }
  }

  .btn-service {
    display: inline-block;
    padding: 6px 17px;
    background: linear-gradient(45deg, #ff9f1a, #ff6a00);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-family: "Lato", sans-serif !important;
  }
}


.about-horoscope-section {
  padding-bottom: 80px;

  .about-box,
  .horoscope-box {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
  }

  .about-box {
    padding-right: 60px;

    .sub-title {
      color: #9a5d25;
      font-size: 17px;
      display: inline-block;
      margin-bottom: 15px;
      font-family: "Lato", sans-serif !important;
    }

    h2 {
      font-size: 42px;
      line-height: 1.2;
      margin-bottom: 8px;
      color: #5d2c00;
      font-weight: 700;


      span {
        color: #d46f1d;
      }
    }

    p {
      font-weight: 400;
      /* max-width: 420px; */
      color: #454444;
      margin-bottom: 21px;
      font-family: "Lato", sans-serif !important;
    }
  }

  .theme-btn,
  .horoscope-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s;
  }

  .theme-btn {
    border: 1px solid #c9a27c;
    padding: 12px 24px;
    color: #5d2c00;
  }

  .horoscope-box {
    padding: 40px;
    background: linear-gradient(135deg, #180b02, #321300);

    h3 {
      color: #fff;
      text-align: center;
      font-size: 47px;
    }

    p {
      color: #d5d5d5;
      text-align: center;
      margin-bottom: 20px;
    }
  }

  .form-select {
    height: 48px;
    margin: 0;
    width: 1050px;
    margin-right: 14px;
  }


  .horoscope-btn {
    width: 100%;
    justify-content: center;
    margin: 0;
    background: linear-gradient(45deg, #ff9f1a, #ff6a00);
    color: #fff;
    padding: 12px;
  }



  .zodiac-item {
    text-align: center;
    color: #ff7a00;

    img {
      max-width: 35px;
      margin-top: 17px;

    }

    span {
      color: #fff;
      font-size: 13px;
      font-family: "Lato", sans-serif !important;
      display: block;
      margin-top: 10px;
    }
  }
}


p {
  font-family: "Lato", sans-serif !important;
}


.why-choose-us {
  padding-bottom: 80px;

  .feature-card {
         text-align: center;
        padding: 20px;
        height: 100%;
        background: #f5eae0;
        border: 1px solid #d0c9c3;
        border-radius: 13px;

    i {
      font-size: 36px;
      margin-bottom: 10px;
      color: #fa7304;

    }

    h4 {
      font-size: 20px;
      margin-bottom: 5px;
      color: #8d3500 !important;
      font-weight: 600;
      margin-top: 5px;
    }

    p {
      font-size: 15px;
      color: #5e5e5e;
      margin-bottom: 15px;
      font-family: "Lato", sans-serif !important;
    }
  }
}


.servicessss-section {
  padding-bottom: 80px;

  .service-card {
    background: #f5eae0;
    border: 1px solid #d0c9c3;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    transition: .3s;

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

    img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .content {
      padding: 20px;
    }

    h4 {
      font-size: 24px;
      margin-bottom: 10px;
      color: #3b2415;
    }

    p {
      font-size: 15px;
      color: #777;
      margin-bottom: 15px;
      line-height: 1.6;
    }

    a {
      background: linear-gradient(45deg, #802f00, #9f3900);
      color: #ffd4a2;
      border: 1px solid #ffd4a2;
      padding: 7px 22px;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 500;
    }
  }

  .view-btn {
    justify-content: center;
    margin: 0;
    background: linear-gradient(45deg, #ff9f1a, #ff6a00);
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
  }
}

.astro-inner-details{
  padding: 80px 0;

  img{
    border-radius: 20px;
  }

  .about-astro-inner-details{
    padding-left: 30px;
  }
}




.astrologer-section {
  padding-bottom: 80px;

  .astro-card {
    position: relative;
         background: #f5eae0;
        border: 1px solid #d0c9c3;
    border-radius: 20px;
    padding: 18px;
    height: 100%;
    transition: .3s;

    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

    .verified {
      position: absolute;
      right: 16px;
      top: 16px;
      width: 26px;
      height: 26px;
      background: #10a319;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 12px;
    }

    .profile-info {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      margin-bottom: 20px;

      img {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #f4d7ba;
      }

      .content {
        flex: 1;

        h4 {
                            font-size: 22px;
                    margin-bottom: 5px;
                    font-weight: 600;
                    color: #812f00;
        }

        p {
          color: #f48c24;
          margin-bottom: 10px;
          font-size: 16px;
        }

        .lang {
          background: #fff5eb;
          color: #d07c27;
          padding: 6px 14px;
          border-radius: 30px;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          font-size: 14px;
        }
      }
    }

    .rating-row {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;

      .stars {
        color: #ff8c00;
        letter-spacing: 3px;
      }

      span {
      color: #812f00;
          font-family: "Lato", sans-serif !important;
      }
    }

    .info-box {
      background: #fbf5ed;
      border-radius: 14px;
      padding: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 18px;

      .divider {
        width: 1px;
        height: 45px;
        background: #e4d8c9;
      }

      .item {
        display: flex;
        align-items: center;
        gap: 12px;

        .icon {
          width: 42px;
          height: 42px;
          background: #ece3ff;
          color: #6c4ed9;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;

          &.price {
            background: #dff2d6;
            color: #198754;
            font-weight: 700;
          }
        }

        small {
          display: block;
          color: #777;
          font-size: 13px;
              font-family: "Lato", sans-serif !important;
        }

        h6 {
                           margin: 3px 0 0;
                    font-size: 18px;
                    font-weight: 700;
                    color: #812f00;
        }
      }
    }

    .detail-btn {
      height: 52px;
      background: linear-gradient(
        90deg,
        #ff7b12,
        #ff9d31
      );
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      transition: .3s;

      &:hover {
        color: #fff;
        transform: scale(1.02);
      }
    }
  }
}



.astrologer-profile {
padding: 80px 0;
    .profile-card {
             background: #f5eae0;
        border: 1px solid #d0c9c3;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,.05);
        height: 100%;
    }

    .profile-img {
        position: relative;
        padding: 10px;

        img {
                      width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
        }

        .status-dot {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 28px;
            height: 28px;
            background: #16c60c;
            border-radius: 50%;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            border: 3px solid #fff;
        }
    }

    .profile-content {
        padding: 20px;
    }

    h3 {
        font-size: 22px;
        font-weight: 700;
        color: #4a2b18;
        margin-bottom: 10px;

  
    }

    .speciality {
        color: #ff7a00;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .profile-info {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;

        li {
                      display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 12px;
            color: #555;
            line-height: 1.5;
            font-family: "Lato", sans-serif !important;
            font-size: 14px;

            i {
                color: #ff7a00;
                margin-top: 4px;
            }
        }
    }

    .book-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: linear-gradient(
            90deg,
            #ff8b16,
            #ff6a00
        );
        color: #fff;
        text-decoration: none;
        height: 50px;
        border-radius: 8px;
        font-weight: 600;
        transition: .3s;

        &:hover {
            transform: translateY(-2px);
            color: #fff;
        }
    }

    .content-box {
        padding: 10px 15px;
    }

    .section-title {
        margin-bottom: 20px;

    }

    p {
              color: #444;
        line-height: 27px;
        margin-bottom: 11px;
    }

    .rating-title {
        margin-top: 25px;
    }

    .rating-text {
        margin-bottom: 15px;
    }

    .rating-wrap {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .rating-row {
        display: grid;
        grid-template-columns: 70px 90px 1fr 30px;
        align-items: center;
        gap: 20px;

        span {
            font-weight: 500;
        }

        .stars {
            color: #ff8800;
            letter-spacing: 2px;
            font-size: 18px;
        }

        .progress {
            height: 10px;
            border-radius: 30px;
            background: #f6dfcf;
            overflow: hidden;
        }

        .progress-bar {
            background: #ff8800;
        }

        strong {
            font-weight: 600;
        }
    }
}





/********************************************* new layout css ********************************************/

/* ================================================================
   HOTEL PAGES — COMPREHENSIVE RESPONSIVE STYLES
   Covers: Hotel, Hotel-Rooms, Hotel-Details, Checkout,
           Hotel-Payment, Booking-Confirm, My-Hotel-Bookings
   ================================================================ */

/* ── Base: bk-info-box (My Bookings page) ── */
.bk-info-box {
  background: #fff8f2;
  border: 1px solid #f0e0d0;
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
}

.bk-info-box span {
  display: block;
  font-size: 11px;
  color: #999;
  margin-bottom: 3px;
  font-weight: 500;
}

.bk-info-box strong {
  font-size: 14px;
  font-weight: 700;
  color: #2d2d2d;
}

/* ── Tablet & below (< 992px): 2-column → stacked ── */
@media (max-width: 991px) {

  /* Hotel details: gallery + content stack nicely */
  .Hotel-details-section .col-md-5 {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }

  /* Hotel info box: 3 per row on tablet */
  .hotel-info-box .row.row-cols-5>* {
    flex: 0 0 auto !important;
    width: 33.333% !important;
    margin-bottom: 18px;
  }

  /* Stats section in hotel-rooms */
  .stats-section {
    flex-wrap: wrap;
    margin-top: 40px !important;
  }

  .stats-section .stat-item {
    width: 50%;
    flex: unset;
    border-right: none;
    border-bottom: 1px solid #ececec;
    padding: 14px 10px;
  }
}

/* ── Mobile (≤ 768px) ── */
@media (max-width: 768px) {

  /* --- Checkout & Payment pages --- */
  .checkout-page {
    padding: 16px 0 40px !important;
  }

  .checkout-page .heading h2 {
    font-size: 22px !important;
  }

  .checkout-card {
    padding: 16px !important;
    margin-bottom: 14px !important;
  }

  .checkout-card .section-title h3 {
    font-size: 17px !important;
  }

  /* Coupon box: stack on mobile */
  .coupon-box {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .coupon-box input {
    width: 100% !important;
  }

  .coupon-box .main-btn {
    width: 100% !important;
    text-align: center;
  }

  /* Free cancellation box */
  .free-cancel-box {
    padding: 14px !important;
    gap: 12px !important;
  }

  .free-cancel-box h4 {
    font-size: 15px !important;
    line-height: 1.4;
  }

  /* Booking summary panel */
  .booking-summary .summary-image img {
    height: 180px !important;
  }

  .booking-summary .hotel-info {
    padding: 14px !important;
  }

  .booking-summary .hotel-info h3 {
    font-size: 17px !important;
  }

  .booking-summary .booking-details {
    padding: 14px !important;
  }

  .booking-summary .price-box {
    padding: 14px !important;
  }

  .booking-summary .price-box h4 {
    font-size: 18px !important;
  }

  .booking-summary .total-price h2 {
    font-size: 20px !important;
  }

  /* Payment page UPI icons: 3 per row */
  .payment-sections .row>.col-md-2 {
    width: 33.333% !important;
  }

  /* --- Hotel Details page --- */
  .Hotel-details-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* Gallery: already handled by nested @media in global CSS */
  .hotel-detail-content {
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .hotel-detail-content h3 {
    font-size: 20px !important;
  }

  .hotel-detail-content .add-on {
    flex-wrap: wrap !important;
    gap: 6px;
    margin: 12px 0 !important;
  }

  /* Hotel info box: 2 per row */
  .hotel-info-box .row.row-cols-5>* {
    flex: 0 0 auto !important;
    width: 50% !important;
    margin-bottom: 16px;
  }

  /* About property: remove column borders on mobile */
  .about-property-section {
    padding: 16px !important;
  }

  .about-property-section .col-md-4 {
    border-right: none !important;
    border-bottom: 1px solid #e5d7c8;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }

  .about-property-section .col-md-4:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .about-property-section .about-property-inner {
    padding: 10px !important;
  }

  .about-property-section .about-property-inner h4 {
    font-size: 16px !important;
  }

  /* Review section */
  .review-sections .review-card {
    margin-bottom: 16px;
  }

  /* Hotel policies */
  .hotel-policies .policy-item {
    border-right: none !important;
    border-bottom: 1px solid #efefef;
    padding-bottom: 14px;
    margin-bottom: 8px;
  }

  .hotel-policies .policy-item:last-child {
    border-bottom: none;
  }

  /* --- Booking Confirm page --- */
  .booking-box {
    margin: 16px !important;
    padding: 20px !important;
  }

  .booking-box .btns {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .booking-box .booking-id h3 {
    font-size: 28px !important;
  }

  /* --- My Hotel Bookings page --- */
  .bk-info-box {
    padding: 8px 6px;
  }

  .bk-info-box span {
    font-size: 10px;
  }

  .bk-info-box strong {
    font-size: 12px;
  }

  /* Hotel Rooms listing: card full-width on mobile */
  .inner-hotel-section .hotel-listing-section .col-md-12.col-6 {
    width: 100% !important;
  }

  /* Inner banner search form: smaller label */
  .inner-banners .hotel-raw label {
    font-size: 11px !important;
  }

  /* Hotel details: booking row in summary stack */
  .booking-summary .booking-row {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .booking-summary .booking-row .nights {
    order: -1;
    width: 100%;
    text-align: center;
  }
}

/* ── Small mobile (≤ 480px) ── */
@media (max-width: 480px) {

  /* Hotel banner: all search form fields full-width */
  .hotel-banner .hotel-raw .container-fluid .row>[class*="col-"] {
    width: 100% !important;
    margin-bottom: 8px;
  }

  /* Inner hotel rooms search form */
  .inner-banners .hotel-raw .container-fluid .row>[class*="col-"] {
    width: 100% !important;
    margin-bottom: 8px;
  }

  /* Hotel info box: 1 per row */
  .hotel-info-box .row.row-cols-5>* {
    width: 100% !important;
  }

  /* Payment UPI: 2 per row on very small screens */
  .payment-sections .row>.col-md-2 {
    width: 50% !important;
  }

  /* Checkout card: minimum padding */
  .checkout-card {
    padding: 12px !important;
  }

  /* Booking confirm: smaller booking ID */
  .booking-box .booking-id {
    padding: 16px !important;
  }

  .booking-box .booking-id h3 {
    font-size: 24px !important;
  }

  /* My bookings: price/action column stacks naturally */
  .my-bookings-price-col {
    text-align: left !important;
    margin-top: 12px;
  }

  /* Testimonial cards: 1 per row on very small screens */
  .testimonial-section .col-md-6.col-6 {
    width: 100% !important;
  }

  /* Hotel section: 1 column on very small screens */
  .hotel-section .card {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

/* ===== POOJA PAGES CSS ===== */
.home-new {
  .pooja-banner {
    background: url(/assets/image/Pooja-banner.png) center / cover no-repeat;
    min-height: 360px;
    height: auto;
    padding: 60px 115px 48px;
  }

  .pooja-sectionss {
    padding: 55px 0 60px;

    .pooja-inners {
      background: #f5eae0;
      border: 1px solid #d0c9c3;
      border-radius: 14px;
      padding: 10px !important;
      overflow: hidden;
      text-align: center;
      box-shadow: none;
      transition: 0.3s ease;

      &:hover {
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.11);
        transform: translateY(-4px);
      }

      img {
        width: 66%;
        height: 173px;
        object-fit: cover;
        padding-top: 22px;
      }

      h4 {

        color: #7c2d01;
        line-height: 1.3;

        font-size: 20px;
        font-weight: 700;
        margin-top: 0 !important;
      }

      p {
        font-size: 12px;
        color: #777;
        margin: 0 10px 8px;
        line-height: 1.5;
      }

      span {
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: #f16d00;
        margin-bottom: 10px;
      }

      button {
        background: linear-gradient(45deg, #802f00, #9f3900);
        color: #ffd4a2;
        border: 1px solid #ffd4a2;
        padding: 7px 22px;
        border-radius: 50px;
        font-size: 13px;
        cursor: pointer;
        transition: 0.2s;

        &:hover {
          background: #fff;
          color: #802f00;
          border-color: #802f00;
        }
      }
    }

    .v-btns {
      background: transparent;
      color: #812f00;
      border: 1px solid #812f00;
      padding: 10px 40px;
      border-radius: 50px;
      font-size: 16px;
      font-family: "Philosopher", sans-serif;
      display: inline-block;
      cursor: pointer;
      transition: 0.2s;
      text-decoration: none;

      &:hover {
        background: #812f00;
        color: #fff !important;
      }
    }
  }

  /* === POOJA DETAIL PAGE === */
  .pooja-detail-sections {
    padding: 50px 0;

    .pooja-img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      max-height: 340px;
    }

    .pooja-right-content {
      padding-left: 15px;

      >span {
        background: #fff5ea;
        color: #f16d00;
        padding: 5px 14px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 5px;

        border: 1px solid #ff9214;
      }

      h4 {
        font-size: 30px;
        font-weight: 700;
        color: #7c2d01;
        margin-bottom: 10px;
      }

      p {
        color: #666;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
      }

      .pooja-features {
        border: 1px solid #f0e0cc;
        border-radius: 10px;
        padding: 12px 8px;
        margin-bottom: 16px;
        background: #fffaf5;

        .feature-item {
          padding: 6px 4px;

          i {
            font-size: 23px;
            color: #f16d00;
            margin-bottom: 5px;
            display: block;
          }

          h6 {
            font-size: 15px;
            font-weight: 700;
            color: #7c2d01;
            margin: 0 0 3px;
            margin-top: 7px;
          }

          p {
            font-size: 12px;
            color: #4c4c4c;
            margin: 0;
          }
        }
      }

      .blessing-box {
        background: #fffaf5;
        border: 1px solid #f0e0cc;
        border-radius: 10px;
        padding: 14px;
        gap: 14px;

        .blessing-icon {
          font-size: 30px;
          color: #f16d00;
          flex-shrink: 0;
        }

        .blessing-content {
          h5 {
            font-size: 18px;
            font-weight: 700;
            color: #7c2d01;
            margin-bottom: 6px;
          }

          ul {
            margin: 0;
            padding-left: 16px;
            columns: 2;

            li {
              font-size: 13px;
              color: #555;
              line-height: 2;
              font-family: "Lato", sans-serif;
            }
          }
        }
      }
    }

    .pooja-card {
      background: #fff;
      border-radius: 14px;
      padding: 22px;
      border: 1px solid #f0e4d4;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
      position: sticky;
      top: 20px;

      h3 {
        font-size: 22px;
        font-weight: 700;
        color: #7c2d01;
        margin-bottom: 5px;
      }

      h4 {
        font-size: 29px;
        font-weight: 700;
        color: #f16d00;
        margin-bottom: 16px;

      }

      .select-card {
        border: 1px solid #f0e0cc;
        border-radius: 10px;
        padding: 12px 14px;
        margin-bottom: 14px;
        background: #fffaf5;

        h5 {
          font-size: 19px;
          font-weight: 700;
          color: #873100;
          margin-bottom: 10px;
          text-align: center;
        }

        .form-check {
          border-bottom: 1px solid #f0ede8;
          padding: 9px 0 9px 26px;

          &:last-child {
            border-bottom: 0;
            padding-bottom: 0;
          }

          .form-check-input:checked {
            background-color: #f16d00;
            border-color: #f16d00;
          }

          label {
            font-size: 15px;
            color: #1d1d1d;
            padding-left: 0;
            font-family: "Lato", sans-serif;
          }

          p {
            font-size: 13px;
            color: #f16d00;
            font-weight: 600;
            margin: 0;
          }
        }
      }

      >button {
        width: 100%;
        background: linear-gradient(45deg, #802f00, #9f3900);
        color: #ffd4a2;
        border: 1px solid #ffd4a2;
        padding: 12px;
        border-radius: 50px;
        font-size: 15px;
        cursor: pointer;
        transition: 0.2s;

        a {
          color: #ffd4a2 !important;
          text-decoration: none;
        }

        &:hover {
          background: #fff;
          color: #802f00;
          border-color: #802f00;

          a {
            color: #802f00 !important;
          }
        }
      }
    }
  }

  /* === POOJA INFO SECTION === */
  .pooja-info-section {
    padding: 50px 0 60px;
    background: #fff8f3;

    .info-card {
      background: #fff;
      border-radius: 16px;
      padding: 24px;
      border: 1px solid #f0e4d4;
      height: 100%;

      h2 {
        font-size: 18px;
        font-weight: 700;
        color: #7c2d01;
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid #8832002e;
      }

      .service-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 10px 0;
        border-bottom: 1px solid #f1e6d9;
        align-items: center;
        font-family: "Lato", sans-serif;

        &:last-child,
        &.mb-0 {
          border-bottom: 0;
        }

        .icon {
          width: 38px;
          height: 38px;
          min-width: 38px;
          background: #fff4e8;
          border-radius: 9px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          color: #f16d00;
        }

        h6 {
          font-size: 14px;
          font-weight: 700;
          color: #333;
          margin-bottom: 3px;
        }

        p {
          font-size: 12px;
          color: #999;
          margin: 0;
        }
      }

      .temple-box,
      .pandit-box {
        display: flex;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid #f5f0ea;

        img {
          width: 75px;
          height: 75px;
          border-radius: 10px;
          object-fit: cover;
          flex-shrink: 0;
        }

        .content {
          h5 {
            font-size: 16px;
            font-weight: 700;
            color: #333;
            margin-bottom: 2px;
          }

          span {
            font-size: 13px;
            color: #f16d00;
            font-weight: 600;
            display: block;
            margin-bottom: 4px;

          }

          p {
            font-size: 12px;
            color: #323232;
            margin: 0;
            line-height: 1.5;
          }

          h6 {
            font-size: 13px;
            color: #f16d00;
            margin: 4px 0 0;

            small {
              font-size: 11px;
              color: #aaa;
            }
          }
        }
      }

      .rating-box {
        padding-bottom: 14px;
        border-bottom: 1px solid #f5f0ea;
        margin-bottom: 14px;

        h3 {
          font-size: 32px;
          font-weight: 800;
          color: #7c2d01;
          display: flex;
          align-items: center;
          gap: 6px;

          span {
            font-size: 16px;
            color: #ffb400;
          }
        }

        p {
          color: #f16d00;
          font-size: 13px;
          margin: 0;
          font-weight: 800;
        }
      }

      .review-item {
        padding: 12px 0;
        border-bottom: 1px solid #f5f0ea;

        .top {
          display: flex;
          align-items: center;
          gap: 10px;
          margin-bottom: 7px;

          img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            object-fit: cover;
          }

          h6 {
            font-size: 13px;
            font-weight: 700;
            margin: 0 0 2px;
          }

          .stars {
            font-size: 11px;
            color: #ffb400;
          }
        }

        p {
          font-size: 13px;
          color: #5c5757;
          margin: 0;
          line-height: 1.5;
        }
      }

      .review-btn {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #f16d00;
        font-size: 13px;
        font-weight: 600;
        margin-top: 12px;
        text-decoration: none;
        transition: gap 0.2s;

        &:hover {
          gap: 12px;
        }
      }
    }
  }
}

/* Responsive: pooja cards 2 per row on tablet */
@media screen and (max-width: 992px) {
  .home-new .pooja-sectionss .row.row-cols-5>* {
    width: 33.33% !important;
  }

  .home-new .pooja-banner {
    padding: 40px 30px 36px;
    min-height: auto;
  }

  .home-new .pooja-detail-sections .pooja-right-content {
    padding-left: 0;
    margin-top: 20px;
  }
}

/* Responsive: pooja cards 2 per row on mobile */
@media screen and (max-width: 576px) {
  .home-new .pooja-sectionss .row.row-cols-5>* {
    width: 50% !important;
  }

  .home-new .pooja-info-section .info-card {
    margin-bottom: 20px;
  }

  .home-new .pooja-detail-sections .pooja-card {
    margin-top: 24px;
    position: static;
  }
}