.pfl-contacts-hero-banner   {
  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
  padding: 87px 0;
   text-align: center;
}

.pfl-contacts-hero-inner {
   max-width: 810px;
    margin: 0 auto;
}

.pfl-contacts-hero-title {
  margin-bottom: 19px;
  color: #fff;
   font-size: 50px;
   font-weight  :       754;
}

.pfl-contacts-hero-subtitle    {
    font-size: 18.5px;
    color: #f2f2f2;
   font-weight: 334;
}@media(max-width:768px){
    .pfl-contacts-hero-banner{
        padding:65px 0;
    }

    .pfl-contacts-hero-title{
        font-size:34px;
    }

    .pfl-contacts-hero-subtitle{
        font-size:16px;
    }
}.pfl-contact-info-band {
    padding: 85px 0; 
	  background   :   #f8f9fa; 

}

.pfl-contact-info-grid     {
    display: grid;
  grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

.pfl-info-card-item {


    background  :     #fff;
  padding: 38px 32px;
    border-radius: 12px;
    text-align: center;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
   transition: all 0.3s ease;
}

.pfl-info-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.15);
	
}

.pfl-info-icon-box {
	width: 72px;
   height : 72px;
  background: linear-gradient(135deg,#667eea,#764ba2);
	 border-radius: 50%;
        display: flex;
                    align-items     :  center;
  justify-content: center;
    margin   :    0 auto 22px;
}

.pfl-info-icon {
  width :  38px;
   height: 38px;
  filter: brightness(0) invert(1);
}

.pfl-info-card-title {
       font-size: 21px;
  font-weight: 660;
   color  :       #2c3e50;
         margin-bottom: 14px;
}

/* Generated styles */


	/* Animation and transitions */


.pfl-info-card-text {
   font-size    :      15.5px;
  color: #666;
      line-height: 1.7;
}

.pfl-info-card-text a {
    color: #667eea; 
     font-weight: 550; 

}

.pfl-info-card-text a:hover		{
  color: #5568d3;
  text-decoration: underline;
}
@media(max-width:992px){
    .pfl-contact-info-grid{
        grid-template-columns:1fr;
        gap:28px;
    }

    .pfl-contact-info-band{
        padding:65px 0;
    }
}.pfl-contact-form-zone {
    background: #fff;
    padding :      95px 0;
}

.pfl-form-layout-wrapper {
                  display: flex;
   gap :  58px;
   align-items: flex-start;
	}

.pfl-form-intro-column {
    flex: 1;

}

.pfl-form-container-column {
   flex: 1;
}

.pfl-form-section-heading {
   font-size: 38px;
         font-weight: 718;
  color: #2c3e50;
    margin-bottom: 20px;
}

.pfl-form-intro-text


{
    font-size: 16.5px;
   color  : #666;
	line-height: 1.75;
  margin-bottom: 32px;
}

.pfl-contact-features {
   display: flex;
    flex-direction: column;
    gap: 16px;
}

.pfl-contact-feature-item {
   display: flex;
    align-items :        center;
    gap: 12px;
  font-size: 15.5px;
    color: #555;
}

.pfl-contact-feature-icon {
  width: 22px;
    height: 22px;
  filter: invert(65%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(96%) contrast(101%);
  flex-shrink: 0;
}

.pfl-contact-form {
    background: #f8f9fa;
   padding: 42px 38px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.pfl-form-group {


    margin-bottom: 24px;
	}

.pfl-form-label {
  display: block;
    font-size: 15px;
	font-weight: 590;
	 color: #2c3e50;
   margin-bottom: 8px;
}

.pfl-required-mark	{
	 color : #e74c3c;
   font-weight  :   650;
}  

.pfl-form-input,
.pfl-form-textarea {
    width: 100%;
  padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
   color: #2c3e50;
		 background: #fff;
   transition: all 0.3s ease;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; 



}

.pfl-form-input:focus,
.pfl-form-textarea:focus {
				 outline: none;
    border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102,126,234,0.1);
}

.pfl-form-input.pfl-input-error,
.pfl-form-textarea.pfl-input-error {
  border-color: #e74c3c;
}

.pfl-form-textarea     {
  resize    :     vertical; 
	  min-height: 140px;
}

.pfl-error-message     {
  display  :    block;
         color    :       #e74c3c;
  font-size    :13.5px;
               margin-top: 6px;
   min-height: 18px;
}

.pfl-form-actions {
   margin-top: 32px;
}

.pfl-submit-button {
	 width: 100%;
       background: #667eea;
     color: #fff;
       border: none;
      padding: 16px 32px;
     border-radius: 8px;
     font-size:     16px;
     font-weight: 600;
   	cursor: pointer;
     display: flex;
       align-items: center;
       justify-content: center;
       gap  :   12px;
   	transition: all 0.3s ease;
}

.pfl-submit-button:hover {
     background: #5568d3;

  transform: translateY(-2px);

  box-shadow: 0 6px 24px rgba(102,126,234,0.3);
}

.pfl-submit-button:disabled {

	    background: #b8b8c8;
	 cursor: not-allowed;
  transform    :none;

}

.pfl-btn-icon {
       width: 20px;
   height: 20px;
  filter: brightness(0) invert(1);
}@media(max-width:992px){
    .pfl-form-layout-wrapper{
        flex-direction:column;
        gap:42px;
    }

    .pfl-contact-form-zone{
        padding:65px 0;
    }

    .pfl-form-section-heading{
        font-size:32px;
    }
}.pfl-success-popup {


   position: fixed;
        top: 0;
	 left: 0;
  width    :       100%;
         height: 100%;
   z-index:     9999;
  display: none;
               align-items   :    center;
    justify-content: center;


	}

.pfl-success-popup.pfl-popup-visible {
  display: flex;
	
}

.pfl-popup-overlay	{
   position: absolute;
         top: 0;
      left:     0;
  width: 100%;
   height: 100%;
  background: rgba(0,0,0,0.65);
   z-index:       1;
}

.pfl-popup-content {
         position: relative;
      z-index: 2;
	background: #fff;
	 max-width  :       520px;
    width: 90%;
  padding  :  48px 42px;
    border-radius: 14px;
   text-align: center;
  box-shadow: 0 12px 48px rgba(0,0,0,0.25);
   animation: popupSlideIn 0.4s ease;
}@keyframes popupSlideIn{
    from{
        opacity:0;
        transform:translateY(-30px) scale(0.95);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}.pfl-popup-icon-holder {
   width: 85px;
	height: 85px;
   background: #e8f5e9;
   border-radius   :      50%;
   display: flex;
  align-items: center;
    justify-content: center;
                    margin: 0 auto 26px;
}

.pfl-popup-success-icon {
  width: 48px;
   height: 48px;
  filter: invert(65%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(96%) contrast(101%);
}

.pfl-popup-heading {
    font-size: 28px;
   font-weight: 690;
   color: #2c3e50;
    margin-bottom  : 16px;
}

.pfl-popup-message {
  font-size: 16px;
   color: #666;
  line-height: 1.7;
   margin-bottom    :32px;
}

.pfl-popup-close-btn {
  background    :       #667eea;
   color: #fff;
    border: none;
   padding: 14px 42px;
  border-radius :  8px;
   font-size: 16px;
    font-weight: 590;
   cursor: pointer;
    transition: all 0.3s ease;


}

.pfl-popup-close-btn:hover 
 {
      background: #5568d3; 

}