.section-title3.primary4 span{   

        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color1);
        font-family: "Poppins", sans-serif;
        background: var(--primary-opcaity);
        padding: 5px 10px;
        margin-bottom: 15px;
        display: inline-block;

}

.section-title3 h3{
    display: block;
}
.hover-border4::before{
    background: var(--primary-color1);
}

.service-item4 .service-content .text-btn:hover{
    color: var(--primary-color1);
}
.service-item4 .service-content .text-btn:hover svg{
    fill: var(--primary-color1);
}

.section-title.primary5 span {
    color: var(--primary-color1);
    background: var(--primary-opcaity);
  }
  .about3-content.style-2 .about3-list li::before{
    background-color: var(--primary-color1);
  }
  .about3-content.style-2 .about-footer .experience svg{
    fill: var(--primary-color1);
  }
  .about3-content.style-2 .about-footer .experience h4{
    color: var(--primary-color1);
  }
  .blog-section{
    background-color: white !important;
  }
  .inner-banner.health{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg/inner-banner2.png") !important;
  }
  .inner-banner.chatgpt{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg/inner-banner3.jpg") !important;
    background-size: cover !important;
  }

  .inner-banner.about{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg/inner-banner4.png") !important;
    background-size: cover !important;
  }

  .blog-content .sub-content{
     padding:10px;
  }
  .blog-content .sub-content::before{
    border:red;
  }
  .inner-banner.services {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg/service-banner6.jpeg") !important;
    background-size: auto, auto;
    background-size: cover !important;
  }
  .mt-10 {
    margin-top: 10px;
  }
   .mt-15 {
    margin-top: 15px;
  } 
  .mt-20 {
    margin-top: 20px;
  } 
  .mt-25 {
    margin-top: 25px;
  } 
  .mt-30 {
    margin-top: 30px;
  }  
  .mt-35 {
    margin-top: 35px;
  }  
  
  .mb-10 {
    margin-bottom: 10px;
  }
   .mb-15 {
    margin-bottom: 15px;
  } 
  .mb-20 {
    margin-bottom: 20px;
  } 
  .mb-25 {
    margin-bottom: 25px;
  } 
  .mb-30 {
    margin-bottom: 30px;
  }  
  .mb-35 {
    margin-bottom: 35px;
  }
  
  .tic{    
    padding:15px;
    background-color: #e6004c;
    color:white;
    border-radius: 50%;
  }
  .pl-5{
    padding-left: 5px;
  }  
  
  .pl-10{
    padding-left: 10px;
  }  
  .pl-15{
    padding-left: 15px;
  }

  .rts{    
    padding:15px;    
    border-radius: 50%;
  }
  .service-item2.style-3:hover .service-content span{
    background: #e6004c !important;
  }

  .branding-features .feature-list li::before{
    all: initial !important;
  }

  .branding-features .feature-list li{
    padding-left: 30px !important;
    font-weight: normal;
  }
  .odd-feature{
    background-color: #f3f3f3;
    padding: 10px;
  } 
  .even-feature{    
    padding: 10px;
  }
  .contact-form lable{      
      font-size:10px;
      margin-bottom: 2px;
      height: 15px;
      display: block;
      color: red;
  }
  
  .feature-list li::before{
    background: var(--primary-color1);
  }

  .feature-list li:hover::before {
    background-color: var(--white);
    color: var(--primary-color1);
  }

  .about3-content span{
    color: var(--primary-color1);
  }

  .about3-content .about3-list.style-2 li::before{
    background-color: var(--primary-color1) !important;
  }
  
 .logo-text{
	color:white;
	font-family: "Cuprum", sans-serif;
	font-size: 30px;
 }
 .logo-text:hover{
	color:white;
 }
 
 .logo-text-black{
	color:black;
	font-family: "Cuprum", sans-serif;
	font-size: 30px;
 }
 .logo-text-black:hover{
	color:black;
 }
 
#form-overlay {
    position: fixed !important;
    inset: 0 !important;          /* replaces top/left/width/height */
    background: rgba(0,0,0,0.75) !important;
    z-index: 9999999 !important;  /* higher than header/sidebar */
    display: none;
}

#form-overlay .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 50px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 420px;
}

.spinner {
    border: 5px solid #eee;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}