
        .submit-btn {
            width: 100%;
            padding: 14px;
            background-color: #2c5e3b;
            color: #fff;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-top: 10px;
        }

        .submit-btn:hover {
            background-color: #1e4228;
        }
.exp-parallax-bg {
    
    inset: 0;
    background: url(../ass/img/treetop_villas/royal_suit_room.png) center center / cover no-repeat;
    
}
.wt{
	width: 100%;
}
.fm{
	color: #fff;
	    background-color: transparent;
	border: 0px;
}
.linbd{
	border-bottom: 1px solid red;
}
/*cloud*/

.moving-clouds {
  position: absolute;
  z-index: 9;
  bottom: -245px;
  left: 0;
  width: 250.625em;
  height: 43.75em;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (max-width: 600px) {
.banner-three__shape-one {
  position: absolute;
  top: -4px;
  left: 18px;
  z-index: 1;
  text-align: center;
  margin: auto;
}
}

.welt{
  width: 100%;
  background-color: #578d04;
  padding: 15px 0 85px 0px;  
}
.ictext{
  text-align: center;
  padding-top: 35px;
}
.hdtext{
  text-align: center;
  color: #fffdeb;
  font-size: 25px;
}
.para{
  text-align: center;
  color: #fffdeb;
  font-size: 18px;
  margin-top: 5px;;
}
 /* --- Ayurveda Fancy Footer --- */
    .ayurveda-footer {
      background-color: #1b3322; /* Deep Ayurvedic Forest Green */
      color: #e9e4dc; /* Soft off-white */
      padding: 80px 20px 30px 20px;
      position: relative;
      overflow: hidden;
      font-size: 0.95rem;
    }

    /* Fancy Leaf Background Top Decoration */
    .ayurveda-footer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 40px;
      /* CSS-only organic leaf/wave pattern */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,42.4V0Z' fill='%2324412c'/%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0.7;
    }

    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    /* Top Centered Logo Section */
    .footer-logo-section {
      text-align: center;
      margin-bottom: 50px;
    }

    .footer-logo {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #dfba6b; /* Soft Gold */
    }

    /* Icon representing the leaf background branding */
    .logo-icon {
      font-size: 2.5rem;
      margin-bottom: 8px;
      animation: float 4s ease-in-out infinite;
    }

    .logo-text {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .logo-tagline {
      font-size: 0.8rem;
      letter-spacing: 3px;
      color: #a3b899;
      text-transform: uppercase;
      margin-top: 4px;
    }

    /* Social Media Icons directly under logo */
    .footer-socials {
      margin-top: 20px;
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .social-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.05);
      color: #e9e4dc;
      text-decoration: none;
      transition: all 0.3s ease;
      border: 1px solid rgba(223, 186, 107, 0.2);
    }

    .social-btn:hover {
      background: #dfba6b;
      color: #1b3322;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(223, 186, 107, 0.3);
    }

    /* Divider line */
    .footer-divider {
      border: 0;
      height: 1px;
      background: linear-gradient(to right, rgba(223, 186, 107, 0), rgba(223, 186, 107, 0.4), rgba(223, 186, 107, 0));
      margin-bottom: 40px;
    }

    /* Responsive Grid for Links and Contact/Map */
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1.5fr;
      gap: 40px;
      margin-bottom: 40px;
    }

    .footer-column h4 {
      font-family: 'Playfair Display', serif;
      color: #dfba6b;
      font-size: 1.25rem;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 8px;
    }

    .footer-column h4::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background-color: #dfba6b;
    }

    /* Menu Links Styling */
    .footer-links {
      list-style: none;
    }

    .footer-links li {
      margin-bottom: 12px;
    }

    .footer-links a {
      color: #c5d1be;
      text-decoration: none;
      transition: all 0.2s ease;
      display: inline-block;
    }

    .footer-links a:hover {
      color: #dfba6b;
      transform: translateX(5px);
    }

    /* Contact Details Styling */
    .contact-info li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 15px;
      color: #c5d1be;
    }

    .contact-info i {
      color: #dfba6b;
      margin-top: 4px;
    }

    /* Mini Map Container */
    .map-container {
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(223, 186, 107, 0.3);
      height: 150px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    /* Bottom Copyright Bar */
    .footer-bottom {
      text-align: center;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      font-size: 0.85rem;
      color: #a3b899;
    }

    /* Subtle animation for the logo icon */
    @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-5px); }
      100% { transform: translateY(0px); }
    }

    /* --- Responsive Breakpoints --- */
    @media (max-width: 992px) {
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
      .footer-column.map-col {
        grid-column: span 2;
      }
    }

    @media (max-width: 600px) {
	
		
		
		
		
      .ayurveda-footer {
        padding: 60px 15px 20px 15px;
      }
      .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }
      .footer-column.map-col {
        grid-column: span 1;
      }
      .footer-column {
        text-align: center;
      }
      .footer-column h4::after {
        left: 50%;
        transform: translateX(-50%);
      }
      .contact-info li {
        justify-content: center;
      }
      .footer-links a:hover {
        transform: translateY(-2px);
      }
    }
/*end*/
/*form*/
.manfrpd{	
	margin:  35px 0px 35px 0px;
}
.frmpd{
	padding:  35px 0px 35px 0px;
}
.imgc{
	text-align: center
}
.acctext{
	    font-family: var(--title-font);
	    line-height: 19px;
    font-size: 14px;
	padding-bottom: 25px;
}
   @media (max-width: 600px) {
	   .acctext{
	    font-family: var(--title-font);
	    line-height: 19px;
    font-size: 14px;
	padding-bottom: 25px;
		   text-align: center;
}
	.imgc{
	text-align: center;
		padding-bottom: 15px;
}   
}
.conbg {
    background-image: url("../img/home/con.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    padding: 55px 0px 55px 0px;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
}
.cotnu{
	texc{
		text-align: center;
	}
}
/* --- SERVICES SECTION (Scroll-triggered Animation Placeholder) --- */
        .services {
            padding: 100px 50px;
            text-align: center;
            background: var(--white);
        }

        .services h2 {
            color: var(--primary);
            font-size: 36px;
            margin-bottom: 50px;
			text-align: center;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .card {
            background: var(--secondary);
            padding: 40px 30px;
            border-radius: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
			color: #fff;
			text-align: center;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.05);
        }

        .card h3 {
            color: var(--primary);
            margin-bottom: 15px;
        }
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ;
	
}
       
        /* Responsive Breakpoints */
        @media (max-width: 480px) {
            .form-container {
                padding: 25px 20px;
            }
            .form-header h2 {
                font-size: 24px;
            }
        }
/*end*/
	
/**home play bg*/
.hmbgplay{
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
  position: relative;
}
.playicon{
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
  position: static;
  top:0;
  
}



.vedio-icone {
  position: relative;
  
}

.video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
/*about*/
.abtbg{
  background-image: url("../img/about/bg.jpg");
  background-repeat: repeat-x;
  width: 100%;


	
}
.topleg{
	  background-image: url("../img/about/top.png");
  background-repeat:no-repeat;
	background-size: contain;
		background-position: bottom;
	height: 115px;
	 background-size: contain;
	    position: relative;
    z-index: 9;
}
.vopleg{
	  background-image: url("../img/about/bott.png");
  background-repeat:no-repeat;
	background-size: contain;
		background-position: bottom;
	height: 115px;
	 background-size: cover;
	    position: relative;
    top: 0;
}

.centbg{
	    background-image: url(../img/about/main.png);
    background-repeat: repeat-y;
    width: 100%;
    margin: auto;
    height: auto;
    padding: 26px 100px 55px 100px;
    background-size: cover;
    text-align: center;
}
.titthdt{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 38px;
	text-align: center;
	color: #392715;
	font-style: italic;
	font-weight: bold;
}
.subtitlxt{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	text-align: center;
	color: #392715;
	font-style: italic;
	font-weight: bold;
}
.poorpara p{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	text-align: center;
	color: #14100d;
	padding-top: 25px;
}
.poornimg {
    text-align: center;
    position: relative;
    bottom: -74px;
    z-index: 0;

}
/*text ani*/
.text-high h1 {
    margin: 0;
    font-size: 35px;
    color: rgba(225, 225, 225, .01);
    background-image: url("../img/about/ani.jpg");
    background-repeat: repeat;
    -webkit-background-clip: text;
    animation: animate 15s ease-in-out infinite;
    text-align: center;
    font-weight: 900;
	padding-bottom: 0px;
}

  @keyframes animate {
    0%, 100% {
      background-position: left top;
    }
    25%{
      background-position: right bottom;
     }
    50% {
      background-position: left bottom;
    }
    75% {
      background-position: right top;
    }   
}
.hightext p{
  border-radius: 25px;
  width: 100%;
  text-align: center;
  padding: 25px;
  color: #000;
  border:1px dashed #ccc;
  box-shadow: 0px 6px 13px 0px #3ab3ff;
  
}

.colorwht{
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 35px;
  font-size: 18px;
  color: #fff;
  border: 1px #ccc dashed;
  background-color: #fff;
  border-radius: 25px;
  background-color: rgb(26 32 31 / 30%);
  margin-bottom: 25px;
}
.whithcolor h3{
  
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.dotoutline {
    padding: 35px;
    width: 100%;
    margin: auto;
    border: 1px dashed #b36a6a;
    border-radius: 24px;
    box-shadow: 0px 1px 24px -11px #000;
	text-align: center;
}
/*end*/
@media (max-width: 600px) {
	.dotoutline {

  margin-bottom: 35px;
}
	.text-high h1 {
    margin: 0;
    font-size: 30px;
    color: rgba(225, 225, 225, .01);
    background-image: url("../img/about/ani.jpg");
    background-repeat: repeat;
    -webkit-background-clip: text;
    animation: animate 15s ease-in-out infinite;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
	padding-bottom: 25px;
}
.topleg{
	  background-image: url("../img/about/retop.png");
  background-repeat:no-repeat;
	background-size: contain;
		background-position: bottom;
	height: 115px;
	 background-size: contain;
	position: relative;
    top: -30px;
}
	 .vopleg{
	  background-image: url("../img/about/rebott.png");
  background-repeat:no-repeat;
	background-size: contain;
		background-position: top;
	height: 45px;
	 background-size: contain;
		 position: relative;
    top: -44px;
}
	.centbg{
	    background-image: url(../img/about/remain.png);
    background-repeat: repeat-y;
    width: 100%;
    margin: auto;
    height: auto;
    padding: 26px 50px 55px 50px;
    background-size: unset;
    text-align: center;
		position: relative;
		background-position: center;
    top: -36px;
}

}
/*end*/

/*contact*/


/* --- Typography Patterns --- */


:root {
    /* Ayurveda Themed Palette */
    --primary-green: #2C5E43;       /* Deep Forest Green */
    --light-green: #E8F0EC;         /* Soft Sage Cream Background */
    --accent-olive: #4A7A61;        /* Mid-tone Sage for borders/highlights */
    --bg-cream: #FAF9F5;            /* Warm Off-White Page Background */
    --text-dark: #2A332E;           /* Charcoal with a hint of green */
    --text-muted: #616B66;          /* Softer gray-green for body copy */
    
    /* Fonts */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}
.sub-heading {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent-olive);
    display: block;
    margin-bottom: 8px;
}

.main-heading {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 25px;
}

.description {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 35px;
}

/* --- Form Styles --- */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid transparent;
    background-color: var(--light-green);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
    color: var(--text-muted);
    opacity: 0.8;
}

.input-group input:focus,
.input-group textarea:focus {
    outline: none;
    background-color: #ffffff;
    border-color: var(--primary-green);
    box-shadow: 0 4px 12px rgba(44, 94, 67, 0.08);
}

.input-group textarea {
    resize: none;
    margin-bottom: 25px;
}

/* --- Buttons --- */
.button-group {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 14px 32px;
    border-radius: 30px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit {
    background-color: transparent;
    border: 2px solid var(--primary-green);
    color: var(--primary-green);
}

.btn-submit:hover {
    background-color: var(--primary-green);
    color: #ffffff;
}

.btn-reset {
    background-color: var(--primary-green);
    border: 2px solid var(--primary-green);
    color: #ffffff;
}

.btn-reset:hover {
    background-color: var(--accent-olive);
    border-color: var(--accent-olive);
}

/* --- Info Section Cards --- */
.info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-box {
    width: 55px;
    height: 55px;
    background-color: var(--primary-green);
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.info-text h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.info-text p, 
.info-text a {
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-text a:hover {
    color: var(--primary-green);
}

/* --- Responsive Media Queries --- */
@media (max-width: 992px) {
    .contac {
        grid-template-columns: 1fr; /* Stacks column layouts on tablets */
        gap: 50px;
        padding: 35px;
    }
}

@media (max-width: 576px) {
  
    .contac {
        padding: 25px 20px;
    }
   
    .main-heading {
        font-size: 2rem;
    }
    .button-group {
        flex-direction: column; /* Stack buttons on tiny screens */
    }
    .btn {
        width: 100%;
        text-align: center;
    }
}
.contac {
    width: 100%;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(44, 94, 67, 0.05);
	margin: 25px 0px 25px 0px;
}
/*end*/
/**/
.num{
	text-align: center;
	font-size: 25px;
	width: 100%;
	color: #fff;
}
.congout{
	 padding: 35px;
    width: 100%;
    margin: auto;
    border: 1px dashed #6ae780;
    border-radius: 24px;
    text-align: center;margin-bottom: 10px;
}
   
/**/
/*text welcome*/

.welctext {
	position: absolute;
    text-align: center;
    color: red;
    top: 449px;
    z-index: 99;
    left: 0;
    right: 0;
	font-size: 88px;
}
/* Responsive Css */


@media only screen and (max-width: 1749px){
	.welctext {
	position: absolute;
    text-align: center;
    color: red;
    top: 150px;
    z-index: 99;
    left: 0;
    right: 0;
		font-size: 58px;
}
		.neon-text {
    font-size: 58px;
	}
}


@media only screen and (max-width: 1499px){
	.welctext  {
	position: absolute;
    text-align: center;
    color: red;
    top: 78px;
    z-index: 99;
    left: 0;
    right: 0;
		font-size: 26px;
}
	.neon-text {
    font-size: 26px;
}
}



@media only screen and (min-width: 768px){
		.welctext  {
	position: absolute;
    text-align: center;
    color: red;
			color: #fff;
    top: 180px;
    z-index: 99;
    left: 0;
    right: 0;
}
	
}


@media only screen and (max-width: 991px){
}


@media only screen and (max-width: 767px){
}

@media only screen and (max-width: 599px){
}


@media only screen and (max-width: 499px){
}


@media only screen and (max-width: 600px){
		.tithd {
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-family: "subtit";
  font-size: 27px;
}
	
	.hdtext {
  text-align: center;
  color: #fffdeb;
  font-size: 19px;
}
}
.downloadicon {
	top: 5px;
    position: fixed;
    z-index: 999;
    right: 0px;
    margin: auto;   
    height: 50px;
    width: 50px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    /* text-shadow: 2px 2px #ffffff; */
    text-orientation: mixed;
    margin-top: 400px;
    color: #FFFFFF;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 26px;
    background-image: url("../images/call.png");

    background-repeat: no-repeat;
}

.neon-text {
    font-size: 1em;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

/*end*/

/*consulting*/
.cons{
	background-color: #f5ecec;
	border-radius: 25px;
	padding: 56px;
	margin-bottom: 15px;
}
.constext{
	text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
.icnmg{
	text-align: center;
}
.texp{
	text-align: center;
	margin-top: 25px;
	
}
/*end*/

.tithd{
 
    text-align: center;
    color: #fff;
    font-family: "subtit";
    font-size: 42px;
}
	
}

@font-face {
  font-family: "subtit"; /* set name */
  src: url("../webfonts/Butler_Regular.otf"); /* url of the font */
}

/*prapathi*/
.mainbg{
	background-image: url("../img/prapathi/bg_pra.jpg");
	background-repeat: no-repeat;
	padding-top: 25px;
	
}
.pra_text{
	
    text-align: center;
    color: #178e03;
    font-family: "subtit";
    font-size: 42px;
	padding-top:118px;
}
.subtext{
    text-align: center;
    color: #178e03;
    font-family: "subtit";
    font-size: 26px;
    padding-top: 19px;
}
.com_pra p{	
    text-align: center;
    color: #1f221f;
    font-family: "subtit";
    font-size: 20px;
    margin: 28px 0px 28px 0px;
}
.pimg{
	border-radius: 15px;
	margin-bottom: 45px;
}
/*prapathi*/














