:root {
    --ags-pink: #E01255;
    --ags-blue: #01347B;
    --ags-gold: #E79F3A;
    --ags-lightbg: #faf3e9;
    --ags-lightbgd: #ede4d578;
    --ags-black: #272727;
    --ags-border: #a76d1a24;
    --ags-green: #036743;
    --ags-violet: #4d1b83;
    --ags-pink-soft: #fdf2f8;
    --ags-blue-soft: #eff6ff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Plus Jakarta Sans", sans-serif;
}

body {
    overflow-x: hidden !important;
    /* overflow-y: hidden !important; */
    background-color: var(--ags-lightbg);
}

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

p,
a,
ul,
li,
.form-label,
ul li,
ul li a {
    font-size: clamp(14px, 2vw, 16px);
}

.modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(.9) rotateX(8deg);
    transition: all .45s cubic-bezier(.175, .885, .32, 1.275);
}

.modal.show .modal-dialog {
    opacity: 1;
    transform: scale(1) rotateX(0);
}

.lightbg {
    background-color: var(--ags-lightbg);
}

.dullbg {
    background-color: var(--ags-lightbgd);
}

.mobbtn {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
}

.btn_red {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--ags-pink);
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn_red:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--ags-blue);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.btn_red:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.btn_red span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 29px;
    color: #fff;
    font-weight: 600;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.btn_red:hover span {
    color: white;
}

.btn_red.btn_blue {
    background: var(--ags-blue);
}

.btn_red.btn_blue:after {
    background: var(--ags-pink);
}

.btn_red.btn_yellow {
    background: var(--ags-gold);
}

.btn_red.btn_yellow:after {
    background: var(--ags-blue);
}

.btn_red.btn_green {
    background: var(--ags-green);
}

.btn_red.btn_green:after {
    background: var(--ags-blue);
}

.btn_red.btn_violet {
    background: var(--ags-violet);
}

.btn_red.btn_violet:after {
    background: var(--ags-gold);
}

.buttondiv {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.btn_outline {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--ags-blue);
}

.btn_outline.btnredoutline {
    border: 1px solid var(--ags-pink);
}

.btn_outline:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--ags-blue);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.btn_outline.btnredoutline:after {
    background: var(--ags-pink);
}

.btn_outline:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.btn_outline span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 29px;
    color: var(--ags-blue);
    font-weight: 600;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.btn_outline.btnredoutline span {
    color: var(--ags-pink);
}

.btn_outline:hover span {
    color: white;
}

.padding {
    padding: 83px 0;
}

.subtext {
    display: flex;
    gap: 5px;
    align-items: center;
}

.subtext span {
    height: 1.3px;
    background-color: var(--ags-gold);
    width: 30px;
    display: block;
}

.subtext p {
    color: var(--ags-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
}

.color1 {
    color: var(--ags-blue);
}

.color2 {
    color: var(--ags-pink);
}

.color3 {
    color: var(--ags-black);
}

.color4 {
    color: var(--ags-gold);
}

.color5 {
    color: var(--ags-green);
}

.color6 {
    color: var(--ags-violet);
}

.bg1 {
    background-color: var(--ags-blue);
}

.bg2 {
    background-color: var(--ags-pink);
}

.bg3 {
    background-color: var(--ags-gold);
}

.bg4 {
    background-color: var(--ags-green);
}

.bg5 {
    background-color: var(--ags-violet);
}

.heading {
    font-size: clamp(35px, 3vw, 50px);
    font-weight: 700;
    line-height: 53px;
}

.subheading {
    font-size: clamp(27px, 3vw, 32px);
    font-weight: 800;
}

section.aboutus .container {
    border-bottom: 1px solid var(--ags-border);
}

section.aboutus .abouttext {
    max-width: 892px;
    margin: 0 auto;
}

section.aboutus .about-image {
    overflow: hidden;
}

section.aboutus .about-image img {
    transition: transform 0.5s ease;
}

section.aboutus .about-image:hover img {
    transform: scale(1.05);
}

section.teamhome .card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
    height: 100%;
}

section.teamhome .card img {
    display: block;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    object-fit: cover;
}

section.teamhome .card-img-overlay {
    background: linear-gradient(180deg, rgba(107, 1, 35, 0) 50%, #3D0114 100%);
    padding: 30px 21px;
    transition: all 0.5s ease;
}

section.teamhome .card-img-overlay .subheading {
    transform: translateY(12px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

section.teamhome .card-img-overlay .desgntext {
    transform: translateY(12px);
    opacity: 0.85;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.5s ease;
}

section.teamhome .card-img-overlay .readbtn {
    transform: translateY(3px);
    opacity: 0.85;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.5s ease;
}

section.teamhome .card-img-overlay .readbtn svg {
    transition: transform 0.35s ease;
}

section.teamhome .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(61, 1, 20, 0.22);
}

section.teamhome .card:hover img {
    transform: scale(1.07);
}

section.teamhome .card:hover .subheading {
    transform: translateY(0);
}

section.teamhome .card:hover .desgntext {
    transform: translateY(0);
    opacity: 1;
}

section.teamhome .card:hover .card-img-overlay .readbtn {
    opacity: 1;
    transform: translateY(0);
}

section.teamhome .card:hover .card-img-overlay .readbtn svg {
    transform: translateX(5px);
}

.swiper-wrapper {
    padding-top: 10px;
}

/* desktop dots */
.swiper-pagination {
    position: relative;
    margin-top: 44px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: var(--ags-pink);
}

section.keynotespeak .speakerSwiper .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 37px 23px;
}

section.keynotespeak .speakerSwiper .card {
    overflow: hidden;
    transition: transform 0.35s ease;
    box-shadow: none !important;
}

section.keynotespeak .speakerSwiper .card:hover {
    transform: translateY(-5px);
}

section.keynotespeak .speakerSwiper .card img {
    transition: transform 0.5s ease;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
}

section.keynotespeak .speakerSwiper .card:hover img {
    transform: scale(1.03);
}

section.keynotespeak .speakerSwiper .card a svg {
    transition: transform 0.3s ease;
}

section.keynotespeak .speakerSwiper .card:hover a svg {
    transform: translateX(4px);
}

section.keynotespeak .speakerSwiper .card .desgn {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

section.programme .card {
    background: linear-gradient(180deg, #E4F3FE 0%, #FFFFFF 50.06%, #E4F3FE 105.19%);
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
    height: 440px;
}

section.programme .card.yellowcard {
    background: linear-gradient(180deg, #FDF5D0 0%, #FFFCED 50.06%, #FDF5D0 105.19%);
}

section.programme .card.greencard {
    background: linear-gradient(180deg, #E3F6E1 0%, #F5FFF4 50.06%, #E3F6E1 105.19%);
}

section.programme .card.violetcard {
    background: linear-gradient(180deg, #F2E9FF 0%, #FBF9FF 50.06%, #F2E9FF 105.19%);
}

section.programme .card.redcard {
    background: linear-gradient(180deg, #FFE2EB 0%, #FFEEF4 50.06%, #FFE2EB 105.19%);
}

section.programme .card .programmeicn {
    width: 70px;
    height: 59px;
    object-fit: contain;
}

section.programme .card .line1 {
    border-top: 1px solid #D9D9D9;
    opacity: 1;
    margin: 25px 0;
}

section.programme .card .keynote-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    row-gap: 14px;
    transform: translateX(-4px);
}

section.programme .card .keynote-point {
    display: flex;
    align-items: center;
    gap: 12px;
}

section.programme .card .keynote-point i {
    font-size: 20px;
    flex-shrink: 0;
}

section.programme .card .hallname {
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 50px;
    width: max-content;
    position: absolute;
    right: 20px;
    top: 25px;
}

section.programme .card .hallname>p {
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}

section.programme .card .subheading {
    font-size: clamp(27px, 3vw, 29px);
}

.room-card {
    background: #ffffff;
    padding: 2.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.room-card.non-ac:hover {
    transform: translateY(-6px);
    border: 1px solid var(--ags-pink);
}

.room-card.non-ac .room-icon-wrapper {
    background-color: var(--ags-pink-soft);
    color: var(--ags-pink);
}

.room-card.ac:hover {
    transform: translateY(-6px);
    border-color: var(--ags-blue);
}

.room-card.ac .room-icon-wrapper {
    background-color: var(--ags-blue-soft);
    color: var(--ags-blue);
}

.room-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.room-badge {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
}

.badge-non-ac {
    background: var(--ags-pink);
    color: white;
}

.badge-ac {
    background: var(--ags-blue);
    color: white;
}

.pricing-list {
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin: 1.75rem 0;
}

.room-card.non-ac .pricing-list {
    background: var(--ags-pink-soft);
}

.room-card.ac .pricing-list {
    background: var(--ags-blue-soft);
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}

.price-row:not(:last-child) {
    border-bottom: 1px dashed #cbd5e1;
}

.occupancy-type {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 1.05rem;
}

.price-tag {
    text-align: right;
}

.price-amount {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.price-period {
    font-size: 0.8rem;
    font-weight: 600;
}

.card-booking-area {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
}

.booking-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.booking-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.live-box {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    border: 1px solid rgba(20, 45, 75, 0.28);
    padding: 42px 38px;
    column-gap: 40px;
}

.live-box .vr {
    width: 1px;
    height: 100%;
    margin: 0;
    border: 0;
    border-left: 1px solid rgba(20, 45, 75, 0.28);
    opacity: 0.3;
}

.live-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.live-label span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--ags-pink);
    flex-shrink: 0;
}

.live-main p {
    max-width: 650px;
}

.live-small-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.live-info h4 {
    font-size: clamp(21px, 2.5vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-info h4 span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--ags-pink);
    transform: translateY(3px);
}

.live-info p span {
    padding: 0 4px;
}


.premium-partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
    max-width: 954px;
    margin: 0 auto;
}

.premium-partner-card {
    background-color: var(--ags-lightbg);
    border: 1px solid #d0d0d0;
    padding: 34px 23px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 113px;
}

.premium-partner-card img {
    width: 227px;
}

.sponsor-ribbon {
    position: absolute;
    top: 0;
    right: -2px;
    font-size: clamp(7px, 2vw, 9px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 17px;
    border-bottom-left-radius: 14px;
    color: white;
    background: var(--ags-blue);
}

.tier-divider-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.tier-divider-line {
    flex-grow: 1;
    height: 1px;
    background-color: rgba(20, 45, 75, 0.28);
}

.tier-divider-text {
    flex-shrink: 0;
    margin: 0 1.5rem;
    font-size: clamp(11px, 2vw, 13px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* background-color: #f8fafc; */
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: 1px solid var(--ags-gold);
}

section.partners .partnerSwiper .swiper-slide {
    border: 1px solid rgba(20, 45, 75, 0.28);
    padding: 20px 20px;
    height: 240px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.premium-partners-grid.afcip {
    grid-template-columns: auto;
    gap: 0;
    max-width: 284px;
}


.site-footer {
    background: var(--ags-blue);
    color: #fff;
    padding: 25px 0;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 45px;
}

.footer-logo {
    flex-shrink: 0;
}

.footer-brand img {
    width: 150px;
}

.footer-secretariat {
    padding-left: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.secretariat-label {
    display: block;
    margin-bottom: 7px;
    color: #e6a63c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-secretariat h5 {
    font-size: 18px;
    font-weight: 600;
}

.footer-secretariat p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 11px;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-nav a {
    color: white;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: var(--ags-gold);
}

.footer-nav span {
    width: 1px;
    height: 17px;
    background: rgba(255, 255, 255, 0.3);
}

.copyright {
    color: white;
    font-size: 14px;
    line-height: 1.5;
}


.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background-color: #000000a6;
    backdrop-filter: blur(13px);
}


/* Custom Modern Modal without dated gray header */
.modal-dialog-custom {
    max-width: 880px;
}

.modal-content-custom {
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(11, 15, 25, 0.4);
    background: #ffffff;
    position: relative;
}

.modal-header-custom {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    z-index: 10;
}

.btn-close-custom {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ags-black);
    font-size: 1.15rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-close-custom:hover {
    background: var(--ags-pink);
    color: #ffffff;
    border-color: var(--ags-pink);
    transform: rotate(90deg);
}

.modal-body-custom {
    padding: 2.75rem 2.5rem 2.25rem 2.5rem;
}

/* Compact Layout Grid for Speaker Modal */
.modal-speaker-layout {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 2rem;
    align-items: start;
}

.modal-speaker-dept {
    max-width: 390px;
}

.modal-speaker-divider {
    width: 45px;
    height: 3px;
    background: var(--ags-pink);
    border-radius: 2px;
    margin-bottom: 1.15rem;
}

.modal-speaker-img-box {
    position: relative;
    overflow: hidden;
}

.modal-speaker-img-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

section.otherbanner {
    border-bottom: 5px solid var(--ags-pink);
}
section.other-banner {
        border-bottom: 5px solid var(--ags-pink);
}

section.other-banner .heading {
    font-size: clamp(35px, 13vw, 54px);
}

section.other-banner .card img {
    height: 30vh;
    object-fit: cover;
}

section.other-banner .card-img-overlay {
    background: none;
}




.random-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    gap: 16px;
}

/* Spans for the randomized mosaic look */
.grid-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-card:hover {
    transform: translateY(-5px);
    z-index: 5;
}

.grid-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.grid-card:hover img {
    transform: scale(1.08);
}

/* Dynamic Grid Spans */
.span-col-2 {
    grid-column: span 2;
}

.span-row-2 {
    grid-row: span 2;
}

section.eventgall .card-overlay {
    position: absolute;
    inset: 0;
    background: #0000008f;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: opacity 0.3s ease;
}

.gallery5-card {
    grid-column: 5;
    grid-row: 2;
}

/* our stance */
.stance-card-wrapper {
    height: 495px;
}

.stance-card {
    background: #ffffff;
    border: 1px solid rgba(167, 109, 26, 0.15);
    padding: 40px 30px 32px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.stance-card:hover::before {
    opacity: 1;
}

.stance-tagline {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--ags-blue);
    min-height: 50px;
}

.stance-description {
    margin-bottom: 30px;
    text-align: center;
}

.belief-box {
    margin-top: auto;
    background: var(--ags-lightbg);
    border: 1px solid rgba(231, 159, 58, 0.25);
    padding: 22px 18px 18px 18px;
    position: relative;
}

.belief-header-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ags-pink);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 4px 18px;
    border-radius: 50px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.belief-items-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.belief-pill-item {
    background: #ffffff;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(1, 52, 123, 0.06);
    transition: all 0.3s ease;
}

.belief-bullet {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(231, 159, 58, 0.15);
    color: var(--ags-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.belief-pill-text {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ags-blue);
    line-height: 1.4;
}


.reg-card {
    background: #ffffff;
    border: 1px solid var(--ags-border);
    padding: 32px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reg-card:hover {
    transform: translateY(-8px);
}

/* .reg-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}

.reg-card.card-blue::before {
    background: var(--ags-blue);
} */

/* .reg-card.card-pink::before {
    background: var(--ags-pink);
}

.reg-card.card-gold::before {
    background: var(--ags-gold);
} */

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 32px;
    transition: transform 0.3s ease;
}

.reg-card:hover .icon-circle {
    transform: scale(1.1);
}

.icon-blue {
    background: var(--ags-blue-soft);
}

.icon-pink {
    background: #E3F6E1;
}

.icon-gold {
    background: var(--ags-lightbg);
}

.price-badge-primary {
    background: var(--ags-blue);
    color: #ffffff;
    padding: 18px 20px;
    text-align: center;
    margin: 20px 0;
}

.price-badge-primary .amount {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.icon-circle img {
    width: 39px;
}

/* Dual Tier Pricing Boxes */
.pricing-tier-box {
    padding: 14px 18px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.tier-registered-pink {
    background: #E3F6E1;
    border-color: #03674336;
}

.tier-unregistered-pink {
    background: #E3F6E1;
    border-color: #03674336;
}

.tier-registered-gold {
    background: var(--ags-lightbg);
    border-color: rgba(231, 159, 58, 0.2);
}

.tier-unregistered-gold {
    background: var(--ags-lightbg);
    border-color: rgba(231, 159, 58, 0.3);
}

.tier-label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.tier-price {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.location-tag {
    background: var(--ags-blue-soft);
    border: 1px solid #01347b33;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 13.5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

/* Subtle Food Included Bar (No Border Radius) */
.food-banner-subtle {
    background: rgba(3, 103, 67, 0.05);
    border: 1px solid rgba(3, 103, 67, 0.22);
    border-radius: 0 !important;
    padding: 12px 24px;
    margin: 0 auto 35px auto;
}

.food-banner-subtle .food-text {
    color: var(--ags-green);
    font-size: 14px;
    font-weight: 700;
}

/* Flexible Fee Examples Grid */
.examples-section {
    background: #ffffff;
    border: 1px solid var(--ags-border);
    padding: 40px 30px;
    margin-top: 45px;
}

.example-card {
    background: var(--ags-lightbg);
    border: 1px solid rgba(167, 109, 26, 0.18);
    padding: 24px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.example-card:hover {
    transform: translateY(-4px);
}

.example-header {
    background: var(--ags-blue);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.example-card.ex2 .example-header {
    background: var(--ags-green);
}

.example-card.ex3 .example-header {
    background: var(--ags-gold);
}

.line-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(39, 39, 39, 0.12);
    font-size: 14.5px;
}

.line-item:last-child {
    border-bottom: none;
}

.total-row {
    background: #ffffff;
    padding: 12px 16px;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--ags-border);
}

.total-row span.label {
    font-weight: 800;
    font-size: 16px;
    color: var(--ags-black);
}

.total-row span.val {
    font-weight: 800;
    font-size: 22px;
}

.flags-slider-section {
    padding: 28px 0;
    overflow: hidden;
}

.flagsSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.flagsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    width: auto;
}

.flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 120px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.flag-item:hover {
    transform: translateY(-4px);
}

.flag-img-wrapper {
    width: 72px;
    height: 48px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.flag-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flag-country-name {
    font-size: 11px;
    font-weight: 800;
    color: var(--ags-blue);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.25;
}