:root {
    --pu-cirr-navy-dark: #0b0433;
    --pu-cirr-navy-card: #0f0445;
    --pu-cirr-navy-hover: #17076b;
    --pu-cirr-yellow: #ffcc00;
    --pu-cirr-text-white: #ffffff;
    --pu-cirr-text-light: #e2e8f0;
    --pu-cirr-text-dark: #333333;
    --pu-cirr-gradient-primary: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
    --pu-cirr-gradient-border: linear-gradient(135deg, #d33c82 0%, #5a4bdf 100%);
    
    /* Typography */
    --pu-cirr-font-heading: 'Polymath Display', 'Polymath Display Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --pu-cirr-font-body: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --pu-cirr-font-bold: 'Figtree', sans-serif;
}


.pu-cirr-events-section,
.international-relations-events-section {
    background-color: #ffffff;
    padding: 90px 0;
    position: relative;
    width: 100%;
}

/* Header Area */
.pu-cirr-events-header {
    margin-bottom: 45px;
}

.pu-cirr-events-subtitle,
.international-relations-events-subtitle {
    font-family: var(--pu-cirr-font-bold);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: var(--pu-cirr-navy-dark);
    letter-spacing: -0.2px;
    margin-top: 0;
    margin-bottom: 10px;
}

.pu-cirr-events-title,
.international-relations-events-title {
    font-family: var(--pu-cirr-font-heading);
    font-weight: 700;
    font-size: 56px;
    line-height: 1.15;
    background: var(--pu-cirr-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 16px;
}

.pu-cirr-events-desc,
.international-relations-events-desc {
    font-family: var(--pu-cirr-font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: var(--pu-cirr-text-dark);
    margin-top: 0;
    margin-bottom: 0;
}

/* Events List Container */
.pu-cirr-events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

/* Event Card */
.pu-cirr-event-card,
.international-relations-event-card {
    background-color: var(--pu-cirr-navy-card);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-shadow: 0 8px 24px rgba(11, 4, 51, 0.08);
    transition: background-color 0.25s ease;
    text-decoration: none;
}

.pu-cirr-event-card:hover,
.international-relations-event-card:hover {
    background-color: var(--pu-cirr-navy-hover);
}

/* Date Box */
.pu-cirr-event-date,
.international-relations-event-date {
    background-color: #ffffff;
    min-width: 180px;
    width: 210px;
    flex-shrink: 0;
    position: relative;
    border-radius: 18px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px 20px;
}

/* Gradient Border for the Date Box */
.pu-cirr-event-date::before,
.international-relations-event-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    padding: 2.5px;
    background: var(--pu-cirr-gradient-border);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.pu-cirr-event-day,
.international-relations-event-day {
    font-family: var(--pu-cirr-font-heading);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    background: var(--pu-cirr-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 2px;
}

.pu-cirr-event-month,
.international-relations-event-month {
    font-family: var(--pu-cirr-font-bold);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    background: var(--pu-cirr-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1.2px;
    display: block;
}

/* Content Box */
.pu-cirr-event-content,
.international-relations-event-content {
    flex-grow: 1;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pu-cirr-event-card-title,
.international-relations-event-card-title {
    font-family: var(--pu-cirr-font-bold);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    color: var(--pu-cirr-yellow);
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.pu-cirr-event-card-desc,
.international-relations-event-card-desc {
    font-family: var(--pu-cirr-font-body);
    font-weight: 400;
    font-size: 16.5px;
    line-height: 1.55;
    color: var(--pu-cirr-text-light);
    margin-top: 0;
    margin-bottom: 0;
}

/* ==========================================================================
   4. RESPONSIVE BREAKPOINTS (ALL SPECIFIED MEDIA QUERIES)
   ========================================================================== */

/* --------------------------------------------------------------------------
   A. ULTRA-WIDE DISPLAYS: @media screen and (min-width: 1800px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1800px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 110px 0;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 32px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 64px;
        margin-bottom: 20px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 20px;
    }

    .pu-cirr-events-list {
        gap: 24px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 210px;
        width: 245px;
        padding: 34px 24px;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 56px;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 26px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 38px 48px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 28px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 18px;
    }
}

/* --------------------------------------------------------------------------
   B. EXTRA-LARGE DESKTOP: @media screen and (min-width: 1600px) and (max-width: 1799px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 1799px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 100px 0;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 30px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 60px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 19px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 245px;
        width: 245px;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 52px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 26px;
    }
}

/* --------------------------------------------------------------------------
   C. STANDARD DESKTOP / LAPTOP: @media screen and (min-width: 1200px) and (max-width: 1399px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 80px 0;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 26px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 50px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 17.5px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 170px;
        width: 170px;
        padding: 24px 18px;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 44px;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 20px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 28px 36px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 22px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 15.5px;
    }
}

/* --------------------------------------------------------------------------
   D. SMALL LAPTOP / TABLET LANDSCAPE: @media screen and (min-width: 992px) and (max-width: 1199px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 70px 0;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 24px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 44px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 16.5px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 200px;
        width: 200px;
        padding: 22px 16px;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 40px;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 19px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 24px 28px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 21px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 15px;
    }
}

/* --------------------------------------------------------------------------
   E. TABLET PORTRAIT: @media screen and (min-width: 768px) and (max-width: 991px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 60px 0;
    }

    .pu-cirr-events-header {
        margin-bottom: 35px;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 22px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 16px;
    }

    .pu-cirr-events-list {
        gap: 16px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 140px;
        width: 140px;
        padding: 20px 14px;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 36px;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 17px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 22px 24px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 19px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 14.5px;
    }
}

/* --------------------------------------------------------------------------
   F. PHABLET / LARGE MOBILE LANDSCAPE: @media screen and (min-width: 576px) and (max-width: 767px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 50px 0;
    }

    .pu-cirr-events-header {
        margin-bottom: 30px;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 20px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 15px;
    }

    .pu-cirr-events-list {
        gap: 14px;
    }

    .pu-cirr-event-card,
    .international-relations-event-card {
        flex-direction: column !important;
        border-radius: 16px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 100%;
        width: 100%;
        flex-direction: row;
        gap: 12px;
        padding: 16px 20px;
        border-radius: 16px 16px 0 0;
    }

    .pu-cirr-event-date::before,
    .international-relations-event-date::before {
        border-radius: 16px 16px 0 0;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 34px;
        margin-bottom: 0;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 18px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 20px 22px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 19px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 14px;
    }
}

/* --------------------------------------------------------------------------
   G. MOBILE LANDSCAPE / LARGE MOBILE: @media screen and (min-width: 480px) and (max-width: 575px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 575px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 45px 0;
    }

    .pu-cirr-events-header {
        margin-bottom: 26px;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 19px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 14.5px;
    }

    .pu-cirr-event-card,
    .international-relations-event-card {
        flex-direction: column !important;
        border-radius: 14px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 100%;
        width: 100%;
        flex-direction: row;
        gap: 10px;
        padding: 14px 18px;
        border-radius: 14px 14px 0 0;
    }

    .pu-cirr-event-date::before,
    .international-relations-event-date::before {
        border-radius: 14px 14px 0 0;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 30px;
        margin-bottom: 0;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 17px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 18px 20px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 18px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 13.5px;
    }
}

/* --------------------------------------------------------------------------
   H. STANDARD MOBILE PORTRAIT: @media screen and (min-width: 361px) and (max-width: 479px)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 361px) and (max-width: 479px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 40px 0;
    }
	
	.international-relations-events-section .container{
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
	}

    .pu-cirr-events-header {
        margin-bottom: 24px;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 18px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 14px;
        line-height: 1.5;
    }

    .pu-cirr-events-list {
        gap: 12px;
    }

    .pu-cirr-event-card,
    .international-relations-event-card {
        flex-direction: column !important;
        border-radius: 14px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 100%;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        padding: 12px 16px;
        border-radius: 14px 14px 0 0;
    }

    .pu-cirr-event-date::before,
    .international-relations-event-date::before {
        border-radius: 14px 14px 0 0;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 36px;
        margin-bottom: 0;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 18px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 16px 18px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 17px;
        line-height: 1.35;
        margin-bottom: 6px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 13px;
        line-height: 1.5;
    }
	
	.pu-cirr-mous-btn span{
		font-size: inherit;
	}
}

/* --------------------------------------------------------------------------
   I. SMALL MOBILE PORTRAIT: @media screen and (max-width: 360px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
    .pu-cirr-events-section,
    .international-relations-events-section {
        padding: 35px 0;
    }
	
	.pu-cirr-mous-btn span{
		font-size: inherit;
	}
	
	.international-relations-events-section{
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
	}

    .pu-cirr-events-header {
        margin-bottom: 20px;
    }

    .pu-cirr-events-subtitle,
    .international-relations-events-subtitle {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .pu-cirr-events-title,
    .international-relations-events-title {
        font-size: 23px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .pu-cirr-events-desc,
    .international-relations-events-desc {
        font-size: 13px;
        line-height: 1.48;
    }

    .pu-cirr-events-list {
        gap: 10px;
    }

    .pu-cirr-event-card,
    .international-relations-event-card {
        flex-direction: column !important;
        border-radius: 12px;
    }

    .pu-cirr-event-date,
    .international-relations-event-date {
        min-width: 100%;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 12px 12px 0 0;
    }

    .pu-cirr-event-date::before,
    .international-relations-event-date::before {
        border-radius: 12px 12px 0 0;
    }

    .pu-cirr-event-day,
    .international-relations-event-day {
        font-size: 28px;
        margin-bottom: 0;
    }

    .pu-cirr-event-month,
    .international-relations-event-month {
        font-size: 16px;
    }

    .pu-cirr-event-content,
    .international-relations-event-content {
        padding: 14px 14px;
    }

    .pu-cirr-event-card-title,
    .international-relations-event-card-title {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 4px;
    }

    .pu-cirr-event-card-desc,
    .international-relations-event-card-desc {
        font-size: 12.5px;
        line-height: 1.45;
    }
}
