body,
html {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

.wrappermain div {
    line-height: 0px;
}

html {
    margin-top: 0px !important;
}

body {
    background-color: #fff7ee;
}

body,
* {
    font-family: "Noto Sans Gujarati", sans-serif !important;
}

.arrow-down {
    left: 46%;
}

.headlogo img {
    width: 55px;
}

.top-menu ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.top-menu ul li {
    display: inline-block;
    margin-right: 4px;
}

.top-menu ul li.menu-item-has-children {
    position: relative;
}

.top-menu ul li.menu-item-has-children ul.sub-menu {
    background: #ffffff;
    border-radius: 0.5rem;
    width: 195px;
    position: absolute;
    left: 0;
    padding: 0;
    margin-top: 0;
    top: 22px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    line-height: normal;
    text-align: left;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}

.top-menu ul li.menu-item-has-children:hover>.sub-menu,
.top-menu ul li.menu-item-has-children>.sub-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.top-menu ul li.menu-item-has-children ul.sub-menu li {
    margin-right: 0px;
    margin-bottom: 0;
    display: block;
}

.top-menu ul li.menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 0px;
}

.top-menu ul li.menu-item-has-children ul.sub-menu li a {
    display: block;
    padding: 11px 16px;
    border-radius: 0 !important;
}

.top-menu ul li.menu-item-has-children ul.sub-menu li:first-child a {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.top-menu ul li.menu-item-has-children ul.sub-menu li:last-child a {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.top-menu ul li.menu-item-has-children a:after {
    content: "\ea4e";
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 4px;
}

.top-menu ul li.menu-item-has-children a:hover:after {
    color: #ea580c;
}

.top-menu ul li.menu-item-has-children a {
    padding-right: 25px;
}

.top-menu ul li.menu-item-has-children ul li a:after {
    display: none;
}

.top-menu ul li:last-child {
    margin-right: 0px;
}


/* 16-07-2026: Updated font size from 14px to 16px */

.top-menu ul li a {
    text-decoration: none;
    color: #374151;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 0.5rem;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.top-menu ul li a:hover {
    background-color: #fff7ed;
    color: #ea580c;
}

.top-menu ul li.current-menu-item a,
.top-menu ul li.submenus-a.current-menu-parent>a {
    background-color: #fff7ed;
    color: #ea580c;
}

.navbar-toggler {
    display: none;
}

header {
    line-height: 0;
    padding: 15px 0px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 100%;
    width: 100%;
    z-index: 100;
    transition: top 0.4s ease-in-out;
    top: 0;
    z-index: 2;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    /* overflow: hidden; */
    background: white;
}

.wrappermain {
    margin-top: 82px;
}

.box-container-white {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 3rem;
    background-color: #ffffff;
    border-color: rgba(243, 244, 246, 1);
}

.mainContent {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-title h1 {
    color: #111827;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 32px;
    text-align: center;
    line-height: 40px;
}


/* 16-07-2026: Updated font size from 1.125rem to 1.188rem*/

.box-title p {
    font-size: 1.188rem;
    line-height: 1.75rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    color: #4b5563;
    margin-bottom: 2rem;
}

.box-title.custom-template p {
    max-width: 100%;
}

.custom-template-main .box-title p:last-child {
    margin-bottom: 0;
}


/* 16-07-2026: Updated font size from 1.875rem to 1.938rem*/

.box-title.custom-template h2 {
    color: #f97316;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
}


/* 16-07-2026: Updated font size from 3rem to 3.125rem and font weight from 700 to 600 */

body .custom-template-head {
    margin-bottom: 3rem;
    font-size: 3.125rem;
    line-height: 38px;
    font-weight: 600;
    color: #111827;
    text-align: center;
    display: inline-block;
    position: relative;
}

body .custom-template-head:before {
    content: "";
    height: 0.25rem;
    background: #f97316;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -16px;
}

.box-title i {
    color: #f97316;
    font-size: 3.75rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

.bhakati_list_wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.bhakti_listing {
    padding: 1.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-duration: 0.3s;
    background: #fffbeb;
    border: 1px solid #ffedd5;
    border-radius: 0.75rem;
}

.bhakti_main_new .bhakti_listing {
    background: #F9FAFB80;
    border: 1px solid #e5e7eb;
}

.bhakti_main_new .bhakti_listing:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.bhakti_listing .icon-bhakti {
    flex: 1;
}

.bhakti_listing .text-bhakti {
    width: 405px;
}

.bhakti_listing:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.bhakti_name {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.icon-bhakti {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.icon-bhakti i {
    font-size: 2.5rem;
    line-height: 2rem;
    color: #fff;
}

.bhakti_listing .icon-bhakti {
    margin-right: 0.2rem;
}

.bhakti_listing .icon-bhakti i {
    color: #f47313;
}

.text-bhakti h1 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #111827;
    font-weight: 600;
}

.text-bhakti span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
    font-weight: 400;
}

.bhakti_player {
    width: 250px;
}

.bhakti_player a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    background: linear-gradient(to right, /* direction can be adjusted */
    #f97316 0%, /* from color */
    #d97706 100%
    /* to color */
    );
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
}

.bhakti_player a i {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-right: 0.5rem;
}

.bhakti_player a:hover {
    background: linear-gradient(to right, /* direction can be changed as needed */
    #ea580c 0%, /* from color */
    #b45309 100%
    /* to color */
    );
}

.back-btn {
    margin-bottom: 1.5rem;
}

.back-btn a {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #f97316;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
}

.back-btn a i {
    margin-right: 0.5rem;
    color: #f97316;
}

.box-container-white.inner-box {
    padding: 2rem;
}

.inner-box {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), /* big, soft shadow */
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
    /* smaller, closer shadow */
    margin-bottom: 1.5rem;
}

.devotion-collection-archive .text-bhakti h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.inner-box.playlist-box {
    padding: 0px;
    margin-bottom: 0;
}

.audio_count {
    padding: 1.5rem;
}

.audio_count h3 {
    color: #111827;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.audio_count .count {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
}

.audio_count.bhakti-playlist-sub-title {
    flex-basis: 100%;
    padding-left: 24px;
    padding-right: 0;
    padding-top: 0;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 24px;
    margin-left: -24px;
}

.playlist-list {
    padding: 1.5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #f3f4f6;
    flex-wrap: wrap;
}

.playlist-list .icon-bhakti {
    color: #4b5563;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    background: #f3f4f6;
}

.playlist-list .text-bhakti h2 {
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 16px;
}

.playlist-list .text-bhakti p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.25rem;
}

.audio-download {
    padding: 0.75rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    text-decoration: none;
    color: #f97316;
}

.audio-download:hover {
    background-color: #fff7ed;
}

.audio-download i {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.now-playing {
    padding: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), /* big soft shadow */
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
    /* smaller shadow closer to element */
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    background-image: linear-gradient(to right, #f97316, #d97706);
    position: sticky;
    /* or fixed */
    top: 83px;
    /* height of your header */
    z-index: 1;
}

.now-playing .bhakti_name {
    margin-bottom: 1.5rem;
}

.now-playing .icon-bhakti {
    background: #fff3;
    width: 5rem;
    height: 5rem;
    margin-right: 1.5rem;
}

.now-playing .text-bhakti {
    flex: 1 1 0%;
}

.now-playing .icon-bhakti i {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #ffffff;
}

.now-playing .text-bhakti p {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
}

.font-weight-400 {
    font-weight: 400;
}

.now-playing .text-bhakti h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.25rem;
}

.playlist-list.active-playlist {
    background: #fff7ed;
}

.playlist-list.active-playlist .icon-bhakti {
    background: #f97316;
    color: #ffffff;
}

.playlist-list.active-playlist .text-bhakti h2 {
    color: #ea580c;
}

.playlist-list.active-playlist .audio-download:hover {
    background-color: #ffedd5;
}

.player-progress input {
    background-color: #ffffff4d;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 0.5rem;
}

body .durations {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ffffffe6;
    justify-content: space-between;
    display: flex;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.player-controls {
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.prev-btn,
.next-btn {
    background-color: #fff3;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    outline: 0;
    border: 0;
    padding: 0;
}

.prev-btn i,
.next-btn i {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: #ffffff4d;
}

.play-btn {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    /* Equivalent plain CSS for Tailwind shadow */
    box-shadow: 0 0 #0000, /* ring offset shadow fallback */
    0 0 #0000, /* ring shadow fallback */
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    display: flex;
    outline: 0;
    border: 0;
    padding: 0;
}

.play-btn i {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #ea580cff;
}

.bhakti-audio {
    display: none;
}

.player-controls button.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.audio-download-now {
    padding: 0.75rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff3;
    display: inline-block;
    text-align: center;
}

.audio-download-now:hover {
    background-color: #ffffff4d;
}

.audio-download-now i {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
}

.book_list_wrap {
    padding-top: 50px;
}

.book_list_wrap div {
    line-height: normal;
}

.book_list_wrap table {
    /* border: 1px solid #e5e7eb; */
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 #0000000d;
    /* rgb(0 0 0 / 0.05) */
}

.book_list_wrap table thead th {
    background-color: #f3f4f6 !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #111827;
    text-align: left;
    padding: 1rem;
    box-shadow: none;
    border: 0;
    font-family: "Noto Sans", sans-serif;
    vertical-align: middle;
}

.book_list_wrap table thead tr {
    border: 0;
}

.mobile-head {
    display: none;
}

.book_list_wrap table tbody tr td {
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px;
    font-weight: 500;
    color: #111827;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
}


/* 16-07-2026: Updated font size from 16px to 18px */

.btitle {
    font-weight: 600;
    font-size: 18px;
}

.book_list_wrap table tbody tr:hover {
    background-color: #f9fafb;
}

.downloadbooks {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    background-color: #fee2e2;
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    text-decoration: none;
    margin: 0 auto;
}

.downloadbooks i {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #dc2626;
    font-weight: 400;
}

.downloadbooks:hover {
    background-color: #fecaca;
}


/* 16-07-2026: Updated font size from 14px to 15px */

.book_list_wrap table tbody tr td strong {
    font-size: 15px;
    font-weight: 400;
    display: block;
}

.books {
    display: flex;
    gap: 16px;
    align-items: center;
}

.books img {
    width: 150px;
    object-fit: cover;
}

.scrolltotop {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 10;
    background-color: #ffedd5;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    border-radius: 50%;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
}

.scrolltotop:hover {
    background-color: #ffedd5;
}

.scrolltotop i {
    font-size: 17px;
    color: #ea580c;
}

.top-head p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    color: #4b5563;
    margin-bottom: 3rem;
}

.contact-info h1 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 2rem;
    color: #111827;
}

.contact-info .box-container-white {
    padding: 1.5rem;
    margin-bottom: 24px;
}

.contact-info .bhakti_name {
    align-items: start;
}

.contact-info .icon-bhakti {
    width: 56px;
    height: 56px;
}

.contact-info .text-bhakti {
    width: 86%;
}

.contact-info .text-bhakti h1 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #111827;
    margin-bottom: 0.5rem;
}

.contact-info .text-bhakti p {
    line-height: 1.625;
    font-weight: 400;
    font-size: 16px;
    color: #4b5563;
}

.contact-info .text-bhakti p a {
    color: #4b5563;
}

.contact-info .text-bhakti p a:hover {
    color: #f97316;
}

.contact-info {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form div {
    line-height: normal;
}

.contact-form label {
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}

.contact-form .form-control {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    color: #111827;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
}

.contact-form .wpcf7-form-control-wrap {
    margin-bottom: 1.5rem;
    display: block;
}

.contact-info iframe {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.contact-form .wpcf7-submit {
    background-image: linear-gradient(to right, #f97316, #d97706);
    border: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-duration: 0.3s;
    color: #ffffff;
    width: 100%;
    border-radius: 0.5rem;
}

.contact-form .wpcf7-submit i {
    margin-left: 5px;
}

.contact-form .wpcf7-submit:hover {
    background-image: linear-gradient(to right, #ea580c, #b45309);
}

body .contact-form .wpcf7-response-output {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    font-size: 15px;
    color: ED1B3E;
    font-weight: 600;
}

.contact-form .invalid .wpcf7-not-valid-tip {
    color: #ed1b3e;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin-top: 4px;
}

.contact-form textarea {
    height: 126px;
    resize: none;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #f97316;
}

.full-album-download {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    color: #ffffff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    background: linear-gradient(to right, /* direction can be adjusted */
    #f97316 0%, /* from color */
    #d97706 100%
    /* to color */
    );
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 26px;
}

.full-album-download:hover {
    background: linear-gradient(to right, /* direction can be changed as needed */
    #ea580c 0%, /* from color */
    #b45309 100%
    /* to color */
    );
}


/* Rupali Css*/

#home {
    position: relative;
}

.banner-image {
    background-image: url(../img/home-banner-new.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    height: calc(100vh - 80px) !important;
}

.banner-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.4), rgb(0 0 0 / 0.5));
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.banner-text .title {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 24px;
}

.title {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    margin-bottom: 16px;
    color: #111827;
}

.sub-title {
    font-size: 20px;
    line-height: 1.625;
    color: #ffedd5;
    font-family: Montserrat, sans-serif;
    max-width: 768px;
    margin: 0 auto 32px;
}

.circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.circle-banner {
    height: 80px;
    width: 80px;
    margin-bottom: 56px;
    background-color: rgba(249, 115, 22, 0.2);
}

.circle-info {
    height: 64px;
    width: 64px;
    margin-bottom: 16px;
    background-color: #ffedd5;
}

.circle-banner i {
    color: #fdba74;
}

.circle-info i {
    font-size: 30px;
    line-height: 36px;
    color: #ea580c;
}

.btn {
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s all;
}

.orange-button {
    background-color: #ea580c;
    color: #ffffff;
}

.orange-button:hover {
    background-color: #c2410c;
    color: #ffffff;
    transform: translateY(-4px);
}

.btn-outlin-white {
    background-color: #ffffff1a;
    color: #ffffff;
    border: 2px solid #ffffff4d;
    backdrop-filter: blur(4px);
}

.btn-outlin-white:hover {
    background-color: #fff3;
    color: #ffffff;
}

.arrow-down {
    position: absolute;
    bottom: 10px;
    left: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    color: #ffffff;
    animation: bounce 1s infinite;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-down a {
    text-decoration: none;
    color: #ffffff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
}

.py-20 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title {
    text-align: center;
    margin-bottom: 64px;
}

.border-orange {
    height: 4px;
    width: 96px;
    margin: auto;
    background-color: #ea580c;
}

.font-h3 {
    color: #111827;
    font-weight: 600;
    font-family: "Crimson Text", serif;
}

.para {
    line-height: 1.625;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-box {
    padding: 24px;
    transition: all 0.3s;
    border-radius: 12px;
    background-image: linear-gradient(to bottom right, #fff7ed, #fffbeb);
}

.grid-box:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transform: translateY(-4px);
}

.grid-box h4 {
    color: #111827;
    font-weight: 600;
    margin-bottom: 8px;
}

.grid-box p {
    color: #4b5563;
    margin-bottom: 0;
}

.icon-box {
    height: 48px;
    width: 48px;
    margin-bottom: 8px;
}

.bg-orange {
    background-color: #ffedd5;
    border-radius: 8px;
}


/* 16-07-2026: Updated font size from 24px to 26px*/

.text-24 {
    font-size: 26px;
    line-height: 28px;
}

.icon-box i {
    color: #ea580c;
}

.grid-box:nth-of-type(2) .icon-box i {
    color: #111827;
}

.message-box {
    padding: 48px;
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
    margin-top: 64px;
    background-image: linear-gradient(to right, #ea580c, #d97706);
}

.font-30 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.message-box h3 {
    margin-bottom: 24px;
    font-family: "Crimson Text", serif;
}

.message-box p {
    font-size: 20px;
    line-height: 1.625;
    font-style: italic;
    margin-bottom: 16px;
}

.max-w-4xl {
    max-width: 896px;
}


/* 16-07-2026: Updated font size from 18px to 20px*/

.font-18 {
    font-size: 20px;
    line-height: 28px;
}

#about .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
}


/* 16-07-2026: Updated font size from 36px to 38px*/

.font-36 {
    font-size: 38px;
    line-height: 38px;
}


/* 16-07-2026: Updated font size from 14px to 15px*/

.font-14 {
    font-size: 15px;
    line-height: 20px;
}

footer {
    background-image: linear-gradient(to bottom, #111827, #1f2937);
    padding: 48px 0px;
}

.footer-logo {
    filter: brightness(0) invert(100%);
    height: 64px;
    width: auto;
    margin-bottom: 16px;
}


/* 16-07-2026: Updated font size from 14px to 15px*/

footer p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.625;
    margin-bottom: 0;
}

footer h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 16px;
}

footer ul li a {
    color: #d1d5db;
    font-size: 14px;
    text-decoration: none;
}

footer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

footer li {
    margin-top: 8px;
}

footer ul li a:hover,
footer ul li i {
    color: #fb923c;
}

footer ul li span {
    color: #d1d5db;
    margin-left: 8px;
    width: 86%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
}

footer ul li i {
    font-size: 14px;
}

footer .row .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.copyright {
    margin-top: 32px;
    border-top: 1px solid #374151;
    padding-top: 32px;
    color: #9ca3af;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}


/*Rupali CSS End*/

.showinginfo {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center !important;
    font-size: 0.875rem;
    line-height: 1.25rem !important;
    color: #6B7280;
}

.showinginfo span {
    font-weight: 600;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #FFF7ED;
    color: #f97316;
    border-radius: 0.25rem;
}

.filters-box {
    max-width: 48rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 0.5rem;
    border-color: #F3F4F6;
    background-color: #F9FAFB;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: row;
}

.filters-box .search-box input {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    /* border: 0; */
    color: rgba(55, 65, 81, 1);
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.75rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    border-width: 2px;
    font-size: 14px;
    border-color: transparent;
    width: 460px;
}

.filters-box .search-box {
    position: relative;
}

.filters-box .search-box i {
    padding-left: 1rem;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    pointer-events: none;
    align-items: center;
    color: rgb(156 163 175);
}

.filters-box .search-box input::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.filters-box .search-box input::-webkit-input-placeholder {
    color: #9CA3AF;
}

.filters-box .search-box input:-ms-input-placeholder {
    color: #9CA3AF;
}

.filters-box .search-box input:focus-visible,
.filters-box .search-box input:focus,
.filters-box .year-filter select:focus-visible,
.filters-box .year-filter select:focus {
    border: 2px solid #f97316;
    outline: 0;
}

.hidden-line {
    background-color: rgb(229 231 235);
    width: 1px;
    height: 2rem;
}

.filters-box .year-filter select {
    font-weight: 500;
    padding-right: 2.5rem;
    padding-left: 2.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgb(255 255 255);
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    /* border: 0; */
    text-align: left !important;
    width: 259px;
    color: rgb(55 65 81);
    border-width: 2px;
    font-size: 14px;
    border-color: transparent;
}

.filters-box .year-filter select::-ms-expand {
    margin-right: 10px;
}

.filters-box .year-filter {
    position: relative;
}

.filters-box .year-filter i {
    padding-left: 1rem;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    pointer-events: none;
    align-items: center;
    color: rgb(156 163 175);
}

.filters-box .year-filter i.arrows {
    padding-right: 1rem;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    pointer-events: none;
    align-items: center;
    color: rgb(55 65 81);
    padding-left: 0;
    left: inherit;
    font-weight: 600;
}

.about-section .align-items-center div {
    line-height: normal;
}


/* 16-07-2026: added font size*/

.about-section .align-items-center div>p {
    margin-bottom: 20px;
    font-size: 17px;
}

.about-section p a {
    color: #ea580c;
}

.about-section p a:hover {
    color: #8f3709;
}


/* 
.bhakti_main_new .bhakati_list_wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bhakti_main_new .bhakti_listing .text-bhakti {
    width: 217px;
} */

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 992px) {
    .collapse:not(.show) {
        display: block;
    }
}

@media (min-width: 640px) {
    .sub-title {
        font-size: 24px;
        line-height: 32px;
    }
    .button-group {
        flex-direction: row;
    }
    .banner-text .title {
        font-size: 48px;
    }
}

@media (min-width: 1024px) {
    .banner-text .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1300px) {
    .bhakti_listing .icon-bhakti {
        flex: 0 0 48px;
    }
    .bhakti_listing .text-bhakti {
        width: auto;
    }
}

@media (max-width: 991px) {
    footer .row .col-12:first-of-type,
    footer .row .col-12:nth-of-type(2) {
        margin-bottom: 32px;
    }
    .banner-text .title {
        font-size: 48px;
        line-height: 1;
    }
    .sub-title {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-text,
    .about-section,
    footer,
    .custom-template-main,
    .contact-main,
    .library-main,
    .bhakti-main {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .container {
        max-width: 100%;
    }
    body .message-box {
        padding: 3rem;
        margin-bottom: 80px;
    }
    footer p br {
        display: none;
    }
    body .copyright .d-flex {
        flex-direction: row;
    }
    header .navbar-toggler {
        display: block;
        position: absolute;
        top: 23px;
        right: 24px;
        background: #f3f4f6;
        padding: 7px;
        border-radius: 0.5rem;
    }
    header .navbar-toggler i {
        font-size: 24px;
    }
    header {
        padding: 15px 24px;
        overflow: visible;
    }
    header .navbar-collapse {
        line-height: normal;
        position: fixed;
        top: 79px;
        z-index: 9;
        width: 100%;
        height: 100%;
        height: 100vh !important;
        background: #ffffff;
        left: 0;
        padding: 0 24px;
    }
    .top-menu ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .top-menu {
        text-align: left !important;
        border-top: 1px solid #f3f4f6;
        padding-top: 25px;
        margin-top: 0;
    }
    .top-menu ul li a {
        display: block;
        padding: 12px 16px;
    }
    .contact-info {
        gap: 0;
        display: block;
    }
    .contact-info iframe {
        height: 250px;
    }
    .contact-form {
        margin-top: 48px;
    }
    .bhakti-main .bhakti_name {
        align-items: start;
    }
    .top-menu ul li.menu-item-has-children ul.sub-menu {
        transform: inherit !important;
        width: 100%;
        position: relative;
        margin-top: 10px;
        padding-left: 30px;
        box-shadow: none;
        top: 0;
        display: none;
        /* controlled by click */
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .top-menu ul li.menu-item-has-children ul.sub-menu li a {
        display: block;
        padding: 11px 16px;
        border-radius: 0.5rem !important;
    }
    .top-menu ul li.menu-item-has-children a:after {
        right: 7px;
        top: 9px;
        font-size: 25px;
    }
    .top-menu ul li.menu-item-has-children.open>ul.sub-menu {
        display: block;
    }
    .top-menu ul li.menu-item-has-children ul.sub-menu li {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .filters-box {
        max-width: 100%;
    }
    .filters-box .search-box input {
        width: 389px;
    }
    .filters-box .year-filter select {
        width: 185px;
    }
}

@media (max-width: 768px) {
    .message-box {
        padding: 32px;
    }
    .copyright span:first-of-type {
        margin-bottom: 16px;
    }
    .copyright .d-flex {
        flex-direction: column;
    }
    footer .row .col-12:nth-of-type(3) {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .banner-text .title br {
        display: none;
    }
    .banner-text,
    .about-section,
    footer,
    .custom-template-main,
    .contact-main,
    .library-main,
    .bhakti-main {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .banner-text .title {
        font-size: 30px;
        line-height: 40px;
        max-width: 83%;
        margin-left: auto;
        margin-right: auto;
    }
    .sub-title {
        font-size: 18px;
        line-height: 27px;
    }
    .circle-banner i {
        font-size: 25px;
        line-height: normal;
    }
    .circle-banner {
        height: 50px;
        width: 50px;
        margin-bottom: 20px;
    }
    .font-36 {
        font-size: 25px;
        line-height: 25px;
    }
    .arrow-down {
        left: 46%;
    }
    .banner-text {
        top: 52%;
    }
    .button-group {
        display: none;
    }
    .arrow-down {
        bottom: 55px;
    }
    .font-36 {
        font-size: 36px;
        line-height: 2.9rem;
    }
    .para.mb-0 {
        margin-bottom: 3rem !important;
    }
    .icon-box {
        margin-bottom: 16px;
    }
    body .message-box {
        padding: 32px;
    }
    .grid-box {
        padding: 24px 20px;
    }
    body .message-box {
        margin-bottom: 0;
    }
    body .copyright .d-flex {
        flex-direction: column;
    }
    body .custom-template-head {
        font-size: 36px;
    }
    .custom-template-main .box-container-white,
    .library-main .box-container-white,
    .box-container-white {
        padding: 24px;
    }
    .book_list_wrap {
        padding-top: 32px;
    }
    header {
        padding: 15px 16px;
    }
    header .navbar-toggler {
        right: 16px;
    }
    .contact-info .text-bhakti p br {
        display: none;
    }
    .contact-info .text-bhakti {
        width: 75%;
    }
    .contact-info .text-bhakti p {
        word-wrap: break-word;
    }
    .book_list_wrap table thead th {
        display: none;
    }
    .book_list_wrap table tbody tr td {
        text-align: left !important;
        display: block;
    }
    .book_list_wrap table tbody tr td {
        border-bottom: 0;
    }
    .book_list_wrap div.mobile-head {
        display: block;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 600;
        color: #111827;
        text-align: left;
        margin-bottom: 10px;
    }
    .books {
        display: block;
    }
    .float-l {
        float: left;
    }
    .float-r {
        float: left;
        margin-left: 12px;
        width: 78%;
    }
    .downloadbooks {
        margin: inherit;
    }
    .book_list_wrap table tbody tr {
        background-color: #ffffff;
    }
    .book_list_wrap table tbody tr td.author-td {
        vertical-align: top;
        width: 50%;
        display: inline-block;
        height: 100%;
    }
    .book_list_wrap table tbody tr td.Preface-td {
        width: 50%;
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }
    .bhakati_list_wrap {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem;
    }
    .bhakti_player {
        width: 100%;
    }
    .box-container-white.inner-box {
        padding: 24px;
    }
    .devotion-collection-archive .text-bhakti h1 {
        font-size: 24px;
        line-height: 1.5rem;
    }
    .devotion-collection-archive .icon-bhakti {
        flex: 0 0 48px;
    }
    .bhakti-main .bhakti_name {
        flex: 0 0 85%;
    }
    .playlist-list {
        justify-content: space-evenly;
    }
    .now-playing {
        padding: 24px;
    }
    .now-playing .text-bhakti h3 {
        font-size: 20px;
        line-height: 24px;
        padding-right: 10px;
    }
    .now-playing .icon-bhakti {
        margin-right: 1rem;
        flex: 0 0 59px !important;
    }
    .box-container-white.inner-box.playlist-box {
        padding: 0;
    }
    .now-playing {
        z-index: 1;
    }
    .filters-box {
        max-width: 100%;
        flex-direction: column;
        gap: 12px;
    }
    .filters-box .search-box input {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .filters-box .year-filter select {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .hidden-line {
        background-color: rgb(229 231 235);
        width: auto;
        height: 1px;
        width: 100%;
    }
}

@media (max-width:375px) {
    .bhakti-main .bhakti_name {
        flex: 0 0 84%;
    }
}

.page-template-calendar-2025 .month-name,
.page-template-calendar-2025 h1,
.page-template-calendar-2026-new h1,
.page-template-calendar-2026-new h1 .year,
.page-template-calendar-2025 h1 .year,
.page-template-calendar-2026-new .month-name,
.page-template-calendar-2026-new .panel-header,
.page-template-calendar-2025 .events .panel-header,
.page-template-calendar-2026-new .events .panel-header {
    font-family: 'Cormorant Garamond', serif !important;
}

.page-template-publications-template .spps-page .spps-author-name {
    font-family: "Noto Sans Gujarati", sans-serif !important;
}