* {
	margin: 0;
  padding: 0;
  box-sizing    :        border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
    line-height: 1.7;
    color: #2d2d2d;
   background: #ffffff;
}

.ifx_container_serr {
   max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.ifx_topnav_serr {
    background: #1a2332;
	 padding     :   18px 0;
   position: sticky;
   top: 0;
  z-index: 999;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.ifx_navwrap_serr {
   max-width: 1180px;

  margin: 0 auto;

   padding: 0 22px;

  display: flex;

   justify-content: space-between;

    align-items   :center;
}

.ifx_brand_serr img {
    height     :    66px;
  filter: brightness(0) invert(1);
   width: auto;
}

.ifx_navlist_serr {
         display: flex;
   list-style:     none;
   gap: 38px;
}

.ifx_navlist_serr li a     {
   color  :        #e8eaed;
    text-decoration: none;
   font-size    :     16px;
   font-weight: 500;
    transition    : color 0.3s;
}

.ifx_navlist_serr li a:hover	{
  color: #4a9eff;
}

.ifx_burger_serr {
  display: none;
    flex-direction: column;
  cursor: pointer;
    gap: 5px;
}

.ifx_burger_serr span {
   width: 28px;
  height: 3px;
   background: #e8eaed;
    transition: 0.3s;
}

.ifx_mobilemenu_serr {
   display: none;
   position: fixed;
    top: 82px;
                    right: -100%;
	width: 280px;
  height: calc(100vh - 82px);
  background     :      #1a2332;
  transition  :    right 0.4s ease;
  z-index   : 998;
   padding: 35px 25px;
}

.ifx_mobilemenu_serr.active {
  right: 0;
}

.ifx_mobilemenu_serr ul {
  list-style: none;
}

.ifx_mobilemenu_serr ul li  {
   margin-bottom: 24px;
}

.ifx_mobilemenu_serr ul li a {
  color: #e8eaed;
	 text-decoration: none;
  font-size: 18px;
          display   :block;
}@media (max-width: 768px) {
    .ifx_navlist_serr {
        display: none;
    }
    
    .ifx_burger_serr {
        display: flex;
    }
    
    .ifx_mobilemenu_serr {
        display: block;
    }
}.ifx_herosection_serr {

	  background: linear-gradient(135deg, #2c5364 0%, #203a43 50%, #0f2027 100%);
   min-height: 550px;
   display: flex;
               align-items: center;
   justify-content: center;
   position: relative;
  padding: 85px 20px;
	}

.ifx_herooverlay_serr {
   position: absolute;
    top: 0;
   left: 0;
         width: 100%;
  height: 100%;
  background: rgba(15, 32, 39, 0.45);
}

.ifx_herocontent_serr {
   position: relative;
        z-index: 2;
  text-align: center;
    max-width: 820px;
}

.ifx_herocontent_serr h1  {
    font-size: 52px;
  color: #ffffff;
   margin-bottom: 24px;
    font-weight: 700;
  line-height: 1.3;
}

.ifx_herolead_serr {
    font-size: 20px;
   color: #d4e3f0;
  margin-bottom: 38px;
}

.ifx_btnprimary_serr {
   display: inline-block;
    background: #4a9eff;
    color: #fff;
  padding: 16px 42px;
  border-radius: 6px;
    text-decoration: none;
	font-weight: 600;
  font-size: 17px;
   transition: all 0.3s;
}

.ifx_btnprimary_serr:hover {
  background: #3482db;
  transform: translateY(-2px);
}@media (max-width: 768px) {
    .ifx_herocontent_serr h1 {
        font-size: 36px;
    }
    
    .ifx_herolead_serr {
        font-size: 17px;
    }
}.ifx_aboutzone_serr    {
    padding: 95px 0;
}

.ifx_flexrow_serr {
	display: grid;
   grid-template-columns     :        1fr 1fr;
    gap: 65px;
       align-items: center;
}

.ifx_textcol_serr h2 {
	font-size: 38px;
   color: #1a2332;
  margin-bottom: 28px;
    font-weight: 600;
}

.ifx_textcol_serr p {
   font-size: 17px;
   margin-bottom: 20px;
    color  :      #4a5568;
	line-height: 1.8;
}

.ifx_imgcol_serr img		{
    width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}@media (max-width: 968px) {
    .ifx_flexrow_serr {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}.ifx_features_serr {
  background: #f7f9fc;
   padding     :       88px 0;

}

.ifx_titlecenter_serr {
   margin-bottom: 58px;
               font-weight :      600;
  color: #1a2332;
    text-align: center;
  font-size: 42px;
}

.ifx_featuregrid_serr {
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
       gap: 38px;
}

.ifx_featurecard_serr {
    background: #fff;
   padding: 38px 28px;
   border-radius: 10px;
    text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.ifx_featurecard_serr:hover {
  transform: translateY(-6px);
	
}

.ifx_iconbox_serr {
    margin-bottom: 22px;
    display     :     inline-block;
}

.ifx_iconsvg_serr

{
    width: 58px;
  height: 58px;
    stroke: #4a9eff;
  fill: none;
   stroke-width: 2.5;
    stroke-linecap     :     round;
    stroke-linejoin: round;
  filter: drop-shadow(3px 3px 5px rgba(74, 158, 255, 0.35));
   transition: all 0.3s ease;
	
}

.ifx_featurecard_serr:hover .ifx_iconsvg_serr {

	  stroke: #3482db;
  transform: scale(1.1);
	} 

.ifx_featurecard_serr h3 {

		font-size: 22px;
   color: #1a2332;
   margin-bottom: 16px;
  font-weight: 600;
     }

.ifx_featurecard_serr p {
  color: #5a6d7f;
  font-size: 15px;
  line-height: 1.7;
}

.ifx_programs_serr {
   padding: 92px 0;
}

.ifx_programs_serr h2 {
   text-align: center;
          font-size: 40px;
  color: #1a2332;
  margin-bottom: 15px;
   font-weight: 600;
} 

.ifx_subtitle_serr {
    margin-bottom: 55px;
   font-size: 18px;
    color: #5a6d7f;
   text-align: center;
}

.ifx_programgrid_serr {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 42px;
}

.ifx_programbox_serr {
   background: #fff;
          border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0,0,0,0.1);
   transition : all 0.35s;
}

.ifx_programbox_serr:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.16);
}

.ifx_programbox_serr img {
	 width: 100%;
   height: 240px;
   object-fit     :  cover;
}

.ifx_programtext_serr {
  padding: 28px;
}

.ifx_programtext_serr h3 {
   font-size: 24px;
    color: #1a2332;
  margin-bottom: 16px;
         font-weight: 600;
}

.ifx_programtext_serr p {
       color: #5a6d7f;
   font-size    :       16px;
  line-height: 1.7;
  margin     :   0;


}

.ifx_dualsection_serr {
   background: #fafbfd;
   padding: 85px 0;
}

.ifx_dualrow_serr  {
 display: grid; 
	   grid-template-columns: 45% 55%; 
	   gap  :     52px; 
	   align-items :      center;
}

.ifx_dualleft_serr img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.11);
}

.ifx_dualright_serr h2 {
  color: #1a2332;
   font-size: 36px;
  margin-bottom: 24px;
   font-weight: 600;
}

.ifx_dualright_serr p {
    font-size:17px;
  color: #4a5568;
   margin-bottom     :      18px;
   line-height: 1.8;
}

.ifx_checklist_serr {
  list-style: none;
   margin-top: 28px;
}

.ifx_checklist_serr li {

	    padding-left: 32px;
  margin-bottom: 14px;
   position: relative;
  color: #4a5568;
  font-size: 16px;


}

.ifx_checklist_serr li:before {
  content: '✓';
    position: absolute;
  left: 0;
    color: #4a9eff;
               font-weight: bold;
    font-size: 20px;
}@media (max-width: 968px) {
    .ifx_dualrow_serr {
        grid-template-columns: 1fr;
    }
}.ifx_ctasection_serr {
  background: linear-gradient(135deg, #4a9eff 0%, #3482db 100%);
    padding     :78px 0;
}

.ifx_ctabox_serr {
    text-align: center;
	max-width: 780px;
   margin: 0 auto;
}

.ifx_ctabox_serr h2


{
   font-size: 38px;
   color: #fff;
   margin-bottom: 22px;
          font-weight: 600;
}

.ifx_ctabox_serr p   {
	 font-size: 18px;
    color: #e8f2ff;
    margin-bottom: 32px;
}

.ifx_btnsecondary_serr {

	    display: inline-block;
       background: #fff;
     color: #4a9eff;
       padding: 16px 44px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 17px;
     transition: all 0.3s;
     }

.ifx_btnsecondary_serr:hover {
           background: #f0f7ff;
  transform: scale(1.05);
	
	}

.ifx_stats_serr {
   padding: 85px 0;



}

.ifx_statsgrid_serr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap :      48px;
	
}

.ifx_statitem_serr {
   text-align: center;
}

.ifx_staticonbox_serr {
  display: inline-block;
  margin-bottom: 22px;
}

.ifx_staticon_serr {
   width  :       68px;
  height: 68px;
    stroke: #4a9eff;
   fill: none;
  stroke-width: 2;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.ifx_statitem_serr h3 {
   font-size: 44px;
   color: #1a2332;
  margin-bottom:        12px;
	font-weight: 700;
}

.ifx_statitem_serr p	{
   font-size: 16px;
   color    :       #5a6d7f;
}

.ifx_gallery_serr  
  {
    background: #f7f9fc;
  padding: 82px 0;
}

.ifx_gallery_serr h2 {
    text-align: center;
	 font-size: 40px;
   color: #1a2332;
	margin-bottom: 52px;
   font-weight: 600;
}

.ifx_gallerygrid_serr {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 26px;
}



.ifx_galleryitem_serr    {
  overflow: hidden;
    border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.09);
}

.ifx_galleryitem_serr img {
   width: 100%;
    height: 260px;
    object-fit: cover;
   transition: transform 0.4s;
}

.ifx_galleryitem_serr:hover img {
  transform: scale(1.08);
}

.ifx_contactsection_serr  
  {
  padding: 92px 0;
    background: #fafbfd;
}

.ifx_contactsection_serr h2 {
   text-align: center;
  font-size: 40px;
       color: #1a2332;
    margin-bottom: 15px;
    font-weight: 600;
}

.ifx_contactsub_serr {
   text-align: center;
    font-size: 17px;
        color: #5a6d7f;
  margin-bottom    :     48px;
}

.ifx_contactform_serr {
  max-width: 720px;
  margin: 0 auto;
    background: #fff;
    padding: 42px 38px;
    border-radius: 10px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.1);
}

.ifx_formrow_serr {
  display: grid;
    grid-template-columns     :   1fr 1fr;
    gap :     24px;
  margin-bottom: 24px;
}

.ifx_inputbox_serr {
       margin-bottom: 24px;
}

.ifx_inputbox_serr label {

  display: block;
      margin-bottom: 10px;
	color: #2d2d2d;
   font-weight: 500;
  font-size   :     15px;

}

.ifx_inputbox_serr input,
.ifx_inputbox_serr select,
.ifx_inputbox_serr textarea
	{
   width: 100%;
  font-size: 15px;
    padding: 14px 16px;
  border-radius: 5px;
   border: 1.5px solid #d1d9e3;
  transition: border-color 0.3s;
    font-family: inherit;


}  

.ifx_inputbox_serr input:focus,
.ifx_inputbox_serr select:focus,
.ifx_inputbox_serr textarea:focus {
      outline:       none;
  border-color: #4a9eff;
}

.ifx_submitbtn_serr {


  width: 100%;
   background: #4a9eff;
   color: #fff;
   padding :16px;
  border: none;
  border-radius: 6px;
   font-size: 17px;
  font-weight: 600;
	 cursor: pointer;
  transition: all 0.3s;


}

.ifx_submitbtn_serr:hover {
   background: #3482db;
}@media (max-width: 768px) {
    .ifx_formrow_serr {
        grid-template-columns: 1fr;
    }
}.ifx_footer_serr {
  background: #1a2332;
  color: #d4dce6;
    padding: 68px 0 32px;
}

.ifx_footergrid_serr {
   display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
                    gap: 42px;
    margin-bottom: 48px;

}

.ifx_footerlogo_serr {
   height   :       42px;
   margin-bottom: 22px;
  filter: brightness(0) invert(1);
}

.ifx_footerbrand_serr p {
  font-size: 15px;
   line-height: 1.7;
	color: #a8b4c3;
}

.ifx_footerlinks_serr h4,
.ifx_footerinfo_serr h4,
.ifx_footercontact_serr h4


{
    color: #fff;
  font-size: 19px;
   margin-bottom: 20px;
  font-weight: 600;

}



.ifx_footerlinks_serr ul,
.ifx_footerinfo_serr ul {
        list-style: none;
}

.ifx_footerlinks_serr ul li,
.ifx_footerinfo_serr ul li {
	  margin-bottom: 12px;

}

.ifx_footerlinks_serr ul li a,
.ifx_footerinfo_serr ul li a		{
    color: #a8b4c3;
    text-decoration: none;
   font-size: 15px;
   transition: color 0.3s;
}

.ifx_footerlinks_serr ul li a:hover,
.ifx_footerinfo_serr ul li a:hover {
                    color: #4a9eff;
}

.ifx_footercontact_serr p{
   font-size: 14px;

	   line-height: 1.8;

		 margin-bottom :       16px;

	  color: #a8b4c3;
}

.ifx_disclaimer_serr {
  background: rgba(255,255,255,0.05);
  padding: 26px;
  border-radius: 6px;
  margin-bottom: 32px;
}

.ifx_disclaimer_serr p {
  font-size: 13px;
    line-height: 1.7;
  color :    #b8c4d2;
                    margin  : 0;}

.ifx_footerbottom_serr {
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.ifx_footerbottom_serr p {
  font-size: 14px;
    color: #8a9aac;
    margin: 0;
}@media (max-width: 968px) {
    .ifx_footergrid_serr {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}.ifx_cookiealert_serr {
    position: fixed;
    bottom: 0;
    left: 0;
	 right: 0;
   background: #1a2332;
   padding: 22px;
  box-shadow: 0 -4px 18px rgba(0,0,0,0.15);
 z-index: 1000;
  display: none;
}

.ifx_cookiealert_serr.show {
  display: block; 
	
}

.ifx_cookiecontent_serr	{
    max-width: 1180px;
  margin: 0 auto;
    display: flex;
  align-items: center;
  justify-content: space-between;
    gap: 28px;
}

.ifx_cookiecontent_serr p {
  color    :    #d4dce6;
   font-size: 15px;
   margin   :     0;
    flex: 1;
}

.ifx_cookiebtns_serr {
   display: flex;
  gap :  14px;
}

.ifx_cookieaccept_serr,
.ifx_cookiedecline_serr {

	   padding: 11px 26px;
  border: none;
    border-radius: 5px;
     font-size  :   15px;
    font-weight: 600;
   cursor: pointer;
   transition: all 0.3s;


}

.ifx_cookieaccept_serr {
   background: #4a9eff;
    color: #fff;
}

.ifx_cookieaccept_serr:hover {
   background:    #3482db;
}

.ifx_cookiedecline_serr {
  background: transparent;
  color: #d4dce6;
   border: 1.5px solid #d4dce6;
}

.ifx_cookiedecline_serr:hover {
  background: rgba(255,255,255,0.08);
}
@media (max-width: 768px) {
    .ifx_cookiecontent_serr {
        flex-direction: column;
        text-align: center;
    }
    
    .ifx_cookiebtns_serr {
        width: 100%;
        justify-content: center;
    }
}.ifx_servhero_serr {
  background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%);
    padding: 95px 0 85px;
  text-align: center;
}

.ifx_servhero_serr h1 {
  font-size: 48px;
  color: #fff;
   margin-bottom: 22px;
   font-weight: 700;
}

.ifx_servhero_desc_serr {
          max-width: 680px;
	 color: #d4e3f0;
  font-size: 19px;
  margin: 0 auto;

}@media (max-width: 768px) {
    .ifx_servhero_serr h1 {
        font-size: 36px;
    }
    
    .ifx_servhero_desc_serr {
        font-size: 17px;
    }
}.ifx_servdetail_serr {
   padding: 95px 0;
}

.ifx_servitem_serr {
    display: grid;
   grid-template-columns: 45% 55%;
    gap  :   55px;
    align-items: center;
    margin-bottom:       85px;
}

.ifx_servreverse_serr    {

   grid-template-columns: 55% 45%;
}

.ifx_servreverse_serr .ifx_servimg_serr {
       order: 2;
}

.ifx_servreverse_serr .ifx_servtext_serr {


   order: 1;
     }

.ifx_servimg_serr img {
    width: 100%;
   border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
}

.ifx_servtext_serr h2
{
    font-size: 36px;
	color: #1a2332;
   margin-bottom :       24px;
  font-weight: 600;
}

.ifx_servtext_serr p{
  font-size: 17px;
    color   :        #4a5568;
   line-height: 1.8;
	 margin-bottom: 22px;
}

.ifx_servlist_serr  {
                    list-style: none;
  margin: 28px 0;
}

.ifx_servlist_serr li {
   padding-left: 32px;
  margin-bottom: 14px;
  position: relative;
  color: #4a5568;
 font-size: 16px;
}

.ifx_servlist_serr li:before {
  content: '→';
                    position: absolute;
      left: 0;
    color: #4a9eff;
   font-weight   :       bold;
          font-size: 18px;
}

.ifx_servprice_serr {
               background: #f7f9fc;
   padding: 18px 24px;
 border-radius: 6px;
   font-weight: 600;
    color: #1a2332;
  margin-top: 24px;
}@media (max-width: 968px) {
    .ifx_servitem_serr,
    .ifx_servreverse_serr {
        grid-template-columns: 1fr;
    }
    
    .ifx_servreverse_serr .ifx_servimg_serr {
        order: 1;
    }
    
    .ifx_servreverse_serr .ifx_servtext_serr {
        order: 2;
    }
}.ifx_servfeatures_serr {
  background: #f7f9fc;
 padding: 88px 0;
	
}

.ifx_servfeatures_serr h2 {
  text-align: center;
   font-size: 40px;
        color: #1a2332;
    margin-bottom: 58px;
    font-weight: 600;
}

.ifx_servfeatgrid_serr {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 38px;
} 

.ifx_servfeatcard_serr {
  background:  #fff;
   padding: 38px 28px;
        border-radius: 10px;
   text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.ifx_servfeatcard_serr:hover {
  transform: translateY(-6px);
}

.ifx_servfeaticon_serr     {
    display: inline-block;
    margin-bottom: 22px;
}

.ifx_featsvg_serr {
	  width: 58px; 
	  height: 58px; 
	  stroke: #4a9eff; 
	    fill: none; 
		stroke-width: 2; 
	   stroke-linecap: round; 
	  stroke-linejoin: round; 
	   transition: all 0.3s ease;
     }

.ifx_servfeatcard_serr:hover .ifx_featsvg_serr {
   stroke: #3482db;
  transform: scale(1.1);
}

.ifx_servfeatcard_serr h3     {
   font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
   color: #1a2332;
}

.ifx_servfeatcard_serr p		{
    color: #5a6d7f;
   font-size: 15px;
    line-height: 1.7;
}

.ifx_servprocess_serr {
    padding: 88px 0;

}

.ifx_servprocess_serr h2		{
    margin-bottom: 58px;
  font-size: 40px;
 text-align: center;
  color: #1a2332;
    font-weight: 600;
}

.ifx_processgrid_serr {
   display   :  grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
   gap: 42px;
}

.ifx_processitem_serr

{
   text-align: center;
    position: relative;
}

.ifx_processnumber_serr {
    width: 72px;
  height   :      72px;
  background: linear-gradient(135deg, #4a9eff 0%, #3482db 100%);
    color: #fff;
  border-radius: 50%;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 24px;
  box-shadow: 0 6px 18px rgba(74, 158, 255, 0.35);

}

.ifx_processitem_serr h3	{
   font-size: 22px;
    color: #1a2332;
   margin-bottom: 14px;
  font-weight: 600;
}

.ifx_processitem_serr p     {
    color: #5a6d7f;
   font-size  :        15px;
  line-height: 1.7;
}

.ifx_servgallery_serr {
     background: #fafbfd;
   padding: 88px 0;
     }

.ifx_servgallery_serr h2 {
  text-align: center;
   font-size: 40px;
   color: #1a2332;
    margin-bottom: 58px;
    font-weight: 600;
	
}

.ifx_servgallerygrid_serr {
  display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

	    gap: 28px;
}

.ifx_servgalleryitem_serr {
  position: relative;
   overflow: hidden;
   border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.09);
}

.ifx_servgalleryitem_serr img {
  transition :    transform 0.4s;

  object-fit     :   cover;

   width: 100%;

   height: 280px;
}

.ifx_servgalleryoverlay_serr


{
   position: absolute; 
   bottom: 0; 
   left    :    0; 
   right: 0; 
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); 
   padding: 24px; 
  transform: translateY(100%); 
  transition: transform 0.3s;
}

.ifx_servgalleryitem_serr:hover .ifx_servgalleryoverlay_serr {
  transform: translateY(0);
}

.ifx_servgalleryitem_serr:hover img {
  transform: scale(1.08);
}

.ifx_servgalleryoverlay_serr p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.ifx_servcta_serr {
  background: linear-gradient(135deg, #4a9eff 0%, #3482db 100%);
	padding: 78px 0;
}

.ifx_servctabox_serr  
  {
  text-align: center;
    max-width :      780px;
  margin  :  0 auto;
}

.ifx_servctabox_serr h2 {
    font-size     : 38px;
                    color: #fff;
   margin-bottom: 22px;
  font-weight: 600;
}

.ifx_servctabox_serr p {
  font-size: 18px;
  color: #e8f2ff;
  margin-bottom: 32px;
}

.ifx_servctabtn_serr {
    display: inline-block;
   background: #fff;
   color: #4a9eff;
   padding: 16px 44px;
  border-radius: 6px;
     text-decoration: none;
   font-weight: 600;
         font-size: 17px;
        transition: all 0.3s;
}

.ifx_servctabtn_serr:hover {
    background   :  #f0f7ff;
  transform: scale(1.05);
}

.ifx_thankyou_serr {
    padding: 95px 0;
		background: #fafbfd;
}

.ifx_thankyoubox_serr {
  max-width: 820px;
   margin     :      0 auto;
    background   :   #fff;
    padding: 58px 48px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  text-align: center;
}

.ifx_thankyouicon_serr {
   display: inline-block;
   margin-bottom: 32px;
}

.ifx_checksvg_serr {
   width  :     92px;
   height: 92px;
   stroke: #27ae60;
  fill: none;
   stroke-width: 2.5;
     stroke-linecap: round;
	 stroke-linejoin: round;
  filter: drop-shadow(0 4px 12px rgba(39, 174, 96, 0.3));
}

.ifx_thankyoubox_serr h1 {
    font-size: 42px;
  color: #1a2332;
    margin-bottom: 22px;
   font-weight: 700;

}

.ifx_thankyoulead_serr {
    font-size  :     18px;

	 color: #4a5568;

  line-height: 1.8;

    margin-bottom: 48px;
}

.ifx_thankyouinfo_serr {
   text-align: left;
   background: #f7f9fc;
  padding  :38px;
   border-radius: 8px;
	 margin-bottom: 42px;
}

.ifx_thankyouinfo_serr h3 {
    font-size: 26px;
    color: #1a2332;
    margin-bottom: 28px;
	text-align: center;
   font-weight: 600;
} 

.ifx_thankyousteps_serr {

	    list-style: none;}

.ifx_thankyousteps_serr li  
  {
   margin-bottom: 26px;
    padding-left: 42px;
    position: relative;
}

.ifx_thankyousteps_serr li:before {
  content: '✓';
   position: absolute;
        left: 0;
  top: 2px;
    color: #27ae60;
  font-size: 24px;
	font-weight: bold;
}

.ifx_thankyousteps_serr strong {
	display: block;
    font-size: 18px;
   color     :#1a2332;
   margin-bottom: 8px;
    font-weight: 600;
}

.ifx_thankyousteps_serr p {
  font-size: 15px;
  color   :     #5a6d7f;
   line-height: 1.7;
    margin: 0;

}

.ifx_thankyoucta_serr {

  text-align: center;


}

.ifx_thankyoucta_serr p {

	  font-size: 17px;
   color: #4a5568;
   margin-bottom: 24px;
}

.ifx_thankyoubtns_serr {
   display: flex;
    gap :  18px;
  justify-content: center;
}

.ifx_tybtn_primary_serr {

	    display: inline-block; 
	   background: #4a9eff; 
	   color: #fff; 
	    padding: 14px 38px; 
	   border-radius: 6px; 
	   text-decoration: none; 
	   font-weight: 600; 
	   font-size: 16px; 
	    transition: all 0.3s;


}

.ifx_tybtn_primary_serr:hover	{
  background     :        #3482db;
}

.ifx_tybtn_secondary_serr {
       display: inline-block;
  background: transparent;
	color: #4a9eff;
    padding: 14px 38px;
  border-radius: 6px;
   border: 2px solid #4a9eff;
   text-decoration: none;
  font-weight: 600;
    font-size: 16px;
    transition :      all 0.3s;
	}

.ifx_tybtn_secondary_serr:hover {
    background: #4a9eff;
    color: #fff;
}@media (max-width: 768px) {
    .ifx_thankyoubox_serr {
        padding: 42px 28px;
    }
    
    .ifx_thankyoubox_serr h1 {
        font-size: 32px;
    }
    
    .ifx_thankyoubtns_serr {
        flex-direction: column;
    }
}.ifx_thankyoufeatures_serr {

	      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 32px;
  margin-top: 68px;
     }

.ifx_tyfeature_serr {
    background: #fff;
    padding: 32px 28px;
  border-radius: 10px;
  text-align :  center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.ifx_tyicon_serr {
    width: 58px;
    height: 58px;
    stroke:      #4a9eff;
    fill: none;
  stroke-width:    2;
  stroke-linecap: round;
    stroke-linejoin     :   round;
  margin-bottom: 20px;
}

.ifx_tyfeature_serr h4 {
   font-size: 20px;
  color: #1a2332;
   margin-bottom: 12px;
   font-weight: 600;
}

.ifx_tyfeature_serr p
{
    color: #5a6d7f;
   font-size: 15px;
  line-height: 1.7;
    margin: 0;
}

.ifx_tyresources_serr {


  padding: 88px 0;
	}

.ifx_tyresources_serr h2 {
   text-align     :       center;
  font-size: 40px;
    color: #1a2332;
   margin-bottom: 18px;
  font-weight: 600;
}

.ifx_tyresources_subtitle_serr {
    text-align: center;
     font-size: 17px;
    color: #5a6d7f;
  margin-bottom: 52px;
}

.ifx_tyresourcesgrid_serr  
  {
   display :      grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 38px;
}

.ifx_tyresourcecard_serr {
   background: #fff;
	border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
   transition: transform 0.3s;
}

.ifx_tyresourcecard_serr:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
}

.ifx_tyresourcecard_serr img {
    width: 100%;
	  height: 220px;
	    object-fit: cover;
}

.ifx_tyresourcecard_serr h3 {
	 font-size: 22px;
    color   :      #1a2332;
    padding   :      24px 28px 12px;
  font-weight: 600;
}

.ifx_tyresourcecard_serr p {

   padding: 0 28px 28px;
    color: #5a6d7f;
  font-size: 15px;
   line-height: 1.7;
   margin: 0;


}

.policySection    {
   padding: 80px 2rem;
    background: #f8f9fa;
}

.policyContainer {
    max-width: 800px; 
	   margin    :      0 auto; 
	   text-align: left;
}

.policyContainer h2 {
     font-size   :   2.5rem;
  color: #2c3e50;
   margin-bottom: 1.5rem;
  font-weight: 700;
     }

.policyContainer p {
  color : #7f8c8d;
    margin-bottom: 1.5rem;
   line-height: 1.7;
  font-size: 1.1rem;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}===== {
  'name_file': "policy-pages.css";
}

{'name_project': "PL_pack_2"}

=====