

  @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&amp;family=Cormorant+Garamond:wght@400;500;600;700&amp;family=Playfair+Display:wght@400;500;600;700;800&amp;family=Tangerine:wght@400;700&amp;display=swap');



body{
	color: #8B8D92;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h5, h6{
	color: #fff;
	font-weight: 500;
	font-family: 'Cormorant Garamond', serif;
    margin: 0px;
}
h4{
    color: #E4C590;
    font-weight: bold;
    font-family: 'Tangerine';
    margin: 0px;
}
h1{
	font-size: 48px; 
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}

/* Links 
------------------------------------ */
a{
	/* color: #616161; */
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #0c5adb;
}





.da {
    position: fixed;
    right: 0px;
    top: 28%;
    z-index: 999;
}

.da img {
    width: 73px;
    height: 43px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
}




/*dark-button css end*/







.mobile-menu.mean-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.mobile-menu .nav-logo {
    display: none;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-menu .nav-logo img {
    width: 100px;
}

@media (max-width: 991px) {
    .mobile-menu .nav-logo {
        display: block;
    }

    .mobile-menu .header-logo {
        display: none;
    }
    .mean-nav .nav-logo img{
        height: 40px;
        width: auto;
    }
}









/* ============start saymon Header Top Menu Area=============== */

.header-top-menu {
    padding: 10px 0px 10px 0px;
    /* background-color: #E4C590; */
    background-color: #bfaf96;
    z-index: 9;
    position: relative;
}
.header-top-menu .header-top-address ul{
	display: flex;
	margin-right: 15px;
	align-items: center;
}.header-top-menu .header-top-address ul li{
	color: #fff;
	margin-right: 55px;
}

.header-top-menu .header-top-address ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;

}

.header-top-menu .hrader-top-social.text-right{
	text-align: end;
}
.header-top-menu .hrader-top-social.text-right a{
	color: #fff;
	margin-left: 15px;
}

.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #E4C590!important;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

/* ============end saymon Header Top Menu Area=============== */
/*--===================start header area-=====================*/
.header-area {
    background: #1E1E1E;
    padding: 2px 0px 5px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}

.header-area .container-fluid {
    width: 85%;
}

.header-area .header-logo .main-logo img{
	height: 74px;
}

.header-area .saymon_menu ul {
	display: inline-block;
}
.header-area .saymon_menu ul li {
    list-style: none;
    display: inline;
    position: relative;
}
.header-area .saymon_menu ul li a {
    display: inline-block;
    font-size: 17px;
    padding: 35px 14px;
    text-transform: capitalize;
    transition: .5s;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}
.header-area .saymon_menu ul li a:hover {
    color: #E4C590;
}
.header-area .saymon_menu ul li a span {
    font-size: 13px;
    font-family: FontAwesome;
    opacity: .5;
}
.header-area .d-flex.align-items-center {
    justify-content: end;
}
.header-area .header-btn {
    display: inline-block;
    position: relative;
    top: 15px;
}
.header-area .saymon_menu .header-btn .sign-btn {
    background: #beae95;
    color: #fff;
    display: inline-block;
    padding: 8px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 500;
    border: 1px solid #e1ddd54f;
}
.header-area .saymon_menu .header-btn a i {
    font-size: 18px;
}
.header-area .saymon_menu .header-btn .sign-btn:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #E4C590;
    z-index: -1;
    border-radius: 5px; 
}
.header-area .saymon_menu .header-btn .sign-btn:hover:after{
    left:0;
    width:100%;
}
.header-area .search-box-btn a{
	color:#E4C590;
	margin-right: 25px;
	font-size: 30px;
}
.sticky-nav .search-box-btn a{
	color:#fff;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    color: #FC0476;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    left: 20px;
}
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed!important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #1E1E1E!important;
    z-index:9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}
.sticky-nav .saymon_menu ul li a{
	color:#fff;
}
.sticky-nav .header-top-social ul li a{
    color:#fff;
}
.sticky-nav .header-top-social ul li a:hover{
    color:#FB4242;
}
.sticky-nav .saymon_menu ul li a:hover {
    color: #E4C590!important;
}
.sticky-nav .saymon_menu .header-btn .sign-btn {
    border: 1px solid #e1ddd54f;
}
.sticky-nav .saymon_menu .header-btn .sign-btn:hover{
    color: #fff !important;
}

.sticky-nav .header-area .saymon_menu .sub-menu ul li a{
    background-color: transparent!important;
}
nav.saymon_menu {
    float: right;
}
/*sticky logo*/
.header-area .header-logo .stiky-logo img{
	height: 74px;
}
a.stiky-logo img {
    display: none;
}
.sticky-nav a.main-logo img {
    display: none;
}
.sticky-nav a.stiky-logo img {
    display: block;
}
.header-button {
	display: inline-block;
	margin-left: 8px;
}
.header-button a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s;
	border-radius: 5px;
	margin-left: 15px;
    background: transparent;
	padding: 14px 48px;
}
.header-button a:hover{
    background: transparent;
	color:#fff;
}

.sticky-nav .header-button a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    border-radius: 5px;
    margin-left: 15px;
    background: transparent;
    padding: 14px 48px;
}
.sticky-nav .header-button a:hover{
    background: transparent;
    color:#fff;
}

/*< ==============start saymon Header  Area==============-->
/*start sub menu*/
.saymon_menu .sub-menu {
    height: auto;
    width: 230px;
    background: #1E1E1E;
    box-shadow: 0 0 5px rgba(255, 255, 255, .7);
    position: absolute;
    text-align: left;
    top: 62px;
    transition: .5s;
    opacity: 0;
    left: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 9px 14px 15px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.4s ease-in-out;
}
.saymon_menu .sub-menu.sign {
    top: 46px;
}
.header-area .sub-menu ul li {
    display: block;
    transition: .5s;
    border-bottom: 1px solid#E5E5E5;
    width: 100%;
}
.header-area  .sub-menu ul li:hover{
    border-color:#E4C590;
}
.header-area .sub-menu ul li:last-child{
    border-bottom: none;
}
.header-area .saymon_menu .sub-menu ul li a {
    position: relative;
    color: #fff!important;
    margin: 10px 8px 9px 12px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    z-index: 2;
    padding: 0;
    width: 180px;
    right: 0;
}
.saymon_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    transform: scaleY(1);
}
.saymon_menuul li{
    padding-bottom:40px; 
}
.header-area .sub-menu ul li a:hover {
    color: #E4C590!important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
	color: #E4C590;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width:100%;
    left:0;
}
.mobile-menu.mean-container {
    overflow: hidden;
}

html{
    scroll-behavior: smooth;
}



/*--==================================================-->
<!-----Start Slider Area ----->
==================================================-*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.slider-section .left-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 800px;
    z-index: 1;
    overflow: hidden;
}

.slider-section .slider-content {
    background-color: rgba(39, 39, 39, .6);
    display: inline-block;
    padding: 40px 40px 40px 25px;
    position: absolute;
    left: 10%;
    top: 27%;
    z-index: 99;
}
.slider-section .slider-content h4 {
    font-size: 35px;
}
.slider-section .slider-content h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    word-spacing: 10px;
}
.slider-section .booking-area .input-box {
    position: relative;
    margin-right: 25px;
    padding-right: 25px;
    padding: 7px 10px 0px 0px;
}
.slider-section .booking-area .input-box:before{
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    background-color: #fff;
    right: 0;
    top: 14px;
    opacity: .3;
}
.slider-section .booking-area .all-box {
    /* border: 1px solid #E4C590; */
    border-radius: 5px;
    padding: 0px 15px;
}
.slider-section .booking-area {
    background-color: #1E1E1E;
    display: inline-block;
    position: absolute;
    left: 0px;
    z-index: 99;
    border-radius: 5px;
    bottom: 0px;
    border: 1px solid #E4C590;
}
.slider-section .slider-content .booking-area .input-box h3{
    font-size: 20px;
    font-weight: 400;
}
.slider-section .booking-area .input-box input {
    height: 40px;
    outline: 0 !important;
    background: transparent;
    border: transparent;
    color: #fff;
    padding: 0 6px 0 0;
    font-size: 14px;
}
.slider-section .booking-area .input-box input:focus{
    box-shadow: none;
}
.slider-section .booking-area .input-box input::placeholder{
    color: #fff;
    font-size: 13px;
}

.slider-section .booking-area .input-box select {
    height: 40px;
    outline: 0;
    background: #1E1E1E;
    border: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
}
.slider-section .booking-area .all-box .booking-button button {
   position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding: 11px 20px;
    border: none;
    overflow: hidden;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    color: #fff;
    border: 1px solid #E4C590;
    z-index: 1;
    display: inline-block;
    background-color: #E4C590;
    width: 100%;
}

.slider-section .booking-area .all-box .booking-button button:hover {
    transition: all ease-in-out 0.5s;
    color: #101418; 
}
.slider-section .booking-area .all-box .booking-button button::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 0%;
    height: 102%;
}

.slider-section .booking-area .all-box .booking-button button:hover::before {
  width: 100%; 
}
.slider-section .left-content .image-theme img{
   width: 100%;
}

.slider-section .right-content .slider-list .slider-item-1{
   background: url('assets/images/slider/bed-front-view_resized.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 800px;
}
.slider-section .right-content .slider-list .slider-item-2{
   background: url('assets/images/slider/bed-left-view.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 800px; 
}
.slider-section .right-content .slider-list .slider-item-3{
   background: url('assets/images/slider/puri-beach2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 800px;
}

.slider-section .owl-nav{
    position: absolute;
    top: 50%;
    right: 0;
}

.slider-section .owl-nav .owl-next {
    position: absolute;
    right: 10px;
}
.slider-section .owl-nav .owl-prev {
    position: absolute;
    right: 10px;
}
.slider-section .owl-nav .owl-prev i, .spa-section .left-content .owl-nav .owl-next i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 2px;
}


/* =============About Section Start============= */
.about-section{
	padding: 100px 0px 100px 0px;
    background-color: #FCF9F4;
    position: relative;
    overflow: hidden;
}

.about-section .logos-image img{
    width: 22%;
}
.about-section .left-content{
    margin-right: -100px;
}

.about-section .top-content{
    text-align: left;
    position: relative;
}
.about-section .top-content h2{
    /* font-size: 55px; */
    font-size: clamp(30px, 5vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}

.about-section .top-content .logos-bg img {
    width: 76%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.about-section .bottom-content .description p {
    padding: 15px 54px 0px 0px;
    text-align: justify;
}

.about-section .single-counter{
    text-align: center;
}
.about-section .single-counter .count-title {
    display: flex;
    align-items: baseline;
}
.about-section .single-counter .count-title h1 {
    font-size: 80px;
    color: #1E1E1E;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-top: 0;
}
.about-section .single-counter .count-title span {
    font-size: 35px;
    margin-left: 10px;
    color: #E4C590;
}
.about-section .single-counter p {
    font-size: 22px;
    color: #8B8D92;
    text-align: left;
}




.about-section .left-content .bottom-content .about-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #E4C590;
    margin-top: 25px;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.about-section .left-content .bottom-content .about-button a:hover {
    color: #E4C590;
    background: #fff;
   box-shadow:none;
}
.about-section .left-content .bottom-content .about-button a::before,
.about-section .left-content .bottom-content .about-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #E4C590;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.about-section .left-content .bottom-content .about-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.about-section .left-content .bottom-content .about-button a:hover::before,
.about-section .left-content .bottom-content .about-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}

.about-section .left-content .icon-box {
    margin: 10px 0px 10px 50px;
}
.about-section .left-content .icon-box .icon i {
    color: #E4C590;
    font-size: 22px;
    margin-right: 10px;
}
.about-section .left-content .icon-box .icon-content h3 {
    color: #1E1E1E;
    font-size: 22px;
    margin-top: 0px;
}
.about-image-wrap{
   
}





.about-image-wrap .s-section {

    display: flex;
    align-items: center;
    justify-content: end;
   /* overflow-x: hidden;
    height: 560px;*/

}



.about-image-wrap .s-section input {

    display: none;
}

/* .container { */

    /* width: 100%; */
    /* height: 100%; */
    /* max-width: 600px; */
    /* max-height: 600px; */
    /* display: flex; */
    /* transform-style: preserve-3d; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
/* } */

.about-image-wrap .cards {

    position: relative;
    height: 500px;
    width: 430px;
    margin-bottom: 20px;
    perspective: 220px;
    transform-style: preserve-3d;
}

.about-image-wrap .cards label {

    position: absolute;
    width: 430px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.55s ease;
}

/* .cards .card{ */

    /* position: relative; */
    /* height: 100%; */
    /* background-color: #323444; */
    /* border-radius: 10px; */
    /* padding: 30px 35px; */
/* } */


/* .card .image{ */

    /* display: flex; */
    /* justify-content: space-between; */
/* } */

.about-image-wrap .card .image img {
    border-radius: 5px;
    /* box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%); */
    /* margin-top: 23px; */
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
}

.about-image-wrap .card .image .dots{

    text-align: center;
}

.about-image-wrap .dots div{

    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.about-image-wrap .dots div:nth-child(1){

    background-color: var(--current-color1);
}

.about-image-wrap .dots div:nth-child(2){

    background-color: #5B85F9;
}

.about-image-wrap .dots div:nth-child(3){

    background-color: #000;
}







#s1:checked~.cards #slide4,
#s2:checked~.cards #slide5,
#s3:checked~.cards #slide1,
#s4:checked~.cards #slide2,
#s5:checked~.cards #slide3 {
/*    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(-70%, 0, -220px);
    
}

#s1:checked~.cards #slide5,
#s2:checked~.cards #slide1,
#s3:checked~.cards #slide2,
#s4:checked~.cards #slide3,
#s5:checked~.cards #slide4 {
/*    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(-35%, 0, -120px);
    
}

#s1:checked~.cards #slide1,
#s2:checked~.cards #slide2,
#s3:checked~.cards #slide3,
#s4:checked~.cards #slide4,
#s5:checked~.cards #slide5 {
/*    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 50%);*/
    transform: translate3d(0, 0, 0);
    
}

#s1:checked~.cards #slide2,
#s2:checked~.cards #slide3,
#s3:checked~.cards #slide4,
#s4:checked~.cards #slide5,
#s5:checked~.cards #slide1 {
/*    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(35%, 0, -120px);
    
}

#s1:checked~.cards #slide3,
#s2:checked~.cards #slide4,
#s3:checked~.cards #slide5,
#s4:checked~.cards #slide1,
#s5:checked~.cards #slide2 {
/*    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/
    transform: translate3d(70%, 0, -220px);
    
}


/* =============Abut Section end============= */

/* ======================marque section start========================== */
 .marque-section{
	background: url('assets/images/banquet-hall/food-service1.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 150px 0px;
    position: relative;
    z-index: 1;
} 
.marque-section:before{
    position: absolute;
    content: "";
    background-color: rgba(30, 30, 30, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*marque*/

.text_bar.style1 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.text_bar.style1 .text-item {
    display: flex;
    align-items: baseline;
    animation: pureit-animation 20s linear infinite;
    -webkit-animation: pureit-animation 20s linear infinite;
}
.text_bar.style1 .text-item.copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: pureit-animation-copy 20s linear infinite;
    -webkit-animation: pureit-animation-copy 20s linear infinite;
}
.text-item h3 {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em;
    color: #fff;

}
.text_bar_content{
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;

}
/*two*/
.text_bar.style2 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.text_bar.style2 .text-item {
    display: flex;
    align-items: baseline;
     animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;

}
.text_bar.style2 .text-item.copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
     animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;

}
.text-item h3 {
    /* font-size: 100px; */
    font-size: clamp(60px, 5vw, 100px);
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em
}
.text_bar_content{
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
@keyframes pureit-animation{
    0% {
        transform: translateX(0) translateZ(0);
    }
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}
@keyframes pureit-animation-copy{
    0% {
        transform: translateX(100%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}

/*marque*/



/* ======================marque section end========================== */

/* =============Service Categories Start============= */

.service-section{
    padding: 100px 0px 0px;
    background-color:#1E1E1E;
    margin-bottom: -173px;
    overflow: hidden;
}

.service-section .top-content{
    text-align: center;
    position: relative;
}
.service-section .logos-image img{
    width: 12%;
}
.service-section .top-content h2{
    /* font-size: 55px; */
    font-size: clamp(30px, 5vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}
.service-section .all-service {
    margin-top: 30px;
}
.service-section .all-service .single-service {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0px 20px;
    border-radius: 3px;
}
.service-section .all-service .single-service .image-theme{
    overflow: hidden;
}
.service-section .all-service .single-service .image-theme img {
    width: 100%;
    transition: .5s;
}
.service-section .all-service .single-service:hover .image-theme img {
    transform: scale3d(1.1,1.1,1);
    transition: .5s;
}
.service-section .all-service .single-service .image-theme{
    position: relative;
}
.service-section .all-service .single-service .image-theme .button {
    position: absolute;
    bottom: -7px;
    left: -200px;
    transition: .5s;
}
.service-section .all-service .single-service:hover .image-theme .button {
    position: absolute;
    bottom: -6px;
    left: 1px;
    transition: .5s;
}

.service-section .all-service .single-service .image-theme a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 3px 14px;
    font-weight: 400;
    overflow: hidden;
    background: #E4C590;
    margin-top: 25px;
    border-radius: 2px;
    transition: .5s;
    z-index: 1;
}

.service-section .all-service .single-service .image-theme a:hover {
    color: #E4C590;
    background: #fff;
   box-shadow:none;
}
.service-section .all-service .single-service .image-theme a::before,
.service-section .all-service .single-service .image-theme a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #E4C590;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-section .all-service .single-service .image-theme a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-section .all-service .single-service .image-theme a:hover::before,
.service-section .all-service .single-service .image-theme a:hover::after{
  width:100%;
  transition:800ms ease all;
}


.service-section .all-service .single-service .content-box .service-title{
    position: relative;
    padding: 20px 22px 0px;
}
.service-section .all-service .single-service .content-box .service-title h2 {
    color: #1E1E1E;
    font-size: 26px;
    font-weight: 800;
    margin: 10px 0px 10px;
}
.service-section .all-service .single-service .content-box .services-icon {
    position: absolute;
    top: 20px;
    right: -130px;
    transition: .5s;
}
.service-section .all-service .single-service:hover .content-box .services-icon {
    position: absolute;
    right: 22px;
    transition: .5s;
}
.service-section .all-service .single-service .content-box .service-title .services-icon i{
    font-size: 12px;
    color: #E4C590;
}
.service-section .all-service .single-service .content-box .service-title .bed-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.service-section .all-service .single-service .content-box .bed-number .bed img {
    width: 14%;
    margin-right: 10px;
}
.service-section .all-service .single-service .content-box .bed-number .bed p{
    margin-bottom: 0px;
}
.service-section .all-service .single-service .content-box .bed-number .feet p{
    margin-bottom: 0px;
}



.service-section .all-service .single-service .content-box .services-icon img{
    width: 85%;
}
.service-section .service-button {
    text-align: center;
    margin-top: 25px;
}
.service-section .service-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #A229A1;
/*    box-shadow: 10px 0 30px rgb(249 147 11 / 25%);*/
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-section .service-button a:hover {
    color: #A229A1;
    background: #fff;
   box-shadow:none;
}
.service-section .service-button a::before,
.service-section .service-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #A229A1;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-section .service-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-section .service-button a:hover::before,
.service-section .service-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}

/* =============feature section start============= */

.feature-section{
    padding: 230px 0px 175px;
    background-color: #FCF9F4;
}

.feature-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.feature-section .logos-image img{
    width: 12%;
}
.feature-section .top-content h2{
    /* font-size: 55px; */
    font-size: clamp(29px, 5vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}

.feature-section .single-feature {
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 40px 0px 40px;
    background-color: #fff;
    position: relative;
    transition: .5s;
    z-index: 99;
    margin-bottom: 25px;
}
.feature-section .single-feature:hover{
    background-color: transparent;
    transition: .5s;
}
.feature-section .single-feature::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url('assets/images/facility/f23.png');
    transition: .5s;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    z-index: -1;
}
.feature-section .single-feature:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.feature-section .single-feature .text h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 700;
    margin: 50px 0px 0px;
}
.feature-section .single-feature:hover .text h3{
    color: #fff;
    transition: .5s;
}

.feature-section .feature-slider {
    padding: 20px 0;
}

.feature-section .feature-slider .swiper-slide .single-feature {
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-section .feature-slider .swiper-slide .single-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.feature-section .feature-slider .swiper-slide .single-feature .feature-icon img {
    max-width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.feature-section .feature-slider .swiper-slide .single-feature h3 {
    font-size: 18px;
    font-weight: 700;
}


/* =============feature section end============= */


/* =============spa section start============= */
.spa-section{
    padding: 0px 0px 100px;
    background-color:#1E1E1E;
    
}
.spa-section .single{
    margin-top: -100px;
}
.spa-section .right-content .top-content{
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.spa-section .left-content {
    background-color: #fff;
}
.spa-section .right-content {
    background-color: #fff;
    padding: 40px 47px 0px 40px;
    margin-left: -24px;
    height: 560px;
}
.spa-section .right-content .top-content .logos-image img{
    width: 33%;
}
.spa-section .right-content .top-content h2{
    /* font-size: 55px; */
    font-size: clamp(30px, 5vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
    line-height: 1.2;
}
.spa-section .right-content .description p{

}
.spa-section .left-content .spa-slider .slider-image {
    height: 560px;
    position: relative;
/*    margin: 0px 7px;*/
    transition: .5s;
    z-index: 1;
}
.spa-section .left-content .spa-slider .slider-image::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, .3);
    transition: .5s;
    transform: scale(1);
    z-index: -1;
}
.spa-section .left-content .spa-slider .slider-image::after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    transform: scale(1);
    opacity: .5;
    transition: .5s;
}
.spa-section .left-content .spa-slider .slider-image:hover::before, .spa-section .left-content .spa-slider .slider-image:hover::after {
    transform: scale(0);
    transition: .5s;
}

.spa-section .left-content {
    position: relative;
}
.spa-section .left-content .owl-nav{
    position: absolute;
    top: 82%;
    right: 0;
}

.spa-section .left-content .owl-nav .owl-next {
    position: absolute;
    right: -163px;
}
.spa-section .left-content .owl-nav .owl-prev {
    position: absolute;
    right: -87px;
}
.spa-section .left-content .owl-nav .owl-prev i, .spa-section .left-content .owl-nav .owl-next i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #8F8F8F
}

/* =============spa section end============= */
/* =============Banquet hall section Start============= */
.banquet-section{
		background-color: rgb(252, 249, 244);
	}
	.banquet-section .thumb-img {
	width: 160px;
	height: 140px;
	object-fit: cover;
	border-radius: 5px;
	border: 2px solid transparent;
	cursor: pointer;
	}

	.banquet-section .thumb-img:hover {
		border-color: #007bff;
	}

	.banquet-section .main-slider img {
		width: 100%;
		height: 350px;
		object-fit: cover;

	}
	.banquet-section .right-content .top-content .logos-image img {
		width: 33%;
	}
	.banquet-section .right-content{
		/* padding: 30px; */
		padding: 40px 47px 0px 40px;
		margin-left: -24px;
		height: 580px;
	}
	.banquet-section .right-content .top-content h2 {
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
    line-height: 1.2;
}
	.banquet-section .thumb-slider .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;

	}
	.banquet-section .thumb-slider .swiper-slide {
	width: auto !important;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	}


	.banquet-section .swiper-slide-thumb-active .thumb-img {
	border-color: #007bff;
	}


	@media (min-width: 320px) and (max-width: 479px) {
		.banquet-section .right-content {
			margin-left: 0px !important;
			height: 600px !important;
			padding: 20px !important;
		}
	}
/* =============Banquet hall section End============= */
/* =============Near by destinations section start============= */
.attractions-intro-section {
  /* background: linear-gradient(to right, #f9f9f9, #eef7ff); */
  background-color: #FCF9F4;
  text-align: center;
  padding: 50px 20px 30px;
  animation: fadeIn 1s ease;
}

.attractions-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #023e8a;
  transition: color 0.3s;
}

.attractions-subheading {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.attractions-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.attractions-icon-card {
  background: white;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, background 0.3s ease;
  width: 180px;
}

.attractions-icon-card:hover {
  transform: translateY(-5px);
  background: #caf0f8;
}

.attractions-icon-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.attractions-icon-card p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1d3557;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Mobile Responsive */
@media screen and (max-width: 600px) {
  .attractions-heading {
    font-size: 1.8rem;
  }
  .attractions-subheading {
    font-size: 1rem;
    padding: 0 10px;
  }
  .attractions-icon-card {
    width: 90%;
  }
}
/* map section */

#nearby-section #map {
    z-index: 1;
  }
  #nearby-section .pop-container .pulse {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
  }

    #nearby-section .location-icon, 
	#nearby-section .resort-icon {
    background: transparent;
    border: none;
  }
    #nearby-section .pop-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: pop 0.6s ease-out;
  }
    #nearby-section .pop-container img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
    #nearby-section .pop-container span {
    background: white;
    padding: 2px 5px;
    margin-top: 2px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
  }
    #nearby-section .pop-container .marker-pin {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 5px;
  }
    #nearby-section .resort .marker-pin {
    background: red;
  }

  @keyframes pop {
    0% { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }

 #nearby-section .vehicle-icon {
    background: transparent;
  }
 #nearby-section #vehicle {
    position: relative;
    font-size: 24px;
  }
#nearby-section #vehicle .tooltip {
  position: absolute;
  top: -50px;      /* Move tooltip above vehicle */
  left: 50%;       /* Center horizontally */
  transform: translateX(-50%); /* Center the tooltip */
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Nearby Section 2 Styles */
.nearby-section2 {
  width: 100%;
  padding: 30px 0;
  background: black;
}

.nearby-section2 .slider-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.nearby-section2 .slider {
  display: flex;
  transition: transform 1s ease-in-out;
  will-change: transform;
}

.nearby-section2 .slide {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  transition: transform 1s ease;
  padding: 10px;
}

.nearby-section2 .image-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.nearby-section2 .image-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Add this */
.nearby-section2 .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.2);
  z-index: -1;
  opacity: 0.8;
}


.nearby-section2 .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s ease;
}

.nearby-section2 .slide-content h2 {
  font-size: 28px;
  margin: 10px 0 5px;
  color: white;
}

.nearby-section2 .slide-content p {
  font-size: 16px;
  color: #e2dddd;
  max-width: 600px;
  margin: 0 auto;
}

/* Navigation Buttons */
.nearby-section2 .prev,
.nearby-section2 .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
  color: #333;
  transition: background 0.3s ease;
  z-index: 10;
}

.nearby-section2 .prev:hover,
.nearby-section2 .next:hover {
  background: #ddd;
}

.nearby-section2 .prev { left: 20px; }
.nearby-section2 .next { right: 20px; }

/* Responsive */
@media (max-width: 768px) {
  .nearby-section2 .image-container {
    height: 250px;
  }

  .nearby-section2 .slide-content h2 {
    font-size: 22px;
  }

  .nearby-section2 .slide-content p {
    font-size: 14px;
  }
}
/* =============Near by destinations section end============= */

/* =============video section start============= */
.video-section{
    background: url('assets/images/facility/bg4.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
/*    padding: 100px 0px 100px;*/
    height: 700px;
}

.video-section .main-content{
    position: relative;
}
.video-section .top-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 68%;
    text-align: center;
    top: 100px;
}

.video-section .top-content .logos-image img{
    width: 25%;
}
.video-section .top-content h2{
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
    line-height: 1;
}


.video-section .offer-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #E4C590;
    margin-top: 25px;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.video-section .offer-button a:hover {
    color: #E4C590;
    background: #fff;
    box-shadow:none;
}
.video-section .offer-button a::before,
.video-section .offer-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #E4C590;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.video-section .offer-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.video-section .offer-button a:hover::before,
.video-section .offer-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}
.video-section .video {
    position: absolute;
    top: 47%;
    right: 25%;
    margin: auto;
    text-align: center;
}
.video-section .video .slider-video-icon a{
    position: relative;
}
.video-section .video .slider-video-icon a i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #E4C590;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.video-section .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #E4C590;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-section .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #E4C590;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

canvas {
    display: block !important;
    width: 100% !important;
}
.video-section .offer-shape-image {
    position: absolute;
    left: 50%;
    top: 50%;
}
.video-section .offer-shape-image img{
    width: 52%;
}
/* =============video section end============= */

/* ======================team section start========================== */
.team-section{
    background-color: #FCF9F4;
    padding: 100px 0px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: -96px;
}
.team-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.team-section .logos-image img{
    width: 12%;
}
.team-section .top-content h2{
    /* font-size: 55px; */
    font-size: clamp(30px, 5vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}
.team-section .single-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px 7px;
    z-index: 9;
}

.team-section .single-team .team-contant .team-image:before{
    content: "";
    width: 100%;
    height: 100%;
/*    border-radius: 50%;*/
    box-shadow: 100px 0 0 #ffffff03 inset, 0 100px 0 rgb(255 255 255 / 1%) inset, -100px 0 0 rgb(255 255 255 / 1%) inset, 0 -100px 0 rgb(255 255 255 / 1%) inset;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms linear 0s;
    visibility: visible;
}

.team-section .single-team .team-contant .team-image:after {
    content: "";
    width: 139%;
    height: 86%;
    /* border-radius: 50%; */
    box-shadow: 100px 0 0 #ffffff03 inset, 0 100px 0 rgb(255 255 255 / 1%) inset, -100px 0 0 rgb(255 255 255 / 1%) inset, 0 -100px 0 rgb(255 255 255 / 1%) inset;
    position: absolute;
    top: -16px;
    left: -16px;
    bottom: 0;
    transition: all 300ms linear 0s;
    visibility: visible;
    transform: rotate(90deg);
}


.team-section .single-team:hover .team-contant .team-image:after, .team-section .single-team:hover .team-contant .team-image:before {
    box-shadow: 5px 0 0 rgb(255 255 255 / 50%) inset, 0 5px 0 rgb(255 255 255 / 50%) inset, -5px 0 0 rgb(255 255 255 / 50%) inset, 0 -5px 0 rgb(255 255 255 / 50%) inset;
}


.team-section .single-team .team-contant .team-image img{
    width: 100%;
}
.team-section .single-team .team-contant .team-title h3{
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 18px;
}
.team-section .single-team .team-contant .social-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: -50px;
    transition: .5s;
}
.team-section .single-team:hover .team-contant .social-icon {
    left: 10px;
    transition: .5s;
}
.team-section .single-team .team-contant .social-icon a{
    display: block;
}
.team-section .single-team .team-contant .social-icon i {
    color: #fff;
    background-color: #E4C590;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin: 8px;
    transition: .5s;
}
.team-section .single-team .team-contant .social-icon i:hover {
    color: #E4C590;
    background-color: #fff;
    transition: .5s;
}


/* ======================team section end========================== */
/* ======================brand section start========================== */

/* ======================brand section end========================== */
/* ======================Testimonial section start========================== */
.testimonial-section{ 
    background-color: #1E1E1E;
    text-align: center;
    position: relative;
    padding: 196px 0px 80px;

}

.testimonial-section .row {
    align-items: center;
}
.testimonial-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.testimonial-section .logos-image img{
    width: 12%;
}
.testimonial-section .top-content h2{
    /* font-size: 55px; */
    font-size: clamp(30px, 5vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}
.testimonial-section .image-tham{
    margin-right: -120px;

}

.testimonial-section .image-tham img{
    width: 100%;
    border-radius: 10px;
}

.testimonial-section .testi-slider2{
  box-shadow: 0 0 35px rgb(255 255 255 / 10%);
  
}

.testimonial-section .testi-slider2 .testi-box{
    background: url('assets/images/slider/tes3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 10px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content{
    position: relative;
    padding: 65px 50px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content h2{
    font-size: 38px;
    color: #fff;
}

.testimonial-section .testi-slider2 .testi-box .testi-content p{
    font-size: 16px;
    margin: 40px 0px 50px 0px;
    color: #CCCCCC;
    text-align: justify;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people img{
    width: 11%;
    border: 3px solid #fff;
    border-radius: 10%;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text{
    margin: 0px 0px 5px 20px;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .people .text h4{
    color: #fff;
}
.testimonial-section .testi-slider2 .testi-box .testi-content .people .text span{
    color: #E4C590;
}
/* .testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    position: absolute;
    bottom: 63px;
    left: 36%;
} */
.testimonial-section .testi-slider2 .testi-box .testi-content .icon img{
    width: 50%;
    border: none;
}
@media (max-width: 992px){
  .testimonial-section .image-tham img {
      display: none !important;
  }
}
	/* Video inside testimonial */
.testimonial-section .testi-slider2 .testi-box .testi-video {
  margin: 30px 0;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

.testimonial-section .testi-slider2 .testi-box .testi-video video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Adjust spacing since paragraph is removed */
.testimonial-section .testi-slider2 .testi-box .testi-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .testimonial-section .testi-slider2 .testi-box .testi-content {
    padding: 40px 20px;
  }
  .testimonial-section .testi-slider2 .testi-box .testi-video {
    max-width: 100%;
  }
  .testimonial-section .testi-slider2 .testi-box .testi-content h2 {
    font-size: 24px;
  }
  .testimonial-section .testi-slider2 .testi-box .testi-content .people img {
    width: 16%;
  }
}
/* ======================Testimonial section end========================== */






/* ======================blog section start========================== */
.blog-section{
    background-color: #FCF9F4;
	padding: 100px 0px;
}


.blog-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 18px;
}
.blog-section .logos-image img{
    width: 12%;
}
.blog-section .top-content h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}

.blog-section .songle-blog {
    border-radius: 7px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    /* margin-bottom: 22px; */
    background-color: #fff;
    margin-top: 22px;
}

.blog-section .songle-blog .blog-image{
	position: relative;
}
.blog-section .songle-blog .blog-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #1E1E1E 0%, #1E1E1E 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog .blog-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    transform: scale(0);
    transform-origin: top left;
    background-image: linear-gradient(-86deg, #E4C590 0%, #E4C590 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .5;
}

.blog-section .songle-blog:hover .blog-image::before,
.blog-section .songle-blog:hover .blog-image::after{
	transform: scale(1);

}
.blog-section .songle-blog .category p {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 10px;
    background-color: #E4C590;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 99;
}
.blog-section .songle-blog .blog-image img{
	width: 100%;
    border-radius: 0px 0px 7px 7px;
}

.blog-section .songle-blog .blog-content{
	padding: 20px 20px 10px 20px;
	position: relative;

}
.blog-section .songle-blog .blog-content .blog-meta {
    display: inline-block;
    left: 20px;
    top: -28px;
    border-radius: 5px;
}
.blog-section .songle-blog .blog-content .blog-meta a{
	font-size: 14px;
	font-weight: 400;
	color: #E4C590;
}
.blog-section .songle-blog .blog-content .blog-meta span{
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
    color: #E4C590;
}
.blog-section .songle-blog .blog-content .blog-text h3 {
    margin-top: 5px;
}
.blog-section .songle-blog .blog-content .blog-text h3 a{
	font-size: 24px;
	color: #030f27;
	font-weight: 600;
	padding: 10px 0px 10px 0px;
	transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text h3 a:hover{
	color: #E4C590;
	transition: .5s;
}
.blog-section .songle-blog .blog-content .blog-text p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}

/* ======================blog section end========================== */
/* ======================brand section start========================== */
 .brand-section{
    background-color: #1E1E1E;
    text-align: center;
    padding: 20px 0px;
} 
.brand-section .brand-thumb{
    transition: .5s;
}
.brand-section .brand-thumb:hover img{
    filter: brightness(0) invert(1);
    transition: .5s;
}

/* ======================brand section end========================== */


/* ======================footer section start========================== */
.footer-section{
	background-image: url('assets/images/footer/puri-beach-puri-odisha.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}
.footer-section::before{
	position: absolute;
	content: "";
	background-color: rgba(30, 30, 30, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer-section .footer-image img{
	height: 74px;
}

.footer-section p{
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
	line-height: 1.7;
}

/*social button*/
.footer-section .footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.footer-section .footer-about-social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #272727;
    display: inline-block;
    transition: .5s;
    border-radius: 8%;
    color: #E4C590;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.footer-section .footer-about-social-icon ul li a::after{
    position: absolute;
    content:"";
    top:0;
    right:0;
    height:100%;
    width:0;
    transition:.5s;
    background:#E4C590;
    z-index: -1;
    border-radius: 5px;
}
.footer-section .footer-about-social-icon ul li a:hover::after{
    left:0;
    width:100%;
}
.footer-section .footer-about-social-icon ul li a:hover{
	color: #fff;
}

.footer-section h2{
	color: #E4C590;
	font-size: 24px;
	margin-bottom: 60px;
	margin-top: 20px;
}
.footer-section .link ul li{
	margin-bottom: 21px;
}

.footer-section .link ul li a{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	transition: .5s;
}

.footer-section .link ul li a:hover{
	color: #E4C590;
	transition: .5s;
}

.footer-section .link ul li a i{
	margin-right: 10px;
}

.footer-section .footer-news{
	margin-bottom: 30px;
}

.footer-section .footer-news .image img{
	width: 100%;
	height: 65px;
	border-radius: 5px;
}

.footer-section .footer-news .image-content p {
	margin: 0px 0px 10px 10px;
	font-size: 16px;
  	font-weight: 400;
  	color: #fff;
}

.footer-section .footer-news .image-content p a{
	color: #fff;
}

.footer-section .footer-news .image-content p a:hover{
	color: #E4C590;
}


.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
	color: #E4C590;
}

.footer-section .footer-icon .icon i{
	color: #E4C590;
	font-size: 20px;
	font-weight: 600;
}

.footer-section .footer-icon p{
	margin: 0px 0px 0px 10px;

}

.footer-section .bar1{
	height: 1px;
	width: 100%;
	background-color: #E4C590;
	margin: 25px 0px;
    opacity: .4;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #E4C590;
	margin: 25px 0px;
    opacity: .4;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #E4C590;
	margin-top: 50px;
    opacity: .4;
}

.footer-section .cuppyright-section p{
	text-align: center;
	color: #fff;
	padding: 37px 0px;
  	margin-bottom: 0;
  	font-weight: 400;
  	margin-top: 0;
}

/* ======================footer section end========================== */

/* ======================start contact page ========================== */
/* ======================start contact page ========================== */
.bratecome-section {
  background-image: url('assets/images/bread-crumb/Shri_Jagannath_temple.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 160px 0px;
  position: relative;
  z-index: 1;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(30, 30, 30, .5);
  z-index: -1;
}

.bratecome-section .contant {
  text-align: center;
}

.bratecome-section .contant .title h2 {
  /* font-size: 55px; */
    font-size: clamp(40px, 5vw, 55px);
  color: #fff;
  letter-spacing: 1px;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
}

/* ======================start contact section ========================== */
.contact-section{
/*	background-color: rgba(2, 95, 255, .1);*/
  	padding: 90px 0px 60px 0px;
}
.contact-section .top-content{
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.contact-section .logos-image img{
    width: 12%;
}
.contact-section .top-content h2{
    /* font-size: 55px; */
    font-size: clamp(30px, 5vw, 55px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #1E1E1E;
    margin-top: 0px;
}
.contact-section .contact-icon {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 25px 5px;
    margin: 0px 15px 60px 0px;
    border-left: 8px solid #E4C590;
}
.contact-section .contact-icon .icon i {
    font-size: 25px;
    color: #fff;
    background-color: #E4C590;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 26px;
    margin: 0px 26px 0px 17px;
}

.contact-section .con-iage img{
    width: 100%;
    border-radius: 5px;
    height: 526px;
}
.contact-section .contact-icon .text h3{
	color: #030f27;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contact-section .contact_from .form_box input {
    border: 1px solid #E4C590;
    outline: 0;
    padding: 16px 10px;
    background-color: #E9ECEF;
    padding-left: 15px;
}
.contact-section .contact_from {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 15px 30px 30px;
}
.contact-section .contact_from .form_box .form-control:focus {
    color: #E4C590;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(228, 197, 144, .25);
}
.contact-section .contact_from .form_box h3 {
    color: #1E1E1E;
    margin-bottom: 10px;
    margin-top: 15px;
}
.contact-section .contact_from .quote_btn button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #E4C590;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
    width: 100%;
    margin-top: 50px;
}

.contact-section .contact_from .form_box select#place {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #E4C590;
    background-color: #E9ECEF;
    outline: 0;
    padding: 0px 10px;
}
.contact-section .contact_from .quote_btn button:hover {
  	color: #E4C590;
  	background: #fff;
    box-shadow:none;
}
.contact-section .contact_from .quote_btn button::before,
.contact-section .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #E4C590;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.contact-section .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.contact-section .contact_from .quote_btn button:hover::before,
.contact-section .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.contact-section .contact_from .quote_btn button i{
	margin-left: 10px;
}

.contact-section .midd{
    position: relative;
}
.contact-section .midd .con-shap{
    position: absolute;
    z-index: -1;
    bottom: 0;
    text-align: center;
}
.contact-section .midd .con-shap img{
    width: 57%;
}
.map-section{
    padding: 0px 0px 90px 0px;
}

/* ======================end contact section ========================== */

/* ======================end contact page ========================== */
/* ======================end contact page ========================== */

/* ======================start about page ========================== */
/* ======================start about page ========================== */

/* ======================end about page ========================== */
/* ======================end about page ========================== */


/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  padding: 100px 0px 70px;
}
.blog-detail-section .star-image{
    position: absolute;
    left: 0;
    top: 0;
}
.blog-detail-section .star-image img{
    width: 100%;
}
.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #E4C590;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #E4C590;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 24px 33px 20px 10px;
}



.blog-detail-section .main-section .blog-quote {
    text-align: center;
    padding: 60px 40px 30px;
    margin: 20px 0px 50px;
    border-radius: 10px;
    background-color: #A4A4A4;

}
.blog-detail-section .main-section .blog-quote p{
    color: #fff;
    font-style: italic;
}

.blog-detail-section .main-section .blog-imagelist img{
    border-radius: 10px;
    width: 100%;
}
.blog-detail-section .main-section .ts{
    font-size: 16px;
    margin: 50px 0px 50px;
}
.blog-detail-section .main-section .single-comment h3{
    font-size: 30px;
    margin-bottom: 50px;
}
.blog-detail-section .main-section .single-comment .comment-image img{
    border-radius: 10px;
    width: 60px;
}
.blog-detail-section .main-section .single-comment .comment-box{
  margin-bottom: 40px;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content{
    border-bottom: 1px dashed #f1f1f1;
    position: relative;
    background: #f3f5f0;
    padding: 20px;
    margin-left: 30px;
    border-radius: 10px;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content:before{
    content: '';
    position: absolute;
    left: -20px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f3f5f0;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content .flx {
    display: flex;
    justify-content: space-around;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content .flx .comment-rate {
    text-align: center;
}
.blog-detail-section .main-section .single-comment .comment-box .comment-content p.comment {
    margin: 10px 0px 30px;
}

.blog-detail-section .main-section .single-comment .comment-box .comment-content .comment-like a {
    background-color: #fff;
    padding: 5px 13px;
    border-radius: 10px;
}





.blog-detail-section .main-section .text-detail p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 40px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
  color: #1E1E1E;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #E4C590;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
  color: #1E1E1E;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 35px 35px 0px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #E4C590;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #E4C590;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #E4C590;
  border-color: #E4C590;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 11px;
  color: #1E1E1E;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #b52424;
  right: 53%;
  bottom: 34%;
  position: absolute;
}



.blog-detail-section .main-section .text-detail .contact_from .form_box input {
    margin-bottom: 25px;
    border: 1px solid #E4C590;
    outline: 0;
    padding: 16px 10px;
}

.blog-detail-section .main-section .text-detail .contact_from .form_box .form-control:focus {
    color: #E4C590;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 95, 255, .5);
}
.blog-detail-section .main-section .text-detail .contact_from .form_box textarea {
    margin-bottom: 25px;
    border: 1px solid #E4C590;
    outline: 0;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #E4C590;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover {
   color: #E4C590;
   background: #fff;
   box-shadow:none;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #E4C590;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::before,
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button:hover::after{
  width:100%;
  transition:800ms ease all;
}
.blog-detail-section .main-section .text-detail .contact_from .quote_btn button i{
	margin-left: 10px;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #E4C590;
  color: #E4C590 !important;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .form-control:focus {
    color: #E4C590;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 95, 255, .25);
}
.blog-detail-section .main-section .right-side input::placeholder{
	color: #E4C590;
}
.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.blog-detail-section .main-section .right-side .icon i{
	color: #E4C590;
}
.blog-detail-section .main-section .right-side h2 {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 57px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  color: #1E1E1E;
}


.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}
.blog-detail-section .main-section .right-side .post .image img{
	height: 85px;
	border: 1px solid #E4C590;
}
.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section ul.sidebar-tags li {
    display: inline-block;
    margin-bottom: 0;
}
.blog-detail-section .main-section ul.sidebar-tags li a {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 10px;
    color: #444;
    border: 1px solid #cccccc80;
    box-shadow: 0 10px 40px #0e64d714;
    transition: all ease-in-out 0.5s;
}
/* =========================Blog-detail page end ================ */



/* ======================================================
<-- Service Section Css -->
====================================================== */


/*
<!-- ============================================================== -->
<!--  start Service Detials Section -->
<!-- ============================================================== -->*/

.service-details {
    background: #fff;
    padding: 100px 0 0px;
    position: relative;
    z-index: 1;
}

.service-details:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
    background-color: #FCF9F4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.service-details .sidebar-widget {
    margin-bottom: 30px;
}

.service-details .sidebar-widget form {
    position: relative;
}

.service-details .sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
    border: 1px solid #E4C590;
}

.service-details .sidebar-widget input::placeholder{
	color: #E4C590;
}
.service-details .sidebar-widget input:focus{
	box-shadow: 0 0 0 0.25rem rgb(249 147 11 / 25%);
}
.service-details .sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #E4C590;
    color: #fff;
    position: absolute;
    right: 0;
}

.service-details .widget-sidebar-box {
    padding: 24px 30px 24px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.service-details h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 0px;
    position: relative;
    z-index: 1;
}

.service-details ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

.service-details ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

.service-details ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

.service-details ul.sidebar-menu li a i {
    background: #E5E8EF;
    font-size: 16px;
    padding: 3px 3px;
    margin-right: 5px;
    transition: .5s;
    color: #E4C590;
}

.service-details ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

.service-details ul.sidebar-menu li:hover a i {
    background: #E4C590;
    color: #fff;
}

.service-details ul.sidebar-menu2 li {
    display: block;
    list-style: none;
    background: #F6F6F6;
    color: #062461;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.service-details li.sidbr-mb {
    margin: 0 !important;
}

.service-details img.sidbr-icn {
    padding-right: 15px;
}

/*sidebar quick contact*/

.service-details .widget-sidebar-quick-contact {
    background-image: url('assets/images/body/16.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.service-details h3.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.service-details h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.service-details h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

.service-details h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 168px;
    right: 0;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

.service-details h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    padding: 12px 0 48px;
}

.service-details .widget-button a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 45px;
    font-weight: 400;
    overflow: hidden;
    background: #E4C590;
    border-radius: 5px;
    transition: .5s;
    z-index: 1;
}

.service-details .widget-button a:hover {
  	color: #E4C590;
  	background: #fff;
   box-shadow:none;
}
.service-details .widget-button a::before,
.service-details .widget-button a::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #E4C590;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.service-details .widget-button a::after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-details .widget-button a:hover::before,
.service-details .widget-button a:hover::after{
  width:100%;
  transition:800ms ease all;
}


/*service details right */

.service-details .service-dtls-all-items {
    padding-left: 50px;
}

.service-details .service-dtls-all-items .service-thumb img {
    width: 100%;
}
.service-details h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

.service-details p.service-dtls-desc2 {
    padding: 0 0 20px;
}

/*service dtls box*/

.service-details .service-dtls-box {
    display: flex;
    align-items: center;
    background-color: #FCF9F4;
    border-radius: 5px;
}

.service-details .service-dtls-box .dtls-thumb img{
	height: 150px;
}
.service-details .sevice-dtls-content {
    padding-left: 25px;
}

.service-details .sevice-dtls-content h5 {
    font-size: 20px;
    padding: 0 0 11px;
	color: #E4C590;
    font-weight: bold;
    font-family: 'Tangerine';
}

/*service dtls pannel*/

.service-details .service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-details .service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}

.service-details .service-dtls-items ul li a {
    color: #E4C590;
}
.service-details .service-dtls-items ul li i {
    background: #E5E8EF;
    color: #E4C590;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}
.service-details .service-dtls-items ul li:hover i {
    background: #E4C590;
    color: #fff;
    transition: .5s;
}

.service-details .service-dtls-cont h5 {
    font-size: 16px;
    color: #E4C590;
    font-weight: 500;
    text-transform: uppercase;
}

.service-details .service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
    color: #1E1E1E;
}

.service-details .video-sections{
	position: relative;
}

.service-details .video-sections .image img{
	width: 100%;
}
.service-details .video-sections .video {
    position: absolute;
    top: 101px;
    right: 227px;
}
.service-details .video-sections .video .slider-video-icon a{
	position: relative;
}
.service-details .video-sections .video .slider-video-icon a i{
	width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #E4C590;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: relative;
    /* z-index: 1; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.service-details .video-sections .video .slider-video-icon a::after {
  content: "";
  border: 2px solid #E4C590;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.service-details .video-sections .video .slider-video-icon a::before {
  content: "";
  border: 2px solid #E4C590;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}





/*
<!-- ============================================================== -->
<!-- end Service Detials Section -->
<!-- ============================================================== -->*/


 



/* ======================Shake Animation section start========================== */





/* animation */



.whychoose-rotateme {
  -webkit-animation-name: whychoose-rotateme;
          animation-name: whychoose-rotateme;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes whychoose-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.branding-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.branding-shape img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape {
  position: absolute !important;
  left: 0;
  top: 50%;
  z-index: -1;
}
.finace-shape img {
    -webkit-animation: moveBounce 2.5s linear infinite;
    animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two {
  position: absolute !important;
  left: 0;
  top: 40%;
  z-index: -1;
}
.finace-shape-two img {
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.finace-shape-three {
  position: absolute !important;
  left: 50%;
  top: 15%;
  z-index: -1;
}

.finace-shape-three img {
  -webkit-animation: moveLeftBounceright 2s linear infinite;
    animation: moveLeftBounceright 2s linear infinite;
}
@keyframes moveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.dance {
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
  }
}


.about-dance {
  -webkit-animation: about-dance 1.5s alternate infinite;
  animation: about-dance 1.5s alternate infinite;
}

@keyframes about-dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}




.finace-shape-about img {
  -webkit-animation: moveUpBounce 2s linear infinite;
    animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}















.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.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: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-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; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-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); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-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);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/*--==============================================->
  <!-- print_shop Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-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;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-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%;
  }
}


/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(250, 151, 50, .5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #A229A1;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(250, 151, 50, .5);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], 
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #0e3d60;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: 0;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0e3d60;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.header-src-btn {
    display: inline-block;
}




/* PRELOADER CSS */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color-white);
    z-index: 1000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #E4C590;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}


.loading-screen .animation-preloader {
    z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #1E1E1E;
    border-top-color: #E4C590;
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 5em "Montserrat", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: #E2DFDD;
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #010103;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}


@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Montserrat", sans-serif;
    }
}




/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
.scroll-area .go-top::before {
    content: "";
    border: 2px solid #E4C590;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #E4C590;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
    content: "";
    border: 2px solid #E4C590;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.top-wrap .go-top-button:hover {
    background-color: #FFD737;
    color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */

/* ===========================scroll 2 start===========================  */
/* ===========================************===========================  */
/* ======================start about puri page ========================== */
#progress {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: grid;
    place-items: center;
    z-index: 222;
    cursor: pointer;
    color: #000;
}

.progress.hide {
    display: none !important;
    transition: .5s !important;
}

#progress-value{
    display: block;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 18px;
}
/* ===========================scroll 2 end===========================  */
/* ===========================************===========================  */
.section-padding{
    padding: 40px;
}
    /* Hero Section */
.about-puri-hero {
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}
.about-puri-hero .hero-overlay {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    width: 100%;
    text-align: center;
}
.about-puri-hero h1 {
    /* font-size: 3rem; */
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: bold;
}
.cta-puri .btn-gold, .about-puri-hero  .btn-gold{
    background: #d99b00;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 30px;
}
.cta-puri .btn-gold:hover {
    background: #b58200;
}
.about-puri-hero  .btn-gold {
    background: #b58200;
}

/* Intro Section */
.about-puri-intro .image-collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.about-puri-intro .image-collage img {
    width: 100%;
    border-radius: 10px;
}

/* Attractions */
.puri-attractions .attraction-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.puri-attractions .attraction-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.puri-attractions .attraction-card:hover {
    transform: translateY(-5px);
}
.puri-attractions .attraction-content {
    padding: 15px;
}
.puri-attractions .attraction-content h3{
    color: black;
}

/* Travel Tips */
.travel-tips .tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
}
.travel-tips .tip-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.travel-tips .tip-card i {
    font-size: 2rem;
    color: #d99b00;
    margin-bottom: 10px;
}

/* CTA */
.cta-puri {
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    position: relative;
}
.cta-puri .cta-overlay {
    background: rgba(0,0,0,0.4);
    padding: 33px;
}


.about-puri-intro .temple-image {
    overflow: hidden;
    border-radius: 8px;
}
.about-puri-intro .temple-collage {
    display: grid;
    grid-template-areas:
        "left center right"
        "base-left base-left base-right";
    grid-template-columns: 1fr 1fr 1fr; /* equal widths */
    grid-template-rows: auto auto; /* two rows, same height for top row */
    gap: 8px;
    max-height: 450px; /* keeps it balanced with text */
}

.about-puri-intro .temple-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Assign areas */
.about-puri-intro .temple-collage .left   { grid-area: left; }
.about-puri-intro .temple-collage .center { grid-area: center; }
.about-puri-intro .temple-collage .right  { grid-area: right; }
.about-puri-intro .temple-collage .base-left  { grid-area: base-left; }
.about-puri-intro .temple-collage .base-right { grid-area: base-right; }
/* ======================end about puri page ========================== */

/* ======================Start Rooms page ========================== */
.common-info-section {
  padding: 50px 20px;
  background: #f7f6f3;
}
.common-info-section .common-container {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

/* Heading */
.common-info-section .common-heading h2 {
  font-size: 3rem;
  /* background: linear-gradient(135deg, #ff7e5f, #feb47b); vibrant gradient
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
    font-weight: 700;
    color: #1E1E1E;
}
.common-info-section .common-heading p {
  color: #555;
  font-size: 1rem;
}

/* Table */
.common-info-section .common-table-wrapper {
  margin-bottom: 50px;
  overflow-x: auto;
}
.common-info-section .common-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.common-info-section .common-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.common-info-section .common-table thead {
background: linear-gradient(135deg, #b2a185 0%, #d4c192 25%, #5c482e 50%, #b2a185 75%, #d4c192 100%);
  background-size: 400% 400%;
  animation: shineGradient 6s ease infinite;
  color: #fff;
  font-weight: 600;
}

@keyframes shineGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.common-info-section .common-table th,
.common-info-section .common-table td {
  padding: 14px;
  border: 1px solid #e0e0e0;
}
.common-info-section .common-table tbody tr:hover {
  background: linear-gradient(90deg, #ffe6cc, #fff0e6); /* subtle warm hover */
  transition: background 0.3s ease;
}
.common-info-section .note {
  font-style: italic;
  text-align: right;
  margin-top: 10px;
  color: #888;
}

/* Info Cards */
.common-info-section .common-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}
.common-info-section .common-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  position: relative;
}
.common-info-section .common-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.95);
}
.common-info-section .common-card .icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: #ff7e5f;
  transition: transform 0.3s ease, color 0.3s ease;
}
.common-info-section .common-card:hover .icon {
  transform: scale(1.2) rotate(10deg);
  color: #feb47b;
}
.common-info-section .common-card h5 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #333;
  font-weight: 600;
}
.common-info-section .common-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Vehicles Section */
.vehicles-section {
  text-align: center;
  padding: 40px 0;
}
.vehicles-section h3 {
  margin-bottom: 30px;
  font-size: 1.7rem;
  color: #222;
  background: linear-gradient(135deg, #f7971e, #ffd200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vehicles-section .vehicle-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.vehicles-section .vehicle-card {
  background: linear-gradient(135deg, #b2a185, #e6ddc6);
  color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.vehicles-section .vehicle-card:hover {
  transform: scale(1.08) rotate(-2deg);
  background: linear-gradient(135deg, #8d7b65, #b2a185);
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}
.vehicles-section .vehicle-card span {
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Add subtle animated pulse effect to vehicles */
.vehicles-section .vehicle-card::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.vehicles-section .vehicle-card:hover::before {
  transform: scale(1);
}

/* Responsive */
@media (max-width: 768px) {
  .common-info-section .common-cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .vehicles-section .vehicle-card {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .common-info-section .common-heading h2 {
    font-size: 1.6rem;
  }
  .common-heading p {
    font-size: 0.9rem;
  }
  .common-card {
    padding: 20px;
  }
  .vehicles-section .vehicle-card {
    padding: 15px 20px;
    font-size: 1rem;
  }
}
/* ======================end Rooms page ========================== */

/* ======================Start Dinning page ========================== */

    /* hero Slider */

    .dinning-swiper {
      width: 100%;
      height: 100vh;
    }

    .dinning-swiper .swiper-wrapper .swiper-slide {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
    }

    /* Caption container */
    .dinning-swiper .swiper-wrapper .swiper-slide .caption {
      text-align: center;
      background: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      opacity: 0; /* Hidden until animated */
    }

    .dinning-swiper .swiper-wrapper .swiper-slide .caption h1 {
      font-size: 3rem;
      margin-bottom: 10px;
    }

    .dinning-swiper .swiper-wrapper .swiper-slide .caption p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      color: white;
    }

    .dinning-swiper .swiper-wrapper .swiper-slide .caption a {
      display: inline-block;
      padding: 10px 20px;
      color: white;
      background: #e74c3c;
      text-decoration: none;
      border-radius: 4px;
      transition: background 0.3s;
    }

    .dinning-swiper .swiper-wrapper .swiper-slide .caption a:hover {
      background: #c0392b;
    }

    /* menu section slider */
.dinning-menu-slider-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background: #faf8f6;
}
.dinning-menu-slider-section .title-section {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}

.dinning-menu-slider-section .slider-container {
  max-width: 1100px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dinning-menu-slider-section .slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}


.dinning-menu-slider-section .slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 250px);
}

.dinning-menu-slider-section .carde1 {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  transition: transform 0.3s ease, border 0.3s ease;
}

.dinning-menu-slider-section .carde1 img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.dinning-menu-slider-section .carde1-text {
  width: 50%;
  background: #2d2f31;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dinning-menu-slider-section .carde1-text > * {
  margin: 6px;
}

.dinning-menu-slider-section .carde1-text h3{
  font-weight: bold;
  color: #d4a737;
}
.dinning-menu-slider-section .carde1-text .ammount{
  font-weight: bold;
  color: #d4a737;
}

.dinning-menu-slider-section .carde1.img-right img {
  order: 2;
}

.dinning-menu-slider-section .carde1.img-right .carde1-text {
  order: 1;
}

.dinning-menu-slider-section .carde1:hover {
  transform: translateY(-5px);
}
.dinning-menu-slider-section .carde1:hover::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid #d4a737;
  /* border-radius: 12px; */
  pointer-events: none;
  animation: borderFade 0.3s ease forwards;
}
@keyframes borderFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.dinning-menu-slider-section .slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.dinning-menu-slider-section .slider-dots span {
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.dinning-menu-slider-section .slider-dots span.active {
  background: #d4af37;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .dinning-menu-slider-section .slide {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 250px);
  }
}

/* Mobile: 1 carde1 per slide */
@media (max-width: 767px) {
  /* .slide {
    grid-template-columns: 1fr;
    grid-template-rows: 250px;
  }
  .carde1 {
    flex-direction: row; 
  }
  .carde1 img, .carde1-text {
    width: 50%;
    height: 100%;
  } */
}
/* Mobile view: show 2 cards per slide */
@media (max-width: 767px) {
  .dinning-menu-slider-section .slide {
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: repeat(2, auto);
    overflow: hidden;
    max-height: 500px; 
  }

  .slide:nth-child(odd) .carde1:nth-child(2),
  .slide:nth-child(odd) .carde1:nth-child(4) {
    display: none;
  }

  .slide:nth-child(even) .carde1:nth-child(1),
  .slide:nth-child(even) .carde1:nth-child(3) {
    display: none;
  }

  .dinning-menu-slider-section .carde1 {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    overflow: hidden;
  }

  .dinning-menu-slider-section .carde1 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
  }

  .dinning-menu-slider-section .carde1-text {
    width: 60%;
    padding: 10px;
  }

  .dinning-menu-slider-section .carde1-text h3 {
    font-size: 16px;
    margin: 0 0 5px;
  }

  .dinning-menu-slider-section .carde1-text p {
    font-size: 14px;
    margin: 2px 0;
  }

  .dinning-menu-slider-section .ammount {
    font-weight: bold;
    color: #e63946;
  }
}

/* ======================end Dinning page ========================== */

/* ======================Start Unlimited menu page ========================== */

    /* Hero Section */
    .buffet-hero {
      background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4)),
                  url('assets/images/dinning/unlimited-dinner-hero-img.jpg') center/cover no-repeat;
      padding: 120px 20px;
      text-align: center;
      color: #fff;
    }
    .buffet-hero h1 {
      font-size: 3rem;
      margin-bottom: 10px;
      text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
      animation: fadeInDown 1.2s ease-in-out;

    }
    .buffet-hero p {
      font-size: 1.2rem;
      margin-top: 0;
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-50px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Content Section */
    .buffet-section .content {
      max-width: 1100px;
      margin: 1rem auto;
      padding: 1rem;
      text-align: center;
    }
    .buffet-section .content h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #b22222;
      /* text-shadow: 
          0 0 3px #ffffff,
          0 0 6px rgba(255,255,255,0.8),
          0 0 12px rgba(255,255,255,0.6); */
        text-shadow: 
          0 0 6px #fff,         
          0 0 12px #ff6347,      
          0 0 20px #ffd700,      
          0 0 35px #ff8c00;     
    }
    .buffet-section .content p {
      line-height: 1.6;
      margin-bottom: 2rem;
    }

    /* Highlights */
    .buffet-section .highlights {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }
    .buffet-section .highlight {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .buffet-section .highlight:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
    .buffet-section .highlight img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .buffet-section .highlight:hover img {
      transform: scale(1.08);
    }
    .buffet-section .highlight h3 {
      padding: 0.8rem;
      color: #444;
      font-size: 1.2rem;
    }
    /* Price */
    .buffet-section .price {
      margin: 40px auto;
      background: linear-gradient(45deg, #ff4d4d, #ff944d);
      padding: 20px 40px;
      border-radius: 50px;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      text-align: center;
      width: fit-content;
      animation: pulse 2s infinite;
    }
    
    /* Reservation Form */
    .buffet-form .form-container {
      background: #fff;
      padding: 2rem;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      max-width: 700px;
      margin: 3rem auto;
      animation: fadeInUp 1s ease;
    }
    .buffet-form .form-container h2 {
      margin-bottom: 1.5rem;
      color: #b22222;
    }
    .buffet-form .form-group {
      margin-bottom: 1rem;
      text-align: left;
    }
    .buffet-form .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      /* font-weight: bold; */
      color: black;
    }
    .buffet-form .form-group input, 
    .buffet-form .form-group textarea {
      width: 100%;
      padding: 0.75rem;
      border-radius: 8px;
      border: 1px solid #ccc;
      outline: none;
      transition: border 0.3s;
    }
    .buffet-form .form-group input:focus, 
    .buffet-form .form-group textarea:focus {
      border-color: #b22222;
    }
    .buffet-form .form-container button {
      background: #b22222;
      color: white;
      padding: 0.9rem 2rem;
      border: none;
      border-radius: 50px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s, transform 0.2s;
    }
    .buffet-form .form-container button:hover {
      background: #d62828;
      transform: translateY(-2px);
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1);}
      50% { transform: scale(1.05);}
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Responsive */
    @media(max-width:768px){
      .buffet-hero { padding: 60px 20px; }
      .buffet-hero h1 { font-size: 2rem; }
      .buffet-section .content h2 { font-size: 1.5rem; }
      .buffet-section .price { font-size: 1.2rem; padding: 15px 25px;}
    }
/* ======================end Unlimited menu page ========================== */

/* ======================Start wedding and events page ========================== */

  /* ====== Global ====== */
  :root{
    /* --accent:#c77a00;      gold */
    --accent:#d32f2f;      /* gold */
    /* --accent-2:#e0a33b; */
    --accent-2:#ffd54f;
    --muted:#67707a;
    --bg:#fff7f2;
    --card:#e4c590;
    --shadow: 0 8px 30px rgba(15,20,25,0.08);
    --radius:14px;
  }
  *{box-sizing:border-box}

  .weeding-event-body a{
    color:var(--accent); 
    text-decoration:none;
  }
  .weeding-event-body img{max-width:100%;
    display:block;
  }

  .weeding-event-body .container1{
    max-width:100%;
    margin:0 auto;
    padding:0 18px;
  }

  /* ====== Hero ====== */
  .weeding-event-hero {
    min-height:62vh;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    background:
    linear-gradient(180deg, rgba(0,0,0,0.14), rgba(0,0,0,0.04)),
      url("assets/images/banquet-hall/banquet-hall-wide-night-view.jpeg") center/cover no-repeat;
  }
  .weeding-event-hero .hero-inner{
    max-width:1100px;
    margin:auto;
    padding:60px 18px;
    display:grid;
    grid-template-columns:1fr 420px;
    gap:32px;align-items:center;
  }
  .weeding-event-hero .hero-inner .hero-title{
    color:#fff;
    text-shadow:0 8px 40px rgba(0,0,0,0.45);
  }
  .weeding-event-hero .hero-inner .hero-title h1{
    margin:0;
    font-size:40px;
    line-height:1.02;
    font-weight:800;
    letter-spacing:-0.02em;
    animation:slideUp .8s ease both;
  }
  .weeding-event-hero .hero-inner .hero-title p{
    color:rgba(255,255,255,0.95);
    margin:14px 0 20px;font-size:16px;opacity:0.95;
  }
  .weeding-event-hero .hero-inner .hero-title .hero-cta{
    display:flex;
    gap:12px;
    align-items:center;
  }
  .weeding-event-hero .hero-inner .hero-title .hero-cta .btn {
    background:var(--accent);
    color:#fff;
    padding:12px 18px;
    border-radius:10px;
    border:0;
    cursor:pointer;
    font-weight:700;
    box-shadow:0 8px 20px rgba(199,122,0,0.18);
    transition:transform .18s ease,box-shadow .18s;
  }
  .weeding-event-hero .hero-inner .hero-title .hero-cta .btn:hover{
    transform:translateY(-3px);
  }
  .weeding-event-hero .hero-inner .hero-meta{
    color:#fff;
    background:rgba(255,255,255,0.06);
    padding:18px;
    border-radius:12px;
    box-shadow:var(--shadow);
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:start;
    justify-content:center;
    animation:fadeIn .9s .2s both;
  }
  .weeding-event-hero .hero-inner .hero-meta .meta-line{
    font-weight:600;
  }
  .weeding-event-hero .hero-inner .hero-meta .meta-sub{
    font-size:13px;
    color:rgba(255,255,255,0.9);
  }

  /* little shape animation on hero */
  .weeding-event-hero::after{
    content:"";
    position:absolute;
    right:-120px;
    top:-80px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:linear-gradient(180deg, rgba(255,189,79,0.15), rgba(199,122,0,0.06));
    filter:blur(40px);transform:rotate(20deg);
    pointer-events:none;
  }

  @keyframes slideUp {
     from{
      transform:translateY(20px);
      opacity:0;
    } 
    to{
      transform:none;
        opacity:1;
      } 
    }
  @keyframes fadeIn {
     from{
      opacity:0; 
      transform:translateY(10px);
    } to{
      opacity:1;
       transform:none;
      } 
    }

  /* ====== Intro cards ====== */
  .weeding-event-body .cards {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin:34px auto;
    max-width:1100px;
    padding:24px 18px;
  }
  .weeding-event-body .cards .card{
        background:var(--card);
  }
  .weeding-event-body .card {
    background:var(--card);
    border-radius:12px;
    padding:20px 18px;
    box-shadow:var(--shadow);
    display:flex;gap:14px;
    align-items:flex-start;
    overflow:hidden;
    transform:translateY(10px);
    opacity:0;
  }
  .weeding-event-body .card .icon{
    flex:0 0 60px;
    height:60px;
    width: 70px;
    border-radius:10px;
    background:linear-gradient(180deg,var(--accent),var(--accent-2));
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
  }
  .weeding-event-body .card h3{
    margin:0 0 6px;
    font-size:18px;
    color: black;
  }
  .weeding-event-body .card p{
    margin:0;
    color:var(--muted);
    font-size:14px;
  }
  .weeding-event-body .card[data-animate="in"]{
    transform:none;
    opacity:1;
    transition:all .6s cubic-bezier(.2,.9,.2,1);
  }

  /* ====== Banquet Details ====== */
  .weeding-event-body .banquet {
    background: linear-gradient(180deg,#fff, #fff);
    border-radius:14px;
    box-shadow:var(--shadow);
    padding:22px;
    margin:20px 18px;
  }
  .weeding-event-body .banquet-grid{
    display:grid;
    grid-template-columns:1fr 340px;gap:20px;
    align-items:center;
  }
  .weeding-event-body .banquet-info h2{
    margin:0 0 10px;
    font-size:22px;
    color:#0b1720;
  }
  .weeding-event-body .specs{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
  }
  .weeding-event-body .spec {
    background:linear-gradient(180deg,#f8f7f6,#fff);
    padding:12px 14px;
    border-radius:10px;
    min-width:160px;
    box-shadow:0 6px 18px rgba(0,0,0,0.04);
  }
  .weeding-event-body .spec strong{
    display:block;
    font-size:20px;
    color:var(--accent);
  }
  .weeding-event-body .spec small{
    color:var(--muted);
    font-size:13px;
  }

  .weeding-event-body .banquet-aside {
    border-radius:10px;
    overflow:hidden;
  }
  .weeding-event-body .banquet-aside img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    min-height:220px;
  }

  /* ====== Features list ====== */
  .weeding-event-body .features {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;margin:28px 18px;
  }
  .weeding-event-body .feature-card{background:var(--card);
    padding:14px;
    border-radius:10px;
    display:flex;gap:12px;
    align-items:center;
    box-shadow:var(--shadow);
    opacity:0;
    transform:translateY(12px);
  }
  .weeding-event-body .feature-card[data-animate="in"]{
    opacity:1;
    transform:none;
    transition:all .5s cubic-bezier(.2,.9,.2,1);
  }
  .weeding-event-body .feature-card .ficon{
    width:52px;
    height:52px;
    border-radius:10px;
    background:#f6f3ef;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:var(--accent);
  }
  .weeding-event-body .feature-card p{
    margin:0;
    color:#30343a;
    font-size:14px;
  }

  /* ====== Gallery slider ====== */
  .weeding-event-body .gallery-wrap{
    margin:28px 18px 40px;
    padding:18px;
    border-radius:12px;
    background:linear-gradient(180deg,#fff,#fff);
    box-shadow:var(--shadow);
  }
  .weeding-event-body .gallery {
    position:relative;
    overflow:hidden;
    border-radius:12px;
  }
  .weeding-event-body .gallery-track{
    display:flex;
    transition:transform .7s cubic-bezier(.2,.9,.2,1);
  }
  .weeding-event-body .gallery-slide{
    min-width:100%;
    flex:0 0 100%;
    display:block;
  }
  .weeding-event-body .gallery-slide img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:8px;
  }
  .weeding-event-body .gallery-controls{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:12px;
  }
  .weeding-event-body .dots {
    display:flex;
    gap:8px;
    justify-content:center;
  }
  .weeding-event-body .dots button{
    width:10px;
    height:10px;
    border-radius:999px;
    border:0;
    background:#ddd;
    cursor:pointer;
    transition:all .25s;
  }
  .weeding-event-body .dots button.active{
    background:var(--accent);
    width:18px;
    height:18px;
    box-shadow:0 6px 14px rgba(199,122,0,0.16);
  }
  .weeding-event-body .gbtn{
    background:rgba(0,0,0,0.6);
    color:#fff;
    padding:8px;
    border-radius:8px;
    border:0;
    cursor:pointer;
  }
  .weeding-event-body .gallery:hover .gbtn{
    opacity:1;
    transform:none;
  }

  /* ====== Contact form ====== */
  .weeding-event-body .contact {
    max-width:980px;
    margin:30px auto;
    background:linear-gradient(180deg,#fff,#fff);
    padding:22px;
    border-radius:12px;
    box-shadow:var(--shadow);
  }
  .weeding-event-body .contact-grid{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:20px;
  }
  .weeding-event-body label{
    display:block;
    font-size:13px;
    color:#333;
    margin-bottom:6px;
  }
  .weeding-event-body input[type=text],input[type=email],textarea{
    width:100%;
    padding:10px;
    border-radius:8px;
    border:1px solid #e7e7e7;
    font-size:14px;
  }
  .weeding-event-body textarea{
    min-height:140px;
    resize:vertical;
  }
  .weeding-event-body .form-actions{
    display:flex;
    gap:10px;
    align-items:center;
    margin-top:10px;
  }
  .weeding-event-body .form-actions .btn{
       background: linear-gradient(135deg, #b2a185, #8a715c);
      border: none;
      color: #fff;
      padding: 12px 30px;
      border-radius: 50px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.4s ease;
      box-shadow: 0 5px 15px rgba(178, 161, 133, 0.4);
  }
  .weeding-event-body .form-actions .btn:hover {
    background: linear-gradient(135deg, #d1c0a8, #b2a185);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(138, 113, 92, 0.5);
  }
  /* Gradient animation */
  @keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  .weeding-event-body .success {
    background:#ecfdf5;
    border:1px solid #bbf0d5;
    padding:10px;
    border-radius:8px;
    color:#0b7a3a;
    display:none;
  }

  /* ====== Footer small ====== */
  .weeding-event-body .page-footer{
    padding:28px 18px;
    text-align:center;
    color:var(--muted);
    font-size:14px;
  }

  /* ====== Responsive ====== */
  @media (max-width: 1024px){
    .weeding-event-body .hero-inner{
      grid-template-columns:1fr 320px;
      padding:75px 18px;
    }
    .weeding-event-body .cards{
      grid-template-columns:repeat(2,1fr);
    }
    .weeding-event-body .features{
      grid-template-columns:repeat(2,1fr);
    }
    .weeding-event-body .banquet-grid{
      grid-template-columns:1fr;
    }
    .weeding-event-body .banquet-aside{
      order:-1;
    }
    .weeding-event-body .contact-grid{
      grid-template-columns:1fr;
    }
  }
  @media (max-width: 680px){
    .weeding-event-body .hero-inner{
      grid-template-columns:1fr;
      padding:70px 14px;
      text-align:center;
    }
    .weeding-event-body .hero-cta{
      justify-content:center;
    }
    .weeding-event-body .cards{
      grid-template-columns:1fr;
    }
    .weeding-event-body .features{
      grid-template-columns:1fr;
    }
    .weeding-event-body .hero-title h1{
      font-size:28px;
    }
    .weeding-event-body .gallery-slide img{
      height:220px;
    }
  }

.weeding-event-body .wedding-events {
  padding: 50px 20px;
  background: #faf7f5;
}

.weeding-event-body .wedding-events .event-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.weeding-event-body .wedding-events .event-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.weeding-event-body .wedding-events .event-block .event-image {
  flex: 1 1 50%;
  position: relative;
}
.weeding-event-body .wedding-events .event-block .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px 0 0 20px;
}
.weeding-event-body .wedding-events .event-block .event-image .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  border-radius: inherit;
}
.weeding-event-body .wedding-events .event-block .event-image .event-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e91e63;
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  animation: pulseBadge 2s infinite;
}
@keyframes pulseBadge {
  0%,100% { transform: scale(1);}
  50% { transform: scale(1.1);}
}

.weeding-event-body .wedding-events .event-block .event-content {
  flex: 1 1 50%;
  padding: 40px;
  text-align: left;
}
.weeding-event-body .wedding-events .event-block .event-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
  font-family: 'Georgia', serif;
}
.weeding-event-body .wedding-events .event-block .event-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555;
}
.weeding-event-body .wedding-events .event-block .event-content .btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #ff4081, #ff6f61);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.weeding-event-body .wedding-events .event-block .event-content .btn-primary:hover {
  background: linear-gradient(135deg, #ff6f61, #ff4081);
  transform: scale(1.05);
}

/* Alternate layout for variation */
.weeding-event-body .wedding-events .events {
  flex-direction: row-reverse;
}
.weeding-event-body .wedding-events .events .event-image img {
  border-radius: 0 20px 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .weeding-event-body .wedding-events .event-block {
    flex-direction: column;
  }
  .weeding-event-body .wedding-events .event-block.event-image img {
    border-radius: 20px 20px 0 0 !important;
  }
  .weeding-event-body .wedding-events .event-block .event-content {
    padding: 25px;
    text-align: center;
  }
}

/* ======================end wedding and events page ========================== */

/* ======================Start offers page ========================== */

  /* -------- Section shell -------- */

  .special-offers{
    position: relative;
    isolation: isolate;
    padding: clamp(70px, 6vw, 96px) 0;
    background: var(--offers-bg);
    /* background: var(--offers-bg, url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?q=80&w=1600&auto=format&fit=crop')) center/cover no-repeat fixed; */
    background:  url('assets/images/offers/offers-bg.png') center/cover no-repeat fixed;

    overflow: hidden;
  }
  .special-offers .offers-overlay{
    position:absolute; inset:0;
    background: radial-gradient(1200px 600px at 15% 0%, rgba(0,0,0,.45), transparent 60%),
                linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,.35) 40%, rgba(0,0,0,.65));
    z-index:0;
  }
  .special-offers .container{
    position: relative; z-index:1;
    width:min(1200px, 92%);
    margin-inline:auto;
  }
  .special-offers .offers-header{
    text-align: center;
    color:#fff;
    margin-bottom: clamp(24px, 4vw, 40px);
  }
  .special-offers .offers-header h2{
    font-size: clamp(28px, 3.6vw, 44px);
    line-height:1.15; letter-spacing:.2px; margin:0 0 .35em;
    text-shadow: 0 6px 24px rgba(0,0,0,.35);
  }
  .special-offers .offers-header p{
    font-size: clamp(14px, 1.5vw, 18px);
    opacity:.9; max-width: 820px; margin: 0 auto;
  }

  /* -------- Grid -------- */
  .special-offers .offers-grid{
    display:grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: clamp(14px, 2vw, 22px);
    transition: opacity .35s ease, transform .35s ease;
  }
  @media (max-width: 991.98px){
    .special-offers .offers-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  }
  @media (max-width: 575.98px){
    .special-offers .offers-grid{ grid-template-columns: 1fr; }
  }

  /* -------- Card -------- */
  .special-offers .offer-card{
    position:relative;
    display:flex; flex-direction:column;
    min-height: 360px;
    border-radius: 18px;
    overflow:hidden;
    background: #0e0e0e;
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
    transform: translateY(10px);
    opacity: 0;
    transition: transform .6s cubic-bezier(.22,.61,.36,1), opacity .6s ease;
    will-change: transform, opacity;
  }
  .special-offers .offer-card.in-view{ transform: translateY(0); opacity:1; }

  /* Image layer with subtle parallax */
  .special-offers .card-media{
    position:absolute; inset:0;
    background: var(--img) center/cover no-repeat;
    transform: scale(1.04);
    transition: transform .7s cubic-bezier(.22,.61,.36,1), filter .4s ease;
    filter: saturate(1) brightness(.92);
  }

  /* Gradient scrim for legibility */
  .special-offers .scrim{
    position:absolute; inset:0;
    background:
      linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.55) 48%, rgba(0,0,0,.85) 95%);
    pointer-events:none;
  }

  /* Inner border on hover (animated) */
  .special-offers .inner-border{
    position:absolute; inset:10px;
    border-radius:14px;
    border: 1px solid rgba(255,255,255,.18);
    opacity:0; transform: scale(.98);
    transition: transform .35s ease, opacity .35s ease, border-color .35s ease;
    pointer-events:none;
  }

  /* Content areas */
  .special-offers .badge-validity{
    position: absolute; top:14px; left:14px;
    background: rgba(255,255,255,.14);
    color:#fff; backdrop-filter: blur(6px);
    border:1px solid rgba(255,255,255,.18);
    padding: 6px 10px; font-size: 12px; line-height:1; letter-spacing:.2px;
    border-radius: 999px;
  }
  .special-offers .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 58px 37px 14px;
    color: #fff;
  }
  .special-offers .card-title{
    font-size: clamp(18px, 2vw, 22px);
    margin: 0 0 6px;
  }
  .special-offers .card-desc{
    font-size: 14px; 
    opacity: .92; 
    margin:0 0 16px;
    text-align: center;
  }

  .special-offers .btn-know{
    align-self:center;
    display:inline-flex; align-items:center; gap:8px;
    padding: 10px 14px;
    font-size: 14px; font-weight:600;
    color:#0c0b0a; background: linear-gradient(135deg, #FFD166, #FFB703);
    border: none; border-radius: 999px;
    box-shadow: 0 10px 24px rgba(255, 183, 3, .35);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    cursor: pointer; text-decoration:none;
  }
  .special-offers .btn-know:hover{
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(255, 183, 3, .5);
    filter: brightness(1.02);
  }

  .special-offers .card-footer{
    display:flex; justify-content:space-between; align-items:center;
    margin-top: 8px;
    padding: 0 16px 14px;
    color:#ddd; font-size:12px;
  }
  .special-offers .chip{
    display:inline-flex; align-items:center; gap:6px;
    background: rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    padding: 6px 10px; border-radius:999px; color:#eee;
    backdrop-filter: blur(6px);
  }

  /* Hover effects */
  .special-offers .offer-card:hover .card-media{ transform: scale(1.08); filter: saturate(1.1) brightness(.98); }
  .special-offers .offer-card:hover .inner-border{ opacity:1; transform: scale(1); border-color: rgba(255,255,255,.28); }

  /* -------- Pagination -------- */
  .special-offers .offers-pagination{
    display:flex; align-items:center; justify-content:center;
    gap: 10px; margin-top: clamp(18px, 3vw, 28px);
  }
  .special-offers .page-btn{
    background: rgba(255,255,255,.85); color:#222; border:0;
    width: 38px; height: 38px; border-radius: 50%;
    display:grid; place-items:center; cursor:pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,.25);
    transition: transform .2s ease, background .2s ease;
  }
  .special-offers .page-btn:hover{ transform: translateY(-1px); background:#fff; }
  .special-offers .page-btn:disabled{ opacity:.5; cursor:not-allowed; transform:none; }

  .special-offers .page-dots{ display:flex; align-items:center; gap: 8px; }
  .special-offers .dot{
    --size: 8px;
    width: var(--size); height: var(--size);
    background: rgba(255,255,255,.55);
    border-radius: 999px; border: 1px solid rgba(255,255,255,.7);
    transition: width .25s ease, height .25s ease, background .25s ease, opacity .25s ease;
    opacity:.75;
  }
  .special-offers .dot.active{
    --size: 14px;
    background:#FFD166; border-color:#FFE29B; opacity:1;
  }
  /* Neighboring dots smaller progressively */
  .special-offers .dot.small{ --size: 10px; }
  .special-offers .dot.tiny{ --size: 8px; opacity:.6; }

  /* -------- Utilities -------- */
  .visually-hidden{
    position:absolute !important; width:1px; height:1px; margin:-1px;
    padding:0; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
  }

/* ======================end offers page ========================== */

/* ======================Start direct booking offer page ========================== */

    :root{
      --d-bg:#0b0e11;            /* deep charcoal */
      --bg-soft:#11161b;       /* cards bg */
      --txt:#f7f7f5;           /* body text */
      --d-muted:#c8c8c4;         /* muted text */
      --gold:#d4af37;          /* primary accent */
      --gold-2:#c0821f;        /* buttons accent */
      --line:#1f2630;
      --success:#22c55e;
      --d-shadow:0 10px 30px rgba(0,0,0,.35);
      --d-radius:14px;
    }


    /* ---------- Hero ---------- */
    .offer-hero{
      position:relative;
      min-height:68vh;
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      background:#0b0e11;
      isolation:isolate;
    }
    .offer-hero::before{
      /* Replace with your hero image if you like */
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(60% 60% at 80% 20%, rgba(212,175,55,.25), transparent 60%),
        linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.8)),
        url('assets/images/dinning/hero-dining.jpg') center/cover no-repeat;
      transform:translateY(0);
      will-change:transform;
      transition:transform .6s ease;
      z-index:-1;
      filter:saturate(1.05) contrast(1.05);
    }
    .offer-hero:hover::before{ transform:translateY(-4px); }

    .offer-hero .hero-inner{
      text-align:center;
      padding:80px 20px 40px;
      max-width:1000px;
      animation:fadeUp .8s ease .15s both;
    }
    .offer-hero .hero-inner .eyebrow{
      display:inline-flex; gap:10px; align-items:center;
      padding:6px 12px; border:1px solid rgba(212,175,55,.35);
      border-radius:999px; font-size:.85rem; letter-spacing:.06em;
      text-transform:uppercase; color:var(--gold);
      backdrop-filter:blur(4px);
    }
    .offer-hero h1{
      margin:16px auto 8px; font-size:clamp(28px,5vw,56px);
      line-height:1.05; letter-spacing:.5px;
      text-shadow:0 2px 18px rgba(0,0,0,.45);
    }
    .offer-hero .hero-inner .hero-sub{
      color:var(--d-muted);
      font-size:clamp(14px,2.2vw,18px);
      max-width:760px; margin:0 auto 22px;
    }
    .offer-hero .hero-inner .hero-cta{
      display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
    }
     .offer-hero .hero-inner .btn-gold,  
     .offer-hero .hero-inner .btn-outline,
     .sticky-offer .sticky-cta .btn-gold, 
      .dir-booking-section .btn-gold{
      appearance:none; border:none; cursor:pointer;
      padding:12px 22px; border-radius:999px; font-weight:600;
      transition:transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease;
      will-change:transform;
    }
    .offer-hero .hero-inner .btn-gold,
     .sticky-offer .sticky-cta .btn-gold,
     .dir-booking-section .btn-gold
    { background:linear-gradient(135deg, var(--gold), var(--gold-2)); color:#1a1a1a; box-shadow:0 8px 20px rgba(212,175,55,.25);}

    .offer-hero .hero-inner .btn-gold:hover, 
    .sticky-offer .sticky-cta .btn-gold:hover,
    .dir-booking-section .btn-gold:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(212,175,55,.35);}

    .offer-hero .hero-inner .btn-outline{ background:transparent; color:var(--txt); border:1px solid rgba(255,255,255,.25);}
    .offer-hero .hero-inner .btn-outline:hover{ background:rgba(255,255,255,.05); transform:translateY(-2px); }

    /* ---------- Sticky Bar ---------- */
    .sticky-offer{
      position:sticky; 
      top:0; 
      z-index:50;
      backdrop-filter:saturate(1.2) blur(6px);
      background:linear-gradient(to right, rgba(17,22,27,.72), rgba(17,22,27,.55));
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    
    .sticky-offer .sticky-wrap{
      display:flex; 
      align-items:center; 
      gap:14px; 
      justify-content:space-between;
      max-width:1200px; 
      margin:0 auto; 
      padding:10px 16px;
    }
    .sticky-offer .sticky-wrap .sticky-title{
       font-weight:700;
        letter-spacing:.3px; 
      }
    .sticky-offer .sticky-wrap  .sticky-perks{ 
      display:flex; 
      gap:14px; 
      flex-wrap:wrap; 
      color:var(--d-muted); 
      font-size:.95rem;
    }
    .sticky-offer .sticky-wrap  .sticky-perks span{ 
      display:inline-flex; 
      align-items:center; 
      gap:8px; 
    }
    .sticky-offer .sticky-wrap  .sticky-perks i{
       color:var(--gold); 
      }
    .sticky-offer .sticky-wrap  .sticky-cta .btn-gold{
       padding:10px 18px; 
      }

    /* ---------- Offer Intro & Read More ---------- */
    .dir-booking-section .direct-container{ 
      max-width:1200px; 
      margin:0 auto; 
      padding:0 16px; 
    }
    .dir-booking-section{ 
      padding:64px 0; 
      position: relative;
      isolation: isolate;
      padding: clamp(48px, 6vw, 96px) 0;
      background: var(--d-bg);
      background:  url('assets/images/offers/offers-bg.png') center/cover no-repeat fixed;
    }
      .dir-booking-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6); /* Adjust darkness (0.1 to 0.6) */
      z-index: 1;
    }

    /* Ensure your content stays above the dark overlay */
    .dir-booking-section > * {
        position: relative;
        z-index: 2;
    }
    .dir-booking-section .intro-card{
      background:linear-gradient(180deg,#0e1318, #0b0e11);
      border:1px solid var(--line);
      border-radius:var(--d-radius);
      box-shadow:var(--d-shadow);
      overflow:hidden;
    }
    .dir-booking-section .intro-head{
      padding:28px 24px 16px;
      border-bottom:1px solid var(--line);
    }
    .dir-booking-section .intro-head h2{ font-size:clamp(22px,3.2vw,32px); margin:0 0 8px; }
    .dir-booking-section .intro-body{ padding:22px 24px; color:var(--d-muted); }
    .dir-booking-section .readmore{
      max-height:0; overflow:hidden; transition:max-height .5s ease;
    }
    .dir-booking-section .readmore.open{ max-height:480px; }
    .dir-booking-section .readmore-toggle{
      display:inline-flex; align-items:center; gap:10px; margin-top:12px;
      color:var(--gold); cursor:pointer; user-select:none;
    }

    /* ---------- Perks Grid ---------- */
    .dir-booking-section .grid-sec{
      display:grid; 
      gap:18px;
      grid-template-columns:repeat(12,1fr);
    }
    .dir-booking-section .cols-6{ 
      grid-column:span 6; 
    }
    .dir-booking-section .cols-12{ 
      grid-column:span 12; 
    }
    @media (max-width:992px){
       .dir-booking-section .cols-6{
       grid-column:span 12; 
      } 
    }

    .dir-booking-section .perk{
      display:flex; gap:16px; align-items:flex-start;
      background:linear-gradient(180deg,#0f141a, #0c1015);
      border:1px solid var(--line); border-radius:12px; padding:18px;
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .dir-booking-section .perk:hover{ transform:translateY(-3px); border-color:rgba(212,175,55,.35); box-shadow:0 12px 30px rgba(212,175,55,.08);}
    .dir-booking-section .perk i{
      width:42px; height:42px; border-radius:10px; display:grid; place-items:center;
      background:linear-gradient(135deg, rgba(212,175,55,.25), rgba(192,130,31,.15));
      color:var(--gold); flex:0 0 42px;
    }
    .dir-booking-section .perk h4{ margin:2px 0 6px; font-size:1.05rem; }
    .dir-booking-section .perk p{ margin:0; color:var(--d-muted); font-size:.95rem; }

    /* ---------- Steps ---------- */
    .dir-booking-section .steps{
      display:grid; 
      gap:18px;
      grid-template-columns:repeat(3,1fr);
    }
    @media (max-width:992px){ .dir-booking-section .steps{ grid-template-columns:1fr; } }
    .dir-booking-section .step{
      position:relative; padding:24px; border-radius:12px;
      border:1px solid var(--line);
      background:linear-gradient(180deg,#0f141a, #0b0f14);
      overflow:hidden;
    }
    .dir-booking-section .step::after{
      content:attr(data-num);
      position:absolute; 
      top:-16px; 
      right:0px;
      font-size:58px; 
      font-weight:700; 
      /* color:rgba(212,175,55,.06); */
      color: var(--gold);
      pointer-events:none;
    }

    /* ---------- FAQ ---------- */
    .dir-booking-section .faq{
      border:1px solid var(--line); border-radius:12px; overflow:hidden;
      background:#0e1318;
    }
    .dir-booking-section .faq-item + .dir-booking-section .faq-item{ border-top:1px solid var(--line); }
    .dir-booking-section .faq-q{
      width:100%; text-align:left; background:transparent; color:var(--txt);
      font-weight:600; padding:18px 20px; border:none; cursor:pointer;
      display:flex; justify-content:space-between; align-items:center;
    }
    .dir-booking-section .faq-a{
      max-height:0; overflow:hidden; transition:max-height .45s ease;
      color:var(--d-muted); padding:0 20px;
    }
    .dir-booking-section .faq-a.open{ padding:12px 20px 18px; }

    /* ---------- Terms ---------- */
    .dir-booking-section .terms{
      font-size:.95rem; color:var(--d-muted);
      border:1px dashed #2a323d; padding:18px; border-radius:12px;
      background:#0c1116;
      text-align: justify;
    }

    /* ---------- Footer CTA ---------- */
    .dir-booking-section .cta{
      position:relative; overflow:hidden; border-radius:16px;
      border:1px solid var(--line); box-shadow:var(--d-shadow);
      background:
        radial-gradient(60% 60% at 10% 20%, rgba(212,175,55,.15), transparent 60%),
        radial-gradient(50% 50% at 90% 10%, rgba(192,130,31,.12), transparent 60%),
        linear-gradient(180deg,#0f141a,#0b0e11);
      text-align:center; padding:44px 20px;
    }
    .dir-booking-section .cta h3{ margin:0 0 8px; font-size:clamp(22px,3vw,30px);}
    .dir-booking-section .cta p{ margin:0 0 18px; color:var(--d-muted); }

    /* ---------- Utilities ---------- */
    .dir-booking-section .kicker{ color:var(--gold); font-weight:700; letter-spacing:.08em; text-transform:uppercase; font-size:.9rem;}
    .dir-booking-section .sp-16{ height:16px; } .sp-24{ height:24px; } .sp-32{ height:32px; }

    /* ---------- Animations ---------- */
    @keyframes fadeUp{ from{opacity:0; transform:translateY(12px);} to{opacity:1; transform:translateY(0);} }
    .dir-booking-section .reveal{ opacity:0; transform:translateY(14px); }
    .dir-booking-section .reveal.show{ opacity:1; transform:translateY(0); transition:opacity .6s ease, transform .6s ease; }

    @media (max-width: 768px) {
      .sticky-offer {
        position: static;
        top: auto;
        backdrop-filter: none; /* remove blur for simpler mobile rendering */
        background: linear-gradient(to right, rgba(17,22,27,0.95), rgba(17,22,27,0.9)); /*more solid for readability */
      }
      .sticky-offer .sticky-wrap {
        flex-direction: column;
        align-items: center;
        gap: 16px;
      }

      .sticky-offer .sticky-wrap .sticky-title {
        font-size: 1rem;
        text-align: center;
      }

      .sticky-offer .sticky-wrap .sticky-perks {
        justify-content: center;
        font-size: 0.85rem;
      }

      .sticky-offer .sticky-wrap .sticky-cta .btn-gold {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        padding: 12px;
      }
    }

/* ======================end direct booking offer  page ========================== */

/* ======================Start Golden Triangle odisha page ========================== */
    :root{
      --g-bg:#0b0e11;            /* deep charcoal */
      --g-bg-soft:#11161b;       /* cards bg */
      --g-bg-softer:#0f141a;     /* alt cards */
      --g-txt:#f7f7f5;           /* body text */
      --g-muted:#c8c8c4;         /* muted text */
      --g-gold:#d4af37;          /* primary accent */
      --g-gold-2:#c0821f;        /* buttons accent */
      --g-line:#1f2630;          /* hairlines */
      --g-shadow:0 18px 50px rgba(0,0,0,.45);
      --g-radius:16px;
    }

    .golden-triangle-body{margin:0;padding:0;background:var(--g-bg);color:var(--g-txt);scroll-behavior:smooth}
    .golden-triangle-body a{color:inherit;text-decoration:none}
    .golden-triangle-body .container1{max-width:1200px;margin:0 auto;padding:0 18px}
    .golden-triangle-body .muted{color:var(--g-muted)}
    .golden-triangle-body .kicker{color:var(--g-gold);letter-spacing:.12em;font-weight:700;text-transform:uppercase;font-size:.9rem}
    .golden-triangle-body .btn1, .btn-outline{
      display:inline-flex;align-items:center;gap:10px;
      padding:12px 22px;border-radius:999px;font-weight:700;cursor:pointer;
      transition:transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease;
      will-change:transform;
    }
    .golden-triangle-body .btn1{background:linear-gradient(135deg,var(--g-gold),var(--g-gold-2));color:#101214;box-shadow:0 10px 28px rgba(212,175,55,.28)}
    .golden-triangle-body .btn1:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(212,175,55,.36)}
    .golden-triangle-body .btn-outline{border:1px solid rgba(255,255,255,.22);color:var(--g-txt);background:transparent}
    .golden-triangle-body .btn-outline:hover{background:rgba(255,255,255,.06);transform:translateY(-2px)}

    /* ===== HERO ===== */
    .golden-triangle-body .hero{
      position:relative;min-height:72vh;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;
      background:var(--g-bg);
    }
    .golden-triangle-body .hero::before{
      content:"";position:absolute;inset:0;z-index:-1;
      background:
        radial-gradient(60% 60% at 80% 20%, rgba(212,175,55,.22), transparent 60%),
        linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.85)),
        url('assets/images/hero-odisha-golden-triangle.jpg') center/cover no-repeat;
      filter:saturate(1.05) contrast(1.05);
      transition:transform .7s ease;
    }
    .golden-triangle-body .hero:hover::before{transform:scale(1.02)}
    .golden-triangle-body .hero-inner{text-align:center;padding:90px 20px 60px;max-width:1000px;animation:fadeUp .9s ease .1s both}
    .golden-triangle-body .eyebrow{
      display:inline-flex;gap:10px;align-items:center;
      padding:6px 12px;border:1px solid rgba(212,175,55,.35);
      border-radius:999px;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:var(--g-gold);
      backdrop-filter:blur(4px)
    }
    .golden-triangle-body .hero h1{margin:16px auto 8px;font-size:clamp(30px,5vw,56px);line-height:1.05;text-shadow:0 2px 18px rgba(0,0,0,.45)}
    .golden-triangle-body .hero-sub{color:var(--g-muted);font-size:clamp(14px,2.2vw,18px);max-width:820px;margin:0 auto 22px}
    .golden-triangle-body .hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

    /* ===== Sticky Facts Bar ===== */
    .golden-triangle-body .sticky-bar1{
      position:sticky;top:0;z-index:60;
      backdrop-filter:saturate(1.2) blur(6px);
      background:linear-gradient(to right, rgba(17,22,27,.78), rgba(17,22,27,.6));
      border-bottom:1px solid rgba(255,255,255,.06)
    }
    .golden-triangle-body .facts{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 6px}
    .golden-triangle-body .facts .chips{display:flex;gap:12px;flex-wrap:wrap;color:var(--g-muted);font-size:.95rem}
    .golden-triangle-body .chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.03)}
    .golden-triangle-body .chip i{color:var(--g-gold)}
    .golden-triangle-body .facts .price{font-weight:800;letter-spacing:.3px}
    .golden-triangle-body .facts .price .amt{color:var(--g-gold)}

    /* ===== Intro Card ===== */
    .golden-triangle-body .intro{padding:clamp(42px,6vw,84px) 0;background:linear-gradient(180deg,#0e1318, #0b0e11)}
    .golden-triangle-body .card{
      border:1px solid var(--g-line);border-radius:var(--g-radius);box-shadow:var(--g-shadow);
      background:linear-gradient(180deg,#0f141a,#0b0e11);overflow:hidden
    }
    .golden-triangle-body .card-head{padding:28px 24px 14px;border-bottom:1px solid var(--g-line)}
    .golden-triangle-body .card-head h2{margin:4px 0 8px;font-size:clamp(22px,3.2vw,30px)}
    .golden-triangle-body .card-body{padding:22px 24px;color:var(--g-muted)}
    .golden-triangle-body .readmore{max-height:0;overflow:hidden;transition:max-height .5s ease}
    .golden-triangle-body .readmore.open{max-height:500px}
    .golden-triangle-body .readmore-toggle{display:inline-flex;align-items:center;gap:10px;margin-top:12px;color:var(--g-gold);cursor:pointer;user-select:none}

    /* ===== Itinerary Timeline ===== */
    .golden-triangle-body .timeline{
      display:grid;gap:18px;margin-top:24px
    }
    .golden-triangle-body .day{
      position:relative;padding:22px;border-radius:14px;border:1px solid var(--g-line);
      background:linear-gradient(180deg,var(--g-bg-softer),#0c1015);
      transition:transform .2s ease,border-color .2s ease, box-shadow .2s ease;
    }
    .golden-triangle-body .day:hover{transform:translateY(-3px);border-color:rgba(212,175,55,.35);box-shadow:0 12px 30px rgba(212,175,55,.08)}
    .golden-triangle-body .day .badge{
      display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;
      background:rgba(212,175,55,.12);color:var(--g-gold);font-weight:700;font-size:.9rem;margin-bottom:8px; white-space: wrap;text-align: justify;
    }
    .golden-triangle-body .day h4{margin:6px 0 8px}
    .golden-triangle-body .poi{display:grid;gap:10px;margin-top:10px}
    .golden-triangle-body .poi span{display:inline-flex;align-items:flex-start;gap:10px;color:var(--g-muted)}
    .golden-triangle-body .poi i{color:var(--g-gold);margin-top:2px}

    /* ===== Inclusions / Value Additions ===== */
    .golden-triangle-body .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
    @media (max-width:992px){.grid-2{grid-template-columns:1fr}}
    .golden-triangle-body .tick{
      display:flex;gap:14px;align-items:flex-start;border:1px solid var(--g-line);border-radius:14px;padding:16px;background:linear-gradient(180deg,#0f141a,#0b0f14)
    }
    .golden-triangle-body .tick i{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg, rgba(212,175,55,.25), rgba(192,130,31,.15));color:var(--g-gold)}
    .tick p{margin:0;color:var(--g-muted)}

    /* ===== Terms ===== */
    .golden-triangle-body .terms{
      font-size:.98rem;color:var(--g-muted);
      border:1px dashed #2a323d;padding:18px;border-radius:14px;background:#0c1116;
      text-align: justify;
    }
    .golden-triangle-body .terms ul{margin:10px 0 0 18px}
    .golden-triangle-body .terms li{margin:8px 0}

    /* ===== CTA ===== */
    .golden-triangle-body .cta{
      position:relative;overflow:hidden;border-radius:16px;border:1px solid var(--g-line);box-shadow:var(--g-shadow);
      background:
        radial-gradient(60% 60% at 10% 20%, rgba(212,175,55,.15), transparent 60%),
        radial-gradient(50% 50% at 90% 10%, rgba(192,130,31,.12), transparent 60%),
        linear-gradient(180deg,#0f141a,#0b0e11);
      text-align:center;padding:44px 20px
    }
    .golden-triangle-body .cta h3{margin:0 0 8px;font-size:clamp(22px,3vw,30px)}
    .golden-triangle-body .cta p{margin:0 0 18px;color:var(--g-muted)}

    /* ===== Enquiry Form ===== */
    .golden-triangle-body .form{
      border:1px solid var(--g-line);border-radius:16px;background:linear-gradient(180deg,#0f141a,#0b0e11);box-shadow:var(--g-shadow);padding:22px
    }
    .golden-triangle-body .form h4{margin:0 0 10px}
    .golden-triangle-body .form .row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    @media (max-width:768px){.golden-triangle-body .form .row{grid-template-columns:1fr}}
    .golden-triangle-body .inp, .ta{
      width:100%;padding:12px 14px;border-radius:12px;background:#0c1116;border:1px solid #273140;color:var(--g-txt);font-size:1rem;
      transition:border-color .2s ease, box-shadow .2s ease
    }
    .golden-triangle-body .inp:focus, .ta:focus{outline:none;border-color:rgba(212,175,55,.55);box-shadow:0 0 0 3px rgba(212,175,55,.18)}
    .golden-triangle-body .note{font-size:.9rem;color:var(--g-muted);margin-top:6px}

    /* ===== Reveal Animations ===== */
    @keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
    .golden-triangle-body .reveal{opacity:0;transform:translateY(12px)}
    .golden-triangle-body .reveal.show{opacity:1;transform:translateY(0);transition:opacity .6s ease, transform .6s ease}

    /* Mobile tweaks for sticky bar */
    @media (max-width:768px){
      .golden-triangle-body .facts{flex-direction:column;align-items:flex-start;padding:12px 12px}
      .golden-triangle-body .hero{min-height:64vh}
      .golden-triangle-body .hero-cta .btn1, .golden-triangle-body .hero-cta .btn-outline{width:100%;justify-content:center}
    }
    @media (max-width:1024px){
      .golden-triangle-body .kicker, .itinary-head{
        padding-left: 22px;
      }

    }

/* ======================end Golden Triangle odisha page ========================== */

/* ======================Start Studen and senior citizen offer page ========================== */

    .student-senior-offer-body {
        background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
        color: white;
        line-height: 1.6;
    }
    .student-senior-offer-body .offer-hero{
      position:relative;
      min-height:68vh;
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      background:#0b0e11;
      isolation:isolate;
      width: 100vw;
    }
    .student-senior-offer-body .offer-hero::before{
      /* Replace with your hero image if you like */
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(60% 60% at 80% 20%, rgba(212,175,55,.25), transparent 60%),
        linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.8)),
        url('assets/images/dinning/hero-dining.jpg') center/cover no-repeat;
      transform:translateY(0);
      will-change:transform;
      transition:transform .6s ease;
      z-index:-1;
      filter:saturate(1.05) contrast(1.05);
    }
    .student-senior-offer-body .offer-hero:hover::before{ transform:translateY(-4px); }

    .student-senior-offer-body .hero-inner{
      text-align:center;
      padding:80px 20px 40px;
      max-width:1000px;
      animation:fadeUp .8s ease .15s both;
    }
    .student-senior-offer-body .eyebrow{
      display:inline-flex; gap:10px; align-items:center;
      padding:6px 12px; border:1px solid rgba(212,175,55,.35);
      border-radius:999px; font-size:.85rem; letter-spacing:.06em;
      text-transform:uppercase; color:var(--gold);
      backdrop-filter:blur(4px);
    }
    .student-senior-offer-body .offer-hero h1{
      margin:16px auto 8px; font-size:clamp(28px,5vw,56px);
      line-height:1.05; letter-spacing:.5px;
      text-shadow:0 2px 18px rgba(0,0,0,.45);
    }
    .student-senior-offer-body .hero-sub{
      color:var(--muted);
      font-size:clamp(14px,2.2vw,18px);
      max-width:760px; margin:0 auto 22px;
    }
    .student-senior-offer-body .hero-cta{
      display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
    }
    .student-senior-offer-body .btn-gold, .btn-outline{
      appearance:none; border:none; cursor:pointer;
      padding:12px 22px; border-radius:999px; font-weight:600;
      transition:transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease;
      will-change:transform;
    }
    .student-senior-offer-body .btn-gold{ background:linear-gradient(135deg, var(--gold), var(--gold-2)); color:#1a1a1a; box-shadow:0 8px 20px rgba(212,175,55,.25);}
    .student-senior-offer-body .btn-gold:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(212,175,55,.35);}
    .student-senior-offer-body .btn-outline{ background:transparent; color:var(--txt); border:1px solid rgba(255,255,255,.25);}
    .student-senior-offer-body .btn-outline:hover{ background:rgba(255,255,255,.05); transform:translateY(-2px); 
    }

    .student-senior-offer-body .highlight-offer {
        background: rgba(212, 175, 55, 0.1);
        padding: 15px;
        border-left: 4px solid #d4af37;
        font-size: 1.1rem;
        margin: 20px auto;
        max-width: 900px;
        animation: fadeIn 1.2s ease-out;
    }

    .student-senior-offer-body .offers {
        max-width: 1000px;
        margin: auto;
        padding: 20px;
    }

    .student-senior-offer-body .border1 {
        color: #d4af37;
        border-bottom: 2px solid #d4af37;
        padding-bottom: 5px;
    }

    .student-senior-offer-body .offers ul {
        list-style: none;
        padding: 0;
    }

    .student-senior-offer-body .offers ul li {
        padding: 8px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .student-senior-offer-body .contact-info {
        background: rgba(255,255,255,0.05);
        padding: 15px;
        border-radius: 6px;
        margin-top: 20px;
        font-size: 1rem;
    }

    .student-senior-offer-body .contact-info span {
        display: block;
        margin-bottom: 5px;
    }

    .student-senior-offer-body .form1 {
        background: rgba(0,0,0,0.6);
        padding: 20px;
        border-radius: 6px;
        margin-top: 30px;
        box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        animation: fadeUp 1s ease-out;
    }

    .student-senior-offer-body .form1 label {
        display: block;
        margin-bottom: 5px;
        color: #d4af37;
    }

    .student-senior-offer-body .form1 input, form textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(212,175,55,0.5);
        color: white;
        border-radius: 4px;
        transition: 0.3s;
    }

    .student-senior-offer-body .form1 input:focus, form textarea:focus {
        border-color: #d4af37;
        box-shadow: 0 0 8px #d4af37;
        outline: none;
    }

    .student-senior-offer-body .form1 button {
        background: #d4af37;
        border: none;
        padding: 12px 20px;
        color: black;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
        transition: 0.3s;
    }

    .student-senior-offer-body .form1 button:hover {
        background: #bfa133;
    }

    /* Animations */
    @keyframes fadeDown {
        from { opacity: 0; transform: translateY(-20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

/* ======================end Studen and senior citizen offer page ========================== */

/* ======================Start Discover odisha page ========================== */

  :root{
    --o-bg:#0b0e11;            /* page background */
    --o-bg-soft:#10151b;       /* card background */
    --o-panel:#0e1318;         /* sections */
    --o-line:#1f2630;          /* borders */
    --o-txt:#f5f5f3;           /* main text */
    --o-muted:#c9c9c5;         /* muted text */
    --o-gold:#d4af37;          /* accent */
    --o-gold-2:#b8860b;        /* deep gold */
    --o-gold-soft:rgba(212,175,55,.12);
    --o-radius:16px;
    --o-shadow:0 18px 40px rgba(0,0,0,.35);
  }

  .discover-odisha-body {background:var(--o-bg); color:var(--o-txt);}
  .discover-odisha-body a{color:inherit; text-decoration:none}
  .discover-odisha-body img{max-width:100%; display:block}

  /* Hero */
  .discover-odisha-body .hero{
    position:relative; min-height:72vh; display:grid; place-items:center; overflow:hidden;
    background:radial-gradient(60% 60% at 80% 20%, rgba(212,175,55,.18), transparent 60%), #0b0e11;
    isolation:isolate;
  }
  .discover-odisha-body .hero::before{
    content:""; position:absolute; inset:-2rem;
    background:
      linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.75)),
      url('assets/images/discover-odisha/konarka-temple-full-view.jpeg') center/cover no-repeat;
    transform:translateY(var(--o-parallax,0px)); transition:transform .4s ease; z-index:-1; filter:saturate(1.05) contrast(1.05);
  }
  .discover-odisha-body .hero-inner{ text-align:center; padding:84px 16px 56px; max-width:1100px; }
  .discover-odisha-body .eyebrow{
    display:inline-flex; align-items:center; gap:10px; padding:6px 12px;
    border:1px solid rgba(212,175,55,.35); border-radius:999px; color:var(--o-gold);
    letter-spacing:.12em; text-transform:uppercase; font-weight:700; font-size:.85rem; backdrop-filter:blur(4px);
  }
  .discover-odisha-body .hero h1{
    margin:16px 0 10px; font-size:clamp(28px,5vw,56px); line-height:1.05; letter-spacing:.3px;
    text-shadow:0 2px 18px rgba(0,0,0,.45);
  }
  .discover-odisha-body .hero p{ color:var(--o-muted); max-width:860px; margin:0 auto 20px; font-size:clamp(14px,2.1vw,18px);}
  .discover-odisha-body .hero-cta{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
  .discover-odisha-body .btn{ appearance:none; border:none; cursor:pointer; padding:12px 22px; border-radius:999px; font-weight:700; transition:transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease;}
  .discover-odisha-body .btn-gold{ background:linear-gradient(135deg,var(--o-gold),var(--gold-2)); color:#141414; box-shadow:0 8px 22px rgba(212,175,55,.28); }
  .discover-odisha-body .btn-gold:hover{ transform:translateY(-2px); box-shadow:0 10px 28px rgba(212,175,55,.38);}
  .discover-odisha-body .btn-outline{ background:transparent; color:var(--o-txt); border:1px solid rgba(255,255,255,.25);}
  .discover-odisha-body .btn-outline:hover{ transform:translateY(-2px); background:rgba(255,255,255,.05); }

  /* Sticky quick-nav */
  .discover-odisha-body .sticky{
    position:sticky; z-index:40;
    background:linear-gradient(to right, rgba(16,21,27,.85), rgba(16,21,27,.68)); backdrop-filter:saturate(1.1) blur(6px);
    border-bottom:1px solid rgba(255,255,255,.06);
  }

  .discover-odisha-body .wrap{ max-width:1200px; margin:0 auto; padding:0 16px; }
  .discover-odisha-body .chips{ display:flex; flex-wrap:wrap; gap:10px; padding:12px 0;}
  .discover-odisha-body .chip{
    border:1px solid rgba(212,175,55,.35); color:var(--o-gold); padding:8px 12px; border-radius:999px; font-size:.9rem; cursor:pointer;
    background:linear-gradient(180deg, rgba(212,175,55,.08), rgba(184,134,11,.06));
    transition:transform .15s ease, box-shadow .15s ease, background .25s ease;
  }
  .discover-odisha-body .chip:hover{ transform:translateY(-2px); box-shadow:0 6px 16px rgba(212,175,55,.14); }

  /* Section */
  .discover-odisha-body section{ padding: clamp(48px, 6vw, 84px) 0; background:var(--o-bg); }
  .discover-odisha-body .section-head{ text-align:center; margin-bottom:28px; }
  .discover-odisha-body .kicker{ color:var(--o-gold); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.9rem; }
  .discover-odisha-body .section-head h2{ font-size:clamp(24px,3.5vw,36px); margin:8px 0 10px; }
  .discover-odisha-body .section-head p{ color:var(--o-muted); max-width:820px; margin: 0 auto; }

  /* Grid */
  .discover-odisha-body .grid{
    display:grid; gap:18px;
    grid-template-columns: repeat(12, 1fr);
  }
  .discover-odisha-body .col1-4{ grid-column: span 4; }
  .discover-odisha-body .col1-6{ grid-column: span 6; }
  .discover-odisha-body .col1-8{ grid-column: span 8; }
  .discover-odisha-body .col1-12{ grid-column: span 12; }
  @media (max-width: 1024px){
     .discover-odisha-body .col1-4,
     .discover-odisha-body .col1-6,
     .discover-odisha-body .col1-8{ grid-column: span 6; } }
  @media (max-width: 680px){ 
    .discover-odisha-body .col1-4,
    .discover-odisha-body .col1-6,
    .discover-odisha-body .col1-8{ grid-column: span 12; } }

  /* Card */
  .discover-odisha-body .card1{
    position:relative; border:1px solid var(--o-line); border-radius:var(--o-radius);
    background:linear-gradient(180deg, var(--o-bg-soft), #0b0f14);
    overflow:hidden; box-shadow:var(--o-shadow);
    transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .discover-odisha-body .card1:hover{ transform:translateY(-4px); border-color:rgba(212,175,55,.35); box-shadow:0 18px 40px rgba(212,175,55,.12);}
  .discover-odisha-body .badge{
    position:absolute; top:12px; left:12px; z-index:2;
    padding:6px 10px; border-radius:999px; font-weight:700; font-size:.8rem; color:#141414;
    background:linear-gradient(135deg, var(--o-gold), var(--o-gold-2)); box-shadow:0 6px 16px rgba(212,175,55,.25);
  }
  .discover-odisha-body .thumb{ position:relative; aspect-ratio: 16/10; overflow:hidden; }
  .discover-odisha-body .thumb img{ width:100%; height:100%; object-fit:cover; transform:scale(1); transition:transform .5s ease; filter:contrast(1.03) saturate(1.05);}
  .discover-odisha-body .card1:hover .thumb img{ transform:scale(1.07); }
  .discover-odisha-body .content{ padding:18px 18px 12px; }
  .discover-odisha-body .content h3{ margin:.2rem 0 .4rem; font-size:1.15rem; letter-spacing:.2px;}
  .discover-odisha-body .content p{ margin:0; color:var(--o-muted); font-size:.98rem; }
  .discover-odisha-body .meta{ display:flex; gap:8px; flex-wrap:wrap; margin-top:10px; }
  .discover-odisha-body .pill{ border:1px solid rgba(255,255,255,.08); padding:4px 10px; border-radius:999px; font-size:.8rem; color:var(--o-muted); background:rgba(255,255,255,.02); }

  /* Accordion */
  .discover-odisha-body .acc{ border-top:1px solid var(--o-line); }
  .discover-odisha-body .acc-btn{
    width:100%; text-align:left; background:transparent; color:var(--o-txt);
    border:none; padding:14px 18px; cursor:pointer; display:flex; justify-content:space-between; align-items:center;
    font-weight:700;
  }
  .discover-odisha-body .acc-btn i{ transition:transform .25s ease; }
  .discover-odisha-body .acc-body{ max-height:0; overflow:hidden; transition:max-height .45s ease; padding:0 18px; }
  .discover-odisha-body .acc-body.open{ padding:0 18px 16px; }
  .discover-odisha-body .acc-body p{ color:var(--o-muted); }

  /* CTA band */
  .discover-odisha-body .band{
    margin-top:28px; border:1px solid var(--o-line); border-radius:var(--o-radius); overflow:hidden;
    background:
      radial-gradient(60% 60% at 10% 20%, rgba(212,175,55,.12), transparent 60%),
      radial-gradient(50% 50% at 90% 10%, rgba(184,134,11,.10), transparent 60%),
      linear-gradient(180deg,#0f141a,#0b0e11);
    padding:28px 20px; text-align:center;
  }
  .discover-odisha-body .band p{ color:var(--o-muted); margin:6px 0 16px; }

  /* Reveal */
  .discover-odisha-body .reveal{ opacity:0; transform:translateY(16px); }
  .discover-odisha-body .reveal.show{ opacity:1; transform:translateY(0); transition:opacity .7s ease, transform .7s ease; }

  /* Footer note */
  .discover-odisha-body .note{ color:#a8a8a4; font-size:.9rem; text-align:center; margin-top:26px; }

  /* Focus */
  .discover-odisha-body .focus-ring:focus{ outline:2px solid var(--o-gold); outline-offset:2px; border-radius:10px; }
@media (max-width: 767px) {
  .discover-odisha-body .sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* background: #fff;  */
  /* border-bottom: 1px solid #ddd; */
  overflow: hidden;
}

.discover-odisha-body .sticky .wrap {
  overflow-x: auto;   /* allow horizontal scroll */
  -webkit-overflow-scrolling: touch; /* smooth scroll for mobile */
}

.discover-odisha-body .sticky .chips {
  display: flex;
  flex-wrap: nowrap;  /* prevent wrapping */
  gap: 0.5rem;
  padding: 0.5rem;
  min-width: max-content;
}

.discover-odisha-body .sticky .chip {
  flex: 0 0 auto;   /* prevent shrinking */
  padding: 0.5rem 1rem;
  /* background: #b22222; */
  /* color: #fff; */
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.discover-odisha-body .sticky .chip:hover {
  /* background: #ff6347; */
}
.discover-odisha-body .sticky .wrap::-webkit-scrollbar {
  height: 6px;
}
.discover-odisha-body .sticky .wrap::-webkit-scrollbar-thumb {
  /* background: #b22222; */
  border-radius: 3px;
}

}
/* dicover odisha image rotating section */

.discover-odisha-body .discover-odisha {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 6rem;
  background: transparent;
  overflow: hidden;
}
.discover-odisha-body .discover-odisha .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.discover-odisha-body .container1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

.discover-odisha-body .content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--o-gold);
}

.discover-odisha-body .content p {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: justify;
}

.discover-odisha-body .orbit-container1 {
  position: relative;
  width: 350px;
  height: 350px;
  margin: auto;
}

/* Center Image */
.discover-odisha-body .center-image {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.discover-odisha-body .center-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--o-gold);
  box-shadow: 0 0 20px rgba(178, 34, 34, 0.6);
  object-fit: cover;
}

/* Orbit Circle */
.discover-odisha-body .orbit {
  width: 100%;
  height: 100%;
  /* border: 2px dashed #b22222; */
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 20s linear infinite;
}
.discover-odisha-body .orbit-line{
  width: 100%;
  height: 100%;
  border: 2px dashed var(--o-gold);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  /* animation: rotate 20s linear infinite; */
}

/* Orbit Images */
.discover-odisha-body .orbit-images {
  width: 100%;
  height: 100%;
  position: relative;
}

.discover-odisha-body .orbit-images img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  animation: pulse 2s infinite;
  animation: rotate2 20s linear infinite;
}

.discover-odisha-body .orbit-images img:nth-child(1) { top: -30px; left: 40%; transform: translateX(-50%); }    /* Top */
.discover-odisha-body .orbit-images img:nth-child(2) { top: 5%; left: 75%; transform: translate(-50%, -50%); } /* Top-right */
.discover-odisha-body .orbit-images img:nth-child(3) { top: 40%; left: calc(100% + -30px); transform: translateY(-50%); } /* Right */
.discover-odisha-body .orbit-images img:nth-child(4) { top: 77%; left: 77%; transform: translate(-50%, -50%); } /* Bottom-right */
.discover-odisha-body .orbit-images img:nth-child(5) { bottom: -30px; left: 45%; transform: translateX(-50%); } /* Bottom */
.discover-odisha-body .orbit-images img:nth-child(6) { top: 75%; left: 5%; transform: translate(-50%, -50%); } /* Bottom-left */
.discover-odisha-body .orbit-images img:nth-child(7) { top: 40%; left: -30px; transform: translateY(-50%); }    /* Left */
.discover-odisha-body .orbit-images img:nth-child(8) { top: 7%; left: 4%; transform: translate(-50%, -50%); } /* Top-left */


/* Animations */
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes rotate2 {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* Slide-in animation */
.discover-odisha-body .orbit-container1 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-in-out;
}
.discover-odisha-body .orbit-container1.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive */
@media (max-width: 768px) {
  .discover-odisha-body .discover-odisha {
    padding-top: 0rem;
  }
  .discover-odisha-body .content h2 {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .discover-odisha-body .container1 {
    grid-template-columns: 1fr;
  }
  .discover-odisha-body .orbit-container1 {
    width: 280px;
    height: 280px;
  }
}
  

/* ======================end Discover odisha page ========================== */

/* ======================Start Cultural Experience page ========================== */

    /* Hero Section */
    .cultural-experience-body .culture-hero {
      position: relative;
      height: 100vh;
      background: url('assets/images/discover-odisha/konarka-temple-full-view.jpeg') center/cover fixed no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
    }
    .cultural-experience-body .culture-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
    }
    .cultural-experience-body .culture-hero-content {
      position: relative;
      z-index: 2;
      animation: fadeInUp 2s ease;
    }
    .cultural-experience-body .culture-hero-content h1 {
      font-size: 3rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    /* Highlights Grid */
    .cultural-experience-body .culture-highlights {
      padding: 30px 20px;
      background: #fafafa;
    }
    .cultural-experience-body .culture-highlights h2 {
      text-align: center;
      margin-bottom: 50px;
      font-size: 2.5rem;
      font-weight: bold;
      color: #333;
    }
    .cultural-experience-body .culture-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }
    .cultural-experience-body .culture-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      cursor: pointer;
      transition: transform 0.4s ease;
    }
    .cultural-experience-body .culture-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .cultural-experience-body .culture-card:hover {
      transform: translateY(-8px);
    }
    .cultural-experience-body .culture-card:hover img {
      transform: scale(1.1);
    }
    .cultural-experience-body .culture-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
      color: #fff;
      font-size: 1.2rem;
      font-weight: 600;
    }

    /* Media Section */
    .cultural-experience-body .culture-media {
      background: #f4f4f4;
      padding: 30px 20px;
    }
    .cultural-experience-body .culture-media p {
      max-width: 1100px;
      margin: 0 auto 40px auto;
      font-size: 1.1rem;
      line-height: 1.4;
      color: #444;
      /* font-family: "Georgia", serif; */
      text-align: justify;
    }
    .cultural-experience-body .culture-video {
      max-width: 800px;
      margin: 0 auto 40px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    }
    .cultural-experience-body .owl-carousel .item img {
      border-radius: 10px;
      height: 150px;
      object-fit: cover;
    }
    .cultural-experience-body .owl-carousel .item {
      position: relative;
      padding: 20px;
      border-radius: 15px;
      overflow: hidden;
    }

    /* Background blur effect */
    .cultural-experience-body .owl-carousel .item::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--bg);
      background-size: cover;
      background-position: center;
      filter: blur(12px) brightness(0.7); /* blur + darken */
      transform: scale(1.2); /* to cover blur edges */
      z-index: 0;
    }

    /* Foreground image */
    .cultural-experience-body .owl-carousel .item img {
      position: relative;
      z-index: 1;
      border-radius: 12px;
      max-height: 250px;
      margin: auto;
      display: block;
      object-fit: cover;
      box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    }
    .cultural-experience-body .culture-media h2 {
      font-size: 58px;
      font-weight: bold;
      background: url('assets/images/culture/visual-imprint2.jpg') no-repeat center;
      background-size: cover;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      margin-bottom: 20px;
    }

    .cultural-experience-body .culture-section {
        padding: 30px 20px;
        background: #f9f9f9;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .cultural-experience-body .culture-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.9s ease-in-out;
    }

    .cultural-experience-body .culture-content.reverse {
    flex-direction: row-reverse;
    transform: translateX(60px);
    }

    .cultural-experience-body .culture-section.active .culture-content {
    opacity: 1;
    transform: translateX(0);
    }

    .cultural-experience-body .culture-text {
    flex: 1;
    }

    .cultural-experience-body .culture-text h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #b22222;
    }

    .cultural-experience-body .culture-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    }

    .cultural-experience-body .culture-image {
    flex: 1;
    text-align: center;
    }

    .cultural-experience-body .culture-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.5s ease;
    }

    .cultural-experience-body .culture-image img:hover {
    transform: scale(1.05);
    }

    /* Responsive */
    @media (max-width: 768px) {
    .cultural-experience-body .culture-content, .cultural-experience-body .culture-content.reverse {
        flex-direction: column;
        text-align: center;
    }
    .cultural-experience-body .culture-text h2 {
        font-size: 2rem;
    }
    .cultural-experience-body .culture-text p {
        font-size: 1rem;
    }
    }
    .cultural-experience-body .culture-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    }

    .cultural-experience-body .culture-text {
    flex: 1 1 45%;
    }

    .cultural-experience-body .culture-gallery {
    flex: 1 1 45%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    height: 300px;
    }

    .cultural-experience-body .culture-gallery .gallery-wrapper {
    display: flex;
    transition: transform 0.6s ease-in-out;
    }

    .cultural-experience-body .culture-gallery .gallery-wrapper img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    cursor: pointer;
    object-fit: contain;
    object-position: center;
    }

    /* Lightbox */
    .cultural-experience-body .gallery-lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .cultural-experience-body .gallery-lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    display: block;
    }

    .cultural-experience-body .gallery-close {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    }

    .cultural-experience-body .gallery-prev, .cultural-experience-body .gallery-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 40px;
    padding: 10px;
    margin-top: -20px;
    color: #fff;
    border: none;
    background: none;
    user-select: none;
    }

    .cultural-experience-body .gallery-prev { left: 20px; }
    .cultural-experience-body .gallery-next { right: 20px; }

    /* Responsive */
    @media (max-width: 768px) {
    .cultural-experience-body .culture-content {
        flex-direction: column;
    }
    .cultural-experience-body .culture-text, .cultural-experience-body .culture-gallery {
        flex: 1 1 100%;
        height: auto !important;
    }
    .cultural-experience-body .culture-gallery .gallery-wrapper{
      height: 200px;
    }
    .cultural-experience-body .culture-gallery .gallery-wrapper img {
      object-fit: contain;
      object-position: center;
    }
    }


    /* Responsive */
    @media (max-width: 768px) {
      .cultural-experience-body .culture-hero-content h1 {
        font-size: 1.6rem;
      }
      .cultural-experience-body .culture-hero {
        height: 46vh;
      }
      .cultural-experience-body .culture-step {
        flex-direction: column;
      }
    }

/* ======================end Cultural Experience page ========================== */

/* ======================Start Gallery page ========================== */

    .safal-gallery .gallery-container {
        max-width: 80rem;
        width: 100%;
        padding: 4rem 2rem;
        margin: 0 auto;
    }

    .safal-gallery .gallery-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .safal-gallery .card {
        color: #252a32;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    }

    .safal-gallery .card-image {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 70%;
        background: #ffffff;
        border-radius: 20px;
    }

    .safal-gallery .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .safal-gallery .card-image video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }


    @media only screen and (max-width: 600px) {
        .safal-gallery .gallery-container {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 1rem;
        }
    }

/* ======================end Gallery page ========================== */




