.pages_sectionBG {
    background-image: linear-gradient(to left bottom, #0700aa, #0027b4, #033dbb, #1d51c0, #3463c3, #2177cf, #158ad8, #229cdf, #00b5ec, #00cdf2, #21e5f3, #5ffbf1);
    background: #002e73;
}
.site-footer .upper-footer {
    padding: 25px 0 !important;
}
.OurSpecialtySection {
    padding: 40px 0 0;
}
.TagTitleBox {
    text-align: center;
    margin-bottom: 35px;
}
.SmallRedTag {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.SmallRedTag.white,
.VenueTitleonMain.white {
    color: var(--white);
}
.VenueTitleonMain {
    letter-spacing: 0;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.SpacContainer {
    margin-top: 25px;
    padding: 10px;
    display: flex;
    gap: 20px;
    border-radius: 20px;
    background: #fff;
}
.Imageright84 {
    width: 35%;
    position: relative;
}
.Imageright84 img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.SpaclizeTextArea {
    flex: 1;
    padding: 25px;
    width: 50%;
}
.WeCanTitle {
    font-size: 16px;
    color: #204ec7;
    font-weight: 500;
    margin: 0;
}
.LetUsHeading {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
}
.LetUsHeading span {
    font-weight: 600;
    color: #204ec7;
}
.h4e-cta-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.h4e-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}
.h4e-btn-primary {
    background: #204ec7;
    color: #fff;
    border: none;
}
.h4e-btn-primary:hover,
.stat-card.dark h2,
.stat-card.dark p {
    color: #fff;
}
.h4e-btn-secondary {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.h4e-btn-secondary:hover {
    color: #333;
}
.h4e-arrow {
    transition: transform 0.3s;
}
.h4e-btn:hover .h4e-arrow {
    transform: translateX(4px);
}
.stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 20px;
}
.stat-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s;
}
.stat-card h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #204ec7;
    font-family: sans-serif;
}
.stat-card p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.stat-card.dark {
    background: #1f2329;
}
.stat-card:hover {
    transform: translateY(-5px);
}
.FeaturedIn {
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #0000001c;
    padding-bottom: 10px;
}
.republicNews img {
    width: 100px;
    padding-top: 15px;
}
.stat-card p a {
    color: var(--dark);
    font-weight: 500;
}
.h4e-marquee-wrap {
    overflow: hidden;
    width: 100%;
}
.h4e-marquee-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: 25s linear infinite h4eScroll;
}
.h4e-logo-item {
    width: 140px;
    flex-shrink: 0;
    display: block;
}
.h4e-logo-item img {
    width: 100%;
    display: block;
    object-fit: contain;
}
@keyframes h4eScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.logo-marquee::after,
.logo-marquee::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
}
.logo-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}
.logo-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}
.pagesContainer {
    width: 100%;
    max-width: 1500px;
    padding: 25px 50px 40px 0;
    margin: 0 auto;
}
.ThirdColumn {
    background: #FFF6F6;
    border-radius: 10px;
    padding: 30px;
    width: 20%;
}
.BusinessNetwork {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

   .group-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
}

.group-item {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border: 1px solid #0000001c;
    border-radius: 5px;
    background: white;
}
.group-item img {
    object-fit: contain;
    width: 120px;
}

/* subtle hover */
.group-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

@media (max-width: 1280px) {
    .SpacContainer {
        flex-wrap: wrap;
    }
    .Imageright84 img {
        border-radius: 10px;
    }
    .ThirdColumn {
        background: #FFF6F6;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
    }
    .group-wrap {
        flex-direction: row;
        gap: 10px;
        padding:10px 0;
    }
    
}
@media (max-width: 768px) {
    .stat-card h2,
    .stat-card.dark h2,
    .stat-card.dark p {
        color: #204ec7;
    }
     .BusinessNetwork br{
        display:none;
    }
    .OurSpecialtySection {
        padding: 20px 0 0;
        margin-top: 0;
    }
    .VenueTitleonMain {
        font-size: 16px;
    }
    .SpacContainer {
        flex-direction: column;
    }
    .Imageright84 {
        width: 100%;
        min-height: 250px;
        margin-top: 0;
    }
    .Imageright84 img {
        object-fit: cover;
    }
    .Imageright84::before {
        left: 50%;
        top: -69px;
        width: 50px;
        height: 90px;
        transform: translateX(-50%) rotate(90deg);
    }
    .SpaclizeTextArea {
        padding: 15px 5px;
        width: 100%;
    }
    .LetUsHeading {
        font-size: 24px;
        font-weight: 400;
    }
    .stats-section {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
        gap: 5px;
        margin-top: 20px;
    }
    .stat-card {
        padding: 5px;
    }
    .stat-card h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }
    .stat-card p {
        margin: 0;
    }
    .stat-card.dark {
        background: 0 0;
    }
    .pagesContainer {
        padding: 10px;
    }
     .group-wrap{
        flex-wrap:wrap;
    }
    .group-item {
        width: 47%;
    }
}
@media (max-width: 576px) {
    .h4e-cta-wrap {
        flex-direction: column;
    }
    .h4e-btn {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 450px) {
    .stats-section {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}


