body, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6; color: #2A2A2A;
}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
/* Header styles */
header {
  background-color: #050D1B;
  color: #fff;
  text-align: center;
  padding: 1rem 0; font-size: 12px;
}

.banner{}
.banner img{width: 100%; }

/* Footer styles */
footer {
  background-color: #050D1B;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
footer a{color: #ffffff; text-decoration:underline;}
footer a:hover{text-decoration: none;}
/* Wrapper for sections */
.wrapper {
  width: 360px; box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
/* Section styles */
section {
  margin-bottom: 20px;
}
/* Image slider styles */
.image-slider {
  width: 100%;
  margin: 0 auto;
}
.image-slider img {
  width: 100%; border: solid 1px #666666; box-sizing: border-box;
}
/* Google reCAPTCHA styles */
.g-recaptcha {
  margin-top: 10px;
}
/* Form styles */
form {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label {
  display: block;
  margin-bottom: 5px;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 15px; box-sizing: border-box;
font-family: "Montserrat", sans-serif;
}
textarea {
font-family: "Montserrat", sans-serif;
  resize: vertical;
}
button {
  font-family: "Montserrat", sans-serif;
  background-color: #050D1B;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer; font-weight: bold; text-transform: uppercase;
}
#weekendvilla p img{width: 50%; margin: 0 auto; text-align: center;}
#studios img{width: 100%;}
#girnarvilla img{width: 100%;}

.txtcap{text-transform: uppercase;}
h2{font-size: 14px; background: #050D1B; color: #ffffff; padding: 5px 10px;  box-sizing: border-box; font-weight: bold;}
h3{color: #ffffff; padding: 5px 10px; margin-bottom: 10px; font-size: 14px; font-weight: bold; line-height: 1.8em;}
p{margin-bottom:10px !important;}
.marbt{margin-bottom:10px;}
.marzero{margin: 0px !important;}

.greenbg{background: #013F40}
.bluebg{background: #00297E}
.redbg{background: #8A0002}
.txtcenter{text-align: center;}
.link {}
.link a{text-decoration: underline; color:#013F40; font-weight: bold;}
.link a:hover{text-decoration: underline;}


/*NEW October 2024*/
.imgfull{width: 100%}








