
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


/************************* Global ***************************/
body {
  margin: 0;
  
}
a{
    color:#000;
    text-decoration:none;
}
#total {
    max-width: 1920px;
}

/************************* Header ***************************/
.top-header {
  width: 100vw;
}

#total-header {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  font-family: "Roboto", sans-serif;
}
#inner-header {
  width: 92%;
  padding-top: 8px;
}
#inner-total-header {
  width: 100%;
  display: table;
}
#left-header {
  width: 32%;
  display: table-cell;
  text-align: left;
}
#left-header {
  text-align: left;
}
#left-header {
  text-align: left;
}
#logo-img img {
  width: 10vw;
  height: auto;
}
#right-header {
  width: 50%;
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
#right-inner {
  display: table;
  width: 100%;
}
#middle-header {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  width: 50%;
}
#middle-header-total {
  display: table;
  width: 100%;
}
#location-img {
  display: table-cell;
  width: 10%;
}
#location-text {
  display: table-cell;
  vertical-align: bottom;
  width: 90%;
}
#l-text1 {
  color: #1e1e1e;
  font-size: 16px;
  margin: 0 0 0 0;
  font-weight: 500;
}
#l-text2 {
  color: #777676;
  font-size: 14px;
  margin: 0 0 0 0;
}
#middle-header-right {
  display: table-cell;
  text-align: right;
  width: 50%;
}
#contact-icon {
  margin-right: 45px;
}
#contact-icon a {
  font-size: 18px;
  color: #777676;
  text-decoration: none;
}
#contact-icon img {
  width: 16px;
  height: auto;
}

.page-content p img {
    width: 30px;
    height: auto;
}

/************************* Navigation ***************************/
.nav-bar {
  width: 100%;                  
  background: #fff;
  border-top: 2px solid #eee;
  padding: 10px 0;
}

.nav-inner {
  width: 92%;                     
  margin: 0 auto;
  display: table;
}

.menu {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  text-align: left;
}

.total-book-btn {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.book-btn a {
  padding: 15px 40px;
  background: #47A846;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
}

.book-btn a:hover {
  background: #1d3420;
}
.active-menu a {
    color: #F6511B !important;
    opacity: 1.9 !important;
}

/*************************card***************************/

.farmstay-intro {
   background: #f4f8f5;
  padding: 40px 15px;
 
  justify-content: center;
}





.enquiry-form {
  background: #ffffff;
  max-width: 520px;
  width: 100%;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  font-family: "Segoe UI", sans-serif;
}

.enquiry-form h2 {
  text-align: center;
   font-size: 28px;
  color: #207a3f;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'Lora';
}

.form-title {
  text-align: center;
  color: #009DE8;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.contact-form {
  max-width: 1100px;
  margin: auto;
}

.form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.form-group {
  flex: 1;
}

.form-group.full {
  margin-bottom: 35px;
}

.form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.form-group label span {
  color: red;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b9b9b9;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1f8f3a;
}

/* Button */
.form-btn {
  text-align: center;
}

.form-btn button {
  background: #47A846 !important;
  color: #fff !important;
  padding: 14px 40px !important;
  font-size: 16px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  width: auto !important;
  font-family: "Roboto", sans-serif;
}

.form-btn button:hover {
  background: #1d3420 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .form-title {
    font-size: 26px;
  }
}

.intro-content {
    width: 100%;
}
.total-card {
    width: 85%;
    margin: 20px auto;
}
.card-part {
    width: 100%;
    display: block;
}
 .card-1 {
        display: inline-block; /* side by side show hobe */
        width: 30%;
        margin: 10px 30px 10px 0px;
        padding: 5px;
        border: 1px solid #ddd;
        text-align: left;
        vertical-align: top; /* properly align */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .card-2 {
        display: inline-block; /* side by side show hobe */
        width: 30%;
        margin: 10px 0px 10px 0px;
        padding: 5px;
        border: 1px solid #ddd;
        text-align: left;
        vertical-align: top; /* properly align */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
 .card-3 {
        display: inline-block; /* side by side show hobe */
        width: 30%;
        margin: 10px 0px 10px 30px;
        padding: 5px;
        border: 1px solid #ddd;
        text-align: left;
        vertical-align: top; /* properly align */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .card-1 img {
      width: 100%;
      
    }
    .card-2 img {
      width: 100%;
      
    }
    .card-3 img {
      width: 100%;
      
    }

    .card-body {
      padding: 15px;
    }

    .card-title {
      font-size: 17px;
      color:#cb3401;
      margin-bottom: 10px;
      font-family: "Oswald", sans-serif;
    }

    .card-text {
      font-size: 13px;
      color: #333;
      margin-bottom: 15px;
      font-family: "Roboto", sans-serif;
      line-height: 22px;
    }

    .btn {
      display: inline-block;
      background: #FF6C00;
      color: white;
      text-decoration: none;
      padding: 8px 15px;
      border-radius: 4px;
      font-size: 13px;
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0.5px;
    }

    .btn:hover {
      background: #1d3420;
    }
    
    
/***********************Pages*********************************/
 .page-header {
            background: #BDD4A2;  /* background color */
            width: 100%;
            padding: 20px 0;
        }
        .page-header-inner {
            width: 85%;
            margin: 0 auto; /* center */
            text-align: left;
        }
        .breadcrumb {
            font-size: 14px;
            margin-bottom: 10px;
            font-family: 'Roboto Condensed';
        }
        .breadcrumb a {
            text-decoration: none;
            color: #333;
        }
        .breadcrumb span {
            color: #666;
            margin: 0 5px;
        }
        .page-title {
            font-size: 30px;
            font-weight: 500;
            color: #000000;
            font-family: 'Roboto Condensed';
        }
     .page-content-inner {
  width: 100%;
  padding: 20px 0;
}
.page-content {
  width: 85%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
}

#banner img {
    width: 100%;
}

#rooms h5 {
    font-size: 20px;
    background-color: #004766;
    text-align: left;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 7px 6px;
    margin-top: 30px;
}
#room-total {
    width: 100%;
    display: table;
}
#room-cell {
    width: 25%;
    display: table-cell;
}
#rooms img {
    width: 90%;
    border: 1px solid #ddd;
    padding: 6px;
}

/*******************************gallery*********************/

#gallery_row {
    width: 100%;
    max-width: 91.5vw;
    display: table;
    margin-bottom: 5px;
}
#gallery_col {
    display: table-cell;
    width: 25%;
}
#gallery_inn_col {
    padding: 6px 6px 6px 6px;
    border: 2px solid #ddd;
    width: 90%;
}
#gallery_col img {
    width: 100%;
    height: auto;
}


/*************************footer****************************/
#map {
    width: 100%;
    margin-top: 20px;
}
#total-footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
}
#inner-footer {
    width: 85%;
}

#inner-total-footer {
    width: 100%;
    display: table;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
#left-footer {
    width: 50%;
    display: table-cell;
    text-align: left;
}
#right-footer {
    width: 50%;
    display: table-cell;
    text-align: right;
}
#right-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
    
  .social-footer {
  background-color: #f0f0f0;   
  height: auto;              
  width: 100%;
  text-align: center;
      padding: 10px 0px ;
}


.social-icon img {
  width: 40px;
  height: auto;
  transition: transform 0.3s;
      padding: 10px;
}


 /******************form******************************/   
  .contact-wrap {
    display: table;
    color: #222;
    width:100%;
}


.contact-left {
   display:table-cell;
   width:50%;
       padding: 20px;
}

/* right side form */
.contact-right {
    width: 50%;
    display:table-cell;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(40,40,40,0.08);
    padding: 18px;
    border: 1px solid #e6e6e6;
}

/* heading */
.contact-right h3 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #1b5e20; /* forest-ish color to match nature/homestay */
}

/* fields */
.contact-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
    text-align: left;
    font-family: "Roboto", sans-serif;
}
label#contact-form{
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
    text-align: left;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 12px;
}
.contact-form .small {
    font-size: 12px;
    color: #666;
    margin-top: -8px;
    margin-bottom: 10px;
}

/* captcha row */
.captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.captcha-row img {
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 46px;
}
.captcha-refresh {
    cursor: pointer;
    font-size: 13px;
    color: #1b5e20;
    background: none;
    border: none;
}

/* submit */
.contact-form button[type="submit"] {
    background: #47A846 ;
    color: white;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}
.contact-form .error {
    color: #b00020;
    font-size: 13px;
    margin-bottom: 10px;
}
.contact-form .success {
    color: #0b6623;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
        box-sizing: border-box;
}
#list p{vertical-align:top;}
#list p img {
    width: 30px;
    height: auto;
}

/******************thank you*****************************/
.thankyou-box {
            background: #fff;
            max-width: 500px;
            margin: 0 auto;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .thankyou-box h1 {
            color: #2d6a4f;
            font-size: 28px;
            margin-bottom: 15px;
        }
        .thankyou-box p {
            color: #444;
            font-size: 18px;
            margin-bottom: 25px;
        }
        .thankyou-box a {
            display: inline-block;
            padding: 10px 20px;
            background: #2d6a4f;
            color: #fff;
            border-radius: 6px;
            text-decoration: none;
            transition: background 0.3s;
        }
        .thankyou-box a:hover {
            background: #1b4332;
        }
    
    
    
    
    
    
    
    
    
    
    

/******************* Mobile view *********************/
@media screen and (max-width: 1020px) {
 .total-book-btn {
    width: 20%;
}   
    
}


@media screen and (max-width: 940px) {
 .total-book-btn {
    width: 20%;
}   
    
}


@media screen and (max-width: 768px) {
 
 

      #left-header {
        width: 30%;
    }
    #right-header {
        width: 70%;
    }
    #middle-header {
        width: 65%;
    }
    #location-img img {
        width: 28px;
    }
    #l-text1 {
        font-size: 12px;
        margin-left: 2px;
    }
    #l-text2 {
        font-size: 11px;
        margin-left: 2px;
    }
    #middle-header-right {
        width: 35%;
    }
    #contact-icon {
        margin-right: 0px;
    }
    
  .total-book-btn {
  width: 40%;
        text-align: right;}
  .book-btn a {
  padding: 10px 12px 10px 12px;}
  .card-1, .card-2, .card-3 {
        width: 95%;       
        margin: 10px 0;    
        display: block;    
    }
    .contact-left {
  display: table-row;
}
 .social-icon img {
    width: 40px;
    height: 40px;
  }
  .social-footer {
    height: 50px;
  }
      #gallery_row {
        display: table;
    }
    #gallery_col {
        display: table-row;
    }   
 #gallery_inn_col {
        width: 100%;
        margin-bottom: 20px;
    }
    #gallery_col img {
        width: 100%;
        max-height: none;
    }
    .farmstay-intro {
      padding: 2px 10px 20px 10px;
}
    #room-total {
        display: block;
    }
    #room-cell {
        width: 100%;
        display: inline-block;
    }
    #rooms img {
    width: 98%;}
}


@media screen and (max-width: 500px) {
    .card-1, .card-2, .card-3 {
        width: 100%;
        display: table-row;
    }
.total-card {
    width: 92%;
    
}
.card-1 img {
    width: 97%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.card-2 img {
    width: 97%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.card-3 img {
    width: 97%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.card-body {
    padding: 15px 0px;
    text-align: left;
}
.card-1 {
    
    border: unset;
    box-shadow: unset;
}
.card-2 {
    
    border: unset;
    box-shadow: unset;
}
.card-3 {
    
    border: unset;
    box-shadow: unset;
}
.farmstay-intro { width:80vw;
    margin: 20px auto;}

}

@media screen and (max-width: 550px) {
  .total-book-btn {
    width: 50%;
  }
  
  #logo-img img {
  width: 30vw;
  height: auto;
}
    .book-btn a {
        padding: 10px 10px 10px 10px;
    }
}
@media screen and (max-width: 480px) {
  .location-text strong {
    font-size: 13px;
  }
    .location-text span {
    font-size: 10px;
  }
  .logo img {
  width: 130px;
}
 #inner-footer {
        width: 85%;
    }
    #inner-total-footer {
        display: block;
        font-size: 12px;
    }
    #left-footer {
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    #right-footer {
        width: 100%;
        display: inline-block;
        text-align: left;
    }
     .social-icon img {
    width: 35px;
    height: 35px;
  }
      #left-header {
        width: 35%;
    }
    #right-header {
        width: 65%;
    }
    #middle-header {
        width: 60%;
    }
    #middle-header-right {
        width: 40%;
    }
    #location-img img {
        width: 20px;
    }
#contact-icon a {
    font-size: 14px;
}
#contact-icon img {
    width: 10px;
}
  .book-btn a {
    font-size: 10px;
  }
   
}
@media screen and (max-width: 390px) {
  .book-btn a {
    font-size: 10px;
  }
 .location-text strong {
    font-size: 10px;
  }
 .location-text span {
    font-size: 8px;
  }
.location img {
  width: 30px;
}
 .contact a {
    font-size: 11px;}
.total-book-btn {
    width: 22%;
  }
.menu {
  width: 50%;}
  #contact-icon a {
    font-size: 12px;
}
}

@media screen and (max-width: 360px) {
   .total-book-btn {
    width: 22%;
  }
      #l-text1 {
        font-size: 9px;
    }
        #l-text2 {
        font-size: 5px;
    }
        #location-img img {
        width: 20px;
    }
    
}
@media screen and (max-width: 330px){
   .total-book-btn {
    width: 28%;
  }
  #contact-icon a {
    font-size: 11px;
}
}

