body{
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}
section {
  border: 2px solid lightgray;
  background-image: url(../img/artbg.jpg);
  /* box-shadow: 0 0 15px rgba(0,0,0,.5); */
  margin: 20px;
}

#styleone {
  position: fixed;
  bottom: 2%;
  width: 100%;
  text-align: center;
  z-index: 100;
  font-size: 13px !important;
  font-weight: bold;
}
#styleone ul{
  display: inline-block;
  margin: 0;
  padding: 5px;
  list-style-type: none;
  width: auto;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  /* background: lightgrey; */
  /* background: #e0e0e0; */
  /* border: 2px solid #708531; */
}
#styleone ul li{
  display:block;
  float:left;
  height:24px;
}
    
#styleone ul li a{
  display:block;
  float:left;
  color:#888687;
  text-decoration:none;
  padding:5px 12px 0 20px;
  height:24px;
}
    
#styleone ul li a:hover,#styleone ul li a.current{
  color:#008049;
  background:transparent;
  height:24px;
}
    
#styleone ul li a:current,#styleone ul li a.current{
  color:#000000;
  background:transparent;
  height:24px;
}
@media (max-width: 540px) {
  #styleone ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    justify-content: flex-start;
  }
  #styleone ul li {
    float: none;
    flex: 0 0 auto;
  }
  #styleone ul li a {
    float: none;
  }
}

@media (max-width: 540px) {
  #styleone ul {
    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
  }

  #styleone ul::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.home {
  position: relative;
  min-height: 1400px;
}

#homeLogo {
  position: sticky;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 22vw;           
  max-width: 280px;
  min-width: 200px;
  transition: width 0.3s ease;
  padding-bottom: 10%;
}
.container {
  width: 100%;
}

/* @media (max-width: 450px) {
  #homeLogo {
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
  }
} */

@media (max-width: 450px) {
  #homeLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    transform: none;
    width: 65vw;
    min-width: 180px;
    max-width: 90vw;
  }
  .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

}

/* page2 */
.about img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.formatted-text {
    font-size: 24px;
    color: #333;
    text-align: justify;
    line-height: 1.2;
    max-width: 71.5%;
    margin-left: 60px;
    margin-top: -400px;
  }
.dropcap{
    font-size: 3em;
    line-height: 1;
    color: #708531;
}
.about{
  padding-bottom: 2vh;
}

@media (max-width: 999px) {
    .formatted-text {
        font-size: 22px;
        margin-left: 60px;
        margin-top: -350px;
        max-width: 70%;
    }
    .dropcap {
    font-size: clamp(2.2em, 4vw, 3em);
  }
}
@media (max-width: 899px) {
    .formatted-text {
        font-size: 20px;
        margin-left: 60px;
        margin-top: -315px;
        max-width: 70%;
    }
}
@media (max-width: 799px) {
    .formatted-text {
        font-size: 17px;
        margin-left: 60px;
        margin-top: -270px;
        max-width: 70%;
    }
}
@media (max-width: 699px) {
    .formatted-text {
        font-size: 14px;
        margin-left: 50px;
        margin-top: -230px;
        max-width: 68%;
    }
}
@media (max-width: 599px) {
    .formatted-text {
        font-size: 12px;
        margin-left: 36px;
        margin-top: -185px;
        max-width: 70%;
    }
}
@media (max-width: 499px) {
    .formatted-text {
        font-size: 11px;
        margin-left: 25px;
        margin-top: -166px;
        max-width: 70%;
    }
}
@media (max-width: 449px) {
    .formatted-text {
        font-size: 11px;
        margin-left: 25px;
        margin-top: -150px;
        max-width: 70%;
    }
}
@media (max-width: 399px) {
    .formatted-text {
        font-size: 7px;
        margin-left: 18px;
        margin-top: -123px;
        max-width: 70%;
    }
}
@media (max-width: 349px) {
    .formatted-text {
        font-size: 7px;
        margin-left: 20px;
        margin-top: -107px;
        max-width: 70%;
    }
}
@media (max-width: 299px) {
    .formatted-text {
        font-size: 5px;
        margin-left: 10px;
        margin-top: -67px;
        max-width: 70%;
    }
}
/* page3 */
.pg3-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    color: #333;
    text-align: justify;
    line-height: 1.1;
    max-width: auto;
    margin-left: 0px;
    margin-top: -30px;
  }
.dropcap2{
    font-size: 3em;
    line-height: 1;
    color: #708531;
}
.layout {
    display: flex;
    max-width: 1000px;
    margin: 0 60px;
    padding: 0px;
    gap: 30px;
    flex-wrap: wrap;
  }
  
.left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1.7;
  margin-top: 200px;
}

.left-column img {
  width: 100%;
  height: auto;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 2;
  gap: 20px;
}

.pattern {
  width: 100%;
  height: auto;
}
@media (min-width:420px) and (max-width: 1999px) {
    .minusmargin{
    margin-bottom: 0px;
  } 
}
@media (min-width:666px){
  .left-column{
    gap: 28px;
  }
}

@media (max-width: 999px) {
  .pg3-text{
    /* font-size: clamp(10px, 2vw, 24px); */
    line-height: 1.3;
  }
  .layout{
    margin-left: clamp(20px, 6vw, 60px);
    margin-right: clamp(20px, 6vw, 60px);
    gap: clamp(20px,-10vh,30px);
  }
  .left-column{
    margin-top: clamp(50px, 25vw, 200px);
  }
}
@media (max-width: 600px) {
  .pg3-text{
    line-height: 1.2;
  }
}
@media (max-width: 420px) {
  .pg3-text{
    /* font-size: clamp(5px, 2vw, 10px); */
    margin-top: 0px;
    line-height: 1.2;
  }
  .layout{
    margin-left: clamp(20px, 6vw, 60px);
    margin-right: clamp(20px, 6vw, 60px);
    gap: clamp(10px,-10vh,20px);
  }
  .left-column{
    margin-top: clamp(50px, 25vw, 200px);
  }
  .right-column{
    gap: 0;
  }
}
@media (max-width: 999px) {
    .pg3-text {
        font-size: 22px;
    }
}
@media (max-width: 899px) {
    .pg3-text {
        font-size: 20px;
    }
}
@media (max-width: 799px) {
    .pg3-text {
        font-size: 17px;
    }
}
@media (max-width: 699px) {
    .pg3-text {
        font-size: 14px;
    }
}
@media (max-width: 599px) {
    .pg3-text {
        font-size: 12px;
    }
}
@media (max-width: 499px) {
    .pg3-text {
        font-size: 11px;
    }
}
@media (max-width: 449px) {
    .pg3-text {
        font-size: 9px;
    }
}
@media (max-width: 399px) {
    .pg3-text {
        font-size: 8.5px;
    }
}
@media (max-width: 349px) {
    .pg3-text {
        font-size: 7.5px;
    }
}
@media (max-width: 299px) {
    .pg3-text {
        font-size: 6px;
    }
}
/* page4 */

/* page4 */

.placeholder {
  height: 100px;
  width: 100%;
}

.applycontainer {
  display: flex;
  justify-content: space-between;
}

.left1 {
  background-image: url('../img/patternleft.png');
  width: 13%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right1 {
  background-image: url('../img/patternright.png');
  width: 18%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  flex: 1;
  padding-left: 60px;
  margin: 0 auto;
}

h2 {
  position: relative;
  padding-left: 0;
  margin: 0;
  color: #708531;
}

.greendot::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 5px;
  width: 17px;
  height: 17px;
  background-color: #708531;
  border-radius: 50%;
  opacity: 0.7;
}

.section {
  margin-bottom: 20px;
  font-size: 24px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

form input,
form textarea {
  display: block;
  width: 60%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

form select {
  display: block;
  width: 60%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-6.5%200-12.2%203.2-15.8%208.1-3.7%204.9-4.9%2011-3.6%2017.3l128.8%20194.3c3.7%205.6%209.6%208.8%2016.3%208.8s12.6-3.2%2016.3-8.8L290.5%2094c1.3-6.3.1-12.4-3.6-17.3z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 12px auto;
  padding-right: 30px;
}

form input[type="submit"] {
  background-color: #708531;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form input[type="submit"]:hover {
  background-color: #5e6e29;
}

@media (max-width: 999px) {
  .applycontainer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }

  .left1 {
    flex: 0 0 80px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .right1 {
    flex: 0 0 120px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .content {
    flex: 1;
    padding-left: 40px;
    padding-right: 20px;
    max-width: calc(100% - 200px);
  }

  h2 {
    font-size: clamp(10px, 2vw, 24px);
    padding-left: 0px;
    position: relative;
  }

  .greendot::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 2px;
    width: clamp(8px, 2vw, 15px);
    height: clamp(8px, 2vw, 15px);
    background-color: #708531;
    border-radius: 50%;
    opacity: 0.7;
  }

  .section {
    font-size: clamp(10px, 1.8vw, 20px);
  }

  form label {
    font-size: clamp(9px, 1.6vw, 18px);
  }

  form input,
  form textarea {
    font-size: clamp(9px, 1.6vw, 18px);
    width: 70%;
  }

  form select {
    font-size: clamp(9px, 1.6vw, 18px);
    width: 70%;
  }

  input[type="submit"] {
    font-size: clamp(10px, 1.8vw, 18px);
    width: 70%;
    margin-top: 10px;
  }

  .placeholder {
    height: 50px;
  }
}

@media (min-width: 421px) and (max-width: 600px) {
  .applycontainer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }

  .left1 {
    flex: 0 0 55px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .right1 {
    flex: 0 0 80px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .content {
    flex: 1;
    padding-left: 25px;
    padding-right: 10px;
    max-width: calc(100% - 135px);
  }

  h2 {
    font-size: 1.1rem;
    padding-left: 0px;
    position: relative;
  }

  .greendot::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #708531;
    border-radius: 50%;
    opacity: 0.7;
  }

  .section {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  form label {
    font-size: 0.8rem;
  }

  form input,
  form textarea {
    font-size: 0.8rem;
    width: 80%;
    padding: 6px;
    margin-bottom: 12px;
  }

  form select {
    font-size: 0.8rem;
    width: 80%;
    padding: 6px;
    margin-bottom: 12px;
  }

  input[type="submit"] {
    font-size: 0.9rem;
    width: 80%;
    margin-top: 10px;
    padding: 8px;
  }

  .placeholder {
    height: 35px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 500px) {

  .applycontainer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }

  .left1 {
    width: 13%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
  }

  .right1 {
    width: 18%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }

  .content {
    flex: 1;
    padding-left: 26px;
    margin: 0 auto;
  }

  h2 {
    position: relative;
    padding-left: 0;
    margin: 0;
    color: #708531;
    font-size: 14.4px;
    margin-bottom: 3px;
  }

  .greendot::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 2px;
    width: 7.3px;
    height: 7.3px;
    background-color: #708531;
    border-radius: 50%;
    opacity: 0.7;
  }

  .section {
    font-size: 10.3px;
    margin-bottom: 8.6px;
    line-height: 1.3;
  }

  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  ul li {
    font-size: 10.3px;
    margin-bottom: 2.5px;
  }

  form label {
    display: block;
    font-size: 9.5px;
    margin-bottom: 2px;
    font-weight: bold;
  }

  form input,
  form textarea {
    display: block;
    width: 80%;
    padding: 3.5px;
    margin-top: 2px;
    margin-bottom: 6.5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 9.5px;
  }

  form select {
    display: block;
    width: 80%;
    padding: 3.5px;
    margin-top: 2px;
    margin-bottom: 6.5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 9.5px;
  }

  form input[type="submit"] {
    background-color: #708531;
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 10.3px;
    padding: 3.5px;
    margin-top: 6.5px;
    transition: background-color 0.3s ease;
  }

  form input[type="submit"]:hover {
    background-color: #5e6e29;
  }

  .placeholder {
    height: 43px;
    width: 100%;
  }

  form input[type="file"] {
    font-size: 9px;
  }

  .section strong {
    font-weight: 600;
    font-size: 10.3px;
  }

  br {
    line-height: 1.3;
  }
}

@media (max-width: 420px) {
  .applycontainer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }

  .left1 {
    flex: 0 0 40px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .right1 {
    flex: 0 0 60px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .content {
    flex: 1;
    padding-left: 15px;
    padding-right: 5px;
    max-width: calc(100% - 100px);
  }

  h2 {
    font-size: 0.9rem;
    padding-left: 0px;
    position: relative;
  }

  .greendot::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #708531;
    border-radius: 50%;
    opacity: 0.7;
  }

  .section {
    font-size: 0.8rem;
  }

  form label {
    font-size: 0.7rem;
  }

  form input,
  form textarea {
    font-size: 0.7rem;
    width: 80%;
  }

  form select {
    font-size: 0.7rem;
    width: 80%;
  }

  input[type="submit"] {
    font-size: 0.8rem;
    width: 80%;
    margin-top: 10px;
  }

  .placeholder {
    height: 25px;
  }
}

/* page 5 */
.image-full {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 17px;
  margin-top: 17px;
}
.middle-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.gallery1{
  margin:60px;
}
.middle-image {
  width: 49%;
  height: auto;
}

@media (max-width: 999px) {
  .gallery1 {
    margin: 5vw;
  }

  .image-full {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .middle-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; 
    gap: 3vw;
  }

  .middle-image {
    width: 48%; 
    height: auto;
  }
}
/* page6 */
#faq{
  position: relative;
}
.faq-top-center {
  text-align: center;
  margin-top: 0px;
}

.faq-top-center img {
  max-width: 500px;
  height: auto;
}

.faq-top-right {
  position: absolute;
  top: 158px;
  right: -15px;
}

.faq-top-right img {
  max-width: 80%;
  height: auto;
}

.faqcontainer {
  max-width: 70%;
  margin: 30px auto;
  padding: 0px 0px;
  text-align: left;
}

#faq h3{
  color: #708531;
  font-size: 24px;
}

.faq {
  margin-bottom: 0px;
  font-size: 24px;
}

.faq-number {
  margin-right: 50px;
}

.faq-answer {
  margin: 4px 0 4px 70px;
}

.faq-bottom-center {
  text-align: center;
  margin: 0;
}

.faq-bottom-center img {
  max-width: 500px;
  height: auto;
}

@media (max-width: 999px) {
  .faq-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; 
    pointer-events: none; 
  }

  .faq-top-right img {
    width: clamp(80px, 15vw, 150px);
    height: auto;
    opacity: 0.7; 
    margin-top: 175%;
  }
  
  #faq h3 {
    font-size: clamp(18px, 4vw, 24px);
    position: relative; 
    z-index: 2;
  }

  .faq {
    font-size: clamp(16px, 3.5vw, 24px);
    position: relative; 
    z-index: 2;
  }

  .faq-number {
    margin-right: clamp(20px, 5vw, 50px);
  }

  .faq-answer {
    margin: 4px 0 4px clamp(30px, 7vw, 70px);
    font-size: clamp(16px, 3.5vw, 24px);
  }

  .faq-top-center img,
  .faq-bottom-center img {
    width: clamp(200px, 60vw, 500px);
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  #faq h3 {
    font-size: 14.4px;
  }

  .faq {
    font-size: 12px;
  }

  .faq-answer {
    font-size: 12px;
    margin: 3px 0 3px 44px;
  }
  
  .faq-number {
    margin-right: 35px;
  }
  
  .faq-top-right img {
    width: 90px;
  }
  
  .faq-top-center img,
  .faq-bottom-center img {
    width: 300px;
  }
  .faqcontainer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width: 499px) {
  #faq h3 {
    font-size: 14.4px;
  }

  .faq {
    font-size: 11px;
  }

  .faq-answer {
    font-size: 14.4px;
    margin: 3px 0 3px 39px;
  }
  
  .faq-number {
    margin-right: 30px;
  }
  
  .faq-top-right img {
    width: 80px;
  }
  
  .faq-top-center img,
  .faq-bottom-center img {
    width: 250px;
  }

  .faqcontainer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width: 449px) {
  .faqcontainer {
    max-width: 80%;
  }
  
  #faq h3 {
    font-size: 14.4px;
  }

  .faq {
    font-size: 11px;
  }

  .faq-answer {
    font-size: 11px;
    margin: 3px 0 3px 34px;
  }
  
  .faq-number {
    margin-right: 25px;
  }
  
  .faq-top-right img {
    width: 70px;
  }
  
  .faq-top-center img,
  .faq-bottom-center img {
    width: 220px;
  }

  .faqcontainer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width: 399px) {
  #faq h3 {
    font-size: 14.4px;
  }

  .faq {
    font-size: 9px;
  }

  .faq-answer {
    font-size: 9px;
    margin: 2px 0 2px 27px;
  }
  
  .faq-number {
    margin-right: 20px;
  }
  
  .faq-top-right img {
    width: 50px;
  }
  
  .faq-top-center img,
  .faq-bottom-center img {
    width: 180px;
  }  

  .faqcontainer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width: 349px) {
  #faq h3 {
    font-size: 14px;
  }

  .faq {
    font-size: 7px;
  }

  .faq-answer {
    font-size: 7px;
    margin: 2px 0 2px 20px;
  }
  
  .faq-number {
    margin-right: 15px;
  }
  
  .faq-top-right img {
    width: 40px;
  }
  
  .faq-top-center img,
  .faq-bottom-center img {
    width: 150px;
  }

  .faqcontainer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width: 299px) {
  #faq h3 {
    font-size: 5px;
  }

  .faq {
    font-size: 5px;
  }

  .faq-answer {
    font-size: 5px;
    margin: 1px 0 1px 14px;
  }
  
  .faq-number {
    margin-right: 10px;
  }
  
  .faq-top-right img {
    width: 30px;
  }
  
  .faq-top-center img,
  .faq-bottom-center img {
    width: 120px;
  }

  .faqcontainer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}


/* page7 */

.gal2grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 850px;
    margin: 60px;
    column-gap: 40px;
}

.gal2grid .grid-item {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; 
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gal2grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.img1 { grid-column: 1; grid-row: 1; }
.img2 { grid-column: 2; grid-row: 1; }

.gal2merged {
  grid-column: 1;
  grid-row: 2 / span 2;
  aspect-ratio: auto;
  height: 100%;
  margin-right: 10px;
}

.img4 { grid-column: 2; grid-row: 2; }
.img5 { grid-column: 2; grid-row: 3; }

.img6 { grid-column: 1; grid-row: 4; }
.img7 { grid-column: 2; grid-row: 4; }

@media (max-width: 999px) {
  .gal2grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    column-gap: 40px;
    max-width: 85%;
    margin: 50px auto;
  }

  .gal2grid .grid-item {
    aspect-ratio: 4 / 3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }

  .gal2grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gal2merged {
    grid-column: 1;
    grid-row: 2 / span 2;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .gal2grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    column-gap: 25px;
    max-width: 83%;
    margin: 35px auto;
    padding: 0px;
  }

  .gal2grid .grid-item {
    aspect-ratio: 4 / 3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }

  .gal2grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gal2merged {
    grid-column: 1;
    grid-row: 2 / span 2;
    height: 100%;
    margin-right: 10px;
  }
}

@media (max-width: 450px) {
  .gal2grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    column-gap: 20px;
    max-width: 89%;
    margin: 21px auto;
    padding: 0;
  }
}


/* page8 */


#contact {
  position: relative;
  padding-bottom: 110px;
  font-family: 'Minion Pro', sans-serif !important;
}

.contactimg {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contactx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactlogo {
  width: 30%;
  margin-top: -25%;
}

.contact-card-wrapper {
  position: relative;
  text-align: center;
}

.contact-card-wrapper {
  margin-top: 6%;
  padding: 0 15px 10px;
}


.contact-card h4 {
  margin: 0;
  font-size: 2.1em;
  letter-spacing: -2px;
  font-weight: 400;
}

.contact-title {
  font-weight: 400;
  margin-top: -10px;
  letter-spacing: 8px;
  font-size: 1.2em;
  line-height: 25px;
}

.contact-address {
  margin: 20px 0px -5px 0px;
  line-height: 1.1;
  font-size: 1.4em;
}

.contact-contact {
  font-size: 1.4em;
  margin-top: 30px;
}

.contact-contact span {
  display: block;
  margin-top: -10px;
}

#contact a {
  color: #333;
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

/* .qrcode {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 18%;
  max-width: 130px;
  top: 40%;
} */

.qrcode {
    position: absolute;
    right: 122px;
    bottom: 0;
    width: 18%;
    max-width: 130px;
    top: 55%;
    border: 1px solid lightgray;
}

.contactdesign {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 850px;
  height: auto;
}

/* Responsive tweaks */
@media (max-width: 900px) {
  .contactlogo {
    width: 30%;
  }

  .contact-card h4 {
    font-size: 2em;
    letter-spacing: normal;
  }

  .contact-title, .contact-address, .contact-contact {
    font-size: 1.2em;
  }

  .qrcode {
    right: 40px;
    width: 110px;
  }

  .contactdesign {
    height: 100px;
  }
}

@media (max-width: 700px) {
  .contactlogo {
    width: 22%;
  }

  .contact-card h4 {
    font-size: 1.7em;
    letter-spacing: normal;
  }

  .contact-title, .contact-address, .contact-contact {
    font-size: 1em;
  }

  .qrcode {
    right: 20px;
    width: 90px;
  }

  .contactdesign {
    height: 80px;
  }

  .contact-contact span {
  display: block;
  margin-top: -5px;
  
}
  #contact {
    padding-bottom: 80px;
}
}

@media (max-width: 500px) {
  .contactlogo {
    width: 30%;
  }

  .contact-card h4 {
    font-size: 1.4em;
    letter-spacing: normal;
  }

  .contact-title, .contact-address, .contact-contact {
    font-size: 0.9em;
  }

  .qrcode {
    right: 10px;
    width: 80px;
  }

  .contactdesign {
    height: 60px;
  }
  #contact {
    padding-bottom: 60px;
}
}


@media (max-width: 450px) {

  #contact {
    min-height: 30px;
  }

  .qrcode {
    width: 60px; 
    top: 90px;
    right: 10px;
  }

  #contact h4 {
    font-size: 1.1em; 
    letter-spacing: normal;
  }

  .contact-title {
    font-size: 0.9em; 
    letter-spacing: 2px;
    line-height: 25px;
  }

  .contact-address {
    font-size: 0.9em; 
    margin: 15px 0px -20px 0px;
    line-height: 1.1;
  }

  .contact-contact {
    font-size: 0.9em; 
  }

  .contactlogo {
    width: 20%; 
    min-width: 150px; 
    margin-top: -15%; 
  }

  .contact-card {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .contact-contact span {
    margin-top: -5px;
}
.contactdesign{
  display: block;
}
}

@media (max-width: 450px) {

  #contact {
    min-height: 30px;
  }

  /* .qrcode {
    width: 40px; 
    top: 90px;
    right: 10px;
  } */
  .qrcode {
    width: 80px; 
    top: 65px;
    right: 5px;
  }

  #contact h4 {
    font-size: 1.8em; 
    letter-spacing: normal;
  }

  .contact-title {
    font-size: 0.9em; 
    letter-spacing: 2px;
    line-height: 25px;
  }

  .contact-address {
    font-size: 1.2em; 
    margin: 15px 0px -20px 0px;
    line-height: 1.1;
  }

  .contact-contact {
    font-size: 1.2em; 
  }

  .contactlogo {
    width: 20%; 
    min-width: 150px; 
    margin-top: -15%; 
  }

  .contact-card {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .contact-contact span {
    margin-top: -3px;
}
.contactdesign{
  display: block;
}
}

@media (max-width: 375px) {

  .qrcode {
    width: 60px; 
    top: 85px;
    right: 2px;
  }
}
  /* This will override and remove the separate media queries for 449px, 399px, 349px, and 299px */
  @media (max-width: 450px) {
    body, p, div, li, input, textarea, 
    .pg3-text, .formatted-text, .section, .faq, .faq-answer {
      font-size: 11px; /* Keep consistent */
    }
  }
  
  @media (max-width: 349px) {
    body, p, div, li, input, textarea, 
    .pg3-text, .formatted-text, .section, .faq, .faq-answer {
      font-size: 10px; /* Keep consistent */
    }
  }
  
  @media (max-width: 299px) {
    body, p, div, li, input, textarea, 
    .pg3-text, .formatted-text, .section, .faq, .faq-answer {
      font-size: 8px; /* Keep consistent */
    }
  }



/* Popup Notification Styles */
.notification-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 20px;
  z-index: 1000;
  text-align: center;
  font-family: 'Minion Pro', Arial, sans-serif;
}

.notification-popup.success {
  border-top: 5px solid #4CAF50;
}

.notification-popup.error {
  border-top: 5px solid #f44336;
}

.notification-popup h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}

.notification-popup p {
  margin-bottom: 15px;
  color: #666;
}

.notification-close {
  background-color: #f0f0f0;
  border: none;
  color: #333;
  padding: 8px 16px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.notification-close:hover {
  background-color: #e0e0e0;
}

/* Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#subcredit {
  display: block;
  margin: 0px auto -10px auto;
  color: gray !important;
  text-decoration: none;
  font-size: 10px;
}