/*
Theme Name: theme
Theme URI: https://www.aashyanalakhanpal.com/
Author: Rubiq Solutions
Description: Custom WordPress theme with video hero and luxury layout.
Version: 1.0.0
Text Domain: aashyanalakhanpal
*/

/* Reset & base */
* { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body {
    font-family: "Open Sans", "sans-serif" !important;
    font-style: normal  !important;
    font-size: 16px  !important;
    font-weight: normal  !important;
    	margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
  	text-align:justify;
  }
a { color:inherit; text-decoration:none !important; }

:root{
  background-color: #FFFAEB;
}



.font-lato{
  font-family: "Lato", sans-serif;
}
.font-delius{
  font-family: "Delius", cursive;
}

.font-inter{
  font-family: "Inter", sans-serif;
}


.color1{
  color: var(--color-accent-1) !important;
}
.color2{
  color: var(--color-accent-2) !important;
}

.color3{
  color: #747474 !important;
}
.color4{
  color: #ceb893 !important;
}

.gap-20{
  gap:20px;
}

.breadcrumb
 {
    margin-bottom: 10px !important;
    border-bottom: #eee 1px solid;
        font-size: 15px;
    text-decoration: none;
    line-height: 100%;
    font-weight: 300;
    line-height: 1.125rem;
        padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

a {
    color: #a0664b;
    text-decoration: none;
}

#container {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.83);
    /* margin-top: 100px; */
}

 .hero-section {
      /*background-image: url('images/bg1.webp');*/
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      position: relative;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(0, 0, 0, 0.4); */
    }

    .hero-content {
      position: relative;
      z-index: 2;
      /* max-width: 800px; */
      margin: auto;
    }


   
    /* Our Outlets Section */
    .outlets-section {
      text-align: center;
      padding: 70px 0;
    }

  

    .outlet-card {
      position: relative;
      overflow: hidden;
      color: #fff;
    }

    .outlet-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .outlet-card:hover img {
      transform: scale(1.05);
    }

    .outlet-overlay {
 position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    padding: 50px;
    transition: background 0.3s 
ease;
    }

    .outlet-overlay h5 {
    font-weight: 300;
      font-size: 38px;
      text-transform: capitalize;
    }

    .outlet-overlay h3 {
    font-weight: 700;
    font-size: 78px;
    line-height: 68px;
    text-transform: capitalize;
    letter-spacing: -1px;
    }

   
/* .icon-arrow-left:before {
    content: url(images/left-arrow.webp);
}
.icon-arrow-right:before {
    content: url(images/right-arrow.webp);
}

 */




  

  


    .top-badge{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    transition: all 0.3s ease;
    z-index: 1000;
}


/*.icon-footer-location{
  content:url('images/footer-location.webp')
}

.icon-location{
  content:url('images/location-icon.webp')
}

.icon-time{
  content:url('images/time.webp')
}


.icon-call{
  content:url('images/call.webp')
}
.icon-email-black{
  content:url('images/icon/email.webp')
}
.icon-call-black{
  content:url('images/icon/old-typical-phone.webp')
}
.icon-call-person{
  content:url('images/icon/telephone.webp')
}*/

/* .swiper-pagination-bullet-active{
  border: 1px solid var(--color-accent-1); */
  /* z-index: -1; */
  /* transition: all 0.1s ease-out;
border-radius: 0;
  transform: rotate(45deg);
  background-color: transparent !important;
      width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--color-accent-1);
    opacity: 1;

} */


.mw-unset{
  max-width: unset !important;
}

    .menu-section {
      display: flex;
      overflow: hidden;
    }

  

    .menu-content {
      position: relative;
      z-index: 2;
      padding: 100px 20px;
      text-align: center;
    }

    .menu-content h2 {
      margin-bottom: 30px;
    }

    .accordion {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .accordion button {
      background: transparent;
      color: #fff;
      border: none;
      font: 300 25px / 32px "Inter", sans-serif;
      padding: 20px 0;
      cursor: pointer;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      transition: all 0.3s ease;
    }

    .accordion button.active {
      color: #d54b3d;
      /* font-weight: 600; */
    }

    .accordion button:hover {
      color: #d54b3d;
    }

    /* Right Content */
    .main-content {
      flex: 1;
      padding: 40px;
      text-align: center;
      transition: all 0.4s ease;
    }

    .tab-content {
      display: none;
      animation: fadeIn 0.5s ease;
    }

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

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .menu-section {
        flex-direction: column;
      }

    }


    footer h6 {
      font: 700 16px / 28px "Inter", sans-serif;
    }

        footer li {
      font: 400 16px / 28px "Inter", sans-serif;
    }



    footer h5 {
    font-family: "Playfair Display", "sans-serif";
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 100%;
    font-size: 24px;
}





    footer a {
      color: #fff;
      text-decoration: none;
    }
    footer a:hover {
      color: #f4b400;
    }
    .footer-divider {
      border-left: 1px solid #808080;
      height: 80%;
    }
    .social-icons a {
      color: #fff;
      margin-right: 10px;
      font-size: 18px;
    }
    .footer-bottom {
      border-top: 1px solid #808080;
      padding: 20px 0px;
    }
    .footer-bottom a{
      color: #ceb893;
      font-size: 16px;
    text-decoration: none;
    line-height: 100%;
    font-weight: 300;
    line-height: 1.5rem;
    }
        
    @media (max-width: 767px) {
      .footer-divider {
        display: none;
      }
      .footer-section {
        /* border-bottom: 1px solid #FFFFFF; */
        /* padding-bottom: 20px;
        margin-bottom: 20px; */
      }
    }



    .ft-300{
      font-weight:300;
    }

.lh-28{
  line-height: 28px;
}

.pt-70{
  padding-top:70px;
}

.pb-70{
  padding-bottom:70px;
}



.bg1{
  /*background-image: url(images/pagebg.webp);*/
    background-size: cover;
    background-position: center;
}


.bg2{
/*background-image: url(images/outlet1.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg3{
/*background-image: url(images/outlet2.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.menu-bg{
  /*background-image: url(images/1.png);*/
    background-size: cover;
    background-position: center;
}


.sangolda-bg{
 /* background-image: url(images/2.png);*/
    background-size: cover;
    background-position: center;
}


.outlet-bg{
  /*background-image: url(images/outlet.webp);*/
    background-size: cover;
    background-position: center;
}

.gap-10{
  gap:10px;
}


.border-bottom{
      border-bottom: 1px solid #eaeaea;
}

.border-left{
      border-left: 1px solid #eaeaea;
}

/* 
ol, ul {
    padding-left: 0rem !important;
    margin-bottom: 0rem !important;
}    */
.page-title {
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    font-family: "Playfair Display", "sans-serif";
}

.cbg p{
      color: #747474;
}

.text1{
    font-family: "Playfair Display", "sans-serif";
    font-size: 28px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
}
.text2{
    font-size: 52px;
    line-height: 58px;
    /* margin-bottom: 37px; */
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-family: "Playfair Display", "sans-serif";
}

.text3 {
    font-size: 2.25rem;
    font-weight: bold;
    font-family: "Playfair Display", "sans-serif";
}

.text4 {
    font-family: "Old Standard TT", "sans-serif";
    color: #ae745a;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.55;
}

.text5 {
  font-size: 42px;
  font-family: "Playfair Display", "sans-serif";
  font-weight: normal;
}

.text6 {
    font-size: 32px;
    font-family: "Playfair Display", "sans-serif";
    font-weight: normal;
}


.text7 {
    font-size: 20px;
    font-family: "Playfair Display", "sans-serif";
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

.text8 {
    font-family: "Playfair Display", "sans-serif";
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
    text-align: left;
    color: #a0664b;
}


.text9 {
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    font-family: "Playfair Display", "sans-serif";
}

.sidebar h2 {
    font-family: "Playfair Display", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    /* line-height: 58px; */
    text-align: center;
}

.facilities a {
    color: #ae745a;
}

.facilities  ul {
    margin-bottom: 0rem;
}

.readbtn{
          font-size: 16px;
    line-height: 100%;
    font-weight: 300;
    line-height: 26px;
     color: #ae745a;
}

table{
	border-collapse:separate;
  	border-spacing: 0;
  	margin-bottom: 15px;
  	width: 100%;
	background: #ececec;
  	border: 1px solid #bbbbbb;
	}

th, tr, td {
	vertical-align: middle;
	}

.sticky-header th,
.sticky-table th {
	border-bottom: 3px solid #ccc;
  	padding-right: 1em;
  	text-align: left;
	}

th {
	background: #ae745a;
  	border-right: 1px solid #bd8871 !important;
  	color: #fff;
  	padding: 10px;
  	    font-weight: 500;
  	text-align:center;
	}

td {
	background: #f9ebe4;
  	color: #747474;
  	text-align: left;
  	padding: 10px;
  	border: 1px solid #bd8871;
    border-width: 1px !important;
        border-color: #bd8871  !important;
	}

  .rtecenter {
    text-align: center;
}

hr {
    border: none !important;
    border-top: #EEE 1px solid !important;
    background-color: #EEE !important;
}

h1, .h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", "sans-serif";
    font-weight: normal;
    margin-bottom: 8px;
    color: #000;
    line-height: 100%;
}

.field-name-field-facilities{
	background:url(images/Aashyana_Illustrations-31.webp) no-repeat bottom right;
	}	


  	

.bgc2{
	background:url(images/Aashyana_Illustrations-24.webp) no-repeat top 90px right 70px;
	}	
	
.bgc3{
	background:url(images/Aashyana_Icons-Home-cooked.webp) no-repeat bottom 570px right 30px;
}
.bgc4{
	background:url(images/Aashyana_Icons-Pool.webp) no-repeat bottom 300px right 30px;
	}

.bgc5{
	background:url(images/camera.webp) no-repeat bottom 20px right 40px;
	}		
  
  
.bgc6 {
    background:url(images/Aashyana_Illustrations-44-small.webp) no-repeat left 380px top 10px;
}


.bg-gray{
   background:#f7f7f7;
}

.field-label {
    font-family: "Playfair Display", "sans-serif";
    font-size: 18px;
}

/* ul, li{
    list-style: disc !important;
}
ol, li{
    list-style: auto !important;
} */




.field-name-field-distance {
    background: url(images/icon/Aashyana_Illustrations-26.webp) top 0px right 0px no-repeat;
}


.block-views-spa-block {
    background: url(images/icon/download.webp) bottom 0px right 0px no-repeat;
}


.block-views-yoga-block {
    background: url(images/icon/Aashyana_Icons-Yoga-Spa.webp) bottom 180px right -5px no-repeat;
}

.block-views-kitchen-block {
    background: url(images/icon/Aashyana_Illustrations-07.webp) bottom 0px right 0px no-repeat;
}


.view-villas-cottages{
	background:#fff url(images/Aashyana_Illustrations-25.webp) no-repeat right 5px bottom 5px;
	height: 489px;
	}	

.media-img{
    float: right;
    margin-left: 10px;
    border: 1px solid #efefef;
    background: #ededed;
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
}







.gallery-img {
    /*width: 100%;*/
    /*height: 150px;     */
    /* object-fit: cover;   */
    border-radius: 10px;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 3 / 2;
}


.location-txt p {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.5;
}

.location-txt  h6 {
    font-size: 18px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-family: "Playfair Display", "sans-serif";
    color: #000;
    line-height: 1.5;
    font-size: 16px;
    font-family: "Playfair Display", "sans-serif";
    font-weight: 600;
    margin-bottom: 8px;
}


.t1 {
font-size: 18px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-family: "Playfair Display", "sans-serif";
}

.t2 {
    font-family: "Open Sans", "sans-serif";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1c1c1c;
    margin-bottom: 10px;
}


.block-readmore{
font-size: 0.75rem;
    line-height: 1.2rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.58rem;
    padding-bottom: 0.6rem;
    border-color: #ae745a;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    background: #ae745a;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    transition: all .5s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}

.block-readmore:hover {
    color: #ae745a !important;
    background: #ffffff;
}

.room-block-link{
    font-size: 0.75rem;
    line-height: 1.2rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.58rem;
    padding-bottom: 0.6rem;
    border-color: #858585;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    background: #858585;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    transition: all .5s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}


.ff-btn-submit{
font-size: 0.75rem;
    line-height: 1.2rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.58rem;
    padding-bottom: 0.6rem;
    border-color: #ae745a;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    background: #ae745a;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    transition: all .5s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}


.room-block-link:hover {
    color: #858585;
    background: #ffffff;
}

.d-flexm{
  display: flex;
}


.mr-10{
  margin-right: 10px;
}

.navAbsolute1 {
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


#block-views-guest-comments-block h2{
	margin-top:40px;
	}
	
#block-views-guest-comments-block .content{
	border:1px solid #efefef;
	box-shadow: 2px #ddd;
	padding:5px;
	}
	
.guest-comment-title{
	font-size:16px;
	font-weight:600;
	font-style:italic;
  line-height: 36px;
	}

.guest-comment-txt{
	font-style:italic;
	padding-left:10px;
	padding-right: 10px;
	text-align: justify;
	float: left;
	font-size:16px;
  line-height: 50px;
	}

/* .guest-comment-txt:before {
    content:open-quote;
	font-size: 40px;
	font-family: "Playfair Display", "sans-serif";
	float:left;
	padding-right:10px;
	}

.guest-comment-txt:after {
    content:close-quote;
	font-size: 40px;
	font-family: "Playfair Display", "sans-serif";
	} */

  .i1{
    content: url(images/quote.webp);
  }

   .i2{
    content: url(images/double-quotes.webp);
  }
	
.guest-comment-txt #myBtn{
	color:#ae745a;
	background:none;
	padding:0;
	}	

.guest-name{
	font-size: 12px;
	text-align: right;
	font-style: italic;
	margin-right: 10px;
	}
	
#more {
	display: none;
	}	


.view-guest-comments{
    border: 1px solid #efefef;
    background: white;
    padding: 10px;
}


.pm-4 {
    padding: 1.5rem !important;
}

.card1{
      background: #fff;
    padding: 15px;
}

strong{
  font-weight: 500 !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 2.0rem !important;
    padding-left: 2.0rem !important;
}

@media (max-width: 767px) {
main {
  margin-top: 80px;
}
.d-flexm{
  display: none !important;
}
.text2 {
  font-size: 38px;
}
.pm-4 {
padding: 0 !important;
}

.menuFullScreen-links a {
   border-bottom:0px solid !important;
}
.room-block-link {
    font-size: 12px;
    white-space: nowrap;
        padding-left: 10px;
    padding-right: 10px;
}

.block-readmore {
    font-size: 12px;
    white-space: nowrap;
        padding-left: 10px;
    padding-right: 10px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 1.0rem !important;
    padding-left: 1.0rem !important;
}

}




.icon-arrow-left:before {
    content: url(images/back-arrow.webp) !important;
}

.icon-arrow-right:before {
    content: url(images/next-arrow.webp) !important;
}


.logoimg{
  width: 100%;
  padding: 0px 20px;
}


.a2{
  font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 1.2px;
    text-align: initial;
    font-family: "Open Sans", "sans-serif";
    /* padding: 20px 5px 20px 5px; */
    font-style: normal;
    font-weight: 600;
    color: #ae745a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.imageborder img{
    border: 3px solid #ddd;
    border-radius: 3px;
}


ol, ul {
    padding-left: 1rem !important;
}

.w-95{
  width: 95%;
}


.text10 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Playfair Display", "sans-serif";
    font-weight: 500;
}



.bg-accent-1-50:hover {
    opacity: 1;
}

.icon-menu{
    color: white !important;
}



.icon-menu:before {
    color: black !important;
}

.lwidth{
    width:80%;
}

.TA_certificateOfExcellence li {
      list-style: none !important;
}

@media (max-width: 1160px) and (min-width: 990px){
.lwidth{
    width:100%;
}

main {
    /*margin-top: 175px;*/
    margin-top: 150px;
}
}


.responsive-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
      flex-wrap: wrap;
  gap: 15px;
      justify-content: center;
       padding-left: 0rem !important;
}

/* Mobile = 2 columns */
@media (max-width: 768px) {
  .responsive-list {
    flex-wrap: wrap;  /* Allow wrapping */
    justify-content: left !important;
  }

  .responsive-list li {
    width: calc(50% - 15px);  /* 2-column layout */
  }
  
  .text-rightm{
    text-align:left !important;
}
  .text-centerm{
    text-align:left !important;
}
}

.text-rightm{
    text-align:right;
}

.text-centerm{
    text-align:center;
}
.responsive-list li {
    list-style: none !important;
}




.grecaptcha-badge{
    visibility:hidden;
}


.floatingbtn{
  position: fixed;
  bottom: 85px;
  right: 25px;
  z-index: 99999;
  transition: all 0.3s;
  }
  
  
.ht-100{
    height:100%;
}  

.recent-blogs-list li{margin-bottom: 15px;}
.recent-blogs-list a{font-weight: 500;}
.sidebar{background: #fff; border:1px solid #0000002d ;padding: 20px; border-radius: 0.375rem;  margin: 100px 0 0}
@media (max-width: 991px){.sidebar{margin: 0;}}

.footer-text{
  color: #fff;
  padding: 40px 100px 0  !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.5rem;

}
@media (max-width: 576px){.footer-text{
  padding: 40px 40px 0  !important;
}}
 .subheading-room{color: #1c1c1c !important; font-size: 14px !important; font-family: "Open Sans", sans-serif; font-weight: 100; line-height: 1.5rem;}
 .title_desc{font-size: 20px; color: #1c1c1c !important; font-weight: 300; line-height: 1.5rem;} 
 .room-listing-subheading{color: #ae745a !important; font-size: 18px !important; font-family: "Open Sans", sans-serif; font-weight: 400; line-height: 1.5rem;}
 @media (min-width: 991px) and (max-width: 1123px){ .desc-p{ min-height: 136px !important;}}
@media (min-width: 1124px){ .desc-p{ min-height: 112px !important;}}
