/*!
Theme Name: Vastu
Theme URI: 
Author: Sagar Shirsat
Author URI:
Description: Vastu Shastr
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: 
License URI: LICENSE
Text Domain: vastu

*/


/* ===== Google Font: EB Garamond ===== */
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght'); */

/* ===== Base Reset ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'EB Garamond', serif !important;
  line-height: 1.7;
  color: #333;
  
}

/* ===== Headings ===== */
h1, h2, h3, h4, h5, h6  {
  color: #111;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: 'EB Garamond', serif !important;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* ===== Paragraphs and Text ===== */
p  {
  margin-bottom: 2px;
  margin-top: 2px;
  font-family: 'EB Garamond', serif !important;
}

ul, ul li a {
	font-family: 'EB Garamond', serif !important; 
  }
span,
label,
mf-input,
input,
textarea,
select,
button {
    font-family: 'EB Garamond', serif !important;
}
/* ===== Links ===== */
a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ===== Lists ===== */
ul, ol {
  margin: 15px 0 20px 30px;
}



/* ===== Images ===== */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Tables ===== */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
}

/* ===== Forms ===== */
input, textarea, select, button {
  font-family: 'EB Garamond', serif !important;
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  width: 100%;
}

button {
  background: #0073aa;
  color: #fff;
  cursor: pointer;
  border: none;
}

button:hover {
  background: #005177;
}

/* ===== Responsive ===== */

/* Tablets (768px - 1024px) */
@media (max-width: 1024px) {
  body {
    font-size: 17px;
  }
}

/* Phones (up to 767px) */
@media (max-width: 767px) {
  body {
    font-size: 16px;
    
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }
}




span.elementor-icon-list-text spen {
    color: #fff;
}



/* 
.contact-class {
    background: linear-gradient(90deg, #F4C516, #EDB61E, #FAC112, #EDB61E);
    border-radius: 50px;
    padding: 0px 10px !important;
    border: none;
    cursor: pointer;
} */

.contact-class a.elementor-item{
    background: linear-gradient(90deg, #F4C516, #EDB61E, #FAC112, #EDB61E);
    border-radius: 50px;
    padding: 15px 40px 15px 40px !important;
	
    border: none;
    cursor: pointer;
/* 	height:60px !important;
	width:200px; */
	text-align:center;
}

/*  .contact-class a {
    background: linear-gradient(90deg, #F4C516, #EDB61E, #FAC112, #EDB61E);
    border-radius: 90px;
	 height:20px;
    border: 16px solid transparent;
    margin-bottom: 5px !important;
    cursor: pointer;
  
  
} */

.contact-class a {
    color: #222222 !important;
}
 





.contact-class a:after{
	height: 0px !important;
}



.contact-class a:hover {
  text-decoration: none;
  color: inherit;
}



.img-move > .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.img-move > .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
  z-index: -1;
}

.img-move:hover > .elementor-widget-wrap::before {
  transform: scale(1.1);
}


@media only screen and (max-width: 768px) {
  .contact-class {
    background: none;
    border-radius: 50px;
    padding: 0px 10px !important;
    border: none;
    margin-bottom: 5px !important;
    cursor: pointer;
  }
	.contact-class a{
	background: linear-gradient(90deg, #F4C516, #EDB61E, #FAC112, #EDB61E);
	
}

}





@media only screen and (max-width: 1024px) {
  .contact-class a {
/*     background: none !important;  */
    color: #000 !important;      /* Sets text color to white */
	  margin-left:-15px;
  }
}

/* Mobile view (up to 768px) */
@media only screen and (max-width: 768px) {
  .contact-class a {
    background: none !important;
    color: #000 !important; /* white text */
  }
}







