@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
        url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
        url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'helveticaregular';
}

body h1,
body h2 {
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-stretch: condensed;
}

/* Header */
header {
    padding: 15px 30px;
    background-color: #f3f3f3;
    position: relative;
    z-index: 9999;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* Hamburger */
.hamburger {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #333;
    left: 0;
    transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 9px;
}

.hamburger span:nth-child(3) {
    top: 18px;
}

/* Animate to X */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 45px;
}

.logo-title {
    font-size: 24px;
    font-weight: bold;
    color: #7a2c83;
}

.logo-subtitle {
    font-size: 14px;
    color: #b85e9c;
}

/* Dropdown Menu */
.dropdown-menu {
    background: #ffffff;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    border-radius: 8px;
}

.dropdown-menu.active {
    max-height: 1000px;
}

.dropdown-menu a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: #7a2c83;
    border-top: 1px solid #eee;
    background: #fff;
}

.dropdown-menu a:hover {
    background: #f8f8f8;
}

.hg-logo img {
    width: 180px;
    padding-left: 30px;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-side-nav ul li {
    display: inline-block;
    margin: 0 5px;
}

.right-side-nav ul li a {
    text-decoration: none;
    color: #723a80;
    font-size: 16px;
}

.right-side-nav ul li:nth-of-type(1) a {
    color: #ad3963;
}

.right-side-nav ul li:nth-of-type(2) a {
    color: green;
}

.right-side-nav ul li:nth-of-type(3) a {
    color: #2c90b7;
}

.right-side-nav ul li a span {
    font-weight: 300;
}

.cls-we-are-hourglass {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 15px;
}

.cls-we-are-hourglass h1 {
    color: #723a80;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    margin-bottom: 0;
}

.cls-we-are-hourglass h1 span {
    font-size: 18px;
}

.cls-we-are-hourglass p {
    margin-top: 4px;
    color: #333333;
    line-height: 26px;
    font-size: 18px;
}

.blog-slider,
.policy-research {
    width: 100%;
    padding: 20px 0;
}

.feature-on-logo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.blog-slider img,
.policy-research img,
.feature-on-logo img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: #723980 !important;
}

.blog-bg {
    background: #f5f5f5;
    padding: 14px 20px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
}

.blog-slider,
.swiper,
.swiper-wrapper,
.swiper-slide {
    position: relative;
    z-index: 1;
}

/* Layout */
.page-wrapper {
    display: flex;
    max-width: 1000px;
    margin: auto;
    align-items: flex-start;
    gap: 20px;
    padding-left: 10px;
    overflow: visible;
}

/* Sidebar */
.helpline p.helptxt {
    border-bottom: #010202 solid 1px;
    border-top: #010202 solid 1px;
}

.helptxt,
.freehelp {
    color: #723a80;
    font-size: 26px;
    font-family: 'helveticabold';
}

.helptxt strong,
.freehelp strong {
    font-family: 'helveticaregular';
    font-size: 18px;
}

.freehelp {
    color: #2c90b7 !important;
    border-bottom: #010202 solid 1px;
    margin-top: 0;
}

.sidebar {
    width: 200px;
    flex: 0 0 200px;
    padding: 0 20px 0 15px;
    margin-top: 24px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.sidebar p {
    margin: 0;
}

.side-links {
    list-style: none;
    margin: 7px 0;
    padding-left: 0;
}

.side-links li {
    margin-bottom: 10px;
}

.side-links a {
    text-decoration: none;
    color: #7a2c7d;
    font-weight: bold;
}

.social a {
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
}

.social a img {
    width: 26px;
}

.social {
    padding-top: 8px;
}

.donate a,
.shop a {
    color: #ad3963;
    font-size: 28px;
    font-family: 'helveticabold';
}

.donate a span img,
.shop a span img {
    width: 30px;
    position: relative;
    top: 5px;
}

.shop a {
    color: #c87d1a !important;
}

.shop a span img {
    width: 22px;
    position: relative;
    top: 1px;
}

.shop {
    border-bottom: #010202 solid 1px;
    border-top: #010202 solid 1px;
    padding: 10px 0;
}

li.donate {
    padding-top: 4px;
}

/* Main Content */
.content {
    flex: 1;
    min-width: 0;
    padding: 20px;
}

/* Sections */
.card-section {
    background: #e9e7ea;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.card-section h2 {
    color: #7a2c7d;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 28px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
}

.section-text {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    padding-top: 0;
}

/* Grid */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Cards */
.card img {
    border-radius: 15px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card h4 {
    font-size: 20px;
    color: #7a2c7d;
    margin: 8px;
}

/* Small Cards */
.small-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    font-weight: bold;
    color: #7a2c7d;
    position: relative;
    overflow: hidden;
    min-height: 68px;
    display: flex;
    align-items: center;
}

.small-card img {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.small-card p {
    position: absolute;
    font-size: 19px;
    max-width: 120px;
}

/* Bottom */
.bottom-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: #2e8aac;
    padding: 25px;
    border-radius: 20px;
    color: #fff;
}

.bottom-card h4 {
    margin: 8px 0 0 0;
    font-size: 18px;
}

.bottom-card img {
    width: 100%;
}

.swiper-slide p {
    font-size: 17px;
    line-height: 25px;
}

.policy-title {
    font-size: 25px;
}

.newsletter-form {
    display: flex;
    max-width: 600px;
    width: 100%;
}

.newsletter-form input {
    flex: 1;
    padding: 18px 20px;
    border-radius: 40px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 16px;
    margin-right: 20px;
}

.newsletter-form button {
    padding: 18px 40px;
    border: none;
    border-radius: 40px;
    background: #7e3f8f;
    color: white;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.sing-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign-text {
    width: 30%;
    font-size: 20px;
    font-family: 'helveticabold';
    color: #333333;
}

.form-area {
    width: 70%;
}

.nations-container {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nation-circle img {
    width: 100%;
    max-width: 140px;
}

.nation-text h3 {
    font-size: 17px;
}

.nation-text {
    padding-left: 10px;
}

.nat-colour-1 {
    color: #703180;
}

.nat-colour-2 {
    color: #ad3963;
}

.nat-colour-3 {
    color: #c87d1a;
}

.nat-colour-4 {
    color: #2091ba;
}

.feature-on-logo .swiper-wrapper {
    align-items: center;
}

.feature-on-logo .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.feature-on-logo .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.feature-on-logo .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: 50px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.footer {
    padding: 60px 20px 30px;
    background: #e9e9e9;
    margin-top: 30px;
}

/* ===== TOP CONTACT GRID ===== */
.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.footer-col h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-col p span img {
    width: 12px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.england {
    color: #723a80;
}

.cymru {
    color: #ad3963;
}

.scotland {
    color: #c87d1a;
}

.ni {
    color: #2c90b7;
}

.footer-col p {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 13px;
}

/* ===== LOGO GRID ===== */
.footer-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
    margin-bottom: 40px;
}

.footer-logos img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

/* ===== BOTTOM TEXT ===== */
.footer-bottom {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    color: #555;
}

.footer-links {
    margin-bottom: 15px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    margin: 0 8px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links a:first-child {
    margin-left: 0;
}

.no-bg {
    background: transparent;
}

/* ===== RESPONSIVE ===== */
.containerss {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.card h4 {
    font-size: 20px;
    color: #7a2c7d;
    margin: 0;
}

.card .card-image img {
    border-radius: 0;
}

/* LEFT IMAGE PANEL */
.card-image {
    flex: 0 0 140px;
}

.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* RIGHT CONTENT PANEL */
.card-content {
    flex: 1;
}

.policy-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.card-content h1 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 6px;
}

.card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 3px;
    margin-top: 0;
}

.read-more {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.read-more:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .card-image {
        flex: 100%;
        max-width: 140px;
    }

    .card-content h1 {
        font-size: 36px;
    }

    .card-content p {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .card-content h1 {
        font-size: 28px;
    }

    .card-content p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 100px;
    }

    .footer-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .page-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .sidebar {
        width: 200px;
        flex: 0 0 200px;
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }

    .content {
        flex: 1;
        min-width: 0;
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .bottom-cards {
        grid-template-columns: 1fr 1fr;
    }

    .helptxt,
    .freehelp {
        font-size: 28px;
    }

    .helptxt strong,
    .freehelp strong {
        font-size: 19px;
    }

    .donate a,
    .shop a {
        font-size: 26px;
    }

    .donate a span img,
    .shop a span img {
        width: 30px;
    }

    .feature-on-logo {
        max-width: 100%;
        padding: 20px 20px;
    }

    .feature-on-logo .swiper-slide img {
        height: 42px;
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .card {
        flex-direction: column;
    }

    .card-image {
        flex: 100%;
        max-width: 320px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .bottom-cards {
        grid-template-columns: 1fr;
    }

    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    header {
        text-align: center;
    }

    .right-side-nav {
        margin-top: 14px;
    }

    .right-side-nav ul li {
        display: inline-block;
        margin: 5px;
    }

    .sing-up {
        flex-direction: column;
    }

    .sign-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-area {
        width: 100%;
    }

    .newsletter-form button {
        padding: 10px 20px;
        border: none;
        border-radius: 40px;
        background: #7e3f8f;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
    }

    .newsletter-form input {
        flex: 1;
        padding: 10px 20px;
        border-radius: 40px;
        border: 1px solid #ccc;
        outline: none;
        font-size: 16px;
        margin-right: 20px;
    }

    .nations-container {
        flex-direction: column;
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .nation {
        max-width: 320px;
        margin: 0 auto;
    }

    .page-wrapper {
        flex-direction: column;
        padding-left: 0;
    }

    .sidebar {
        width: 100%;
        flex: 1 1 auto;
        margin-top: 0;
        position: static;
        top: auto;
    }

    .content {
        width: 100%;
        padding: 0 20px 0 15px;
    }

    .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
    }

    .feature-on-logo {
        max-width: 100%;
        padding: 15px 15px;
    }

    .feature-on-logo .swiper-wrapper {
        align-items: center;
    }

    .feature-on-logo .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-on-logo .swiper-slide img {
        height: 36px;
        max-width: 80%;
    }
}

@media (max-width: 600px) {
    .footer-top {
        grid-template-columns: 1fr;
        padding-left: 0;
    }

    .footer-logos {
        grid-template-columns: 1fr;
    }

    .footer {
        padding: 40px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .right-side-nav ul li a {
        font-size: 13px;
    }

    .right-side-nav ul li {
        margin: 2px;
    }

    .hg-logo img {
        width: 140px;
        padding-left: 30px;
    }

    .nations-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .dropdown-menu {
        top: 100%;
        left: 0;
        z-index: 10000;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        padding-left: 0;
    }
}

.menu-search {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.menu-search input {
    width: 94%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.menu-search input:focus {
    border-color: #7a2c83;
}

.share-section {
    margin: 40px 0 20px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.share-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.social-share-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-share-row a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-share-row a:hover {
    transform: translateY(-3px);
    opacity: 0.85;
    
}

/* Brand colors */
.social-share-row a:nth-child(1){ background:#ccc; } /* Facebook */
.social-share-row a:nth-child(2){ background:#ccc; } /* LinkedIn */
.social-share-row a:nth-child(3){ background:#ccc; }    /* X */
.social-share-row a:nth-child(4){ background:#ccc; } /* WhatsApp */
.social-share-row a:nth-child(5){ background:#ccc; }    /* Email */
.social-share-row a:nth-child(6){ background:#ccc; } /* BlueSky */

.social-share-row a {
    transition: 0.3s ease;
}

/* Hover → all become blue */
.social-share-row a:hover {
    background: #0057ff; /* your brand blue */
}

.bsky {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

/* Tablet */
@media (max-width: 991px) {
    .share-section {
        margin: 30px 0 15px;
        padding-top: 20px;
    }

    .share-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .social-share-row {
        gap: 14px;
    }

    .social-share-row a {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .share-section {
        margin: 25px 0 10px;
        padding-top: 18px;
    }

    .share-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .social-share-row {
        gap: 12px;
    }

    .social-share-row a {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .bsky {
        font-size: 13px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .social-share-row {
        gap: 10px;
    }

    .social-share-row a {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .share-title {
        font-size: 16px;
    }

    .bsky {
        font-size: 12px;
    }
}

.footer-social {
    text-align: center;
    margin: 25px 0;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 6px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
    opacity: 0.85;
    background: #0057ff; /* your brand blue */
}




.bsky {
    font-weight: bold;
    font-size: 14px;
}

/* ===== NEWS DATE + READ TIME ===== */
.news-date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    flex-wrap: wrap;
}

.news-date-left {
    font-weight: 500;
}

.news-date-right {
    font-weight: 600;
    color: #555;
}

/* Mobile */
@media (max-width: 600px) {
    .news-date-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .news-date-right {
        font-size: 13px;
    }
}