body {
  font-size: 19px;
  font-family: dm-sans;
}

.path-user .temphalla-header {
  display: none;
}

#block-temphalla-socialmedia {
  text-align: right;
}

#block-temphalla-socialmedia a {
  text-decoration: none;
}

/*responsive for 1366 width*/
@media (max-width: 1366px) {
  .temphalla-main-menu #block-temphalla-main-menu ul li a {
    font-size: 15px !important;
  }

  .temphalla-main-menu #block-temphalla-main-menu ul li {
    padding-left: 18px !important;
  }

  #navbarSupportedContent {
    justify-content: end;
  }

  .typing-banner-title {
    font-size: 58px !important;
  }

  /* test */
  .layout-22-4-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 110px;
  }
}

/* newly added styling */

.section-426-4933-inner-wrapper {
  padding: 0;
}

.section-426-4933-outer-wrapper .block_page_overview {
  padding-right: 0;
}

.contact-container {
  padding-right: 0;
}

.contact-common-class {
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  padding-bottom: 20px !important;
  border-bottom: 1.5px solid #5c902e;
}

.contact-common-class:focus {
  box-shadow: none;
  border-bottom: 1px solid #5c902e;
}

.common-contact-button {
  background-color: #5c902e;
  border: 1px solid #5c902e;
  padding: 8px 45px;
  border-radius: 8px;
  color:#ffffff;
}

.common-contact-button:hover{
  background-color: #ffffff;
  border: 1px solid #5c902e;
  color: #5c902e;
}

.contact-form-container {
  width: 74%;
  display: flex;
  flex-direction: column;
}

.contact-form-container form {
  /* width: 75%; */
}
.contact-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}


/*timeline design */

.flex-1 {
  flex: 1;
}

.timeline-bg {
  background-image: url(../images/timeline-line.png);
  background-repeat: repeat-y;
  width: 30px;
  margin: 0px 20px;
}
.timeline-spacer {
  min-height: 50px;
}
.timeline-title-wrapper {
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight: bold;
}

.timeline-content-container {
  background-color: #fff; /* optional: add background */
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* soft shadow */
  transition: box-shadow 0.3s ease;
}

.timeline-content-container:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/*home page banner*/

.about-custom-link,
.contact-custom-link {
  border: 2px solid #5c902e;
  border-radius: 10px;
  text-decoration: none;
  padding: 0px 40px;
  display: flex;
  align-items: center;
}

.about-custom-link {
  background-color: #5c902e;
  border: 2px solid #5c902e;
  color: #ffffff;
  margin-right: 20px;
}
.about-custom-link:hover {
  color: #5c902e;
  background-color: #ffffff;
}
.contact-custom-link {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  margin-left: 20px;
}

.contact-custom-link:hover {
  background-color: #d1f1c9;
  color: #5c902e;
  border: 2px solid #d1f1c9;
}

.about-custom-link::after,
.contact-custom-link::after {
  content: ">";
  margin-left: 10px;
  font-size: 2rem;
  transition: transform 0.2s ease;
}
.about-custom-link:hover::after,
.contact-custom-link:hover::after {
  transform: translateX(5px);
}
.custom-link-wrapper {
  display: flex;
    justify-content: center
}

.banner-content{
    text-align: center;
}

/*home page end*/

.content-4578-width .block1:hover{
    background-color:#e6f9df !important;
}

/*contact us page*/
.content-4776-width .contact-info-image .background-img{
    display: none;
    
}

.content-4776-width .contact-info-image{
    justify-content: start;
}

.content-4776-width .contact-form{
    justify-content: start
}

.content-4776-width .contact-form-container{
   width: 100%; 
}

.content-1-wrapper{
    display: grid;
grid-template-columns: repeat(2, 1fr);
    gap:1rem;
}

.content-details-wrapper{
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* soft shadow */
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-details-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.icon-image-wrapper img{
    width: 30px;
    height: auto;
    margin-bottom: 15px;
}

.custom-blocks-link,
.custom-block-links{
  background-color: #5c902e;
  border: 2px solid #5c902e;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  padding: 8px 40px;
}

.custom-blocks-link:hover,
.custom-block-links:hover{
  color: #5c902e;
  background-color: #ffffff;
  border: 2px solid #5c902e;
}
.paragon-mobile-view {
  display: none;
}

.footer-menu-wrapper{
    text-align: center;
}

.footer-address-wrapper{
    color: #ffffff;
 }

.contact-heading,
 .project-titles{
    text-decoration: underline;
  text-decoration-color: #5c902e;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

#block-temphalla-socialmedia{
    position: fixed;
    bottom: 15px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.content-4776-width .contact-container{
    padding: 0;
}

.icon-image-wrapper{
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#block-temphalla-footerlogo img{
    width: 35%;
    height: auto;
}

 .banner-subtext {
        font-size: 40px;
        font-weight: 600;
    }
