.mainrgm {
    background-image:
        linear-gradient(rgba(255, 54, 33, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 54, 33, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    position: relative;
}

.mainrgm:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 560px;
    height: 560px;
    background: radial-gradient(ellipse at top right, #ff700014 0%, #ff700008 50%, transparent 75%);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-left {
    animation: fadeUp .55s ease both;
}

.hero-right {
    animation: fadeUp .55s .12s ease both;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff700014;
    border: 1px solid #ff700033;
    border-radius: 100px;
    padding: 6px 15px;
    margin-bottom: 30px;
}

.hero-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7000;
}

.hero-badge span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ff7000;
}

.hero-left .headingmain {
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}

.hero-left .headingmain .o {
    color: #ff7000;
}

.hero-left .headingmain .b {
    color: #2249ff;
}

.hero-desc {
    color: #5c5c5c;
    margin-bottom: 30px;
    font-size: 20px;
}

.hero-desc strong {
    color: #1b1b1c;
}

.feat-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
}

.feat-lbl {
    font-weight: 600;
    color: #a0a0a0;
    flex-shrink: 0;
}

.feat-chip {
    background: #f0f0f0;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 700;
    color: #5c5c5c;
}

.BtnBox {
    margin-bottom: 30px;
}

.BtnBox a,
.heroform .hbspt-form .hs-button {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    background: linear-gradient(to right, #000 50%, #ff7000 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in;
    text-align: center;
    border: none;
}

.BtnBox a:hover,
.heroform .hbspt-form .hs-button:hover {
    background-position: left;
    color: #fff;
}

.hero-left {
    height: 100%;
    align-content: center;
}

.hero-right {
    margin-left: 50px;
    position: relative;
    z-index: 1;
}

.hero-card {
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 30px;
}

.cd-row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1rem;
    justify-content: space-between;
    text-align: center;
}

.cd-box {
    background: #ffffff;
    border: 1.5px solid #e2e2e2;
    border-radius: 7px;
    padding: 10px 30px;
}

.cd-num {
    font-size: 24px;
    font-weight: bold;
    color: #ff7000;
}

.cd-unit-lbl {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #000;
    margin-top: 3px;
}

.cd-colon {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    padding-bottom: 18px;
}

.heroform p {
    font-size: 12px;
    color: #5c5c5c;
}

.hero-card-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reg-head {
    margin-bottom: 1rem;
}

.reg-ey {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff7000;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.reg-title {
    font-size: 20px;
    font-weight: 800;
    color: #1b1b1c;
    margin-bottom: 5px;
}

.reg-sub {
    font-size: 12px;
    color: #a0a0a0;
}

.heroform .hbspt-form .form-columns-2,
.heroform .hbspt-form .form-columns-1 {
    max-width: 100%;
}

.heroform .hbspt-form .form-columns-1 .input textarea {
    width: 100%;
    resize: none;
}

.heroform .hbspt-form label {
    font-size: 14px;
    font-weight: 500;
}

.heroform .hbspt-form .hs-input {
    border: 1px solid#ccc;
    background: #fff;
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 14px;
}

.heroform .hbspt-form .hs-form-field {
    margin-bottom: 1rem;
}

.heroform .hbspt-form ul.inputs-list li {
    margin-top: 0;
    list-style: none;
}

.heroform .hbspt-form .hs-main-font-element,
.heroform .hbspt-form label.hs-error-msg,
.heroform label.error {
    color: red;
    font-size: 10px;
}

.heroform .hbspt-form .hs-button {
    width: 100%;
}

.meetrgm {
    background: #EDEDED;
}

.spk-top {
    margin-bottom: 30px;
}

.spk-ey {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #ff7000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.spk-ey::before {
    content: '';
    width: 18px;
    height: 2px;
    background: #ff7000;
}

.spk-top .headingmain {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.spk-sub {
    color: #5c5c5c;
    width: 60%;
}

.spk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.spk-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #e2e2e2;
    position: relative;
    min-height: 470px;
    cursor: default;
    transition: border-color .25s, box-shadow .25s;
}

.spk-card:hover {
    border-color: #ff7000;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .12);
}

.spk-front {
    position: absolute;
    inset: 0;
    background: #ffffff;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: opacity .22s, transform .22s;
}

.spk-card:hover .spk-front {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.97);
}

.spk-role {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.role-g {
    background: rgba(34, 73, 255, .15);
    color: #2249ff;
}

.spk-av {
    width: 100%;
    height: 265px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.spk-av img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.spk-name {
    font-weight: 800;
    color: #1b1b1c;
    letter-spacing: -.01em;
    margin-bottom: 2px;
}

.spk-pos {
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    line-height: 1.4;
    margin-bottom: 4px;
}

.spk-co {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #ff7000;
}

.spk-hint {
    margin-top: auto;
    padding-top: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #878585;
}

.spk-back {
    position: absolute;
    inset: 0;
    background: #1b1b1c;
    border-radius: 11px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s, transform .25s;
    pointer-events: none;
}

.spk-card:hover .spk-back {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-name {
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1px;
}

.back-pos {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff73;
    line-height: 1.45;
    margin-bottom: 3px;
}

.back-co {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 10px;
    color: #ff7000;
}

.back-sep {
    height: 1px;
    background: #ffffff50;
    margin-bottom: 10px;
}

.back-bio {
    font-size: 0.7rem;
    font-weight: 400;
    color: #ffffff73;
}

.back-bio strong {
    color: #ffffffb8;
    font-weight: 600;
}

.role-h {
    background: rgba(255, 112, 0, .15);
    color: #ff7000;
}

.host-flag {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: .5rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 4px;
    background: #ff700014;
    color: #ff7000;
    border: 1px solid rgba(255, 112, 0, .3);
}

.o {
    color: #ff7000;
}

.b {
    color: #2249ff;
}

.topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.topic {
    background: #f8f8f8;
    border: 1.5px solid #e2e2e2;
    border-radius: 10px;
    padding: 22px 20px;
    transition: all .18s;
}

.topic:hover {
    border-color: #ff7000;
    background: rgba(255, 112, 0, 0.08);
    transform: translateY(-3px);
}

.tn {
    font-size: 24px;
    font-weight: 800;
    color: #ff7000;
    letter-spacing: -.04em;
    line-height: 1;
    margin-bottom: 9px;
}

.tt {
    font-weight: 700;
    margin-bottom: 5px;
}

.td {
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
}

.who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.wc {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 18px 16px;
    border: 1.5px solid #e2e2e2;
    border-radius: 9px;
    background: #fff;
    transition: all .18s;
}

.wc:hover {
    border-color: #2249ff;
    background: rgba(34, 73, 255, 0.07);
}

.wi {
    width: 45px;
    height: 45px;
    background: #2249ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 8px;
}
.wt {
    font-weight: 600;
}
.wi img {
    width: 100%;
    height: auto;
    filter: invert(1);
}
.slider-outer {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 1rem;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.slide {
    flex: 0 0 calc(33.333% - 11px);
    background: #fff;
    border: 1.5px solid #e2e2e2;
    border-radius: 11px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: border-color .2s, background .2s;
}

.slide:hover {
    border-color: #ff7000;
    background: #fff;
    box-shadow: 0 8px 24px rgba(27, 27, 28, .1);
}

.slide-thumb {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, .3);
}

.slide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-ov {
    position: absolute;
    inset: 0;
    background: rgba(27, 27, 28, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.slide:hover .slide-ov {
    background: rgba(27, 27, 28, .3);
}

.play-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff7000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s, box-shadow .2s;
}

.slide:hover .play-btn {
    transform: scale(1.12);
    box-shadow: 0 6px 20px rgba(255, 112, 0, .55);
}

.play-btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    margin-left: 2px;
}

.slide-body {
    padding: 18px 16px;
}

.sl-num {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #ff7000;
    margin-bottom: 6px;
}

.sl-title {
    font-weight: 700;
    color: #1b1b1c;
    margin-bottom: 10px;
}

.sl-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 11px;
}

.slb {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    background: #f0f0f0;
    color: #5c5c5c;
}

.sl-watch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #ff7000;
}

.sl-watch svg {
    width: 15px;
    height: 15px;
    fill: #ff7000;
}

.sl-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.sl-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #e2e2e2;
    background: #fff;
    color: #1b1b1c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .18s;
    font-size: .95rem;
}

.sl-btn:hover {
    border-color: #ff7000;
    color: #ff7000;
    background: rgba(255, 112, 0, .08);
}

.sl-btn:disabled {
    opacity: .3;
    cursor: default;
}

.sl-dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.sl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e2e2e2;
    cursor: pointer;
    transition: all .2s;
    border: none;
    padding: 0;
}

.sl-dot.active {
    background: #ff7000;
    width: 18px;
    border-radius: 3px;
}
.whatgcc .topics-grid {
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1366px) {
    .gccbanner .headingmain{
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .cd-box{
        padding: 10px 22px;
    }
    .slide { flex: 0 0 calc(50% - 8px); }
    .spk-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .spk-card{
        min-height: 600px;
    }
    .spk-av{
        height: auto;
    }
}

@media (max-width: 991px) {
    .hero-right{
        margin-left: 0;
        margin-top: 30px;
    }
    .spk-card {
        min-height: 500px;
    }
    .topics-grid, .who-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .spk-sub{
        width: 100%;
    }
    .slide {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .cd-box {
        padding: 10px 15px;
    }
    .feat-row{
        font-size: 10px;
    }
    .feat-chip{
        padding: 5px 6px;
    }
    .heroform .hbspt-form .hs-input{
        width: 100% !important;
    }
    .spk-grid, .topics-grid, .who-grid, .whatgcc .topics-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .slide { flex: 0 0 100%; }
    .gccbanner .headingmain{
        font-size: 25px;
    }
}

@media (max-width: 414px) {
    .spk-card {
        min-height: 515px;
    }
    .BtnBox a, .heroform .hbspt-form .hs-button{
        padding: 15px 30px;
    }
    .gccbanner .hero-left .headingmain .o{
        display: block;
    }
    .gccbanner .hero-left .headingmain br{
        display: none;
    }
}