/* ==========================================================================
   STUDENT MOBILITY - HERO BANNER
   ========================================================================== */

/* ==========================================================================
   Base Styles
   ========================================================================== */

.student-mobility-section {
    background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-background-scaled.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.student-mobility-section .container {
    padding-top: 7rem !important;
}


/* ==========================================================================
   Student Mobility Content
   ========================================================================== */

.student-mobility-content {
    padding-right: 20px;
}




/* ==========================================================================
   Badge
   ========================================================================== */

.student-mobility-badge {
    display: inline-block;
    background: #ffffff;
    padding: 8px 24px;
    border-radius: 50px;

    /* Figtree - Bold */
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;

    color: #000000;
    margin-bottom: 24px;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


/* ==========================================================================
   Title
   ========================================================================== */

.student-mobility-title {
    /* Polymath Display - Bold */
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;

    font-size: 64px;
    color: #110B45;
    line-height: 1.1;
    margin-bottom: 24px;
}


/* ==========================================================================
   Description
   ========================================================================== */

.student-mobility-desc {
    /* Figtree - Medium */
    font-family: 'Figtree', sans-serif;
    font-weight: 500;

    font-size: 20px;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 0;
}


/* ==========================================================================
   Student Mobility Images
   ========================================================================== */

.student-mobility-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-mobility-globe {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    max-width: none;
    z-index: 1;
}

.student-mobility-hero {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.page-id-59852 .student-mobility-hero{
	max-width: 85%;
}

/* ==========================================================================
   Responsive Styles - 0 to 360px
   ========================================================================== */

@media screen and (max-width: 360px) {

    .student-mobility-section {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-background-phone-1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
/*         min-height: 100vh; */
		height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .student-mobility-content {
        padding-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .student-mobility-title {
        font-size: 40px !important;
        line-height: 1.1;
    }

    .student-mobility-desc {
        font-size: 16px;
        text-align: center;
    }

    .student-mobility-image-wrapper {
        margin-top: 40px;
        text-align: center;
    }
	
    .student-mobility-section .container {
        padding-top: 4rem !important;
    }
	
	    .page-template-new_design_template h2, .page-template-new_design_template h2 span {
        font-size: 40px !important;
    }
}


/* ==========================================================================
   Responsive Styles - 361 to 479px
   ========================================================================== */

@media screen and (min-width: 361px) and (max-width: 479px) {

    .student-mobility-section {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-background-phone-1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
/*         min-height: 100vh; */
		height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .student-mobility-content {
        padding-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .student-mobility-title {
        font-size: 46px;
        line-height: 1.1;
    }

    .student-mobility-desc {
        font-size: 16px;
        text-align: center;
    }

    .student-mobility-image-wrapper {
        margin-top: 40px;
        text-align: center;
    }
    .student-mobility-section .container {
        padding-top: 4rem !important;
    }
	
	    .page-template-new_design_template h2, .page-template-new_design_template h2 span {
        font-size: 40px !important;
    }
	
	.research-mobility-springer-subtitle {
		font-size: 20px;
		margin-bottom: 10px !important;
	}
	
}


/* ==========================================================================
   Responsive Styles - 480 to 575px
   ========================================================================== */

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

    .student-mobility-section {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-background-phone-1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
/*         min-height: 100vh; */
		height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .student-mobility-content {
        padding-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .student-mobility-title {
        font-size: 46px;
        line-height: 1.1;
    }

    .student-mobility-desc {
        font-size: 16px;
        text-align: center;
    }

    .student-mobility-image-wrapper {
        margin-top: 40px;
        text-align: center;
    }
	
    .student-mobility-section .container {
        padding-top: 4rem !important;
    }
	
	    .page-template-new_design_template h2, .page-template-new_design_template h2 span {
        font-size: 45px !important;
    }
	
	.student-mobility-inbound-section .student-mobility-inbound-subtitle {
    font-size: 55px !important;
}
}


/* ==========================================================================
   Responsive Styles - 576 to 767px
   ========================================================================== */

@media screen and (min-width: 576px) and (max-width: 767px) {

    .student-mobility-section {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-background-phone-1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .student-mobility-content {
        padding-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .student-mobility-title {
        font-size: 46px;
        line-height: 1.1;
    }

    .student-mobility-desc {
        font-size: 16px;
        text-align: center;
    }

    .student-mobility-image-wrapper {
        margin-top: 40px;
        text-align: center;
    }
	
		    .page-template-new_design_template h2, .page-template-new_design_template h2 span {
        font-size: 60px !important;
    }
	
    .student-mobility-section .container {
        padding-top: 4rem !important;
    }
	
	    .page-template-new_design_template h2, .page-template-new_design_template h2 span {
        font-size: 45px !important;
    }
	
	.student-mobility-inbound-section .student-mobility-inbound-subtitle {
    font-size: 55px !important;
}
}


/* ==========================================================================
   Responsive Styles - 768 to 991px
   ========================================================================== */

@media screen and (min-width: 768px) and (max-width: 991px) {

    .student-mobility-section {
        background-image: url('https://www.paruluniversity.ac.in/wp-content/uploads/2026/09/cirr-background-phone-1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
/*         min-height: 100vh; */
		height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .student-mobility-content {
        padding-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .student-mobility-title {
        font-size: 53px;
        line-height: 1.1;
    }

    .student-mobility-desc {
        font-size: 22px;
        text-align: center;
    }

    .student-mobility-image-wrapper {
        margin-top: 40px;
        text-align: center;
    }
	
					.student-mobility-section .container {
    padding-top: 7rem !important;
}
	
	    .page-template-new_design_template h2, .page-template-new_design_template h2 span {
        font-size: 55px !important;
    }
	
	.student-mobility-inbound-section .student-mobility-inbound-subtitle {
    font-size: 55px !important;
}
	
	.student-mobility-badge {
    font-size: 20px;
}
}


/* ==========================================================================
   Responsive Styles - 992 to 1199px
   ========================================================================== */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .student-mobility-title {
        font-size: 45px;
    }

    .student-mobility-desc {
        font-size: 18px;
    }
	
		.page-id-59852 .student-mobility-content {	
	padding-bottom: 4rem;
}
}


/* ==========================================================================
   Responsive Styles - 1200 to 1399px
   ========================================================================== */

@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .student-mobility-title {
        font-size: 50px;
    }

    .student-mobility-desc {
        font-size: 18px;
    }
	
	.page-id-59852 .student-mobility-content {	
	padding-bottom: 4rem;
}
}


/* ==========================================================================
   STAFF / RESEARCH MOBILITY - HERO IMAGE
   ========================================================================== */

.page-id-61316 .student-mobility-hero,
.page-id-61352 .student-mobility-hero {
    height: 500px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}


/* ==========================================================================
   STAFF / RESEARCH MOBILITY - RESPONSIVE HERO IMAGE
   ========================================================================== */

@media screen and (min-width: 1400px) {

    .page-id-61316 .student-mobility-hero,
    .page-id-61352 .student-mobility-hero {
        height: 550px;
    }
	
		.page-id-59852 .student-mobility-content {	
	padding-bottom: 4rem;
}

}

@media screen and (min-width: 992px) and (max-width: 1399px) {

    .page-id-61316 .student-mobility-hero,
    .page-id-61352 .student-mobility-hero {
        height: 480px;
    }

}

@media screen and (max-width: 991px) {

    .page-id-61316 .student-mobility-section,
    .page-id-61352 .student-mobility-section {
        height: auto;
        overflow: visible;
    }

    .page-id-61316 .student-mobility-hero,
    .page-id-61352 .student-mobility-hero {
        height: auto;
        width: 100%;
        max-width: 100%;
        object-fit: contain;
    }

}