.pu-cirr-hero-section {
    background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-pathway-background-scaled.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #F8F9FA;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: var(--pu-cirr-header-pad-desktop);
    padding-bottom: 60px;
}

/* Bootstrap default container handles responsive widths cleanly */
.pu-cirr-hero-container {
    position: relative;
    z-index: 2;
}

.pu-cirr-hero-row {
    min-height: calc(100vh - var(--pu-cirr-header-pad-desktop) - 60px);
}

/* Content Column */
.pu-cirr-hero-col-content {
    z-index: 3;
}

.pu-cirr-hero-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Top Pill Badge */
.pu-cirr-hero-badge-wrap {
    margin-bottom: 24px;
}

.pu-cirr-hero-badge {
    display: inline-flex;
    align-items: center;
    background: var(--pu-cirr-white);
    border: 1px solid rgba(197, 191, 223, 0.45);
    box-shadow: 0 4px 16px rgba(15, 4, 69, 0.06);
    border-radius: 100px;
    padding: 10px 26px;
}

.pu-cirr-hero-badge-text {
    font-family: var(--pu-cirr-font-bold);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--pu-cirr-navy);
    letter-spacing: -0.01em;
}

/* Hero Title */
.pu-cirr-hero-title {
    font-family: var(--pu-cirr-font-heading);
    font-weight: 700;
    font-size: 64px;
    line-height: 1.08;
    color: var(--pu-cirr-navy);
    margin-top: 0;
    margin-bottom: 24px;
}

/* Hero Description */
.pu-cirr-hero-desc {
    font-family: var(--pu-cirr-font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    color: var(--pu-cirr-text-body);
    margin-top: 0;
    margin-bottom: 34px;
}

/* CTA Buttons Group */
.pu-cirr-hero-btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.pu-cirr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    font-family: var(--pu-cirr-font-bold);
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    box-shadow: none;
    transform: none;
}

/* Primary Button with Purple Outline */
.pu-cirr-btn-primary {
    background-color: var(--pu-cirr-navy);
    color: var(--pu-cirr-white) !important;
    border: 2px solid var(--pu-cirr-purple-outline);
    padding: 15px 36px;
    font-size: 18px;
    line-height: 1.2;
    box-shadow: none;
    transform: none;
}

.pu-cirr-btn-primary {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Base classes - parent & child transition */
.pu-cirr-btn-primary,
.pu-cirr-btn-primary span {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Primary Button - Hover state */
.pu-cirr-btn-primary:hover {
    background-color: #ffc800;
    color: #0f0445 !important;
    border-color: var(--pu-cirr-purple-outline);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* Parent button hover karne pe span ka color target kiya hai */
.pu-cirr-btn-primary:hover span {
    color: #0f0445 !important;
}

.pu-cirr-btn-icon {
    display: inline-block;
    flex-shrink: 0;
    transform: none;
    width: 20px;
    height: 20px;
}

.pu-cirr-btn-primary:hover .pu-cirr-btn-icon {
    transform: none;
}

.pu-cirr-btn-primary .pu-cirr-btn-text{
	color: #FFF;
}

/* Outline / Secondary Button with Lavender Border */
/* Base button styles */
.pu-cirr-btn-outline {
    background-color: transparent;
    color: var(--pu-cirr-navy) !important;
    border: 2.5px solid var(--pu-cirr-btn-border);
    padding: 14.5px 36px;
    font-size: 20px;
    line-height: 1.2;
    box-shadow: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Span transition inside button */
.pu-cirr-btn-outline span {
    transition: color 0.3s ease;
}

/* Hover state - smooth lift + background update */
.pu-cirr-btn-outline:hover {
    background-color: #0f0445;
    color: #FFF !important;
    border-color: #FFC800;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/* Hover state - text/span white color */
.pu-cirr-btn-outline:hover span {
    color: #FFF !important;
}

/* Tag Badges Group - Transparent Background with Navy Border */
.pu-cirr-hero-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.pu-cirr-tag-pill {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: 1.5px solid var(--pu-cirr-tag-border);
    border-radius: 100px;
    padding: 8px 20px;
    box-shadow: none;
    transform: none;
}

.pu-cirr-tag-pill:hover {
    background-color: transparent;
    border-color: var(--pu-cirr-tag-border);
    box-shadow: none;
    transform: none;
}

.pu-cirr-tag-text {
    font-family: var(--pu-cirr-font-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--pu-cirr-tag-color);
}

/* Visual Column */
.pu-cirr-hero-col-visual {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pu-cirr-hero-visual-wrapper {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Background World Map SVG */
.pu-cirr-hero-map-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    max-width: 820px;
    height: auto;
    opacity: 0.75;
    pointer-events: none;
    z-index: 1;
    user-select: none;
    -webkit-user-drag: none;
}

/* Foreground Students & Landmarks WebP */
.pu-cirr-hero-students-img {
    position: relative;
    z-index: 2;
    max-height: 560px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}


/* ==========================================================================
   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-hero-section {
        min-height: 100vh;
        padding-top: var(--pu-cirr-header-pad-desktop);
        padding-bottom: 80px;
    }

    .pu-cirr-hero-badge {
        padding: 11px 28px;
    }

    .pu-cirr-hero-badge-text {
        font-size: 17px;
    }

    .pu-cirr-hero-title {
        font-size: 68px;
        line-height: 1.08;
        margin-bottom: 26px;
    }

    .pu-cirr-hero-desc {
        font-size: 22px;
        line-height: 1.55;
        margin-bottom: 40px;
    }

    .pu-cirr-hero-btn-group {
        gap: 20px;
        margin-bottom: 36px;
    }

    .pu-cirr-btn {
        padding: 16px 40px;
        font-size: 21px;
    }

    .pu-cirr-hero-tags {
        gap: 14px;
    }

    .pu-cirr-tag-pill {
        padding: 10px 24px;
    }

    .pu-cirr-tag-text {
        font-size: 16.5px;
    }

    .pu-cirr-hero-students-img {
        max-height: 680px;
    }

    .pu-cirr-hero-map-svg {
        max-width: 950px;
        width: 145%;
    }
}

/* --------------------------------------------------------------------------
   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-hero-section {
        min-height: 100vh;
        padding-top: var(--pu-cirr-header-pad-desktop);
        padding-bottom: 70px;
    }

    .pu-cirr-hero-badge {
        padding: 10px 26px;
    }

    .pu-cirr-hero-badge-text {
        font-size: 16px;
    }

    .pu-cirr-hero-title {
        font-size: 64px;
        line-height: 1.08;
        margin-bottom: 24px;
    }

    .pu-cirr-hero-desc {
        font-size: 20px;
        line-height: 1.55;
        margin-bottom: 36px;
    }

    .pu-cirr-hero-btn-group {
        gap: 18px;
        margin-bottom: 34px;
    }

    .pu-cirr-btn {
        padding: 15px 36px;
        font-size: 20px;
    }

    .pu-cirr-hero-tags {
        gap: 12px;
    }

    .pu-cirr-tag-pill {
        padding: 9px 22px;
    }

    .pu-cirr-tag-text {
        font-size: 16px;
    }

    .pu-cirr-hero-students-img {
        max-height: 620px;
    }

    .pu-cirr-hero-map-svg {
        max-width: 880px;
        width: 140%;
    }
}

/* --------------------------------------------------------------------------
   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-hero-section {
        min-height: 100vh;
        padding-top: var(--pu-cirr-header-pad-desktop);
        padding-bottom: 50px;
    }

    .pu-cirr-hero-badge {
        padding: 8px 22px;
        margin-bottom: 20px;
    }

    .pu-cirr-hero-badge-text {
        font-size: 15px;
    }

    .pu-cirr-hero-title {
        font-size: 54px;
        line-height: 1.08;
        margin-bottom: 20px;
    }

    .pu-cirr-hero-desc {
        font-size: 19px;
        line-height: 1.55;
        margin-bottom: 28px;
    }

    .pu-cirr-hero-btn-group {
        gap: 14px;
        margin-bottom: 28px;
    }

    .pu-cirr-btn {
        padding: 14px 32px;
        font-size: 18px;
    }

    .pu-cirr-hero-tags {
        gap: 10px;
    }

    .pu-cirr-tag-pill {
        padding: 7px 18px;
    }

    .pu-cirr-tag-text {
        font-size: 15px;
    }

    .pu-cirr-hero-students-img {
        max-height: 500px;
    }

    .pu-cirr-hero-map-svg {
        max-width: 720px;
        width: 135%;
    }
}

/* --------------------------------------------------------------------------
   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-hero-section {
        min-height: 100vh;
        padding-top: var(--pu-cirr-header-pad-desktop);
        padding-bottom: 40px;
    }

    .pu-cirr-hero-badge {
        padding: 7px 18px;
        margin-bottom: 18px;
    }

    .pu-cirr-hero-badge-text {
        font-size: 14px;
    }

    .pu-cirr-hero-title {
        font-size: 46px;
        line-height: 1.1;
        margin-bottom: 18px;
    }

    .pu-cirr-hero-desc {
        font-size: 18px;
        line-height: 1.52;
        margin-bottom: 24px;
    }

    .pu-cirr-hero-btn-group {
        gap: 12px;
        margin-bottom: 24px;
    }

    .pu-cirr-btn {
        padding: 13px 26px;
        font-size: 17px;
    }

    .pu-cirr-hero-tags {
        gap: 8px;
    }

    .pu-cirr-tag-pill {
        padding: 6px 15px;
    }

    .pu-cirr-tag-text {
        font-size: 14px;
    }

    .pu-cirr-hero-students-img {
        max-height: 440px;
    }

    .pu-cirr-hero-map-svg {
        max-width: 620px;
        width: 130%;
    }
}

/* --------------------------------------------------------------------------
   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-hero-section {
        min-height: auto;
        padding-top: var(--pu-cirr-header-pad-mobile);
        padding-bottom: 20px;
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-pathway-background-phone.webp');
        background-size: cover;
        background-position: top center;
    }

    .pu-cirr-hero-row {
        min-height: auto;
    }

    .pu-cirr-hero-col-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }

    .pu-cirr-hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .pu-cirr-hero-badge-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .pu-cirr-hero-badge {
        padding: 8px 22px;
    }

    .pu-cirr-hero-badge-text {
        font-size: 14.5px;
    }

    .pu-cirr-hero-title {
        font-size: 42px;
        line-height: 1.12;
        text-align: center;
        margin-bottom: 20px;
    }

    .pu-cirr-hero-desc {
        font-size: 18px;
        line-height: 1.55;
        text-align: center;
        margin-bottom: 28px;
    }

    .pu-cirr-hero-btn-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-bottom: 20px;
    }

    .pu-cirr-btn {
        padding: 13px 30px;
        font-size: 18px;
    }

    /* Badges are hidden on tablet/mobile single column */
    .pu-cirr-hero-tags {
        display: none !important;
    }

    .pu-cirr-hero-col-visual {
        margin-top: 10px;
    }

    .pu-cirr-hero-students-img {
        max-height: 420px;
        max-width: 90%;
        margin: 0 auto;
    }

    .pu-cirr-hero-map-svg {
        max-width: 560px;
        width: 110%;
        top: 48%;
    }
}

/* --------------------------------------------------------------------------
   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-hero-section {
        min-height: auto;
        padding-top: var(--pu-cirr-header-pad-mobile);
        padding-bottom: 10px;
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-pathway-background-phone.webp');
        background-size: cover;
        background-position: top center;
    }

    .pu-cirr-hero-row {
        min-height: auto;
    }

    .pu-cirr-hero-col-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .pu-cirr-hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .pu-cirr-hero-badge-wrap {
        margin-bottom: 18px;
    }

    .pu-cirr-hero-badge {
        padding: 8px 20px;
    }

    .pu-cirr-hero-badge-text {
        font-size: 14px;
    }

    .pu-cirr-hero-title {
        font-size: 38px;
        line-height: 1.12;
        text-align: center;
        margin-bottom: 18px;
    }

    .pu-cirr-hero-desc {
        font-size: 17px;
        line-height: 1.55;
        text-align: center;
        margin-bottom: 26px;
    }

    .pu-cirr-hero-btn-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 380px;
        margin: 0 auto 24px auto;
        gap: 12px;
    }

    .pu-cirr-btn {
        width: 100%;
        padding: 14px 24px;
        font-size: 17px;
    }

    /* Badges hidden on mobile */
    .pu-cirr-hero-tags {
        display: none !important;
    }

    .pu-cirr-hero-col-visual {
        margin-top: 10px;
    }

    .pu-cirr-hero-students-img {
        max-height: 360px;
        max-width: 95%;
        margin: 0 auto;
    }

    .pu-cirr-hero-map-svg {
        max-width: 480px;
        width: 100%;
        top: 45%;
    }
}

/* --------------------------------------------------------------------------
   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-hero-section {
        min-height: auto;
        padding-top: var(--pu-cirr-header-pad-mobile);
        padding-bottom: 0;
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-pathway-background-phone.webp');
        background-size: cover;
        background-position: top center;
    }

    .pu-cirr-hero-row {
        min-height: auto;
    }

    .pu-cirr-hero-col-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .pu-cirr-hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .pu-cirr-hero-badge-wrap {
        margin-bottom: 16px;
    }

    .pu-cirr-hero-badge {
        padding: 7px 18px;
    }

    .pu-cirr-hero-badge-text {
        font-size: 13.5px;
    }

    .pu-cirr-hero-title {
        font-size: 34px;
        line-height: 1.12;
        text-align: center;
        margin-bottom: 16px;
    }

    .pu-cirr-hero-desc {
        font-size: 16px;
        line-height: 1.52;
        text-align: center;
        margin-bottom: 24px;
    }

    .pu-cirr-hero-btn-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 340px;
        margin: 0 auto 22px auto;
        gap: 11px;
    }

    .pu-cirr-btn {
        width: 100%;
        padding: 13px 20px;
        font-size: 16px;
    }

    /* Badges hidden on mobile */
    .pu-cirr-hero-tags {
        display: none !important;
    }

    .pu-cirr-hero-col-visual {
        margin-top: 5px;
    }

    .pu-cirr-hero-students-img {
        max-height: 320px;
        max-width: 100%;
        margin: 0 auto;
    }

    .pu-cirr-hero-map-svg {
        max-width: 420px;
        width: 95%;
        top: 42%;
    }
}

/* --------------------------------------------------------------------------
   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-hero-section {
        min-height: auto;
        padding-top: 95px;
        padding-bottom: 0;
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-pathway-background-phone.webp');
        background-size: cover;
        background-position: top center;
    }

    .pu-cirr-hero-row {
        min-height: auto;
    }

    .pu-cirr-hero-col-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .pu-cirr-hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .pu-cirr-hero-badge-wrap {
        margin-bottom: 16px;
    }

    .pu-cirr-hero-badge {
        padding: 7px 18px;
        box-shadow: 0 4px 16px rgba(15, 4, 69, 0.06);
    }

    .pu-cirr-hero-badge-text {
        font-size: 13px;
        text-align: center;
    }

    .pu-cirr-hero-title {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -0.015em;
        text-align: center;
        margin-bottom: 16px;
    }

    .pu-cirr-hero-desc {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 22px;
    }

    .pu-cirr-hero-btn-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px auto;
        gap: 10px;
    }

    .pu-cirr-btn {
        width: 100%;
        padding: 13px 18px;
        font-size: 15.5px;
    }

    /* Badges hidden on mobile */
    .pu-cirr-hero-tags {
        display: none !important;
    }

    .pu-cirr-hero-col-visual {
        margin-top: 5px;
    }

    .pu-cirr-hero-students-img {
        max-width: 100%;
        margin: 0 auto;
    }

    .pu-cirr-hero-map-svg {
        width: 95%;
        top: 40%;
    }
	.pu-cirr-hero-visual-wrapper{
		margin-bottom: 25px;
		margin-top: -25px;
	}
}

/* --------------------------------------------------------------------------
   I. SMALL MOBILE PORTRAIT: @media screen and (max-width: 360px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
    .pu-cirr-hero-section {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 0;
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-pathway-background-phone.webp');
        background-size: cover;
        background-position: top center;
    }

    .pu-cirr-hero-row {
        min-height: auto;
    }

    .pu-cirr-hero-col-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 16px;
    }

    .pu-cirr-hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .pu-cirr-hero-badge-wrap {
        margin-bottom: 14px;
        width: 100%;
    }

    .pu-cirr-hero-badge {
        padding: 6px 14px;
        max-width: 100%;
        justify-content: center;
        box-shadow: 0 4px 16px rgba(15, 4, 69, 0.06);
    }

    .pu-cirr-hero-badge-text {
        font-size: 12px;
        text-align: center;
        word-break: break-word;
    }

    .pu-cirr-hero-title {
        font-size: 28px;
        line-height: 1.12;
        letter-spacing: -0.015em;
        text-align: center;
        margin-bottom: 14px;
    }

    .pu-cirr-hero-desc {
        font-size: 14px;
        line-height: 1.48;
        text-align: center;
        margin-bottom: 18px;
    }

    .pu-cirr-hero-btn-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 18px auto;
        gap: 10px;
    }

    .pu-cirr-btn {
        width: 100%;
        padding: 12px 16px;
        font-size: 14.5px;
    }

    /* Badges hidden on mobile */
    .pu-cirr-hero-tags {
        display: none !important;
    }

    .pu-cirr-hero-col-visual {
        margin-top: 5px;
    }

    .pu-cirr-hero-students-img {
        max-width: 100%;
        margin: 0 auto;
    }

    .pu-cirr-hero-map-svg {
        width: 90%;
        top: 38%;
    }
	
	.pu-cirr-hero-visual-wrapper {
	    margin-bottom: 20px;
    	margin-top: -10px !important;
	}
	.pu-cirr-hero-section{
		padding-top: 95px;
	}
}
