/* Custom styles for the Inter font and button colors */
:root {
    --primary-green: #0b6e4f;
    --secondary-yellow: #ffc107;
}

body {
    font-family: 'Inter', sans-serif;
}

/* Gradient background matching the original request, applied to the main wrapper */
.bg-gradient-custom {
    background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
}

/* Specific icon colors for the contact buttons */
.fa-phone-alt { color: #3BA55D; }
.fa-envelope { color: #E36464; }
.fa-comment-alt { color: #3D9DF6; }
.fa-globe { color: #5C6BC0; }


/* Added by Webindays */

.decorative-square {
  width: 100px;
  height: 100px;
  background-color: black;
  position: absolute;
  bottom: 70px;
  left: 70px;
  /* Position relative to the body/viewport since it's a sibling of main-layout-container */
  z-index: 500;
  padding:10px; border-radius:10px; opacity:0.7; width:100px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* display: none; */
}

.circle-image img{
/* display: block; */
object-position: top;
}

.mysaveb {margin-top:1em; margin-bottom:1em; position:absolute;}


@media (max-width: 1180px) {

.mysaveb{ position:relative; margin-top:3em; margin-bottom:0;}
.decorative-square {display:none;}
 }
