@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
:root {
  --site-color: #d67100;
  --site-color1: #feb110;
  --site-color2: #794103;
  --font: "Poppins", sans-serif;
  --font-head: "Orbitron", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  background: #f6f6f6;
  color: #000;
}

.d-flex {
  display: flex;
}

.d-flex-in {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

.flex-wrap {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.justify_sb {
  justify-content: space-between;
}

.justify_sc {
  justify-content: center;
}

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

.flex-grow1 {
  flex-grow: 1;
}

.flex-grow2 {
  flex-grow: 2;
}

.flex-grow3 {
  flex-grow: 3;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.grid2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.grid4 {
  grid-template-columns: repeat(4, 1fr);
}

.pt-half {
  padding-top: 10px
}

.pt-1 {
  padding-top: 1rem
}

.pt-2 {
  padding-top: 2rem
}

.pt-3 {
  padding-top: 3rem
}

.pb-1 {
  padding-bottom: 1rem
}

.pb-2 {
  padding-bottom: 2rem
}

.pb-3 {
  padding-bottom: 3rem
}

.pt-8 {
  padding-top: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.d-none {
  display: none;
}

.container {
  max-width: 1270px !important;
  padding: 0 15px;
  margin: 0 auto;

}

img {
  display: inline-block;
  vertical-align: bottom;
}

a,
a:visited {
  outline: none !important;
  color: #fff
}

h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

header#masthead {
  width: 100%;
  padding: 20px 0;
  transition: padding 0.3s ease;
}

.home header#masthead {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.home header#masthead.active {
  background: #000;
  transition: padding 0.3s ease;
  padding: 10px 0;
}

.logo {
  position: relative;
}

.logo a {
  display: inline-block;
}

/* home banner */


.banner-home {
  background: url(../images/banner-top.jpg) no-repeat center top;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding-top: 170px;
  display: flex;
  align-items: center;
}

.btn-rg {
  background: var(--site-color);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 18px;
}

.btn-rg:hover {
  background: var(--site-color1);
  color: #fff;
}

.btn-rg svg {
  width: 24px;
  margin-right: 8px;
}

.btn-book-consultation {
  margin-left: 30px;
}

.today-date {
  position: absolute;
  bottom: -38px;
  background: var(--site-color1);
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  padding: 1px 10px;
  width: 100%;
  text-align: center;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.tth-full {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 3px solid var(--site-color2);
  box-shadow: 0 8px 0 var(--site-color2);
  display: inline-grid;
  grid-template-columns: 17% 1fr;
  gap: 10px;
  align-items: center;
}

.today-tithi-home h3 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}

.today-tithi-home h3 span {
  background: var(--site-color2);
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 3px 15px;
  display: inline-block;
}

.tithi-title {
  font-weight: 600;
  color: #bf6830;
  font-size: 24px;
}

.tithi-paksha,
.tithi-samvat {
  font-size: 15px;
  line-height: 23px;
}

.banner-home h2 {
  font-family: var(--font-head);
  color: var(--site-color2);
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  margin: 35px 0 20px 0;
}

.banner-home p {
  font-size: 22px;
  font-style: italic;
  line-height: 36px;
  margin: 0;
}

.buy-now-custom-btn {
  margin-top: 25px;
}

.buy-now-custom-btn a {
  gap: 15px;
  color: #fff;
}

.right-col .my-product-image {
  box-shadow: 10px 10px 5px #e1d0ac;
}

.about-us {
  background: url(../images/about-bg.png) no-repeat center #fff;
}

.site-head {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: var(--site-color2);
  margin: 0;
}

.mini-title {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  background: var(--site-color1);
  font-weight: 400;
  border-radius: 6px;
  padding: 2px 10px;
}

.abt-right-text .site-head {
  font-size: 70px;
  line-height: 64px;
  margin-top: 22px;
  margin-bottom: 25px;
}

.abt-right-text p {
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}

.abt-right-text .btn-rg {
  padding: 17px 18px;
}

.abt-right-text .btn-rg svg {
  margin-right: 0;
}

.about-us .two-col {
  gap: 80px;
}

.pandit-ji-name {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
}

.pandit-ji-name span {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 0 #ff7f00;
  font-weight: 600;
  font-style: italic;
  font-size: 40px;
  line-height: 54px;
  padding: 6px 25px;
}

.services ul {
  padding: 45px 0 0 0;
  margin: 0;
}


.services ul li {
  list-style: none;
  background: #fff;
  border-radius: 15px;
  border-top: 5px solid #f1ae30;
  padding: 15px 15px 25px 15px;
  box-shadow: 0 15px 35px #e8e8e8;
  position: relative;
  transition: all 0.3s ease-in;
}



.services ul li .btn-book-consultation {
  margin: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  transition: all 0.3s ease-in;
}

.services ul li:hover .btn-book-consultation {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.services ul li img {
  height: 65px;
}

.services ul li h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 0 0;
  line-height: 33px;
}

.services ul li p {
  font-size: 14px;
  line-height: 22px;
}

.services ul li .btn-book-consultation a {
  font-size: 16px;
  display: inline-flex !important;
  padding: 7px 15px;
}

.border-round {
  border: 1px solid #d67100;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 35px #e8e8e8;
}

.border-round .site-head {
  background: var(--site-color);
  color: #fff;
  font-size: 34px;
  border-radius: 14px 14px 0 0;
  line-height: 44px;
  padding: 7px;
}

.mp-panchang-wrap,
.mc-wrap {
  padding: 20px;
}

.month-panchang.chogadiya-month.border-round {
  margin-top: 30px;
}

.calendra-panchang-block {
  background: #fff;
}

.gallery-block .site-head {
  margin-bottom: 45px;
}

body .gallery-block .ufg-thumbnail-border {
  border-radius: 10px !important;
  height: 300px;
  overflow: hidden;
  background: #fff;
}

body .gallery-block .ufg-thumbnail-border .ufg-lightbox {
  height: 100%;
  display: inline-block;
}

#site-footer {
  background: url(../images/footer-bg.png) no-repeat center #ffdab2;
  padding: 70px 0;
}

.f-logo a {
  display: block;
}

.f-logo .today-date {
  position: relative;
  display: inline-block;
  width: 100%;
  bottom: -8px;
  max-width: 270px;
}

.f-links {
  padding: 45px 0;
}

.footer-navigation .footer-menu li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 35px;
}

#site-footer .btn-book-consultation {
  margin: 0 auto;
  max-width: 360px;

}

#site-footer .btn-book-consultation .btn-rg {
  justify-content: center;
  font-size: 28px;
  line-height: 38px;
}

#site-footer .btn-book-consultation .btn-rg svg {
  width: 30px;
  margin-right: 8px;
}

.footer-bottom {
  margin-top: 50px;
  border-top: 1px solid #d9ac7c;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.footer-bottom a {
  color: #d67100;
}

header#masthead.active .today-date {
  border-radius: 0 0 4px 4px;
  bottom: -40px;
}

.about-us.about-page .abt-left-img {
  background: #f1f1f1;
  border-radius: 15px;
}

.about-us.about-page ul {
  padding: 0 0 70px 0;
  margin: 0;
}

.about-us.about-page ul li {
  list-style: none;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 25% 1fr;
  background: #fff;
  box-shadow: 0 5px 35px #dbdbdb;
  padding: 10px;
  border-radius: 10px;
}

.about-us.about-page ul li p {
  margin: 0 !important;
}

.about-us.about-page ul li p {
  margin: 0 !important;
  line-height: 24px;
  font-size: 16px;
}

.about-us.about-page .site-head {
  margin-top: 0;
}

.journey-background {
  background: #de7c21;
  color: #fff;
}

.journey-background .abt-left-img {
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
}

.journey-background .site-head {
  color: #fff;
}

.about-us.about-page .btn-book-consultation {
  margin: 0;
}

.about-us.about-page svg {
  margin-right: 8px;
}

.single-product #primary,
.woocommerce-page #primary {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

#comments,
.product_meta,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--site-color);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.single-product .buy-now-form {
  margin-top: 20px;
}

.single-product .buy-now-form .single_buy_button.button {
  background: var(--site-color);
  display: inline-block;
  padding: 13px 25px;
  font-size: 18px;
}

.single-product .buy-now-form .single_buy_button.button:hover {
  background: var(--site-color1);
}


.single-product .woocommerce-tabs.wc-tabs-wrapper ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper ul li p {
  margin: 0;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper h3 {
  line-height: 34px;
}

.woocommerce div.product .product_title {
  font-family: var(--font-head);
  color: var(--site-color2);
	font-weight:700;
}



.woocommerce>.single-product .summary.entry-summary {

  margin-bottom: 0;
}

.woocommerce-page #primary article {
  border: 1px solid var(--site-color);
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  border-top-width: 5px;
  box-shadow: 0 10px 35px #e6e6e6;
}

.woocommerce-page #primary article .entry-header .entry-title {
  font-family: var(--font-head);
  color: var(--site-color2);
  text-align: center;
	font-weight:700;
}


/* Popup overlay + modal styles (your original styles) */
.booking-conultation-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.booking-conultation-popup.visible {
  display: flex;
  pointer-events: auto;
}

.booking-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 15, 20, 0.55);
  backdrop-filter: blur(4px);
  transition: opacity .28s ease;
  opacity: 1;
}

/* inner modal card */
.booking-popup-inner {
  position: relative;
  width: min(1000px, 95%);
  max-height: 90vh;
  overflow: auto;
  z-index: 2;
  border-radius: 14px;
  background: url(../images/popup.png) no-repeat right top #fff;
  box-shadow: 0 20px 60px rgba(4, 10, 30, 0.45);
  padding: 0;
  transform: translateY(12px) scale(.98);
  opacity: 0;
  transition: transform .32s cubic-bezier(.2, .9, .3, 1), opacity .28s ease;
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 30px;
}

/* when visible, animate in */
.booking-conultation-popup.visible .booking-popup-inner {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* close button */
.booking-popup-close,
.close-popup {
  position: absolute;
  right: 14px;
  top: 14px;
  background: var(--site-color);
  border: 0;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  padding: 2px;
  border-radius: 36px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.booking-popup-close:hover,
.close-popup:hover {
  background: var(--site-color1);
}

/* make form responsive */
.bc-booking-wrap h3 {
  margin-top: 0;
  font-size: 20px;
  color: #0b2540;
}

.bc-booking-wrap input, .bc-booking-wrap select, .bc-booking-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  margin-bottom: 12px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 5px 0 #ececec;
}

.bc-booking-wrap .button-primary {
  background: var(--site-color);
  border: 0;
  color: #fff;
  padding: 13px 18px;
  border-radius: 6px;
  font-weight: 600;
}

.bc-booking-wrap .small-note {
  font-size: 13px;
  color: #667085;
  margin-top: 6px;
}

@media (max-width:600px) {
  .booking-popup-inner {
    padding: 18px;
    border-radius: 10px;
    width: 96%;
  }
}

/* body lock while modal open */
.bc-modal-open {
  overflow: hidden !important;
}

.close-popup svg {
  width: 24px;
  height: 24px;
}

#bc_booking_form p {
  margin: 0;
}

.two-col-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.booking-pandit-ji-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 450px;
}

.bc-booking-wrap {
  background: #f2f2f2;
  padding: 20px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  display: none;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  height: auto;
  padding: 1em;
  width: 50%;
  background: var(--site-color);
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: #fff;
  border: 1px solid hsla(0, 3.4%, 76.9%, 0.8) !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.woocommerce-order-details__title, .woocommerce-column__title {
  font-size: 34px;
  font-family: var(--font-head);
  font-weight: 700;
}
.woocommerce table.shop_table td a{color:#000;}

.woocommerce table.shop_table{border-collapse: collapse;}

/* Hide hamburger by default */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}


.d-mobile{display: none;}

.yc-slider-viewport{height:718px !important;}

.bc-booking-wrap label {
  text-transform: capitalize;
  font-weight: 500;
}

.gtranslate_wrapper {
  position: absolute;
  right: 10px;
  top: 5px;
}
.gtranslate_wrapper .gt_float_switcher{font-size:16px;}
.gtranslate_wrapper .gt_float_switcher img{width:20px;}
.gt_float_switcher .gt-selected .gt-current-lang{
  padding: 5px 10px !important;
}

.page-id-137 #primary{background:#fff; padding:50px 0;}
.page-id-137 .entry .entry-title{font-family:var(--font-head); text-align:center; color:var(--site-color2);font-weight:700}

.bc-thankyou-wrap a{color:#000;}

.panel-top {
  display: none !important;
}

.main-navigation .hrm {
  display: flex;
  margin-left: auto;
  align-items: center;
}

/* responsive css */

@media(max-height:740px){
  .tth-full {
  padding: 8px;
  box-shadow: 0 5px 0 var(--site-color2);
}
.banner-home h2 {
  font-size: 40px;
  line-height: 46px;
  margin: 30px 0 20px 0;
}
.banner-home p {
  font-size: 20px;
  line-height: 30px;
}
}

@media(max-height:650px){
  .logo img {
  max-width: 200px;
}
.today-date {
  bottom: -36px;
  font-size: 13px;
}
.banner-home{padding-top: 100px;}
.tithi-title {
  font-size: 20px;
}
.tithi-paksha, .tithi-samvat {
  font-size: 14px;
  line-height: 20px;
}
 .banner-home h2 {
    font-size: 36px;
    line-height: 40px;
    
  }
    .banner-home p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media(max-width:1199px){
  .container{max-width:940px !important;}
  .banner-home{height:auto; padding-bottom:50px;}
  .main-navigation .main-menu > li {
  margin-right: 15px;
}
.main-navigation .main-menu > li > a{font-size:16px;}
.logo img {
  max-width: 200px;
}
.today-date {
  bottom: -30px;
  font-size: 13px;
  padding: 1px 7px;
}

.btn-rg {
  font-size: 16px;
  padding: 10px 18px;
}

.btn-book-consultation {
  margin-left: 20px;
}
.about-us .two-col {
  gap: 30px;
}
.abt-right-text .site-head {
  font-size: 44px;
  line-height: 54px;
}
.grid4 {
  grid-template-columns: repeat(3, 1fr);
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 2px 5px !important;
}
.gtranslate_wrapper .gt_float_switcher img {
  width: 15px;
}
.gtranslate_wrapper .gt_float_switcher {
  font-size: 13px;
}
.header-right {
  padding-top: 20px;
}
.yc-slider-viewport {
  height: 535px !important;
}
}

@media(max-width:991px){
  .container{max-width:740px !important;}
  .two-col {
  grid-template-columns: 1fr;
  gap: 30px;
}
.d-desktop{display: none;}
.d-mobile{display: block;}
.banner-home .two-col.aic {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 50px;
}
.today-tithi-home.d-mobile {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}

.panel-top {
  display: block !important;
}


.header-right { position: relative; }

/* overlay */
.header-right .nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 20, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, visibility .28s;
  z-index: 9998;
}

/* off-canvas panel */
.header-right .main-navigation {
  position: fixed;
  top: 0;
  right: 0;                 /* slide in from right */
  height: 100vh;
  width: 92%;
  max-width: 420px;
  transform: translateX(110%); /* hidden by default */
  transition: transform .36s cubic-bezier(.2,.9,.3,1);
  background: #fff;
  z-index: 9999;
  box-shadow: -20px 40px 80px rgba(4,10,30,0.14);
  padding: 22px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-y: auto;
  align-items: flex-start;
}

/* When open */
.header-right .main-navigation.open {
  transform: translateX(0);
}
.header-right .nav-overlay.visible {
  opacity: 1;
  visibility: visible;
}

/* header inside panel: close btn / title */
.header-right .main-navigation .panel-top {
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  margin-bottom:6px;
}
.header-right .main-navigation .panel-top .panel-title{
  font-weight:700; font-size:18px; color:#0b2540;
  display: none;
}

/* Menu list styles */
  .header-right .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
  }

.header-right .main-navigation li {
  margin:0;
  width:100%;
}
.header-right .main-navigation a {
  display:block;
  padding:10px 15px;
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  font-weight:600;
}
 .btn-book-consultation {
    margin-left: 0;
  }
/* more button icon */
.submenu-expand {
  background:transparent; border:0; padding:6px; cursor:pointer;
}

/* hidden submenus */
.header-right .main-navigation .sub-menu {
  display:none;
  margin-left:8px;
  padding-left:8px;
  border-left:1px dashed rgba(0,0,0,0.04);
}
.header-right .main-navigation .sub-menu.open {
  display:block;
}

/* close button (x) */
.header-right .main-navigation .nav-close {
    background: transparent;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #0b2540;
    background: var(--site-color1);
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 36px;
    position: absolute;
    right: 6px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }

  .main-navigation .hrm {
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-wrap: wrap;
}
.main-navigation .hrm .menu-main-menu-container {
  width: 100%;
  text-align: left !important;
  margin-bottom: 10px;
}
  .banner-home .two-col.aic .left-col {
  text-align: center;
}
.about-us .two-col {
 
    text-align: center;
  }
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
  flex-wrap: wrap;
  justify-content: center;
}

.about-us.about-page .two-col {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 50px;
}
.journey-background{text-align:center;}
.booking-pandit-ji-img{display:none;}
.booking-popup-inner{grid-template-columns:1fr;}
.bc-booking-wrap {
  background:none;
  padding: 0;
}
.booking-popup-inner{background:#fff;}

 .today-date {
    bottom: -36px;
  }
  .menu-toggle{display: block; color:#000;}
  .menu-toggle:hover,   .menu-toggle:focus {
    background: var(--site-color1) !important;
  }

  .home header#masthead.active .menu-toggle{color:#fff;}
  header.active .main-navigation .main-menu > li > a{color:#000;}

   .yc-slider-viewport {
    height: 873px !important;
  }
	
	 .today-date {
    font-size: 12px;
    padding: 1px 5px;
  }

}


@media(max-width:767px){
  .container{max-width:540px !important;}
   .banner-home h2, .abt-right-text .site-head, .site-head {
    font-size: 34px;
    line-height: 40px;

  }
   .banner-home p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-home h2{margin-top:0;}

   .yc-slider-viewport {
    height: 610px !important;
  }
}

@media(max-width:575px){
.pt-8{padding-top:50px;}
.pb-8 {
  padding-bottom: 50px;
}
body .gallery-block .ufg-thumbnail-border {
  height: 180px;
}
.footer-navigation .footer-menu li a {
  font-size: 16px;
}
 .menu-toggle {
    margin-top: 15px;
  }
  .today-date {
    bottom: -15px;
  }

.form-row input, .form-row select {
  flex: inherit !important;
}
}

@media(max-width:480px){
   .grid4 {
    grid-template-columns: repeat(1, 1fr);
  }
    .banner-home h2, .abt-right-text .site-head, .site-head {
    font-size: 30px;
    line-height: 36px;
  }
  .footer-navigation .footer-menu li {
  margin-right: 20px;
}
  .today-tithi-home.d-mobile {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .tth-full{width:100%}
  .pandit-ji-name span {
  font-size: 30px;
  line-height: 40px;
}
.pandit-ji-name {
  bottom: 80px;
}

#site-footer .btn-book-consultation .btn-rg {
  font-size: 24px;
}

 .yc-slider-viewport {
    height: 531px !important;
  }

}


@media(max-width:450px){
 .yc-slider-viewport {
    height: 496px !important;
  }
}

@media(max-width:420px){
.yc-slider-viewport {
    height: 459px !important;
  }
}

@media(max-width:400px){
 .yc-slider-viewport {
    height: 426px !important;
  }
}

@media(max-width:400px){
 .yc-slider-viewport {
    height: 374px !important;
  }
}