:root {
    /* Button Colors */
    --button-dark: #c23b23 !important;
    --button-dark-hover: #b12816 !important;
    /* Background Colors */
    --bg-white: #ffffff !important;
}


/* Body */

html,
body {
    overflow-x: hidden;
}

body {
    background-color: #fdefe5 !important;
    position: relative;
    overflow-x: hidden;
    font-family: 'Anek Odia', sans-serif !important;
    font-weight: 400 !important;         
}


/* Scroll Bar Designs */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f5c57e;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ee9b3c;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #f07a2b;
}


/* Pointer */

.cursor-pointer {
    cursor: pointer;
}

.bottom-slider {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1380px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.bottom-slider {
    /* ... */
    >* {
        flex: 0 0 100%;
    }
}


/* Group the cards for better structure. */

.group {
    display: flex;
    gap: 20px;
    will-change: transform;
    animation: scrolling 30s linear infinite;
    padding-right: 20px;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.bottom-slider .card {
    width: 100%;
    color: white;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
    padding: 20px;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    /* 
    &:nth-child(1) {
      background: #7958ff;
    }

    &:nth-child(2) {
      background: #5d34f2;
    }

    &:nth-child(3) {
      background: #4300da;
    } */
}


/* .form-select,
.form-control {
    border-color: #a0b9c4 !important;
    background-color: #ebecec !important;
} */


/* For all disabled input fields */

input:disabled {
    background-color: #f0f0f0;
    /* Light gray */
    color: #888;
    /* Optional: change text color */
    cursor: not-allowed;
    /* Optional: show disabled cursor */
}


/* For all disabled select dropdowns */

select:disabled {
    background-color: #f0f0f0;
    /* Light gray */
    color: #555;
    /* Text color */
    cursor: not-allowed;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: #ec7026 !important;
}

.form-check-input:checked {
    background-color: #06102c !important;
    border-color: #06102c !important;
}

input,
button:focus {
    box-shadow: none !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #373636ba url(../images/loader.gif) 50% 50% no-repeat;
    background-size: 70px 70px;
}

.accessibility_menu {
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    padding: 0.5px;
    margin-bottom: 7.5rem;
    position: relative;
    /* Important so ::after is positioned relative to this */
}

.accessibility_menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -160px;
    width: 100%;
    height: 40px;
    background: url(../images/menu-after-bg.png) repeat-x left top;
    z-index: 2;
    opacity: 0.7;
}

.sticky::after {
    content: "";
    position: absolute;
    left: 0;
    top: 112px;
    width: 100%;
    height: 40px;
    background: url(../images/menu-after-bg.png) repeat-x left top;
    z-index: 2;
    opacity: 0.7;
}

.accessibility_menu_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gov_of_odisha_text {
    display: flex;
    flex-direction: row;
    color: #f5f5f5;
    align-items: center;
    padding: 2px 0px;
}
.pt-05
{
    padding-top: 6px !important;
}
.gov_of_odisha_text h6 {
    margin-bottom: 0 !important;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
}

/* .gov_of_odisha_text h6:last-child {
    border-left: 1px solid #c1c1c1;
} */

.change_lang {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.change_lang .btn-lang {
    padding: 0rem 0.75rem !important;
    font-size: 0.75rem;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    height: 20px;
    display: flex;
    align-items: center;
}

.change_lang .btn-lang.active {
    background-color: #fff;
    border: 1px solid #fff;
    color: #2c2c2c;
    align-items: center;
}

.change_lang .btn-lang:hover {
    background-color: #ffffffb3;
    border: 1px solid #fff;
    color: #2c2c2c;
}

.change_lang .btn-lang:first-child {
    border-radius: 0.25rem 0 0 0.25rem;
    padding-top: 4px !important;
}

.change_lang .btn-lang:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
    align-items: center;
    padding-top: 4px !important;
}

.theme_colors {
    display: flex;
    flex-direction: row;
}

.theme_colors button {
    padding: 0;
    border: none !important;
}

.theme_colors button:focus,
.theme_colors button:active {
    border: none !important;
}

.theme_colors button div {
    width: 15px;
    height: 15px;
}

.theme_colors .light_theme {
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 0.5rem !important;
}

.theme_colors .dark_theme {
    background: #000000;
    border: 1px solid #ffffff;
}

.font_size_change {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.font_size_change a {
   
    width: 24px;
    font-weight: 500;
    color: #e2e2e2 !important;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    height: 20px;
    padding-top: 5px;
}

.font_size_change a:hover {
    background-color: #252525;
    cursor: pointer;
}

header {
    padding: 0.5rem;
    box-shadow: 0px 2px 7px 4px #6767671f;
    position: fixed;
    z-index: 999;
    top: 30px;
    width: 100%;
    background: #FFF url(../images/bannerbgold.png) repeat-x;
    background-size: contain;
    transition: background-color 0.3s, padding 1s;
}

header.sticky {
    background-color: #ffffffda;
    top: 0;
    padding: 0.25rem;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: space-around;
}

.banner-booking-sec {
    position: absolute;
    width: 70%;
    z-index: 4;
    background-image: linear-gradient(rgba(236, 112, 38, 0.7), rgb(242 241 241));
    top: -100px;
    left: 50%;
    margin-left: -35%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px;
    padding-bottom: 30px;
}

.banner-booking-heading {
    /* background: linear-gradient(#8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%); */
    background: #ec7026;
    color: #FFF !important;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: auto;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -180px;
}
.btn-lang {
    border: 1px solid #ccc;
    background-color: white;
    color: #333;
}

.btn-lang.active {
    background-color: #0d6efd;   /* Bootstrap primary */
    color: white;
    border-color: #0d6efd;
}
.mrg-100 {
    margin-top: 115px;
}

.section-top {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 4;
}

.section-bottom {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 4;
    padding: 0 !important;
}

.minister-box {
    height: 104px;
    width: 102px;
    border-radius: 50%;
    background: #FFF;
    padding: 5px;
    border: 2px dashed #ec7026;
    margin: 0px 10px;
}

.minister-box img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

.minister-name {
    font-size: 14px;
    color: #c25a94;
    font-weight: bold;
}

.minister-desig {
    font-size: 12px;
    color: #333;
}

.logo_area {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo_image {
    width: 80px;
    height: 90px;
}

.logo_text {
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
}

.logo_text .logo_heading {
    color: #404040;
    font-size: 0.95rem;
    width: 180px;
    margin-bottom: 0.15rem;
    font-weight: bold;
}

.logo_text .gov_of_odisha {
    color: #3a3a3a;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
}

.book_ticket {
    cursor: pointer;
}

.gallery-image {
    position: relative;
}

.gallery-image-title-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 7px;
    color: #FFF;
    position: absolute;
    width: 87%;
    bottom: 0px;
    border-radius: 5px;
    min-height: 69px;
}

.ticket_icon {
    /* background-image: url(../images/ticket.png); */
    background: linear-gradient( #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    border-radius: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 55px;
    padding: 0.25rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
    color: #FFF;
    font-weight: 600;
}

.ticket_icon:hover {
    filter: drop-shadow(1px 3px 5px #616161c8);
    transition: all 0.2s ease-in-out;
}

.ticket_icon h6 {
    margin-bottom: 0.25rem;
    color: #fff;
}

.ticket_icon h5 {
    margin-bottom: 0;
    color: #fff;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header li a {
    text-decoration: none;
}

.header li a:hover {
    color: #192b5a;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu li {
    width: 88px;
}

.header .menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.header .menu li img {
    width: 24px;
    height: 24px;
    opacity: 0.7;
}

.header .menu li:hover img {
    opacity: 1;
}

.header .menu li span {
    font-size: 0.8rem;
    font-weight: 500 !important;
    white-space: nowrap;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 540px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}


/* footer up slider css */

.bg-white {
    background-color: var(--bg-white);
}

.logo-slider {
    position: relative;
    width: 90%;
    max-width: 1000px;
    overflow: hidden;
    padding: 2rem 0;
    max-width: 1400px;
}

.logo-track {
    display: flex;
    width: fit-content;
    animation: scroll var(--duration, 20s) linear infinite;
    animation-direction: var(--direction, normal);
}

.logo-item {
    flex: 0 0 auto;
    margin: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    height: 50px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.logo-item img:hover {
    opacity: 1;
}


/* Faded edges */

.fade-shadow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient( 90deg, #FFFFFF 0%, transparent 10%, transparent 90%, #FFFFFF 100%);
    z-index: 2;
    width: 100%;
    height: 70px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Banner */

.banner_area {
    padding: 0 !important;
}

.banner_area .all-images {
    height: 500px;
}

.banner-left,
.banner-right {
    font-size: 1.5rem;
    color: #fff;
}


/* .banner_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.banner_items {
    position: relative;
}

.banner_text {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 50%; */
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_bg {
    display: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #000000ae 12%, #00000000 100%);
}

.banner_text h5 {
    width: fit-content;
    /* background-color: #06102cd6; */
    padding: 0.25rem 1.5rem 0.5rem 1.5rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 0;
}

.banner_text h6 {
    width: 50%;
    text-align: center;
    color: #ffffffba;
    font-weight: 400;
    /* background-color: #06102cd1; */
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 2rem;
    line-height: 1.5rem;
}


/* Booking */

.booking_container {
    /* position: relative; */
    /* height: 260px; */
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.booking_heading {
    font-size: 1.1rem !important;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #474444;
    /* text-align: center; */
    text-transform: uppercase;
}

.booking_section {
    background-color: #ffffff;
    border-radius: 1rem;
    /* position: absolute; */
    top: -90px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1.5rem 3rem;
    /* border: 2px solid #06102c; */
    box-shadow: 0px 2px 8px 8px #1b1b1b1f;
    /* background-image: url(../images/form_bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.check_area {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.form-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #06102c;
}

label:after {
    background-color: #0000 !important;
}

.all_filters {
    display: flex;
    flex-direction: row;
}

.filter_card {
    width: 25%;
}

.filter_card_2 {
    width: 33.33%;
}

.check_button {
    background-color: #dc3545 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0.35rem 1.25rem !important;
    border-radius: 2rem !important;
    width: 150px;
}

.zoom-out {
    scale: 90%;
}

.check_button:hover {
    background-color: #5c0a0a !important;
}

.more_filter_button {
    background-color: #747474 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0.35rem 1.25rem !important;
    border-radius: 2rem 0 0 2rem !important;
    width: 145px;
    margin-right: 1px;
}

.moreFilterOptions {
    display: none !important;
}

.moreFilterOptions.show {
    display: block !important;
}


/* Date Picker */

.day.available {
    /* background-color: #dcffd1 !important; */
}

.day.available:hover {
    /* background-color: #38991a !important; */
}

.day.booked {
    background-color: #ffdddd !important;
}

.day.booked:hover {
    color: #212529 !important;
    cursor: not-allowed !important;
}

.datepicker.dropdown-menu {
    z-index: 1200 !important;
    border: 1px solid #06102c !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem;
}

.datepicker.dropdown-menu .prev,
.datepicker.dropdown-menu .next,
.datepicker.dropdown-menu .day,
.datepicker.dropdown-menu .month,
.datepicker.dropdown-menu .datepicker-switch {
    cursor: pointer;
}

.datepicker.dropdown-menu .datepicker-switch {
    text-align: center;
    font-size: 1.2rem;
    color: #263766;
}

.datepicker.dropdown-menu .century,
.datepicker.dropdown-menu .decade,
.datepicker.dropdown-menu .year,
.datepicker.dropdown-menu .month {
    padding: 0.25rem 0.6rem;
    text-align: center;
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 0.25rem 0.5rem;
    text-align: center;
}

.datepicker.dropdown-menu .clear {
    background: #f0f0f0;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
    color: #5d5d5d;
}

.datepicker.dropdown-menu .clear:hover {
    background: #d7d7d7;
    color: #1a1a1a;
}

.datepicker.dropdown-menu .disabled.day,
.datepicker.dropdown-menu .old.day,
.datepicker.dropdown-menu .new.day {
    color: #bfbfbf;
    cursor: default;
}

.datepicker.dropdown-menu .disabled.day:hover {
    color: #bfbfbf;
    background-color: #fff;
    cursor: default;
}

.datepicker.dropdown-menu .century:hover,
.datepicker.dropdown-menu .decade:hover,
.datepicker.dropdown-menu .year:hover,
.datepicker.dropdown-menu .month:hover,
.datepicker.dropdown-menu .day:hover {
    background-color: #7d7d7d;
    color: #fff;
    border-radius: 0.35rem;
    cursor: pointer;
}

.datepicker.dropdown-menu .century.focused,
.datepicker.dropdown-menu .decade.focused,
.datepicker.dropdown-menu .year.focused,
.datepicker.dropdown-menu .month.focused,
.datepicker.dropdown-menu .day.active {
    background-color: #06102c !important;
    color: #fff;
    border-radius: 0.35rem;
}

.programme_section {
    /* background-image: url(../images/light_bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.web_headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.web_card_heading {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
    width: fit-content;
    text-align: center;
}

.web_card_desc {
    font-size: 0.95rem;
    /* color: #FFF; */
    color: #424242;
    margin-top: 0.6rem;
    width: 58%;
    text-align: center;
}

.web_card_heading::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 87%;
    left: 5%;
    right: 5%;
    bottom: -6px;
    background-color: #be0b0b;
}

.mb-15 {
    margin-bottom: 15px;
}


/* .web_card_row {
    height: 260px;
} */

.web_card_col {
    height: 100%;
}

.web_card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    height: 90%;
    box-shadow: 0px 2px 7px 4px #6767671f;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.web_card .web_card_image {
    padding: 1rem;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0.75rem;
}

.web_card.card_1 .web_card_image {
    background-color: #0b72be;
    border: 9px solid #9fd6ff;
}

.web_card.card_2 .web_card_image {
    background-color: #e3700d;
    border: 9px solid #ffdfc3;
}

.web_card.card_3 .web_card_image {
    background-color: #6b2cd2;
    border: 9px solid #d8bfff;
}

.web_card .web_card_image img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.web_card.card_1 h5 {
    color: #e3700d;
    font-size: 16px;
}

.web_card.card_2 h5 {
    color: #e3700d;
}

.web_card.card_3 h5 {
    color: #6b2cd2;
}

.web_card h6 {
    font-size: 0.8rem;
    font-weight: 400;
    color: #838383;
    line-height: 1.3rem;
    min-width: 220px;
}

.book_btn {
    /* background: linear-gradient(180deg, #41b3e4 17%, #2289b8 54%, #166f96 82%) !important; */
    background: linear-gradient(#8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 2rem !important;
    font-size: 0.9rem !important;
    padding-top: 13px !important;
}

.book_btn:hover {
    /* background: linear-gradient(180deg, #33a5d5 17%, #1c7daa 54%, #106386 82%) !important; */
    background-color: #192b5a !important;
}

.more_button {
    background: #f5fcff !important;
    /* color: #1e6e91 !important; */
    color: #4d0000 !important;
    border: 1px solid #500000 !important;
    font-weight: 600 !important;
    border-radius: 2rem !important;
    padding: 0.35rem 1rem !important;
    transition: all 0.2s ease-in-out;
}

.more_button:hover {
    background-color: #500000 !important;
    color: #ffffff !important;
    transition: all 0.2s ease-in-out;
}

.eventd_card {
    background-color: #fafafa;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0px 2px 7px 4px #f1600e9e;
    position: relative;
    height: 120px;
    margin-top: 1.5rem;
    width: 511px;
    top: -55px;
    left: 0px;
}

.eventd_card img {
    position: absolute;
    height: 120px;
    width: 100%;
    border-radius: 0.5rem;
    left: 0.5rem;
    border: 1px solid lightgrey;
    top: -1rem;
    object-fit: cover;
    width: 120px;
}

.mandap_card {
    background-color: #fafafa;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0px 2px 7px 4px #f1600e9e;
    position: relative;
    height: 290px;
    margin-top: 1.5rem;
}

.mandap_card img {
    position: absolute;
    height: 223px;
    width: 40%;
    border-radius: 0.5rem;
    left: 0.5rem;
    border: 1px solid lightgrey;
    top: -1rem;
    object-fit: cover;
}

.header-news {
    background-color: #f4f2fe;
    font-weight: bold;
    font-size: 15px;
    color: #fb4646;
    position: sticky;
    top: 105px;
    z-index: 99;
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
}

.reveal.active>* {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s forwards;
}


/* Initial hidden state */

.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}


/* When in view */

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    transform: translateX(-50px);
}

.reveal-right {
    transform: translateX(50px);
}

.reveal-zoom {
    transform: scale(0.8);
}

.reveal.active>*:nth-child(1) {
    animation-delay: 0.3s;
}

.reveal.active>*:nth-child(2) {
    animation-delay: 0.6s;
}

.reveal.active>*:nth-child(3) {
    animation-delay: 0.9s;
}

.reveal.active>*:nth-child(4) {
    animation-delay: 1.2s;
}

.reveal.active>*:nth-child(5) {
    animation-delay: 1.5s;
}

.reveal.active>*:nth-child(6) {
    animation-delay: 1.8s;
}

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


/* Section styling */

.odisrecodSec {
    position: relative;
    min-height: 300px;
    /* desktop min height */
    overflow: hidden;
    /* hide video overflow */
}


/* Responsive full-screen background video */

.odisrecodSec .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.odisrecodSec .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    /* full width */
    height: 56.25vw;
    /* keeps 16:9 ratio */
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* disable clicks on video */
}


/* Overlay content */

.odisrecodSec .video-content {
    position: relative;
    z-index: 2;
    /* keep above video */
    text-align: center;
    color: #fff;
    padding: 40px 20px;
}


/* SVG shapes on top/bottom */

.odisrecodSec .elementor-shape {
    position: relative;
    z-index: 3;
    /* above video */
}

.odisrecodSec .elementor-shape svg {
    display: block;
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 ratio (9/16 = 0.5625) */
    height: 300px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0.2;
}

.mandap_text {
    margin-left: 45%;
    display: flex;
    flex-direction: column;
    height: 100%;
}


/* Slide from bottom to top */

.slide-up {
    animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.section-zoom {
    animation: zoomIn 0.9s ease forwards;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.vister-bg {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
}

.mandap_text h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000c;
}

.mandap_text p {
    font-size: 0.8rem;
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 5);
}

.mandap_location {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    /* color: #1d7eaa; */
    color: #c75a8c;
    margin-bottom: 0.5rem;
    align-items: flex-start;
}

.mandap_location i {
    margin-top: 3px;
}

.mandap_location h6 {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mandap_button {
    display: flex;
    margin-top: auto;
}

.event_container {
    background-color: #f2f1f1;
    padding: 3rem 0;
}

.event_slide_shows {
    height: 360px;
}

.event_data {
    height: 100%;
    position: relative;
}

.event_data img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #d0d0d0;
}

.event_text {
    position: absolute;
    z-index: 20;
    right: 3%;
    left: 13%;
    width: 84%;
    bottom: 5%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: #ffffffc4;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.event_page .event_text {
    position: absolute;
    z-index: 20;
    right: 5%;
    left: 5%;
    width: 90%;
    bottom: 5%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: #ffffffc4;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.event_text i {
    color: #263766;
    margin-top: 5px;
    margin-right: 8px;
}

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

.event_details h4 {
    font-size: 1.2rem;
    color: #000000db;
}

.event_details h5 {
    font-size: 0.9rem;
    color: #484848;
}

.event_details h6 {
    font-size: 0.9rem;
    color: #263766;
}

.news_card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    height: 450px;
    overflow-y: scroll;
    box-shadow: 0px 2px 7px 4px #ec702699;
    display: flex;
    flex-direction: column;
}

.news-item {
    margin-bottom: 1rem;
    /* padding-bottom: 0.75rem; */
    border-bottom: 1px solid #d2d2d2;
}

.date_mandap {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.75rem;
}

.date_mandap .date {
    background-color: #e8e8e8;
    padding: 0.15rem 1rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.date_mandap .mandap {
    background-color: #858585;
    color: #fff;
    padding: 0.15rem 1rem;
    border-radius: 1rem;
    font-weight: 600;
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

.date_mandap .news_document {
    margin-left: 0.5rem;
    background-color: #ffe3e3ae;
    padding: 0.05rem 0.75rem;
    border-radius: 1rem;
    color: #cb282896;
    height: fit-content;
}

.news_data {
    font-size: 0.95rem;
    color: #535252;
}

.news-item:hover {
    background-color: #fcfcfc;
}

.news-item:hover .date_mandap .date {
    background-color: #d8d8d8 !important;
    cursor: default;
}

.news-item:hover .date_mandap .mandap {
    background-color: #3a5398 !important;
    cursor: default;
}

.news-item:hover .date_mandap .news_document {
    color: #cb2828 !important;
    cursor: pointer;
    background-color: #ffd8d8;
}

.news-item:hover .news_data {
    color: #000000 !important;
    cursor: default;
}

.notice-item {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
}

.notice_data {
    font-size: 0.9rem;
    margin-right: 1rem;
    line-height: 1.3rem;
}

.notice_file {
    display: flex;
    margin-left: auto;
    height: fit-content;
}

.notice-item:hover {
    background-color: #fcfcfc;
    border-bottom: 1px solid #9d9797;
}

.notice_document {
    color: #e27272;
    background-color: #ffececc3;
    font-size: 0.9rem;
    padding: 0.1rem 0.5rem;
    font-weight: 600;
    border: 1px solid #0000;
    border-radius: 0.35rem;
    transition: 0.2s all ease-in-out;
}

.notice-item:hover .notice_document {
    color: #cb2828;
    background-color: #ffecec;
    border-color: #e56161;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

.cal_date {
    display: flex;
    flex-direction: row;
    /* min-width: 40px; */
    margin-left: 0.6rem;
}

.cal_date .month {
    background-color: #db6657;
    color: #fff;
    font-size: 0.9rem;
    width: 60px;
    padding: 0.15rem;
    text-align: center;
    border-radius: 0.3rem 0 0 0.3rem;
}

.cal_date .date {
    background-color: #f1f1f1;
    color: #5a5a5a;
    font-size: 1rem;
    font-weight: 600;
    width: 45px;
    padding: 0.05rem;
    text-align: center;
    border-radius: 0 0.3rem 0.3rem 0;
    border: 1px solid #b3b3b3;
    border-left: 0;
}

footer {
    background-color: #fbdcca;
    background-image: url(../images/bannerbgold.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.footer_container {
    padding: 4rem 0 3rem 0;
}

.footer_logo_area {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_logo_image {
    width: 60px;
    height: 60px;
}

.footer_logo_govt {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    border-right: 1px solid #ccc;
    padding-right: 6px;
}

.logo_text {
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
    width: 180px;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    /* background: #fff; */
    padding: 10px 0;
    max-width: 1400px !important;
}

.slider-track {
    display: flex;
    width: calc(200px * 14);
    /* image width × total logos × 2 (original + clone) */
    animation: scroll 20s linear infinite;
}


/* .slides {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slides li {
  flex: 0 0 auto;
} */

.thumbnail-slide {
    width: 100px;
    height: 60px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.footer_logo_text {
    margin-left: 0.75rem;
}

.footer_logo_text .footer_logo_heading {
    color: #404040;
    font-size: 0.95rem;
    width: 260px;
    margin-bottom: 0.15rem;
}

.footer_logo_text .footer_gov_of_odisha {
    color: #3a3a3a;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
}

.footer_info {
    font-size: 0.9rem;
    width: 80%;
}

.footer_heading {
    font-size: 1.1rem !important;
    color: #ec7026;
}

.footer_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
}

.footer_list li {
    padding-bottom: 0.3rem;
    color: #494949;
}

.footer_list li a {
    text-decoration: none;
    color: inherit;
}

.footer_list li:hover {
    color: #9b4033;
    font-weight: 500;
    cursor: pointer;
}

.gallery_tile {
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0.8s ease-out;
}

.banner_items img {
    width: 100%;
}


/* When visible */

.gallery_tile.show {
    opacity: 1;
    transform: translateY(0);
}

.footer_address {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    color: #6a6a6a;
    cursor: default;
}

.copy_right {
    background: linear-gradient(43.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
}

.copy-right-text {
    color: #ffffffbd;
    font-weight: 500;
    margin: 0;
    padding: 0.25rem;
    font-size: 0.9rem;
}

.copy-right-text a {
    color: #FFF;
    text-decoration: none;
}

.no-decoration {
    text-decoration: none !important;
}


/* Gallery */

.gallery_tile {
    height: 220px;
}

.gallery_tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0px 1px 4px 1px #1b1b1b29;
}

.uk-lightbox {
    background-color: #000000d9 !important;
}

.uk-lightbox-toolbar {
    background-color: #0000 !important;
}

.uk-lightbox-items li img {
    height: 80vh;
    width: 90%;
    object-fit: contain;
}

#toTopButton {
    display: inline-block;
    background-color: #ec7026;
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#toTopButton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 44px;
    color: #fff;
}

#toTopButton:hover {
    cursor: pointer;
    background-color: #333;
}

#toTopButton:active {
    background-color: #555;
}

#toTopButton.show {
    opacity: 1;
    visibility: visible;
}


/* About Us Page */

.about_us_page {
    color: #FFF;
    padding: 10px 15px;
}

.about_us_page p {
    font-size: 0.95rem;
}

.about_us_page ol,
.about_us_page ul {
    padding-left: 2rem;
}

.about_us_page .mandaps h4 {
    font-size: 1.1rem;
    color: #c45895;
    margin-bottom: 0.25rem;
}

.about_us_page .mandaps li::marker {
    font-size: 1rem;
    color: #ec7026;
    font-weight: 600;
}

.about_us_page .mandaps p {
    color: #717171;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.about_us_page .about_heading {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #eb7027;
    position: relative;
    width: fit-content;
    margin-bottom: 0.75rem;
}

.about_us_page .about_heading::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 75%;
    left: 34px;
    bottom: -6px;
    /* background-color: #0b72be; */
    background: linear-gradient(90deg, #eb7027 0%, #eb7027 24%, #eb7027 54%, rgba(11, 114, 190, 0) 100%);
}

.about_us_page .about_heading::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 16px;
    left: 14px;
    bottom: -6px;
    background-color: #eb7027;
}

.about_us_page .toBook li::marker,
.about_us_page .chooseUs li::marker {
    font-size: 1rem;
    color: #eb7027;
    font-weight: 600;
}

.about_us_page .toBook li,
.about_us_page .chooseUs li {
    padding-left: 0.25rem;
    margin-bottom: 0.25rem;
}


/* availability  */

.auditorium_availability {
    background-color: #f4f4f4 !important;
}

.availability_card {
    /* background-color: #fafafa; */
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0px 2px 7px 4px #6767671f;
    /* height: 100%; */
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
}

.availability_card .availability_showcase img {
    height: 240px;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid lightgrey;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.availability_card .availability_text {
    display: flex;
    flex-direction: column;
}

.availability_card .availability_text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #263766;
}

.availability_card .availability_text p {
    font-size: 0.8rem;
    color: #555555;
    margin-bottom: 0.5rem;
}

.availability_card .mandap_location {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    color: #263766;
    margin-bottom: 0.5rem;
    align-items: flex-start;
    cursor: pointer;
}

.availability_card .mandap_location i {
    margin-top: 2px;
    font-size: 0.75rem;
}

.availability_card .mandap_location a {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    color: #263766;
    text-decoration: none;
}

.availability_card .mandap_button {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.availability_card .availability_detail {
    padding: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.availability_card .date_time {
    display: flex;
    flex-direction: row;
}

.availability_card .from_date {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.availability_card .to_date .date,
.availability_card .from_date .date {
    font-size: 1.05rem;
    color: #17539c;
    text-align: center;
}

.availability_card .to_date .time,
.availability_card .from_date .time {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0.15rem;
    text-align: center;
}

.availability_card .to_date .day,
.availability_card .from_date .day {
    font-size: 0.9rem;
    text-align: center;
}

.availability_card .duration {
    width: 60%;
    display: flex;
    justify-content: center;
}

.availability_card .duration_day {
    width: 100%;
    position: relative;
    text-align: center;
}

.availability_card .duration_day span {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0.5rem 1.5rem;
}

.availability_card .duration_day::before {
    position: absolute;
    content: '';
    z-index: 1;
    background-color: #bcbcbc;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0.9rem;
}

.availability_card .to_date {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price_table table {
    margin-bottom: 0;
}

.price_table table,
.price_table table td,
.price_table table th {
    background-color: transparent !important;
    border: 1px solid #d2d2d2;
    font-size: 0.85rem;
    text-align: center;
    padding: 0.25rem 0.35rem;
}

.price_table table th {
    color: #124583;
}

.total_amount {
    font-size: 1rem;
    color: #139717;
    font-weight: 500;
}

.total_amount span {
    font-weight: 700;
}

.feedback_view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rating {
    background-color: white;
    border: 2px solid #139752;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.25rem 0.5rem;
    width: 60%;
}

.star_rating {}

.star_rating i {
    color: #fdcb46;
}

.star_rating span {
    color: #139752;
    font-weight: 500;
    margin-left: 0.4rem;
}

.rating p {
    margin-bottom: 0;
    font-size: 0.7rem;
    color: #139752;
    font-weight: 500;
    text-align: center;
}

.show-feedback:hover {
    background-color: #263766;
    border-color: #263766;
    color: #fff;
}

.show-feedback {
    display: flex;
    flex-direction: column;
    width: 35%;
    font-size: 0.8rem;
    align-items: center;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    border: 2px solid #4f608d;
    background-color: #ffffff;
    color: #4f608d;
    padding: 0 0 0.15rem 0;
    cursor: pointer;
    border-radius: 0.5rem;
}

.view_feedbacks.show {
    display: block !important;
}

.feedback_slider {
    position: relative;
    overflow-y: visible !important;
}

.all_feedback {
    padding: 0.75rem 0.75rem;
    background-color: #fff;
    border: 2px solid #263766;
    border-radius: 0.5rem;
}

.all_feedback .feedback_main_heading {
    font-size: 1.1rem;
    color: #124583;
}

.all_feedback .previous {
    position: absolute;
    top: -28px;
    right: 30px;
    color: #fff;
    font-size: 0.9rem;
    background-color: #bfbfbf;
    padding: 0.1rem 0.55rem;
    border-radius: 1rem;
}

.all_feedback .next {
    position: absolute;
    top: -28px;
    right: 0;
    color: #fff;
    font-size: 0.9rem;
    background-color: #bfbfbf;
    padding: 0.1rem 0.55rem;
    border-radius: 1rem;
}

.all_feedback .previous:hover,
.all_feedback .next:hover {
    background-color: #124583;
}

.feedback_data {
    padding: 0rem 0.5rem 0 0;
}

.feedback_page {
    border: 2px solid #d1d8eb;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    background-color: #f0f4ff6e;
}

.feedback_page h5 {
    font-size: 1rem;
    color: #5a5a5a;
}

.feedback_page h6 {
    font-size: 0.8rem;
    color: #139717;
    font-weight: 400;
}

.feedback_page h6 i {
    margin-left: 0.5rem;
    color: #ecba34;
    margin-right: 0.25rem;
}

.feedback_page h6 span {
    font-weight: 600;
}

.feedback_page p {
    font-size: 0.8rem;
    line-height: 17px;
    margin-bottom: 0;
}

.feedback_page .all_feedbacks {
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 1rem;
    list-style: none;
    padding-right: 0.25rem;
}

.feedback_page .all_feedbacks p {
    position: relative;
    border-radius: 0.35rem;
    padding: 0.25rem 0.5rem;
    padding: 0.25rem 0.75rem;
    text-align: justify;
    padding-top: 1.4rem;
    padding-bottom: 0.4rem;
}

.feedback_page .all_feedbacks p span {
    position: absolute;
    top: 0px;
    left: 12px;
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem;
    border-radius: 0 0 0.35rem 0.35rem;
    color: #ffffff;
    max-width: 90%;
    text-align: left;
}

.feedback_page .all_feedbacks p:nth-child(1) {
    border: 1px solid #cd9129;
    /* color: #d37e09; */
    /* background-color: #fffbf599; */
}

.feedback_page .all_feedbacks p:nth-child(2) {
    border: 1px solid #4879c6;
    /* color: #0f3fa8; */
    /* background-color: #ffffff; */
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.feedback_page .all_feedbacks p:nth-child(3) {
    border: 1px solid #23a427;
    /* color: #0a8f3a; */
    /* background-color: #d6eeda36; */
}

.feedback_page .all_feedbacks p:nth-child(1) span {
    background-color: #cd9129;
}

.feedback_page .all_feedbacks p:nth-child(2) span {
    background-color: #4879c6;
}

.feedback_page .all_feedbacks p:nth-child(3) span {
    background-color: #23a427;
}

.feedback_page .all_feedbacks::-webkit-scrollbar {
    width: 6px;
}

.feedback_page .all_feedbacks::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f5c57e;
    border-radius: 10px;
}

.feedback_page .all_feedbacks::-webkit-scrollbar-thumb {
    background: #f5c57e;
    border-radius: 10px;
}

.feedback_page .all_feedbacks::-webkit-scrollbar-thumb:hover {
    background: #db6505;
}

.starMark {
    color: red;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    visibility: hidden;
}

.full_mandap_card {
    background-color: #ffffffe3;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0px 2px 7px 4px #6767671f;
    position: relative;
    margin-top: 1.5rem;
    overflow: hidden;
}

.full_mandap_card::before {
    position: absolute;
    content: '';
    width: 480px;
    left: -96px;
    top: -46px;
    z-index: -1;
    height: 480px;
    background-color: #c55995;
    border-radius: 50%;
}

.full_mandap_card .view_area {
    display: flex;
}

.full_mandap_card .view_area .left_image {
    width: 30%;
}

.full_mandap_card .view_area .right_text {
    width: 70%;
    padding-left: 2rem;
}

.full_mandap_card .mandap_image {
    width: 100%;
    height: 242px;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 0 1px #5a5a5a21, 0 4px 6px #0000002e;
}

.full_mandap_card .full_mandap_main_text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.full_mandap_main_text h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #e77029;
    margin-bottom: 0.7rem;
}

.full_mandap_main_text p {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 0.5rem;
    line-height: 1.45rem;
    text-align: justify;
}

.full_mandap_main_text p::before {
    content: '';
    display: inline-block;
    width: 50px;
}

.full_mandap_main_text .mandap_location {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.full_mandap_main_text .mandap_location i {
    margin-top: 3px;
}

.full_mandap_main_text .mandap_location h6 {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.read_more_btn {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.read_more_btn span {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #4d0000;
    border: 1px solid #500000;
    border-radius: 2rem;
    padding: 0.1rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.read_more_btn span:hover {
    background-color: #500000;
    color: #ffffff;
}

.read_more_btn span i {
    padding-left: 0.5rem;
}

.details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0 1rem;
    opacity: 0;
}

.details.show {
    max-height: 400px !important;
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 1;
}

.view_more_details .details .details_heading {
    font-size: 21px;
    color: #9b4033;
    position: relative;
    width: fit-content;
    margin-bottom: 0.75rem;
    padding-bottom: 0.15rem;
}

.view_more_details .details .details_heading::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 16px;
    left: 0px;
    bottom: -6px;
    background-color: #68504c;
}

.view_more_details .details .details_heading::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 18px;
    bottom: -6px;
    background: linear-gradient(90deg, #68504c 0%, #68504c 24%, #68504c 54%, rgba(11, 114, 190, 0) 100%);
}

.view_more_details .details ol {
    padding-left: 2rem;
}

.view_more_details .details li {
    padding-left: 0.5rem;
    margin-bottom: 0.2rem;
}

.view_more_details .details p {
    font-size: 0.95rem;
}

.view_more_details .details p::before {
    content: '';
    display: inline-block;
    width: 50px;
}

.view_more_details .details a {
    color: #1c67dd;
    font-weight: 500;
    text-decoration: none;
}

.view_more_details .details strong {
    color: #4e5153;
}

.pl-5 {
    padding-left: 15px;
}

@media (max-width:1368px) {
    .logo_image {
        width: 56px;
        height: 66px;
    }
    .logo_text .logo_heading {
        color: #404040;
        font-size: 0.75rem;
        width:145px;
        margin-bottom: 0.15rem;
    }
    .minister-name {
        font-size: 11px;
        color: #c25a94;
        font-weight: bold;
    }
    .logo_text .gov_of_odisha {
        color: #3a3a3a;
        font-size: 0.65rem;
        font-weight: 400;
        margin-bottom: 0;
    }
    .minister-box img {
        border-radius: 50%;
        height: 62px;
        width: 58px;
    }
    .minister-box {
        height: 70px !important;
        width: 70px !important;
        border-radius: 50%;
        background: #FFF;
        padding: 5px;
        border: 2px dashed #ec7026;
        margin: 0px 5px;
    }
    .header .menu li {
        width: 70px;
    }
    .accessibility_menu {
        background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
        padding: 0;
        margin-bottom: 5.2rem;
        position: relative;
    }
    .accessibility_menu::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -125px;
        width: 100%;
        height: 40px;
        background: url(../images/menu-after-bg.png) repeat-x left top;
        z-index: 2;
        opacity: 0.7;
    }
  
    .section-bottom {
        position: absolute;
        bottom: -30px;
        left: 0;
        z-index: 4;
        padding: 0 !important;
    }
    .banner_area .all-images {
        height: 450px;
    }
    .web_card h6 {
        font-size: 0.9rem;
        font-weight: 400;
        color: #838383;
        line-height: 1.3rem;
        min-width: 190px;
    }
    .sticky::after {
        content: "";
        position: absolute;
        left: 0;
        top: 78px;
        width: 100%;
        height: 40px;
        background: url(../images/menu-after-bg.png) repeat-x left top;
        z-index: 2;
        opacity: 0.7;
    }
    .header .menu li span {
        font-size: 0.7rem;
        font-weight: 500 !important;
        white-space: nowrap;
    }
    .header .menu li img {
        width: 20px;
        height: 20px;
        opacity: 0.7;
    }
    .ticket_icon {
        font-size: 15px;
        height: 45px;
        color: #FFF;
        line-height: 18px;
        font-weight: 500;
    }
    .banner-booking-heading {
        font-size: 16px;
        margin-left: -120px;
    }
}

@media (min-width: 900px) {
    .header li a {
        color: #585858;
    }
    .header .menu li {
        padding: 0.4rem 0.5rem;
        font-weight: 600;
    }
    .header .menu {
        max-height: none;
        display: flex;
        flex-direction: row;
    }
    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 900px) {
    .header .menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        flex-wrap: wrap;
        width: 280px;
        top: 3.9rem;
        right: -8px;
        background-color: #fffffff5;
        border-radius: 0 0 0.5rem 0.5rem;
    }
    .header .menu li {
        width: 100%;
        padding: 0.5rem 1rem;
    }
    .header .menu li:first-child {
        padding-top: 1rem;
    }
    .header .menu li:last-child {
        padding-bottom: 1rem;
    }
    .header .menu li a {
        color: #000;
    }
    .header .menu li a {
        flex-direction: row;
        gap: 1rem;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .full_mandap_card .view_area .left_image {
        width: 40%;
    }
    .full_mandap_card .view_area .right_text {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .full_mandap_card .view_area {
        flex-direction: column;
    }
    .full_mandap_card .mandap_image {
        height: auto;
    }
    .full_mandap_card .view_area .left_image {
        width: 100%;
    }
    .full_mandap_card .view_area .right_text {
        width: 100%;
        padding-left: 0;
    }
    .accessibility_menu {
        background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
        padding: 0.35rem;
        margin-bottom: 4.5rem;
        position: relative;
    }
    .header {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        max-height: 290px;
        background: url(../images/bannerbgold.png) repeat-x bottom;
        background: #FFF;
    }
    .accessibility_menu::after {
        content: "";
        position: absolute;
        left: 1px;
        bottom: -112px;
        width: 100%;
        height: 40px;
        background: url(../images/menu-after-bg.png) repeat-x left top;
        z-index: 2;
        opacity: 0.7;
    }
    .banner-booking-heading {
        font-size: 20px;
        margin-left: -160px;
    }
    .banner-booking-sec {
        position: relative;
        width: 100%;
        z-index: 4;
        background-image: linear-gradient(rgba(236, 112, 38, 0.5), rgba(255, 255, 255, 0.6), rgba(194, 87, 155, 0.7));
        top: 50px;
        left: 0%;
        margin-left: 0%;
        border-top-left-radius: 0px;
        border-top-right-radius: 30px;
        padding: 20px;
        padding-bottom: 0px;
    }
    .banner_area .all-images {
        height: auto !important;
    }
    .uk-position-small {
        display: none;
    }
    iframe {
        height: auto!important;
        top: 50%;
    }
    .video {
        top: 0 !important;
    }
    .video-content {
        height: auto;
    }
    .odisrecodSecSpace {
        height: 150px;
    }
    .section-top {
        position: absolute;
        top: -16px;
        left: 0;
        z-index: 4;
        height: 50px;
    }
    .section-bottom {
        position: absolute;
        bottom: -10px;
        left: 0;
        z-index: 4;
        padding: 0 !important;
    }
    .sticky::after {
        content: "";
        position: absolute;
        left: 0;
        top: 65px;
        width: 100%;
        height: 40px;
        background: url(../images/menu-after-bg.png) repeat-x left top;
        z-index: 2;
        opacity: 0.7;
    }
}

.faq_list {
    padding-left: 2rem;
}

.faq_list>li 
{
    padding-left: 0.5rem;
    font-weight: 600;
    color: #464c50;
    margin-bottom:10px;
    font-size: 1.05rem;
}

.faq_list ul {
    list-style: none;
    padding-left: 20px;
    font-weight: 400;
    font-size: 1rem;
    color: #616060;
}

.faq_list ul li {
    padding-top:0px;
    position: relative;
    margin-bottom: 10px;
}

.faq_list ul li::before {
    position: absolute;
    content: '-';
    left: -1.5rem;
    color: #545454;
}

.accordion-button {
    padding: 1rem 1.25rem !important;
    font-size: 1.2rem !important;
    background-color: #ffffff !important;
    border-radius: 0.5rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f3f9ff !important;
    font-weight: 500;
    color: #ec7026 !important;
}

.accordion-item {
    border: 1px solid #dddddd !important;
    margin-bottom: 1rem;
    border-radius: 0.5rem !important;
}


/* Cancellation Policy */

.plain_card p {
    font-size: 0.95rem;
}


/* .plain_card p::before {
    content: '';
    display: inline-block;
    width: 50px;
} */

.plain_card h2 {
    font-size: 21px;
    color: #9b4033;
    position: relative;
    width: fit-content;
    margin-bottom: 0.75rem;
    padding-bottom: 0.15rem;
}

.plain_card h2::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 16px;
    left: 0px;
    bottom: -6px;
    background-color: #9b4033;
}

.plain_card h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 18px;
    bottom: -6px;
    background: linear-gradient(90deg, #9b4033 0%, #9b4033 24%, #9b4033 54%, rgba(11, 114, 190, 0) 100%);
}

.plain_card ol {
    padding-left: 2rem;
}

.plain_card ol li {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
}

.plain_card ol li b {
    font-weight: 600;
    color: #e01e1e;
}

.plain_card strong {
    color: #4e5153;
    /* display: block; */
    margin-bottom: 0.15rem;
}

.plain_card .note_down {
    font-family: "Roboto Mono", monospace;
    color: #d00000 !important;
}

.plain_card .note_down strong {
    color: #d00000 !important;
}

.odiaLanguageText * {
    word-spacing: 1px;
    line-height: 1.7rem;
}

.odiaLanguageText .accordion-button.collapsed {
    font-weight: 500;
}

.odiaLanguageText .accordion-button {
    font-weight: 600;
}


/* ==============================subhashree css=================== */

.event_scroll_container {
    max-height: 495px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth
}

.event_scroll_container::-webkit-scrollbar {
    display: none
}


/* half‑circle backdrop for each event card */

.event_card {
    position: relative;
    overflow: hidden;
}

.event_card::before {
    content: "";
    position: absolute;
    top: 43px;
    right: -63px;
    width: 183px;
    height: 97px;
    background: #c7d2da;
    border-radius: 240px 240px 0 0;
    opacity: .15;
    pointer-events: none;
    transition: transform .4s ease;
}

.event_card_image {
    width: 25%;
    max-width: 140px
}

@media (max-width:767.98px) {
    .event_card_image {
        width: 100%;
        max-width: none
    }
    .elementor-shape svg {
        height: auto !important;
    }
    .accessibility_menu_area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: -4px !important;
}
}

.event_card_image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 12px
}

.event_card_date {
    position: absolute;
    top: -6px;
    right: 24px;
    background: linear-gradient(135deg, #ff0066, #ff9900);
    color: #fff;
    width: 54px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    line-height: 1.1;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px
}

.event_card_date small {
    font-size: .7rem;
    display: block;
    letter-spacing: .05em
}

.event_card_location {
    font-size: 12px
}

.event_card_title {
    font-size: 1.1rem
}

.event_card_desc {
    font-size: 14px
}

.programme_cust {
    position: relative;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.event_bg_img {
    width: 180px;
    position: absolute;
    top: 100px;
    animation: spin 10s linear infinite;
    z-index: -1;
}

.floral-bg {
    width: 300px;
    position: absolute;
    top: 10%;
    animation: spin 10s linear infinite;
    opacity: 0.3;
    z-index: -1;
}

.floral-bg1 {
    width: 300px;
    position: absolute;
    top: 50%;
    animation: spin 10s linear infinite;
    right: 0;
    opacity: 0.4;
    z-index: -1;
}

.event_bg_img_end {
    width: 180px;
    position: absolute;
    bottom: 50px;
    right: 40px;
    animation: spin 10s linear infinite;
    z-index: 2;
}


/* select */

.mandap_select {
    border-bottom: 1px solid #dc3545 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    background-color: #f2faff2b !important;
}

.odisrecodSec .elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.odisrecodSec .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.odisrecodSec {
    background: linear-gradient(90deg, #000000c2 30%, #530c0cd0 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: -4px;
}

.odisrecodSec .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
}

.odisrecodSec .elementor-shape .elementor-shape-fill {
    fill: #fdefe5;
    transform-origin: center;
    transform: rotateY(0deg);
}

.odisrecodSecSpace {
    height: 300px;
}

.odisrecodSec .elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
    margin-bottom: -1px;
}

.iframe {
    position: absolute;
    top: -50%;
    z-index: -2;
}

.video-content {
    color: #FFF;
    position: relative;
    text-align: center;
    font-size: 30px;
    left: 50%;
    margin-left: -15%;
    top: -195%;
    z-index: 99;
    width: 30%;
}

.elementor-shape svg {
    height: 150px;
}


/* .bg_fixed {

    background-image: url("../images/IMG-3-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}


.bg_fixed::before {
    content: "";
    position: absolute;
    inset: 0;
    
        background: #ffffffc4;
    z-index: -1;
} */

.social-icons a {
    color: #333;
    margin-right: 10px;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #007bff;
}

@media (max-width:767.98px) {
    .video-content {
        color: #FFF;
        position: relative;
        text-align: center;
        font-size: 30px;
        left: 0;
        margin-left: 0;
        top: 0px;
        z-index: 99;
        width: 100%;
    }
    .eventd_card img {
        position: absolute;
        height: 120px;
        width: 100%;
        border-radius: 0.5rem;
        left: 0.5rem;
        border: 1px solid lightgrey;
        top: -1rem;
        object-fit: cover;
        width: 75px;
    }
    .header-news {
        background-color: #f4f2fe;
        font-weight: bold;
        font-size: 12px;
        color: #fb4646;
        position: sticky;
        top: 60px;
        z-index: 99;
        display: flex;
        align-items: center;
        padding: 5px;
        width: 100%;
        margin-top: 25px;
    }
    .minister-box img {
        border-radius: 50%;
        height: 45px;
        width: 45px;
    }
    .minister-box {
        height: 60px !important;
        width: 60px !important;
        border-radius: 50%;
        background: #FFF;
        padding: 5px;
        border: 2px dashed #ec7026;
        margin: 0px 5px;
    }
    .header .menu li img {
        width: 18px;
        height: 18px;
        opacity: 0.7;
    }
    .ticket_icon {
        width: 130px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.7rem;
        height: 34px !important;
        margin: 0.5rem auto !important;
        font-size: 10px !important;
    }
    .header .menu li span {
        font-size: 11px;
        font-weight: 500 !important;
        white-space: nowrap;
    }
    .ticket_icon h6,
    h5 {
        font-size: 14px !important;
    }
}