/* =========================================================
   HERO SECTION
========================================================= */

.fhc-hero-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 8% 0 8%;
    gap: 40px;
    background: #f4f5f7;
    min-height: 408px;
}

/* LEFT CONTENT */
.fhc-left-content {
    max-width: 55%;
    z-index: 2;
}

h1 {
    margin: 0;
    color: #000000;
    font-family: 'Helvetica_Now_Display_XBold', sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 69px;
    line-height: 80px;
}

.fhc-title-highlight {
    margin: 0;
    color: #fe1c5e;
  font-family: 'Helvetica_Now_Display_XBold', sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 69px;
    line-height: 80px;
}

/* SEARCH */
/*
.fhc-search-box {
    margin-top: 30px;
    width: 100%;
}

.fhc-search-box .search.search-full {
    width: 100% !important;
    border-radius: 10px !important;
    border: 1px solid #DBDFE5 !important;
    font-size: 16px !important;
}

*/
.search input[type="search"] {
    border: 1px solid #F3F4F6 !important;
    border-radius: 12px !important;
    box-sizing: border-box;
    color: #252529;
    height: 40px !important;
    padding-left: 40px;
    padding-right: 20px;
    background: #ffffff !important;
}

/* RIGHT IMAGE (DESKTOP) */
.fhc-right-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.fhc-right-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* =========================================================
   HERO – MOBILE
========================================================= */

@media (max-width: 900px) {
    .fhc-hero-container {
        display: block;
        padding: 40px 8%;
        min-height: auto;
        text-align: center;
    }

    .fhc-left-content {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

    h1,
    .fhc-title-highlight {
        font-size: 38px;
        line-height: 46px;
        text-align: center;
    }

    .fhc-right-image {
        position: relative;
        margin-top: 30px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: auto;
    }

    .fhc-right-image img {
        width: 260px;
        height: auto;
    }
}

@media (max-width: 500px) {
    h1,
    .fhc-title-highlight {
        font-size: 32px;
        line-height: 40px;
    }

    .fhc-right-image img {
        width: 220px;
    }
}

/* =========================================================
   FEATURE CARDS
========================================================= */

.fhc_home_feature-section {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding: 60px 8%;
    flex-wrap: wrap;
    background: #f3f4f6;
}

.fhc_home_feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    flex: 0 0 calc(33.333% - 22px);
    min-height: 260px;
    box-sizing: border-box;
	    border: 1px solid #e0e0e0;
}

.fhc_home_feature-card:hover {  
	background-color: #EEF4FF;
    border-color: #dce7ff;
}
.fhc_home_feature-title {
     font-family: 'Helvetica_Now_Display_XBold', sans;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 16px 0;
    color: #000000;
}

.fhc_home_feature-text {
    font-family: 'Helvetica_Now_Text',sans;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    margin: 0 0 24px 0;
    color: #333333;
	min-height: 100px
}

.fhc_home_feature-btn {
    display: inline-block;
  
/*  border-radius: 8px; 
   border: 1.5px solid #0A36FF;  */
    color: #0A36FF;
    text-decoration: none !important;
    font-family: 'Helvetica_Now_Text';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

@media (max-width: 900px) {
    .fhc_home_feature-card {
        flex: 0 0 100%;
    }
}

/* =========================================================
   CATEGORY LISTING
========================================================= */

.home_catgorylisting-section {
    padding: 60px 8%;
}

.home_catgorylisting-heading {
    font-family: 'Helvetica_Now_Display_XBold', sans;
    font-weight: 500;
    font-size: 48px;
    margin: 0 0 40px 0;
    border-bottom: none !important;
}

.home_catgorylisting-heading span {
    color: #0A36FF;
}

.home_catgorylisting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
}

.home_catgorylisting-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    transition: background-color 0.3s ease;
    cursor: pointer;
	  min-height: 175px;
}

.home_catgorylisting-card:hover {
    background-color: #EEF4FF;
    border-color: #dce7ff;
}

.home_catgorylisting-left {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.home_catgorylisting-left img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f3f4f6;
    padding: 10px;
    box-sizing: content-box;
}

.home_catgorylisting-card h5 {
    font-family: 'Helvetica_Now_Display_XBold', sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 6px 0;
	 object-fit: contain;
    overflow: visible;
}

.home_catgorylisting-card p {
    font-family: 'Helvetica_Now_Text';
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    margin: 0;
    color: #333;
}

.home_catgorylisting-link {
    font-family: 'Helvetica_Now_Text';
    font-weight: 500;
    font-size: 16px;
    color: #0A36FF;
    text-decoration: none;
    white-space: nowrap;
    align-self: flex-start;
}

@media (max-width: 900px) {
    .home_catgorylisting-grid {
        grid-template-columns: 1fr;
    }

    .home_catgorylisting-heading {
        font-size: 36px;
    }
}

/* =========================================================
   GLOBAL
========================================================= */

h2 {
    border-bottom: none !important;
}

/* =========================================================
   SUPPORT CTA
========================================================= */

.fhc-support-cta {
    background: #CDE3FD;
 padding: 60px 8%;

}

.fhc-support-cta-inner {
   
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}



.fhc-support-cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

.fhc-support-cta-content p {
    font-size: 19px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 28px;
}

.fhc-support-cta-btn {
    display: inline-block;
    background: #1f6fff;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.fhc-support-cta-btn:hover {
    background: #1558d6;
}

.fhc-support-cta-image img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

/* =========================================================
   FOUNDRY PROGRAM BOTTOM
========================================================= */

.foundry-program-bottom {
    background: #f6f6f6;
       padding: 60px 8%;
}

.foundry-program-bottom-inner {
 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

 

.foundry-program-bottom-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.foundry-program-bottom-content p {
    font-size: 19px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 28px;
}

.foundry-program-bottom-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1f6fff;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.foundry-program-bottom-btn:hover {
    background: #1558d6;
}

.foundry-program-bottom-image img {
    max-width: 360px;
    width: 100%;
    height: auto;
}


/* =========================================================
   MOBILE IMAGE ALIGN FIX – DO NOT AFFECT DESKTOP
========================================================= */
@media (max-width: 575px) {

  /* ================= HERO IMAGE ================= */
  .fhc-hero-container {
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .fhc-right-image {
    position: relative;       
    right: 0;
    bottom: 0;
    margin: 10px 0 0 0;        
    width: auto;               
    max-width: 180px;
    display: block;
    float: right;             
  }

  .fhc-right-image img {
    width: 100%;
    height: auto;
  }

  .fhc-left-content {
    position: relative;
    z-index: 2;
  }

  
  


  /* ================= FOUNDRY PROGRAM BOTTOM ================= */
 

  .foundry-program-bottom-inner {
    position: relative;
    overflow: hidden;
	 display: block;   
  }
  foundry-program-bottom-content {
    
    width: 100%;
 
	
  }
  

  .foundry-program-bottom-image {
  width: 100%;              
    text-align: right;        
    margin-top: 12px;  
  }

  .foundry-program-bottom-image img {
    max-width: 160px;
    width: 100%;
    height: auto;
  }

  /* ================= SUPPORT CTA ================= */
  
  
  
  .fhc-support-cta-inner {
	   display: block;   
    position: relative;
    overflow: hidden;
  }

  .fhc-support-cta-image {
  width: 100%;             /* second row */
    text-align: right;       /* image aligned right */
    margin-top: 12px;  
  }

  .fhc-support-cta-image img {
    max-width: 160px;
    width: 100%;
    height: auto;
  }

}


a:hover, a:active, a:focus  {
    text-decoration: unset;
}