* {
   margin: 0;
   padding    :   0;
   box-sizing: border-box;
}

body {

  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.7;
   color: #3a3a3a;
    font-size: 16px;
  font-weight: 400;


} 

h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', Georgia, serif;
   color: #1a1a1a;
    font-weight: 700;
   line-height: 1.3;
}

h1   {
    font-size: 52px;
}

h2 {
	font-size: 38px;
}

h3 {
	 font-size: 28px;
}

h4 {
    font-size     :        22px;
} 

a {
  -o-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   text-decoration: none;
    -webkit-transition: all 0.3s ease;
  color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
   display     :     block;
}

.sfr_masthead_amoros {
          background    :     #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
       position: sticky;
  top: 0;
  z-index:999;
  padding: 0;}

.sfr-topbar-ciril
	{
   max-width: 1320px;
    align-items :  center;
   margin: 0 auto;
    display: flex;
  padding: 15px 25px;
   justify-content: space-between;
}

.sfr_identity_valencia img {
	   height: 48px;
                    width: auto; 
	}

.sfr_mainnav_ciril    {

       list-style: none;
  margin: 0;
          display    :  flex;
    gap: 32px;
	}

.sfr_mainnav_ciril li a {
	 font-size: 15px;
  color: #2c2c2c;
  position: relative;
	letter-spacing: 0.3px;
    font-weight     :        500;
    padding:        8px 0;

}

.sfr_mainnav_ciril li a:hover {


  color: #d4461b;}

.sfr_mainnav_ciril li a::after {
  content: '';
   position: absolute;
    bottom     :     0;
    left: 0;
   width: 0;
    height: 2px;
  background: #d4461b;
	transition: width 0.3s;
}

.sfr_mainnav_ciril li a:hover::after {

	  width: 100%;
}

.sfr_mobilemenu_amoros {
    display: none;
 flex-direction   :     column;
    gap   :   5px;
  cursor   :        pointer;
}

.sfr_mobilemenu_amoros span {
    background: #2c2c2c;
    transition: all 0.3s;
   height: 3px;
  width    :    28px;
}@media(max-width:768px){
    .sfr_mainnav_ciril{
        position:fixed;
        top:78px;
        left:-100%;
        width:100%;
        height:calc(100vh - 78px);
        background:#ffffff;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        padding-top:40px;
        gap:25px;
        transition:left 0.4s ease;
        box-shadow:0 4px 12px rgba(0,0,0,0.1);
    }

    .sfr_mainnav_ciril.active{
        left:0;
    }

    .sfr_mobilemenu_amoros{
        display:flex;
    }

    .sfr_mobilemenu_amoros.active span:nth-child(1){
        transform:rotate(45deg) translate(7px,7px);
    }

    .sfr_mobilemenu_amoros.active span:nth-child(2){
        opacity:0;
    }

    .sfr_mobilemenu_amoros.active span:nth-child(3){
        transform:rotate(-45deg) translate(7px,-7px);
    }
}

.sfr_herobanner_strategic{
    position:relative;
    min-height:620px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding:80px 20px;
    overflow:hidden;
}

.sfr_hero_darkening{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.03);stop-opacity:1"/><stop offset="100%" style="stop-color:rgba(255,255,255,0);stop-opacity:1"/></linearGradient></defs><rect width="1200" height="800" fill="url(%23grad)"/></svg>');
    opacity:0.4;
    pointer-events:none;
}

.sfr_hero_textblock{
    max-width:960px;
    text-align:center;
    position:relative;
    z-index:2;
}

.sfr_headline_primary{
    color:#ffffff;
    font-size:56px;
    margin-bottom:24px;
    font-weight:750;
    text-shadow:2px 2px 8px rgba(0,0,0,0.2);
}

.sfr_hero_description{
    color:rgba(255,255,255,0.92);
    font-size:19px;
    line-height:1.8;
    margin-bottom:42px;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}

.sfr_hero_buttons{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.sfr_cta_solid,.sfr_cta_outline{
    padding:16px 36px;
    font-size:15px;
    font-weight:600;
    border-radius:6px;
    transition:all 0.3s ease;
    display:inline-block;
    text-transform:uppercase;
    letter-spacing:0.8px;
}

.sfr_cta_solid{
    background:#d4461b;
    color:#ffffff;
    border:2px solid #d4461b;
}

.sfr_cta_solid:hover{
    background:#b83916;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(212,70,27,0.4);
}

.sfr_cta_outline{
    background:transparent;
    color:#ffffff;
    border:2px solid #ffffff;
}

.sfr_cta_outline:hover{
    background:#ffffff;
    color:#1e3c72;
}

@media(max-width:768px){
    .sfr_headline_primary{font-size:36px;}
    .sfr_hero_description{font-size:17px;}
    .sfr_herobanner_strategic{min-height:480px;}
}.welcome-section {

  padding: 90px 20px;
  background: #f9f9f9;
}

.sfr_wrapper_amoros {
   margin: 0 auto;
	max-width: 1180px;
}

.content-header h2 {
   text-align   :    center;
   margin-bottom: 48px;
  color: #1a1a1a;
}

.welcome h3 {
    font-size: 32px;
  margin-bottom: 28px;
   color: #2c2c2c;
}

.welcome p {
	font-size: 17px;
    line-height: 1.85;
    color: #555555;
  margin-bottom: 22px;
}

.features {
     margin-top: 55px;
}

.features h3

{
	 color: #2c2c2c;

    margin-bottom: 28px;

   font-size    :     32px;
}

.features ul {
	   list-style: none;
       padding: 0;
	}

.features ul li {

  color: #4a4a4a;
	 padding-left: 32px;
	font-size  :  17px;
  margin-bottom: 18px;
	 position: relative;
         line-height: 1.7;
}

.features ul li:before {
	  content: "▸";
  position: absolute;
	left: 0;
   color: #d4461b;
          font-size: 20px;
   font-weight: bold;

}

.ftco-section {
  padding: 95px 20px;
  background: #ffffff;
}

.heading-section {
     text-align: center;
	 max-width: 880px;
    margin: 0 auto 70px;
}



.heading-section h2


{
         margin-bottom: 20px;
  font-size :        48px;
	 font-weight :    700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
   color: #333;
	
}

.heading-section p {
  font-size   :  17px;
    color: #666666;
                    line-height: 1.75;
}

.sfr_cardgrid_amoros{
    display  :  grid;
  grid-template-columns: repeat(auto-fit, minmax(340px,1fr));
   gap: 35px;
    margin-bottom: 55px; 

}

.sfr_servicecard_ciril {
  background: #ffffff;
  border-radius     :       10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);
  transition: all 0.35s ease;
               width: 100%;
   display: block;
	 margin-bottom: 55px;
}

.sfr_servicecard_ciril:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
}

.sfr_servicecard_ciril .img {

  background-position :center;
       margin: 0 auto;
   background-size: cover;
  margin-bottom: 22px;
    border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  height: 240px;
   width: 100%;

}

.sfr_servicecard_ciril h3 {
  font-family: "Work Sans", Arial, sans-serif;
	 font-size: 23px;
    font-weight: 500;
       margin-bottom: 15px;
   padding: 0 25px;
    color: #2c2c2c;
}

.sfr_servicecard_ciril p {
   padding: 0 25px;
         line-height: 1.7;
    color: #666;
 font-size: 16px;
	margin-bottom: 22px;
}

.sfr_servicecard_ciril .goal {
          padding:   0 25px 20px;
}

.sfr_servicecard_ciril .goal p {
  margin-bottom: 8px;
    font-weight: 500;
   padding: 0;
}

.sfr_servicecard_ciril .goal p span 
 {
   font-weight: 600;
  color: #d4461b;
   font-size: 26px;
}

.sfr_centered_action {
   text-align:center;
    margin-top: 45px;
}

.sfr_button_bordered {
   -moz-transition: all 0.3s ease;
  display: inline-block;
   padding: 14px 32px;
  border: 2px solid #d4461b;
  color: #d4461b;
    font-weight: 600;
	-o-transition: all 0.3s ease;
  border-radius: 6px;
    transition: all 0.3s ease;
	 font-size: 15px;
   text-transform: uppercase;
   letter-spacing: 0.6px; 
	
}

.sfr_button_bordered:hover {


    background: #d4461b;
	color: #ffffff;
  transform: translateY(-2px);}@media(max-width:768px){
    .sfr_cardgrid_amoros{
        grid-template-columns:1fr;
    }
}.main-section {
   padding: 85px 20px;
    background: #f4f6f8;
}


.main-no-pt {


  padding-top: 0 !important;
     }

.main-no-pb {
   padding-bottom  :       0 !important;
}

.sfr_imagecontent_layout
	{
   display  :        grid;
  grid-template-columns     :     1fr 1fr;
    gap: 60px;
                    align-items: center;
}

.sfr_visual_block .img {
   width: 100%;
    border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
   background-size: cover;
    background-repeat: no-repeat;
    background-position:     center center;
  height: 420px;


}

.heading-area .subtitle {
	font-size: 13px;
    display: inline-block;
  color     :  #d4461b;
   font-weight   :       700;
	text-transform: uppercase;
   letter-spacing: 1.5px;
 margin-bottom :  12px;
}

.heading-area h2 {

	    margin-bottom: 24px;
  font-size: 42px;
     }

.sfr_textual_block p {
    font-size: 17px; 
   line-height: 1.8; 
	color: #555555; 
   margin-bottom: 20px;
}

.services-content {
	    margin: 0;
     padding: 0;
	}


.services-content ul {
   list-style: none;
  padding: 0;
   margin: 32px 0;
}

.services-content li {
   display: flex;
    align-items    :flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
   line-height: 1.65;
    color: #4a4a4a;
	list-style     :     none;
}


.services-content li span {
    color     :       #d4461b;
   margin-top: 2px;
    flex-shrink: 0;
      height     :     22px;
   width: 22px;
	margin-right: 22px; 

}

.btn {
	padding: 15px 34px;
   background: #d4461b;
    color: #ffffff;
       font-weight: 600;
   border-radius: 6px;
    transition    :        all 0.3s ease;
    font-size: 15px;
  text-transform: uppercase;
    letter-spacing: 0.6px;
   margin-top: 18px;
    display: inline-block;
  cursor: pointer;
   border: 1px solid #d4461b;
}

.btn:hover {

	   background:        #b83916;

  transform: translateY(-2px);

  box-shadow: 0 6px 18px rgba(212,70,27,0.35); 
	

}  

.btn-main

{
    background    :#e89c28;
	border :      1px solid #e89c28;
	color    :    #fff;
}

.btn-main:hover {
   border: 1px solid #e89c28;
  background: transparent;
   color  :#e89c28;
}

@media(max-width:992px){
    .sfr_imagecontent_layout{
        grid-template-columns:1fr;
        gap:40px;
    }
}.feature-area {
   background   :#ffffff;
  padding: 90px 20px;
}

.sfr_sectiontop_centered {
   text-align: center;
      max-width: 820px;
    margin: 0 auto 65px;
}

.sfr_sectiontop_centered h2 {

	   margin-bottom   :18px;

}

.sfr_sectiontop_centered p    {
  font-size: 17px;
   color: #666666;
				 line-height: 1.7;
}

.sfr_frameworkgrid_amoros {
	   display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); 
		gap: 32px;
	}

.sfr_framework_tile  {
   text-align: center;
      padding: 38px 28px;
             background: #f9f9f9;
     border-radius: 10px;
      transition: all 0.3s ease; 

}

.sfr_framework_tile:hover {
	  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transform: translateY(-4px);
	}

.sfr_iconholder_ciril {
   width: 70px;
  height: 70px;
    margin: 0 auto 22px;
  background: #d4461b;
  border-radius: 50%;
	display: flex;
  align-items: center;
    justify-content: center;
}

.sfr_framework_symbol {

          width: 36px;
  height: 36px;
  filter: brightness(0) invert(1);
	}

.sfr_framework_tile h4


{
	  font-size: 20px;
  margin-bottom: 14px;
    color: #2c2c2c;

}

.sfr_framework_tile p {
  font-size :    15px;
  line-height: 1.7;
	color: #666666;
	
}  

.sfr_casestudies_section {
   padding: 90px 20px;
   background: #f4f6f8;
}

.sfr_cases_header {
    text-align: center;
 max-width: 860px;
  margin: 0 auto 70px;
}

.sfr_cases_header h2 {
   margin-bottom: 20px;
	}

.sfr_cases_header p {
  font-size: 17px;
    color    :#666666;
  line-height:        1.75;
}

.sfr_cases_showcase {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
   gap :  38px;
	 margin-bottom: 55px;
}

.sfr_case_block {

	   background    :    #ffffff;
   border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);


}

.sfr_case_visual img		{
  width: 100%;
    height: 220px;
   object-fit: cover;
}

.sfr_case_details {
   padding: 32px 28px;
}

.sfr_case_industry {
  display: inline-block;
	font-size     :  12px;
  color    : #d4461b;
    font-weight: 700;
	text-transform: uppercase;
  letter-spacing: 1.2px;
    margin-bottom: 12px;
}

.sfr_case_details h3 {
    font-size: 22px;
  margin-bottom: 16px;
  color: #2c2c2c;
}

.sfr_case_details p {
    font-size :  16px;
 line-height: 1.7;
    color: #666666;
	 margin-bottom: 24px;
}

.sfr_case_metrics
	{
  display   : grid;
          grid-template-columns: 1fr 1fr;
  gap: 20px;
    padding-top     :       20px;
   border-top   :     1px solid #eeeeee;
}

.sfr_metric_item     {
	  text-align: center;


}

.sfr_metric_number {
    display: block;
       font-size: 28px;
  font-weight: 700;
  color: #d4461b;
  margin-bottom: 6px;}

.sfr_metric_text {
    display: block;
    font-size: 13px;
   color: #888888;
    line-height: 1.4;
}

.sfr_timeline_process {

   padding: 90px 20px;
   background: #ffffff;
	}

.sfr_timeline_intro {
  text-align: center; 
	   max-width: 840px; 
	    margin: 0 auto 70px; 
	
}

.sfr_timeline_intro h2 {
   margin-bottom: 18px;
}  

.sfr_timeline_intro p {
	font-size   :     17px;
    color: #666666;
                    line-height: 1.75;
}

.sfr_steps_flow {

	    margin: 0 auto;
   max-width: 980px;
     }

.sfr_step_unit {
  display: flex;
	gap   :      28px;
   margin-bottom: 45px;
  position  :  relative;
}

.sfr_step_unit:not(:last-child)::after {
  content: '';
   position     :      absolute;
   left: 26px;
    top: 60px;
  width: 2px;
  height: calc(100% + 10px);
         background: #e0e0e0;
}

.sfr_step_digit {
    flex-shrink: 0;
    width: 54px;
		height: 54px;
    background: #d4461b;
      -webkit-border-radius: 50%;
   color: #ffffff;
   border-radius: 50%;
  display  :       flex;
    align-items: center;
   justify-content: center;
  font-size: 20px;
  font-weight :700;
  position  :    relative;
  z-index: 2;
}

.sfr_step_text h4 {
      font-size    :    22px;
  margin-bottom: 12px;
   color: #2c2c2c;


}

.sfr_step_text p {
  font-size: 16px;
	 color: #666666;
  line-height: 1.7;
}@media(max-width:768px){
    .sfr_step_unit{
        flex-direction:column;
        gap:18px;
    }
    .sfr_step_unit:not(:last-child)::after{
        display:none;
    }
}.sfr_blog_insights {
	padding: 90px 20px;
   background: #f9f9f9;
}

.sfr_blog_intro {
    text-align: center;
   max-width: 860px;
   margin    :      0 auto 70px;
}

.sfr_blog_intro h2 {
    margin-bottom: 20px;
}

.sfr_blog_intro p   {
  line-height: 1.75;
  color: #666666;
  font-size:     17px;
}

.sfr_articles_grid {
   display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(340px,1fr)); 
	    gap: 36px; 
	   margin-bottom: 55px;
}

.sfr_article_tile {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);
   transition: all 0.35s ease;
}

.sfr_article_tile:hover {
  transform: translateY(-5px);
	  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
} 

.sfr_article_thumb {
    height   :220px;
  background-size: cover;
   background-position: center;
}

.sfr_article_body {
  padding: 30px 26px;
}

.sfr_article_tag {
       display: inline-block;
         font-size     :   12px;
   color: #d4461b;
  font-weight: 700;
    text-transform: uppercase;
   letter-spacing    :    1.2px;
   margin-bottom: 12px;
}

.sfr_article_body h3
{
  margin-bottom: 14px;
	color: #2c2c2c;
    line-height :     1.4;
	font-size: 21px;
} 

.sfr_article_body p {
               font-size: 15px;
       line-height: 1.7;
   color: #666666;
    margin-bottom: 20px;
}

.sfr_article_readmore {
      display: inline-flex;
    align-items: center;
  gap: 8px;
    color: #d4461b;
    font-weight: 600;
  font-size: 14px;
   text-transform: uppercase;
  letter-spacing:   0.6px;


}

.sfr_article_readmore:hover {
          gap: 12px;
}

.sfr_arrow_graphic {
				 width: 18px;
	height: 18px;
  filter: invert(21%) sepia(89%) saturate(2476%) hue-rotate(348deg) brightness(91%) contrast(96%);
        transition: all 0.3s ease;
}

.sfr_cta_consultation {
  padding: 90px 20px;
	background    :       #ffffff;
}  

.sfr_cta_container {
    max-width: 1200px;
        margin  :0 auto;
    display: grid;
   grid-template-columns: 1.2fr 1fr;
   gap: 50px;
    align-items: center;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
   border-radius: 12px;
  padding: 60px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.sfr_cta_messaging h2 {
	font-size: 38px;
    margin-bottom:    20px;
      color: #ffffff;
}

.sfr_cta_messaging p		{
  color: rgba(255,255,255,0.9);
    font-size: 17px;
  line-height: 1.8;
     margin-bottom: 32px;

}

.sfr_cta_actionset {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
	
}

.sfr_cta_primary {
     display     :inline-block; 
	    padding    :      15px 32px; 
	    background: #ffffff; 
	  color: #1e3c72; 
		 font-weight:600; 
	  border-radius:   6px; 
	  transition: all 0.3s ease; 
	  font-size: 15px; 
	    text-transform: uppercase; 
	  letter-spacing: 0.6px;

}

.sfr_cta_primary:hover {
 background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.sfr_cta_ghost {

	    display : inline-block;
  padding: 15px 32px;
    background     :       transparent;
  color: #ffffff;
    border: 2px solid #ffffff;
   font-weight     :  600;
    border-radius:    6px;
  transition: all 0.3s ease;
  font-size: 15px;
	text-transform: uppercase;
   letter-spacing :   0.6px;

}

.sfr_cta_ghost:hover {
      background: #ffffff;
       color: #1e3c72;
     }

.sfr_cta_imagery img {
   width: 100%;
   border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}@media(max-width:992px){
    .sfr_cta_container{
        grid-template-columns:1fr;
        padding:45px 35px;
    }
}.ftco-footer
	{

	    background: #1a1a1a;
  color: rgba(255,255,255,0.8);
   padding: 70px 20px 30px;
   position: relative;
  font-size: 16px;
	}

.ftco-footer .overlay {
    position: absolute;
   top: 0;
   left    :     0;
   right: 0;
   bottom: 0;
  content: '';
	opacity: .9;
  background: rgba(0,0,0,0.5);
       pointer-events    :        none;
	
}

.sfr_footer_columns {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
         gap: 45px;
    margin-bottom: 50px;
    position: relative;
   z-index: 2;
}

.ftco-footer-widget h3 {
     color     :    #ffffff;
    font-size: 18px;
               margin-bottom: 20px;
  font-weight: 600;
}

.sfr_footer_brand_col p {
   font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
}

.ftco-footer-widget ul {


    list-style :      none;
   padding: 0; 
	


}

.ftco-footer-widget ul li


{
    margin-bottom: 12px;
}

.ftco-footer-widget ul li a {
	  color: rgba(255,255,255,0.75);
   font-size  :15px;
    transition: color 0.3s ease;


}

.ftco-footer-widget ul li a:hover {
    color   :  #d4461b;


}

.block-23 ul {
       padding: 0;
   list-style     :       none;
}

.block-23 ul li,
.block-23 ul li > a {
   display: flex;
   align-items: flex-start;
   gap: 12px;
	 margin-bottom: 16px;
   font-size: 15px;
    line-height: 1.6;
  color: rgba(255,255,255,0.75);
} 

.sfr_footer_icon {
  width    :20px;
    height: 20px;
    flex-shrink: 0;
  filter: brightness(0) invert(1);
  margin-top :    2px;
}

.sfr_footer_bottom {
   text-align: center;
    padding-top     : 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
                    position    :      relative;
    z-index    :        2;
}

.sfr_copyright_text p {
        font-size: 14px;
  color: rgba(255,255,255,0.6);
}@media(max-width:992px){
    .sfr_footer_columns{
        grid-template-columns:1fr 1fr;
        gap:35px;
    }
}

@media(max-width:640px){
    .sfr_footer_columns{
        grid-template-columns:1fr;
    }
}.list-unstyled {
    padding: 0;
	margin: 0;
   list-style  :    none;
}

.py-2 {
  padding-top : 0.5rem;
    padding-bottom: 0.5rem;
}


.d-block    {


   display: block;

}

.mb-4 {
    margin-bottom   :      1.5rem;
}

.mb-3 {
    margin-bottom: 1rem; 

} 

.text-center {

	   text-align: center;

}

.pb-5 {
    padding-bottom: 3rem;
}

.justify-content-center  {
 justify-content: center;
}

.row {
         display: flex;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px;
}

.col-md-9 {
    flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-flex     :   0 0 75%;
  max-width: 75%;
  padding-right: 15px;
  padding-left: 15px; 
	
}@media(max-width:768px){
    .col-md-9{
        flex:0 0 100%;
        max-width:100%;
    }
}.ftco-animate {
  opacity: 1;
}

.twenty {

	    font-size: 26px;
}

.sfr_blog_article {
  padding: 60px 20px 90px;
    background: #ffffff;
}



.sfr_article_hero {
   margin: 0 auto 50px;
   max-width: 1100px;
  position: relative;
}

.sfr_article_hero img {
    width: 100%;
   height: 420px;
	object-fit: cover;
  border-radius  :       12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.sfr_article_container {
  max-width: 820px;
  margin: 0 auto;
}

.sfr_article_meta {
   display: flex;
   align-items: center;
	gap: 20px;
   margin-bottom: 28px;
    font-size: 14px;
  color: #888888;
}

.sfr_blog_category {
  display: inline-block;
  font-size: 12px;
   color :  #d4461b;
    font-weight: 700;
   text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 6px 14px;
  background: rgba(212, 70, 27, 0.1);
    border-radius: 4px;
}

.sfr_article_container h1 {
  font-size: 44px;
 line-height:       1.3;
          margin-bottom: 24px;
               color: #1a1a1a; 

}

.sfr_article_intro {


   font-size:     19px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 40px;
   padding-left: 22px;
     border-left: 4px solid #d4461b;
    font-style: italic;


}

.sfr_article_content h2 {
   margin-top: 48px;
    margin-bottom: 20px;
   font-size: 32px;
  color:    #2c2c2c;
}

.sfr_article_content h3 {
  font-size: 24px;
               margin-top  : 36px;
  margin-bottom: 16px;
    color: #2c2c2c; 

}

.sfr_article_content p {
  font-size: 17px;
	margin-bottom: 22px;
    line-height: 1.85;
  color: #4a4a4a;
}

.sfr_article_content ul {
    list-style   : none;
    padding: 0;
    margin: 28px 0;
}

.sfr_article_content ul li {
        padding-left: 32px;
   margin-bottom    :     14px;
    position:    relative;
    font-size: 17px;
	line-height: 1.75;
    color: #4a4a4a;
}

.sfr_article_content ul li:before {


  content: "▸";
  position: absolute;
  left: 0;
	color: #d4461b;
   font-size: 18px;
	font-weight: bold;
	}

.sfr_highlight_box {
    background: #f9f9f9;
  padding: 28px 32px;
   border-radius: 8px;
   margin: 35px 0;
    border-left: 4px solid #d4461b;
}

.sfr_highlight_box h4 {

	  font-size: 20px;
	margin-bottom: 14px;
   color: #2c2c2c;
     }

.sfr_highlight_box p {


    margin-bottom: 0;
    font-size: 16px;}

.sfr_article_cta {

	  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
	    padding: 45px 40px;
	   border-radius: 10px;
	  margin     :55px 0;
	   text-align: center;}  

.sfr_article_cta h3 {
    color: #ffffff;
	font-size    :     28px;
      margin-bottom: 16px;
}

.sfr_article_cta p  {
  color: rgba(255,255,255,0.9);
  font-size: 17px;
  margin-bottom: 26px;
}@media(max-width: 768px) {
    .sfr_article_container h1 {
        font-size: 32px;
    }

    .sfr_article_hero img {
        height: 280px;
    }

    .sfr_article_content h2 {
        font-size: 26px;
    }
}

.sfr_blog_hero {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 80px 20px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sfr_blog_hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.03);stop-opacity:1"/><stop offset="100%" style="stop-color:rgba(255,255,255,0);stop-opacity:1"/></linearGradient></defs><rect width="1200" height="800" fill="url(%23grad)"/></svg>');
    opacity: 0.4;
    pointer-events: none;
}

.sfr_blog_hero_content {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sfr_blog_hero h1 {
    color: #ffffff;
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 750;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.sfr_blog_hero p {
    color: rgba(255,255,255,0.92);
    font-size: 19px;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

.sfr_blog_main {
    padding: 90px 20px;
    background: #ffffff;
}

.sfr_blog_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.sfr_blog_card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.sfr_blog_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.sfr_blog_card_image {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sfr_blog_card_content {
    padding: 32px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sfr_blog_card_category {
    display: inline-block;
    font-size: 11px;
    color: #d4461b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    padding: 5px 12px;
    background: rgba(212, 70, 27, 0.1);
    border-radius: 4px;
    width: fit-content;
}

.sfr_blog_card h2 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #2c2c2c;
    line-height: 1.4;
    font-family: 'Playfair Display', Georgia, serif;
}

.sfr_blog_card_excerpt {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 24px;
    flex: 1;
}

.sfr_blog_card_meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}

.sfr_blog_card_link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d4461b;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: gap 0.3s ease;
}

.sfr_blog_card_link:hover {
    gap: 14px;
}

.sfr_blog_card_link img {
    width: 18px;
    height: 18px;
    filter: invert(21%) sepia(89%) saturate(2476%) hue-rotate(348deg) brightness(91%) contrast(96%);
}

@media(max-width: 992px) {
    .sfr_blog_grid {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 32px;
    }
}

@media(max-width: 768px) {
    .sfr_blog_hero h1 {
        font-size: 38px;
    }

    .sfr_blog_hero p {
        font-size: 17px;
    }

    .sfr_blog_grid {
        grid-template-columns: 1fr;
    }

    .sfr_blog_card_image {
        height: 220px;
    }
}

.sfr_blog_hero {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 80px 20px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sfr_blog_hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.03);stop-opacity:1"/><stop offset="100%" style="stop-color:rgba(255,255,255,0);stop-opacity:1"/></linearGradient></defs><rect width="1200" height="800" fill="url(%23grad)"/></svg>');
    opacity: 0.4;
    pointer-events: none;
}

.sfr_blog_hero_content {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sfr_blog_hero h1 {
    color: #ffffff;
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 750;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.sfr_blog_hero p {
    color: rgba(255,255,255,0.92);
    font-size: 19px;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

.sfr_blog_empty_state {
    padding: 120px 20px;
    background: #ffffff;
    text-align: center;
}

.sfr_empty_container {
    max-width: 720px;
    margin: 0 auto;
}

.sfr_empty_icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 40px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sfr_empty_icon::before {
    content: '📝';
    font-size: 64px;
    opacity: 0.6;
}

.sfr_empty_container h2 {
    font-size: 38px;
    color: #2c2c2c;
    margin-bottom: 22px;
    font-family: 'Playfair Display', Georgia, serif;
}

.sfr_empty_container p {
    font-size: 18px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 18px;
}

.sfr_empty_highlight {
    background: #f9f9f9;
    padding: 32px 40px;
    border-radius: 10px;
    margin: 45px 0;
    border-left: 4px solid #d4461b;
}

.sfr_empty_highlight h3 {
    font-size: 22px;
    color: #2c2c2c;
    margin-bottom: 16px;
}

.sfr_empty_highlight ul {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 560px;
    margin: 0 auto;
}

.sfr_empty_highlight li {
    padding-left: 32px;
    margin-bottom: 12px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}

.sfr_empty_highlight li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #d4461b;
    font-size: 18px;
    font-weight: bold;
}

.sfr_empty_actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 45px;
}

.sfr_empty_btn_primary {
    display: inline-block;
    padding: 16px 36px;
    background: #d4461b;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 2px solid #d4461b;
}

.sfr_empty_btn_primary:hover {
    background: #b83916;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212,70,27,0.4);
}

.sfr_empty_btn_secondary {
    display: inline-block;
    padding: 16px 36px;
    background: transparent;
    color: #2c2c2c;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 2px solid #2c2c2c;
}

.sfr_empty_btn_secondary:hover {
    background: #2c2c2c;
    color: #ffffff;
    transform: translateY(-2px);
}

.sfr_newsletter_section {
    background: #f4f6f8;
    padding: 80px 20px;
}

.sfr_newsletter_container {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.sfr_newsletter_container h3 {
    font-size: 32px;
    color: #2c2c2c;
    margin-bottom: 18px;
}

.sfr_newsletter_container p {
    font-size: 17px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 35px;
}

.sfr_newsletter_form {
    display: flex;
    gap: 12px;
    max-width: 540px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.sfr_newsletter_input {
    flex: 1;
    min-width: 280px;
    padding: 16px 20px;
    border: 2px solid #dddddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.sfr_newsletter_input:focus {
    outline: none;
    border-color: #d4461b;
}

.sfr_newsletter_submit {
    padding: 16px 32px;
    background: #d4461b;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sfr_newsletter_submit:hover {
    background: #b83916;
    transform: translateY(-2px);
}

@media(max-width: 768px) {
    .sfr_blog_hero h1 {
        font-size: 38px;
    }

    .sfr_blog_hero p {
        font-size: 17px;
    }

    .sfr_empty_container h2 {
        font-size: 32px;
    }

    .sfr_empty_actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sfr_empty_btn_primary,
    .sfr_empty_btn_secondary {
        width: 100%;
    }

    .sfr_newsletter_form {
        flex-direction: column;
    }

    .sfr_newsletter_input {
        width: 100%;
    }

    .sfr_newsletter_submit {
        width: 100%;
    }
}