/*
 Theme Name:   Evok Advertising
 Theme URI:    https://evokad.com/
 Description:  Custom GeneratePress Child Theme
 Author:       Evok Advertising
 Author URI:   https://evokad.com/
 Template:     generatepress
 Version:      0.1
*/

#activities-map {
    height: 671px;
    width: 100%;
    display: block;
}

/*Footer*/
a.footer-link {
  transition: 0.3s all ease-in-out;
}

a.footer-link:hover {
  color: var(--primary);
}

.gb-shape svg {
  fill: var(--primary);
  height: 30px;
  width: 30px;
  transition: 0.3s all ease-in-out;
}

.gb-shape-f6ce37d7 svg:hover, .gb-shape-8d762195 svg:hover, .gb-shape-e91fbc51 svg:hover {
  fill: var(--primary);
  height: 30px;
  width: 30px;
}

.container {
  max-width: 1426px !important;
  padding: 0 27px !important;
}

.site.grid-container {
  padding-left: 0;
  padding-right: 0;
}

.section-padding {
  padding-top: 60px;
}

/*Font Styling*/

strong {
  font-weight: 400 !important;
}

a {
  text-decoration: none;
}

p,
li {
  color: #2a2b6b;
  font-family: "Gotham Narrow";
  font-size: 1rem;
  font-style: normal;
  font-weight: 325;
  letter-spacing: 0.8px;
}

h1.home-header {
  font-size: clamp(4rem, 6vw, 8rem);
  font-weight: 500 !important;
  /* margin: 0; */
}

h1 {
  font-size: clamp(3.1rem, 5vw, 3.692rem);
  line-height: clamp(3.1rem, 5vw, 3.692rem);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 3rem) !important;
  line-height: clamp(2.5rem, 5vw, 3rem);
}

h2.hello_cursive {
  font-size: clamp(3.5rem, 5vw, 5.063rem) !important;
  font-family: var(--gp-font--hello) !important;
  /* margin-bottom: 0px !important; */
}
h2.hello_cursive.section-subtitle {
  font-size: clamp(3.5rem, 5vw, 5.063rem);
  font-family: var(--gp-font--hello) !important;
/*   margin-bottom: 0px !important; */
}

h3.hello_cursive {
  font-size: clamp(2.5rem, 5vw, 2.813rem);
  font-family: var(--gp-font--hello) !important;
  margin-bottom: 0px !important;
}

h3 {
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  line-height: clamp(1.5rem, 5vw, 1.875rem);
}

h4 {
  font-size: clamp(1.25rem, 5vw, 1.563rem);
  line-height: clamp(1.25rem, 5vw, 2.5rem);
  font-weight: 400;
}

h5 {
    font-weight: 400 !important;
}

/*Buttons Styling*/

/* button:focus, button:hover{
    background-color: transparent !important;
} */

a.blue-paint-button,
input#gform_submit_button_1 {
  background: url(https://devecity.evokad.com/wp-content/uploads/2025/10/Asset-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: Montserrat;
  color: #fff;
  text-align: center;
  font-size: clamp(1rem, 5vw, 1.1rem);
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 60px;
  min-height: 60px;
  min-width: 200px;
  position: relative;
  text-decoration: none !important;
	  transition: filter 0.3s ease, transform 0.3s ease; /* smooth hover transition */

}

a.blue-paint-button:hover,
input#gform_submit_button_1:hover {
	filter: brightness(1) saturate(2) hue-rotate(32deg) !important;
  transform: scale(1.05); /* optional subtle zoom effect */
  cursor: pointer;
	color:white
}


.orange-btn {
  font-weight: 350 !important;
}

a.orange-paint-button, a.mec-booking-button.btn.btn--primary {
  background: url(https://devecity.evokad.com/wp-content/uploads/2025/10/Asset-5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  font-family: "Gotham Narrow";
  color: #fff;
  text-align: center;
  /* font-size: clamp(1rem, 5vw, 1.1rem); */
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  min-height: 60px;
  width: auto;
  text-decoration: none !important;

  transition: filter 0.3s ease, transform 0.3s ease; /* smooth hover transition */
}

a.orange-paint-button:hover, a.mec-booking-button.btn.btn--primary:hover {
  filter: brightness(1) saturate(4) hue-rotate(10deg);
  transform: scale(1.05); /* optional subtle zoom effect */
  cursor: pointer;
}
