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

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

/* Footer styles */
footer {
  background-color: #333;
  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%; 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; font-size: 12px;
  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;
}
textarea {
  resize: vertical;
}
button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}
#weekendvilla p img{ margin: 0 auto; text-align: center;}
#studios img{width: 100%;}
#girnarvilla img{width: 100%;}

.txtcap{text-transform: uppercase;}
h2{font-size: 14px; box-sizing: border-box; background: #373737; color: #ffffff; padding: 5px 10px; margin-bottom: 10px; letter-spacing: -0.5px; font-weight: normal;}
h3{ box-sizing: border-box; color: #ffffff;  background: #373737;  padding: 5px 10px; margin-bottom: 10px;letter-spacing: -0.5px;}
p{margin-bottom:10px !important; line-height: 18px; font-size: 14px;}
.marbt{margin-bottom:10px;}
.marzero{margin: 0px !important;}

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

.contactxt{font-size: 12px; line-height: normal;}
ul{margin: 0 0 10px 0;}
ul li{font-size: 12px; line-height: 18px;}
.align-center{text-align: center !important;}
.imgcenter{margin: 0 auto;}

