 
 
 
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            
        }
        a{
            text-decoration:none;
        }

#total {
    max-width: 1920px;
}
#top-header {
    width: 100%;
}
#sub-header {
    width: 92%;
}
#total-header {
    width: 100%;
    display: table;
    padding: 20px 0px;
    padding-bottom: 0px;
    
}
#header-left {
    width: 50%;
    display: table-cell;
    text-align: left;
}
.logo img {
    width: 10vw;
    height: auto;
    vertical-align: middle;
}
#header-right {
  text-align: right;
  
}

#translate select{

    color: #666666;
    background-color: #f1f5f6;
    border: #f1f5f6;
    padding: 10px 10px;
    font-family: "Roboto Condensed";
    font-size: 12px;
}

.top-bar {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* moves everything to the right */
    align-items: center;
    padding: 10px 0;
}

 .translate-cell  {
    font-family: "Roboto Condensed";
    font-size: 12px;
    color: #666666;
    margin-right: 20px;
    text-decoration: none;
}

#translate {
    padding: 8px 0px;
    display: flex;
    align-items: center;
}



#banner img {
    width: 100%;
}

/*******************menu****************************/


.nav-bar {
    width: 100%;
}


.nav-inner {
    width: 100%;
    margin: 0 auto;
    display: table;
}
.menu {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: left;
}

/********************social icon*************************/

.social-icons {
     width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;              /* Black background */
  color: #fff;                   /* White icon */
  font-size: 10px;
  transition: 0.3s ease;
  text-decoration: none;
  margin-left: 1px;
 
}

.social-icons a:hover {
  background: #fff;              /* Invert on hover */
  color: #000;
  border: 1px solid #000;
  transform: scale(1.1);
}
/*********************************home*********************************/



#home-content {
    width: 100%;
}
#sub-home-content {
    width: 92%;
}

#full-content {
    width: 100%;
    display: table;
    padding: 20px 0px 0px;
    
}
.front_pack {
    margin-top: 3em;
    margin-bottom: 3em;
}
img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
p.body-text img {
    width: 30px;
    height: auto;
}

h2.main_head {
    color: #575757;
    font-size: 2em;
    padding-bottom: 1em;
    font-family: 'Playfair Display', Georgia, serif;
}
   #cont_3 {
    width: 33.333%;
    display: table-cell;
    padding-right: 15px;
}

/* MAIN CARD */
.card {
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: 1px solid #A7E7C3;         /* soft mint border */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
    transition: 0.3s ease;
    margin: 0 0 20px;
    overflow: hidden;
}

/* CARD HOVER */
.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* IMAGE */
.card .image img {
    width: 100%;
    border-bottom: 1px solid #A7E7C3;
}

/* TEXT AREA */
.card_text {
    text-align: left;
    padding: 14px 18px;
}

/* HEADING */
.card_text h4 {
    color: #333333;                   /* dark modern heading */
    font-weight: 700;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 6px;
}

/* SUBTEXT */
.card_text h5 {
    color: #555555;                   /* soft grey subtitle */
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

/* BUTTON */
.card_text button {
    float: none;
    background-color: #2E9E82;        /* mint button */
    color: #ffffff;
    padding: 7px 16px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
    display: inline-block;
}

.card_text button:hover {
    background-color: #1F7A62;        /* darker mint hover */
}

.farmstay-intro {
    background: #2d3f512e;
    padding: 30px 20px;
    margin: 40px auto;
    border-radius: 10px;
    width: 92%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.farmstay-intro h2 {
    font-size: 28px;
    color: #2d3f51;
    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: #2d3f51;
    color: #fff;
    padding: 10px 26px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}
.intro-btn:hover {
    background: #374f66;
}
/*****************************page*************************************/

.inner-page {
    width: 92%;
    margin: 0 auto;
    padding: 40px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.content-container {
    width: 100%; 
    padding: 30px;
    background-color: #ededed; 
    border-radius: 5px; 
}

/* --- Main Title Styling --- */
.main-title {
   
    font-family: 'Playfair Display', Georgia, serif; 
    font-size: 55px; 
    font-weight: 700;
    color: #2f4050; 
    line-height: 1.1; 
    margin-top: 0;
    margin-bottom: 30px; 
    text-align: left;
}



.subheading {
   
    font-family: Arial, sans-serif; 
    font-size: 24px;
    font-weight: bold;
    color: #333333ba; 
    margin-top: 0;
    margin-bottom: 10px; 
    text-align: left;
}

.body-text {
    /* Light gray/black color and smaller size */
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555; 
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.payment-section {
    background: #ffffff;
    padding: 20px;
    margin-top: 25px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.payment-flex {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

/* LEFT (QR) */
.qr-side {
    flex: 1;
}

.qr-img {
    width: 100%;
    border-radius: 12px;
}

/* RIGHT (DETAILS) */
.details-side {
    flex: 2;
}

.details-side p {
    margin: 8px 0;
}

.note {
    color: #b30000;
    font-weight: 600;
}

.qr-side h4 {
    margin: 10px;
}
.details-side h3 {
    margin: 10px;
}
/***********************form****************************************/
.contact-wrap {
   width: 100%;
   
    margin: 40px auto;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    display: table;
}
.contact-left {
    display: table-cell;
     width: 35%;
    padding: 40px;
}
form.contact-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
        text-align: left;
}
.contact-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
    padding: 10px;
    background: transparent;
    margin-bottom: 20px;
    outline: none;
    font-size: 15px;
}
.contact-left h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-left h2 span{
    color: #007bff;
    border-bottom: 4px solid #007bff;
}

.info-item{
    display: flex;
    margin-bottom: 22px;
}

.info-item .icon{
    font-size: 22px;
    margin-right: 12px;
    color: #007bff;
}

.info-item h4{
    font-size: 18px;
    margin-bottom: 4px;
    text-align: left;
}

.info-item p{
    font-size: 15px;
    color: #555;
        text-align: left;
}
.info-item a{
    font-size: 15px;
    color: #555555c7;
        text-align: left;
}
.contact-right{
    width: 65%;
    background: #c3c7cbbd;
    padding: 40px;
    border-radius: 0 8px 8px 0;
    display:table-cell;
}

.contact-right h3{
    font-size: 26px;
    margin-bottom: 25px;
        text-align: left;
}

.input-row{
    display: flex;
    gap: 20px;
}

input, textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
    padding: 10px;
    background: transparent;
    margin-bottom: 20px;
    outline: none;
    font-size: 15px;
}

textarea{
    height: 80px;
}

.contact-form button[type="submit"]{
    width: 100%;
    padding: 14px;
    background: #2f4050;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: .3s;
}


.captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
.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;
}
/**********************photo gallery**********************************/
#gallery_row {
    width: 100%;
    max-width: 91.5vw;
    display: table;
    margin-bottom: 5px;
}
#gallery_col {
    display: table-cell;
}
#gallery_inn_col {
    padding: 6px 6px 6px 6px;
    border: 2px solid #ddd;
    width: 98%;
}
#gallery_col img {
    width: 100%;
    max-height: 230px;
}

/************************footer***********************************/
footer {
  width: 100%;
  background-color: #ffbc4d;
}

.total-footer {
    width: 95%;
    color: #4e3c1f;
    padding: 30px 20px;
        font-weight: bold;
    font-family: Arial, sans-serif;
    
    
}

.footer-bottom {
    
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    display: table;
}

.footer-bottom .copyright {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 50%;
    display: table-cell;
}

.footer-bottom .developer {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50%;
    display: table-cell;
}

.footer-bottom a {
    color: #4e3c1f; 
    text-decoration: none; 
    font-weight: bold; 
    transition: color 0.3s;
}

.footer-bottom a:hover {
    color: #4682b4; /* Use the blue accent color on hover */
}
/******************************thankyou*******************************/
.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;
}

/*************************responsive********************************/



@media screen and (max-width: 768px) {
    
    .logo img {
  width: 12vw;
  vertical-align: top;
}
#total-header {
  padding: 10px 0px;
}
    
    .main-title {
            font-size: 30px;}
    

    .menu {
    width: 20%;
    }
    #translate select {
  padding: 10px 25px 10px;}
  .top-bar {
  flex-direction: column;
  align-items: flex-end;
}
#translate {
  padding: 8px 0px;
}
.translate-cell {
  margin-right: 40px;}
  
  .card_text {
        height: auto;
    }
#cont_3 {
    display: table-row;}
    
    .footer-bottom .copyright {
    display: table-row;
    text-align: center;}
    .footer-bottom .developer {
        display: table-row;
    text-align: center;
    }
    
#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;
    }
    
    h2.main_head {
     padding-bottom: 0em;}
      .payment-flex {
        flex-direction: column; /* details first, then QR */
    }

    .qr-img {
        width: 100%;
        max-width: 320px;
    }
}


@media screen and (max-width: 550px) {
  .menu {
    width: 2%;
  }
  .logo img {
    width: 16vw;
  }
   #translate select {
    padding: 10px 10px 10px;
  }
  
   .contact-wrap {
        display: block;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        display: block;
        border-radius: 0;
    }

    .contact-left {
        padding: 25px;
    }

    .contact-right {
        padding: 25px;
    }

    .contact-left h2 {
        font-size: 30px;
        text-align: center;
    }

    .contact-right h3 {
        text-align: center;
        font-size: 22px;
    }

    .input-row {
        flex-direction: column;
        gap: 0;
    }

    .info-item {
        display: flex;
        align-items: flex-start;
    }
  
}
@media (max-width: 576px) {

    .contact-left h2 {
        font-size: 26px;
    }

    .contact-right h3 {
        font-size: 20px;
    }

    .info-item h4 {
        font-size: 16px;
    }

    .info-item p,
    .info-item a {
        font-size: 14px;
    }

    .contact-form button[type="submit"] {
        font-size: 15px;
        padding: 12px;
    }

    .captcha-row img {
        height: 40px;
    }
}

@media screen and (max-width: 480px) {
  .logo img {
    width: 18vw;
  }
  .front_pack {
        margin: 2em 0 0em 0;
    }
    .main_head {
        font-size: 19px;
    }
}
@media screen and (max-width: 390px) {
  .logo img {
    width: 22vw;
  }
}
@media screen and (max-width: 330px) {
  .logo img {
    width: 30vw;
  }
}


/* Hide on desktop, show only on mobile */
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}

/* Button styling */
.cta-wrapper {
    text-align: center;
    padding: 25px 0;
}

.cta-btn {
    background: #d48b2c;
    color: #fff;
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.cta-btn:hover {
    background: #b67622;
    transform: translateY(-3px);
}






























