* {
   margin: 0;
          padding: 0;
  box-sizing     :  border-box;
}

body   {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	 line-height: 1.7;
    color: #444;
   background: #fff; 

}

img {


                    max-width: 100%;
    height: auto;
  display  :     block;}

a {
	  text-decoration: none;
   transition: all 0.3s ease;
   color: inherit;
     }

.pfl-topbar-guyton {
    background: #ffffff;
    padding: 18px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
   z-index :  999;
	
}

.pfl-navwrap-blvd {
    display  :      flex;
   align-items: center;
  padding: 0 22px;
    max-width: 1240px;
 margin: 0 auto;
   justify-content: space-between;
}

.pfl-brand-mountain a    {
   display: block;
}

.pfl-logoimg-blue {
   height: 62px;
	width: auto;
}

.pfl-links-ms {
    display: flex; 
	   gap: 35px;
}

.pfl-links-ms a {
     font-size: 15.5px;
   font-weight: 520;
     color     :   #2c3e50;
		position: relative;
   padding: 7px 0;
}

.pfl-links-ms a:hover {
   color: #e74c3c;
}

.pfl-navitem-active {

	    color: #e74c3c !important;
	}

.pfl-navitem-active::after {
  content: "";
  position: absolute;
	bottom: 0;
  left: 0;
    width: 100%;
   height: 3px;
   background: #e74c3c;
}

.pfl-burger-38610 {

    display    :none;
    cursor : pointer;
	}

.pfl-burger-icon {
        width     : 28px;
    height     :        28px;
}@media(max-width:768px){
    .pfl-links-ms{
        position:fixed;
        top:75px;
        left:-100%;
        width:100%;
        background:#fff;
        flex-direction:column;
        padding:32px 22px;
        box-shadow:0 8px 16px rgba(0,0,0,0.12);
        transition:left 0.4s ease;
        gap:0;
    }

    .pfl-links-ms.pfl-mobile-active{
        left:0;
    }

    .pfl-links-ms a{
        padding:15px 0;
        border-bottom:1px solid #eee;
        width:100%;
    }

    .pfl-burger-38610{
        display:block;
    }
}.welcome-area {
   position:   relative;
   z-index: 1;
    width: 100%;
}

.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
   height    :      790px;
   background-color: #000000;
}



.hero-inner-container {
  max-width: 1240px;
   margin: 0 auto;
    padding: 0 22px;
}

.hero-row-layout {
   display: flex;
  align-items: center;
}

.hero-text-column {
   max-width: 720px;
	
}

.bg-overlay   {
   position: relative;
   z-index: 1;
}

.bg-overlay::after {
  content: "";
  position: absolute;
    height: 100%;
   width: 100%;
    top: 0;
   left: 0;
  z-index    :   -1;
  background-color: rgba(0, 0, 0, 0.42);
}

.bg-img {

	  background-position   :      center center;
 background-size: cover;
   background-repeat: no-repeat;

}

.welcome-text .hero-main-headline{
          font-size: 54px;
  display: block;
    margin-bottom: 32px;
  color :  #ffffff;
}  

.welcome-text .hero-support-text {
   font-size: 17px;
   color: #ffffff;
    margin-bottom: 52px;
	display: block;
}

.hero-btn-group a {
  display: inline-block;
}

.alime-btn {
	   position: relative;
	 z-index: 1;
    min-width: 165px;
  height   :  48px;
   line-height: 44px;
	font-size: 15px;
  font-weight: 420;
        display:       inline-block;
   padding: 0 32px;
   text-align: center;
    text-transform: uppercase;
    color  :     #ffffff;
    border     :  2px solid #fc6060;
  border-radius   : 32px;
  transition-duration: 520ms;}

.alime-btn:hover,
.alime-btn:focus {
	 font-weight: 520;
  box-shadow: 0 3px 42px 9px rgba(15, 15, 15, 0.18);
   background-color: #fc6060;
   color: #ffffff;


}

.hero-mail-contact {

    color: #ffffff;
    font-size: 17px;
         font-weight: 420;
 display: inline-block;
   margin: 0;
     }

.hero-mail-contact:hover,
.hero-mail-contact:focus {
    color  :       #fc6060;
}

.h-100 {
	   height: 100%;

     }

.align-items-center {
   align-items: center;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-sm-0  
  {


    margin-bottom   : 0;

}  

.mr-4 {
   margin-right: 1.5rem;
}@media(max-width:768px){
    .single-welcome-slide{
        height:620px;
    }

    .welcome-text .hero-main-headline{
        font-size:38px;
    }

    .welcome-text .hero-support-text{
        font-size:16px;
    }
}.ftco-section {
    padding: 6.5em 0;
  position: relative;
}@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6.2em 0;
    }
}.pfl-container-standard {
  max-width: 1240px;
    margin: 0 auto;
	padding: 0 22px;
}

.row-center-layout {
   justify-content: center;
  display     :   flex;
}

.header-column-centered 
 {
	 max-width :       800px;
}

.heading-section .subheading {
    font-size: 19px; 
    display: block; 
    margin-bottom: 6px; 
  color: #108bff; 
    font-size: 13px; 
    font-weight: 650; 
   letter-spacing  :      2.1px; 
	text-transform: uppercase;
}

.heading-section h2  {
	font-size: 42px;
	 font-weight: 650;
}
@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 30px;
    }
}.mb-5 {
	   margin-bottom :      3rem; 

	}

.text-center {
     text-align: center;
}

.services-row-quad {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
}@media(max-width:992px){
    .services-row-quad{
        grid-template-columns:repeat(2,1fr);
    }
}@media(max-width:640px){
    .services-row-quad{
        grid-template-columns:1fr;
    }
}.services .icon {
  width   : 95px;
    height: 95px;
    border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    margin-bottom: 22px;
}

.service-icon-svg {
    width :42px;
  height: 42px;
  filter: brightness(0) invert(1);
}

.services h3 {
   font-size: 18px;
  font-weight: 550;
}

.services.services-2 .icon {
   width: 115px;
    height: 115px;
   background: #108bff;
  border :        none;

}

.services p {


  font-size     :    15px;
    color: #666;
    line-height: 1.65;
}

.w-100 {
   width: 100%;
}

.d-flex {
   display: flex;
}



.mb-2 {
   margin-bottom: 0.8rem;
}

.main-section {
        padding: 7.5rem 0;
}@media (max-width: 991.98px) {
    .main-section {
        padding: 3.5rem 0;
    }
}.row-dual-layout {
   display   :    flex;
               gap: 55px;
}

.image-column-left {
  flex: 1;
}

.text-column-right
	{
	 flex  : 1;
}

.serif {
  font-family: "Hepta Slab", serif;
}

.img-responsive {
    max-width: 100%;
	 height: auto;
}

.rounded-lg {
  border-radius     :    0.5rem !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.btn {
    border-radius: 35px;
   font-size: .9rem;
    text-transform: uppercase;
  letter-spacing   : .3rem;
   padding: 12px 22px;
  text-decoration: none;
}

.btn-main {
    background-color: #e6a12d;
   border-color: #e6a12d;
   color: #fff;
}

.btn-main:hover {
   background-color: #d39416;
       border-color: #d39416;
}

.mb-4 {
   margin-bottom: 2.8rem !important;
}

p {

	margin-top: 0;

	   margin-bottom: 1rem;

	    line-height: 1.9;

	   color: #555;
}@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}.ml-auto {
    margin-left: auto !important;
}@media(max-width:992px){
    .row-dual-layout{
        flex-direction:column;
        gap:42px;
    }
}h1 {

	  color: #fff;
  font-family: "Playfair Display",serif;
      font-size     :  60px !important;
  font-weight: 700;
   font-style: italic;


}

h3 {

	   color: #131230;
  font-family: "Playfair Display",serif;
	 font-size: 36px !important;
  font-weight: 700;
     }

.deshes-area span	{
	 color: #ffb606;
}

.deshes-area h1 {
          color: #131230;

	  font-style: inherit;

	  position: relative;
}

.deshes-area h1:after {
  content: '';
  position    :    absolute;
  top: 45px;
 left: 90px;
   width   : 200px;
  height: 1px;
   background: #131230;
}  

.deshes-area .style-change {
  font-family: "Roboto",sans-serif;
   font-size :   30px;
  font-weight: 700;
   display: block;
}

.deshes-area .deshes-text {

    padding-left: 90px;
}@media (max-width: 575.98px){
    .deshes-area .deshes-text{padding-left:0}
    .deshes-area h1:after{display:none}
}.template-btn3  {
  font-weight: 500; 
	       display: inline-block; 
	   font-size: 14px; 
	  font-family: "Roboto",sans-serif; 
	  text-transform :       uppercase; 
	    color: #131230; 
		position: relative;
}

.template-btn3 span {
   position: absolute;
          top: 0;
  left: 110%;
    color: #131230;
    transition  :       all .5s;
}

.template-btn3:hover {
  color: #131230;
}

.template-btn3:hover span {
    left: 115%;
}

.inline-arrow-icon		{
   width: 18px;
	 height    :     18px;
    display: inline-block;
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(37deg);
}

.section-top2 {
  margin-bottom: 80px;
}

.section-top2 span {
         color: #ffb606;
}

.section-padding {
  padding: 130px 0;
}

.header-row-full {
   display: block;
     width : 100%;
}

.header-col-centered {
  margin: 0 auto;}

.feature-row-layout {
    display: flex;
    gap: 48px;
   align-items: center;
   margin-bottom  : 32px;
}

.feature-text-col
	{
    flex: 1;
}

.feature-image-col {

	   flex     :  1;
     }

.img-fluid {

   max-width: 100%;
  -moz-border-radius: 12px;
    height: auto;
    border-radius: 12px;
  -webkit-border-radius: 12px;


}

.align-self-center {
  align-self: center;

}

.mt-4 {
   margin-top: 2rem;
}

.mt-md-0 {


          margin-top: 0;
}

.mt-5 {
  margin-top: 3.5rem;
}

.pt-3


{
  padding-top: 1.5rem;
}

.mt-3 {
	    margin-top: 1.2rem;}

.order-1	{
   order:1;
}

.order-2 {
   order: 2;
}@media(max-width:992px){
    .feature-row-layout{
        flex-direction:column;
        gap:32px;
    }

    .order-md-1{order:1}
    .order-md-2{order:2}
}.pfl-tools-resources-area {
    padding: 95px 0;
}

.pfl-tools-header-block {
    text-align: center;
  margin-bottom: 58px;
}

.pfl-heading-major {
      font-size: 42px;
   font-weight: 720;
 color: #2c3e50;
	 margin-bottom: 16px;
}

.pfl-subheading-desc {
    font-size: 18px;
  color: #7f8c8d;
   max-width: 680px;
  margin: 0 auto;
}

.pfl-tools-grid-quad {
	display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 32px;
}

.pfl-tool-card-element   {
   background: #fff;
  padding: 32px 24px;
   border-radius:        10px;
  border: 2px solid #e8e8e8;
   transition: all 0.3s ease;
  text-align: center;
}

.pfl-tool-card-element:hover {
  transform: translateY(-5px);
  border-color  :      #667eea;
}

.pfl-tool-icon-container		{
       width: 68px;
	height: 68px;
  background: #f0f2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}

.pfl-tool-svg-icon {
  width: 34px;
      height: 34px;
  filter: invert(42%) sepia(71%) saturate(2805%) hue-rotate(228deg) brightness(96%) contrast(87%);
} 

.pfl-tool-card-title {
    font-size: 20px;
    font-weight: 640;
   color: #2c3e50;
  margin-bottom: 12px;
}

.pfl-tool-card-text {
  font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.pfl-tools-cta-center {
   text-align: center;
  margin-top: 52px;
}

.pfl-btn-secondary-guyton {
    background: transparent;
   color: #667eea;
  padding: 15px 35px;
  border: 2px solid #667eea;
   border-radius: 6px;
    font-weight: 580;
    font-size     :  16px;
      display: inline-block;
}

.pfl-btn-secondary-guyton:hover {
	background: #667eea;
   color: #fff;


}

.pfl-casestudies-segment		{
 padding: 95px 0;
       background: #f8f9fa;


}

.pfl-section-header-centered {
   text-align :   center;
   margin-bottom: 62px;
}

.pfl-cases-grid-dual {

  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(480px,1fr));
       gap   :  38px;}

.pfl-case-card-wrapper	{
   background:   #fff; 
   border-radius: 12px; 
   overflow: hidden; 
  box-shadow: 0 4px 18px rgba(0,0,0,0.08); 
    transition: all 0.3s ease;
}

.pfl-case-card-wrapper:hover		{

	  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.15);}

.pfl-case-image-holder {
   height: 240px;
    overflow:     hidden;
}

.pfl-case-img {
    width:      100%; 
	  height: 100%; 
	   object-fit:    cover; 
	    transition: transform 0.4s ease;
}

.pfl-case-card-wrapper:hover .pfl-case-img {
  transform: scale(1.08);
}

.pfl-case-content-block {

   padding   :       32px 28px;


}

.pfl-case-headline {
  font-size: 24px;
  font-weight  :       660;
    color: #2c3e50;
    margin-bottom   :      16px;
}

.pfl-case-description {
    font-size: 15.5px;
   color: #666;
    line-height: 1.7;
                    margin-bottom: 20px;
}

.pfl-case-meta-info {
   display: flex;
   gap: 10px;
  margin-bottom: 18px;
    flex-wrap    :wrap;
}

.pfl-case-tag {


  background: #e8f0ff;
   color: #667eea;
  padding: 6px 14px;
   border-radius   : 16px;
  font-size     :13px;
    font-weight: 560;}

.pfl-link-styled-arrow

{
    color     :      #e74c3c;
    font-weight: 580;
    font-size: 16px;
               display: inline-flex;
	align-items: center;
    gap: 8px;
}

.pfl-link-styled-arrow::after {
  content: "→";
               transition: transform 0.3s ease;
}

.pfl-link-styled-arrow:hover::after {
  transform: translateX(5px);
}@media(max-width:768px){
    .pfl-cases-grid-dual{
        grid-template-columns:1fr;
    }
}.pfl-getting-started-band {
  padding  :  95px 0;
}

.pfl-gettingstarted-wrapper {
    display     :    flex;
  gap    :       58px;
    align-items: center;


} 

.pfl-gs-text-column {
   flex: 1;
}

.pfl-gs-heading
{


   font-size :  38px;
  font-weight: 720;
  color: #2c3e50;
   margin-bottom: 22px;
	

}

.pfl-gs-paragraph {
   font-size: 16.5px;
  line-height: 1.75;
	margin-bottom: 28px;
   color: #555;
}

.pfl-gs-checklist {
	 list-style: none;
    margin-bottom: 35px;

}

.pfl-gs-checkitem {
   display     :        flex;

		align-items: center;

	         gap: 14px;

	  margin-bottom: 16px;

	  font-size:   16px;

	 color     :      #444;

}

.pfl-gs-arrow-icon {
	width :    24px;
    height: 24px;
  filter: invert(42%) sepia(71%) saturate(2805%) hue-rotate(228deg) brightness(96%) contrast(87%);
}

.pfl-gs-image-column {
		flex: 1;


}

.pfl-gs-visual-img {
               border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12); 
	
}

.pfl-btn-primary-201 {
  font-size: 16px;
    font-weight: 580;
  border-radius: 6px;
   padding: 15px 35px;
  background: #e74c3c;
   display: inline-block;
   color: #fff;
}

.pfl-btn-primary-201:hover {
	    background: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(231,76,60,0.4);

}@media(max-width:992px){
    .pfl-gettingstarted-wrapper{
        flex-direction:column;
    }
}.footer-area {
       position: relative;
   z-index    :    1;
   padding     : 42px 0;
  background-color: #111111;


     }

.pfl-footer-grid-layout {
	display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
					gap: 42px;
   margin-bottom: 48px;
}

.pfl-footer-logo-img    {
   height     :     68px; 
   width: auto; 
   margin-bottom: 22px; 
  filter: brightness(0) invert(1);
}

.pfl-footer-about-text {
    font-size :       15px;
   line-height    :    1.7;
  margin-bottom: 24px;
   color: #b8b8c8;
}

.pfl-footer-contact-info {


   font-size: 14.5px;}  

.pfl-footer-address {
   margin-bottom  :  10px;
    color: #b8b8c8;
}

.pfl-footer-phone {
    color: #e74c3c;
   font-weight: 560;
}

.pfl-footer-heading {
  font-size: 18px;
       font-weight: 640;
   color: #fff;
   margin-bottom: 20px;
}

.pfl-footer-linklist {
   list-style: none;
} 

.pfl-footer-linklist li {
	margin-bottom: 12px;
}

.pfl-footer-linklist a {
    font-size: 14.5px;
  color: #b8b8c8;
}

.pfl-footer-linklist a:hover
	{
  color: #e74c3c;
  padding-left: 4px;
}

.pfl-footer-bottom-bar {
   padding-top:        32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.pfl-copyright-text {
   font-size: 14px;
   color: #888;
    margin-bottom: 8px;
}

.pfl-footer-email-contact {

    font-size: 14px;
  color: #888;
	} 

.pfl-footer-email-contact a {
   color: #e74c3c;
}

.pfl-footer-email-contact a:hover {
  text-decoration: underline;
}@media(max-width:992px){
    .pfl-footer-grid-layout{
        grid-template-columns:1fr 1fr;
        gap:35px;
    }
}

@media(max-width:640px){
    .pfl-footer-grid-layout{
        grid-template-columns:1fr;
    }

    .pfl-heading-major{
        font-size:32px;
    }

    .pfl-tools-resources-area{
        padding:65px 0;
    }
}.pfl-blog-article-area {
   padding: 85px 0;
   background: #fff;
}

.pfl-blog-header-section {
  max-width: 820px;
     margin: 0 auto 42px;
      text-align: center;
}

.pfl-blog-breadcrumb {
   font-size: 14px;
  color: #7f8c8d;
   margin-bottom: 22px;
} 

.pfl-blog-breadcrumb a {
    color: #108bff;
}

.pfl-blog-breadcrumb a:hover{
   color: #e74c3c;
}

.pfl-blog-main-title {
   line-height   :1.3;
           font-size:      44px;
     color: #2c3e50;
      margin-bottom: 18px;
       font-weight: 720;
}

.pfl-blog-meta-line {
    display: flex;
	 justify-content: center;
    gap: 22px;
    font-size: 15px;
    color: #666;
}

.pfl-blog-featured-image   {
   max-width: 980px;
    margin: 0 auto 52px;
   border-radius     :      12px;
	 overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.pfl-blog-content-wrapper {
  display     :       grid;
    max-width: 1180px;
   grid-template-columns: 2fr 1fr;
        margin: 0 auto;
    gap: 52px;
}

.pfl-blog-text-content

{
    font-size: 16.5px;
       line-height: 1.85;
    color: #444;
}

.pfl-blog-intro-text  
  {
   font-size: 18.5px;
	line-height: 1.8;
    color: #555;
    margin-bottom   :  38px;
       font-weight: 420;
}

.pfl-blog-section-heading {
  font-size     :     28px;
    font-weight: 660;
   color: #2c3e50;
	margin-top: 42px;
        margin-bottom: 22px;
          line-height: 1.4;
}

.pfl-blog-text-content p {
   margin-bottom: 22px;
}

.pfl-blog-conclusion-box {
   background: #f8f9fa;
   padding: 38px 32px;
  border-radius: 10px;
 border-left  :     4px solid #e74c3c;
   margin-top: 48px;
}

.pfl-blog-conclusion-box h3 {
         font-size: 24px;
		font-weight: 640;
      color    :    #2c3e50;
	margin-bottom: 16px;
}

.pfl-blog-conclusion-box p {

	  margin-bottom: 24px;}

.pfl-blog-sidebar {
    position: sticky;
    top: 95px;
   height: fit-content;
}


.pfl-sidebar-widget {
    padding: 28px 24px;
                    border: 2px solid #e8e8e8;
    border-radius: 10px;
  background: #fff;
    margin-bottom: 28px;
}

.pfl-sidebar-heading {
   font-size    :  19px;
    font-weight: 640;
         color: #2c3e50;
    margin-bottom: 18px;
}

.pfl-sidebar-list

{
  list-style: none;
	}

.pfl-sidebar-list li {
    margin-bottom  :        12px;
}

.pfl-sidebar-list a  {
    color: #666;
  border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
  display :        block;
	 font-size: 15px;
}

.pfl-sidebar-list a:hover
	{
   color: #e74c3c;
   padding-left: 8px; 
	
}

.pfl-sidebar-tags {
   display: flex;
     flex-wrap: wrap;
   gap: 10px;
}

.pfl-tag-item	{
    border-radius: 18px;
    padding: 8px 16px;
    font-size: 13.5px;
  font-weight: 560;
  color: #667eea;
   background: #e8f0ff;
}

.pfl-sidebar-cta-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 32px 24px;
    border-radius: 10px;
   text-align: center;
  color: #fff;
}

.pfl-sidebar-cta-box h4 {
  font-size: 20px;
  font-weight: 640;
    margin-bottom: 12px;
    color: #fff;
}

.pfl-sidebar-cta-box p {
  font-size: 15px;
    margin-bottom: 22px;
  color: rgba(255,255,255,0.9);
}

.pfl-sidebar-cta-box .pfl-btn-secondary-guyton {
   background: #fff;

	   color: #667eea;

	    border: none;
}

.pfl-sidebar-cta-box .pfl-btn-secondary-guyton:hover {
    background: #f0f0f0;
  color: #667eea;
}
@media (max-width: 992px) {
    .pfl-blog-content-wrapper {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .pfl-blog-sidebar {
        position: static;
    }

    .pfl-blog-main-title {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .pfl-blog-article-area {
        padding: 52px 0;
    }

    .pfl-blog-main-title {
        font-size: 28px;
    }

    .pfl-blog-section-heading {
        font-size: 23px;
    }

    .pfl-blog-meta-line {
        flex-direction: column;
        gap: 8px;
    }
}.pfl-blog-hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 95px 0 75px;
  text-align: center;
    color: #fff;
}

.pfl-blog-hero-content {
   max-width: 780px;
    margin:     0 auto;
}

.pfl-blog-hero-title {
    font-size: 48px;
    font-weight: 720;
	margin-bottom: 22px;
   line-height: 1.2;
}

.pfl-blog-hero-subtitle {
  font-size: 19px;
    line-height: 1.6;
    opacity: 0.95;
}

.pfl-blog-listing-area {
   padding: 85px 0;
   background: #f8f9fa;
}

.pfl-blog-grid-layout {
    display: grid;

	  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));

	    gap: 38px; 

}

.pfl-blog-card {
   background: #fff;
	border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
	 display: flex;
          flex-direction: column;
}

.pfl-blog-card:hover {
     transform: translateY(-8px);
  box-shadow: 0 12px 38px rgba(0,0,0,0.15);

}

.pfl-blog-card-image {
   position: relative;
   height    :     240px;
   overflow: hidden; 


}

.pfl-blog-card-image img {
        width     : 100%;
  height: 100%;
   object-fit: cover;
    transition: transform 0.4s ease;
}

.pfl-blog-card:hover .pfl-blog-card-image img {
  transform: scale(1.08);
}

.pfl-blog-category-badge {
    position     :  absolute;
  top  :     18px;
  left:  18px;
  background: rgba(231, 76, 60, 0.95);
               color: #fff;
    padding:      8px 16px;
                    border-radius: 20px;
    font-size: 13px;
   font-weight: 580;
    letter-spacing :    0.3px;
	text-transform: uppercase;
}

.pfl-blog-card-content {
  flex-grow: 1;
	flex-direction: column;
    padding: 32px 28px;
   display: flex;

}

.pfl-blog-card-title {
    font-size: 22px;
          font-weight: 660;
    line-height: 1.4;
    margin-bottom: 16px;
}

.pfl-blog-card-title a	{
   color: #2c3e50;
    transition: color 0.3s ease;
}

.pfl-blog-card-title a:hover {
    color:       #e74c3c;
}

.pfl-blog-card-excerpt  {
  font-size   : 15.5px;
  line-height: 1.7;
  color :  #666;
       margin-bottom: 24px;
   flex-grow: 1;
}

.pfl-blog-card-meta {
   display: flex;
  justify-content: space-between;
    align-items: center;
    padding-top : 20px;
        border-top :      1px solid #e8e8e8;
}

.pfl-blog-read-time {
         display: flex;
   align-items: center;
  gap: 8px;
    font-size: 14px;
	color: #888;


}

.pfl-meta-icon {
	 width: 16px;
   height: 16px;
    opacity: 0.6;


}

.pfl-blog-read-more
{
     color: #e74c3c;
   font-weight:       580;
   font-size     :    15px;
  transition: all 0.3s ease;
}

.pfl-blog-read-more:hover


{
  color: #c0392b;
  transform: translateX(4px);
}

.pfl-blog-cta-section {
  padding: 95px 0;
   background: #fff;
}

.pfl-blog-cta-box {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
        padding     :  65px 48px;
  border-radius: 16px;
	text-align: center;
        color: #fff;
}

.pfl-blog-cta-title {
  font-size: 38px;
    font-weight: 720;
   margin-bottom: 18px;
}

.pfl-blog-cta-text {
   	margin-right     :auto;
 max-width: 680px;
    margin-bottom: 38px;
   line-height: 1.6;
	font-size: 18px;
    opacity: 0.92;
                    margin-left: auto;}

.pfl-blog-cta-buttons {
    display: flex;
    gap :22px;
   justify-content: center;
   flex-wrap: wrap;
}@media (max-width: 992px) {
    .pfl-blog-hero-title {
        font-size: 38px;
    }

    .pfl-blog-grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 32px;
    }

    .pfl-blog-cta-title {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .pfl-blog-hero-section {
        padding: 65px 0 55px;
    }

    .pfl-blog-hero-title {
        font-size: 32px;
    }

    .pfl-blog-hero-subtitle {
        font-size: 17px;
    }

    .pfl-blog-listing-area {
        padding: 55px 0;
    }

    .pfl-blog-grid-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pfl-blog-card-title {
        font-size: 20px;
    }

    .pfl-blog-cta-section {
        padding: 65px 0;
    }

    .pfl-blog-cta-box {
        padding: 45px 28px;
    }

    .pfl-blog-cta-title {
        font-size: 28px;
    }

    .pfl-blog-cta-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .pfl-blog-cta-buttons a {
        width: 100%;
        display: block;
    }
}

@media (max-width: 480px) {
    .pfl-blog-card-meta {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}.pfl-blog-hero-section {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 95px 0 75px;
   text-align: center;
  color: #fff;

}

.pfl-blog-hero-content {
                    max-width: 780px;
  margin    :   0 auto;
}

.pfl-blog-hero-title {
   font-size: 48px;
  font-weight:      720;
         margin-bottom: 22px;
                    line-height :      1.2;
}  

.pfl-blog-hero-subtitle  {
          font-size:  19px;
  line-height: 1.6;
   opacity: 0.95;
}

.pfl-empty-state-section {

  padding     :      95px 0;
   background: #f8f9fa;



}

.pfl-empty-state-wrapper {

	  max-width:   780px;
    margin :   0 auto;
   text-align: center;
	}

.pfl-empty-state-icon {
               width: 120px;
  height :    120px;
    background: #fff;
	border-radius     :    50%;
   display: flex;
    align-items    :center;
  justify-content: center;
  margin: 0 auto 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.pfl-empty-icon-svg {
         width: 52px;
  height: 52px;
   opacity: 0.4;
}

.pfl-empty-state-title {
    font-size: 36px;
   font-weight: 720;
   color: #2c3e50;
    margin-bottom: 22px;
}

.pfl-empty-state-text {
  color: #555;
  margin-bottom   :     18px;
   font-size: 17px;
  line-height: 1.7;
}



.pfl-empty-state-text-secondary {
    font-size: 16px; 
	  line-height   :     1.7; 
	  color: #777; 
	   margin-bottom    :    42px;
}



.pfl-empty-state-actions {


	 justify-content: center;
  margin-bottom     :    58px;
  gap: 18px;
    flex-wrap: wrap;
    display: flex;}

.pfl-empty-state-divider

{
   position: relative;
    margin: 58px 0 42px;
} 

.pfl-empty-state-divider::before {
  background: #ddd;
  z-index: 0;
    right: 0;
   position: absolute;
  height: 1px;
   left: 0;
   top: 50%;
  content: '';
}

.pfl-empty-state-divider span {
	position: relative;

	   background: #f8f9fa;

	 padding: 0 22px;

	   color: #888;

	 font-size  :   15px;

	   font-weight: 520;

	       z-index: 1;
}

.pfl-empty-state-links {
   display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	    gap   :       22px;
	   margin-top: 42px;
}

.pfl-resource-link {
  background: #fff;
    padding: 28px 24px;
      border-radius: 10px;
    display: flex;
  align-items: center;
   gap: 18px;
   border: 2px solid #e8e8e8;
  transition: all 0.3s ease;
  text-align  :   left;
}

.pfl-resource-link:hover {
               border-color: #667eea;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.pfl-resource-icon {

   width: 42px;
	height :42px;
   flex-shrink: 0;
  filter: invert(42%) sepia(71%) saturate(2805%) hue-rotate(228deg) brightness(96%) contrast(87%);

}

.pfl-resource-info h3 {
   font-size: 17px;
    font-weight: 640;
   color: #2c3e50;
  margin-bottom: 6px;
}

.pfl-resource-info p {
    font-size: 14px;
    color: #777;
  line-height: 1.5;
}

.pfl-newsletter-signup-section    {
    padding:85px 0;
	background: #fff;
}

.pfl-newsletter-box {

	  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 58px 48px;
   border-radius: 16px;
  display: grid;
   grid-template-columns: 1fr 1fr;
  gap    :     48px;
   align-items  :     center;


}

.pfl-newsletter-title {
   font-size: 32px;
	    font-weight: 720;
	   color    :    #fff;
	    margin-bottom: 16px;
}


.pfl-newsletter-text {
	font-size: 16px;
         line-height:      1.7;
  color: rgba(255, 255, 255, 0.9);
}

.pfl-newsletter-form {
    display : flex;
	gap: 12px;
	 margin-bottom     :        12px;
}

.pfl-newsletter-input {
  flex: 1;
    padding: 16px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
   border-radius:       8px;
   font-size: 15px;
  background: rgba(255, 255, 255, 0.1);
    color: #fff;
  transition: all 0.3s ease;
}

.pfl-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.pfl-newsletter-input:focus {
   outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}


.pfl-newsletter-btn {
  padding: 16px 32px;
    background     :#e74c3c;
    color: #fff;
    border: none;
   border-radius: 8px;
         font-size     :     15px;
    font-weight: 600;
   cursor: pointer;
   transition: all 0.3s ease;
    white-space: nowrap;
}

.pfl-newsletter-btn:hover {
  background: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.pfl-newsletter-privacy {
   font-size   :      13px;
  color: rgba(255, 255, 255, 0.7);
   text-align: center; 
	
}@media (max-width: 992px) {
    .pfl-blog-hero-title {
        font-size: 38px;
    }

    .pfl-empty-state-title {
        font-size: 30px;
    }

    .pfl-newsletter-box {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 48px 38px;
    }

    .pfl-newsletter-title {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .pfl-blog-hero-section {
        padding: 65px 0 55px;
    }

    .pfl-blog-hero-title {
        font-size: 32px;
    }

    .pfl-blog-hero-subtitle {
        font-size: 17px;
    }

    .pfl-empty-state-section {
        padding: 65px 0;
    }

    .pfl-empty-state-icon {
        width: 100px;
        height: 100px;
    }

    .pfl-empty-icon-svg {
        width: 44px;
        height: 44px;
    }

    .pfl-empty-state-title {
        font-size: 26px;
    }

    .pfl-empty-state-text {
        font-size: 16px;
    }

    .pfl-empty-state-actions {
        flex-direction: column;
        gap: 14px;
    }

    .pfl-empty-state-actions a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .pfl-empty-state-links {
        grid-template-columns: 1fr;
    }

    .pfl-newsletter-signup-section {
        padding: 65px 0;
    }

    .pfl-newsletter-box {
        padding: 38px 24px;
    }

    .pfl-newsletter-title {
        font-size: 24px;
    }

    .pfl-newsletter-form {
        flex-direction: column;
        gap: 14px;
    }

    .pfl-newsletter-btn {
        width: 100%;
    }
}