/************************* 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: 85%;
  padding-top: 8px;
}
#inner-total-header {
  width: 100%;
  display: table;
}
#left-header {
  width: 50%;
  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: 14px;
  color: #777676;
  text-decoration: none;
}
#contact-icon img {
  width: 16px;
  height: auto;
}
#contact-icon a {
  font-size: 14px;
  color: #777676;
}
.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: 85%;                     
  margin: 0 auto;
  display: table;
}

.menu {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  text-align: left;
}

.total-book-btn {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
}

.book-btn a {
  padding: 15px 40px;
  background: teal;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.book-btn a:hover {
  background: #006666;
}
.active-menu a {
    color: #F6511B !important;
    opacity: 1.9 !important;
}

/*************************card***************************/

.farmstay-intro {
  background: #f1fff3;
  padding: 30px 20px;
  margin: 40px auto;
  border-radius: 10px;
  width: 85%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.farmstay-intro h2 {
  font-size: 28px;
  color: #207a3f;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'Lora';
}

.farmstay-intro p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
  
}

.intro-btn {
  background: #207a3f;
  color: #fff;
  padding: 10px 26px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.intro-btn:hover {
  background: #2da556;
}


.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: 16px;
      font-weight: bold;
      color:#75a60b;
      margin-bottom: 10px;
    }

    .card-text {
      font-size: 14px;
      color: #333;
      margin-bottom: 15px;
    }

    .btn {
      display: inline-block;
      background: #234701;
      color: white;
      text-decoration: none;
      padding: 8px 15px;
      border-radius: 4px;
      font-size: 13px;
      font-weight: bold;
    }

    .btn:hover {
      background: #1d3420;
    }
    
    
/***********************Pages*********************************/
 .page-header {
            background: #ccc;  /* 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;
        }
        .breadcrumb a {
            text-decoration: none;
            color: #333;
        }
        .breadcrumb span {
            color: #666;
            margin: 0 5px;
        }
        .page-title {
            font-size: 24px;
            font-weight: bold;
            color: #004766;
            font-family: 'Lato', sans-serif;
        }
     .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: 1.5
}

#banner img {
    width: 100%;
}
/*******************************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;
}
#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: 100px;              
  width: 100%;
  text-align: center;
      padding: 50px 0px ;
}


.social-icon img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s;
      padding: 20px;
}


 /******************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;
}
.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: #1b5e20;
    color: white;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    width: 100%;
    cursor: pointer;
}
.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;
}

/******************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: 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: 30%;
        text-align: right;}
  .book-btn a {
  padding: 10px 36px 10px 36px;}
  .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;
}
}


@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 {
    margin: 20px auto;}

}

@media screen and (max-width: 550px) {
  .total-book-btn {
    width: 40%;
  }
  #logo-img img {
  width: 15vw;
  height: auto;
}
    .book-btn a {
        padding: 10px 20px 10px 20px;
    }
}
@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: 20%;
    }
    #right-header {
        width: 80%;
    }
    #middle-header {
        width: 60%;
    }
    #middle-header-right {
        width: 40%;
    }
    #location-img img {
        width: 20px;
    }
#contact-icon a {
    font-size: 10px;
}
#contact-icon img {
    width: 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%;}
}

@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%;
  }
}

