@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corben:wght@400;700&family=Hind:wght@300;400;500;600;700&display=swap');

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

@font-face {
    font-family: 'itc_isadoraregular';
    src: url('../fonts/itc_isadora_regular-webfont.woff2') format('woff2'),
         url('../fonts/itc_isadora_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
  font-family: 'BakerSignet';
  src: url('../fonts/BakerSignet Roman.woff') format('truetype');
}

@font-face {
  font-family: 'TrajanPro';
  src: url('../fonts/trajan-pro/TrajanPro-Bold.woff') format('truetype');
  src: url('../fonts/trajan-pro/TrajanPro-Regular.woff') format('truetype');
}

@font-face {
  font-family: 'CormorantGaramond';
  src: url('../fonts/CormorantGaramond-BoldItalic.woff') format('truetype');
  src: url('../fonts/CormorantGaramond-Italic.woff') format('truetype');
}


/* lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Roboto Font */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, sans-serif;
}

.row {
  margin: 0px;
}

.arsha_logo_text {
  font-family: 'BakerSignet', 'Roboto', Arial, sans-serif;
}

/* Top Bar */
.arsha_topbar {
  background: #862828;
  color: white;
  padding: 6px 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arsha_topbar .welcome_text1 {
  font-size: 16px;
  margin: 0px;
  font-weight: 300;
  padding: 5px 0px;
}

.arsha_topbar a {
  color: white;
  font-size: 15px;
  margin: 0px;
  font-weight: 400;
}

select {
    background-color: #fff !important;
    color: #000 !important;}

/* Navbar */
.arsha_navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}

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

.arsha_icons .icon_bef443 {
  margin: 0px 7px;
}

.arsha_icons>div:nth-child(3) i::after {
  content: none;
}

.arsha_icons i::after {
  content: '';
  position: absolute;
  height: 15px;
  top: 3px;
  left: 30px;
  width: 2px;
  background: #d3d3d3;
}

.arsha_logo_text {
  font-size: 22px;
  font-weight: bold;
  color: #b03d1d;
  line-height: 1.2;
}

.arsha_logo_text span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #b03d1d;
}

.arsha_menu {
  display: flex;
  gap: 25px;
  align-items: center;
}

.arsha_menu a {
  position: relative;
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 16px;
}

.arsha_menu a:hover::after,
.arsha_menu a.arsha_active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #b03d1d;
  transition: all 0.3s ease;
}

.arsha_icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

select{
	  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;}

.arsha_icons i {
  color: #1e1e1e;
  font-size: 19px;
  position: relative;
  cursor: pointer;
}

.arsha_logo img{
	max-width:230px;}

.news_wrap{
	 width:100%;
	 display:block;
	 padding:15px 0px;
	 background-color:#dc5e26;}
	
.news_text_wrap{
	width:100%;
	display:block;
	text-align:center;}	

.news_text_wrap img{
    float: left;
    position: relative;
    top: -11px;
    margin-left: -14px;
    width: 45px;}

.news_text_wrap h2{
	    font-size: 22px;
    color: #fff;
    font-family: 'TrajanPro';
    font-weight: 600;
    margin-top: 21px;}

.news_text_wrap h3{
	font-size: 19px;
    color: #fff;
    font-weight: 300;
	font-family: 'Roboto', Arial, sans-serif;}

.arsha_cart_icon {
  position: relative;
}

.video_thumb_999{
	margin-left:45px;}

.add_nbh55{
	padding:6px !important;
	border-radius:5px !important;}
	
.add_nbh55 .btn {
    background-color: #912222;
    color: #fff;
    padding: 0.5rem 1rem;
    height: 100%;
    width: 100px;
    border-radius: 5px !important;
    font-size: 17px !important;
    font-weight: 400;
    font-family: 'Roboto', Arial, sans-serif;}	

.option.active {
      border: 1px solid #b91c1c;}

.arsha_cart_icon .arsha_badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #f0a500;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  padding: 2px 5px;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arsha_hamburger {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

.ad1546{
	margin-bottom:7px !important;}

.ad1547{
	font-size: 12px !important;
    line-height: 20px !important;}

.closer15{
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    border: 0px !important;
    color: #fff;
    font-size: 28px !important;}

.padg15{
	padding-left:45px !important;}

    .number-input {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 30px;
    padding: 5px 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    gap: 6px;
    font-size: 18px;
    width: 115px;
    }

    .number-input input {
	min-width: 60px;
    text-align: center;
    border: 0px;
    font-size: 20px;
    line-height: 26px;
    color: #212529;
    }
	
	.number-input input:focus{
	outline:0px;}

    .controls {
      display: flex;
      flex-direction: column; /* upar/neeche arrange */
    }

    .controls button {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 10px;
    line-height: 10px;
    padding: 0px 4px;
    color: #555;
    font: normal normal normal 14px/1 FontAwesome;
    transition: color 0.2s ease;
    font-size: 23px;
    }
	
@media (max-width: 1100px){
.news_text_wrap h2 {
    font-size: 19px;}
}	
	
@media (max-width: 930px){
.news_text_wrap h2 {
    font-size: 17px !important;}

.news_text_wrap h3 {
    font-size: 16px !important;}

}	

@media (max-width: 855px){
.news_text_wrap h2 {
	padding-top:5px;
    font-size: 15px !important;}

.news_text_wrap h3 {
    font-size: 13px !important;}

}	

@media (max-width: 768px) {
body footer .container {
	max-width:720px !important;}

.add_nbh55{
	display:flex !important;
    flex-direction: row !important;}

.add_nbh55 button{
	width:30% !important;
	padding-left:5px !important;
	padding-right:5px !important;}

.news_text_wrap h2 {
	padding-top:5px;
    font-size: 20px !important;
    line-height: 28px;}

.news_text_wrap h3 {
    font-size: 15px !important;}

.news_text_wrap h3 {
    font-size: 16px;}

.news_wrap{
	padding-bottom:35px;}

.news_text_wrap img{
	display:none;}

  .arsha_menu a {
    font-weight: 400;
  }

  .arsha_menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 260px;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
    padding: 30px 20px 10px 20px;
    margin: 0;
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    gap: 25px;
    align-items: flex-start;
  }

  .arsha_menu.arsha_show {
    transform: translateX(0);
  }



  .arsha_navbar {
    padding: 10px 15px;
    flex-direction: row;
    align-items: center;
  }

  .arsha_icons {
    margin-left: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .arsha_hamburger{
  	margin-right:5px;}

  .arsha_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: opacity 0.3s;
  }

  .arsha_overlay.arsha_show {
    display: block;
  }

  .arsha_close {
    background: none;
    border: none;
    font-size: 22px;
    color: #b03d1d;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
    z-index: 1002;
    padding: 0;
    display: block;
  }
}

.arsha_hamburger i::after {
  content: none;
}

@media (max-width: 992px) {
    .swami_hero_text{
        gap:40px;
		padding-left:11px !important;
    }
	
	.rfg15{
		max-width:100%;}

    .arsha_hamburger {
    display: block;
  }
  .arsha_icons .icon_bef443 {
    margin: 0px 5px;
  }

  .arsha_topbar {
    display: none;
  }

  .arsha_logo img {
    width: 175px;
  }
}

@media (min-width: 769px) {

  .arsha_close,
  .arsha_overlay {
    display: none !important;
  }

  .arsha_menu {
    position: static;
    height: auto;
    width: auto;
    box-shadow: none;
    transform: none;
    padding: 0;
    transition: none;
    align-items: center;
  }
}

/* navbar css end */


/* home banner start */

.swami_hero_text {
      justify-content: center;
    display: flex;
	padding-left: 95px;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}


.swami_hero_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
      overflow: hidden;
  position: relative;
  padding: 30px 0px 50px 0px;
}

.guruji_leftimg12 {
  position: absolute;
  left: 0;
  bottom: 0px;
  filter: drop-shadow(0 10px 15px rgb(238 192 122));
}

.text_bgtop12 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 196px;
  width: 486px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swami_hero_overlay {}

.swami_hero_image img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  animation: fadeInLeft 1.5s ease;
}

.swami_hero_text h5 {
  font-family: 'BakerSignet';
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 22.48px;
  animation: fadeInDown 1.2s ease;
  background: linear-gradient(90deg, #b8862b 0%, #cfae6d 50%, #a86b2a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.heading_Seacrhbar3 {
  margin-top: 110px;
  width: 100%;
  text-align: center;
}

.swami_hero_text h1 {
  color: #a2050e;
  font-weight: 700;
  margin: 0px;
  line-height: 38px;
  font-size: 39.8px;
  font-family: 'BakerSignet';
  animation: fadeInDown 1.5s ease;
}

.swami_hero_subtext {
  color: #fff;
  font-size: 24px;
  margin: 1rem 0;
  font-family: "Montserrat", sans-serif;
  animation: fadeInUp 1.5s ease;
}

.swami_hero_search {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 63px;
  gap: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 2s ease;
}

.swami_hero_search select {
  border: none;
  outline: none;
  flex: 1;
  padding: 2px 15px;
  font-family: 'Lato', sans-serif;
  width: 200px;
  max-width: 150px;
  appearance: none;
  position: relative;
  border-right: 1px solid #959595;
}

.swami_hero_search input {
  border: none;
  outline: none;
  flex: 1;
  padding: 15px;
  font-family: lato, sans-serif;
  width: 100%;
}

.swami_hero_search .btn {
  background-color: #912222;
  color: #fff;
  padding: 0.5rem 1rem;
  height: 100%;
  width: 100px;
  border-radius: 0px;
  font-size: 30px;
}

.swami_hero_search .btn:active {
  background-color: #912222;
  color: #fff;
  height: 100%;
  border: none !important;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .swami_hero_section{
    padding:20px 0px 30px 0px;
    background-position: -454px center;
  }

.heading_Seacrhbar3{
	margin-top: 225px !important;}
	
  .swami_hero_search input {
    font-family: 'Lato', sans-serif;
    width: 100%;
    line-height: normal;
    padding: 8px 15px;
    font-size: 17px;
  }

  .swami_hero_search select {
    max-width: 100%;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    font-size: 18px;
  }

  .swami_hero_text h5 {
    margin-top: 10px;
  background: linear-gradient(90deg, #d49924 0%, #d49924 50%, #d49924 100%);
    font-size: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
           
  }



  .text_bgtop12 {
    width: 100%;
    background-size: contain;
  }

  .swami_hero_overlay {
    z-index: 4;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .swami_hero_text h1 {
    font-size: 1.5rem;
  }

  .swami_hero_image {
    text-align: center;
    margin-bottom: 1rem;
  }

  .swami_hero_search {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .swami_hero_search .btn {
    width: 100%;
    font-size: 19px;
  }
}

/* home banner end  */


/* about section start */
.about_container {
  max-width: 1260px;

}

.avrpt_section_891 {
  padding: 30px 0px 60px;
  animation: fadeIn 1.2s ease-in-out;
}

.avrpt_heading_891 {
  font-family: 'TrajanPro';
  color: #90242a;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  padding-left: 60px;
  margin-bottom: 30px !important;
}

.avrpt_heading_891 img {
  position: absolute;
  top: 5px;
  left: 0px;
}

.avrpt_welcome_891 {

  color: #b25c2e;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 19.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about_texthome54 {
  padding-left: 30px;
  padding-right: 45px;
}

.avrpt_text_891 {
  color: #020202;
  font-size: 17.47px;
  line-height: 26px;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;;
}

.read_more_btn_891 {
  background-color: #90242a;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  margin: 25px auto 0px;
  display: block;
}

.read_more_btn_891:hover {
  background-color: #660b10;
  transform: translateY(-2px);
}

.read_more_btn_891:active {
  transform: scale(0.97);
  background-color: #a80f17;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.shop_hgt15{
	width:100%;
	display:block;
	background-color:#f9f2e8;}

body .adader15{
	padding-top:30px !important;}

body .adader15 .brad_come{
	margin-bottom:30px !important;}

/* about section end */

/* tab system slider start */

.books_section_9823 {
  text-align: center;
  padding: 60px 0px;
  background-color: #fff5ea;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.tab_sliderheading67 p {
  color: #b25c2e;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 19.18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tab_sliderheading67 h2 {
  font-family: 'TrajanPro';
  color: #90242a;
  font-size: 38.92px;
  font-weight: bold;
  margin: 30px 0px;
  position: relative;
}

.books_tabs_9823 {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
}

.books_tabs_9823 .books_tab_btn_9823 {
  position: relative;
    font-family: "Open Sans", sans-serif;
}

.view_allbtn7 {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #90242a;
  color: #fff;
  padding: 9px 40px;
  border-radius: 25px;
  font-weight: 400;
  border: none;
  transition: all 0.3s ease;
  display: block;
  font-size: 18px;
  text-decoration: none;
  line-height: normal;
}

.books_tabs_9823 .books_tab_btn_9823:first-child::after {
  content: "";
  display: inline-block;
  height: 22px;
  background: #a5a5a5;
  width: 1px;
  position: absolute;
  top: 5px;
  right: -20px;
}

.books_tab_btn_9823 {
  display: inline-block;
  margin: 0 20px;
  font-weight: 400;
  cursor: pointer;
  font-family: roboto;
}

.books_tab_btn_9823.active {
  font-weight: 600;
}

.books_tab_content_9823 {
  display: none;
}

.books_tab_content_9823.active {
  display: block;
}

.books_swiper_slide_9823 {

  overflow: hidden;
  text-align: center;

    border-radius: 10px;
}

.books_card_img_9823 {
  width: 100%;
}
.books_swiper_slide_9823 a{
  text-decoration: none;
}

.books_add234{ 
  
background-color: #4791ca;

}

.bhk1514{
	width:100% !important;}

.bg_2{
    background-color: #db7231;
}
.bg_3{
  background-color: #e47e13;
}
.bg_4{
  background-color: #25968e;
}
.bg_5{
      background-color: #852d42;
}
.books_add234 .gurujiimg_bgbooks65{
        height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 13px solid #fff;
    position: relative;
}
.books_add234 .gurujiimg_bgbooks65 .img15{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
}
.books_add234 .book_name1{
 font-family: 'BakerSignet';
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    height: 85px;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.books_swiper_nav_prev_9823 {
  position: absolute;
  top: 70%;
  left: -55px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.books_swiper_nav_prev_9823::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #c2b8a8;

  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}



.books_swiper_nav_next_9823{
   position: absolute;
  top: 70%;
  right: -55px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.books_swiper_nav_next_9823::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #c2b8a8;
}

.sort-dropdown{
	border:1px solid #ccc;}

.sort-dropdown:focus{
	border:1px solid #ccc;
	 outline: none;}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.ebooks_swiper_9823 {
  position: unset;
}
.audio_swiper_9823 {
  position: unset;
}
.heading_pub12{
    padding:0px 15px;
}

.brad_mid_add_sty{
	width:100%;
	display:flex;}

.add_new_serach{
    width: 35%;
    display: block;
	position:relative;}

.add_new_serach img{
	width:100%;}

.mid_search25{
	width:55%;
	display:flex;}

.add_new_serach2{
    width: 35%;
    display: block;}

.add_new_serach2 img{
	width:100%;}

.sear_inner_wrap{
	width: 100%;
    display: flex;
    padding: 10px;
    margin: 14px 10px 0px 10px;
    background-color: #fff;
    border-radius: 5px;
    height: 58px;}

.sear_inner_wrap select{
    width: 24%;
    border: 0px;
    height: 26px;
    display: block;
    border-right: 1px solid #959595;
    margin-right: 7px;
    padding: 0px 0px 0px 7px;
    margin-top: 7px;
    font-size: 15px;}

.sear_inner_wrap input{
	width: 64%;
    border: 0px;
    height: 26px;
    display: block;
    border-right: 1px solid #959595;
    margin-right: 15px;
    padding: 0px 0px 0px 7px;
    margin-top: 7px;
    font-size: 15px;}

.sear_inner_wrap button{
    width: 7%;
    border: 0px;
    height: 40px;
    display: block;
    background-color: transparent;
    font-size: 21px;
    margin: -2px 0px 0px 0px;}

@media screen and (max-width: 1074px){
.book_info_89 img{
	max-width:100% !important;}

.book_info_89 h5 {
    font-size: 11px !important;
    line-height: 20px !important;}
}

@media (max-width: 992px){
.brad_mid_add_sty {
    width: 100%;
    display: block;}

.add_new_serach {
    width: 100%;
    display: block;
    position: relative;}

.add_new_serach img {
    width: 95%;
    max-width: 550px;}

.mid_search25 {
    width: 75%;
    display: flex;
    margin: 0px auto;}

.add_new_serach2 {
    width: 100%;
    display: block;
    margin-top: 7px;}

.add_new_serach2 img {
    width: 83%;
    max-width: 420px;}

.brad_mid_add_sty{
	padding-top: 20px !Important;
    padding-bottom: 13px !important;}

body .section_publication_89 .heading_pub12 h2{ 
    margin-bottom: 15px !important;}
	
}	
@media (max-width: 992px){
.order-2 {
    order: 3 !important;}

  .books_add234 .gurujiimg_bgbooks65{
    height: auto;
  }
  .books_tab_content_9823.active{
    padding: 0px 50px;
  }
    .swami_hero_section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	display:none;
    background-color: #000;
    opacity: .4;
    height: 100%;
    width: 100%;
            z-index: 1;
  }
}

@media (max-width: 936px){
.arsha_menu{
	    gap: 17px;}
	
.arsha_menu a{
	font-size:14px;}

}

@media (max-width: 768px) {
.mid_search25{
	width:100%;}

  .books_swiper_slide_9823 {
    width: 80%;
  }
}

/* tab system slider end */

/* bhagwat geeta study start */

    .gitaHomeSection_9832 {
      background-image: url('https://cdn.pixabay.com/photo/2016/11/29/12/54/india-1868941_960_720.jpg');
      background-size: cover;
      background-position: center;
      background-blend-mode: multiply;
      background-color: rgba(255,255,255,0.92);
      position: relative;
          overflow: hidden;
    }
    .gitahoome_container{
      max-width: 1250px;
      position: relative;
    }
    .main_heading67{
      padding-top: 35px;
      text-align: center;
      color: #fff;
    }
    .gitaHomeSection_9832  .row {
        padding: 40px 0px 80px;
    }
   
    .krishna_rightimg12{
      position: absolute;
      right: -100px;
    }
    .book12{
          position: absolute;
    right: -350px;
    bottom: 65px;
    width: 240px; 
    }
    .gitaContentBox_9832 h2 {
   font-family: 'BakerSignet';
    font-size: 52px;
    color: #9e050e;
   text-align:center;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 54px;
    }
      .gitaContentBox_9832 h3{
    font-family: 'BakerSignet';
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 0px;
	text-align:center;
      
    }

    .gitaContentBox_9832 h4 {
          font-size: 31px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 300;
    }

    .gitaContentBox_9832 p {
      color: #020202;
      font-size: 17.47px;
      line-height: 26px;
      font-family: "Open Sans", sans-serif;
    }

    .gitaBtnWrap_9832 {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .gitaBtn_9832 {
     padding: 10px 25px;
    border: none;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    }

    .readMoreBtn_9832 {
      background-color: #7d0a0a;
      color: #fff;
      border: 1px solid #5e0000;
    }

    .readMoreBtn_9832:hover {
      color: #5e0000;
      background-color: #fff;
      border: 1px solid #5e0000;
    }

    .cartBtn_9832 {
      background-color: #fff;
      color: #7d0a0a;
      border: 1px solid #7d0a0a;
    }

    .cartBtn_9832:hover {
      background-color: #7d0a0a;
      color: #fff;
    }

    .gitaImageBox_9832 img {
      width: 100%;
      max-width: 380px;
      border-radius: 15px;
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
      animation: fadeInRight 1.5s ease-in-out;
    }

    .gitaContentBox_9832 {
      position: relative;
      animation: fadeInLeft 1.5s ease-in-out;
    }

    @keyframes fadeInLeft {
      0% { opacity: 0; transform: translateX(-40px); }
      100% { opacity: 1; transform: translateX(0); }
    }

    @keyframes fadeInRight {
      0% { opacity: 0; transform: translateX(40px); }
      100% { opacity: 1; transform: translateX(0); }
    }


    @media (max-width: 768px) {
		body img.swami_img_786 {
    		width: 61% !important;}
	
      .gitaContentBox_9832 h2 {
        font-size: 44px;
        line-height: 60px;
                margin: 0px;
      }
      .gitaBtnWrap_9832 {
        justify-content: center;
                margin: 30px 0px 15px !important;
      }
    }

/* bhagwat geeta study start */    

/* publication start */

.book_info_89 img{
	max-width:200px;
	margin-bottom:25px;
	margin-top:-410px;}

    .section_publication_89 {
      text-align: center;
          padding-top: 60px;
    }
    .section_publication_89 .heading_pub12 p{
          color: #b25c2e;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 19.18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
    .section_publication_89 .heading_pub12 h2{
    font-family: 'TrajanPro';
    color: #90242a;
    font-size: 38.92px;
    font-weight: 500;
    margin: 30px 0px;
    position: relative;
    }
    .publication_container12{
      max-width: 1250px;
      padding:0px 35px ;
    position: relative;
     padding-top: 335px;
    }
    .bg_defalut12{
      background-color: #750d0d;
	  padding-bottom:20px;
    }
    .book_stand12{
    position: absolute;
    left: 0px;
	margin-top: -20px;
    }
    .book_box_89 {
         padding: 0px 0px 0px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      position: relative;
    }


    .book_image_89 img {
     max-width: 195px;
      transition: transform 0.3s ease;
    }

  

    .book_info_89 h5 {
    font-family: 'TrajanPro';
    color: #fde5a0;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 21px;

    }

    .book_info_89 {
      color: #fff;
      padding: 15px 10px;
    
    }

    .book_info_89 p {
    margin: 2px 0 10px 0;
    font-size: 18px;
    font-family: roboto;
    font-weight: 300;
    }

    .add_btn_89 {
      margin-top: 26px;
    }

    .add_btn_89 button {
    background-color: #fff;
    color: #750d0d;
    border: none;
    padding: 9px 25px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 100px;
    transition: all 0.3s ease;
    }

     @media (max-width: 992px) {
	 .book_info_89 img {
    margin-top:0px !important;}
	 } 
   

    @media (max-width: 768px) {
      

      .section_publication_89 h2 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .book_info_89 h5 {
        font-size: 20px !important;
        line-height: 35px !important;
		margin: 12px 0px 16px 0px !important;
      }
	  
	  .col-md-3 {
    		width: 100% !important;}
		
	.video_thumb_999 {
    		display: block !important;}
	  
	  body .book_image_89{
	  	top:auto !important;}
		
	  body .bg_defalut12 {
    	padding: 15px !important;}
	
      .book_info_89 p{
		font-size: 20px !important;
    	margin-bottom: 10px !important;
   		padding-bottom: 3px !important;
      }
      .add_btn_89 button {
         
          padding: 9px 50px;
          font-weight: 600;
          font-size: 17px;
          
      }
    }

/* publication end  */


/* quote section */

    .quote_section_786 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 20px 0 100px 0;
      color: #2c2c2c;
      position: relative;
    }

  

    .quote_right_786 {
      text-align: right;
    }

    .quote_block_786 {
      font-size: 1.2rem;
      line-height: 1.8;
    }
.quote_block_786 p{
      font-family: 'CormorantGaramond';
      font-style: italic;
      font-size: 32px;
      line-height: 38px;
      margin: 30px 0px 0px;
        

    }
    .quote_block_786 p span{
          font-size: 26px;
    line-height: normal;
    font-weight: normal;
    }
    .quote_block_786 h4 {
          font-size: 26px;
    font-weight: 400;
    font-family: 'CormorantGaramond';
     font-style: italic;

    color: #af6c0f;
    margin: 7px 0px 0px;
    }

    .highlight_786 {
      color: #c17800;
      font-weight: bold;
      font-style: italic;
    }

    .quote_author_786 {
         margin-top: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #000;
        font-family: 'BakerSignet';
    }
    .quote_signature_786{
      position: relative;
    }
    .quote_signature_786 img {
     position: absolute;
    right: -90px;
    top: -70px;
    }

    .swami_img_786 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 660px;
    }

    @media (max-width: 767px) {
      .quote_right_786 {
        text-align: center;
        margin-top: 30px;
      }

      .quote_block_786 {
        font-size: 1rem;
      }
    }

    /* Animations */
    @keyframes fadeInLeft {
      from {
        opacity: 0;
        transform: translateX(-30px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        transform: translateX(30px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

/* quote section */

/* footer  start */

    .footer_section_999 {
 
      background-color: #7b1f1f;
      padding: 60px 0 0px;
      color: #fff;
     
    }
    .footer_section_999 .container{
      max-width: 1280px;
    }
   
    .social_icons_999 a{
      color: #fff;
      text-decoration: none;
      margin-bottom: 8px;
      transition: 0.3s ease;
      font-family: "Open Sans", sans-serif;
      position: relative;
      padding-left: 40px;
	  font-weight: 400;
    font-size: 15px;
    }
 
   .adfg1564{
   		min-height:274px;}

.ax-wp-icon{
	font-size: 45px !important;
    color: #f4cc80 !important;
}
	
.ad154789{
	color: #fee9c2 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.ax-wp-support-box{
	margin-bottom: 24px !important;
}

	.adfg15655{
   		min-height:170px;}
   
    .second_menufooter2 h5{
    color: #f4cc83;
    font-weight: bold;
    font-size: 18px;
    margin: 28px 0px 30px 0px;
    font-family: 'TrajanPro';
    text-transform: uppercase;
    letter-spacing: 1px;
    }
    .second_menufooter2 ul{
      padding-left: 0px;
    margin-bottom: 20px;
    }
    .second_menufooter2 ul li{
      list-style: none;
          margin: 10px 0px;
    }
    .pl50{
      padding-left: 40px;
    }
	
	.aderg15{
		background-color:#751518;
		padding:4px 20px 5px 20px;
		height:44px;
		font-size:14px;
		width:98%;
		color:#fff;
		margin-top:20px !important;
		display:block;
		font-weight:500 !important;
		font-family: "Open Sans", sans-serif !important;
		border-radius:100px;
		border:solid 1px #c58885;}
	
	.aderg15::placeholder{
		color:#FFFFFF;}
	
    .second_menufooter2 h4{
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    }
	
	.second_menufooter2 a{
		color:#fff;
		text-decoration:none;}
	
    .second_menufooter2 p{
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    font-weight: 400;
    }
    .second_menufooter2 ul li a{
      color: #fff;
      text-decoration: none;
      margin-bottom: 8px;
      transition: 0.3s ease;
      font-family: "Open Sans", sans-serif;
      position: relative;
      font-size: 15px;
	  font-weight:400;
    }
    .second_menufooter2 ul li a:hover {
      color: #f4cc83;
      transform: translateX(5px);
    }
    .footer_logo_999 img {
     
      margin-bottom: 20px;
      animation: bounceIn 1.2s ease;
    }
    .social_icons_999 {
      display: grid;
      gap: 8px;
	  margin-top:5px !important;
	  margin-left:45px;
    }
	    .social_icons_999 img{
      font-size: 26px;
      margin-right: 8px;
      color: #fff;
      transition: 0.3s ease;
      position: absolute;
      left: 0px;
    }
	
    .social_icons_999 i {
      font-size: 26px;
      margin-right: 8px;
      color: #fff;
      transition: 0.3s ease;
      position: absolute;
      left: 0px;
    }

    .social_icons_999 a:hover i {
      color: #f4cc83;
      transform: scale(1.2);
    }

    .video_thumb_999 iframe {
      width: 100%;
      border-radius: 10px;
      margin-top: 20px;
      border: 2px solid #fff;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      transition: transform 0.4s ease;
    }

 
  

    .support_btn_999 button {
         background-color: #fff;
    color: #7b1f1f;
    font-weight: 500;
    font-size: 16px;
    border: none;
    line-height: normal;
    padding: 10px 23px;
    border-radius: 30px;
    transition: 0.3s ease;
    }

    .support_btn_999 button:hover {
      background-color: #f4cc83;
      color: #000;
    }
	
	.support_btn_999 a {
    background-color: #fff;
    color: #7b1f1f;
    font-weight: 600;
    font-size: 15px;
    border: none;
    line-height: normal;
    padding: 14px 23px 10px 23px;
    border-radius: 30px;
    transition: 0.3s ease;
    width: 246px;
    display: inherit;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    }

    .support_btn_999 a:hover {
      background-color: #f4cc83;
      color: #000;
    }
	
	.padfg156478{
		padding-left:25px;}
	
	.adfvg15{
    background-color: #fff;
    color: #7b1f1f;
    font-weight: 600;
    font-size: 15px;
    border: none;
    line-height: normal;
    padding: 12px 23px 10px 23px;
    border-radius: 30px;
    transition: 0.3s ease;
    width: 246px;
	margin-top:12px;
    display: inherit;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    }

    .adfvg15:hover {
      background-color: #f4cc83;
      color: #000;
    }

    .footer_bottom_999 {
         text-align: center;
    color: #b58180;
    font-size: 16px;
    padding: 20px 0px;
    border-top: 1px solid #c58989;
    margin-top: 25px;
    background: #751517;
    }

    @media (max-width: 768px) {
      

      .footer_logo_999,
      .video_thumb_999 {
        margin: 0 auto;
      }

    }

    /* Animations */
    @keyframes bounceIn {
      0% {
        transform: scale(0.5);
        opacity: 0;
      }
      60% {
        transform: scale(1.1);
        opacity: 1;
      }
      100% {
        transform: scale(1);
      }
    }

.desktop_view{
    display: block;
  }
.mobile_view{
  display: none;
}

.mb-20{
	padding-bottom:60px;}
/* footer end  */

.add_prod_inner{
	width:100%;
	display:block;
	background-color:#f9f2e8;
	padding:30px 0px;}

.brad_come{
	width:100%;
	display:block;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:16px;
	margin-bottom:25px;}

.brad_come span{
	font-size:17px;
	color:#912222;
	font-weight:400;}

.brad_come a{
	text-decoration:none;
	font-size:16px;
	color:#912222;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight:400;}

.brad_come i{
	color:#912222;
	padding:0px 10px;}

.brad_come a:first-child{
	color:#ddaa41 !important;}

.brad_come img{
    width: 19px;
    position: relative;
    margin-right: 15px;
    float: left;
    top: -6px;}

.dert15{
	 width:100%;}


    /* Card */
    .card {
      position: relative;
      width: min(420px, 92vw);
      border-radius:0px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,.5);
      isolation: isolate;
    }
    .card img.cover {
      display: block; width: 100%; height: auto; user-select: none;
    }

    /* Icon bar */
    .icon-bar {
      position: absolute; right: 12px; bottom: 12px; display: flex; gap: 10px;
      z-index: 2;
    }
    .icon-btn { 
      width: 44px; height: 44px; border: none; border-radius: 999px; cursor: pointer; 
      background: rgba(255, 255, 255, .2); backdrop-filter: blur(4px); border:solid 1px #fff;
      display: grid; place-items: center; transition: transform .15s ease, background .2s ease;
      outline: none; font-size:20px;
    }
	.icon-btn i{color: #fff; font-size: 22px; position: relative; top: 1px;} 
    .icon-btn:hover { transform: translateY(-2px); background:#d4a017; }
    .icon-btn:active { transform: translateY(0); }
    .icon-btn svg { width: 22px; height: 22px; fill: none; stroke: var(--fg); stroke-width: 2; }
	
	#zoomBtn i{top: -1px; position: relative;}

    /* Heart states */
    .icon-btn.heart .heart-fill { fill: none; }
    .icon-btn.heart.liked .heart-fill { fill: var(--heart); }
    .icon-btn.heart.liked .heart-stroke { stroke: var(--heart); }

    /* Tooltip (optional) */
    .icon-btn[data-tip] { position: relative; }
    .icon-btn[data-tip]::after {
      content: attr(data-tip);
      position: absolute; bottom: 110%; right: 50%; translate: 50% 0;
      font-size: 12px; color: var(--fg); background: rgba(255,255,255,.9); padding: 4px 8px; border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateY(6px);
      transition: opacity .2s ease, transform .2s ease; 
    }
    .icon-btn:hover::after { opacity: 1; transform: translateY(0); }

    /* Lightbox */
    .lightbox {
      position: fixed; inset: 0; display: none; place-items: center; padding: 24px; z-index: 50;
      background: rgba(2,6,23,.85);
      animation: fadeIn .2s ease;
    }
    .lightbox.open { display: grid; }
    .lightbox img { max-width: 96vw; max-height: 90vh; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.6); }
    .lightbox .close-btn {
      position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 999px; border: none; cursor: pointer; background: rgba(255,255,255,.7); display: grid; place-items: center;
    }
    .lightbox .close-btn svg { width: 22px; height: 22px; stroke: var(--muted); }
    .lightbox .close-btn:hover { background: rgba(255,255,255,.9); }

    @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }

.product_info{
	width:100%;
	display:block;
	margin:0px 0px 0px 0px;
	font-family: 'TrajanPro';}

.product_info h4{
    color: #9a7850;
    font-family: "Hind", sans-serif;
    font-size: 29px;
    font-weight: 400;
    margin-top: 10px;}
	
.product_info h2{
    color: #9d1d01;
    font-size: 37px;
    font-weight: 600;
    font-family: 'TrajanPro';}	

.author_wrap_add{
	width:100%;
	display:block;}

.author_wrap_add{
    width: 100%;
    display: block;
    font-size: 18px;
    color: #101010;
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto', Arial, sans-serif;}

.author_wrap_add span{
	color:#8b0000;}
	
.book_wrap_review{
	width:100%;
	display:block;
	margin:10px 0px 0px 0px;}

.book_wrap_review i{
	color:#f7931e;}

.book_wrap_review span{
	color:#000;
	font-size:18px;
	font-weight:500;
	padding-left:5px;}

.amout_wrap_add{
    width: 100%;
    display: block;
    font-size: 33px;
    color: #9d1d01;
    font-weight: 500;
    margin: 6px 0px 0px 0px;}
	
.amout_wrap_add i{
    top: 1px;
    position: relative;}

.intro_product{
    width: 100%;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #333333;}

.intro_product p{
	font-size: 15.5px;
    font-weight: 400;
    line-height: 26px;
	color:#000;
    padding: 10px 0px 0px 0px;
    margin-bottom: 7px;}

.intro_product span{
    color: #8b0000;
    font-style: italic;
    font-weight: 500;
    font-size: 17px;}

.add_prod_inq{
	width:100%;
	display:block;
	margin-bottom:10px;}

.fl_revey{
	flex-direction: row-reverse;
	margin: 0px -15px;}

.auth_wrap15{
	width:100%;
	font-size:14.8px;
	display:flex;}

.auth_wrap15 span{
	width: 37%;
    font-weight: 500;
    font-size: 15.5px;}

  .tooltip-container {
    position: relative;
    display: inline-block;
	margin-left:10px;}

  .info-icon {
    background: #e5940d;
    color: #e5940d;
    border-radius: 50%;
    width: 0px;
    height: 0;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
    font-size: 20px;
    margin-left: 10px;
    position: absolute;
    right: -5px;
	margin-top:-3px;}

  .tooltip-box {
    position: absolute;
    bottom: 125%;
    left: 11px;
    transform: translateX(-50%);
    background: #e5940d;
    color: #f1f5f9;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);}

  .tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #e5940d transparent transparent transparent;}

  .tooltip-container:hover .tooltip-box {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(-4px);}

  .counter {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 30px;
    padding: 5px 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    gap: 6px;
    font-size: 18px;
    width: 115px;}

  .value {
	min-width: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;}

  .arrows {
    display: flex;
    flex-direction: column;}

  .arrow {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 10px;
    line-height: 10px;
    padding: 0px 4px;
    color: #555;
    font: normal normal normal 14px/1 FontAwesome;
    transition: color 0.2s ease;
    font-size: 23px;}

  .arrow:hover {
    color: #ff6600;}

.price_cont_wrap15{
	width:100%;
	display:flex;
	margin:20px 0px 0px 0px;}

.add_mk{
	background-color: #750d0d;
    color: #fff;
    border: none;
    padding: 9px 40px;
    font-weight: 500;
    font-size: 17px;
    border-radius: 100px;
    transition: all 0.3s ease;
    margin-left: 20px;}

.add_mk:hover{
	background-color:#540c0d;}

  .format-grid {
    display: grid;
    grid-template-columns: repeat(4, 92px);
    gap: 9px;
	margin-top:15px;
	margin-bottom:18px;
  }

  .format-item {
	text-align: center;
    padding: 0px 5px 10px 5px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .format-item img {
	width: 90%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0px;
  }

  .format-item span {
    font-size: 13.2px;
    display: block;
    color: #444;
    font-weight: 500;
  }

  /* Hover effect */
  .format-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }

  /* Selected state */
  .format-item.selected {
    border-color: #b91c1c;
  }
  
  .tab_wrap_add{
  	width:100%;
	display:block;
	background-color: #f9f2e8;
	padding:50px 0px 90px 0px;}

  .tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 35px;
    flex-wrap: wrap; /* responsive */
  }

.add_bort1{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:15px 20px 13px 25px;
	font-size:16.5px;
	color:#000;
	font-weight:500;}

.add_bort2{
	border:1px solid #999999;
	padding:15px 20px 13px 25px;
	font-size:16px;
	color:#000;
	font-weight:400;}

  .tab {
    padding: 15px 65px;
    border-radius: 25px;
    background: white;
    border: none;
    cursor: pointer;
    font-size: 15.5px;
	font-weight:500;
	letter-spacing:1px;
	font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: background 0.3s ease, color 0.3s ease;
  }

  .tab.active {
    background: #d4a017;
    color: white;
  }

  .tab-content5 {
    max-width: 100%;
    margin: auto;
	font-family: 'Roboto', Arial, sans-serif;
  }
  
  .tab-content5 h5{
  	font-size:30px;
	font-weight:500;}

.tab-content5 p{
	font-size:15.5px;
	line-height:25px;
	margin-bottom:25px;}

  .author {
    margin-top: 10px;
    font-style: italic;
    color: #b26d1c;
  }
 
 .add_wrap_add_new{
 	margin-bottom:20px;}

.pdf_wrap_add{
	width:100%;
	display:block;
	text-align:center;}

.pdf_wrap_add img{
	width:100%;}

    .review-container {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        max-width: 1100px;
        margin: auto;
    }
    .review-list {
        flex: 1;
        min-width: 300px;
    }
    .review-card {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        margin: 15px 0px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .reviewer {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .reviewer img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }
    .reviewer-info h4 {
        margin: 0;
        font-size: 16px;
    }
    .reviewer-info small {
        color: #777;
    }
    .stars {
        color: orange;
        font-size: 16px;
    }
    .review-form {
        flex: 1;
        min-width: 300px;
        background: #fff;
        padding:30px 30px 20px 30px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .review-form h3 {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 28px;
    }
    .star-rating {
        display: flex;
        gap: 5px;
        font-size: 22px;
        cursor: pointer;
        margin-bottom: 15px;
    }
    .star {
        color: #ccc;
        transition: color 0.2s ease;
    }
    .star.active,
    .star.hover {
        color: orange;
    }
    .form-row {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }
    .form-group {
        flex: 1;
    }
    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 12px;
        border-radius: 5px;
        border: 1px solid #ddd;
        font-size: 14px;
        outline: none;
		font-family: 'Roboto', Arial, sans-serif;
        transition: border-color 0.3s ease;
    }
    .form-group textarea {
        resize: none;
        height: 135px;
        border-radius: 5px;
    }
    .form-group input:focus,
    .form-group textarea:focus {
        border-color: orange;
    }
    .submit-btn {
    background-color: #540c0d;
    color: #fff;
    padding: 11px 28px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    margin-top: 11px;
    }
    .submit-btn:hover {
        background: #540c0d;
    }
	
    .tab-btn {
	padding: 15px 65px;
    border-radius: 25px;
    background: white;
    border: none;
    cursor: pointer;
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    transition: background 0.3s ease, color 0.3s ease;}

    .tab-btn.active {
      background: goldenrod;
      color: white;
      border-color: goldenrod;}

    .tab-content5 {
      display: none;
      padding: 10px;}

    .tab-content5.active {
      display: block;}
	 
	 .part15{
	 	padding-left:35px;}
	
	  .filter-checkbox{
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: var(--bg);
    position: relative;
    cursor: pointer;
    top: 4px;
    transition: border-color .15s, background-color .15s;}

  .filter-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #9f1d03;
    border-radius: 4px;}

.mgb15{
	padding-bottom:15px;}

.shop_brad_banner{
	width:100%;
	display:block;
	position:relative;
	background-color:#862828;}

.brad_mid_add_sty{
	max-width: 1280px;
    margin: 0px auto 0px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;}

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

.add_new_serach span{
    width: 100%;
    display: block;
    color: #fde1a8 !important;
    font-size: 17px;
    font-family: 'TrajanPro';
    padding-top: 26px;}

.brad_mid_add_sty .brad_come a{
	color:#fff !important;
	font-size:17px;
    font-family: 'Roboto', Arial, sans-serif;
	font-weight:300;}

.brad_mid_add_sty .brad_come a span{
	display:inline-block !important;
	width:auto !important;
	color:#fff !important;
	font-size:14px;
    font-family: 'Roboto', Arial, sans-serif;
	font-weight:300;}

.brad_mid_add_sty .brad_come i{
	color:#fff;
	font-size:15px;}

.set_show_rok5{
    font-size: 15px;
        margin-top: 7px;}
	
.aderty15{
	 margin-bottom:0px !important;}	

.add_bh5{
	width: 100px;
    float: right;
    display: block;
    margin-right: -21px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;}

.add_bh5 a{
	color:#000;
	font-size:14px;
	text-decoration:none;}

.add_bh5 a i{
	margin-right:5px;}
	
.sear_comman{
    position: fixed;
    left: 0px;
    top: 51%;
    background-color: #f0a500;
    font-size: 26px;
    color: #fff;
    padding: 7px 14px 7px 10px;
    border-radius: 0px 5px 5px 0px;}

.sear_comman:hover{
	background-color:#dc9700;}

.ag1{
    position: absolute;
    left: 0px;
    bottom: 0px;}

.ag2{
    position: absolute;
    right: 0px;
    bottom: 0px;}

    .modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 16px; }
	.modal .heading_Seacrhbar3{margin-top: -6px; margin-bottom: 38px;}
	.modal .swami_hero_subtext{ font-size:21px;}
    .modal.is-open { display: flex; }
    .modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,1); backdrop-filter: blur(2px); }

    .modal__dialog { position: relative; width: min(92vw, 520px); background:#f0a500; border-radius: 10px; box-shadow: var(--shadow); }
    .modal__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 0px solid #e5e7eb; }
    .modal__title { margin: 0; font-size: 1.125rem; }
    .modal__body { padding: 20px; }

    .modal__close { position: relative; display: inline-grid; place-items: center; width: auto; height: auto; border-radius: 999px; border: 0; background: transparent; cursor: pointer; position: absolute; right: 0px; color: #fff; font-size: 24px; right: 18px; top: 7px; }
    .modal__close:hover { background: #transparent; }
    .modal__close:focus-visible { outline-offset: 0px; }


    /* Search box */
    .search-box { display: flex; gap: .5rem; }
    .search-box input { flex: 1; padding: 10px; border: 1px solid #d1d5db; border-radius: 8px; }
    .search-box button { padding: 10px 16px; border: 0; background: #111827; color: #fff; border-radius: 8px; cursor: pointer; }
    .search-box button:hover { background: #374151; }

	.news_search_hn55{
	background-color: #862828;
    padding: 7px 19px 5px 19px;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 0px;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;}
	
	.adrt15{
		text-transform:uppercase;}

	.news_search_hn55 i{
		margin-right:3px;}
	
.pos_revl{
	position:relative !important;}	
	
@media(max-width: 1270px) {
.quote_signature_786 img {
    position: absolute;
    right: -50px;
    top: -50px;
    max-width: 229px;}

.asder15{
	 max-width:55px;}
}	

@media(max-width: 1180px) {
.pl50 {
    padding-left: 15px;}

.social_icons_999{
	 margin-left:15px !important;}
	
.video_thumb_999 {
    margin-left: 20px;}

.ebooks_swiper_9823 {
    padding-bottom: 75px;}

.audio_swiper_9823{
    padding-bottom: 75px;}

.books_section_9823{
    padding: 60px 0px 30px 0px !important;}

body .books_swiper_nav_prev_9823 {
    left: 45% !important;
    top: 100% !important;}

body .books_swiper_nav_next_9823 {
    right: 45% !important;
    top: 100% !important;}

.quote_signature_786 img{
	 right:0px !important;}
	
.quote_section_786{
	padding-bottom:120px;}

.quote_block_786 p span {
    font-size: 30px;}

.quote_block_786 h4 {
    font-size: 30px;}

}


@media(max-width: 1170px) {
.quote_signature_786 img {
    position: absolute;
    right: 22px;
    top: -34px;
    max-width: 210px;}

.asder15{
	 max-width:55px;}
	

.swami_img_786{
	max-width: 660px;}
}

@media(max-width: 1045px) {
.swami_img_786 {
    max-width: 570px !important;}


}		
		
@media(max-width: 1042px) {	
.quote_section_786{
	padding-bottom:50px !important;}

.swami_img_786{
	width:55% !important;}

.quote_block_786 p{
	 font-size:26px !important;}
	
.quote_block_786 p span {
    font-size: 23px;}

.quote_signature_786 img {
    position: absolute;
    right: -31px;
    top: -45px;
    width: 200px;}

}

@media(max-width: 1082px) {	
.gitaContentBox_9832 h4 {
    font-size: 27px !important;}

.swami_img_786{
	max-width:630px;}
	
.quote_section_786{
	padding-bottom:80px !important;}

}	

@media(max-width: 1045px) {
.sear_inner_wrap select{	
 width:28%;}
	
.second_menufooter2 h5{
	 font-size:16px;}
	
.adfvg15{
	 width:100%;}
	
.support_btn_999 a{
	width:100%;}	

.swami_hero_search .btn{
	width:68px;
	font-size: 24px;}

.quote_section_786 {
    padding-bottom: 45px !important;}

.pl50 ul{
	margin-bottom: 41px;}

.adfg15655 {
    min-height: 198px;}

}



@media(max-width: 993px) {
.quote_block_786 h4 {
    font-size: 25px;}

.quote_author_786 {
    margin-top: 5px;
    font-weight: 400;
    font-size: 21px;
    color: #000;
    font-family: 'BakerSignet';}

	.quote_block_786 p{
	line-height:30px;}

.quote_section_786 {
    padding-bottom: 38px !important;}
	
	.book12{
	width: auto !important;
    right: 0px !important;
    margin-bottom: 0px !important;}
	
	.adft5{	
	width:100% !important;}
	
	.adader15 .main-content{
		padding-top:0px !important;}
		
	.adader15 .header{
		margin-bottom:20px !important;} 	
	}
	
	
@media(max-width: 992px) {
.swami_img_786 {
    max-width: 625px !important;
	width:100% !important;}
}	

@media(max-width: 970px) {
.swami_img_786 {
    max-width: 595px !important;
    width: 100% !important;}
}

@media(max-width: 925px){
.swami_img_786 {
    max-width: 564px !important;
    width: 93% !important;}

.asder15 {
    max-width: 40px;}
	
.quote_block_786 p{
	margin-top:20px;}

}

@media(max-width: 905px){
.swami_img_786 {
    max-width: 537px !important;
    width: 93% !important;}

.quote_signature_786 img{
	 width:125px;}
}

@media(max-width: 866px){
.swami_img_786 {
    max-width: 500px !important;
    width: 93% !important;}

.quote_section_786 {
    padding-bottom: 10px !important;}

.swami_img_786 {
    max-width: 474px !important;
    width: 93% !important;}

.quote_signature_786 img{
	 width:125px;}
}

@media(max-width: 821px){
footer .container {
	max-width:780px !important;}

.add_new_serach{
	display:none;}

.sear_inner_wrap {
    width: 86%;
	margin:0px auto;}

.swami_hero_search{
	height:55px;}
	
.swami_hero_search .btn{
	width:60px;
	font-size:20px;}

.swami_hero_search select{
	max-width:140px;}

.swami_hero_search input{
    padding: 15px 15px 15px 10px;}

.quote_block_786 p span {
    font-size: 22px;}

.swami_img_786 {
    max-width: 470px !important;}
}

@media(max-width: 793px){
.swami_img_786 {
    max-width: 460px !important;}
}

@media(max-width: 770px){
.books_add234 .book_name1{
	font-size: 13px !important;
    height: 36px !important;}

.quote_block_786 p {
    line-height: 27px;}

.quote_block_786 h4 {
    font-size: 22px;}

.swami_img_786 {
    max-width: 430px !important;}

body .adader15 {
    padding-top: 0px !important;
	margin-bottom:0px !important;}

body .adader15 .brad_come{
	margin-bottom:0px !important;}
	}
	
@media(max-width: 729px){	
.swami_img_786 {
    max-width: 400px !important;}
}
	
@media(max-width: 700px){	
.swami_img_786 {
    max-width: 406px !important;}

.swami_img_786 {
    max-width: 406px !important;}
}	

@media(max-width: 667px){	
.swami_img_786 {
    max-width: 374px !important;}}

@media(max-width: 665px){	
.quote_block_786 p {
    font-size: 24px !important;}

.quote_block_786 p span {
    font-size: 22px;}

.quote_block_786 h4 {
    font-size: 22px !important;}
}

@media(max-width: 610px){
.asder15 {
    max-width: 36px;}

.quote_block_786 h4 {
    font-size: 17px !important;}
}	
	
    @media(max-width: 600px) {
        .form-row {
            flex-direction: column;
        }
    }

  /* Responsive for mobile */
  @media (max-width: 600px) {
    .tabs {
      flex-direction: column;
      gap: 10px;
    }
    .tab {
      width: 100%;
      font-size: 16px;
      padding: 12px;
    }
  }

/* mobile view  */
 @media (max-width: 992px){
 .format-item{
 	    padding: 0px 2px 10px 2px;}
	
	.format-grid {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    gap: 6px;
	margin-bottom:20px;}

.tooltip-container{
	display:none;}

.auth_wrap15{
	display:block;}

.tab_wrap_add{
	padding-top:10px;
	padding-bottom:20px;}

.brad_come a{
	font-size:13.5px;}

.brad_come span{
	font-size:13.5px;}

.card{
	width:100%;}

.lightbox img{
	width:100%;}

.product_info h2{
	font-size:30px;}

.product_info h4{
	 font-size:18px;}
	
.tab-content5 h5{
	font-size:24px;}
 
     .swami_hero_subtext{
    font-size: 14px !important;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: -9px !important;
     }
  .about_container{
    padding: 0px;
  }
  .about_texthome54{
    padding: 0px;
  }
 
  .avrpt_heading_891 img{
    display: none;
  }
  .avrpt_heading_891{
    padding: 0px;
    font-size: 26px;
  }
  .tab_sliderheading67 p{
    font-size: 16px;
  }
  .view_allbtn7{
    width: 50%;
    top: -85px;
    position: relative;
    margin: -43px auto 0 auto;
  }
  .books_tabs_9823{
    padding-top: 115px;
    padding-bottom: 0px;
  }
  .books_tab_btn_9823{
    margin: 0px 15px;
  }
  .ebooks_swiper_9823{
    padding-bottom: 75px;
  }
  .books_swiper_nav_prev_9823 {
    bottom: 30px !important;
    top: auto;
    left: 135px;
  }
  .books_swiper_nav_next_9823{
           bottom: 30px !important;
        top: auto;
        right: 135px;
  }
  .krishna_rightimg12{
    display: none;
  }
  .gitaContentBox_9832 h3{
    padding: 0px;
    font-size: 34px;
  }
  .gitaContentBox_9832 h4{
    font-size: 30px;
  }
  .gitaContentBox_9832 h4 br{
    display: none;
  }
  .book12{
    position: relative;
        width: 70%;
        right: auto;
        display: flex;
        bottom: auto;
        justify-content: center;
        margin: 45px auto 0px;
  }
  .publication_container12{
    padding: 0px;
  }
  .book_stand12{
    display: none;
  }
  .book_image_89{
    position: relative;
    top: auto;
    left: auto;
            justify-content: center;
        display: flex;
  }
  .book_image_89 img{
    width: 100%;
    max-width: 100%;
  }
  .desktop_view{
    display: none;
  }
  .mobile_view{
    display: block;
            width: 260px !important;
  }
  .bg_defalut12{
    padding: 15px;
  }
  .quote_signature_786 img{
    position: unset;
  }
  .quote_section_786{
    padding-bottom: 230px;
  }
  .video_thumb_999 iframe{
    height: 250px !important;
  }
  .pl50{
    padding: 0px;
  }
  .audio_swiper_9823 {
    padding-bottom: 75px;
  }
  .support_btn_999{
    margin-bottom: 20px;
  }

}

@media (max-width: 710px){
body .quote_block_786 p {
    font-size: 23px !important;}

.quote_block_786 p span {
    font-size: 21px !important;}
}

@media (max-width: 667px){
.adft5{
	margin-bottom:18px !important;}

.books_add234 .book_name1 {
    font-size: 24px !important;
    height: 65px !important;}

.asder15 {
    max-width: 40px;}

.quote_author_786{
	font-size:16px !important;}
	
.quote_block_786 h4 {
    font-size: 20px;
	margin-top:0px !important;}

.quote_block_786 p {
    margin-top: 15px;}

.quote_block_786 p {
    line-height: 24px;}

.quote_signature_786 img {
    width: 119px;}	
}

@media (max-width: 550px){
.quote_section_786{
	padding-bottom:300px !important;}

.quote_block_786 p span {
    font-size: 19px !important;}

.swami_img_786{
	max-width:100% !important;}

.rfg15 {
    max-width: 100% !important;
    margin-top: 0px !important;}

.books_add234 .gurujiimg_bgbooks65{
	height:auto !important;}

.book12 {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    max-width: 180px !important;}

.gitaContentBox_9832 h4 {
    width: 100% !important;
	font-size:26px !important;}

.gitaContentBox_9832 p {
    width: 100% !important;}

.gitaHomeSection_9832 .row{
	padding-bottom:30px !important;}

.book_box_89 {
    margin-top: 0px !important;}

body .book_stand12{
	display:none !important;}

.publication_container12{
	padding-top:0px !important;}
}

@media (max-width: 450px){
.quote_block_786 h4 {
    font-size: 20px !important;
    margin-top: 6px !important;}

.sear_inner_wrap{
	display:block !important;
	height:auto !important;}

.sear_inner_wrap select{
	width: 100% !important;
    border-bottom: 1px solid #959595 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    margin-top: 0px !important;
    height: 36px;
    padding: 0px 13px 0px 13px;
    font-size: 13.5px !important;}

.sear_inner_wrap input{
	width: 100%;
    display: block;
    font-size: 13.5px !important;
    padding: 0px 13px 4px 13px;
    border: 0px !important;
    height: 35px;}

.sear_inner_wrap button{
    width: 98.85%;
    display: block;
    background-color: rgb(123, 31, 31) !important;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    margin: 2px;}

.add_new_serach img {
    width:93%;
    max-width: 550px;}
	
}


#mega-menu-item-custom_html-6{
    margin-top: 2px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    color: #000 !important;
    margin-bottom: 0px !important;}

.style156{
	text-align: center;
    width: 100%;
    display: block;
}

.style156 span{
	width: 100%;
    display: block;
    padding-bottom: 12px;
    padding-bottom: 13px;
	padding-top: 3px;}

.mega_first_imgcol1 .textwidget.custom-html-widget a{
    display: initial !important;
    border: solid 1px #90242a;
    color: #90242a !important;
    padding: 6px 24px;
    margin-top: 10px !important;
    border-radius: 19px;
    font-weight: 600;
    font-size: 13.5px !important;}

.style156 span a i{
    font-size: 12.5px !important;
	padding-right: 5px !important;}

#mega-menu-item-custom_html-6{
	height:87px !important;
}

@media(max-width: 400px){
.add_new_serach2 img {
    width: 76%;
    max-width: 414px;}

.sear_inner_wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;}

.quote_section_786 {
    padding-bottom: 235px !important;}
}

@media (max-width: 345px){
.arsha_logo img {
    width: 134px !important;}
}

@media (max-width: 1220px){
.pos_revl{
	position:inherit !important;}

.books_swiper_nav_next_9823{
	 right:0px !important;}
	
.books_swiper_nav_prev_9823{
	left:0px !important;}
}

@media (max-width: 992px){
body .books_swiper_nav_next_9823{
    right: 43% !important;
	top:100% !important;}

body .books_swiper_nav_prev_9823{
	left:43% !important;
	top:100% !important;}
}

@media (max-width: 992px){
body .books_swiper_nav_next_9823{
    right: 43% !important;
	top:100% !important;}

body .books_swiper_nav_prev_9823{
	left:43% !important;
	top:100% !important;}
}