@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
      margin: 0;
      padding: 0;
    }
	body, html {
      margin: 0;
      padding: 0;
    }

body{
font-family: "Roboto", sans-serif;	
}  

h1, h2, h3, h4, h5, h6{
	 font-family: "Playfair Display", serif;
}

p{
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	font-size:15px;
	line-height: 28px;
	color: #000;
}

.section-space{
	padding:60px 0;
}

  
.bg-color {
	background:#FAF9F6;
}

 .navbar {
      background-color: transparent;
      font-weight: 600;
      transition: background-color 0.4s ease;
    }

    .navbar.scrolled {
      background-color: black !important;
    }

    .navbar-nav .nav-link {
     color: white !important;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
    }

    .navbar-brand img {
      height: 60px;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      color: white;
    }

    /* Dropdown on hover */
    .nav-item.dropdown:hover .dropdown-menu {
      display: block;
    }

    .dropdown-menu {
      margin-top: 0;
      background-color: rgba(255, 255, 255, 0.95);
    }

    .dropdown-menu a {
      color: #000 !important;
    
    }

    .dropdown-menu a:hover {
      background-color: #f0f0f0;
    }

    .page-content {
      padding-top: 80px;
    }
	
	
	.navbar.scrolled {
  background-color: black !important;
}
	
	.carousel,
    .carousel-inner,
    .carousel-item {
      height: 100vh;
    }

    .carousel-item {
      background-size: cover;
      background-position: center;
    }

    /* Override horizontal with vertical slide */
    .carousel-inner {
      position: relative;
      overflow: hidden;
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
      display: block;
    }

    .carousel-item {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      transition: transform 1s ease-in-out;
    }

    .carousel-item-next.carousel-item-up,
    .carousel-item-prev.carousel-item-down {
      transform: translateY(100%);
    }

    .carousel-item-up.carousel-item-left,
    .carousel-item-down.carousel-item-right,
    .carousel-item.active.carousel-item-up {
      transform: translateY(0);
    }

    .carousel-item-up.carousel-item-left.active {
      transform: translateY(-100%);
    }

    .carousel-item-down.carousel-item-right.active {
      transform: translateY(100%);
    }

    .carousel-caption {
      bottom: 20%;
      left: 10%;
      right: auto;
      text-align: left;
	  max-width:40%;
	  
    }

    .carousel-caption h1 {
      color: #fff;
      font-size: 3rem;

    }

    .carousel-caption p {
      color: #ddd;
  
    }

    .carousel-item::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.2);
    }
	
	
.carousel-caption a {
	 transition: 0.3s;
	 color:#fff;
	 font-weight:400;
}	
	
.carousel-caption a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid;
    width: 1.5rem;
    background-color: #1e1e22;
    margin-right: 1.125rem;
    transition: -webkit-transform 0.3s cubic-bezier(.4,0,.2,1);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), -webkit-transform 0.3s cubic-bezier(.4,0,.2,1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
	}
	
	
	.carousel-caption a:hover::before,.carousel-caption a:hover .carousel-caption a::before {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5)
}

.carousel-caption a:hover  {
  padding-left:10px;
  text-decoration:none;
}

.about-section p{
	font-family: "Gothic A1", sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6em;
    color: #1d212a;
	text-align:Center;
}

.about-section a{
    background-color: #fff0;
    color: #ff8e1f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ff8e1f;
    border-radius: 0 0 0 0;
    padding: 15px 30px 14px 30px;
    text-decoration: none;
    font-weight: 400;
	 width: 214px;
    display: block;
    margin: auto;
}


.about-section a {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.about-section a:active,.about-section a:focus,.about-section a:hover {
    transform: translateY(-8px)
}

.hotels h3{
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 35px;
}

.hotels p{
	text-align:center;
}

.hotels img{
	width:100%;
}

.hotels-div img{
	width:100%;
}
.hotels-div a{
    background-color: #fff0;
    color: #ff8e1f;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff8e1f;
    border-radius: 0 0 0 0;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-weight: 400;
    width: 114px;
    display: block;
    margin: auto;
    font-size: 14px;
	margin-top:10px;
}


.hotels-div a {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.hotels-div a:active,.hotels-div a:focus,.hotels-div a:hover {
    transform: translateY(-8px)
}

.hotels-div h5{
	margin:10px 10px 15px 10px;
	text-align:center;
	padding: 0 10px;
	    font-size: 22px;
}

.gallery-img {
      width: 100%;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
      cursor: pointer;
      border-radius: 5px;
      display: block;
    }
    .gallery-img:hover {
      transform: scale(1.05);
    }

.gallery img{
	width:100%;
	margin-bottom:10px;
}

.gallery .col-sm-4{
	padding-right: 5px;
    padding-left: 5px;
	overflow: hidden;
}

.gallery {
	text-align:center;
}

.gallery p{
	max-width:80%;
	display:block;
	margin:auto;
	margin-bottom:30px;
}

#modalImage {
      width: 100%;
      border-radius: 8px;
    }

    .modal-content {
      background: transparent;
      border: none;
    }

    .modal-body {
      padding: 0;
      text-align: center;
    }
	
	
.modal-lg, .modal-xl {
	max-width:500px;
}

.wedding img{
	width:100%;
	margin-bottom:20px;
}



.wedding a{
    background-color: #fff0;
    color: #ff8e1f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ff8e1f;
    border-radius: 0 0 0 0;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    font-weight: 400;
	 width: 167px;
    display: block;
    margin: auto;
}


.wedding a {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.wedding a:active,.wedding a:focus,.wedding a:hover {
    transform: translateY(-8px)
}

 .contact-card {
      background-color: #000;
      color: #fff;
      padding: 25px;
      border-radius: 15px;
      height: 100%;
      transition: transform 0.3s;
    }
.contact-card p{
	color:#fff;
}
    .contact-card:hover {
      transform: translateY(-5px);
    }

    .contact-icon {
      font-size: 40px;
      float: right;
    }

    .contact-card p,
    .contact-card li {
      font-size: 13px;
    margin-bottom: 2px;
    }

.icon{
position: relative;
top: -30px;
}

.contact-card a{
	color:#fff;
}

.footer-action {
	width:60%;
	margin:auto;
	padding-bottom: 30px;
}

.toggle-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

/* When accordion is open, show minus */
#collapseHotels.show ~ .card-header .toggle-icon::before {
  content: "-";
}

#hotelAccordion {
	margin-bottom:30px;
}

.card {
	background: transparent;
    border: solid 1px #fff;
    color: #fff;
}

.card-body h5{
	color:#fff;
}

.footer {
	background:#000;
	padding-bottom: 0px;
}

.address p{
	color:#fff;
	margin-bottom: 2px;
	font-size: 15px;
}

.address h3{
     color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

.address i{
	margin-right:5px;
}

.address li{
	list-style:none;
	    display: inline;
}

.address ul{
	padding-left: 0;
    margin:15px 0;
}
.address img{
	background: #fff;
    border-radius: 6px;
    margin-right: 8px;
}

.quick-links {
	margin-top:30px;
}

.quick-links h3{
	color:#fff;
	text-align:center;
}

.quick-links li{
	list-style:none;
	line-height:28px;
	    display: inline;
}

.quick-links ul{
	padding-left:15px;
	display: flex;
    justify-content: space-around;
}

.quick-links  a{
	color:#fff;
	    font-weight: 300;
		transition:.3s;
}

.quick-links  a:hover{
	text-decoration:none;
	padding-left:6px;
}

.copyrights p{
	 text-align: center;
    margin: 0;
    background: #000;
    color: #fff;
    padding:30px 0;
	    font-size: 15px;
    font-weight: 300;
}


.breadcumb{
	padding:250px 0;
	background-position: center !important;
	background-size: cover;
	background-size: cover !important;
}





.contact-bg {
	background:url(../../assets/images/bg/contact-bg.jpg);
	
}

.restro-shimla-bg {
	background:url(../../assets/images/bg/restro-shimla-bg.jpg);
}

.restro-delhi-bg {
	background:url(../../assets/images/bg/restro-delhi-bg.jpg);
}

.wedding-bg {
	background:url(../../assets/images/bg/wedding-bg.jpg);
}

.upcoming-bg{
 background:url(../../assets/images/bg/upcoming-bg.jpg);   
}

.gallery-bg {
background:url(../../assets/images/bg/gallery-bg.jpg);
}

.delhi-gallery-bg {
background:url(../../assets/images/bg/delhi-gallery-bg.jpg);
}

.goa-gallery-bg {
 background:url(../../assets/images/bg/goa-gallery-bg.jpg);   
}

.shimla-gallery-bg {
     background:url(../../assets/images/bg/shimla-gallery-bg.jpg);  
}


.our-story-page {
	background-attachment: fixed !important;
	background-position: center !important;
	background-size: cover !important;
	color:#fff;
}

.our-story-page p{
	color:#fff;
}

.about-bg1 {
	padding:250px 0 100px 0;
	background:url(../../assets/images/bg/about-bg1.jpg);
}

.about-content {
	background: #00000066;
    padding: 20px;
}



.about-bg2 {
	padding:50px 0;
	background:url(../../assets/images/bg/about-bg2.jpg);
}



.about-bg3 {
	padding:50px 0;
	background:url(../../assets/images/bg/about-bg3.jpg);
}


.team img{
width:100%;	
}

.team{
	background:#000;
	padding:10px;
}

.team h4{
	font-size:20px;
	margin-top:5px;
}

.team p{
	font-size: 14px;
    line-height: 23px;
}



 .contact-form textarea {
      resize: none;
    }
    .faq-question {
      cursor: pointer;
      font-weight: 500;
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }
    .faq-question:hover {
      background-color: #f8f9fa;
    }
    .faq-section {
      background-color: #f9f6f1;
      padding: 30px;
    }
	
	.btn-link{
		text-align:left;
		color:#000;
	}

    .card-body {
		color:#000;
	}

    .btn-link:hover{
		text-decoration:none;
		color:#000;
	}

.btn.focus, .btn:focus{
	box-shadow: 0 0 0 .2rem rgb(0 123 255 / 0%);
}

.contact-btn {
	    background: #fe8e1e;
    border: solid 1px #ff8e1e;
}

.form-control:focus {
box-shadow: 0 0 0 .2rem rgb(0 123 255 / 0%);	
}

.hotel-slide img{
	width:100%;
}

.hotel-content span{
	 font-family: "Gothic A1", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
	margin-bottom:20px;
   
}


.hotel-content h2{
	margin-bottom:20px;
}


.hotel-content p{
	margin-top:20px;
	text-align:justify;
}
.hotel-content img{
	    max-width: 580px;
    width: 100%;
    float: right;
    padding: 0 0 10px 20px;
}


.room-div img{
	width:100%;
}


.rooms-section h3{
	margin-bottom:10px;
	text-align:center;
}

.rooms-section p{
	text-align:center;
	max-width:700px;
	margin:auto;
	margin-bottom:30px;
}

.room-div h4{
	margin:10px 0;
	padding:0 20px;
}

.room-div p{
padding:0 20px;
text-align:justify;	
}


.room-div {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding-bottom:10px;
	background:#fff;
}



.room-div a{
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    background-color: #fff0;
    color: #ff8e1f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ff8e1f;
    border-radius: 0 0 0 0;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    font-weight: 400;
	 width: 90%;
    display: block;
    margin: auto;
	text-align:center;
}


.room-div a:active,.room-div a:focus,.room-div a:hover {
    transform: translateY(-8px)
}

.facilitie-div {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding:15px 10px;
	margin-bottom:20px;
}

.facilitie-div img{
	width:70px;
	display:block;
	margin:auto;
}

.facilitie-div p{
	text-align:center;
}


.facilities h3{
	margin-bottom:10px;
}

.facilities p{
	margin-bottom:40px;
}

.facilitie-div p{
	margin-bottom:0;
}

.dining img{
	width:100%;
}




.dining a{
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    background-color: #fff0;
    color: #ff8e1f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ff8e1f;
    border-radius: 0 0 0 0;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    font-weight: 400;
	 width: 167px;
    display: block;
  
}



.dining a:active,.dining a:focus,.dining a:hover {
    transform: translateY(-8px)
}

 .instagram-widget-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 50%; /* Adjust this to control aspect ratio (50% = 2:1) */
    height: 0;
    overflow: hidden;
  }

  .instagram-widget-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }


 .form-container {
    
      padding: 40px;
    }

   .form-container h2{
	   text-align:center;
   }

    .intro-text {
      text-align: center;
      font-style: italic;
      margin: 10px 0 30px;
      color: #444;
    }

  .form-container  form {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .form-group {
      flex: 1 1 45%;
      display: flex;
      flex-direction: column;
    }

    .form-group.full-width {
      flex: 1 1 100%;
    }

   .form-container label {
      font-size: 14px;
      margin-bottom: 4px;
      color: #444;
    }

   .form-container input, select, textarea {
      border: none;
      border-bottom: 1px solid #888;
      background-color: transparent;
      padding: 8px 5px;
      font-size: 15px;
      outline: none;
    }

   

   .form-container textarea {
      resize: vertical;
      min-height: 100px;
    }

    .error-message {
      font-size: 12px;
      color: #e74c3c;
      margin-top: 3px;
    }

    .submit-button {
      margin-top: 20px;
      background-color: #1c1c1c;
      color: white;
      padding: 12px 25px;
      border: none;
      cursor: pointer;
      font-weight: bold;
      border-radius: 2px;
    }

    .submit-button:hover {
      background-color: #333;
    }


.dining p{
	text-align:justify;
}



.form-for-Booking {
            max-width: 900px;
            width: 100%;
            margin: auto;
            border: none;
            padding: 20px;
        font-family: "Montserrat", sans-serif;
        }
         #widgetform{top: 15%;right: 10px;}
    #widgetform table{border: 3px solid #a68164;}
    #widgetform a{background: #a68164;margin-top: 30px;}
    #widgetform select{
               padding: 13px;
    border: solid 1px #000;
    border-radius: 4px;
    }
    
    #widgetform input {
    background: url(https://asiatech.in/booking_engine/superadmin/images/calendar-icon.png) no-repeat 5px;
    border: 1px solid #000000;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 3px;
    width: 150px;
}
#widgetform a {
    text-decoration: none;
    background: #a68164;
    padding: 11px 0px;
    color: white;
    display: block;
    border-radius: 3px;
    width: 150px;
    text-align: center;
}
#widgetform td, th{
border:none;}



















    @media (max-width: 768px) {
      .form-group {
        flex: 1 1 100%;
      }
    }


@media only screen and (max-width: 600px) {
 .quick-links ul{
    display:block;
  }
  .quick-links li{
	  display:block;
  }
  
  .section-space {
    padding: 60px 15px;
}

.footer-action {
    width: 100%;
    margin: auto;
}

.hotels-div {
	margin-bottom:20px;
}

.carousel-caption {
	max-width:100%;
}

.carousel-caption h1 {
	font-size:2rem
}

.carousel-caption p{
	    font-size: 14px;
    line-height: 23px;
}

.carousel, .carousel-inner, .carousel-item{
	height:80vh;
}



.navbar-collapse {
	    background: #000;
    padding: 10px 20px;
    text-align: center;
	z-index: 99;
}

.navbar-brand img {
    position: absolute;
    top: 5px;
    right: 10%;	
}


.breadcumb {
padding:120px 0;
}

#widgetform input {
    width:100%;
}

#widgetform a {
    width:240px;
}

.navbar.scrolled {
    background-color: black !important;
    min-height: 70px;
}
.dining img {
    width: 100%;
    margin-top: 20px;
}

}