
p{
    margin: 0;
}
.advisar-header-area {
    position: relative;
    width: 100%;
    z-index: 3;
    
}
#sticky-header {
    transition: all 0.3s ease-in-out;
}
.sticky a.active_sticky{
    display: block;
}
.active_header img{
width: 44%;
}
.active_header span{
    width: 100%;
    display: block;
    font-size: 25px;
    color: #FCC112;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.header-logo{
    width: 100%;
    background: #500300;
    border-radius: 12px;
    text-align: center;
    padding: 15px 10px;
}
.logo-text{
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #FCC112;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 5px;
}
.logo-text a{
     color: #FCC112;
     padding-left: 25px;

}
.logo-text a i{
    padding-right: 5px;
    font-size: 14px;
}



a.active_sticky {
    display: none;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF7DD;
    margin-top: 10px;
    border-radius: 54px;
}
.advisar-header-area  .header-menu .nav_scroll {
    display: inline-block;
    
}
.header-menu ul li {
    display: inline-block;
    margin: 0 18px 0;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    color: #B10819;
    font-weight: 400;
}
.header-menu ul li a.active {
    font-weight: 600;
    color: #B10819;
}



/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background:#FFF7DD;
    /*background: url(../images/main-home/Rectangle-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;*/
    transition: .5s;
    z-index: 9;
    padding: 5px 0;
    animation: slideDown 0.3s ease-in-out;
}
#sticky-placeholder {
  display: none;
}

.sticky .sticky-none{
    display: none;
}
.sticky .header-menu{
    margin: 0px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}





 

/* =========================================================
  <--- Start advisar Footer Area CSS --->
============================================================ */
.footer_area {
    background: #063232;
    padding: 130px 0 0px;
}
p.footer_desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFF7DD;
    margin: 25px 0 34px;
    width: 94%;
}
.footer-bottom-content .footer-bottom-menu{
    padding-top: 150px;
}

.footer-widget-title h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    color: #FFF7DD;
    margin: 0;
}
.footer-widget-title h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    
    color: #FA9300;
    text-transform: uppercase;
    margin: 0;

}
.footer-widget-menu ul li a {
    font-size: 15px;
    color: #a3b7b7;
    font-weight: 400;
    display: inline-block;
    margin-left: -15px;
    margin-bottom: 9px;
}
.footer-widget-menu ul li a:hover{
    margin-left: .0;
    color: #ffff;
}

.footer-widget-menu ul li a i {
    font-size: 12px;
    opacity: 0;
    transition: .5s;
}
.footer-widget-menu ul li a:hover i {
    opacity: 1;
}
.footer-widget-address.style_two {
    border-bottom: 1px dashed #ffffff78;
    padding-bottom: 12px;
}
.footer-widget-address {
    margin-bottom: 20px;
}
.footer_widget_icon.style_upper {
    top: 7px;
    position: relative;
}
.footer_widget_icon i {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background-color: #0c6e6d;
    font-size: 9px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.footer-widget-address_text {
    overflow: hidden;
}
.footer-widget-address_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.footer-widget-address_text span {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff99;
    font-weight: 400;
}
/* footer bottom */
.row.add-border {
    position: relative;
    padding-top: 30px;
    margin-top: 71px;
}
.row.add-border:before {
    position: absolute;
    top: 0;
    left: 12px;
    height: 1px;
    width: 98%;
    background: rgba(255,255,255,0.30196078431372547);
    content: "";
}
.footer-bottom-content-copy p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    color: #620D00;
    padding: 15px 0;
    margin: 0;

}
.footer-bottom-content.right {
    text-align: right;
}
.footer-bottom-menu {
    text-align: center;
}
.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer-bottom-menu ul li a {
    display: inline-block;
    font-size: 16px;
    color: #FFF7DD;
    font-weight: 400;
}
.footer-bottom-menu ul li a:hover {
    color: #a5a39d;
}
.footer-bottom-menu ul li a.active {
    font-weight: 600;
}



/* =========================================================
  <--- Start advisar Hero Area Style Two CSS --->
============================================================ */
section.hero_area.style_two {
    background: url(../images/home_two/banner.jpg);
    height: 100vh
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* =========================================================
  <--- Start advisar footer Area Style Two CSS --->
============================================================ */
section.footer_area.style_two {
    border-radius: 0;
    background: #053131;
    position: relative;
}
.footer_area.style_two button.btn {
    background-color: #0c6e6d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 12px;
}
/*recent post image*/


.recent-post-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.recent-post-item.upper {
    margin-top: 33px;
}

.recent-post-text {
    flex: 1;
}
.recent-post-text h6 {
    margin: 0;
}
.recent-post-text a {
    transition: .5s;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
}
.recent-post-text span {
    padding: 0 0 0 20px;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #a3b7b7;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.recent-post-text span:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0c6e6d;
}

/* ================= Start Home Three Css================= */

/* =========================================================
  <--- Start advisar advisar Topber Area Style Two CSS --->
============================================================ */
.topber_area.style_two {
    background: #063232;
    position: relative;
    z-index: 1;
    padding: 12px 0 12px;
}
.topber_area.style_two:before {
    position: absolute;
    content: "";
    left: -24px;
    height: 100%;
    width: 53%;
    background: #0C6E6D;
    z-index: -1;
    transform: skew(-34deg);
    top: 0;
}
.topber_area.style_two:after {
    position: absolute;
    content: "";
    right: 0;
    left: 85px;
    margin: auto;
    background: #0C6E6D;
    width: 5px;
    height: 100%;
    top: 0;
    transform: skew(-34deg);
}
.topber_area.style_two .header-address-info p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
}
.topber_area.style_two .header-address-info span i {
    font-size: 14px;
    margin-right: 6px;
}
.topber_right_social.style_two {
    display: flex;
    align-items: center;
    justify-content: right;
}
.topber_right_social.style_two h2 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 4px 12px 0 0;
}
ul.top_header_social li {
    display: inline-block;
}
ul.top_header_social li a {
   color: #FA9300;
    font-size: 17px;
    margin: 0px 15px;
}

/* =========================================================
  <--- Start advisar Hero Area Style Three CSS --->
============================================================ */

section.hero_area {
   
    padding-top: 40px;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
    background: #ffbb34;
}

/* =========================================================
  <--- Start advisar Footer Area Style Three CSS --->
============================================================ */

section.footer_area.style_three {
    background: url(../images/main-home/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 105px 0 30px;
}
.bg-img {
    /*background: url(../images/bg/booking.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-widget-content.style_two .subscribe_form input {
    border-bottom: 1px solid rgba(6,50,50,0.30196078431372547);
    border-radius: 0;
    color: #0B7574 !important;
}
.footer-widget-content.style_two .subscribe_form input::placeholder {
    color: #063232;
}

.footer-widget-content.style_two .footer-widget-menu ul li a {
    color: #063232;
    line-height: 34px;
}
.footer-widget-content.style_two .footer-widget-menu ul li a:hover {
    color: #0c6e6d;
}
.recent-post-image i{
    background: #FA9300;
    padding: 5px;
    color: #620D00;
    border-radius: 4px;
}
.recent-post-text.style_two a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #FFF7DD;
    line-height: normal;


}
.recent-post-text.style_two span {
    color: #6b7a7a;
}
/* footer all shape*/
.footer_shape_one {
    position: absolute;
    bottom: 33%;
    left: 3%;
}
.footer_shape_two {
    position: absolute;
    right: 5%;
    top: 23%;
}
/* copy right */
.row.add-border.style_two {
    margin-top: 30px;
}
.row.add-border.style_two:before {
    background: #0632326b;
}



/* =========================================================
  <--- Start advisar Contact Area CSS --->
============================================================ */

section.contact_area {
    padding: 118px 0 217px;
    position: relative;
    overflow: hidden;
}
.contact_thumb {
    position: relative;
}
.call-do-action-info.style_two {
    border-radius: 40px;
    background-color: rgba(255,255,255,0.2);
    border: 2px solid #ffffff45;
    position: absolute;
    bottom: 10%;
    padding: 18px 40px 20px 0;
    left: 10%;
}
.call-do-action-info.style_two .call-do-social_icon {
    position: relative;
    z-index: 1;
    margin-right: 30px;
}
.call-do-action-info.style_two .call-do-social_icon:before {
    position: absolute;
    top: -60%;
    left: -39%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0c6e6d;
    content: "";
    z-index: -1;
}
.call-do-action-info.style_two .call-do-social_icon:after {
    position: absolute;
    top: -88%;
    left: -61%;
    width: 103px;
    height: 103px;
    border-radius: 50%;
    border: 2px solid #0c6e6d;
    content: "";
    z-index: -1;
}
.call-do-action-info.style_two .call-do-social_icon  i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px;
    margin-right: 20px;
}
.call-do-action-info.style_two .call_info h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.contact_thumb_shape {
    position: absolute;
    bottom: 29%;
    left: 6%;
}
.contact-form-box.style_two {
    background: #FFF7DD;
   border-radius: 20px;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 40px
    
}
.contact-form-box.style_two .section_title.style_four {
    margin-bottom: 0px;
}

.contact-form-box.style_two .section_title h1 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #620D00;
    padding-bottom: 10px;

}
.contact-form-box.style_two .form-box input {
    height: 54px;
    background-color: #FCF4DB;
    border: 1px solid #FCF4DB;
    color: #161616;
    font-size: 14px;
}
.contact-form-box.style_two .form-box select {
    height: 54px;
    background-color: #FCF4DB;
    border: 1px solid #FCF4DB;
}
.form-box.message {
    margin-bottom: 8px;
}
.form-box textarea {
    width: 100%;
    height: 75px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.1);
    padding: 15px 25px;
    outline: 0;
}
.form-box textarea::placeholder {
    font-size: 15px;
    color: #6b7a7a;
    font-weight: 400;
}
.checkbox {
    margin: 0 0 0;
    display: flex;
    align-items: center;
}
.checkbox label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #620D00;
    padding-right: 30px;
}
.contact-form-box.style_two .contact-form button {
    width: 46%;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    background: #620D00;
}
.contact-form-box.style_two .contact-form button:hover {
    background: #ff9307;
    color: #ffff;
}
.contact-form-box.style_two .contact-form i {
    margin-right: 5px;
}
.contact_shape {
    position: absolute;
    top: -11%;
    left: 21%;
}
.contact_shape1 {
    position: absolute;
    bottom: 4%;
    left: 7%;
    z-index: -1;
}
.contact_shape2 {
    position: absolute;
    right: 9%;
    bottom: 3%;
    z-index: -1;
}
/* Custom checkbox styling */
.vazhipadu-pay input[type="checkbox"] {
    width: 20px; /* Size */
    height: 20px; /* Size */
    border: 2px solid #620D00; /* Border color */
    border-radius: 4px; /* Rounded corners */
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; 
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

/* Change background and border when checked */
.vazhipadu-pay input[type="checkbox"]:checked {
    background-color: #620D00; /* Background when checked */
    border-color: #620D00; /* Darker border when checked */
}

/* Add checkmark when checked */
.vazhipadu-pay input[type="checkbox"]:checked::before {
    content: "\2713";
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 4px;
    top: 2px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 12px;
    right: 0;
}



.form-box label{
        color: #620D00;
    font-family: Poppins;
    font-weight: 800;
    font-size: 16px;
    
    vertical-align: middle;
    padding-bottom: 16px;
}
.form-box {
    position: relative;
    margin-bottom: 20px;
}
.form-box input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    padding: 0 15px;
}
.form-box select {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    padding: 0 15px;
    color: #161616;
    font-size: 14px;
    font-weight: 500;
}
.vazhipadu-details{
    background: #FFD251;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
}


.form-box input::placeholder {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
}
.contact-form button {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: #0c6e6d;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
}
.contact-form button:hover {
    background: #ff9307;
    color: #fff;
}

.ganesh-booking-img{
    padding-left: 30px;
}



.vazhipadu-per-deta{
    background: #F9E9B6;
    border: 10px solid #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;

}


.vazhi-count{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.vazhi-id{
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    
    letter-spacing: 0%;
    vertical-align: middle;
    color: #161616;

}
.close-vazhi{
    background: #FA9300;
    color: #620D00;
    padding: 4px 5px;
    line-height: 0;
    border-radius: 2px;
    
}

.details-vazhi{
    display: block;
    width: 100%;
    padding-top: 15px;
}
.details-vazhi ul{
    display: inline;
}
.details-vazhi ul li{
    display: inline-block;
}
.details-vazhi ul li ul{
    display: block;
}
.v-1{width: 100px}
/*.v-2{width: 150px}*/
.boder-vazhi{
    border-right: 1px solid #FCBE0A;
    padding: 0px 35px;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
    border-right: none;
}

.v-1 p{
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    
    letter-spacing: 0%;
    vertical-align: middle;
    color: #620D00;
}
.v-2 p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    
    letter-spacing: 0%;
    vertical-align: middle;
    color: #161616;
}


.vazhipadu-pay{
    background: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
}
.vazhipadu-pay table{
    width: 90%;
}


.pay-det{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #161616;
    margin-bottom: 5px;

}

.pay-amt{
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #161616;
    text-align: right;
    margin-bottom: 0;


}
.pay-tot-amt{
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #161616;
    margin-bottom: 0;
}
.post-deli{
    padding-bottom: 10px;
}
.total-pay td{
    border-top: 1px solid #FDBD08;
    padding: 12px 0px;
}

.contact-form-box.style_two .vazhipadu-pay .contact-form button {
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    background: #620D00;
}
.payments-secured p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #620D00;
    padding-top: 20px;
    text-align: center;
    margin: 0;

}
.ganesh-booking-img img{
    width: 100%;
}
.payments-secured img{
    width: 150px;
}

.deli-address .modal-content{
    background: #F9E9B6;
}

.deli-address .modal-title{
    color: #620D00;
}
.deli-address .address-but {
    width: fit-content;
    height: 40px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    
    letter-spacing: 0%;
    background: #620D00;
    color: #FFF7DD;
    padding: 0px 20px;
    border: 0;
    outline: 0;
    border-radius: 5px;
}







.success-screen{
    text-align: center;
    position: relative;
    padding: 125px 0 !important;

}
.success-screen h3{
    font-family: Poppins;
    font-weight: 800;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #01791B;
    padding-bottom: 15px;
}

.success-screen p{
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #161616;
    padding-bottom: 17px;
    margin: 0;
}



.contact-form-box.style_two.success-screen .contact-form button {
    width: fit-content;
    height: 54px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    
    letter-spacing: 0%;
    background: #620D00;
    color: #FFF7DD;
    padding: 0px 20px;
}




















/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
 .dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}


.kalyana-mandapam{
    background: #FFEFBA;
    padding-bottom: 65px;
}
.auditorium-img{
    margin-top: 30px;
}
.carousel-inner {
    box-shadow: 0px 3px 15px rgb(0 0 0 / 36%);
    border-radius: 20px; /* Optional */
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    text-indent: -999px;
    background-color: #620D00;
    border: 0;
    border-top: 0px solid transparent; 
    border-bottom: 0px solid transparent; 
    border-radius: 50%;
}
.kalyana-mandapam-name{
    font-family: Poppins;
    font-weight: 600;
    font-size: 39px;
    line-height: 48px;
    text-transform: capitalize;
    color: #620D00;
    padding-top: 40px;
    padding-bottom: 15px;


}
.kalyana-mandapam-para span{
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    color: #444444;
}

.kalyana-mandapam-para {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    margin: 0;
}

.facilities-sec {
    background: #FFEFBA;
    border-radius: 10px;
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 22px;
}
.facilities-sec img{
    width: 79px;
}
.facilities-sec p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #161616;
    margin-top: 14px;
}
.facilities-sec h3{
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    
    text-align: center;
    vertical-align: middle;
    color: #161616;
    margin-top: 5px;
}


.suitable-sec ul li{
    background: #FFEFBA;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 5px;
}

.suitable-sec ul li p{
    font-weight: 400;
    font-size: 16px;
    
    color: #161616;
    margin-right: 15px;
}
.suitable-sec ul li p i{
    font-size: 18px;
    color: #FA9300;
    padding-right: 10px;
}

.booking-num{
    background: #FFF7DD !important;
    border: 16px solid #fff !important;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.booking-num h2{
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    
    letter-spacing: 0%;
    color: #620D00;
    padding-bottom: 30px;
}
.booking-num ul li{
    display: inline-block;
    padding-right: 60px;
}
.booking-num ul li p{
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    
    color: #620D00;
    padding-bottom: 15px;
}
.booking-num ul li a{
    color: #620D00;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    
}
.booking-num ul li a i{
    background: #FA9300;
    padding: 6px 6px;
    border-radius: 5px;
    font-size: 15px;
    
}


.booking-bg-bt {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 187px;
}
.booking-bg-bt img{
    width: 100%;
}


.our-location{
    background: #FFD251;
    padding: 15px 15px 15px 45px;
    border-radius: 10px;
}

.our-location .recent-post-text.style_two a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #620D00;
    line-height: normal;
}
.Phone-number{
    display: flex;
    gap: 20px;
}
.map{
    height: 400px;
}
.map iframe{
    border-radius: 10px;
}

section.hero_area.home-page{
    padding-bottom: 40px;

}

.home-page .bg-img img{
    object-fit: cover;
    object-position: center;
}
/*.main-home .carousel-inner{
    height: 400px;
}*/
.main-home .carousel-inner .carousel-item img{
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.main-home-bottom{
    display: flex;
    gap: 10px;
    padding-top: 30px;
}

.contact-form button {
    width: 250px;
    height: 56px;
    border-radius: 8px;
    background: #620D00;
    border: 0;
    outline: 0;
    font-size: 18px;
    color: #FFF7DD;
    transition: .5s;
    font-weight: 500;
    
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0;
    background: #FFD251;
    border-radius: 8px;
    align-items: center;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 120s linear infinite;
    font-weight: 500;
    font-size: 16px;
    color: #620D00;

}

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


.home-book-vazhipadu{
    background: #FFF7DD;
    padding: 70px 0;
}

.home-book-vazhipadu-title{
    font-family: Poppins;
    font-weight: 600;
    font-size: 39px;
    line-height: 48px;
    color: #161616;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 0;
}
.home-book-vazhipadu-sec{
    padding-top: 15px;
}
.home-book-vazhipadu-sec img{
    width: 100%;

}
.home-book-vazhipadu-sec p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
    color: #161616;
    padding: 12px 0;
}

.upcoming{
    background: #FDBD07;
    padding: 100px 0 120px;
    position: relative;
  overflow: hidden;
}
.upcoming::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px; /* adjust width as needed */
  background-image: url('../images/main-home/upcoming/side-img.png'); /* replace with your image path */
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
}
.upcoming::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 140px; /* adjust size */
  width: 140px;
  background-image: url('../images/main-home/upcoming/bottom-img.png'); /* replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 0;
}

.upcoming-im .carousel-inner .carousel-item img{
    height: 420px;
    object-fit: cover;
    object-position: center;
}
.upcoming-im .carousel-inner {
    box-shadow: none;
    border-radius: 20px;
}
.upcoming-im .carousel-inner .carousel-item img {
    
    border-radius: 20px;
}
.upcoming-im .carousel-indicators {
    margin-bottom: -45px;
    z-index: 0;
}


.upcoming-dec{
    padding-left: 15%;
    position: relative;
}

.upcoming-dec h2{
    font-family: Poppins;
    font-weight: 600;
    font-size: 39px;
    line-height: 48px;
    color: #620D00;
    padding-bottom: 10px;

}
.upcoming-dec h3{
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #C93C00;
    padding-bottom: 15px;
}
.upcoming-dec p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #620D00;
    padding-bottom: 25px;
}

.upcoming-dec .contact-form a{
    width: fit-content;
    height: 54px;
    border-radius: 8px;
    background: #620D00;
    border: 0;
    outline: 0;
    font-size: 18px;
    color: #FFF7DD;
    transition: .5s;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}


.about-us{
    background: #FFF7DD;
    padding: 100px 0 100px;
    position: relative;
  overflow: hidden;
}
.about-dec{
    padding-right: 12%;
}

.about-us::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
      height: 245px;
    width: 230px;
  background-image: url('../images/main-home/about/about-bottom.png'); /* replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 0;
}

.about-dec h2{
    font-family: Poppins;
    font-weight: 600;
    font-size: 39px;
    line-height: 48px;
    color: #161616;
    padding-bottom: 20px;



}
.about-dec p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #444444;
}

.pooja-timing{
    background: #FFEFBA;
    border-radius: 16px;
    padding: 35px;
    height: 100%;

}
.pooja-timing p{
    color: #B10819;
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 5px;
}
.pooja-timing h2{
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #161616;
    padding-bottom: 10px;
}

.pooja-timing h4{
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px;
    color: #161616;

    
}
.pooja-timing h4 span{
    font-weight: 400;
}



.home-kalyanamandapam{
    background: #FFEFBA;
    padding: 120px 0 120px;
    position: relative;
  overflow: hidden;
}
.home-kalyanamandapam::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 46%; /* adjust width as needed */
  background-image: url('../images/main-home/mandapam-home.webp'); /* replace with your image path */
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
}
.home-kalyanamandapam-img{
    display: none;
}


.gallery-sec {
    background: #FFEFBA;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.gallery-sec  img{
    width: 100%;
    border-radius: 10px;
}
.gallery-sec p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    color: #161616;
    margin-top: 14px;
}
.gallery-sec-p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    color: #161616;
    margin-top:10px;
    margin-bottom: 22px;
    padding-left: 10px;
}
.gallery .contact-form{
    width: 100%;
    display: flex;
    justify-content: center;

}
.gallery .contact-form a {
    width: fit-content;
    height: 36px;
    border-radius: 8px;
    background: #620D00;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #FFF7DD;
    transition: .5s;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}




#lightboxOverlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgb(255 209 82 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}
#lightboxOverlay.active {
  opacity: 1;
  pointer-events: all;
}
#lightboxOverlay img {
  max-width: 90%;
  max-height: 80vh;
}
#lightboxCaption {
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 32px;
  color: #620D00;
  cursor: pointer;
  z-index: 10000;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.lightbox-prev,
.lightbox-next {
  color: #620D00;
  font-size: 40px;
  cursor: pointer;
  padding: 0 20px;
  pointer-events: all;
  user-select: none;
}
body.no-scroll {
  overflow: hidden;
}














@media (min-width: 992px) {
    .upcoming-im .carousel-indicators {
    margin-right: 47%;
    margin-left: 0%;
}
}




.custom-dropdown {
display: none;
    width: 100%;
    padding: 0px 10px;
   
}



 .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF7DD;
    padding: 10px;
    }
    .header-menu select{
        background: transparent;
        border: none;
    }
    
    .mobile-nav option {
    background-color: #FFF7DD; 
    color: #500300; 
    cursor: pointer;           
}

option:checked {
    background-color: #ffbf37;
    color:#fff; 
}

.mobile-nav option:hover {
    background-color: #ffbf37; 
    color: #500300; 
    cursor: pointer;           
}


.mobile-nav option:focus {
    background-color: #ffbf37 !important;
    color: #fff;
}

.mobile-nav option:active {
    background-color: #ffbf37 !important;
    color: #fff;
}

.contact-page .bg-img img {
    object-fit: cover;
    object-position: top;
    height: 100%;
}


@media (max-width: 768px) {
    .nav_scroll {
        display: none !important;
    }

    .custom-dropdown {
        display: block;
    }
   

.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-toggle {
  
    color: #500300;
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    /* vertical-align: middle; */
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 0;
    align-items: center;
    position: absolute;
    font-size: 18px;
    
}

.dropdown-menu {
  display: none ;
  position: absolute;
  width: 100%;
  background-color: #FFF7DD;
  border-radius: 5px;
  margin-top: 5px;
  list-style: none;
  padding: 0;
  z-index: 1000;
  left: 0;
  right: 0;
}
.header-menu ul li {
    display: block;
    margin: 0 18px 0;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 0px 0;
    font-size: 16px;
    color: #B10819;
    font-weight: 400;
}

.dropdown-menu li {
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background-color: #555;
}
}