/*
Theme Name: Sussex Heritage Trust Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: SussexHeritageTrust
Version: 1.0.0
Text Domain:  SussexHeritageTrust
*/
#menu-top-navigation li:nth-child(1) a {
	background: #353436;
	border: 1px solid #353436;
	border-radius: 10px;
	font-family: Gotham Black;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	height: auto;
	color: #FFF;
}
#menu-top-navigation li:nth-child(2) a {
	background: #DA5913;
	border: 1px solid #DA5913;
	border-radius: 10px;
	font-family: Gotham Black;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	height: auto;
	color: #FFF;	
}
#menu-top-navigation li:nth-child(3) a {
	background: transparent;
	border: 1px solid #353436;
	border-radius: 10px;
	font-family: Gotham Black;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	height: auto;
	color: #353436;	
}
#menu-top-navigation li {
	border: 0px solid;
}
#menu-top-navigation {
  display: flex;
  column-gap: 20px;
}

/*=====================================
 Hero Banner
=====================================*/

.hs-hero {
    position: relative;
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    overflow: hidden;
	padding: 0 30px;
}

.hs-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hs-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-container {
    position: relative;
    z-index: 2;
}



.hs-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:1;
}

.hs-container{
    width:1280px;
    max-width:92%;
    margin:auto;
    position:relative;
    height:100%;
    z-index:2;
	overflow: visible !important;
}

.hs-hero-content h1 {
  color: #fff;
  font-size: 140px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  font-family: Gotham Black;
  max-width: 768px;
	text-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
}

.hero-line{
    width: 100%;
  height: 3px;
  background: #DA5913;
  display: block;
  margin: 30px 0;
  max-width: 768px;
}

.hs-hero-content p {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  font-family: Gotham Regular;
  line-height: 40px;
	margin: 0;
}
@media (max-width:1200px){

    .hs-hero-content h1{
        font-size:90px;
		line-height: 1;
    }

}
@media (max-width:991px){

    .hs-hero-content h1{
        font-size:52px;
    }

    .hs-hero-content p{
        font-size:18px;
		line-height: 24px;
    }

}
@media (max-width: 800px) {
    .hs-hero {
        min-height: calc(100vh - 90px);
    }
}
section .fusion-row {
  max-width: var(--site_width);
  width: 100%;
  padding: 0;
}
@media (max-width:767px){
.sht-reg-card {
  background: #fff;
  max-width: 1000px;
  width: 100%;
  border-radius: 30px;
  padding: 30px 30px 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}
.sht-reg-hero {
  padding: 50px 30px 50px;
}	
}
h4.widget-title {
  font-weight: 400 !important;
  margin: 0 0 20px !important;
}
.fusion-footer .fusion-columns {
    display: flex !important;
    align-items: stretch !important;
	justify-content: space-between;
	row-gap: 40px;
}	
.fusion-footer .fusion-columns > .fusion-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
	width: auto;
	margin-bottom: 0px !important;
}
.fusion-columns.fusion-columns-4.fusion-widget-area .fusion-clearfix {
  display: none;
}
.fusion-footer .fusion-columns > .fusion-column section {
  margin: 0;
}
.fusion-footer .fusion-columns > .fusion-column section .textwidget {
  font-size: 16px;
  font-family: Gotham Regular;
  font-weight: 400;
  line-height: 22px;
}
.fusion-footer .fusion-columns > .fusion-column section ul li a {
  font-size: 16px;
  line-height: 20px;
  font-family: Gotham Medium;
  font-weight: 400;
}
.fusion-footer .fusion-columns > .fusion-column section ul li a::before {
  display: none;
}
.fusion-footer .fusion-columns > .fusion-column section ul li {
  padding: 0;
  margin: 0;
  border: 0px;
}
#nav_menu-2 {
  height: 100%;
}
.menu-footer-menu-container {
  height: 100%;
}
.menu-footer-menu-container #menu-footer-menu {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: calc(100% - 38px);
  row-gap: 24px;
}
.fusion-footer .fusion-columns > .fusion-column section .textwidget p {
  margin: 0;
}
@media (max-width:767px){
.fusion-footer-widget-area.fusion-widget-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
}
.custom-menu-wrapper{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
	row-gap: 30px;
}
.custom-header-buttons{
    display:flex;
    gap:30px;
}
.custom-header-buttons a{
    display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 30px;
  border-radius: 15px;
  font-weight: 400;
  text-decoration: none;
  font-family: Gotham Black;
}

.btn-dark{
    background:#363236;
    color:#fff;
}

.btn-dark:hover{
    color:#fff;
	background:#000;
}

.btn-orange{
    background:#f26b00;
    color:#fff;
}

.btn-orange:hover{
    color:#fff;
	background: #cf5607;
}

.btn-outline{
    border:2px solid #88A740;
    color:#88A740;
    background:#fff;
}
.btn-outline:hover{
    color:#fff;
	background:#88A740;
}
.fusion-header-has-flyout-menu-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width:1024px){
.custom-header-buttons a {
  height: auto;
  padding: 5px 20px;
  font-size: 14px;
}
.custom-header-buttons {
  gap: 15px;
}
}
@media (max-width:800px){
.custom-header-buttons .btn-orange, .custom-header-buttons .btn-dark {
  display: none;
}
.custom-menu-wrapper {
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
}	
.fusion-logo a.fusion-logo-link img {
    max-height: 60px;
}	
.fusion-header .fusion-logo {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}	
}

.hs-services{
    padding:100px 30px;
    background:#f4f4f4;
}

.hs-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.hs-service{
    display:flex;
    flex-direction:column;
}

.hs-service-card{
    border-radius: 30px;
  padding: 35px 30px;
  text-align: center;
  color: #fff;
  box-shadow: 8px 8px 10px rgba(0,0,0,.20);
  border: 3px solid #fff;
}

.hs-service-card img{
    width: auto;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 20px;
}

.hs-service-card h3 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  font-family: Gotham Black;
  font-weight: 400 !important;
}

.hs-service-content{
    margin-top:50px;
    flex:1;
}

.hs-service-content p{
    margin: 0 0 20px;
  font-size: 20px;
  line-height: 28px;
  color: #353436;
  font-family: Gotham Regular;
  font-weight: 400;
}

.hs-service-btn{
    width:100%;
    max-width:300px;
    height: 46px;
    margin:10px auto 0;
    display:flex;
	padding: 0 30px;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
	font-weight: 400;
    font-family:Gotham Black;
    text-transform:uppercase;
    transition:.3s;
}

.hs-service-btn:hover{
    opacity:.9;
    color:#fff;
}

.orange{
    background:#DA5913;
}

.dark{
    background:#353436;
}

.green{
    background:#88A740;
}

@media(max-width:1024px){

    .hs-services-grid{
        grid-template-columns:1fr;
    }
	.hs-service-content {
    	margin-top: 30px;
	}

}

@media(max-width:767px){

    .hs-services{
        padding:60px 30px;
    }

    .hs-services-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .hs-service-card{
        padding:30px 25px;
    }

    .hs-service-card h3{
        font-size:22px;
    }

    .hs-service-content p{
        font-size:16px;
    }

    .hs-service-btn{
        max-width:100%;
    }

}

.hs-sponsors{

    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;

    padding:70px 30px;
}

.hs-sponsors-title{
    text-align:center;
    margin-bottom:50px;
}

.hs-sponsors-title h2 {
  color: #fff;
  font-size: 46px;
  line-height: 61px;
  margin-bottom: 20px;
  font-family: Gotham Black;
  font-weight: 400;
}

.hs-sponsors-title span{

    width:540px;

    max-width:100%;

    height:3px;

    background:#fff;

    display:block;

    margin:auto;

}

.hs-sponsors-slider .slick-track{

    display:flex;

    align-items:center;

}

.hs-sponsor-item{

    display:flex !important;

    justify-content:center;

    align-items:center;

    padding:0px;

}

.hs-sponsor-item img{

    max-width:220px;

    max-height:120px;

    width:auto;

    height:auto;

}

@media(max-width:991px){

.hs-sponsors{

    padding:50px 30px;

}

.hs-sponsors-title{

    margin-bottom:50px;

}

.hs-sponsors-title h2{

    font-size:42px;
    line-height: 57px;	

}

}

@media(max-width:767px){

.hs-sponsors-title h2{

    font-size: 30px;
    line-height: 45px;

}

.hs-sponsor-item img{

    max-width:180px;

}

}

.hs-quotes{
    padding:100px 30px;
    background:#fff;
}

.hs-quote-slide{
    outline:none;
}

.hs-quotes-slider {
  margin-bottom: 0px !important;
}

.hs-quote-inner{
    max-width:800px;
    margin:0 auto;
    display:flex;
    gap:40px;
    align-items:flex-start;
	padding: 53px 0;
}

.hs-quote-content {
  flex: 1;
  font-size: 20px;
  line-height: 28px;
  color: #353436;
  font-family: Gotham Medium;
  font-weight: 400;
	position: relative;
}

.hs-quote-content p:last-child{
    margin-bottom:0;
}

.hs-quote-left,
.hs-quote-right{
    font-size:170px;
    line-height:.6;
    color:#efc1a8;
    font-family:Georgia,serif;
    flex-shrink:0;
}

.hs-quote-right{
    align-self:flex-end;
}

.hs-quotes .slick-dots{
    margin-top:40px;
    position:relative;
    bottom:0;
}

.hs-quotes .slick-dots li button:before{
    font-size:12px;
    color:#d26b33;
    opacity:.4;
}

.hs-quotes .slick-dots li.slick-active button:before{
    color:#d26b33;
    opacity:1;
}

.hs-quote-content::before {
  content: url(https://sussexheritagetrust.org.uk/directory/wp-content/uploads/2026/07/quote-icon-left.svg);
  position: absolute;
	left: -160px;
	top: -55px;
}
.hs-quote-content::after {
  content: url(https://sussexheritagetrust.org.uk/directory/wp-content/uploads/2026/07/quote-icon-right.svg);
  position: absolute;
	right: -150px;
	bottom: -55px;
}

@media(max-width:1200px){
.hs-quote-content::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(https://sussexheritagetrust.org.uk/directory/wp-content/uploads/2026/07/quote-icon-left.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: -40px;
}
.hs-quote-content::after {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(https://sussexheritagetrust.org.uk/directory/wp-content/uploads/2026/07/quote-icon-right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    bottom: -50px;
}
}
@media(max-width:767px){

	.hs-quote-inner{
		gap:20px;
	}

	.hs-quote-content{
		font-size: 16px;
		line-height: 24px;
	}

	.hs-quotes {
		padding: 50px 30px;
	}

}

/* =========================================================
   SHT GLOBAL BUTTON + ARROW MOTION SYSTEM
   ========================================================= */

/* Shared easing: fast, premium and natural */
:root {
    --sht-motion: cubic-bezier(.22, 1, .36, 1);
    --sht-motion-fast: cubic-bezier(.16, 1, .3, 1);
}

/* -------------------------
   Global interactive buttons
   ------------------------- */
#menu-top-navigation li a,
.custom-header-buttons a,
.hs-service-btn,
.sht-reg-submit,
.sht-action-btn,
.sht-wpf-submit,
.sht-profile-edit-btn,
.sht-portal-submit,
.sht-portal-signup-btn,
.sht-portal-taster-btn,
.sht-wp-submit-btn,
.sht-wp-search-submit,
.sht-edu-search-submit,
.sht-company-contact-btn,
.sht-cs-apply-btn,
.fusion-button,
button[type="submit"],
button[type="button"] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    transition:
        transform .38s var(--sht-motion),
        box-shadow .38s var(--sht-motion),
        background-color .32s ease,
        border-color .32s ease,
        color .25s ease;
    will-change: transform;
}

/* Elegant light sweep across buttons */
#menu-top-navigation li a::before,
.custom-header-buttons a::before,
.hs-service-btn::before,
.sht-reg-submit::before,
.sht-action-btn::before,
.sht-wpf-submit::before,
.sht-profile-edit-btn::before,
.sht-portal-submit::before,
.sht-portal-signup-btn::before,
.sht-portal-taster-btn::before,
.sht-wp-submit-btn::before,
.sht-wp-search-submit::before,
.sht-edu-search-submit::before,
.sht-company-contact-btn::before,
.sht-cs-apply-btn::before,
.fusion-button::before,
button[type="submit"]::before,
button[type="button"]::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -80%;
    left: -35%;
    width: 24%;
    height: 260%;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.38),
        transparent
    );
    transform: translateX(-180%) rotate(20deg);
    transition:
        transform .72s var(--sht-motion),
        opacity .25s ease;
}

/* Hover = lift + soft depth */
#menu-top-navigation li a:hover,
.custom-header-buttons a:hover,
.hs-service-btn:hover,
.sht-reg-submit:hover,
.sht-action-btn:hover,
.sht-wpf-submit:hover,
.sht-profile-edit-btn:hover,
.sht-portal-submit:hover,
.sht-portal-signup-btn:hover,
.sht-portal-taster-btn:hover,
.sht-wp-submit-btn:hover,
.sht-wp-search-submit:hover,
.sht-edu-search-submit:hover,
.sht-company-contact-btn:hover,
.sht-cs-apply-btn:hover,
.fusion-button:hover,
button[type="submit"]:hover,
button[type="button"]:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

#menu-top-navigation li a:hover::before,
.custom-header-buttons a:hover::before,
.hs-service-btn:hover::before,
.sht-reg-submit:hover::before,
.sht-action-btn:hover::before,
.sht-wpf-submit:hover::before,
.sht-profile-edit-btn:hover::before,
.sht-portal-submit:hover::before,
.sht-portal-signup-btn:hover::before,
.sht-portal-taster-btn:hover::before,
.sht-wp-submit-btn:hover::before,
.sht-wp-search-submit:hover::before,
.sht-edu-search-submit:hover::before,
.sht-company-contact-btn:hover::before,
.sht-cs-apply-btn:hover::before,
.fusion-button:hover::before,
button[type="submit"]:hover::before,
button[type="button"]:hover::before {
    opacity: 1;
    transform: translateX(620%) rotate(20deg);
}

/* Press feedback */
#menu-top-navigation li a:active,
.custom-header-buttons a:active,
.hs-service-btn:active,
.sht-reg-submit:active,
.sht-action-btn:active,
.sht-wpf-submit:active,
.sht-profile-edit-btn:active,
.sht-portal-submit:active,
.sht-portal-signup-btn:active,
.sht-portal-taster-btn:active,
.sht-wp-submit-btn:active,
.sht-wp-search-submit:active,
.sht-edu-search-submit:active,
.sht-company-contact-btn:active,
.sht-cs-apply-btn:active,
.fusion-button:active,
button[type="submit"]:active,
button[type="button"]:active {
    transform: translate3d(0, 1px, 0) scale(.985);
    box-shadow: 0 5px 12px rgba(0,0,0,.12);
}

/* Keep links accessible with a clear keyboard state */
#menu-top-navigation li a:focus-visible,
.custom-header-buttons a:focus-visible,
.hs-service-btn:focus-visible,
.sht-reg-submit:focus-visible,
.sht-action-btn:focus-visible,
.sht-wpf-submit:focus-visible,
.sht-profile-edit-btn:focus-visible,
.sht-portal-submit:focus-visible,
.sht-portal-signup-btn:focus-visible,
.sht-portal-taster-btn:focus-visible,
.sht-wp-submit-btn:focus-visible,
.sht-wp-search-submit:focus-visible,
.sht-edu-search-submit:focus-visible,
.sht-company-contact-btn:focus-visible,
.sht-cs-apply-btn:focus-visible,
.fusion-button:focus-visible,
button[type="submit"]:focus-visible,
button[type="button"]:focus-visible {
    outline: 3px solid rgba(218,89,19,.35);
    outline-offset: 4px;
}

/* -------------------------
   Arrow / link icons
   ------------------------- */
.sht-course-card-arrow,
.sht-edu-course-card-arrow,
.sht-wp-card-arrow,
.sht-cat-company-card-arrow,
.sht-course-card-arrow img,
.sht-edu-course-card-arrow img,
.sht-wp-card-arrow img,
.sht-cat-company-card-arrow img,
.sht-course-card-arrow svg,
.sht-edu-course-card-arrow svg,
.sht-wp-card-arrow svg,
.sht-cat-company-card-arrow svg,
.fusion-button i,
.fusion-arrow,
.arrow,
.arrow-icon {
    transition:
        transform .5s var(--sht-motion),
        opacity .3s ease;
    will-change: transform;
}

/* Card arrows glide diagonally and grow slightly */
.sht-course-card:hover .sht-course-card-arrow,
.sht-edu-course-card:hover .sht-edu-course-card-arrow,
.sht-wp-card:hover .sht-wp-card-arrow,
.sht-cat-company-card:hover .sht-cat-company-card-arrow {
    transform: translate3d(7px, -7px, 0) scale(1.08);
}

.sht-course-card:hover .sht-course-card-arrow img,
.sht-edu-course-card:hover .sht-edu-course-card-arrow img,
.sht-wp-card:hover .sht-wp-card-arrow img,
.sht-cat-company-card:hover .sht-cat-company-card-arrow img,
.sht-course-card:hover .sht-course-card-arrow svg,
.sht-edu-course-card:hover .sht-edu-course-card-arrow svg,
.sht-wp-card:hover .sht-wp-card-arrow svg,
.sht-cat-company-card:hover .sht-cat-company-card-arrow svg {
    transform: translate3d(3px, -3px, 0);
}

/* Avada arrows/icons */
.fusion-button:hover i,
.fusion-button:hover .fusion-button-text + i,
.fusion-button:hover .fusion-arrow,
a:hover > .arrow,
a:hover > .arrow-icon {
    transform: translate3d(5px, -2px, 0);
}

/* -------------------------
   Interactive cards
   ------------------------- */
.sht-course-card,
.sht-edu-course-card,
.sht-wp-card,
.sht-cat-company-card {
    transition:
        transform .55s var(--sht-motion),
        box-shadow .55s var(--sht-motion);
    will-change: transform;
}

.sht-course-card:hover,
.sht-edu-course-card:hover,
.sht-wp-card:hover,
.sht-cat-company-card:hover {
    transform: translate3d(0, -7px, 0);
    box-shadow: 0 20px 42px rgba(0,0,0,.16);
}

/* Service cards get a subtle depth response without changing layout */
.hs-service-card {
    transition:
        transform .5s var(--sht-motion),
        box-shadow .5s var(--sht-motion);
}
.hs-service-card:hover {
    transform: translate3d(0, -6px, 0);
    box-shadow: 10px 20px 34px rgba(0,0,0,.22);
}

/* -------------------------
   Respect reduced-motion
   ------------------------- */
@media (prefers-reduced-motion: reduce) {
    #menu-top-navigation li a,
    .custom-header-buttons a,
    .hs-service-btn,
    .sht-reg-submit,
    .sht-action-btn,
    .sht-wpf-submit,
    .sht-profile-edit-btn,
    .sht-portal-submit,
    .sht-portal-signup-btn,
    .sht-portal-taster-btn,
    .sht-wp-submit-btn,
    .sht-wp-search-submit,
    .sht-edu-search-submit,
    .sht-company-contact-btn,
    .sht-cs-apply-btn,
    .fusion-button,
    button[type="submit"],
    button[type="button"],
    .sht-course-card,
    .sht-edu-course-card,
    .sht-wp-card,
    .sht-cat-company-card,
    .hs-service-card,
    .sht-course-card-arrow,
    .sht-edu-course-card-arrow,
    .sht-wp-card-arrow,
    .sht-cat-company-card-arrow {
        transition: none !important;
    }

    #menu-top-navigation li a::before,
    .custom-header-buttons a::before,
    .hs-service-btn::before,
    .sht-reg-submit::before,
    .sht-action-btn::before,
    .sht-wpf-submit::before,
    .sht-profile-edit-btn::before,
    .sht-portal-submit::before,
    .sht-portal-signup-btn::before,
    .sht-portal-taster-btn::before,
    .sht-wp-submit-btn::before,
    .sht-wp-search-submit::before,
    .sht-edu-search-submit::before,
    .sht-company-contact-btn::before,
    .sht-cs-apply-btn::before,
    .fusion-button::before,
    button[type="submit"]::before,
    button[type="button"]::before {
        display: none !important;
    }
}


/* =========================================================
   SHT FINAL VISUAL OVERRIDES
   Remove the blue/blur-looking divider border visible
   between the course hero and content sections.
   ========================================================= */

.sht-cs-section {
    border-top: none !important;
    box-shadow: none !important;
}

/* =========================================================
   SHT REFINED ARROW MICRO-INTERACTION
   Premium circle + orange reveal + arrow glide.
   The original SVG remains in the markup for accessibility/
   fallback, but the visual treatment is controlled here.
   ========================================================= */

.sht-course-card-arrow,
.sht-edu-course-card-arrow,
.sht-wp-card-arrow,
.sht-cat-company-card-arrow,
.sht-dash-card-arrow {
    --sht-arrow-orange: #C1552B;
    position: relative !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    flex: 0 0 52px !important;
    margin-left: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    background: transparent !important;
    overflow: visible !important;
    transform: translate3d(0,0,0);
    transition:
        transform .55s cubic-bezier(.22,1,.36,1),
        box-shadow .45s ease;
    will-change: transform, box-shadow;
    z-index: 2;
}

/* Preserve the real asset in the DOM, but don't let the old circle
   compete with the refined CSS treatment. */
.sht-course-card-arrow > img,
.sht-edu-course-card-arrow > img,
.sht-wp-card-arrow > img,
.sht-cat-company-card-arrow > img,
.sht-dash-card-arrow img {
    opacity: 0 !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
}

/* Orange inner disc: starts subtly smaller and expands into the
   circle, leaving the clean white outer ring visible. */
.sht-course-card-arrow::before,
.sht-edu-course-card-arrow::before,
.sht-wp-card-arrow::before,
.sht-cat-company-card-arrow::before,
.sht-dash-card-arrow::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 3px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 28%,
            rgba(255,255,255,.16) 0,
            rgba(255,255,255,0) 42%),
        #C1552B;
    opacity: 0;
    transform: scale(.58);
    transition:
        opacity .18s ease,
        transform .52s cubic-bezier(.16,1,.3,1);
    pointer-events: none;
}

/* Clean arrow graphic. */
.sht-course-card-arrow::after,
.sht-edu-course-card-arrow::after,
.sht-wp-card-arrow::after,
.sht-cat-company-card-arrow::after,
.sht-dash-card-arrow::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 27px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16' viewBox='0 0 28 16'%3E%3Cpath d='M1 8h23M18 1l7 7-7 7' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: translate3d(0,0,0);
    transition:
        transform .58s cubic-bezier(.16,1,.3,1),
        filter .25s ease;
    pointer-events: none;
}

/* Hovering the card OR the icon activates the same interaction. */
.sht-course-card:hover .sht-course-card-arrow,
.sht-edu-course-card:hover .sht-edu-course-card-arrow,
.sht-wp-card:hover .sht-wp-card-arrow,
.sht-cat-company-card:hover .sht-cat-company-card-arrow,
.sht-dash-card:hover .sht-dash-card-arrow,
.sht-course-card-arrow:hover,
.sht-edu-course-card-arrow:hover,
.sht-wp-card-arrow:hover,
.sht-cat-company-card-arrow:hover,
.sht-dash-card-arrow:hover {
    transform: translate3d(0,-2px,0) scale(1.045);
    box-shadow:
        0 0 0 0 rgba(193,85,43,0),
        0 12px 26px rgba(0,0,0,.18);
}

/* Orange reveal */
.sht-course-card:hover .sht-course-card-arrow::before,
.sht-edu-course-card:hover .sht-edu-course-card-arrow::before,
.sht-wp-card:hover .sht-wp-card-arrow::before,
.sht-cat-company-card:hover .sht-cat-company-card-arrow::before,
.sht-dash-card:hover .sht-dash-card-arrow::before,
.sht-course-card-arrow:hover::before,
.sht-edu-course-card-arrow:hover::before,
.sht-wp-card-arrow:hover::before,
.sht-cat-company-card-arrow:hover::before,
.sht-dash-card-arrow:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* Arrow glides forward, with a tiny overshoot that settles naturally. */
.sht-course-card:hover .sht-course-card-arrow::after,
.sht-edu-course-card:hover .sht-edu-course-card-arrow::after,
.sht-wp-card:hover .sht-wp-card-arrow::after,
.sht-cat-company-card:hover .sht-cat-company-card-arrow::after,
.sht-dash-card:hover .sht-dash-card-arrow::after,
.sht-course-card-arrow:hover::after,
.sht-edu-course-card-arrow:hover::after,
.sht-wp-card-arrow:hover::after,
.sht-cat-company-card-arrow:hover::after,
.sht-dash-card-arrow:hover::after {
    animation: sht-arrow-glide .62s cubic-bezier(.16,1,.3,1) both;
}

@keyframes sht-arrow-glide {
    0% {
        transform: translate3d(-3px,0,0) scale(.94);
    }
    58% {
        transform: translate3d(5px,0,0) scale(1.05);
    }
    78% {
        transform: translate3d(3px,0,0) scale(1);
    }
    100% {
        transform: translate3d(4px,0,0) scale(1);
    }
}

/* One subtle pulse around the white ring — intentionally restrained,
   so the interaction feels premium rather than flashy. */
.sht-course-card:hover .sht-course-card-arrow,
.sht-edu-course-card:hover .sht-edu-course-card-arrow,
.sht-wp-card:hover .sht-wp-card-arrow,
.sht-cat-company-card:hover .sht-cat-company-card-arrow,
.sht-dash-card:hover .sht-dash-card-arrow {
    animation: sht-arrow-ring .72s cubic-bezier(.22,1,.36,1) both;
}

@keyframes sht-arrow-ring {
    0% {
        box-shadow:
            0 0 0 0 rgba(193,85,43,0),
            0 12px 26px rgba(0,0,0,.10);
    }
    45% {
        box-shadow:
            0 0 0 5px rgba(193,85,43,.10),
            0 14px 30px rgba(0,0,0,.18);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(193,85,43,0),
            0 12px 26px rgba(0,0,0,.18);
    }
}

/* Keep dashboard link area fully clickable. */
.sht-dash-card-arrow > a {
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 50% !important;
}

/* Keyboard users receive the same clear visual treatment. */
.sht-course-card-arrow:focus-within,
.sht-edu-course-card-arrow:focus-within,
.sht-wp-card-arrow:focus-within,
.sht-cat-company-card-arrow:focus-within,
.sht-dash-card-arrow:focus-within {
    outline: 3px solid rgba(193,85,43,.35);
    outline-offset: 4px;
}

@media (max-width: 1024px) {
    .sht-course-card-arrow,
    .sht-edu-course-card-arrow,
    .sht-wp-card-arrow,
    .sht-cat-company-card-arrow,
    .sht-dash-card-arrow {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
        flex-basis: 46px !important;
    }

    .sht-course-card-arrow::after,
    .sht-edu-course-card-arrow::after,
    .sht-wp-card-arrow::after,
    .sht-cat-company-card-arrow::after,
    .sht-dash-card-arrow::after {
        transform: scale(.92);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sht-course-card-arrow,
    .sht-edu-course-card-arrow,
    .sht-wp-card-arrow,
    .sht-cat-company-card-arrow,
    .sht-dash-card-arrow,
    .sht-course-card-arrow::before,
    .sht-edu-course-card-arrow::before,
    .sht-wp-card-arrow::before,
    .sht-cat-company-card-arrow::before,
    .sht-dash-card-arrow::before,
    .sht-course-card-arrow::after,
    .sht-edu-course-card-arrow::after,
    .sht-wp-card-arrow::after,
    .sht-cat-company-card-arrow::after,
    .sht-dash-card-arrow::after {
        transition: none !important;
        animation: none !important;
    }
}



/* =========================================================
   SHT V6 — REFINED MICRO-INTERACTIONS
   Buttons stay completely fixed. Motion happens inside the
   control itself. Arrow circles also stay fixed; only the
   internal treatment animates.
   ========================================================= */

/* ---------- BUTTONS: no lift / no movement ---------- */
#menu-top-navigation li a,
.custom-header-buttons a,
.hs-service-btn,
.sht-reg-submit,
.sht-action-btn,
.sht-wpf-submit,
.sht-profile-edit-btn,
.sht-portal-submit,
.sht-portal-signup-btn,
.sht-portal-taster-btn,
.sht-wp-submit-btn,
.sht-wp-search-submit,
.sht-edu-search-submit,
.sht-company-contact-btn,
.sht-cs-apply-btn,
.fusion-button,
button[type="submit"],
button[type="button"] {
    transform: none !important;
    will-change: auto !important;
    box-shadow: none;
}

/* Hover must not move the actual button. */
#menu-top-navigation li a:hover,
.custom-header-buttons a:hover,
.hs-service-btn:hover,
.sht-reg-submit:hover,
.sht-action-btn:hover,
.sht-wpf-submit:hover,
.sht-profile-edit-btn:hover,
.sht-portal-submit:hover,
.sht-portal-signup-btn:hover,
.sht-portal-taster-btn:hover,
.sht-wp-submit-btn:hover,
.sht-wp-search-submit:hover,
.sht-edu-search-submit:hover,
.sht-company-contact-btn:hover,
.sht-cs-apply-btn:hover,
.fusion-button:hover,
button[type="submit"]:hover,
button[type="button"]:hover,
#menu-top-navigation li a:active,
.custom-header-buttons a:active,
.hs-service-btn:active,
.sht-reg-submit:active,
.sht-action-btn:active,
.sht-wpf-submit:active,
.sht-profile-edit-btn:active,
.sht-portal-submit:active,
.sht-portal-signup-btn:active,
.sht-portal-taster-btn:active,
.sht-wp-submit-btn:active,
.sht-wp-search-submit:active,
.sht-edu-search-submit:active,
.sht-company-contact-btn:active,
.sht-cs-apply-btn:active,
.fusion-button:active,
button[type="submit"]:active,
button[type="button"]:active {
    transform: none !important;
    box-shadow: none;
}

/* Remove the previous broad button sweep. */
#menu-top-navigation li a::before,
.custom-header-buttons a::before,
.hs-service-btn::before,
.sht-reg-submit::before,
.sht-action-btn::before,
.sht-wpf-submit::before,
.sht-profile-edit-btn::before,
.sht-portal-submit::before,
.sht-portal-signup-btn::before,
.sht-portal-taster-btn::before,
.sht-wp-submit-btn::before,
.sht-wp-search-submit::before,
.sht-edu-search-submit::before,
.sht-company-contact-btn::before,
.sht-cs-apply-btn::before,
.fusion-button::before,
button[type="submit"]::before,
button[type="button"]::before {
    display: none !important;
}

/* Refined button interaction:
   a small internal highlight sweeps across the surface,
   while the control itself never moves. */
#menu-top-navigation li a,
.custom-header-buttons a,
.hs-service-btn,
.sht-reg-submit,
.sht-action-btn,
.sht-wpf-submit,
.sht-profile-edit-btn,
.sht-portal-submit,
.sht-portal-signup-btn,
.sht-portal-taster-btn,
.sht-wp-submit-btn,
.sht-wp-search-submit,
.sht-edu-search-submit,
.sht-company-contact-btn,
.sht-cs-apply-btn,
.fusion-button,
button[type="submit"],
button[type="button"] {
    overflow: hidden;
}

#menu-top-navigation li a::after,
.custom-header-buttons a::after,
.hs-service-btn::after,
.sht-reg-submit::after,
.sht-action-btn::after,
.sht-wpf-submit::after,
.sht-profile-edit-btn::after,
.sht-portal-submit::after,
.sht-portal-signup-btn::after,
.sht-portal-taster-btn::after,
.sht-wp-submit-btn::after,
.sht-wp-search-submit::after,
.sht-edu-search-submit::after,
.sht-company-contact-btn::after,
.sht-cs-apply-btn::after,
.fusion-button::after,
button[type="submit"]::after,
button[type="button"]::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -65%;
    width: 32%;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255,255,255,0.04) 28%,
        rgba(255,255,255,0.24) 50%,
        rgba(255,255,255,0.04) 72%,
        transparent 100%
    );
    transform: skewX(-18deg);
    opacity: 0;
}

#menu-top-navigation li a:hover::after,
.custom-header-buttons a:hover::after,
.hs-service-btn:hover::after,
.sht-reg-submit:hover::after,
.sht-action-btn:hover::after,
.sht-wpf-submit:hover::after,
.sht-profile-edit-btn:hover::after,
.sht-portal-submit:hover::after,
.sht-portal-signup-btn:hover::after,
.sht-portal-taster-btn:hover::after,
.sht-wp-submit-btn:hover::after,
.sht-wp-search-submit:hover::after,
.sht-edu-search-submit:hover::after,
.sht-company-contact-btn:hover::after,
.sht-cs-apply-btn:hover::after,
.fusion-button:hover::after,
button[type="submit"]:hover::after,
button[type="button"]:hover::after {
    animation: sht-button-sheen .65s cubic-bezier(.22,1,.36,1) both;
}

@keyframes sht-button-sheen {
    0% {
        left: -65%;
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    100% {
        left: 135%;
        opacity: 0;
    }
}

/* Keep button contents above the sheen. */
#menu-top-navigation li a > *,
.custom-header-buttons a > *,
.hs-service-btn > *,
.sht-reg-submit > *,
.sht-action-btn > *,
.sht-wpf-submit > *,
.sht-profile-edit-btn > *,
.sht-portal-submit > *,
.sht-portal-signup-btn > *,
.sht-portal-taster-btn > *,
.sht-wp-submit-btn > *,
.sht-wp-search-submit > *,
.sht-edu-search-submit > *,
.sht-company-contact-btn > *,
.sht-cs-apply-btn > *,
.fusion-button > *,
button[type="submit"] > *,
button[type="button"] > * {
    position: relative;
    z-index: 1;
}

/* ---------- ARROW CIRCLES: keep the circle stationary ---------- */

.sht-course-card-arrow,
.sht-edu-course-card-arrow,
.sht-wp-card-arrow,
.sht-cat-company-card-arrow,
.sht-dash-card-arrow {
    transform: none !important;
    animation: none !important;
    box-shadow: none !important;
}

/* Hover/focus never moves the outer circle. */
.sht-course-card:hover .sht-course-card-arrow,
.sht-edu-course-card:hover .sht-edu-course-card-arrow,
.sht-wp-card:hover .sht-wp-card-arrow,
.sht-cat-company-card:hover .sht-cat-company-card-arrow,
.sht-dash-card:hover .sht-dash-card-arrow,
.sht-course-card-arrow:hover,
.sht-edu-course-card-arrow:hover,
.sht-wp-card-arrow:hover,
.sht-cat-company-card-arrow:hover,
.sht-dash-card-arrow:hover,
.sht-course-card-arrow:focus-within,
.sht-edu-course-card-arrow:focus-within,
.sht-wp-card-arrow:focus-within,
.sht-cat-company-card-arrow:focus-within,
.sht-dash-card-arrow:focus-within {
    transform: none !important;
    animation: none !important;
    box-shadow: none !important;
}

/* The orange colour now grows from the centre of the icon.
   The white ring never changes position or thickness. */
.sht-course-card-arrow::before,
.sht-edu-course-card-arrow::before,
.sht-wp-card-arrow::before,
.sht-cat-company-card-arrow::before,
.sht-dash-card-arrow::before {
    transform: scale(.2) !important;
    opacity: 0 !important;
    transition:
        transform .48s cubic-bezier(.16,1,.3,1),
        opacity .2s ease !important;
}

/* Add a restrained orange halo using the same pseudo element's shadow. */
.sht-course-card:hover .sht-course-card-arrow::before,
.sht-edu-course-card:hover .sht-edu-course-card-arrow::before,
.sht-wp-card:hover .sht-wp-card-arrow::before,
.sht-cat-company-card:hover .sht-cat-company-card-arrow::before,
.sht-dash-card:hover .sht-dash-card-arrow::before,
.sht-course-card-arrow:hover::before,
.sht-edu-course-card-arrow:hover::before,
.sht-wp-card-arrow:hover::before,
.sht-cat-company-card-arrow:hover::before,
.sht-dash-card-arrow:hover::before {
    transform: scale(1) !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 4px rgba(193,85,43,.10);
}

/* Arrow itself moves, not its circular container. */
.sht-course-card-arrow::after,
.sht-edu-course-card-arrow::after,
.sht-wp-card-arrow::after,
.sht-cat-company-card-arrow::after,
.sht-dash-card-arrow::after {
    transition:
        transform .52s cubic-bezier(.16,1,.3,1),
        filter .25s ease !important;
    animation: none !important;
}

/* Subtle arrow response when the CARD is hovered. */
.sht-course-card:hover .sht-course-card-arrow::after,
.sht-edu-course-card:hover .sht-edu-course-card-arrow::after,
.sht-wp-card:hover .sht-wp-card-arrow::after,
.sht-cat-company-card:hover .sht-cat-company-card-arrow::after,
.sht-dash-card:hover .sht-dash-card-arrow::after,
.sht-course-card-arrow:hover::after,
.sht-edu-course-card-arrow:hover::after,
.sht-wp-card-arrow:hover::after,
.sht-cat-company-card-arrow:hover::after,
.sht-dash-card-arrow:hover::after {
    transform: translate3d(4px,0,0) scale(1.04) !important;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.18));
}

/* On direct hover, give the arrow a tiny directional nudge
   without moving the circle. */
.sht-course-card-arrow:hover::after,
.sht-edu-course-card-arrow:hover::after,
.sht-wp-card-arrow:hover::after,
.sht-cat-company-card-arrow:hover::after,
.sht-dash-card-arrow:hover::after {
    animation: sht-arrow-detail .52s cubic-bezier(.16,1,.3,1) both !important;
}

@keyframes sht-arrow-detail {
    0% {
        transform: translate3d(0,0,0) scale(.96);
    }
    55% {
        transform: translate3d(5px,0,0) scale(1.06);
    }
    100% {
        transform: translate3d(4px,0,0) scale(1.04);
    }
}

/* Dashboard card itself also stays fixed. */
.sht-dash-card:hover,
.sht-course-card:hover,
.sht-edu-course-card:hover,
.sht-wp-card:hover,
.sht-cat-company-card:hover,
.hs-service-card:hover {
    transform: none !important;
}

/* Remove hover depth that makes cards/buttons appear to jump. */
.sht-course-card,
.sht-edu-course-card,
.sht-wp-card,
.sht-cat-company-card,
.hs-service-card {
    transform: none !important;
    box-shadow: none;
}

.sht-course-card:hover,
.sht-edu-course-card:hover,
.sht-wp-card:hover,
.sht-cat-company-card:hover,
.hs-service-card:hover {
    transform: none !important;
    box-shadow: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    #menu-top-navigation li a::after,
    .custom-header-buttons a::after,
    .hs-service-btn::after,
    .sht-reg-submit::after,
    .sht-action-btn::after,
    .sht-wpf-submit::after,
    .sht-profile-edit-btn::after,
    .sht-portal-submit::after,
    .sht-portal-signup-btn::after,
    .sht-portal-taster-btn::after,
    .sht-wp-submit-btn::after,
    .sht-wp-search-submit::after,
    .sht-edu-search-submit::after,
    .sht-company-contact-btn::after,
    .sht-cs-apply-btn::after,
    .fusion-button::after,
    button[type="submit"]::after,
    button[type="button"]::after,
    .sht-course-card-arrow::before,
    .sht-edu-course-card-arrow::before,
    .sht-wp-card-arrow::before,
    .sht-cat-company-card-arrow::before,
    .sht-dash-card-arrow::before,
    .sht-course-card-arrow::after,
    .sht-edu-course-card-arrow::after,
    .sht-wp-card-arrow::after,
    .sht-cat-company-card-arrow::after,
    .sht-dash-card-arrow::after {
        animation: none !important;
        transition: none !important;
    }
}
