@font-face {
    font-family: 'Figtree-Regular';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree-Medium';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree-SemiBold';
    src: url('/wp-content/themes/parul/assets/font/Figtree-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree-Bold';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Polymath Display Regular';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Polymath Display Medium';
     src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Polymath Display Semibold';
     src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Polymath Display Bold';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Bold.ttf') format('truetype');
}

:root {
    --font-figtree-regular: 'Figtree-Regular', sans-serif;
    --font-figtree-medium: 'Figtree-Medium', sans-serif;
    --font-figtree-semibold: 'Figtree-SemiBold', sans-serif;
    --font-figtree-bold: 'Figtree-Bold', sans-serif;

    --font-polymath-regular: 'Polymath Display Regular', sans-serif;
    --font-polymath-medium: 'Polymath Display Medium', sans-serif;
    --font-polymath-semibold: 'Polymath Display Semibold', sans-serif;
    --font-polymath-bold: 'Polymath Display Bold', sans-serif;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Hostel Residence Hero Section */
.hostel-residence-hero {
    background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-background-scaled.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 8px solid #4e36f5;
}

.hostel-residence-badge {
    display: inline-block;
    background-color: #1b1142;
    color: #ffffff;
    font-family: var(--font-figtree-semibold);
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.hostel-residence-title {
    font-family: var(--font-polymath-bold);
    font-size: 64px;
    line-height: 1.1;
    color: #1b1142;
    margin-bottom: 24px;
}

.hostel-residence-highlight {
    color: #8c3a9f;
	font-family: var(--font-polymath-bold);
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hostel-residence-desc {
    font-family: var(--font-figtree-regular);
    font-size: 23px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 40px;
    max-width: 95%;
}

.hostel-residence-desc strong {
    font-family: var(--font-figtree-bold);
    color: #1b1142;
	font-size: 23px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.hostel-residence-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hostel-residence-btn-primary {
    background-color: #ffc800;
    color: #1b1142;
    font-family: var(--font-figtree-bold);
    font-size: 20px;
    padding: 19px 32px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.hostel-residence-btn-primary:hover {
    background-color: #ffc800;
    color: #1b1142;
    opacity: 0.8;
}

.hostel-residence-btn-primary:focus,
.hostel-residence-btn-primary:active,
.hostel-residence-btn-primary:active:focus {
    background-color: #ffc800 !important;
    color: #1b1142 !important;
    opacity: 0.8;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.hostel-residence-btn-outline {
    background-color: transparent;
    color: #1b1142;
    font-family: var(--font-figtree-bold);
    font-size: 20px;
    padding: 19px 32px;
    border-radius: 50px;
    border: 2px solid #1b1142;
    transition: all 0.3s ease;
}

.hostel-residence-btn-outline:hover {
    background-color: transparent;
    color: #1b1142;
    border: 2px solid #1b1142;
    opacity: 0.8;
}

.hostel-residence-btn-outline:focus,
.hostel-residence-btn-outline:active,
.hostel-residence-btn-outline:active:focus {
    background-color: transparent !important;
    color: #1b1142 !important;
    border: 2px solid #1b1142 !important;
    opacity: 0.8;
    box-shadow: none !important;
    outline: none !important;
}

.hostel-residence-hero-image {
    text-align: right;
    position: relative;
    z-index: 1;
}

.hostel-residence-hero-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: scale(1.05);
    transform-origin: right center;
}



/* Stats Section */
.hostel-residence-stats-section {
    background-color: #0e0433;
    padding: 45px 0;
}

.hostel-residence-stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.hostel-residence-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hostel-residence-stat-number {
    font-family: var(--font-polymath-bold);
    font-size: 55px;
    color: #ffd000;
    line-height: 1;
}

.hostel-residence-stat-text {
    font-family: var(--font-figtree-regular);
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
}

.hostel-residence-stat-divider {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.7;
}

/* Filters Section */
.hostel-residence-filters-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.hostel-residence-filters-title {
    font-family: var(--font-polymath-bold);
    font-size: 56px;
    color: #1b1142;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hostel-residence-filters-highlight {
	all: inherit;
    color: #9c3f97;
	
}

.hostel-residence-filters-desc {
    font-family: var(--font-figtree-regular);
    font-size: 18px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
}

.hostel-residence-filter-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.hostel-residence-filter-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.hostel-residence-filter-header h3 {
    font-family: var(--font-polymath-bold);
    font-size: 28px;
    color: #1b1142;
    margin: 0;
}

.hostel-residence-filter-category {
    font-family: var(--font-polymath-bold);
    font-size: 18px;
    color: #1b1142;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

/* Custom Radio */
.hostel-residence-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #333333;
}

.hostel-residence-radio input {
    display: none;
}

.hostel-residence-radio-mark {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    display: inline-block;
    position: relative;
}

.hostel-residence-radio input:checked+.hostel-residence-radio-mark {
    border-color: #1b1142;
    background-color: #1b1142;
}

.hostel-residence-radio input:checked+.hostel-residence-radio-mark::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hostel-residence-filter-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 30px 0;
}

.hostel-residence-budget-section {
    margin-bottom: 20px;
}

.hostel-residence-budget-header {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #1b1142;
    margin-bottom: 20px;
}

.hostel-residence-budget-header span{
	all : inherit;
}

.hostel-residence-budget-chart-container {
    position: relative;
    height: 120px;
    margin-bottom: 10px;
}

.hostel-residence-budget-chart {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 100px;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.hostel-residence-bar {
    flex: 1;
    background: linear-gradient(to bottom, #a593fb, #e5deff);
    border-radius: 6px 6px 0 0;
}

.hostel-residence-budget-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    display: flex;
    align-items: center;
}

.hostel-residence-budget-slider .slider-track {
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hostel-residence-budget-slider .slider-range {
    height: 4px;
    background-color: #1b1142;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    right: 0%;
    z-index: 1;
}

.hostel-residence-budget-slider .slider-handle {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 2px solid #1b1142;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
    z-index: 2;
}

.hostel-residence-budget-slider .slider-handle:active {
    cursor: grabbing;
}

.hostel-residence-budget-slider .slider-handle.left {
    left: 0%;
}

.hostel-residence-budget-slider .slider-handle.right {
    left: 100%;
}

.hostel-residence-budget-labels {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-figtree-regular);
    font-size: 14px;
    color: #555555;
    margin-top: -10px;
}

.hostel-residence-budget-labels span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}


.hostel-residence-filter-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}



/* Custom Checkbox */
.hostel-residence-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #333333;
    margin: 0;
}

.hostel-residence-checkbox input {
    display: none;
}

.hostel-residence-checkbox-mark {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 2px solid #1b1142;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.hostel-residence-checkbox input:checked+.hostel-residence-checkbox-mark {
    background-color: #1b1142;
}

.hostel-residence-checkbox input:checked+.hostel-residence-checkbox-mark::after {
    content: '';
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.hostel-residence-clear-filters {
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #555555;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hostel-residence-clear-filters:hover {
    background-color: #f0f0f0;
    border-color: #cccccc;
    color: #333333;
}

.hostel-residence-clear-filters svg {
    flex-shrink: 0;
}

.hostel-residence-clear-filters span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
}

/* Room Cards */
.hostel-residence-room-card {
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hostel-residence-room-img-wrapper {
    position: relative;
}

.hostel-residence-room-img-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.hostel-residence-badge-yellow {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffc800;
    color: #1b1142;
    font-family: var(--font-figtree-bold);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
}

.hostel-residence-compare {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-figtree-bold);
    font-size: 12px;
    color: #1b1142;
    cursor: pointer;
    margin: 0;
}

.hostel-residence-compare input {
    display: none;
}

.hostel-residence-compare .compare-mark {
    width: 14px;
    height: 14px;
    border: 1px solid #1b1142;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hostel-residence-compare input:checked+.compare-mark {
    background-color: #1b1142;
}

.hostel-residence-compare input:checked+.compare-mark::after {
    content: '';
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.hostel-residence-room-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hostel-residence-room-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.hostel-residence-tag-light {
    background-color: #f7ebf7;
    color: #1b1142;
    font-family: var(--font-figtree-bold);
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}

.hostel-residence-tag-dark {
    background-color: #1b1142;
    color: #ffffff;
    font-family: var(--font-figtree-bold);
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}

.hostel-residence-room-title {
    font-family: var(--font-polymath-bold);
    font-size: 24px;
    color: #1b1142;
    margin-bottom: 8px;
}

.hostel-residence-room-info {
    font-family: var(--font-figtree-bold);
    font-size: 14px;
    color: #1b1142;
    margin-bottom: 16px;
}

.hostel-residence-room-price {
    margin-bottom: 24px;
}

.hostel-residence-room-price strong {
    font-family: var(--font-polymath-bold);
    font-size: 24px;
    color: #1b1142;
}

.hostel-residence-room-price span {
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #555555;
}

.hostel-residence-room-btn-outline {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-family: var(--font-figtree-bold);
    font-size: 16px;
    color: #ffffff;
    background-color: #1b1142;
    border-radius: 8px;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.2s;
    border: 1px solid #1b1142;
}

.hostel-residence-room-btn-outline:hover {
    background-color: #100a2b;
    color: #ffffff;
}

.hostel-residence-room-btn-solid {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #1b1142;
    color: #ffffff;
    font-family: var(--font-figtree-bold);
    font-size: 14px;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.2s;
    border: 1px solid #1b1142;
}

.hostel-residence-room-btn-solid:hover {
    background-color: #100a2b;
    color: #ffffff;
}

.hostel-residence-load-more {
    display: inline-block;
    background-color: #ffc800;
    color: #1b1142;
    font-family: var(--font-figtree-bold);
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 15px;
}

.hostel-residence-load-more:hover {
    background-color: #e6b400;
    color: #1b1142;
}

/* Amenities Section */
.hostel-residence-amenities-section {
    background-color: #0f0445;
    padding: 80px 0;
    color: #ffffff;
}

.hostel-residence-amenities-title {
    font-family: var(--font-polymath-regular);
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hostel-residence-amenities-title strong {
    font-family: var(--font-polymath-bold);
    font-size: 56px;
    display: block;
	color : #fff;
}

.hostel-residence-amenities-highlight {
	font-family : inherit;
	font-size: inherit;
    color: #ffc800;
}

.hostel-residence-amenities-desc {
    font-family: var(--font-figtree-regular);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 95%;
    color: #e0e0e0;
}

.hostel-residence-amenities-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.hostel-residence-amenities-tabs .btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 10px 24px;
    font-family: var(--font-figtree-semibold);
    font-size: 16px;
    transition: all 0.3s;
}

.hostel-residence-amenities-tabs .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}

.hostel-residence-amenities-subtitle {
    font-family: var(--font-polymath-bold);
    font-size: 32px;
    color: #ffc800;
    margin-bottom: 16px;
}

.hostel-residence-amenities-subdesc {
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #e0e0e0;
    margin-bottom: 40px;
}

/* Slider */
.hostel-residence-amenities-slider {
    margin-bottom: 30px;
}

.hostel-residence-amenity-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 10px;
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.hostel-residence-amenity-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    background-color: #1a329e;
}

.hostel-residence-amenity-content {
    padding: 24px;
    background-color: #ffffff;
    color: #1b1142;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.hostel-residence-amenity-content h4 {
    font-family: var(--font-polymath-bold);
    font-size: 22px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.hostel-residence-amenity-content p {
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 1.5;
}

/* Slick adjustments */
.hostel-residence-amenities-slider .slick-track {
    display: flex;
}

.hostel-residence-amenities-slider .slick-slide {
    height: inherit !important;
    display: flex;
}

.hostel-residence-amenities-slider .slick-slide>div {
    display: flex;
    flex: 1;
}

.hostel-residence-slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.hostel-residence-slider-progress {
    flex-grow: 1;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 30px;
    border-radius: 4px;
    position: relative;
}

.hostel-residence-slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background-color: #ffc800;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.hostel-residence-slider-nav {
    display: flex;
    gap: 15px;
}

.hostel-residence-slider-nav button {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: background-color 0.3s, opacity 0.3s;
}

.hostel-residence-slider-nav button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.hostel-residence-slider-nav button.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Feature Card */
.hostel-residence-feature-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    background-color: #241170;
}

.hostel-residence-feature-left {
    padding-right: 30px;
}

.hostel-residence-feature-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: #e0e0e0;
    font-family: var(--font-figtree-regular);
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.hostel-residence-feature-left h3 {
    font-family: var(--font-polymath-bold);
    font-size: 32px;
    color: #ffc800;
    margin-bottom: 20px;
}

.hostel-residence-feature-left p {
    font-family: var(--font-figtree-regular);
    font-size: 17px;
    color: #e0e0e0;
    line-height: 1.6;
    margin: 0;
}

.hostel-residence-feature-list-card {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

.hostel-residence-feature-list-badge {
    position: absolute;
    top: -16px;
    left: 20px;
    background-color: #ffc800;
    color: #1b1142;
    font-family: var(--font-figtree-bold);
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 20px;
}

.hostel-residence-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hostel-residence-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #e0e0e0;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hostel-residence-feature-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hostel-residence-feature-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.hostel-residence-amenities-note {
    font-family: var(--font-figtree-regular);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.hostel-residence-amenities-note strong {
    font-family: var(--font-figtree-bold);
	font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

/* Global Living Experience Section */
.hostel-residence-global-living-experience-section {
    background-color: #f5f5f7;
    padding: 80px 0;
    overflow: hidden;
}

.hostel-residence-global-living-title {
    font-family: var(--font-polymath-bold);
    font-size: 56px;
    color: #1b1142;
    margin-bottom: 20px;
}

.hostel-residence-global-living-subtitle {
    font-family: var(--font-figtree-regular);
    font-size: 18px;
    color: #333333;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.hostel-residence-global-living-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.hostel-residence-global-living-tab,
.nav-pills .nav-link.hostel-residence-global-living-tab,
.nav-pills .nav-link.hostel-residence-global-living-tab.active,
.nav-pills .show>.nav-link.hostel-residence-global-living-tab {
    background-color: #1b1142 !important;
    color: #ffffff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-family: var(--font-figtree-semibold);
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
}

.hostel-residence-global-living-tab:hover {
    opacity: 0.8;
}

.hostel-residence-global-living-tab-icon {
    width: 0;
    height: 20px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-left: 0;
}

.hostel-residence-global-living-tab.active .hostel-residence-global-living-tab-icon {
    width: 20px;
    opacity: 1;
    margin-left: 8px;
}

.hostel-residence-global-living-scroller-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.hostel-residence-global-living-row {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.hostel-residence-global-living-track {
    display: flex;
    gap: 20px;
}

.hostel-residence-global-living-row.left-scroll .hostel-residence-global-living-track {
    animation: scrollLeft 25s linear infinite;
}

.hostel-residence-global-living-row.right-scroll .hostel-residence-global-living-track {
    animation: scrollRight 40s linear infinite;
    transform: translateX(-50%);
}

.hostel-residence-global-living-row:hover .hostel-residence-global-living-track {
    animation-play-state: paused;
}

.hostel-residence-global-living-track img {
    height: 300px;
    width: auto;
    border-radius: 12px;
    object-fit: cover;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Security Section */
.hostel-residence-security-section {
    background-color: #0f0445;
    padding: 100px 0;
    color: #ffffff;
}

.hostel-security-title {
    font-family: var(--font-polymath-bold);
    font-size: 56px;
    margin-bottom: 24px;
	color : #fff;
}

.hostel-security-highlight {
	font: inherit;
    color: #ffc800;
}

.hostel-security-subtitle {
    font-family: var(--font-figtree-regular);
    font-size: 18px;
    color: #e0e0e0;
    max-width: 85%;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hostel-residence-security-slider-container {
    position: relative;
}

.hostel-residence-security-card {
    margin: 0 10px;
    height: 100%;
}

.hostel-security-card-inner {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #271d58;
}

.hostel-security-card-inner h3 {
    font-family: var(--font-polymath-bold);
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hostel-security-card-inner p {
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.5;
    margin: 0;
}

.hostel-security-slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.hostel-security-slider-progress {
    flex-grow: 1;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 30px;
    position: relative;
}

.hostel-security-slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ffc800;
    width: 0;
    transition: width 0.3s ease;
}

.hostel-residence-security-slider-nav {
    display: flex;
    gap: 16px;
}

.hostel-residence-security-slider-prev,
.hostel-residence-security-slider-next {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hostel-residence-security-slider-prev:hover,
.hostel-residence-security-slider-next:hover {
    background: rgba(255, 255, 255, 0.2);
}

.hostel-residence-security-slider-prev.slick-disabled,
.hostel-residence-security-slider-next.slick-disabled {
    opacity: 0.4;
    cursor: default;
}

.hostel-residence-security-slider-prev.slick-disabled:hover,
.hostel-residence-security-slider-next.slick-disabled:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Slick adjustments */
.hostel-residence-security-slider .slick-track {
    display: flex;
}

.hostel-residence-security-slider .slick-slide {
    display: flex;
    height: inherit !important;
}

.hostel-residence-security-slider .slick-slide>div {
    display: flex;
    flex: 1;
}

/* Hostel Booking Section */
.hostel-residence-booking-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.hostel-residence-booking-header {
    margin-bottom: 60px;
}

.hostel-residence-booking-header h2 {
    font-family: var(--font-polymath-bold);
    font-size: 48px;
    color: #555555;
    margin-bottom: 16px;
}

.text-purple {
    background: linear-gradient(to right, #B53C72, #5641E0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	 font-family: var(--font-polymath-bold);
    font-size: 48px;
	margin-bottom: 16px;
}

.hostel-residence-booking-header p {
    font-family: var(--font-figtree-regular);
    font-size: 18px;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
}

.hostel-residence-booking-timeline-wrapper {
    position: relative;
    max-width: 850px;
    margin: 0 auto 60px;
}

.hostel-residence-booking-timeline-line {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 188, 212, 0.2);
    /* Base color or default */
    background: linear-gradient(to right, rgba(0, 212, 255, 0.2), rgba(0, 123, 255, 0.2));
    /* Light cyan line */
    z-index: 1;
}

.hostel-residence-booking-timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #271d58;
    width: 0;
    transition: width 0.4s ease;
    z-index: 2;
}

.hostel-residence-booking-tabs {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    border-bottom: none;
    flex-wrap: nowrap;
}

/* .hostel-residence-booking-tabs .nav-link {
    background: transparent !important;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
    width: auto;
} */

.hostel-residence-booking-tabs .hb-nav-link {
    background: transparent !important;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
    width: auto;
}

.hostel-residence-booking-tab-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 6px #ffffff;
}

.hostel-residence-booking-tab-icon img {
    width: 24px;
    height: 24px;
    filter: invert(0.5);
}

/* .hostel-residence-booking-tabs .nav-link.active .hostel-residence-booking-tab-icon {
    background-color: #271d58;
}

.hostel-residence-booking-tabs .nav-link.completed .hostel-residence-booking-tab-icon {
    background-color: #ffffff;
    box-shadow: 0 0 0 3px #271d58 inset, 0 0 0 6px #ffffff;
} */

.hostel-residence-booking-tabs .hb-nav-link.active .hostel-residence-booking-tab-icon {
    background-color: #271d58;
}

.hostel-residence-booking-tabs .hb-nav-link.completed .hostel-residence-booking-tab-icon {
    background-color: #ffffff;
    box-shadow: 0 0 0 3px #271d58 inset, 0 0 0 6px #ffffff;
}

/* .hostel-residence-booking-tabs .nav-link.completed .hostel-residence-booking-tab-icon img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(2716%) hue-rotate(243deg) brightness(87%) contrast(94%);
}

.hostel-residence-booking-tabs .nav-link.active .hostel-residence-booking-tab-icon img {
    filter: brightness(0) invert(1);
} */

.hostel-residence-booking-tabs .hb-nav-link.completed .hostel-residence-booking-tab-icon img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(2716%) hue-rotate(243deg) brightness(87%) contrast(94%);
}

.hostel-residence-booking-tabs .hb-nav-link.active .hostel-residence-booking-tab-icon img {
    filter: brightness(0) invert(1);
}

.hostel-residence-booking-tab-text {
    font-family: var(--font-polymath-bold);
    font-size: 16px;
    color: #888888;
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* .hostel-residence-booking-tabs .nav-link.active .hostel-residence-booking-tab-text {
    background: linear-gradient(to right, #B53C72, #5641E0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */

.hostel-residence-booking-tabs .hb-nav-link.active .hostel-residence-booking-tab-text {
    background: linear-gradient(to right, #B53C72, #5641E0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hostel-residence-booking-content {
    margin-top: 40px;
}

/* Custom Tab Functionality Styles */
.hb-tab-pane {
    display: none;
}
.hb-tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.hostel-residence-booking-card-dark {
    background-color: #1b1142;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hostel-residence-booking-card-dark .step-label {
    color: #ffc800;
    font-family: var(--font-figtree-semibold);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: block;
}

.hostel-residence-booking-card-dark h3 {
    font-family: var(--font-polymath-bold) !important;
    font-size: 32px !important;
    margin-bottom: 16px !important;
	color : #fff !important;
}

.hostel-residence-booking-card-dark p {
    font-family: var(--font-figtree-regular) !important;
    font-size: 16px !important;
    color: #e0e0e0 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.hostel-residence-booking-card-light {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hostel-residence-booking-card-light h4 {
    font-family: var(--font-figtree-semibold);
    font-size: 18px;
    color: #333333;
    margin-bottom: 16px;
}

.hostel-residence-booking-card-light p {
    font-family: var(--font-figtree-regular);
    font-size: 16px;
    color: #555555;
    margin-bottom: 24px;
    line-height: 1.5;
}

.hostel-residence-btn-next-step {
    background-color: #1b1142;
    color: #ffffff;
    font-family: var(--font-figtree-semibold);
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 30px;
    border: none;
    transition: opacity 0.3s ease;
}

.hostel-residence-btn-next-step:hover,
.hostel-residence-btn-next-step:focus,
.hostel-residence-btn-next-step:active {
    background-color: #1b1142 !important;
    color: #ffffff !important;
    opacity: 0.8;
    box-shadow: none;
    outline: none;
}

/* CTA Section */
.hostel-residence-cta-section {
    padding: 0;
}

.hostel-residence-cta-card {
    background-color: #0f0445;
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
}

.hostel-residence-cta-card::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(20%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.hostel-residence-cta-card:hover::before {
    box-shadow:
        inset 20px 0 100px rgba(102, 79, 218, 0.5),
        0 0 0 40px rgba(59, 42, 140, 0.5),
        0 0 0 80px rgba(59, 42, 140, 0.3);

    transform: translate(15%, -50%) scale(1.02);
}

.hostel-residence-cta-card .row {
    position: relative;
    z-index: 2;
}

.hostel-residence-cta-card h2 {
    color: #ffcc00;
    font-family: var(--font-polymath-bold);
    font-size: 52px;
    margin-bottom: 20px;
}

.hostel-residence-cta-card p {
    color: #d1d1d1;
    font-family: var(--font-figtree-regular);
    font-size: 17px;
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 0;
}

.hostel-residence-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
}

.hostel-residence-btn-cta-primary {
    background-color: #ffcc00;
    color: #120b29;
    font-family: var(--font-figtree-semibold);
    font-size: 17px;
    padding: 16px 36px;
    border-radius: 40px;
    border: none;
    text-align: center;
    width: 100%;
    max-width: 350px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hostel-residence-btn-cta-primary:hover,
.hostel-residence-btn-cta-primary:focus,
.hostel-residence-btn-cta-primary:active,
.hostel-residence-btn-cta-primary:active:focus {
    background-color: #e6b800 !important;
    color: #120b29 !important;
    box-shadow: 0 0 25px rgba(255, 204, 0, 0.6);
    transform: translateY(-2px);
    border: none !important;
}

.hostel-residence-btn-cta-outline {
    background-color: transparent;
    color: #ffffff;
    font-family: var(--font-figtree-semibold);
    font-size: 17px;
    padding: 14px 36px;
    border-radius: 40px;
    border: 2px solid #ffffff;
    text-align: center;
    width: 100%;
    max-width: 350px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hostel-residence-btn-cta-outline:hover,
.hostel-residence-btn-cta-outline:focus,
.hostel-residence-btn-cta-outline:active,
.hostel-residence-btn-cta-outline:active:focus {
    background-color: #ffffff !important;
    color: #120b29 !important;
    border-color: #ffffff !important;
}

/* FAQ Section */
.hostel-residence-faq-section {
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    padding: 100px 0;
    background-color: #f5f5f7;
}

.hostel-residence-faq-subtitle {
    font-family: var(--font-polymath-bold);
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.hostel-residence-faq-title {
    font-family: var(--font-polymath-bold);
    font-weight: 700;
    font-size: 3.5rem;
    letter-spacing: -1px;
    line-height: 1.1;
}

.mobile-faq-title {
    display: none;
}

.hostel-residence-faq-title .hostel-residence-faq-gradient {
    font-family: var(--font-polymath-bold);
    font-weight: 700;
    font-size: 3.5rem;
    letter-spacing: -1px;
    line-height: 1.1;
    background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hostel-residence-faq-list {
    width: 100%;
}

.hostel-residence-faq-details {
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.hostel-residence-faq-details:last-child {
    border-bottom: none;
}

.hostel-residence-faq-details[open]:not(.closing) .hostel-residence-faq-summary::after {
    transform: rotate(45deg);
}

.hostel-residence-faq-details-content {
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}
.hostel-residence-faq-details-content  p{
	font : inherit;
	line-height: inherit;
	color : inherit;
}

.hostel-residence-faq-details[open]:not(.closing) .hostel-residence-faq-details-content {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 25px;
}

.hostel-residence-faq-summary {
    font-family: var(--font-figtree-semibold);
    font-weight: 600;
    font-size: 1.2rem;
    color: #444;
    padding: 22px 0;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hostel-residence-faq-summary::-webkit-details-marker {
    display: none;
}

.hostel-residence-faq-summary::after {
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    content: '+';
    font-size: 2rem;
    line-height: 1;
    color: #999;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    transform-origin: center;
    transform: rotate(0deg);
}

.hostel-residence-btn-dark {
    font-family: var(--font-figtree-semibold);
    background-color: #0f0445;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 35px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
}

.hostel-residence-btn-dark:hover {
    background-color: #000;
    transform: translateY(-2px);
    color: #fff;
}

.hostel-residence-btn-dark:focus,
.hostel-residence-btn-dark:active,
.hostel-residence-btn-dark:focus:active {
    background-color: #0f0445 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none;
}

.hostel-residence-amenities-title-start {
    font-family: var(--font-figtree-regular);
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
	color : #fff;
}

/* MEDIA QUERIES */

@media screen and (max-width: 360px) {
    .hostel-residence-hero {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-background-phone.webp');
        padding: 140px 0 50px 0;
        min-height: auto;
        border-bottom: 0;
    }

    .hostel-residence-hero .row {
        display: flex;
        flex-direction: column;
    }

    .hostel-residence-hero-content {
        display: contents;
    }

    .hostel-residence-badge {
        display: none;
    }

    .hostel-residence-title {
        order: 1;
        padding: 0 15px;
        font-size: 42px;
        margin-bottom: 15px;
        text-align: center;
    }
	
	.hostel-residence-highlight{
        font-size: 42px;
        margin-bottom: 15px;
        text-align: center;
	}

    .hostel-residence-title br {
        display: none;
    }

    .hostel-residence-desc {
        order: 2;
        padding: 0 10px;
        font-size: 15px;
        margin-bottom: 30px;
        text-align: center;
    }
	
	.hostel-residence-desc strong{
		font-size: 15px;
        margin-bottom: 30px;
        text-align: center;
	}

    .hostel-residence-desc br {
        display: none;
    }

    .hostel-residence-hero-image {
        order: 3;
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 42px;
        text-align: center;
    }

    .hostel-residence-hero-image img {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-campus-life-phone.webp');
        transform: scale(1);
        width: 100%;
    }

    .hostel-residence-actions {
        order: 4;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        align-items: center;
    }

    .hostel-residence-btn-primary,
    .hostel-residence-btn-outline {
        width: 100%;
        max-width: 100%;
        padding: 14px 32px;
    }

    /* Stats Section Mobile */
    .hostel-residence-stats-section {
        border-top: 8px solid #ffc800;
        border-bottom: 8px solid #ffc800;
        padding: 57px 15px;
    }

    .hostel-residence-stats-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .hostel-residence-stat-divider {
        display: none;
    }

    .hostel-residence-stat-item {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 20px 15px;
        text-align: center;
        display: block;
    }

    .hostel-residence-stat-item:nth-child(1) {
        order: 3;
        grid-column: 1 / 2;
    }

    .hostel-residence-stat-item:nth-child(3) {
        order: 1;
        grid-column: 1 / 3;
        background-color: transparent;
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        position: relative;
        margin-bottom: 20px;
    }

    .hostel-residence-stat-item:nth-child(3)::before {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-left.svg');
        position: absolute;
        left: 0;
        width: 35px;
    }

    .hostel-residence-stat-item:nth-child(3)::after {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-right.svg');
        position: absolute;
        right: 0;
        width: 35px;
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text {
        text-align: left;
    }

    .hostel-residence-stat-item:nth-child(5) {
        order: 2;
        grid-column: 1 / 3;
        padding: 20px 10px;
    }

    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text br {
        display: none;
    }

    .hostel-residence-stat-item:nth-child(7) {
        order: 4;
        grid-column: 2 / 3;
    }

    .hostel-residence-stat-item:nth-child(1)>div,
    .hostel-residence-stat-item:nth-child(5)>div,
    .hostel-residence-stat-item:nth-child(7)>div {
        display: inline;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-number {
        font-size: 15px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
        margin-right: 4px;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-text {
        font-size: 15px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
    }

    /* Filters Section Mobile */
    .hostel-residence-filters-title {
        font-size: 32px;
    }

    .hostel-residence-filter-options .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hostel-residence-filter-options .col-md-3 {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(1) {
        order: 1;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(2) {
        order: 2;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(3) {
        order: 4;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(4) {
        order: 3;
    }

    .hostel-residence-budget-labels {
        font-size: 10px;
    }

    .hostel-residence-filter-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .hostel-residence-clear-filters {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .hostel-residence-radio-mark {
        flex-shrink: 0;
    }

    .hostel-residence-radio {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    #load-more-container {
        text-align: center;
    }

    /* Amenities Section Mobile */
    .hostel-residence-amenities-section {
        padding: 40px 0;
    }

    .hostel-residence-amenities-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hostel-residence-amenities-title br {
        display: none;
    }

    .hostel-residence-amenities-title strong {
        font-size: 36px;
    }

    .hostel-residence-amenities-desc {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .hostel-residence-amenities-tabs {
        gap: 8px;
        margin-bottom: 40px;
    }

    .hostel-residence-amenities-tabs .btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .hostel-residence-amenities-subtitle {
        font-size: 24px;
    }

    .hostel-residence-amenities-subdesc {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .hostel-residence-amenity-content h4 {
        font-size: 20px;
    }

    .hostel-residence-feature-card {
        padding: 24px 20px;
        margin-bottom: 24px;
    }

    .hostel-residence-feature-left {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .hostel-residence-feature-left h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .hostel-residence-feature-left p {
        font-size: 15px;
    }

    .hostel-residence-feature-list-card {
        padding: 24px 15px;
    }

    .hostel-residence-feature-list li {
        font-size: 14px;
        padding: 12px 0;
    }

    .hostel-residence-amenities-note {
        font-size: 13px;
    }

    .hostel-residence-amenities-title-start {
        font-size: 1.3rem;
    }

    .hostel-residence-filter-card {
        padding: 22px;
    }

    /* Global Living Section Mobile */
    .hostel-residence-global-living-experience-section {
        padding: 40px 0;
    }

    .hostel-residence-global-living-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hostel-residence-global-living-subtitle {
        font-size: 15px;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .hostel-residence-global-living-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab.active,
    .nav-pills .show>.nav-link.hostel-residence-global-living-tab {
        width: auto !important;
        font-size: 16px;
        padding: 16px;
        justify-content: center;
        flex: 1 1 calc(50% - 10px);
        text-align: center;
    }

    /* .hostel-residence-global-living-tab-icon {
        display: none !important;
    } */

    .hostel-residence-global-living-tabs #gl-tab-3 {
        order: 1;
    }

    .hostel-residence-global-living-tabs #gl-tab-2 {
        order: 2;
    }

    .hostel-residence-global-living-tabs #gl-tab-4 {
        order: 3;
    }

    .hostel-residence-global-living-tabs #gl-tab-1 {
        order: 4;
    }

    .hostel-residence-global-living-track img {
        height: 160px;
    }

    .hostel-residence-global-living-track {
        gap: 13px;
    }

    /* Security Section Mobile */
    .hostel-residence-security-section {
        padding: 50px 0 40px 0;
    }

    .hostel-security-title {
        font-size: 33px;
        margin-bottom: 15px;
    }

    .hostel-security-subtitle {
        font-size: 15px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .hostel-security-card-inner {
        padding: 24px;
    }

    .hostel-security-card-inner h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .hostel-security-card-inner p {
        font-size: 15px;
    }

    /* Booking Section Mobile */
    .hostel-residence-booking-section {
        padding: 40px 0;
    }

    .hostel-residence-booking-header {
        margin-bottom: 30px;
    }

    .hostel-residence-booking-header h2 {
        font-size: 38px;
    }
	
	.hostel-residence-booking-header h2 span{
        font-size: 38px;
    }

    .hostel-residence-booking-header p {
        font-size: 15px;
    }

    .hostel-residence-booking-tab-icon {
        width: 40px;
        height: 40px;
        box-shadow: 0 0 0 4px #ffffff;
        margin-bottom: 8px;
    }

    .hostel-residence-booking-tab-icon img {
        width: 16px;
        height: 16px;
    }

    .hostel-residence-booking-timeline-line {
        top: 20px;
    }

    .hostel-residence-booking-tab-text {
        font-size: 11px;
        white-space: normal;
        max-width: 65px;
        line-height: 1.2;
    }

    .hostel-residence-booking-content {
        margin-top: 20px;
    }

    .hostel-residence-booking-card-dark,
    .hostel-residence-booking-card-light {
        padding: 24px;
    }

    .hostel-residence-booking-card-dark h3 {
        font-size: 24px !important;
        margin-bottom: 12px !important;
    }

    .hostel-residence-booking-card-light h4 {
        font-size: 20px;
    }

    .hostel-residence-booking-card-dark p,
    .hostel-residence-booking-card-light p {
        font-size: 15px;
    }

    .hostel-residence-booking-timeline-wrapper {
        margin: 0 auto 30px;
    }

    /* CTA Section Mobile */
    .hostel-residence-cta-card {
        padding: 50px 0px;
    }

    .hostel-residence-cta-card h2 {
        font-size: 35px;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .hostel-residence-cta-card p {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .hostel-residence-cta-buttons {
        align-items: center;
        gap: 16px;
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 19px;
        padding: 19px 20px;
        width: 100%;
        max-width: 100%;
        white-space: normal;
        line-height: 1.2;
    }

    .hostel-residence-cta-card::before {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        transform: translate(20%, -50%);
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
        border-radius: 50%;
        z-index: 1;
        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        opacity: 0.5;
    }

    /* FAQ Section Mobile */
    .desktop-faq-title {
        display: none !important;
    }

    .mobile-faq-title {
        display: block !important;
    }

    .hostel-residence-faq-section {
        padding: 60px 0;
    }

    .hostel-residence-faq-subtitle {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .hostel-residence-faq-title {
        font-size: 2rem;
    }

    .hostel-residence-faq-title .hostel-residence-faq-gradient {
        font-size: 2rem;
    }
	
	


}

@media screen and (min-width: 361px) and (max-width: 479px) {
    .hostel-residence-hero {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-background-phone.webp');
        padding: 155px 0 50px 0;
        min-height: auto;
        border-bottom: 0;
    }



    .hostel-residence-hero .row {
        display: flex;
        flex-direction: column;
    }

    .hostel-residence-hero-content {
        display: contents;
    }

    .hostel-residence-badge {
        display: none;
    }

    .hostel-residence-title {
        order: 1;
        padding: 0 10px;
        font-size: 52px;
        margin-bottom: 15px;
        text-align: center;
    }
	
	.hostel-residence-highlight{
		font-size: 52px;
        margin-bottom: 15px;
        text-align: center;
	}

    .hostel-residence-title br {
        display: none;
    }

    .hostel-residence-desc {
        order: 2;
        padding: 0 15px;
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }
	
	.hostel-residence-desc strong{
		font-size: 18px;
        margin-bottom: 30px;
        text-align: center
	}

    .hostel-residence-desc br {
        display: none;
    }

    .hostel-residence-hero-image {
        order: 3;
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }

    .hostel-residence-hero-image img {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-campus-life-phone.webp');
        transform: scale(1);
        width: 100%;
    }

    .hostel-residence-actions {
        order: 4;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        align-items: center;
    }

    .hostel-residence-btn-primary,
    .hostel-residence-btn-outline {
        font-size: 20px;
        padding: 13px 20px;
        width: 100%;
        max-width: 100%;
    }

    /* Stats Section Mobile */
    .hostel-residence-stats-section {
        border-top: 12px solid #ffc800;
        border-bottom: 12px solid #ffc800;
        padding: 57px 15px;
    }

    .hostel-residence-stats-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .hostel-residence-stat-divider {
        display: none;
    }

    .hostel-residence-stat-item {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 20px 15px;
        text-align: center;
        display: block;
    }

    .hostel-residence-stat-item:nth-child(1) {
        order: 3;
        grid-column: 1 / 2;
    }

    .hostel-residence-stat-item:nth-child(3) {
        order: 1;
        grid-column: 1 / 3;
        background-color: transparent;
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        position: relative;
        margin-bottom: 20px;
    }

    .hostel-residence-stat-item:nth-child(3)::before {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-left.svg');
        position: absolute;
        left: 0%;
        width: 55px;
    }

    .hostel-residence-stat-item:nth-child(3)::after {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-right.svg');
        position: absolute;
        right: 0%;
        width: 55px;
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text {
        text-align: left;
    }

    .hostel-residence-stat-item:nth-child(5) {
        order: 2;
        grid-column: 1 / 3;
        padding: 20px 10px;
    }

    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text br {
        display: none;
    }

    .hostel-residence-stat-item:nth-child(7) {
        order: 4;
        grid-column: 2 / 3;
    }

    .hostel-residence-stat-item:nth-child(1)>div,
    .hostel-residence-stat-item:nth-child(5)>div,
    .hostel-residence-stat-item:nth-child(7)>div {
        display: inline;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-number {
        font-size: 20px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
        margin-right: 6px;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-text {
        font-size: 20px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-number {
        font-size: 55px;
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text {
        font-size: 20px;
        line-height: 1.1;
    }

    /* Filters Section Mobile */
    .hostel-residence-filters-title {
        font-size: 38px;
    }

    .hostel-residence-filters-title br {
        display: none;
    }

    .hostel-residence-filter-options .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hostel-residence-filter-options .col-md-3 {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .hostel-residence-room-tags {
        margin-bottom: 19px;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(1) {
        order: 1;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(2) {
        order: 2;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(3) {
        order: 4;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(4) {
        order: 3;
    }

    .hostel-residence-budget-labels {
        font-size: 12px;
    }

    .hostel-residence-filter-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .hostel-residence-clear-filters {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .hostel-residence-radio-mark {
        flex-shrink: 0;
    }

    .hostel-residence-radio {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    #load-more-container {
        text-align: center;
    }

    .hostel-residence-filter-card {
        padding: 30px;
    }

    /* Room Cards Mobile */
    .hostel-residence-badge-yellow {
        font-size: 16px;
        padding: 6px 14px;
    }

    .hostel-residence-tag-light,
    .hostel-residence-tag-dark {
        font-size: 14px;
        padding: 6px 16px;
    }

    .hostel-residence-room-title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .hostel-residence-room-info {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hostel-residence-room-price strong {
        font-size: 36px;
    }

    .hostel-residence-room-price span {
        font-size: 20px;
    }

    .hostel-residence-room-btn-outline,
    .hostel-residence-room-btn-solid {
        font-size: 20px;
        padding: 16px 0;
    }

    .hostel-residence-load-more {
        font-size: 17px;
    }

    /* Amenities Section Mobile */
    .hostel-residence-amenities-section {
        padding: 50px 0;
    }

    .hostel-residence-amenities-title {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .hostel-residence-amenities-title br {
        display: none;
    }

    .hostel-residence-amenities-title strong {
        font-size: 42px;
    }

    .hostel-residence-amenities-desc {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .hostel-residence-amenities-tabs {
        gap: 10px;
        margin-bottom: 50px;
    }

    .hostel-residence-amenities-tabs .btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    .hostel-residence-amenities-subtitle {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .hostel-residence-amenities-subdesc {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .hostel-residence-amenity-content h4 {
        font-size: 24px;
    }

    .hostel-residence-feature-card {
        padding: 30px 20px;
        margin-bottom: 24px;
    }

    .hostel-residence-feature-left {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .hostel-residence-feature-left h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hostel-residence-feature-left p {
        font-size: 18px;
    }

    .hostel-residence-feature-list-card {
        padding: 30px 15px;
    }

    .hostel-residence-feature-list li {
        font-size: 16px;
        padding: 14px 0;
    }

    .hostel-residence-amenities-note {
        font-size: 15px;
    }

    .hostel-residence-amenities-title-start {
        font-size: 1.5rem;
    }

    /* Global Living Section Mobile */
    .hostel-residence-global-living-experience-section {
        padding: 50px 0;
    }

    .hostel-residence-global-living-title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .hostel-residence-global-living-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .hostel-residence-global-living-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab.active,
    .nav-pills .show>.nav-link.hostel-residence-global-living-tab {
        width: auto !important;
        font-size: 16px;
        padding: 16px;
        justify-content: center;
        flex: 1 1 calc(50% - 12px);
        text-align: center;
    }

    .hostel-residence-global-living-tabs #gl-tab-3 {
        order: 1;
    }

    .hostel-residence-global-living-tabs #gl-tab-2 {
        order: 2;
    }

    .hostel-residence-global-living-tabs #gl-tab-4 {
        order: 3;
    }

    .hostel-residence-global-living-tabs #gl-tab-1 {
        order: 4;
    }

    .hostel-residence-global-living-track img {
        height: 250px;
    }

    .hostel-residence-global-living-track {
        gap: 13px;
    }

    /* Security Section Mobile */
    .hostel-residence-security-section {
        padding: 70px 0 60px 0;
    }

    .hostel-security-title {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .hostel-security-subtitle {
        font-size: 18px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .hostel-security-card-inner {
        padding: 30px;
    }

    .hostel-security-card-inner h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hostel-security-card-inner p {
        font-size: 18px;
    }

    /* Booking Section Mobile */
    .hostel-residence-booking-section {
        padding: 50px 0;
    }

    .hostel-residence-booking-header {
        margin-bottom: 40px;
    }

    .hostel-residence-booking-header h2 {
        font-size: 40px;
    }
	
	.hostel-residence-booking-header h2 span{
        font-size: 40px;
    }

    .hostel-residence-booking-header p {
        font-size: 18px;
    }

    .hostel-residence-booking-tab-icon {
        width: 50px;
        height: 50px;
        box-shadow: 0 0 0 5px #ffffff;
        margin-bottom: 10px;
    }

    .hostel-residence-booking-tab-icon img {
        width: 20px;
        height: 20px;
    }

    .hostel-residence-booking-timeline-line {
        top: 25px;
    }

    .hostel-residence-booking-tab-text {
        font-size: 13px;
        white-space: normal;
        max-width: 80px;
        line-height: 1.2;
    }

    .hostel-residence-booking-content {
        margin-top: 30px;
    }

    .hostel-residence-booking-card-dark,
    .hostel-residence-booking-card-light {
        padding: 30px;
    }

    .hostel-residence-booking-card-dark h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hostel-residence-booking-card-light h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .hostel-residence-booking-card-dark p,
    .hostel-residence-booking-card-light p {
        font-size: 18px;
    }

    .hostel-residence-booking-timeline-wrapper {
        margin: 0 auto 40px;
    }

    /* CTA Section Mobile */
    .hostel-residence-cta-card {
        padding: 60px 0px;
    }

    .hostel-residence-cta-card h2 {
        font-size: 45px;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .hostel-residence-cta-card p {
        font-size: 18px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .hostel-residence-cta-buttons {
        align-items: center;
        gap: 16px;
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 22px;
        padding: 22px 20px;
        width: 100%;
        max-width: 100%;
        white-space: normal;
        line-height: 1.2;
    }

    .hostel-residence-cta-card::before {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        transform: translate(20%, -50%);
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
        border-radius: 50%;
        z-index: 1;
        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        opacity: 0.5;
    }

    /* FAQ Section Mobile */
    .desktop-faq-title {
        display: none !important;
    }

    .mobile-faq-title {
        display: block !important;
    }

    .hostel-residence-faq-section {
        padding: 70px 0;
    }

    .hostel-residence-faq-subtitle {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .hostel-residence-faq-title {
        font-size: 2.5rem;
    }

    .hostel-residence-faq-title .hostel-residence-faq-gradient {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 575px) {

    .hostel-residence-hero {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-background-phone.webp');
        padding: 160px 0 50px 0;
        min-height: auto;
        border-bottom: 0;
    }

    .hostel-residence-hero .row {
        display: flex;
        flex-direction: column;
    }

    .hostel-residence-hero-content {
        display: contents;
    }

    .hostel-residence-badge {
        display: inline-flex;
        margin-bottom: 20px;
        align-self: center;
    }

    .hostel-residence-title {
        order: 1;
        padding: 0 15px;
        font-size: 60px;
        margin-bottom: 20px;
        text-align: center;
    }
	
	.hostel-residence-highlight{
		 font-size: 60px;
        margin-bottom: 20px;
        text-align: center;
	}

    .hostel-residence-title br {
        display: none;
    }

    .hostel-residence-desc {
        order: 2;
        padding: 0 15px;
        font-size: 20px;
        margin-bottom: 25px;
        text-align: center;
    }
	
	.hostel-residence-desc strong{
font-size: 20px;
        margin-bottom: 25px;
        text-align: center;
	}

    .hostel-residence-desc br {
        display: none;
    }

    .hostel-residence-hero-image {
        order: 3;
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 39px;
        text-align: center;
    }

    .hostel-residence-hero-image img {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-campus-life-phone.webp');
        transform: scale(1);
        width: 100%;
    }

    .hostel-residence-actions {
        order: 4;
        padding: 0 15px;
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .hostel-residence-btn-primary,
    .hostel-residence-btn-outline {
        font-size: 18px;
        padding: 14px 24px;
        flex: 1;
        width: 100%;
        max-width: none;
        text-align: center;
        justify-content: center;
    }

    /* Stats Section Mobile */
    .hostel-residence-stats-section {
        border-top: 12px solid #ffc800;
        border-bottom: 12px solid #ffc800;
        padding: 57px 15px;
    }

    .hostel-residence-stats-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .hostel-residence-stat-divider {
        display: none;
    }

    .hostel-residence-stat-item {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 20px 15px;
        text-align: center;
        display: block;
    }

    .hostel-residence-stat-item:nth-child(1) {
        order: 3;
        grid-column: 1 / 2;
    }

    .hostel-residence-stat-item:nth-child(3) {
        order: 1;
        grid-column: 1 / 3;
        background-color: transparent;
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        position: relative;
        margin-bottom: 20px;
    }

    .hostel-residence-stat-item:nth-child(3)::before {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-left.svg');
        position: absolute;
        left: calc(50% - 170px);
        width: 55px;
    }

    .hostel-residence-stat-item:nth-child(3)::after {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-right.svg');
        position: absolute;
        right: calc(50% - 170px);
        width: 55px;
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text {
        text-align: left;
    }

    .hostel-residence-stat-item:nth-child(5) {
        order: 2;
        grid-column: 1 / 3;
        padding: 20px 10px;
    }

    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text br {
        display: none;
    }

    .hostel-residence-stat-item:nth-child(7) {
        order: 4;
        grid-column: 2 / 3;
    }

    .hostel-residence-stat-item:nth-child(1)>div,
    .hostel-residence-stat-item:nth-child(5)>div,
    .hostel-residence-stat-item:nth-child(7)>div {
        display: inline;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-number {
        font-size: 20px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
        margin-right: 6px;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-text {
        font-size: 20px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-number {
        font-size: 55px;
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text {
        font-size: 20px;
        line-height: 1.1;
    }

    /* Booking Section Mobile */
    .hostel-residence-booking-section {
        padding: 60px 0;
    }

    .hostel-residence-booking-header {
        margin-bottom: 50px;
    }

    .hostel-residence-booking-header h2 {
        font-size: 48px;
    }
	.hostel-residence-booking-header h2 span{
        font-size: 48px;
    }

    .hostel-residence-booking-header p {
        font-size: 20px;
    }

    .hostel-residence-booking-tab-icon {
        width: 60px;
        height: 60px;
        box-shadow: 0 0 0 6px #ffffff;
        margin-bottom: 15px;
    }

    .hostel-residence-booking-tab-icon img {
        width: 24px;
        height: 24px;
    }

    .hostel-residence-booking-timeline-line {
        top: 30px;
    }

    .hostel-residence-booking-tab-text {
        font-size: 14px;
        white-space: normal;
        max-width: 90px;
        line-height: 1.3;
    }

    .hostel-residence-booking-content {
        margin-top: 40px;
    }

    .hostel-residence-booking-card-dark,
    .hostel-residence-booking-card-light {
        padding: 40px;
    }

    .hostel-residence-booking-card-dark h3 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .hostel-residence-booking-card-light h4 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hostel-residence-booking-card-dark p,
    .hostel-residence-booking-card-light p {
        font-size: 20px;
    }

    .hostel-residence-booking-timeline-wrapper {
        margin: 0 auto 50px;
    }

    /* Filters Section Mobile */
    .hostel-residence-filters-title {
        font-size: 46px;
    }

    .hostel-residence-filters-title br {
        display: none;
    }

    .hostel-residence-filters-desc {
        max-width: 100%;
    }

    .hostel-residence-filter-options .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hostel-residence-filter-options .col-md-3 {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .hostel-residence-room-tags {
        margin-bottom: 20px;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(1) {
        order: 1;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(2) {
        order: 2;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(3) {
        order: 4;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(4) {
        order: 3;
    }

    .hostel-residence-budget-labels {
        font-size: 14px;
    }

    .hostel-residence-filter-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .hostel-residence-clear-filters {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .hostel-residence-radio-mark {
        flex-shrink: 0;
    }

    .hostel-residence-radio {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    #load-more-container {
        text-align: center;
    }

    .hostel-residence-filter-card {
        padding: 40px;
    }

    .hostel-residence-filters-section .row.mt-5 {
        margin-left: -8px;
        margin-right: -8px;
    }

    .hostel-residence-filters-section .row.mt-5>div:not(#load-more-container) {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .hostel-residence-room-content {
        padding: 15px;
    }

    /* Room Cards Mobile */
    .hostel-residence-badge-yellow {
        font-size: 11px;
        padding: 4px 10px;
    }

    .hostel-residence-tag-light,
    .hostel-residence-tag-dark {
        font-size: 11px;
        padding: 4px 8px;
    }

    .hostel-residence-room-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .hostel-residence-room-info {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .hostel-residence-room-price strong {
        font-size: 24px;
    }

    .hostel-residence-room-price span {
        font-size: 13px;
    }

    .hostel-residence-room-btn-outline,
    .hostel-residence-room-btn-solid {
        font-size: 14px;
        padding: 10px 0;
    }

    .hostel-residence-load-more {
        font-size: 16px;
        width: 80%;
    }

    /* Amenities Section Mobile */
    .hostel-residence-amenities-section {
        padding: 60px 0;
    }

    .hostel-residence-amenities-title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .hostel-residence-amenities-title br {
        display: none;
    }

    .hostel-residence-amenities-title strong {
        font-size: 48px;
    }

    .hostel-residence-amenities-desc {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .hostel-residence-amenities-tabs {
        gap: 15px;
        margin-bottom: 50px;
    }

    .hostel-residence-amenities-tabs .btn {
        padding: 12px 24px;
        font-size: 18px;
    }

    .hostel-residence-amenities-subtitle {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .hostel-residence-amenities-subdesc {
        font-size: 18px;
        margin-bottom: 45px;
    }

    .hostel-residence-amenity-content h4 {
        font-size: 26px;
    }

    .hostel-residence-feature-card {
        padding: 40px 30px;
        margin-bottom: 24px;
    }

    .hostel-residence-feature-left {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .hostel-residence-feature-left h3 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .hostel-residence-feature-left p {
        font-size: 20px;
    }

    .hostel-residence-feature-list-card {
        padding: 40px 20px;
    }

    .hostel-residence-feature-list li {
        font-size: 18px;
        padding: 16px 0;
    }

    .hostel-residence-amenities-note {
        font-size: 16px;
    }

    .hostel-residence-amenities-title-start {
        font-size: 1.8rem;
    }

    /* Global Living Section Mobile */
    .hostel-residence-global-living-experience-section {
        padding: 60px 0;
    }

    .hostel-residence-global-living-title {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .hostel-residence-global-living-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .hostel-residence-global-living-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab.active,
    .nav-pills .show>.nav-link.hostel-residence-global-living-tab {
        width: auto !important;
        font-size: 16px;
        padding: 16px 20px;
        justify-content: center;
        flex: 1 1 calc(50% - 15px);
        text-align: center;
    }

    .hostel-residence-global-living-tabs #gl-tab-3 {
        order: 1;
    }

    .hostel-residence-global-living-tabs #gl-tab-2 {
        order: 2;
    }

    .hostel-residence-global-living-tabs #gl-tab-4 {
        order: 3;
    }

    .hostel-residence-global-living-tabs #gl-tab-1 {
        order: 4;
    }

    .hostel-residence-global-living-track img {
        height: 300px;
    }

    .hostel-residence-global-living-track {
        gap: 15px;
    }

    /* Security Section Mobile */
    .hostel-residence-security-section {
        padding: 80px 0 70px 0;
    }

    .hostel-security-title {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .hostel-security-subtitle {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .hostel-security-card-inner {
        padding: 40px;
    }

    .hostel-security-card-inner h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hostel-security-card-inner p {
        font-size: 20px;
    }

    /* CTA Section Mobile */
    .hostel-residence-cta-card {
        padding: 70px 0px;
    }

    .hostel-residence-cta-card h2 {
        font-size: 50px;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .hostel-residence-cta-card p {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .hostel-residence-cta-buttons {
        align-items: center;
        gap: 16px;
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 24px;
        padding: 24px 20px;
        width: 100%;
        max-width: 100%;
        white-space: normal;
        line-height: 1.2;
    }

    .hostel-residence-cta-card::before {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        transform: translate(20%, -50%);
        width: 350px;
        height: 350px;
        background: radial-gradient(circle, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
        border-radius: 50%;
        z-index: 1;
        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        opacity: 0.5;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .hostel-residence-hero {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-background-phone.webp');
        padding: 170px 0 60px 0;
        min-height: auto;
        border-bottom: 0;
    }

    .hostel-residence-hero .row {
        display: flex;
        flex-direction: column;
    }

    .hostel-residence-hero-content {
        display: contents;
    }

    .hostel-residence-badge {
        display: inline-flex;
        margin-bottom: 20px;
        align-self: center;
    }

    .hostel-residence-title {
        order: 1;
        padding: 0 20px;
        font-size: 66px;
        margin-bottom: 20px;
        text-align: center;
    }
	
	.hostel-residence-highlight{
		font-size: 66px;
        margin-bottom: 20px;
        text-align: center;
	}

    .hostel-residence-title br {
        display: none;
    }

    .hostel-residence-desc {
        order: 2;
        padding: 0 20px;
        font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
    }
	
	.hostel-residence-desc strong{
font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
	}

    .hostel-residence-desc br {
        display: none;
    }

    .hostel-residence-hero-image {
        order: 3;
        padding: 0 20px;
        margin-top: 15px;
        margin-bottom: 45px;
        text-align: center;
    }

    .hostel-residence-hero-image img {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-campus-life-phone.webp');
        transform: scale(1);
        width: 100%;
    }

    .hostel-residence-actions {
        order: 4;
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .hostel-residence-btn-primary,
    .hostel-residence-btn-outline {
        font-size: 20px;
        padding: 16px 28px;
        flex: 1;
        width: 100%;
        max-width: none;
        text-align: center;
        justify-content: center;
    }

    /* Stats Section Tablet */
    .hostel-residence-stats-section {
        border-top: 12px solid #ffc800;
        border-bottom: 12px solid #ffc800;
        padding: 65px 20px;
    }

    .hostel-residence-stats-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .hostel-residence-stat-divider {
        display: none;
    }

    .hostel-residence-stat-item {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 25px 20px;
        text-align: center;
        display: block;
    }

    .hostel-residence-stat-item:nth-child(1) {
        order: 3;
        grid-column: 1 / 2;
    }

    .hostel-residence-stat-item:nth-child(3) {
        order: 4;
        grid-column: 2 / 3;
    }

    .hostel-residence-stat-item:nth-child(5) {
        order: 1;
        grid-column: 1 / 3;
        background-color: transparent;
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        position: relative;
        margin-bottom: 25px;
    }

    .hostel-residence-stat-item:nth-child(5)::before {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-left.svg');
        position: absolute;
        left: calc(50% - 203px);
        width: 65px;
    }

    .hostel-residence-stat-item:nth-child(5)::after {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-right.svg');
        position: absolute;
        right: calc(50% - 203px);
        width: 65px;
    }

    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text {
        text-align: left;
    }

    .hostel-residence-stat-item:nth-child(7) {
        order: 2;
        grid-column: 1 / 3;
        padding: 20px 10px;
    }

    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-text br {
        display: none;
    }

    .hostel-residence-stat-item:nth-child(1)>div,
    .hostel-residence-stat-item:nth-child(3)>div,
    .hostel-residence-stat-item:nth-child(7)>div {
        display: inline;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-number {
        font-size: 22px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
        margin-right: 8px;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-text {
        font-size: 22px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
    }

    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-number {
        font-size: 60px;
    }

    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text {
        font-size: 22px;
        line-height: 1.1;
    }

    /* Filters Section Tablet */
    .hostel-residence-filters-title {
        font-size: 52px;
    }

    .hostel-residence-filters-title br {
        display: none;
    }

    .hostel-residence-filters-desc {
        max-width: 100%;
        font-size: 20px;
    }

    .hostel-residence-filter-options .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hostel-residence-filter-options .col-md-3 {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .hostel-residence-room-tags {
        margin-bottom: 20px;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(1) {
        order: 1;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(2) {
        order: 2;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(3) {
        order: 4;
    }

    .hostel-residence-filter-options .col-md-3:nth-child(4) {
        order: 3;
    }

    .hostel-residence-budget-labels {
        font-size: 15px;
    }

    .hostel-residence-filter-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .hostel-residence-clear-filters {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .hostel-residence-radio-mark {
        flex-shrink: 0;
    }

    .hostel-residence-radio {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
    }

    #load-more-container {
        text-align: center;
    }

    .hostel-residence-filter-card {
        padding: 38px;
    }

    .hostel-residence-filters-section .row.mt-5 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .hostel-residence-filters-section .row.mt-5>div:not(#load-more-container) {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hostel-residence-room-content {
        padding: 20px;
    }

    /* Room Cards Tablet */
    .hostel-residence-badge-yellow {
        font-size: 12px;
        padding: 5px 12px;
    }

    .hostel-residence-tag-light,
    .hostel-residence-tag-dark {
        font-size: 12px;
        padding: 5px 10px;
    }

    .hostel-residence-room-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .hostel-residence-room-info {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .hostel-residence-room-price strong {
        font-size: 28px;
    }

    .hostel-residence-room-price span {
        font-size: 14px;
    }

    .hostel-residence-room-btn-outline,
    .hostel-residence-room-btn-solid {
        font-size: 16px;
        padding: 12px 0;
    }

    .hostel-residence-load-more {
        font-size: 18px;
        width: 60%;
    }

    /* Amenities Section Tablet */
    .hostel-residence-amenities-section {
        padding: 70px 0;
    }

    .hostel-residence-amenities-title {
        font-size: 46px;
        margin-bottom: 25px;
    }

    .hostel-residence-amenities-title br {
        display: none;
    }

    .hostel-residence-amenities-title strong {
        font-size: 56px;
    }

    .hostel-residence-amenities-desc {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .hostel-residence-amenities-tabs {
        gap: 20px;
        margin-bottom: 50px;
    }

    .hostel-residence-amenities-tabs .btn {
        padding: 14px 28px;
        font-size: 17px;
    }

    .hostel-residence-amenities-subtitle {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .hostel-residence-amenities-subdesc {
        font-size: 20px;
        margin-bottom: 45px;
    }

    .hostel-residence-amenity-content h4 {
        font-size: 28px;
    }

    .hostel-residence-feature-card {
        padding: 50px 40px;
        margin-bottom: 30px;
    }

    .hostel-residence-feature-left {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .hostel-residence-feature-left h3 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .hostel-residence-feature-left p {
        font-size: 22px;
    }

    .hostel-residence-feature-list-card {
        padding: 50px 30px;
    }

    .hostel-residence-feature-list li {
        font-size: 20px;
        padding: 18px 0;
    }

    .hostel-residence-amenities-note {
        font-size: 18px;
    }

    .hostel-residence-amenities-title-start {
        font-size: 2rem;
    }

    /* Global Living Section Tablet */
    .hostel-residence-global-living-experience-section {
        padding: 70px 0;
    }

    .hostel-residence-global-living-title {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .hostel-residence-global-living-subtitle {
        font-size: 22px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .hostel-residence-global-living-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab.active,
    .nav-pills .show>.nav-link.hostel-residence-global-living-tab {
        width: auto !important;
        font-size: 18px;
        padding: 18px 24px;
        justify-content: center;
        flex: 1 1 calc(50% - 20px);
        text-align: center;
    }

    .hostel-residence-global-living-tabs #gl-tab-3 {
        order: 1;
    }

    .hostel-residence-global-living-tabs #gl-tab-2 {
        order: 2;
    }

    .hostel-residence-global-living-tabs #gl-tab-4 {
        order: 3;
    }

    .hostel-residence-global-living-tabs #gl-tab-1 {
        order: 4;
    }

    .hostel-residence-global-living-track img {
        height: 350px;
    }

    .hostel-residence-global-living-track {
        gap: 20px;
    }

    /* CTA Section Tablet */
    .hostel-residence-cta-card {
        padding: 80px 0px;
    }

    .hostel-residence-cta-card h2 {
        font-size: 56px;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .hostel-residence-cta-card p {
        font-size: 22px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .hostel-residence-cta-buttons {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 22px;
        padding: 20px 20px;
        width: 100%;
        max-width: 400px;
        white-space: normal;
        line-height: 1.2;
    }

    .hostel-residence-cta-card::before {
        content: '';
        position: absolute;
        top: 22%;
        right: 0;
        transform: translate(20%, -50%);
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
        border-radius: 50%;
        z-index: 1;
        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {
    .hostel-residence-global-living-tabs {
        flex-direction: column;
    }

    .hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab {
        width: 100%;
        justify-content: center;
    }

    .hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab.active,
    .nav-pills .show>.nav-link.hostel-residence-global-living-tab{
        border-radius: 15px;
        font-size: 16px !important;
        padding: 16px !important;
    }
	
		.hostel-residence-booking-section {
		padding: 75px 0 !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hostel-residence-hero {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-background-phone.webp');
        padding: 220px 0 70px 0;
        min-height: auto;
        border-bottom: 0;
    }

    .hostel-residence-hero .row {
        display: flex;
        flex-direction: column;
    }

    .hostel-residence-hero-content {
        display: contents;
    }

    .hostel-residence-badge {
        display: inline-flex;
        margin-bottom: 25px;
        align-self: center;
        font-size: 16px;
        padding: 10px 28px;
    }

    .hostel-residence-title {
        order: 1;
        padding: 0 20px;
        font-size: 72px;
        margin-bottom: 25px;
        text-align: center;
    }
	
	..hostel-residence-highlight {
        font-size: 72px;
        margin-bottom: 25px;
        text-align: center;
    }

    .hostel-residence-title br {
        display: none;
    }

    .hostel-residence-desc {
        order: 2;
        padding: 0 20px;
        font-size: 24px;
        margin-bottom: 35px;
        text-align: center;
    }
	
	.hostel-residence-desc strong{
        font-size: 24px;
        margin-bottom: 35px;
        text-align: center;
    }

    .hostel-residence-desc br {
        display: none;
    }

    .hostel-residence-hero-image {
        order: 3;
        padding: 0 30px;
        margin-top: 20px;
        margin-bottom: 55px;
        text-align: center;
    }

    .hostel-residence-hero-image img {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-campus-life-phone.webp');
        transform: scale(1);
        width: 90%;
        margin: 0 auto;
    }

    .hostel-residence-actions {
        order: 4;
        padding: 0 30px;
        display: flex;
        flex-direction: row;
        gap: 20px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .hostel-residence-btn-primary,
    .hostel-residence-btn-outline {
        font-size: 22px;
        padding: 18px 32px;
        flex: 1;
        width: 100%;
        max-width: none;
        text-align: center;
        justify-content: center;
    }

    /* Stats Section Tablet MD */
    .hostel-residence-stats-section {
        border-top: 12px solid #ffc800;
        border-bottom: 12px solid #ffc800;
        padding: 80px 30px;
    }

    .hostel-residence-stats-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .hostel-residence-stat-divider {
        display: none;
    }

    .hostel-residence-stat-item {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 30px 25px;
        text-align: center;
        display: block;
    }

    .hostel-residence-stat-item:nth-child(1) {
        order: 3;
        grid-column: 1 / 2;
    }

    .hostel-residence-stat-item:nth-child(7) {
        order: 4;
        grid-column: 2 / 3;
    }

    .hostel-residence-stat-item:nth-child(3) {
        order: 1;
        grid-column: 1 / 3;
        background-color: transparent;
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        position: relative;
        margin-bottom: 35px;
    }

    .hostel-residence-stat-item:nth-child(3)::before {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-left.svg');
        position: absolute;
        left: calc(50% - 215px);
        width: 75px;
    }

    .hostel-residence-stat-item:nth-child(3)::after {
        content: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/hostel-residence-laurel-right.svg');
        position: absolute;
        right: calc(50% - 215px);
        width: 75px;
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text {
        text-align: left;
    }

    .hostel-residence-stat-item:nth-child(5) {
        order: 2;
        grid-column: 1 / 3;
        padding: 25px 15px;
    }

    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text br {
        display: none;
    }

    .hostel-residence-stat-item:nth-child(1)>div,
    .hostel-residence-stat-item:nth-child(5)>div,
    .hostel-residence-stat-item:nth-child(7)>div {
        display: inline;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-number,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-number {
        font-size: 26px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
        margin-right: 10px;
    }

    .hostel-residence-stat-item:nth-child(1) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(5) .hostel-residence-stat-text,
    .hostel-residence-stat-item:nth-child(7) .hostel-residence-stat-text {
        font-size: 26px;
        color: #ffffff;
        font-family: var(--font-figtree-bold);
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-number {
        font-size: 70px;
    }

    .hostel-residence-stat-item:nth-child(3) .hostel-residence-stat-text {
        font-size: 24px;
        line-height: 1.1;
    }

    /* Amenities Section Tablet MD */
    .hostel-residence-amenities-section {
        padding: 80px 0;
    }

    .hostel-residence-amenities-title {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .hostel-residence-amenities-title br {
        display: none;
    }

    .hostel-residence-amenities-title strong {
        font-size: 60px;
    }

    .hostel-residence-amenities-desc {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .hostel-residence-amenities-tabs {
        gap: 25px;
        margin-bottom: 50px;
    }

    .hostel-residence-amenities-tabs .btn {
        padding: 16px 32px;
        font-size: 18px;
    }

    .hostel-residence-amenities-subtitle {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .hostel-residence-amenities-subdesc {
        font-size: 22px;
        margin-bottom: 45px;
    }

    .hostel-residence-amenity-content h4 {
        font-size: 30px;
    }

    .hostel-residence-feature-card {
        padding: 60px 50px;
        margin-bottom: 40px;
    }

    .hostel-residence-feature-left {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .hostel-residence-feature-left h3 {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .hostel-residence-feature-left p {
        font-size: 24px;
    }

    .hostel-residence-feature-list-card {
        padding: 60px 40px;
    }

    .hostel-residence-feature-list li {
        font-size: 22px;
        padding: 20px 0;
    }

    .hostel-residence-amenities-note {
        font-size: 20px;
    }

    .hostel-residence-amenities-title-start {
        font-size: 2.2rem;
    }

    /* Global Living Section Tablet MD */
    .hostel-residence-global-living-experience-section {
        padding: 80px 0;
    }

    .hostel-residence-global-living-title {
        font-size: 56px;
        margin-bottom: 25px;
        text-align: center;
    }

    .hostel-residence-global-living-subtitle {
        font-size: 24px;
        margin-bottom: 45px;
        padding: 0 30px;
        text-align: center;
    }

    .hostel-residence-global-living-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab,
    .nav-pills .nav-link.hostel-residence-global-living-tab.active,
    .nav-pills .show>.nav-link.hostel-residence-global-living-tab {
        width: auto !important;
        font-size: 18px;
        padding: 16px 28px;
        justify-content: center;
        flex: none;
        text-align: center;
    }

    .hostel-residence-global-living-tabs #gl-tab-3 {
        order: 1;
    }

    .hostel-residence-global-living-tabs #gl-tab-2 {
        order: 2;
    }

    .hostel-residence-global-living-tabs #gl-tab-4 {
        order: 3;
    }

    .hostel-residence-global-living-tabs #gl-tab-1 {
        order: 4;
    }

    .hostel-residence-global-living-track img {
        height: 400px;
    }

    .hostel-residence-global-living-track {
        gap: 25px;
    }

    /* Booking Section Tablet MD */
    .hostel-residence-booking-section {
        padding: 80px 0;
    }

    .hostel-residence-booking-header {
        margin-bottom: 50px;
    }

    .hostel-residence-booking-header h2 {
        font-size: 48px;
        margin-bottom: 12px;
    }
	
	.hostel-residence-booking-header h2 span{
		 font-size: 48px;
        margin-bottom: 12px;
	}
	
	

    .hostel-residence-booking-header p {
        font-size: 18px;
        max-width: 90%;
    }

    .hostel-residence-booking-timeline-wrapper {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .hostel-residence-booking-tab-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 12px;
        box-shadow: 0 0 0 5px #ffffff;
    }

    .hostel-residence-booking-tab-icon img {
        width: 22px;
        height: 22px;
    }

    .hostel-residence-booking-timeline-line {
        top: 28px;
    }

    .hostel-residence-booking-tab-text {
        font-size: 16px;
        white-space: normal;
        max-width: 140px;
    }

    .hostel-residence-booking-card-dark {
        padding: 35px;
    }

    /* CTA Section Tablet MD */
    .hostel-residence-cta-card {
        padding: 80px 40px;
    }

    .hostel-residence-cta-card h2 {
        font-size: 56px;
        line-height: 1.1;
        margin-bottom: 20px;
        text-align: left;
    }

    .hostel-residence-cta-card p {
        font-size: 24px;
        max-width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }

    .hostel-residence-cta-section .col-lg-5 {
        display: flex;
    }

    .hostel-residence-cta-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 20px;
        padding: 18px 24px;
        width: auto;
        flex: 1;
        text-align: center;
    }

    .hostel-residence-cta-card::before {
        top: 16%;
        transform: translate(45%, -50%);
    }

    .hostel-residence-cta-card:hover::before {
        transform: translate(40%, -50%) scale(1.02);
    }
	


    /* Security Section Tablet MD */
    .hostel-residence-security-section {
        padding: 80px 0;
    }

    .hostel-security-title {
        font-size: 52px;
        margin-bottom: 20px;
    }

    .hostel-security-subtitle {
        font-size: 20px;
        max-width: 90%;
        margin-bottom: 40px;
    }

    .hostel-security-card-inner {
        padding: 25px;
    }

    .hostel-security-card-inner h3 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .hostel-security-card-inner p {
        font-size: 16px;
    }

    /* FAQ Section Tablet MD */
    .hostel-residence-faq-summary {
        font-size: 22px;
        padding: 26px 0;
    }

    .hostel-residence-faq-details-content {
        font-size: 18px;
    }

    .hostel-residence-btn-dark {
        font-size: 20px;
        padding: 16px 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
	
	.hostel-residence-hero .container{
		padding-top: 100px !important;
	}

    .hostel-residence-desc {
        font-size: 20px;
    }

    .hostel-residence-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .hostel-residence-btn-primary,
    .hostel-residence-btn-outline {
        font-size: 20px;
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    /* Stats Section Tablet LG */
    .hostel-residence-stat-number {
        font-size: 42px;
    }

    .hostel-residence-stat-text {
        font-size: 16px;
    }

    .hostel-residence-stat-item {
        gap: 10px;
    }

    .hostel-residence-stats-wrapper {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .hostel-residence-cta-card::before {
        transform: translate(26%, -50%);
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 22px;
        padding: 18px 36px;
        max-width: 400px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
	
	.hostel-residence-hero .container{
		padding-top: 100px !important;
	}

    .hostel-residence-btn-primary,
    .hostel-residence-btn-outline {
        font-size: 20px;
        padding: 16px 36px;
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 20px;
        padding: 18px 36px;
        max-width: 400px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1550px){
	.hostel-residence-hero .container{
		padding-top: 80px !important;
	}
}

@media screen and (min-width : 1600px) {
    .hostel-residence-cta-card::before {
        transform: translate(20%, -50%);
        width: 900px;
        height: 900px;
    }

    .hostel-residence-cta-card:hover::before {
        transform: translate(13%, -50%) scale(1.02);
    }

    .hostel-residence-btn-cta-primary,
    .hostel-residence-btn-cta-outline {
        font-size: 20px;
        padding: 18px 36px;
        max-width: 400px;
    }
}

@media screen and (min-width : 1800px) {
    .hostel-residence-cta-card::before {
        transform: translate(17%, -50%);
        width: 1100px;
        height: 1100px;
    }

    .hostel-residence-cta-card:hover::before {
        transform: translate(13%, -50%) scale(1.02);
    }
}

@media screen and (min-width:2100px) {
    .hostel-residence-cta-card::before {
        transform: translate(12%, -50%);
        width: 1300px;
        height: 1300px;
    }

    .hostel-residence-cta-card:hover::before {
        transform: translate(3%, -50%) scale(1.02);
    }
}

/* Default Apply Area */

.apply-area {
    background: linear-gradient(90deg, #362b8d -13.85%, #9360a2 24.7%, #f9c474 84.1%);
    padding: .75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.apply-area .apply-area-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.apply-area .apply-area-wrapper .apply-area-img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 .4375rem;
}

.apply-area .admission {
    padding-right: 1rem;
    border-right: 2px solid var(--white);
}

.apply-area .apply-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    gap: .4375rem;
    transition: .35s;
}

.apply-area .apply-area-wrapper .apply-area-img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 .4375rem;
}

.page-id-58518 .mb-4 {
    margin-bottom: 1.5rem !important;
}

.page-id-58518 .mt-4 {
    margin-top: 1.5rem !important;
}

.page-id-58518 .tab-content {
    background: none !important;
	padding : 0px !important;
}

.page-id-58518 .header {
    background-color: #0f0445 !important;
    z-index: 99 !important;
}



/* ==========================================================================
   5. ADMISSIONS & CALLBACK BANNER BLOCK
   ========================================================================== */

.admissions-section {
    z-index: 1;
    padding: 80px 0px;
    background: radial-gradient(75.83% 133% at -12.67% 118.64%, #000000 0%, #1E0F6B 100%);
    font-family: var(--font-figtree-regular);
}

.admissions-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 42%;
    background-color: #0F0445;
    z-index: 1;
}

.admissions-bg-yellow-stripe {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    height: 90px;
    background-color: #FFC800;
    z-index: 1;
}

.admissions-bg-bottom {
    position: absolute;
    top: calc(42% + 90px);
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 1;
}

.admissions-cap-icon {
    width: 100px;
    height: auto;
}


/* ==========================================================================
   ADMISSIONS TYPOGRAPHY
   ========================================================================== */

.admissions-sub-badge {
    color: #fff;
    font-family: var(--font-figtree-bold);
    font-weight: 700;
}

.admissions-main-heading {
    font-family: var(--font-polymath-bold);
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15;
    color: #FFC800;
    letter-spacing: -0.02em;
}

.admissions-left-desc {
    font-family: var(--font-figtree-regular);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 480px !important;
    color: #ffffff;
}

.check-circle-yellow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}


/* ==========================================================================
   LEFT CONTACT DETAILS
   ========================================================================== */

.left-contact-details {
    padding: 40px;
    font-family: var(--font-figtree-regular);
}


/* ==========================================================================
   CALLBACK HEADING
   ========================================================================== */

.callback-heading {
    font-family: var(--font-polymath-bold);
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
}


/* ==========================================================================
   CALLBACK FORM CARD
   ========================================================================== */

.callback-card {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.callback-input {
    background-color: #F4F4F6 !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-family: var(--font-figtree-regular);
    font-size: 14px !important;
    font-weight: 400;
    padding: 10px 14px !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
}

#phone,
.country-phone {
    width: 100% !important;
    height: 42px;
    border-radius: 8px;
    background-color: #F4F4F6 !important;
    border: 1px solid transparent !important;
    font-family: var(--font-figtree-regular);
}

textarea.callback-input {
    resize: none;
}

.select-arrow {
    appearance: none;
    font-family: var(--font-figtree-regular);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px !important;
}

.btn-yellow-submit {
    background-color: #FFC800 !important;
    color: #0F0445 !important;
    border: none !important;
    border-radius: 50px !important;
    font-family: var(--font-figtree-bold);
    font-weight: 700;
    transition: background-color 0.2s ease !important;
}

.btn-yellow-submit:hover {
    background-color: #e0b000 !important;
}

.callback-card .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.callback-card .wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0;
    border-radius: .5rem;
    font-family: var(--font-figtree-regular);
    font-size: .875rem;
}

.callback-card .wpcf7-not-valid-tip {
    font-family: var(--font-figtree-regular);
    font-size: .75rem;
    margin-top: .25rem;
}

.callback-card .wpcf7-spinner {
    position: absolute;
}


/* ==========================================================================
   TALK BANNER
   ========================================================================== */

.talk-banner {
    padding: 36px;
    background: #0F0445;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.talk-banner-circles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.banner-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: radial-gradient(50% 50% at 50% 50%, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
    transform: translateY(-50%);
    top: 50%;
}

.circle-1,
.circle-2,
.circle-3 {
    width: 640px;
    height: 640px;
}

.circle-1 {
    right: -160px;
    opacity: 0.8;
    z-index: 1;
}

.circle-2 {
    right: -140px;
    opacity: 0.9;
    z-index: 2;
}

.circle-3 {
    right: -120px;
    opacity: 1;
    z-index: 3;
}

.btn-white-pill {
    background-color: #ffffff;
    color: #0F0445;
    border: none;
    border-radius: 50px;
    font-family: var(--font-figtree-semibold);
    font-size: 18px;
    font-weight: 600;
    transition: background 0.2s ease;
    z-index: 9;
}

.btn-white-pill:hover {
    background-color: #e8e8e8;
    color: #0F0445;
}

.btn-outline-white-pill {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    font-family: var(--font-figtree-semibold);
    font-size: 18px;
    font-weight: 600;
    transition: border-color 0.2s ease, background 0.2s ease;
    z-index: 9;
}

.btn-outline-white-pill:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}


/* ==========================================================================
   CITY DROPDOWN UI
   ========================================================================== */

.pu-city-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.pu-city-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
    max-height: 240px;
    overflow-y: auto;
    margin: 4px 0 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .12);
}

.pu-city-list.is-open {
    display: block;
}

.pu-city-item {
    padding: 9px 12px;
    border-radius: 8px;
    font-family: var(--font-figtree-regular);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #0B1B49;
    cursor: pointer;
}

.pu-city-item:hover,
.pu-city-item.is-active {
    background: #F1EFFE;
    color: #5641E0;
}


/* ==========================================================================
   RESPONSIVE - 1399px
   ========================================================================== */

@media (max-width: 1399.98px) {

    .circle-1,
    .circle-2,
    .circle-3 {
        width: 520px;
        height: 520px;
    }

}


/* ==========================================================================
   RESPONSIVE - TABLET / SMALL DESKTOP
   ========================================================================== */

@media (min-width: 768px) and (max-width: 1399.98px) {

    .admissions-main-heading {
        font-size: clamp(30px, 4vw, 44px);
    }

}


/* ==========================================================================
   RESPONSIVE - TABLET
   ========================================================================== */

@media (min-width: 768px) and (max-width: 991.98px) {

    .left-contact-details {
        padding: 30px;
    }

    .circle-1,
    .circle-2,
    .circle-3 {
        width: 380px;
        height: 380px;
    }

    .btn-white-pill,
    .btn-outline-white-pill {
        font-size: 16px;
    }

}


/* ==========================================================================
   RESPONSIVE - BELOW 992px
   ========================================================================== */

@media (max-width: 991.98px) {

    .admissions-main-heading {
        font-size: 36px;
    }

    .admissions-card svg {
        width: 75px !important;
        height: 75px !important;
    }

    .admissions-card svg path {
        fill: #ffc800 !important;
        opacity: 1;
    }

    .page-id-55055 .admissions-card svg path {
        fill: #f5f5f55c !important;
        opacity: 1;
    }

}


/* ==========================================================================
   DESKTOP SVG
   ========================================================================== */

@media (min-width: 992px) {

    .admissions-card svg path {
        fill: #fff !important;
    }

}


/* ==========================================================================
   MOBILE - BELOW 768px
   ========================================================================== */

@media (max-width: 767.98px) {

    .admissions-section {
        padding: 35px 0px 25px !important;
    }

    .admissions-card {
        padding: 15px !important;
    }

    .admissions-card .col-lg-6 {
        padding: 0px !important;
    }

    .talk-banner {
        overflow: hidden;
    }

    .talk-banner-circles {
        display: none;
    }

    .talk-banner-btn-group {
        width: 100%;
    }

    .talk-banner-btn-group .btn {
        flex: 1 1 100%;
        text-align: center;
        justify-content: center;
        font-family: var(--font-figtree-semibold);
        font-size: 15px;
    }

    .callback-card {
        padding: 5px !important;
    }

    .callback-heading {
        font-size: 20px !important;
    }

    .left-contact-details {
        padding: 20px;
    }

}


/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {

    .pu-city-list {
        max-height: 200px;
    }

    .pu-city-item {
        font-size: 14px;
        padding: 8px 10px;
    }

}


/* ==========================================================================
   LAKSHYA CONTACT CONTENT
   ========================================================================== */

.lakshya-contact-content {
    max-width: 560px;
}


/* ================================
   TEXT
   ================================ */

.lakshya-description,
.lakshya-admission,
.lakshya-location {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-figtree-regular);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 400;
}


/* Description */

.lakshya-description {
    margin-bottom: 16px;
}


/* Admissions */

.lakshya-admission {
    margin-bottom: 0;
}

.lakshya-admission span {
    color: #ffc400;
    font-family: var(--font-figtree-bold);
    font-weight: 700;
}

.lakshya-admission a {
    color: #ffffff;
    font-family: var(--font-figtree-semibold);
    font-weight: 600;
    text-decoration: none;
}


/* Location */

.lakshya-location {
    margin-top: 0;
}


/* ================================
   BUTTON CONTAINER
   ================================ */

.lakshya-contact-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    /*
     * Large gap between location
     * and Apply Now from screenshot
     */
    margin-top: 68px;
}


/* ================================
   BUTTON
   ================================ */

.lakshya-contact-button {
    margin: 0;
    padding: 0;
}

.lakshya-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    height: 43px;

    padding: 5px 26px !important;

    border-radius: 999px;

    font-family: var(--font-figtree-bold);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    transition: all 0.25s ease;
}


/* ================================
   APPLY NOW
   ================================ */

.lakshya-btn-primary {
    min-width: 150px;

    background: #ffc400;
    border: 2px solid #ffc400;

    color: #111111;
}


/* ================================
   OUTLINE BUTTONS
   ================================ */

.lakshya-btn-outline {
    background: transparent;

    border: 2px solid #ffffff;

    color: #ffffff;
}


/* Book a lab tour */

.lakshya-contact-button:nth-child(2) .lakshya-btn-outline {
    min-width: 174px;
}


/* Faculty collaboration */

.lakshya-contact-button:nth-child(3) .lakshya-btn-outline {
    min-width: 217px;
}


/* ================================
   ICON
   ================================ */

.lakshya-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    font-family: var(--font-figtree-regular);
    font-size: 17px;
    line-height: 1;
}


/* ================================
   HOVER
   ================================ */

.lakshya-btn:hover {
    transform: translateY(-2px);
}

.lakshya-btn-primary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #111111;
}


/* .lakshya-btn-outline:hover {
    background: #ffffff;
    color: #100650;
} */


/* ================================
   MOBILE
   ================================ */

@media (max-width: 767px) {

    .lakshya-contact-content {
        max-width: 100%;
    }

    .lakshya-description,
    .lakshya-admission,
    .lakshya-location {
        font-size: 16px;
        line-height: 1.3;
    }

    .lakshya-contact-buttons {
        margin-top: 45px;
        gap: 10px;
    }

    .lakshya-btn {
        height: 44px;
        font-size: 15px;
    }

}


/* ==========================================================================
   CONTACT IMAGE
   ========================================================================== */

.lakshya-contact-image {
    display: block;
    width: 100%;
    height: 850px;
    object-fit: contain;
}

@media (max-width: 991px) {

    .lakshya-contact-image {
        height: 650px;
    }

}

@media (max-width: 767px) {

    .lakshya-contact-image {
        height: 500px;
    }

}

@media (max-width: 480px) {

    .lakshya-contact-image {
        height: 365px;
        object-fit: cover;
        border-radius: 14px;
    }

}


/* ========================================
   BUTTONS - DESKTOP
   ======================================== */

.lakshya-contact-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 68px;
}

.lakshya-contact-button {
    margin: 0;
    padding: 0;
}

.lakshya-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 43px;
    padding: 0 26px;

    border-radius: 999px;

    font-family: var(--font-figtree-bold);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none;
    white-space: nowrap;

    transition: all 0.25s ease;
}


/* Apply Now */

.lakshya-btn-primary {
    min-width: 150px;

    background: #ffc400;
    border: 2px solid #ffc400;
    color: #111;
}


/* Outline buttons */

.lakshya-btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}


/* ========================================
   MOBILE
   ======================================== */

@media (max-width: 767px) {

    .lakshya-contact-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        align-items: center;
        justify-content: flex-start;

        column-gap: 12px;
        row-gap: 10px;

        margin-top: 28px;
    }

    .lakshya-contact-button {
        flex: 0 0 auto;
        width: auto;
    }

    .lakshya-btn {
        height: 48px;
        padding: 0 26px;

        font-family: var(--font-figtree-bold);
        font-size: 16px;

        white-space: nowrap;
    }

    .lakshya-btn-primary {
        min-width: 145px;
    }

    .lakshya-contact-button:nth-child(2) .lakshya-btn {
        min-width: 177px;
    }

    .lakshya-contact-button:nth-child(3) .lakshya-btn {
        min-width: 226px;
    }

}


/* ========================================
   SMALL MOBILE
   ======================================== */

@media (max-width: 400px) {

    .lakshya-contact-buttons {
        column-gap: 10px;
        row-gap: 10px;
    }

    .lakshya-btn {
        height: 46px;
        padding: 0 22px;
        font-family: var(--font-figtree-bold);
        font-size: 15px;
    }

    .lakshya-btn-primary {
        min-width: 140px;
    }

    .lakshya-contact-button:nth-child(2) .lakshya-btn {
        min-width: 170px;
    }

    .lakshya-contact-button:nth-child(3) .lakshya-btn {
        min-width: 220px;
    }

}


/* =========================================================
   ADMISSIONS CALLBACK FORM - FINAL FIX
   ========================================================= */

/* Right column */
.admissions-section .row > .col-lg-6:last-child {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* =========================================================
   CALLBACK CARD
   ========================================================= */

.admissions-section .row > .col-lg-6:last-child .wpcf7 {
    width: 100%;
    min-width: 0;

    box-sizing: border-box;

    background: #ffffff;
    border-radius: 14px;

    padding: 30px;

    margin: 0;
}


/* CF7 form */
.admissions-section .wpcf7 form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   IMPORTANT - PREVENT FIELD SQUEEZING
   ========================================================= */

.admissions-section .callback-row {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;

    gap: 14px;

    box-sizing: border-box;
}

.admissions-section .callback-col {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
}


/* Make every field respect its parent width */
.admissions-section .callback-col .wpcf7-form-control-wrap,
.admissions-section .callback-row-full .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}


/* =========================================================
   LABEL
   ========================================================= */

.admissions-section .wpcf7 form label {
    display: block;
    width: 100%;
    margin: 0 0 5px;

    font-family: var(--font-figtree-semibold) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.25;

    color: #000000;
}


/* =========================================================
   INPUT STYLE
   ========================================================= */

.admissions-section .wpcf7 input[type="text"],
.admissions-section .wpcf7 input[type="email"],
.admissions-section .wpcf7 input[type="tel"],
.admissions-section .wpcf7 input[type="number"],
.admissions-section .wpcf7 select,
.admissions-section .wpcf7 textarea,
.admissions-section .callback-input {

    display: block;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;

    box-sizing: border-box;

    background-color: #f4f4f6 !important;

    border: 1px solid transparent !important;
    border-radius: 8px !important;

    font-family: var(--font-figtree-regular) !important;
    font-size: 14px !important;
    font-weight: 400;

    color: #333333 !important;

    outline: none !important;
    box-shadow: none !important;

    transition: border-color .2s ease,
                background-color .2s ease;
}


/* Normal input */
.admissions-section .wpcf7 input[type="text"],
.admissions-section .wpcf7 input[type="email"],
.admissions-section .wpcf7 input[type="tel"],
.admissions-section .wpcf7 input[type="number"],
.admissions-section .wpcf7 select,
.admissions-section .callback-input {

    height: 42px !important;

    padding: 0 13px !important;
}


/* Textarea */
.admissions-section .wpcf7 textarea {
    height: 64px !important;
    min-height: 64px !important;

    padding: 10px 13px !important;

    resize: none;
}


/* =========================================================
   PLACEHOLDER
   ========================================================= */

.admissions-section .wpcf7 input::placeholder,
.admissions-section .wpcf7 textarea::placeholder {

    font-family: var(--font-figtree-regular) !important;
    font-size: 14px !important;
    font-weight: 400;

    color: #777777 !important;
    opacity: 1;
}


/* =========================================================
   FOCUS
   ========================================================= */

.admissions-section .wpcf7 input:focus,
.admissions-section .wpcf7 select:focus,
.admissions-section .wpcf7 textarea:focus {

    background-color: #f4f4f6 !important;

    border-color: #d8d8dc !important;

    outline: none !important;
    box-shadow: none !important;
}


/* =========================================================
   PHONE FIELD - FIX FLAG / NUMBER OVERLAP
   ========================================================= */

.admissions-section .wpcf7 .iti {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;

    display: block;
}


/* Actual phone input */
.admissions-section .wpcf7 .iti input[type="tel"],
.admissions-section .wpcf7 input#phone,
.admissions-section .wpcf7 input.country-phone {

    width: 100% !important;
    max-width: 100% !important;

    height: 42px !important;

    box-sizing: border-box;

    padding-left: 82px !important;
    padding-right: 13px !important;

    background-color: #f4f4f6 !important;

    border: 1px solid transparent !important;
    border-radius: 8px !important;

    font-family: var(--font-figtree-regular) !important;
    font-size: 14px !important;
}


/* Phone country selector */
.admissions-section .wpcf7 .iti__selected-flag {
    height: 100%;

    padding: 0 8px 0 10px;

    display: flex;
    align-items: center;
}


/* Country dropdown area */
.admissions-section .wpcf7 .iti__flag-container {
    height: 100%;
}


/* Prevent the flag container from overlapping number */
.admissions-section .wpcf7 .iti__selected-dial-code {
    font-family: var(--font-figtree-regular);
    font-size: 13px;
}


/* =========================================================
   SELECT
   ========================================================= */

.admissions-section .wpcf7 select,
.admissions-section .select-arrow {

    appearance: none;
    -webkit-appearance: none;

    padding-right: 34px !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 11px !important;
}


/* =========================================================
   FIELD SPACING
   ========================================================= */

.admissions-section .wpcf7 form p {
    margin: 0 0 15px;
    padding: 0;
}

.admissions-section .wpcf7 form p:last-of-type {
    margin-bottom: 0;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.admissions-section .wpcf7 input[type="submit"],
.admissions-section .btn-yellow-submit {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 50px !important;

    margin: 25px 0 0 !important;

    padding: 0 25px !important;

    box-sizing: border-box;

    background-color: #ffc800 !important;

    color: #0f0445 !important;

    border: none !important;
    border-radius: 50px !important;

    font-family: var(--font-figtree-bold) !important;
    font-size: 16px !important;
    font-weight: 700 !important;

    cursor: pointer;
}


/* =========================================================
   DISCLAIMER
   ========================================================= */

.admissions-section .callback-disclaimer {

    margin: 12px 0 0 !important;

    font-family: var(--font-figtree-regular) !important;
    font-size: 9px !important;
    font-weight: 400;

    line-height: 1.35;

    color: #777777 !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 992px) {

    .admissions-section .row > .col-lg-6:last-child {
        padding-left: 20px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .admissions-section .row > .col-lg-6:last-child {
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
    }

    .admissions-section .row > .col-lg-6:last-child .wpcf7 {
        max-width: 600px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .admissions-section .row > .col-lg-6:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .admissions-section .row > .col-lg-6:last-child .wpcf7 {
        width: 100%;
        max-width: 100%;

        padding: 22px 18px 18px;

        border-radius: 14px;
    }


    /* Stack fields */
    .admissions-section .callback-row {
        flex-direction: column;
        gap: 15px;
    }

    .admissions-section .callback-col {
        width: 100%;
    }


    .admissions-section .wpcf7 .iti input[type="tel"],
    .admissions-section .wpcf7 input#phone,
    .admissions-section .wpcf7 input.country-phone {
        padding-left: 82px !important;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .admissions-section .row > .col-lg-6:last-child .wpcf7 {
        padding: 20px 15px 16px;
    }

    .admissions-section .wpcf7 .iti input[type="tel"],
    .admissions-section .wpcf7 input#phone,
    .admissions-section .wpcf7 input.country-phone {
        padding-left: 78px !important;
    }
	
	.page-id-58518 .admissions-section .wpcf7 input[type="submit"], .admissions-section .btn-yellow-submit{
		margin: 0 0 0 !important;
	}

}

#get-consultancy {
    scroll-margin-top: 80px;
}