/*
Theme Name: Tag Theme
Template: astra
Author: Child Theme Configurator
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.1720488597
Updated: 2024-07-09 01:29:57

*/



/* TAG Top Footer */
.tag-footer-contact-links{
    display: flex;
    margin: 0 auto;
    max-width:700px;
}

.tag-footer-contact-link{
    margin-right: 25px;
}

.tag-footer-contact-link-icon i{
    color: #2cb50c !important;
    font-size: 22px;
    margin-right:5px;
}


@media only screen and (max-width: 700px) {
.tag-footer-contact-links{
    display: flex;
    flex-direction: column;
}
    
.tag-footer-contact-link{
    margin-right: 25px;
    margin-bottom: 10px;
    text-align: center;
}
    
}


.tag-hero-section-heading{
    display: flex;
}

.tag-hero-section-heading h2{
    margin-top: 20px;
    margin-left: 20px;
    color: #ffffff;
    font-size: 60px;
}





.process-grid {
    display: flex;
    margin: 0 auto;
  }

  .step {
      width:100%;
    overflow: hidden;
    position: relative;
  }

.step-line{
    height: 2px;
    width:50%;
    background: #2cb50c;
}

  .step-content {
    padding: 20px 34px;
      margin-bottom: 40px;
  }

  .step h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .step p {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
  }

  .bottom-text {
    text-align: center;
    max-width: 900px;
    margin: 60px auto 0;
    font-size: 1rem;
    line-height: 1.6;
  }


.step-number {
    background-color: #dcdaf1;
    font-weight: bold;
    font-size: 24px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(96% 0, 100% 50%, 96% 99%, 0% 100%, 3% 50%, 0% 0%) !important;
}



.tag-special-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-special-list li {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #6B7280; /* grayish blue */
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.tag-special-list .icon-box {
  width: 16px;
  height: 16px;
  background-color: #28a745; /* bright green */
  border-radius: 3px;
  margin-right: 10px;
}

















/* Responsive */
@media(min-width: 600px) {
  .sectors-list { grid-template-columns: 1fr 1fr; }
}

