*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
ul,li,p, h1,h2,h3,h4,h5,h6,a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}
 

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter' !important;
  font-size: 15px !important;
  background: #fffcf2;
}

/*Main Header Section Start*/
.main_header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 1px 0px;
    padding: 10px 0px;
    background-color: #fff;
}
.main_header .header-left .logo a h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    border: solid 1px #1f1d1d;
    width: fit-content;
    padding: 4px;
    color: #cc0000;
}

.main_header .header-right .login-header ul {
    justify-content: right;
    align-items: center;
}
.main_header .header-right .login-header ul {
    justify-content: right;
    align-items: center;
}
.main_header .header-right .login-header ul li a{
	font-size: 16px;
	color: #1f1d1d;
}

.main_header .header-right .login-header ul li .menu-list .offcanvas-header{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 1px 0px;
}

/*Main Header Section End*/


/*Category List Section Start*/

.category_list{
	padding: 60px 0px;
}

.category_list .catogry-inner {
    text-align: center;
    transition: all .3s linear;
}

.category_list .catogry-inner .catogry-img {
	display: flex;
	justify-content: center;
}

.category_list .catogry-inner .category-title h5 {
    font-size: 21px !important;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
    color: #e95d12 !important;
}
.category_list .catogry-inner {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.category_list .catogry-inner .catogry-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.category_list .catogry-inner .catogry-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 6px 2px #77777736;
    border: solid 1px #e95d12;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.category_list .catogry-inner:hover {
    transform: translateY(-10px);
}

.category_list .catogry-inner:hover .catogry-img img {
    transform: scale(1.08);
    box-shadow: 0 20px 40px rgba(233, 93, 18, 0.35);
}

.category_list .category-title h5 {
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.category_list .catogry-inner:hover .category-title h5 {
    color: #e95d12;
    letter-spacing: 0.5px;
}


.titles {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #7a5c3e; /* luxury brown tone */
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.titlesdesc {
    text-align: center;
    max-width: 720px;   /* center me readable width */
    margin: 0 auto;     /* horizontally center */
    font-size: 16px;
    line-height: 1.7;
    color: #5f5f5f;
    margin-bottom: 40px;
}


/*Category List Section End*/


/*Slider Banner Section Start*/

.slider_banner{
	padding: 0px;
}

.slider_banner .carousel-inner .carousel-item img {
    height: 500px;
    object-fit: cover;
}

/*Slider Banner Section End*/
.section_inner {
    background: #fff;
    padding: 40px 0px;
    margin:20px 0px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 10px 0px;
}
.section_inner .section-left img { 
    width: 100%;
    object-fit: cover;
}

.section_inner .section-right h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}

.section_inner .section-right p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px;
}

/* .section_inner .section-right .shop-btn a {
    border: solid 1px #000;
    padding: 10px 30px;
    font-size: 20px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    border-radius: 50px;
} */



.shop-btn {
    text-align: center;
    margin-top: 20px;
}

.shop-btn a {
    display: inline-block;
    padding: 14px 38px;
    background: #e95d12 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(217, 4, 41, 0.35);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}


.shop-btn a:hover{ 
    background: #b1460d !important;
    color: #fff; 
}



 .shop-btn {
    text-align: center;
    margin-top: 20px;
}

 

.section_heading h3 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*Testimonial Section Start*/

.testimonial_section{
	padding: 20px 0px;
}

.testimonial_section .testimonial-inner {
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 6px 0px;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    margin: 20px 0px;
}

.testimonial_section .testimonial-inner .rating ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial_section .testimonial-inner .rating ul li a {
    color: yellow;
}

.testimonial_section .testimonial-inner .ttext p {
    font-size: 14px;
    text-align: center;
    margin: 8px 0px;
}

.testimonial_section .testimonial-inner .user-img img {
    background: red;
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: 0px auto;
}

.testimonial_section .testimonial-inner .user-detais h6 {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0px;
    text-transform: capitalize;
}

.testimonial_section .testimonial-inner .user-detais p {
    font-size: 15px;
}





/*Testimonial Section End*/

/*Blog Section Start*/


.blog_section .blog-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 6px 0px;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    margin: 20px 0px;
    cursor: pointer;
}

.blog_section .blog-inner .blog-content .blog-date span {
    color: #777;
    text-transform: capitalize;
    font-size: 15px;
    margin: 7px 0px;
    display: inline-block;
    
}

.blog_section .blog-inner .blog-content .blog-text h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

/*Blog Section End*/

.main_footer {
    border-top: solid 1px #777;
    /* margin-top: 20px; */
    padding-top: 20px;
    margin-bottom: 75px;
}
.footer-logo a h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    border: solid 1px #1f1d1d;
    width: fit-content;
    padding: 4px;
    color: #cc0000;
}

.footer-content p {
    font-size: 15px;
    margin: 10px 0px;
}

.footer-content ul li a {
	color: #000;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 17px;
}

.footer-content ul li {
    margin-bottom: 10px;
}

.footer-social-link ul {
    display: flex;
    gap: 20px;
}

.footer-social-link ul li a {
    color: #000;
    font-size: 20px;
}



.footer-inner .footer-heading h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-inner .footer-contents ul li a {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
}

.footer-inner .footer-contents ul li {
    margin-bottom: 15px;
}

.logos{ height: 100px;}



.cart_rw table th{text-transform: capitalize;font-family: 'Forum';font-size: 22px;padding: 10px;text-align: left;}
.cart_rw table thead{border-bottom: 1px solid #c2c2c2;}
.cart_rw table td{padding: 10px;}
.cr_img{height: 100px;width: 100px;overflow: hidden;border: 1px solid #c2c2c2;}
.cr_img img{width: 100%;height: 100%;object-fit: cover;}
.cart_rw table td h2{font-size: 24px;line-height: normal;padding-left: 10px;}
.cart_rw table tr{border-bottom: 1px solid #c2c2c2;padding-bottom: 10px;}
.cart_sidebar{padding: 28px 20px 30px;background-color: #ffffff;box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);}
.cart_sidebar ul{padding-top: 15px;border-top: 1px solid #c2c2c2;margin-top: 15px !important;}
.cart_sidebar ul li{width: 100%;display: flex;justify-content: space-between;line-height: 26px;}
.cart_sidebar ul li{padding-bottom: 15px;}
.cart_sidebar ul li:last-child{padding-bottom: 0px;}
.cart_sidebar ul li span:first-child{font-weight: bold;}
.coupen_code input{width: 100%;background: #f2f2f2;padding: 10px;border: 0;margin: 10px 0;}
.checkout_rw input[type="text"], .checkout_rw input[type="email"], .checkout_rw select, .checkout_rw input[type="number"], .checkout_rw textarea, .checkout_rw input[type="file"], .checkout_rw input[type="tel"], .checkout_rw input[type="password"] {
    border: 1px solid #000000;
    color: #0F0B0C;
    border-radius: 0;
    padding: 15px;
    background: transparent;
    width: 100%;
}
.checkout_rw h3{padding-bottom: 15px;}
.thank-you-page-content{background: #fafcf9;max-width: 550px;padding: 50px;margin: 0 auto;}
.ver_otp input{width: 48px !important;height: 48px;text-align: center;}
.main-btn {
  color: #ffffff;
  font-weight: 500;
  padding: 12px 32px;
  cursor: pointer;
  text-transform: capitalize;
  overflow: hidden;
  -webkit-appearance: none;
  display: inline-flex;
  z-index: 1;
  align-items: center;
  border-radius: 0px;
  border: none;
  transition: all 0.4s linear;
  font-size: 16px;
  display: inline-table;
  text-align: center;
  background: #b9181d;
  position: relative;
}


.main-btn:hover {
  color: #f5f0f0;
  background-color: #7e1418;
}


.main-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: #fff200;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
*, ::after, ::before {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: border-box;
}

a {
  color: #000 ;
}



  /*-------After Login---------*/
.afterlogin_banner .bredcumbs{left: 0;}
.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    top: 72px;
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
  position: absolute;
  bottom: 0;font-size: 14px;
  right: 10px;cursor: pointer;
  width: 32px;height: 32px;border-radius: 50%;background: #b9181d;
  color: #ffffff;text-align: center;justify-content: center;align-items: center;display: flex;
}
.p-image:hover {
  background: #fff200;color: #b9181d;
  transition: all .4s;
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #b9181d;
}


.ph_rw{margin-top: -100px;z-index: 1;}
.afterlogin_banner .bredcumbs{text-align: left;top: 22%;}
.p_name h4{color: #ffffff;padding-bottom: 10px;}
.user_mail_ph a{color: #ffffff;font-size: 14px;}
.user_mail_ph a i{padding-right: 5px;}
.myaccrount_inner{background: #f9f9f9;}
.myaccrount_inner_rw{padding: 20px;background: #ffffff; margin-top: 80px;}
.af_sidebar a{color: #000000;transition: ease-in-out 0.4 linear;text-transform: capitalize;display: flex;align-items: center;padding: 10px 15px;}
.af_sidebar a i{margin-right: 8px;}
.af_sidebar a.active{background: #cdb77e;color: #ffffff;border-left: 4px solid #fff200;}
.af_sidebar li{margin-bottom: 10px;}
.af_sidebar li:last-child{margin-bottom: 0px;}
.af_sidebar a:hover{background: #cdb77e;color: #ffffff;}
.myaccrount_frm h4{padding-bottom: 20px;}
.myaccrount_frm input[type="text"], .myaccrount_frm input[type="email"], .myaccrount_frm input[type="date"],
.myaccrount_frm input[type="select"], .myaccrount_frm input[type="number"], .myaccrount_frm select,
.myaccrount_frm textarea, .myaccrount_frm input[type="file"],
.myaccrount_frm input[type="tel"], .myaccrount_frm input[type="password"]{padding: 10px;width: 100%;border: 1px solid #c2c2c2;}
.view_detail{height: 35px;width: 35px;display: flex;justify-content: center;align-items: center;border-radius: 50%;padding: 0;}
.myaccrount_frm table th{text-align: left;padding: 10px;background: #f9f9f9;}
.myaccrount_frm table td{padding: 10px;border-bottom: 1px solid #c2c2c2;}
.notification_icon i{width: 64px;height: 64px;display: flex;justify-content: center;align-items: center;background: #b9181d;color: #ffffff;font-size: 24px;border-radius: 50%;}
.noti_title{width: 82%;}
.noti_title h4{padding-bottom: 5px;}
.noti_title p{font-size: 12px;line-height: 18px;color: #848484;}
.myaccrount_noti table td:nth-child(2){width: 55%;}
#staticBackdrop_notify
.noti_img{height: 200px;}

.un-listed {
  list-style: none;
}


/*------------Terms & Condtions----------*/
.terms_conditions_inner{position: relative;padding: 100px;}
.terms_conditions_inner::after{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: auto;height: auto;
background-color: #9b804e;-webkit-mask-image: url('../images/brs.svg');mask-image: url('../images/brs.svg');
-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-position: center center;-webkit-mask-size: 100% 100%;mask-size: 100% 100%;}
.terms_conditions_inner h2, .terms_conditions_inner h3{font-size: 26px;line-height: 42px;padding-bottom: 15px;}
.terms_conditions_inner ul{padding-left: 15px;padding-bottom: 30px;}
.terms_conditions_inner ul li{padding-bottom: 15px;line-height: 26px;}
/*----------FAQS---------*/
.faq_left{width: 44%;}
.faq_right{width: 56%;padding:0px 30px;}
.faq_right .accordion-header, .faq_right .accordion-button, .faq_right .accordion-item{border-radius: 0 !important;}
.faq_right .accordion-button {font-size: 24px;background-color: #F9F2E1 !important;padding: 30px;}
.faq_right .accordion-body{line-height: 26px;background-color: #F9F2E1 !important;}
.faq_right .accordion-button:not(.collapsed){background: #F9F2E1;color: #7e6d4e;}
.footer-heading {
  margin-top: 18px;
}



.about_resort_inner{grid-template-columns: 30% 35% 29%;gap: 50px;}
.about_resort{background-color: #fbf6e8;}
.about_mid{padding: 50px 30px;padding-bottom: 0;}
.about_mid ul{grid-template-columns: repeat(2, 1fr);}
.about_mid ul span{font-family: 'Forum';font-size: 72px;line-height: 72px;color: #7e6d4e;}
.about_mid ul p{font-family: 'Forum';font-size: 18px;text-transform: uppercase;letter-spacing: 3.4px;font-weight: bold;}
.about_mid ul li{text-align: center;padding: 48px 0;}
.about_mid ul li:nth-child(1), .about_mid ul li:nth-child(4){background: rgba(0, 0, 0, 0.035);}
.about_mid ul li span.percent:after {content: "+";display: inline-block;}
.about_mid .heading h2{color: #0F0B0C;}
.about_right{padding-top: 70px;padding-right: 20px;}


.hm_about_sh {height: 200px;}
.hm_about_sh::after{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #0F0B0C;background: linear-gradient(180deg, rgba(25, 22, 40, 0) 24%, rgba(15, 11, 12, 1) 100%);}
.hm_about_sh h4{position: absolute;left: 0;width: 100%;padding: 15px;bottom: 0;color: #fffcf2;z-index: 1;font-size: 20px;}


/*-----------About-------------*/
.abt_h .wlc_txt p{padding-bottom: 15px;}
.abt_video video{width: 100%;height: 800px;object-fit: cover;}
.noti{padding:0px 150px;top: 0;left: 0;bottom: 0;background: rgba(61,57,49, .83);}
.mar_content {
  position: absolute;
  width: 100%;left: 50px;
  bottom: -100%;display: flex;
  animation: scrollUp 8s linear infinite; writing-mode: vertical-lr;
}

.showing_hotel .heading h1{font-size: 27px}
.showing_hotel_inner ul{grid-template-columns: repeat(2, 1fr);gap: 30px;}
.showing_hotel_inner ul li{display: flex;align-items: center;}
.showing_hotel_inner ul li .wlc_icon{height: 32px;width: 32px;display: flex;justify-content: center;align-items: center;border: 1px solid #907d5e;color: #907d5e;margin-right: 10px;}
.showing_hotel_inner ul li p{font-weight: 500;font-size: 16px;}
.wlc_txt{margin-bottom: 30px;}
.showing_hotel_inner .heading{padding-bottom: 40px;}

.header.scrolled{background: #0F0B0C;}
.sub_heading{letter-spacing: 4.2px;text-transform: uppercase;color: #7e6d4e;font-size: 14px;padding-bottom: 5px;}
.h-100 {
  height: 100% !important;
}
.overflow-hidden {
  overflow: hidden !important;
}

.showing_hotel_inner.position-relative {
  margin-top: 74px; margin-bottom: 100px;
}

.blog_img{height: 345px;}
.blog_img::before{content: "";background-color: rgba(0, 0, 0, 0.1);width: 100%;border-radius: inherit;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.3s linear;opacity: 0;display: inline-block;pointer-events: none;}
.blog_img::after{background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);border: none !important;display: block;
background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);content: '';
background: -ms-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);position: absolute;
height: 100%;left: -100%;top: 0;transform: skewX(-25deg);-webkit-transform: skewX(-25deg);width: 50%;z-index: 2;}
.blog_shdes{padding-top: 30px;}
.blog_date{padding-bottom: 10px;letter-spacing: 3.2px;text-transform: capitalize;color: #7e6d4e;}
.blog_shdes h4{font-size: 32px;line-height: 54px;margin-bottom: 10px;}
.blog_shdes h4 a{color: #0F0B0C;transition: ease-in-out 0.4s;}
.read_more a{text-decoration: underline;color: #9b804e;transition: ease-in-out 0.4s;margin-top: 15px;display: inline-table;}
.blog_bx:hover .blog_img::before{opacity: 1;}
.blog_bx:hover .blog_img::after{-webkit-animation: shine 1s;animation: shine 1s;transition: all 0.3s linear 0s;}

.amenities_rw {
  background-image: url('../img/pattern-image.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.pd-1120 {
  padding: 120px 0;
}

.blogsimg img {
  height: 344px;
}

.blog_bx {
  margin-bottom: 40px;
  padding: 0px 56px;
}

#recent_posts ul {
  row-gap: 20px;
  display: grid;
}


.slidemenu li a {
  font-size: 20px !important;
  text-transform: capitalize;
  font-family: initial; 
}



.bl_imgs {
  height: 90px;
  width: 90px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec_blog {
  padding-left: 110px;
}

.blog_date {
  padding-bottom: 10px;
  letter-spacing: 3.2px;
  text-transform: capitalize;
  color: #7e6d4e;
}

.rec_blog h4 {
  font-size: 20px;
  line-height: 30px;
}
.rec_blog h4 a {
  color: #0F0B0C;
}

#recent_posts ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.mt-5 {
  margin-top: 3rem !important;
}

p {
  line-height: 28px;
  font-size: 15px;
  margin: 0; 
  font-weight: normal;
}

.blog_details .blog_bx h3, .blog_details .blog_bx h4 {
  padding: 15px 0;
}
.blog_shdes {
  padding-top: 30px;
}

.blog_img::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  border: none !important;
  display: block;
  background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  content: '';
  background: -ms-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  position: absolute;
  height: 100%;
  left: -100%;
  top: 0;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}


.blog_img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: inherit;

  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s linear;

  opacity: 0;
  display: inline-block;
  pointer-events: none;
}

 

.recent_post {
  padding: 40px;
  border: 2px solid #9b804e;
  outline: 1px solid #9b804e;
  outline-offset: -7px;
}


 
#recent_posts ul {
  row-gap: 20px;
  display: grid;
}

#recent_posts h2 {
  padding-bottom: 30px;
  font-size: 32px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 0;
  margin: 0;
  color: #907b5c;
  font-family: 'Forum';
  text-transform: capitalize;
}

.inner_banner p span { 
  color: #fff;
}

.mrt-120 {
  margin-top: 120px;
}
.heading {
  padding-bottom: 70px;
}
.text-center {
  text-align: center !important;
}

.contact_bx {
  animation-duration: .75s;
  position: relative;
  padding: 30px;
  border: 1px transparent;
  height: 280px;
}

.contact_bx:hover {
  background: #fbf6e8;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.078);
  border: 1px solid #9b804e;
}
.contact_bx {
  animation-duration: .75s;
  position: relative;
  padding: 30px;
  border: 1px transparent;
  height: 280px;
}

.contact_bx span {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background: #7e6d4e;
  color: #ffffff;
  font-size: 24px;
}

.contact_bx h4 {
  padding: 10px 0;
}

.contact_bx p a {
  color: #000000;
  transition: ease-in-out 0.4s;
}
.contact_bx:hover::after {
  opacity: 1;
}
.contact_bx::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: #9b804e;
  -webkit-mask-image: url('../img/contact-box-mask.png');
  mask-image: url('../img/contact-box-mask.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 90% 90%;
  mask-size: 90% 90%;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.ct_lft_content img {
  width: 150px;
}

.ct_lft_content {
  padding: 30px;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.main-btn {
  color: #ffffff;
  font-weight: 500;
  padding: 12px 32px;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  font-size: 16px;
  display: inline-table;
  text-align: center;
  background: #cdb77e;
}


.ct_lft_inner::after {
  background: #7e6d4e;

  opacity: 0.6;
  content: '';
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
}

.form_h ul li input[type="text"], .form_h ul li input[type="email"], .form_h ul li input[type="select"], .form_h ul li input[type="number"], .form_h ul li textarea {
  border: 1px solid #9b804e;
  color: #0F0B0C;
  border-radius: 0;
  padding: 15px;
  background: transparent;
  width: 96%;
  margin-bottom: 20px;
  margin-right: 7px;
}

.form_h ul li textarea {
  height: 120px;
  resize: none;
}
 
.form_h ul li:nth-child(5), .form_h ul li:nth-child(6) {
  grid-column: span 2;
}

.form_h ul {
  grid-template-columns: repeat(2, 1fr);
}

.blog_section {
  padding: 12px;
}

.blog-img img {
  height: 232px;
  margin-bottom: 13px;
}

.blog-text h4 a {
  font-size: 21px;
}


.slider_banner {
    position: relative;
}

.banner-img {
    height: 520px;
    object-fit: cover;
}

/* Overlay Position */
.custom-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 500px;
}

/* Title Animation */
.banner-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    animation: slideFade 1.6s ease forwards;
}

/* Description Animation */
.banner-desc {
    font-size: 18px;
    margin-top: 12px;
    color: #f1f1f1;
    opacity: 0;
    transform: translateY(30px);
    animation: slideFade 1.6s ease forwards;
    animation-delay: 0.4s;
}

/* Re-animate on slide change */
.carousel-item.active .banner-title,
.carousel-item.active .banner-desc {
    animation-name: slideFade;
}

/* KEYFRAMES */
@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-caption {
        left: 5%;
        right: 5%;
        text-align: center;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-desc {
        font-size: 15px;
    }

    .shop-btn a {
        padding: 12px 30px;
        font-size: 14px;
    }

    .category_list .catogry-inner:hover {
        transform: none;
    }

    .category_list .catogry-inner:hover .catogry-img img {
        transform: scale(1.03);
    }


}

 
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 639px !important; 
  }
}

.image_back_change {
  display: block;
}

.selectphotobuttons li {
  margin-left: 13px;
}

.btn-success { 
  background-color: #ce5e21 !important;
  border-color: #ce5e21 !important;
  padding: 11px !important;
  width: 100%;
}

.btn-success:hover { 
  background-color: #ce5e21 !important;
  border-color: #ce5e21 !important;
}


label h5 {
  color: #fff;
  width: 100%;
  font-size: 18px;
  padding: 0px 35px 2px 36px;
  margin-bottom: 12px;
}


.selectphotobuttons {
  margin-bottom: 16px !important;
}

/* MENU ITEM */
.catemenu {
    list-style: none;
    margin-bottom: 1px;
}

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

/* FLEX LAYOUT */
.catemenu .catogry-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.35s ease;
}

/* IMAGE */
.catemenu .catogry-img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.catemenu .catogry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TITLE */
.catemenu .category-title h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    transition: color 0.3s ease;
}

/* HOVER EFFECT */
.catemenu:hover .catogry-inner {
    background: #fff6f0;
    transform: translateX(6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.catemenu:hover .category-title h5 {
    color: #e95d12;
}
.catemenu:hover .catogry-img img {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}
.section-media {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    object-fit: cover;
}
