@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */


.ekadashi-card {
  position: relative;
}

.ekadashi-bg {
  height: 450px;
  object-fit: cover;
  filter: brightness(0.8);
}

/* Date Box */
.ekadashi-date-box {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2d2d2d;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

.ekadashi-date-box h3 {
    margin: 0;
    font-size: 28px;
    color: white;
}




/* Overlay Content */
.ekadashi-overlay {
  position: absolute;
  top: 20%;
  width: 100%;
  color: #fff;
}

.ekadashi-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Info Box */
.ekadashi-info-box {
    background: rgb(241 241 241 / 25%);
    color: #000;
    display: inline-block;
    padding: 24px 10px 24px 20px;
    border-radius: 20px 0 0 20px;
    background: rgb(145 145 145 / 47%);
    float: inline-end;
    border: 1px solid rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(6px);
}

.ekadashi-highlight {
  color: #007bff;
  font-weight: 600;
}

/* Countdown */
.ekadashi-countdown {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.ekadashi-time-box {
  background: rgba(255, 255, 255, 0.3);
    padding: 12px 10px;
    border-radius: 12px;
    min-width: 60px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.38);
}



.ekadashi-time-box h4 {
    margin: 0;
    font-size: 20px;
    color: white;
    font-weight: 700;
    font-family: 'Poppins';
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}




.ekadashi-countdown .countdown-label {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.9;
    margin: auto 10px;
    color: white;
    text-align: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    line-height: 1.2;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}




.ekadashi-time-box span {
    font-size: 12px;
    color: white;
}




.current-month-title {
    font-size: 35px;
    font-weight: 700;
    padding-right: 40px;
    font-family: poppins;
    line-height: 35px;
}


.nav-buttons.jkllll button {
    background-color: #ffffff;
    border-radius: 90px;
    padding: 13px;
    /* height: 16px; */
    width: 61px;
    line-height: 29px;
    font-size: 24px;
}

.month-nav-group.d-flex {
    padding: 16px 0px;
}


.nav-buttons.jkllll {
    margin-top: -13px;
}




.ekadashi-info-box h5 {
    font-family: 'Poppins';
    color: white;
    font-weight: 700;
}



.ekadashi-info-box p {
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
}



p.ekadashi-highlight {
    color: #2f66b8;
    font-weight: 700;
}


.ekadashi-info-box p {
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}


p.ekadashi-highlight {
    color: #2f66b8;
}



span.ekadashi-day {
    font-weight: 600;
    font-family: 'Poppins';
}



.ekadashi-date-box h3 {
    margin: 0;
    font-size: 28px;
    color: white;
    font-weight: 600;
    font-family: 'Poppins';
}

span.ekadashi-month {
    font-family: 'Poppins';
}





.ekadashi-card {
    position: relative;
    overflow: hidden; /* Important */
}



.overlayy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );

    color: white;


    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: 0.3s ease; /* optional for hover */
}

h1.entry-title {
    display: none;
}



.bio-intro {
    padding: 70px 0px;
}



.alphabet-listing {
    padding: 60px 0px;
}



.bio-intro h2 {
    font-size: 31px;
    font-weight: 800;
    padding-bottom: 22px;
}


.bio-intro p {
  text-align: justify;
}





.language-switcher {
    margin-bottom: 38px;
}


.language-switcher {
    text-align: center;
    margin: 25px 0;
}
.lang-btn {
    padding: 4px 42px;
    margin: 0 6px;
    border: 2px solid #8b4e03;
    background: #cd9252;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}




.lang-btn:hover {
    background: #2f66b8;
    color: #fff;
    border: none;
}



.lang-btn.active {
    background: #8b4e03;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

/* Optional: Focus effect */
.lang-btn:focus {
    outline: none;
}


.lang-content {
    display: none;
}

.lang-content.active {
    display: block;
}




.contact-list.section-padding {
    padding: 70px 0px;
}






.blogggginfo.klll img {
    width: 100%;
}	


.blogggg img {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 6px;
    background-color: white;
}



.blogggginfokkkkk.klll h4 {
    padding: 29px 0px !important;
    color: #3c3629;
    font-weight: 700;
}



img.rightimgggggg.alignright {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}

.about-tai-content p {
    text-align: justify;
}




.audio-list-section{
    background: #f4f0e6;
}

.custom-audio-box{
    background: #c5aa63;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    transition: 0.3s;
}

.custom-audio-box:hover{
    background: #b89a4d;
}

.audio-title{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    width: 92%;
}

.audio-play-btn a{
    width: 42px;
    height: 42px;
    background: #fff;
    color: #c70000;
    border: 3px solid #d40000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s;
}

.audio-play-btn a:hover{
    background: #d40000;
    color: #fff;
}

@media(max-width:768px){

    .custom-audio-box{
        padding: 14px 15px;
    }

    .audio-title{
        font-size: 18px;
        width: 85%;
    }

    .audio-play-btn a{
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

}





.feature-icon777777 img {
    border-radius: 100px;
    object-fit: cover;
    height: 170px;
    border: 3px solid #e9e8e8;
    width: 178px;
    margin-bottom: 15px;
}



.custom-audio-box {
    background: #c5aa63;
    padding: 6px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
}

.audio-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.audio-popup-btn{
    width:45px;
    height:45px;
    border-radius:50%;
    border:2px solid red;
    background:#fff;
    color:red;
    font-size:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.audio-popup-btn:hover{
    background:red;
    color:#fff;
}

.custom-audio-modal{
    border-radius:10px;
    overflow:hidden;
}

.custom-audio-modal .modal-header{
    background:#c5aa63;
    color:#fff;
}

.audio-desc{
    margin-bottom:15px;
    font-size:16px;
    line-height:1.7;
}







.fixed-right-image {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 9999;
}

.fixed-right-image img {
    width: 120px;
    height: auto;
    display: block;
}



.footer-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fixed-right-image {
    position: absolute;
    right: 0;
    bottom: 90px;
    z-index: 10;
}


.fixed-right-image img {
    width: 250px;
    height: auto;
    display: block;
}


p.text-dark.jklll {
    font-size: 14px;
    font-style: italic;
}

.quote-slider {
    position: relative;
    /* max-width: 900px; */
    margin: auto;
    min-height: 0px;
    /* overflow: hidden; */

}

.quote-slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(50px);
    transition: all .8s ease;
    text-align: center;
    /* padding: 20px; */
    font-size: 22px;
    font-style: italic;
    /* background: #f8f3e8; */
    border-radius: 10px;
}

.quote-slide.active{
    opacity:1;
    transform:translateX(0);
}





.fleeky-logoo img {
    width: 100%;
}




.fleeky-logoo img:hover {
    opacity: 0.4;
}



.fleeky-logoo img {
    width: 186px;
}


.row.footer-padddingg {
    padding: 0px 0px 60px 0px;
}


.single-activities-wrap.jkllll img {
    width: 100%;
    object-fit: cover;
    height: 327px !important;
}




section.gallery-page {
    padding: 60px 0px;
}



.gallery-images img {
    width: 100%;
    height: 546px;
    object-fit: cover !important;
}

@media (max-width: 991px) {
    .gallery-images img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .gallery-images img {
        height: 250px;
    }
}