/* Guru Ram customization - keeps original Eduleb visual language */
#navigation .container-fluid > .row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100%;
}

.site-logo {
    margin-left: -15px;
}

#navigation .col-20:first-child {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-right: 90px;
}
#navigation .col-60 {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
}
#navigation .col-20:last-child {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}
#navigation nav#main-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: 0 !important;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.site-logo a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
#navigation nav#main-menu {
    margin-left: 20px !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
}
.site-logo {
    position: relative;
    z-index: 2;
}
.guru-logo {
    max-height: 52px !important;
}
.guru-brand-text {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #022B76;
    white-space: nowrap;
}
.guru-brand-text small {
    display: block;
    font-weight: 600;
    font-size: 11px;
    margin-top: 2px;
    background: linear-gradient(90deg, #004ADD, #BD41BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 991px) {
    .guru-brand-text { font-size: 14px; }
    .guru-brand-text small { font-size: 10px; }
}

.guru-gallery .gallery-item {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(11, 16, 74, .08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.guru-gallery .gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(11, 16, 74, .14);
}

.guru-gallery .gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .5s ease;
}

.guru-gallery .gallery-item:hover img {
    transform: scale(1.045);
}

.guru-team-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px 28px;
    box-shadow: 0 8px 28px rgba(11, 16, 74, .08);
    height: 100%;
    transition: transform .35s ease, box-shadow .35s ease;
}

.guru-team-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 36px rgba(11, 16, 74, .14);
}

.guru-team-card .ti-user {
    width: 74px;
    height: 74px;
    line-height: 74px;
    border-radius: 50%;
    display: inline-block;
    background: #f1f3ff;
    color: #525fe1;
    font-size: 30px;
    margin-bottom: 20px;
}

.guru-pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    background: #f1f3ff;
    color: #525fe1;
    font-weight: 600;
    margin: 4px;
}

.guru-highlight {
    background: #f8f9ff;
    border-radius: 10px;
    padding: 28px;
    height: 100%;
    border: 1px solid #eef0ff;
}

.guru-highlight h3 {
    margin-top: 12px;
}

.guru-gallery-note {
    background: #f8f9ff;
    padding: 18px 22px;
    border-left: 4px solid #525fe1;
    margin-bottom: 30px;
}

@media(max-width:991px) {
    .guru-logo {
        max-height: 62px !important;
    }
}

.counter_feature .single-counter {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_course .single_course {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home_course .course_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home_course .course_content .btn_one {
    margin-top: auto;
}
@media (max-width: 991px) {
    .home_course .single_course {
        height: auto;
        display: block;
    }

    .home_course .course_content {
        display: block;
    }

    .home_course .course_content .btn_one {
        display: block;
        width: fit-content;
        margin: 20px auto 0;
    }
}

.ab_area .section-title .btn_one {
    display: block;
    width: fit-content;
    margin: 35px auto 0;
    clear: both;
}


/* Fix Hero height when additional client content is added */
@media (max-width: 991px) {
    .home_bg.hb_height {
        height: auto !important;
        min-height: 700px;
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .home_bg .hero-text {
        margin-bottom: 30px;
    }

    .home_bg .home_sb {
        position: relative;
        z-index: 5;
    }
}

@media (max-width: 575px) {
    .home_bg.hb_height {
        min-height: 760px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

/* Challenge cards - natural height for long client content */
.top_cat__area .single_tp {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box;
}

.top_cat__area .single_tp h3 {
    line-height: 1.25;
    overflow-wrap: break-word;
}

.top_cat__area .single_tp p {
    line-height: 1.6;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

/* Tablet */
@media (max-width: 991px) {
    .top_cat__area .single_tp {
        height: auto !important;
        min-height: 0 !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .top_cat__area .single_tp {
        height: auto !important;
        min-height: 0 !important;
    }
}

/* Space between service card rows */
.home_course .row {
    row-gap: 30px;
}


/* Impact section - equal height cards */
.guru-impact-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.guru-impact-row > div {
    display: flex;
    margin-bottom: 30px;
}

.guru-impact-card {
    width: 100%;
    min-height: 220px;
    padding: 35px 30px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(11, 16, 74, .08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform .35s ease, box-shadow .35s ease;
}

.guru-impact-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 36px rgba(11, 16, 74, .14);
}

.guru-impact-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #f1f3ff;
    color: #525fe1;
    font-size: 28px;
    margin-bottom: 18px;
}

.guru-impact-card h3 {
    margin-bottom: 10px;
}

.guru-impact-card p {
    margin-bottom: 0;
}

.guru-impact-text {
    margin-top: 10px;
}

/* Mobile */
@media (max-width: 767px) {
    .guru-impact-row > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .guru-impact-card {
        min-height: 210px;
        padding: 30px 20px;
    }
}

/* Our Approach - same Eduleb card design, different color */
.guru-approach .single_tp {
    background: #f8f9ff;
    border: 1px solid #e5e7f5;
    transition: all 0.3s ease;
}

.guru-approach .single_tp:hover {
    background: #eef0ff;
    transform: translateY(-5px);
}

/* Our Approach - top accent border */

.guru-approach .single_tp {
    position: relative;
    overflow: hidden;
}

.guru-approach .single_tp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #525fe1;
}

.guru-approach .single_tp {
    position: relative;
    overflow: hidden;
}

.guru-approach .single_tp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.guru-approach .approach-card-one::before {
    background: #525fe1;
}

.guru-approach .approach-card-two::before {
    background: #f26b65;
}

.guru-approach .approach-card-three::before {
    background: #28a745;
}

.guru-approach .approach-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #525fe1;
    border-radius: 8px;
    color: #525fe1;
    background: #fff;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* =========================================
   Guru Ram - Leadership Cards
   ========================================= */

.guru-leadership {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #f8f9ff;
}

.guru-leadership-heading {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.guru-leader-row {
	margin-top: 45px;
}

.guru-leader-row > div {
	margin-bottom: 30px;
	display: flex;
}

/* Card */

.guru-leader-card {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(11, 16, 74, .08);
	transition: transform .4s ease, box-shadow .4s ease;
	display: flex;
	flex-direction: column;
}

/* Card hover animation */

.guru-leader-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(11, 16, 74, .14);
}

/* Image */

/* .guru-leader-photo {
	height: 320px;
	overflow: hidden;
	position: relative;
	background: #eef0ff;
	flex-shrink: 0;
}

.guru-leader-photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform .6s ease;
} */

/* ==============================
   TEAM LEADER PHOTO
   ============================== */

.guru-leader-photo {
    width: 100% !important;
    height: 380px !important;
    overflow: hidden !important;
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #f7f8fa;
}

.guru-leader-photo img {
    position: static !important;

    width: auto !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    object-fit: contain !important;
    object-position: center center !important;

    display: block !important;
    margin: 0 auto !important;
}

/* Image zoom */

.guru-leader-card:hover .guru-leader-photo img {
	transform: scale(1.06);
}

/* Image dark overlay */

.guru-leader-photo:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45%;
	background: linear-gradient(
		transparent,
		rgba(11, 16, 74, .35)
	);
	opacity: 0;
	transition: opacity .4s ease;
	z-index: 1;
	pointer-events: none;
}

.guru-leader-card:hover .guru-leader-photo:after {
	opacity: 1;
}

/* =========================================
   View Profile Button
   ========================================= */

.guru-leader-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(11, 16, 74, .18);
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	z-index: 3;
}

.guru-leader-card:hover .guru-leader-overlay {
	opacity: 1;
	visibility: visible;
}

.guru-profile-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: #525fe1;
	color: #fff !important;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	transform: translateY(18px);
	transition: all .4s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.guru-leader-card:hover .guru-profile-btn {
	transform: translateY(0);
}

.guru-profile-btn:hover {
	background: #f26b65;
	color: #fff !important;
}

/* =========================================
   Content
   ========================================= */

.guru-leader-content {
	padding: 30px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.guru-leader-role {
	display: inline-block;
	margin-bottom: 8px;
	color: #525fe1;
	font-weight: 600;
	font-size: 15px;
}

.guru-leader-content h3 {
	margin-bottom: 14px;
}

.guru-leader-content p {
	margin-bottom: 20px;
}

/* Experience */

.guru-leader-experience {
	display: inline-flex;
	flex-direction: column;
	padding: 10px 18px;
	background: #f8f9ff;
	border-left: 3px solid #525fe1;
	text-align: left;
	margin-top: auto;
}

.guru-leader-experience strong {
	color: #525fe1;
}

.guru-leader-experience span {
	font-size: 13px;
	margin-top: 3px;
}

/* =========================================
   Meet Our Team Button
   ========================================= */

.guru-leader-button {
	text-align: center;
	margin-top: 35px;
}

/* =========================================
   Tablet
   ========================================= */

@media (max-width: 991px) {

	.guru-leader-photo {
		height: 280px;
	}

	.guru-leader-content {
		padding: 25px;
	}
}

/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

	.guru-leadership {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.guru-leader-row {
		margin-top: 30px;
	}

	.guru-leader-row > div {
		display: flex;
	}

	.guru-leader-photo {
		height: 300px;
	}

	.guru-leader-content {
		padding: 25px 20px;
	}
	
}

/* =========================================
   Small Mobile
   ========================================= */

@media (max-width: 575px) {

	.guru-leader-photo {
		height: 260px;
	}

	.guru-leader-content h3 {
		font-size: 23px;
	}

	.guru-leader-content {
		padding: 22px 16px;
	}

	.guru-profile-btn {
		padding: 10px 18px;
		font-size: 14px;
	}
}







/* Final CTA */

.guru-final-cta {
    background: #e9eaec;
}

.guru-final-cta-content {
    max-width: 850px;
    margin: 0 auto;
}

.guru-final-cta-content h2 {
    margin-bottom: 20px;
}

.guru-final-cta-content p {
    max-width: 750px;
    margin: 0 auto;
}

.guru-final-cta-buttons {
    margin-top: 30px;
}

.guru-final-cta-buttons .btn_one {
    margin: 5px;
}

.guru-cta-contact {
    background: #f26b65 !important;
    border-color: #f26b65 !important;
}

/* CTA responsive */

@media (max-width: 575px) {
    .guru-final-cta-content h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .guru-final-cta-buttons .btn_one {
        display: block;
        width: fit-content;
        margin: 10px auto;
    }
}

.single_footer:first-child p {
    color: #525fe1 !important;
    font-weight: 600;
}

/* --END HOME PAGE-- */





/* About page - equal height focus cards */
/* Equal height for the 4 About page cards */
.top_cat__area .row {
    display: flex;
    flex-wrap: wrap;
}

.top_cat__area .row > div {
    display: flex;
}

.top_cat__area .single_tp {
    width: 100%;
    height: 100%;
    min-height: 220px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .top_cat__area .row > div {
       display: flex;
    }

    .top_cat__area .single_tp {
       width: 100%;
        height: 220px;
        min-height: 220px;
        box-sizing: border-box;
    }
}



/* =========================================================
   GURU RAM - ABOUT PAGE
   Scoped only to .guru-about-page
   Keeps original Eduleb visual language
   ========================================================= */

.guru-about-page {
	overflow: hidden;
}

/* ---------------------------------------------------------
   About Hero
   --------------------------------------------------------- */

.guru-about-hero .section-top-title {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.guru-about-kicker,
.guru-about-label {
	display: inline-block;
	color: #525fe1;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.guru-about-hero .section-top-title h1 {
	margin-bottom: 15px;
}

.guru-about-hero .section-top-title p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
   Common
   --------------------------------------------------------- */

.guru-about-section-title {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.guru-about-section-title .guru-about-label {
	margin-bottom: 8px;
}

.guru-about-section-title p {
	max-width: 720px;
}

/* =========================================
   Guru Ram - About Hero Typography
   Clean & Simple
   ========================================= */

.section-top h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    max-width: 850px;
    margin: 0 auto 18px;
}

.section-top p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* Breadcrumb */
.section-top .breadcrumb {
    font-size: 15px;
    margin-top: 10px;
}

/* Tablet */
@media (max-width: 991px) {
    .section-top h1 {
        font-size: 42px;
        max-width: 750px;
    }

    .section-top p {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .section-top h1 {
        font-size: 34px;
        line-height: 1.25;
        padding: 0 15px;
    }

    .section-top p {
        font-size: 16px;
        padding: 0 15px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .section-top h1 {
        font-size: 26px;
    }

    .section-top p {
        font-size: 15px;
    }
}


/* =========================================
   Guru Ram - About Hero Description
   ========================================= */

.guru-about-hero-description {
    max-width: 780px;
    margin: 22px auto 0;
}

/* About hero description - compact */
.section-top .guru-about-hero-description p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 auto 6px !important;
    color: #333 !important;
    max-width: 720px;
}

.guru-about-hero-description strong {
    font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
    .guru-about-hero-description {
        padding: 0 20px;
        margin-top: 18px;
    }

    .guru-about-hero-description p {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ---------------------------------------------------------
   Who We Are
   --------------------------------------------------------- */

.guru-about-who {
	background: #fff;
}

.guru-about-image-wrap {
	position: relative;
	padding: 15px;
}

.guru-about-image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: #f8f9ff;
	box-shadow: 0 12px 35px rgba(11, 16, 74, .10);
}

.guru-about-image img {
	width: 100%;
	display: block;
	transition: transform .7s ease;
}

.guru-about-image:hover img {
	transform: scale(1.04);
}

.guru-about-image-badge {
	position: absolute;
	right: -5px;
	bottom: 5px;
	width: 190px;
	padding: 18px 20px;
	border-radius: 12px;
	background: #525fe1;
	color: #fff;
	box-shadow: 0 12px 30px rgba(82, 95, 225, .25);
	animation: guruAboutFloat 3s ease-in-out infinite;
}

.guru-about-image-badge strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 6px;
}

.guru-about-image-badge span {
	display: block;
	font-size: 13px;
	line-height: 1.5;
}

.guru-about-content {
	padding-left: 25px;
}

.guru-about-content h2 {
	margin-bottom: 20px;
}

.guru-about-content p {
	margin-bottom: 16px;
}

.guru-about-highlight {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
	padding: 15px 18px;
	border-left: 3px solid #525fe1;
	background: #f8f9ff;
	border-radius: 0 10px 10px 0;
}

.guru-about-highlight > i {
	font-size: 27px;
	color: #525fe1;
}

.guru-about-highlight strong {
	display: block;
	color: #525fe1;
	font-size: 19px;
}

.guru-about-highlight span {
	display: block;
	font-size: 13px;
	margin-top: 3px;
}

/* ---------------------------------------------------------
   Purpose
   --------------------------------------------------------- */

.guru-about-purpose {
	background: #f8f9ff;
}

.guru-purpose-visual {
	position: relative;
	min-height: 360px;
	padding: 55px 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(11, 16, 74, .08);
	overflow: hidden;
}

.guru-purpose-visual:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(82, 95, 225, .07);
	top: -80px;
	right: -70px;
}

.guru-purpose-icon {
	width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #525fe1;
	color: #fff;
	font-size: 32px;
	margin-bottom: 25px;
	animation: guruAboutPulse 2.8s ease-in-out infinite;
}

.guru-purpose-number {
	position: absolute;
	top: 20px;
	left: 25px;
	font-size: 55px;
	font-weight: 700;
	color: rgba(82, 95, 225, .08);
}

.guru-purpose-visual h3 {
	max-width: 350px;
	margin: 0;
}

.guru-purpose-content {
	padding: 20px 20px 20px 50px;
}

.guru-purpose-content p {
	margin-bottom: 18px;
}

/* ---------------------------------------------------------
   Mission & Vision
   --------------------------------------------------------- */

.guru-about-mission {
	background: #fff;
}

.guru-mission-card {
	height: 100%;
	padding: 40px;
	border-radius: 16px;
	background: #525fe1;
	color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(82, 95, 225, .18);
	transition: transform .4s ease, box-shadow .4s ease;
}

.guru-mission-card:after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	right: -60px;
	bottom: -70px;
}

.guru-mission-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 45px rgba(82, 95, 225, .25);
}

.guru-mission-card span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

.guru-mission-icon {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	font-size: 25px;
	margin-bottom: 25px;
}

.guru-mission-card h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
}

.guru-mission-card p {
	color: rgba(255, 255, 255, .9);
	margin-bottom: 15px;
}

.guru-vision-card {
	background: #f26b65;
	box-shadow: 0 12px 35px rgba(242, 107, 101, .16);
}

.guru-vision-card:hover {
	box-shadow: 0 20px 45px rgba(242, 107, 101, .23);
}

/* ---------------------------------------------------------
   Challenges
   --------------------------------------------------------- */

.guru-about-challenges {
	background: #f8f9ff;
}

.guru-challenge-card {
	height: 100%;
	min-height: 340px;
	padding: 35px 30px;
	background: #fff;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(11, 16, 74, .07);
	transition: transform .4s ease, box-shadow .4s ease;
}

.guru-challenge-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(11, 16, 74, .13);
}

.guru-challenge-number {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 52px;
	font-weight: 700;
	color: rgba(82, 95, 225, .08);
}

.guru-challenge-icon {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #f8f9ff;
	color: #525fe1;
	font-size: 25px;
	margin-bottom: 25px;
	transition: transform .4s ease, background .4s ease;
}

.guru-challenge-card:hover .guru-challenge-icon {
	transform: rotate(8deg) scale(1.08);
	background: #525fe1;
	color: #fff;
}

.guru-challenge-card h3 {
	font-size: 23px;
	margin-bottom: 15px;
}

.guru-challenge-card p {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
   Approach
   --------------------------------------------------------- */

.guru-about-approach {
	background: #fff;
}

.guru-approach-heading {
	padding-right: 35px;
}

.guru-approach-heading h2 {
	margin-bottom: 20px;
}

.guru-approach-heading p {
	margin-bottom: 15px;
}

.guru-approach-list {
	padding-left: 15px;
}

.guru-approach-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 22px 0;
	border-bottom: 1px solid #eee;
}

.guru-approach-item:last-child {
	border-bottom: 0;
}

.guru-approach-icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #525fe1;
	color: #fff;
	font-size: 19px;
}

.guru-approach-item h3 {
	font-size: 20px;
	margin-bottom: 6px;
}

.guru-approach-item p {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
   Educational Philosophy
   --------------------------------------------------------- */

.guru-about-philosophy {
	background: #f8f9ff;
}

.guru-philosophy-card {
	height: 100%;
	min-height: 235px;
	padding: 30px;
	background: #fff;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(11, 16, 74, .06);
	transition: transform .45s ease, box-shadow .45s ease;
}

.guru-philosophy-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 18px 38px rgba(11, 16, 74, .12);
}

.guru-philosophy-card > span {
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: 42px;
	font-weight: 700;
	color: rgba(82, 95, 225, .08);
}

.guru-philosophy-card > i {
	display: block;
	font-size: 28px;
	color: #525fe1;
	margin-bottom: 20px;
}

.guru-philosophy-card h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.guru-philosophy-card p {
	margin-bottom: 0;
}

.guru-philosophy-wide {
	margin-top: 30px;
}

/* ---------------------------------------------------------
   Teachers
   --------------------------------------------------------- */

.guru-about-teachers {
	background: #fff;
}

.guru-teacher-content {
	padding-right: 35px;
}

.guru-teacher-content h2 {
	margin-bottom: 20px;
}

.guru-teacher-content p {
	margin-bottom: 16px;
}

.guru-teacher-visual {
	min-height: 370px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 18px;
	background: linear-gradient(145deg, #525fe1, #6874e8);
	color: #fff;
	box-shadow: 0 15px 40px rgba(82, 95, 225, .2);
	transition: transform .4s ease;
}

.guru-teacher-visual:hover {
	transform: translateY(-7px);
}

.guru-teacher-icon {
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	font-size: 31px;
	margin-bottom: 20px;
}

.guru-teacher-line {
	width: 55px;
	height: 2px;
	background: rgba(255, 255, 255, .55);
	margin-bottom: 20px;
}

.guru-teacher-visual strong {
	font-size: 23px;
	margin-bottom: 15px;
}

.guru-teacher-visual span {
	font-size: 14px;
	padding: 5px 0;
	color: rgba(255, 255, 255, .88);
}

/* ---------------------------------------------------------
   Future Vision
   --------------------------------------------------------- */

.guru-about-future {
	background: #f8f9ff;
}

.guru-future-card {
	height: 100%;
	min-height: 250px;
	padding: 30px;
	background: #fff;
	border-radius: 14px;
	position: relative;
	box-shadow: 0 8px 26px rgba(11, 16, 74, .06);
	overflow: hidden;
	transition: transform .4s ease, box-shadow .4s ease;
}

.guru-future-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(11, 16, 74, .12);
}

.guru-future-card > span {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 45px;
	font-weight: 700;
	color: rgba(242, 107, 101, .10);
}

.guru-future-card > i {
	font-size: 28px;
	color: #f26b65;
	display: block;
	margin-bottom: 20px;
}

.guru-future-card h3 {
	font-size: 21px;
	margin-bottom: 12px;
}

.guru-future-card p {
	margin-bottom: 0;
}

.guru-future-wide {
	margin-top: 30px;
}

/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.guru-about-cta {
	padding: 90px 0;
	background: #fff;
}

.guru-about-cta-box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 50px;
	border-radius: 18px;
	background: #525fe1;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(82, 95, 225, .2);
}

.guru-about-cta-box:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	right: -100px;
	top: -130px;
	background: rgba(255, 255, 255, .08);
}

.guru-about-cta-icon {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	font-size: 30px;
	animation: guruAboutFloat 3s ease-in-out infinite;
}

.guru-about-cta-content {
	position: relative;
	z-index: 2;
}

.guru-about-cta-content .guru-about-label {
	color: #fff;
	opacity: .9;
}

.guru-about-cta-content h2 {
	color: #fff;
	margin-bottom: 15px;
}

.guru-about-cta-content p {
	color: rgba(255, 255, 255, .9);
	max-width: 850px;
	margin-bottom: 25px;
}

.guru-about-cta-content .btn_one {
	background: #fff;
	color: #525fe1;
}

.guru-about-cta-content .btn_one:hover {
	background: #f26b65;
	color: #fff;
}

/* ---------------------------------------------------------
   Animations
   --------------------------------------------------------- */

@keyframes guruAboutFloat {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-7px);
	}
}

@keyframes guruAboutPulse {
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.06);
	}
}

/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (max-width: 991px) {

	.guru-about-content {
		padding-left: 10px;
		margin-top: 35px;
	}

	.guru-purpose-content {
		padding: 35px 10px 0;
	}

	.guru-approach-heading,
	.guru-teacher-content {
		padding-right: 10px;
		margin-bottom: 35px;
	}

	.guru-about-cta-box {
		padding: 40px;
	}

}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

	.guru-about-page .section-padding {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.guru-about-hero .section-top-title h1 {
		font-size: 32px;
		line-height: 1.25;
	}

	.guru-about-hero .section-top-title p {
		font-size: 17px;
	}

	.guru-about-image-wrap {
		padding: 5px;
	}

	.guru-about-image-badge {
		right: 0;
		bottom: 0;
		width: 170px;
		padding: 14px 15px;
	}

	.guru-about-content {
		padding-left: 0;
		margin-top: 35px;
	}

	.guru-purpose-visual {
		min-height: 300px;
		padding: 45px 25px;
	}

	.guru-purpose-content {
		padding: 30px 0 0;
	}

	.guru-mission-card {
		padding: 30px 25px;
		margin-bottom: 25px;
	}

	.guru-challenge-card {
		min-height: auto;
		margin-bottom: 25px;
	}

	.guru-approach-heading,
	.guru-teacher-content {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.guru-approach-list {
		padding-left: 0;
	}

	.guru-philosophy-card {
		min-height: auto;
		margin-bottom: 25px;
	}

	.guru-philosophy-wide,
	.guru-future-wide {
		margin-top: 0;
	}

	.guru-future-card {
		min-height: auto;
		margin-bottom: 25px;
	}

	.guru-teacher-visual {
		min-height: 320px;
	}

	.guru-about-cta {
		padding: 65px 0;
	}

	.guru-about-cta-box {
		display: block;
		padding: 35px 25px;
		text-align: center;
	}

	.guru-about-cta-icon {
		margin: 0 auto 25px;
	}

}

/* ---------------------------------------------------------
   Small Mobile
   --------------------------------------------------------- */

@media (max-width: 575px) {

	.guru-about-hero .section-top-title h1 {
		font-size: 28px;
	}

	.guru-about-image-badge {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin-top: 12px;
	}

	.guru-about-content h2,
	.guru-purpose-visual h3,
	.guru-about-cta-content h2 {
		font-size: 28px;
		line-height: 1.3;
	}

	.guru-mission-card h3 {
		font-size: 24px;
	}

	.guru-challenge-card {
		padding: 28px 22px;
	}

	.guru-approach-item {
		gap: 14px;
	}

	.guru-approach-icon {
		flex-basis: 45px;
		width: 45px;
		height: 45px;
	}

	.guru-teacher-visual {
		padding: 30px 20px;
	}

}

/* --END ABOUTUS PAGE */



/* =========================================
   Guru Ram - Services Page
   ========================================= */

/* SERVICES HERO */

.guru-services-hero .section-top-title {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.guru-services-hero-subtitle {
	font-size: 20px !important;
	font-weight: 600;
	line-height: 1.5;
	margin: 18px auto 12px;
}

.guru-services-hero-description {
	max-width: 760px;
	margin: 0 auto 8px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}


/* COMMON SERVICES LABEL */

.guru-services-label {
	display: inline-block;
	margin-bottom: 12px;
	color: #525fe1;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}


/* EDUCATIONAL APPROACH */

.guru-services-approach {
	background: #fff;
}

.guru-services-heading {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.guru-services-heading h2 {
	margin-bottom: 18px;
}

.guru-approach-content {
	align-items: center;
	margin-top: 15px;
}

.guru-approach-text {
	padding: 30px 35px;
	border-left: 4px solid #525fe1;
	background: #f8f9ff;
	border-radius: 0 12px 12px 0;
}

.guru-approach-text p {
	margin-bottom: 16px;
}

.guru-approach-text p:last-child {
	margin-bottom: 0;
}

.guru-approach-list {
	padding-left: 35px;
}

.guru-approach-item {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 16px 0;
	border-bottom: 1px solid #eee;
	transition: transform .3s ease;
}

.guru-approach-item:hover {
	transform: translateX(8px);
}

.guru-approach-item:last-child {
	border-bottom: 0;
}

.guru-approach-item > span {
	min-width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f8f9ff;
	color: #525fe1;
	font-weight: 700;
}

.guru-approach-item h4 {
	margin: 0 0 3px;
	font-size: 18px;
}

.guru-approach-item p {
	margin: 0;
	font-size: 14px;
}


/* SERVICE DETAIL SECTIONS */

.guru-service-detail {
	position: relative;
	overflow: hidden;
}

.guru-service-affordable {
	background: #f8f9ff;
}

.guru-service-foundation {
	background: #fff;
}

.guru-service-teacher {
	background: #f8f9ff;
}

.guru-service-social {
	background: #fff;
}

.guru-service-future {
	background: #f8f9ff;
}

.guru-service-number {
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	color: rgba(82, 95, 225, .12);
	margin-bottom: 8px;
}

.guru-service-number-center {
	margin-bottom: 10px;
}

.guru-service-detail-heading h2 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.guru-service-short {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 0;
}

.guru-service-detail-box {
	padding: 38px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 35px rgba(11, 16, 74, .08);
}

.guru-service-detail-box p {
	line-height: 1.75;
	margin-bottom: 16px;
}

.guru-service-detail-box h4 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.guru-service-check-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.guru-service-check-list li {
	position: relative;
	padding: 7px 0;
	line-height: 1.5;
}

.guru-service-check-list li span {
	color: #525fe1;
	margin-right: 8px;
}


/* FOUNDATIONAL SKILLS */

.guru-foundation-cards {
	margin-top: 20px;
}

.guru-skill-card {
	height: 100%;
	padding: 35px 28px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	text-align: center;
	transition: transform .35s ease, box-shadow .35s ease;
}

.guru-skill-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(11, 16, 74, .10);
}

.guru-skill-icon {
	width: 65px;
	height: 65px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f8f9ff;
	color: #525fe1;
	font-size: 27px;
	transition: transform .35s ease;
}

.guru-skill-card:hover .guru-skill-icon {
	transform: rotateY(180deg);
}

.guru-skill-card h3 {
	font-size: 23px;
	margin-bottom: 12px;
}

.guru-skill-card p {
	margin: 0;
	line-height: 1.7;
}

.guru-service-goal {
	max-width: 850px;
	margin: 35px auto 0;
	padding: 22px 28px;
	background: #f8f9ff;
	border-left: 4px solid #525fe1;
	border-radius: 0 10px 10px 0;
}

.guru-service-goal strong {
	color: #525fe1;
}

.guru-service-goal p {
	margin: 5px 0 0;
}


/* TEACHER TRAINING VISUAL */

.guru-teacher-visual {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guru-teacher-circle {
	width: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #525fe1;
	color: #fff;
	font-size: 75px;
	box-shadow: 0 20px 50px rgba(82, 95, 225, .25);
	animation: guruServiceFloat 4s ease-in-out infinite;
}

.guru-teacher-small {
	position: absolute;
	padding: 9px 16px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 8px 25px rgba(11, 16, 74, .10);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	color: #525fe1;
}

.guru-teacher-small.one {
	top: 65px;
	right: 20%;
}

.guru-teacher-small.two {
	bottom: 80px;
	left: 18%;
}

.guru-teacher-small.three {
	right: 12%;
	bottom: 125px;
}

.guru-service-box-simple {
	margin-top: 25px;
}


/* SOCIAL AWARENESS */

.guru-social-wrapper {
	max-width: 1050px;
	margin: 0 auto;
}

.guru-social-main {
	max-width: 850px;
	margin: 0 auto 35px;
	padding: 30px 35px;
	background: #f8f9ff;
	border-radius: 14px;
	text-align: center;
}

.guru-social-main p {
	line-height: 1.75;
	margin-bottom: 12px;
}

.guru-social-main p:last-child {
	margin-bottom: 0;
}

.guru-social-values {
	margin-top: 20px;
}

.guru-value-item {
	height: 100%;
	padding: 28px 18px;
	text-align: center;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(11, 16, 74, .07);
	transition: transform .35s ease;
}

.guru-value-item:hover {
	transform: translateY(-7px);
}

.guru-value-item > span {
	display: block;
	margin-bottom: 15px;
	color: #525fe1;
	font-size: 28px;
}

.guru-value-item h4 {
	font-size: 17px;
	margin: 0;
}

.guru-social-goal {
	max-width: 750px;
	margin: 35px auto 0;
	text-align: center;
}

.guru-social-goal strong:first-child {
	color: #525fe1;
}

.guru-social-goal p {
	margin: 7px 0 0;
}


/* FUTURE READY */

.guru-future-number {
	width: 125px;
	height: 125px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #525fe1;
	color: #525fe1;
}

.guru-future-number span {
	font-size: 45px;
	font-weight: 700;
}

.guru-future-box {
	padding: 38px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 35px rgba(11, 16, 74, .08);
}

.guru-future-box p {
	line-height: 1.75;
	margin-bottom: 17px;
}

.guru-future-focus {
	margin-top: 25px;
}

.guru-future-focus h4 {
	margin-bottom: 15px;
}

.guru-future-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.guru-future-tags span {
	display: inline-block;
	padding: 8px 14px;
	background: #f8f9ff;
	border-radius: 25px;
	font-size: 13px;
	color: #333;
	transition: transform .3s ease;
}

.guru-future-tags span:hover {
	transform: translateY(-3px);
	color: #525fe1;
}


/* WHY OUR SERVICES MATTER */

.guru-services-why {
	background: #fff;
}

.guru-why-card {
	padding: 45px 35px;
	background: #f8f9ff;
	border-radius: 14px;
}

.guru-why-card h2 {
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 25px;
}

.guru-why-line {
	width: 60px;
	height: 4px;
	background: #525fe1;
	border-radius: 5px;
}

.guru-why-content {
	padding-left: 45px;
}

.guru-why-content p {
	line-height: 1.8;
	margin-bottom: 18px;
}


/* CTA */

.guru-services-cta {
	background: #f8f9ff;
}

.guru-services-cta-box {
	max-width: 900px;
	margin: 0 auto;
	padding: 55px 40px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 35px rgba(11, 16, 74, .08);
}

.guru-services-cta-box h2 {
	font-size: 38px;
	line-height: 1.3;
	margin-bottom: 18px;
}

.guru-services-cta-box p {
	max-width: 720px;
	margin: 0 auto 10px;
	line-height: 1.7;
}

.guru-services-cta-buttons {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.guru-services-cta-secondary {
	background: transparent;
	color: #525fe1 !important;
	border: 1px solid #525fe1;
}

.guru-services-cta-secondary:hover {
	background: #525fe1;
	color: #fff !important;
}


/* FLOATING ANIMATION */

@keyframes guruServiceFloat {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}

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


/* TABLET */

@media (max-width: 991px) {

	.guru-service-detail-heading h2 {
		font-size: 34px;
	}

	.guru-approach-list {
		padding-left: 0;
		margin-top: 30px;
	}

	.guru-why-content {
		padding-left: 0;
		margin-top: 30px;
	}

	.guru-teacher-visual {
		min-height: 330px;
		margin-bottom: 35px;
	}

	.guru-service-teacher .order-lg-2 {
		order: 1;
	}

	.guru-service-teacher .order-lg-1 {
		order: 2;
	}
}


/* MOBILE */

@media (max-width: 767px) {

	.guru-services-hero-subtitle {
		font-size: 18px !important;
		padding: 0 15px;
	}

	.guru-services-hero-description {
		font-size: 13px !important;
		padding: 0 18px;
	}

	.guru-services-approach {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.guru-approach-text {
		padding: 25px 22px;
	}

	.guru-approach-item {
		align-items: flex-start;
	}

	.guru-service-detail {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.guru-service-number {
		font-size: 55px;
	}

	.guru-service-detail-heading h2 {
		font-size: 30px;
	}

	.guru-service-short {
		font-size: 16px;
	}

	.guru-service-detail-box,
	.guru-future-box {
		padding: 25px 20px;
		margin-top: 25px;
	}

	.guru-skill-card {
		margin-bottom: 20px;
	}

	.guru-teacher-visual {
		min-height: 280px;
	}

	.guru-teacher-circle {
		width: 160px;
		height: 160px;
		font-size: 55px;
	}

	.guru-teacher-small.one {
		top: 25px;
		right: 8%;
	}

	.guru-teacher-small.two {
		bottom: 40px;
		left: 5%;
	}

	.guru-teacher-small.three {
		right: 4%;
		bottom: 75px;
	}

	.guru-social-main {
		padding: 25px 20px;
	}

	.guru-future-number {
		width: 100px;
		height: 100px;
	}

	.guru-future-number span {
		font-size: 35px;
	}

	.guru-why-card {
		padding: 30px 22px;
	}

	.guru-why-card h2 {
		font-size: 30px;
	}

	.guru-services-cta-box {
		padding: 40px 22px;
	}

	.guru-services-cta-box h2 {
		font-size: 29px;
	}
}


/* SMALL MOBILE */

@media (max-width: 575px) {

	.guru-service-detail-heading h2 {
		font-size: 27px;
	}

	.guru-service-number {
		font-size: 48px;
	}

	.guru-approach-item h4 {
		font-size: 16px;
	}

	.guru-future-tags span {
		font-size: 12px;
	}

	.guru-services-cta-buttons {
		flex-direction: column;
	}

	.guru-services-cta-buttons .btn_one {
		width: 100%;
		text-align: center;
	}
}
/* --END OF SERVICE PAGE */




/* =========================================================
   GURU RAM - OUR TEAM PAGE
   Light, professional and different from About/Services
   ========================================================= */


/* ---------- TEAM HERO ---------- */

.guru-team-hero {
    position: relative;
}

.guru-team-hero .section-top-title {
    max-width: 900px;
    margin: 0 auto;
}

.guru-team-hero-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin: 12px auto 18px;
    color: #5b6380;
}

.guru-team-hero-description {
    max-width: 780px;
    margin: 0 auto 20px;
    line-height: 1.8;
    color: #70788f;
}


/* ---------- COMMON TEAM HEADING ---------- */

.guru-team-heading {
    max-width: 850px;
    margin: 0 auto 55px;
}

.guru-team-heading > span,
.guru-team-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #7b82a0;
    margin-bottom: 12px;
}

.guru-team-heading h2 {
    font-size: 38px;
    margin-bottom: 18px;
    color: #252b45;
}

.guru-team-heading p {
    color: #737b91;
    line-height: 1.8;
}


/* =========================================================
   LEADERSHIP CARDS
   ========================================================= */

.guru-team-leadership {
    background: #fafbfe;
}

.guru-team-leaders {
    row-gap: 30px;
}

.guru-leader-card {
    display: flex;
    min-height: 330px;
    background: #ffffff;
    border: 1px solid #edf0f6;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(35, 45, 80, 0.07);
    transition: all .4s ease;
}

.guru-leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(35, 45, 80, 0.12);
}


/* Photo */

.guru-leader-photo {
    position: relative;
    width: 42%;
    min-width: 42%;
    overflow: hidden;
    background: #eef1f7;
}

.guru-leader-photo img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}

.guru-leader-card:hover .guru-leader-photo img {
    transform: scale(1.05);
}


/* Number */

.guru-leader-number {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #59617d;
    font-size: 13px;
    font-weight: 700;
}


/* Content */

.guru-leader-content {
    padding: 35px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guru-leader-designation {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 14px;
    margin-bottom: 12px;

    background: #eef1f6;
    border: 1px solid #e1e5ed;
    border-radius: 30px;

    color: #4f5877;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.guru-leader-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #24283a;
    margin-bottom: 12px;
}

.guru-leader-intro {
    color: #737b91;
    line-height: 1.7;
    margin-bottom: 18px;
}


/* Highlight */

.guru-leader-highlight {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 15px;
    margin-bottom: 22px;
    background: #f5f7fb;
    border-radius: 8px;
}

.guru-leader-highlight strong {
    font-size: 13px;
    line-height: 1.5;
    color: #515a76;
}

.guru-leader-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-top: 5px;
    border-radius: 50%;
    background: #8a91ad;
}


/* View Profile */

.guru-team-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: fit-content;
    padding: 10px 10px;

    background: #6c90d3;
    border: 1px solid #c7dcd3;
    border-radius: 8px;

    color: #405a50;
    font-size: 14px;
    font-weight: 700;

    transition: all .35s ease;
}

.guru-team-profile-btn i {
    font-size: 17px;
    transition: transform .35s ease;
}

.guru-team-profile-btn:hover {
    background: #d6e6df;
    border-color: #b7d0c5;
    color: #4621ce;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(55, 82, 71, .10);
}

.guru-team-profile-btn:hover i {
    transform: translate(3px, -3px);
}

/* =========================================================
   LEADERSHIP STRENGTH
   ========================================================= */

.guru-team-strength {
    background: #ffffff;
}

.guru-team-strength-visual {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guru-strength-orbit {
    position: absolute;
    border: 1px solid #e4e7ef;
    border-radius: 50%;
}

.orbit-one {
    width: 230px;
    height: 230px;
    animation: guruTeamRotate 16s linear infinite;
}

.orbit-two {
    width: 300px;
    height: 300px;
    animation: guruTeamRotateReverse 20s linear infinite;
}

.guru-strength-center {
    position: relative;
    z-index: 2;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #f4f6fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(35,45,80,.08);
}

.guru-strength-center span {
    font-size: 30px;
    font-weight: 700;
    color: #4f5877;
}

.guru-strength-center strong {
    font-size: 14px;
    color: #7b8299;
}

@keyframes guruTeamRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes guruTeamRotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.guru-team-strength-content {
    padding-left: 25px;
}

.guru-team-strength-content h2 {
    font-size: 38px;
    color: #252b45;
    margin-bottom: 20px;
}

.guru-team-strength-content p {
    color: #737b91;
    line-height: 1.8;
}

.guru-strength-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.guru-strength-tags span {
    padding: 8px 13px;
    border: 1px solid #e6e9f0;
    border-radius: 30px;
    background: #fafbfc;
    color: #687089;
    font-size: 12px;
}


/* =========================================================
   LEADERSHIP FOCUS
   ========================================================= */

.guru-team-focus {
    background: #f8f9fc;
}

.guru-focus-grid {
    row-gap: 25px;
}

.guru-focus-card {
    position: relative;
    height: 100%;
    padding: 32px 25px;
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 14px;
    transition: all .4s ease;
    overflow: hidden;
}

.guru-focus-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 40px rgba(35,45,80,.09);
}

.guru-focus-card > span {
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #d7dbe5;
}

.guru-focus-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: #f2f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guru-focus-icon i {
    font-size: 21px;
    color: #656e8b;
}

.guru-focus-card h3 {
    font-size: 19px;
    color: #2c324a;
    margin-bottom: 12px;
}

.guru-focus-card p {
    color: #7a8195;
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
}


/* =========================================================
   CLOSING SECTION
   ========================================================= */

.guru-team-closing {
    background: #ffffff;
}

.guru-team-closing-box {
    padding: 65px 50px;
    border-radius: 20px;
    background: #f6f7fa;
    text-align: center;
    border: 1px solid #e9ebf1;
}

.guru-team-closing-content {
    max-width: 850px;
    margin: 0 auto;
}

.guru-team-closing h2 {
    font-size: 38px;
    color: #252b45;
    margin: 10px 0 20px;
}

.guru-team-closing p {
    max-width: 750px;
    margin: 0 auto;
    color: #747b90;
    line-height: 1.8;
}

.guru-team-closing-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.guru-team-contact-btn {
    background: transparent !important;
    color: #505875 !important;
    border: 1px solid #d9dde6;
}

.guru-team-contact-btn:hover {
    background: #ffffff !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .guru-leader-card {
        min-height: 300px;
    }

    .guru-leader-photo {
        width: 40%;
        min-width: 40%;
    }

    .guru-leader-photo img {
        min-height: 300px;
    }

    .guru-team-strength-content {
        padding-left: 0;
        margin-top: 45px;
    }

    .guru-team-strength-visual {
        width: 280px;
        height: 280px;
    }

    .guru-team-strength-content h2 {
        font-size: 32px;
    }

}


@media (max-width: 767px) {

    .guru-team-hero-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .guru-team-hero-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .guru-team-heading {
        margin-bottom: 35px;
    }

    .guru-team-heading h2 {
        font-size: 30px;
    }


    .guru-leader-card {
        display: block;
    }

    .guru-leader-photo {
        width: 100%;
        min-width: 100%;
        height: 300px;
    }

    .guru-leader-photo img {
        width: 100%;
        height: 300px;
        min-height: 0;
    }

    .guru-leader-content {
        padding: 28px 22px;
    }

    .guru-leader-content h3 {
        font-size: 23px;
    }


    .guru-team-strength-visual {
        width: 250px;
        height: 250px;
    }

    .orbit-one {
        width: 185px;
        height: 185px;
    }

    .orbit-two {
        width: 235px;
        height: 235px;
    }

    .guru-strength-center {
        width: 115px;
        height: 115px;
    }


    .guru-team-strength-content {
        margin-top: 35px;
        text-align: center;
    }

    .guru-team-strength-content h2 {
        font-size: 29px;
    }

    .guru-strength-tags {
        justify-content: center;
    }


    .guru-focus-card {
        padding: 27px 22px;
    }


    .guru-team-closing-box {
        padding: 45px 22px;
    }

    .guru-team-closing h2 {
        font-size: 29px;
        line-height: 1.3;
    }

    .guru-team-closing-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .guru-team-closing-buttons .btn_one {
        text-align: center;
    }

}


@media (max-width: 480px) {

    .guru-leader-photo {
        height: 270px;
    }

    .guru-leader-photo img {
        height: 270px;
    }

    .guru-leader-content {
        padding: 24px 18px;
    }

    .guru-leader-highlight {
        padding: 12px;
    }

    .guru-team-strength-visual {
        width: 220px;
        height: 220px;
    }

    .orbit-one {
        width: 165px;
        height: 165px;
    }

    .orbit-two {
        width: 205px;
        height: 205px;
    }

    .guru-strength-center {
        width: 100px;
        height: 100px;
    }

    .guru-strength-center span {
        font-size: 25px;
    }

}
/* --END OF TEAM SECTION-- */




/* =========================================================
   GURU RAM - PRESIDENT PROFILE PAGE
   Shradha Milind Lute
   ========================================================= */


/* ---------------------------------------------------------
   GENERAL
--------------------------------------------------------- */

.guru-leader-profile {
    overflow: hidden;
}

.guru-leader-profile p {
    line-height: 1.8;
}


/* ---------------------------------------------------------
   INTRO
--------------------------------------------------------- */

.guru-leader-intro {
    padding: 100px 0 90px;
    background: #f8fafc;
}

.guru-leader-image-wrap {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.guru-leader-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(11, 16, 74, 0.10);
}

.guru-leader-image img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.guru-leader-image-wrap:hover .guru-leader-image img {
    transform: scale(1.04);
}


/* President badge */

.guru-leader-role {
    position: absolute;
    right: -20px;
    bottom: 30px;
    background: #ffffff;
    padding: 15px 28px;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(11, 16, 74, 0.12);
}

.guru-leader-role span {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0b104a;
}


/* Intro content */

.guru-leader-intro-content {
    padding-left: 45px;
}

.guru-leader-label {
    display: inline-block;
    margin-bottom: 12px;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5571b9;
}

.guru-leader-intro-content h1 {
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #111631;
}

.guru-leader-designation {
    display: inline-block;
    margin-bottom: 25px;
    padding: 9px 22px;
    border-radius: 30px;
    background: #e9eefb;
    border: 1px solid #d7e0f5;
    color: #405b9e;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.guru-leader-intro-content p {
    max-width: 680px;
    margin-bottom: 17px;
    color: #626779;
}


/* ---------------------------------------------------------
   PROFESSIONAL EXPERIENCE
--------------------------------------------------------- */

.guru-leader-experience {
    background: #ffffff;
}

.guru-leader-section-heading {
    max-width: 800px;
    margin: 0 auto 55px;
}

.guru-leader-section-heading h2 {
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #111631;
}

.guru-leader-section-heading p {
    margin: 0 auto;
    color: #6c7180;
}


/* Full-width grid - avoids empty left/right space */

/* Full-width Leadership Experience Section */
.guru-leader-experience {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Keep the content/cards properly centered inside */
.guru-leader-experience > .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Experience cards */
.guru-experience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin: 0;
}

/* Last card uses the available width */
.guru-experience-wide {
    grid-column: 1 / -1;
}

.guru-experience-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    min-height: 190px;
    padding: 32px;
    background: #f8fafc;
    border: 1px solid #edf0f5;
    border-radius: 14px;
    transition: all .35s ease;
}

.guru-experience-card:hover {
    transform: translateY(-7px);
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(11, 16, 74, 0.09);
}

.guru-experience-wide {
    grid-column: 1 / -1;
    max-width: 100%;
}

.guru-experience-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf0fb;
    color: #526eaf;
    font-size: 21px;
}

.guru-experience-content h3 {
    margin: 2px 0 10px;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111631;
}

.guru-experience-content p {
    margin: 0;
    color: #686d7b;
}


/* ---------------------------------------------------------
   LEADERSHIP HIGHLIGHT
--------------------------------------------------------- */

.guru-leader-highlight {
    background: #f6f8fc;
}

.guru-leader-highlight-box {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 38px 45px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e8ecf3;
    box-shadow: 0 12px 35px rgba(11, 16, 74, 0.06);
}

.guru-highlight-icon {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef2fa;
    color: #536eae;
    font-size: 24px;
}

.guru-highlight-content > span {
    display: block;
    margin-bottom: 7px;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #5571b9;
}

.guru-highlight-content h2 {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 27px;
    line-height: 1.35;
    color: #111631;
}


/* ---------------------------------------------------------
   LEADERSHIP CONTRIBUTION
--------------------------------------------------------- */

.guru-leader-contribution {
    background: #ffffff;
}

.guru-contribution-heading {
    padding-right: 35px;
}

.guru-contribution-heading h2 {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 38px;
    line-height: 1.25;
    color: #111631;
}

.guru-contribution-content {
    padding: 35px 40px;
    border-left: 3px solid #dce4f4;
    background: #f8fafc;
    border-radius: 0 14px 14px 0;
}

.guru-contribution-content p {
    margin-bottom: 18px;
    color: #686d7b;
}

.guru-contribution-content p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   CTA
--------------------------------------------------------- */

.guru-leader-cta {
    padding: 70px 0;
    background: #f6f8fc;
}

.guru-leader-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 45px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e8ecf3;
    box-shadow: 0 12px 35px rgba(11, 16, 74, 0.06);
}

.guru-leader-cta-box h2 {
    margin: 0;
    max-width: 650px;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    color: #111631;
}


/* Contact button */

.guru-leader-contact-btn {
    flex-shrink: 0;
    border-radius: 30px !important;
    background: #526eaf !important;
    color: #ffffff !important;
    border: 1px solid #526eaf !important;
}

.guru-leader-contact-btn:hover {
    background: #405b9e !important;
    border-color: #405b9e !important;
    color: #ffffff !important;
}


/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 991px) {

    .guru-leader-intro {
        padding: 80px 0;
    }

    .guru-leader-intro-content {
        padding-left: 0;
        margin-top: 45px;
        text-align: center;
    }

    .guru-leader-intro-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .guru-leader-role {
        right: 15px;
    }

    .guru-experience-grid {
        grid-template-columns: 1fr;
    }

    .guru-experience-wide {
        grid-column: auto;
    }

    .guru-contribution-heading {
        padding-right: 0;
        margin-bottom: 35px;
        text-align: center;
    }

    .guru-leader-cta-box {
        flex-direction: column;
        text-align: center;
    }

    .guru-leader-cta-box h2 {
        margin: 0 auto;
    }
}


@media (max-width: 767px) {

    .guru-leader-intro {
        padding: 60px 0;
    }

    .guru-leader-image {
        border-radius: 14px;
    }

    .guru-leader-image img {
        height: 390px;
    }

    .guru-leader-role {
        right: 10px;
        bottom: 20px;
        padding: 12px 20px;
    }

    .guru-leader-intro-content h1 {
        font-size: 36px;
    }

    .guru-leader-designation {
        font-size: 16px;
    }

    .guru-leader-section-heading h2 {
        font-size: 32px;
    }

    .guru-experience-card {
        min-height: auto;
        padding: 25px;
        gap: 16px;
    }

    .guru-experience-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .guru-experience-content h3 {
        font-size: 20px;
    }

    .guru-leader-highlight-box {
        padding: 30px 25px;
        flex-direction: column;
        text-align: center;
    }

    .guru-highlight-content h2 {
        font-size: 23px;
    }

    .guru-contribution-content {
        padding: 25px;
        border-left: 0;
        border-top: 3px solid #dce4f4;
        border-radius: 0 0 14px 14px;
    }

    .guru-leader-cta {
        padding: 55px 0;
    }

    .guru-leader-cta-box {
        padding: 30px 22px;
    }

    .guru-leader-cta-box h2 {
        font-size: 25px;
    }

    .guru-leader-contact-btn {
        width: auto;
    }
}


@media (max-width: 480px) {

    .guru-leader-intro-content h1 {
        font-size: 31px;
    }

    .guru-leader-image img {
        height: 350px;
    }

    .guru-experience-card {
        display: block;
    }

    .guru-experience-icon {
        margin-bottom: 18px;
    }

}

/* =========================================================
   GURU RAM - SECRETARY PROFILE
   Same visual language as President profile
   ========================================================= */


/* ---------- PROFILE INTRO ---------- */

.guru-profile-intro {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 70px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 80px;
}

.guru-profile-photo {
    position: relative;
    text-align: center;
}

.guru-profile-photo::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(24, 119, 242, 0.08);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.guru-profile-photo img {
    position: relative;
    z-index: 1;
    width: 280px;
    height: 330px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(11, 16, 74, 0.12);
}

.guru-profile-info {
    padding: 10px 0;
}

.guru-profile-info h1 {
    font-size: 46px;
    line-height: 1.15;
    margin: 12px 0 10px;
}

.guru-profile-designation {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    background: #eef5ff;
    color: #1d5fa7;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

.guru-profile-highlight {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
}

.guru-profile-info p {
    font-size: 16px;
    line-height: 1.8;
}


/* ---------- SECTION HEADING ---------- */

.guru-leader-section-heading {
    max-width: 850px;
    margin: 0 auto 50px;
}

.guru-leader-section-heading h2 {
    font-size: 38px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.guru-leader-section-heading p {
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
}


/* ---------- EXPERIENCE SECTION ---------- */

.guru-leader-experience {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*
   IMPORTANT:
   This keeps the whole experience section/container
   occupying the complete available laptop width.
*/

.guru-leader-experience .container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}


/* ---------- EXPERIENCE GRID ---------- */

.guru-experience-grid {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0 auto;
}


/* ---------- EXPERIENCE CARD ---------- */

.guru-experience-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    min-height: 170px;
    background: #ffffff;
    border: 1px solid rgba(20, 40, 80, 0.07);
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(11, 16, 74, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.guru-experience-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 38px rgba(11, 16, 74, 0.12);
    border-color: rgba(29, 95, 167, 0.16);
}


/* ---------- EXPERIENCE ICON ---------- */

.guru-experience-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef5ff;
    color: #1d5fa7;
    font-size: 21px;
    transition: all 0.3s ease;
}

.guru-experience-card:hover .guru-experience-icon {
    transform: scale(1.08) rotate(-3deg);
}


/* ---------- EXPERIENCE TEXT ---------- */

.guru-experience-content {
    flex: 1;
}

.guru-experience-content h3 {
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.guru-experience-content p {
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}


/* ---------- LAST CARD ---------- */

.guru-experience-wide {
    grid-column: 1 / -1;
}


/* ---------- LEADERSHIP STRENGTH ---------- */

.guru-leadership-strength {
    width: 100%;
}

.guru-leadership-strength-inner {
    max-width: 1050px;
    margin: 0 auto;
    padding: 55px 60px;
    display: flex;
    align-items: center;
    gap: 45px;
    background: #f7faff;
    border-radius: 22px;
    border: 1px solid rgba(29, 95, 167, 0.08);
}

.guru-strength-number {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5ff;
    color: #1d5fa7;
    font-family: "Jost", sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.guru-strength-content {
    flex: 1;
}

.guru-strength-content h2 {
    font-size: 32px;
    margin: 10px 0 15px;
}

.guru-strength-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
}


/* ---------- CLOSING SECTION ---------- */

.guru-profile-closing {
    width: 100%;
}

.guru-profile-closing-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 55px 45px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(11, 16, 74, 0.08);
}

.guru-profile-closing-box h2 {
    font-size: 34px;
    margin: 12px 0 15px;
}

.guru-profile-closing-box p {
    max-width: 680px;
    margin: 0 auto 28px;
    line-height: 1.8;
}


/* ---------- BUTTONS ---------- */

.guru-profile-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.guru-profile-back-btn {
    border-radius: 30px !important;
}

.guru-leader-contact-btn {
    border-radius: 30px !important;
    background: #eef5ff !important;
    color: #1d5fa7 !important;
    border: 1px solid rgba(29, 95, 167, 0.15) !important;
}

.guru-leader-contact-btn:hover {
    background: #1d5fa7 !important;
    color: #ffffff !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .guru-profile-intro {
        grid-template-columns: 280px 1fr;
        gap: 40px;
    }

    .guru-profile-photo img {
        width: 250px;
        height: 300px;
    }

    .guru-profile-info h1 {
        font-size: 38px;
    }

    .guru-experience-grid {
        grid-template-columns: 1fr 1fr;
    }

    .guru-leadership-strength-inner {
        padding: 45px 35px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .guru-profile-intro {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
        margin-bottom: 55px;
    }

    .guru-profile-photo img {
        width: 240px;
        height: 285px;
    }

    .guru-profile-info h1 {
        font-size: 32px;
    }

    .guru-profile-highlight {
        font-size: 18px;
    }

    .guru-leader-section-heading h2 {
        font-size: 30px;
    }

    .guru-experience-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .guru-experience-wide {
        grid-column: auto;
    }

    .guru-experience-card {
        padding: 24px;
    }

    .guru-leadership-strength-inner {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
        gap: 25px;
    }

    .guru-strength-number {
        width: 120px;
        height: 120px;
        flex-basis: 120px;
        font-size: 34px;
    }

    .guru-strength-content h2 {
        font-size: 27px;
    }

    .guru-profile-closing-box {
        padding: 40px 22px;
    }

    .guru-profile-closing-box h2 {
        font-size: 28px;
    }

    .guru-profile-buttons {
        flex-direction: column;
    }

    .guru-profile-buttons .btn_one {
        width: auto;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .guru-profile-photo img {
        width: 210px;
        height: 255px;
    }

    .guru-profile-info h1 {
        font-size: 28px;
    }

    .guru-experience-card {
        gap: 15px;
        padding: 20px;
    }

    .guru-experience-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .guru-experience-content h3 {
        font-size: 19px;
    }

}



/* =========================================================
   GURU RAM CONTACT PAGE
========================================================= */


/* =========================================================
   CONTACT HERO
   SAME DESIGN LANGUAGE AS SERVICES HERO
========================================================= */

.guru-contact-hero .section-top-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Contact hero subheading */
.guru-contact-hero-subtitle {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.5;
    margin: 18px auto 12px;
}

/* Contact hero description */
.guru-contact-hero-description {
    max-width: 760px;
    margin: 0 auto 8px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}


/* =========================================================
   CONTACT HERO RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .guru-contact-hero-subtitle {
        font-size: 18px !important;
        line-height: 1.5;
    }

    .guru-contact-hero-description {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

}


@media (max-width: 575px) {

    .guru-contact-hero-subtitle {
        font-size: 17px !important;
    }

    .guru-contact-hero-description {
        font-size: 13px !important;
    }

}


/* =========================================================
   COMMON CONTACT HEADINGS
========================================================= */

.guru-contact-section-heading {
    max-width: 850px;
    margin: 0 auto 55px;
}

.guru-contact-label {
    display: inline-block;
    margin-bottom: 11px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #6d63d8;
}

.guru-contact-section-heading h2 {
    margin: 0 0 15px;
    font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #1b1f3d;
}

.guru-contact-section-heading p {
    max-width: 780px;
    margin: 0 auto 8px;
    font-size: 15px;
    line-height: 1.8;
    color: #72788c;
}


/* =========================================================
   CONTACT MAIN
========================================================= */

.guru-contact-section {
    background: #ffffff;
}

.guru-contact-layout {
    align-items: stretch;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.guru-contact-information {
    height: 100%;
    padding: 45px 40px;
    border-radius: 18px;
    background: #f8f8ff;
    border: 1px solid #e7e6f3;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}

.guru-contact-information::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #6d63d8;
}

.guru-contact-information:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(25, 30, 70, .08);
}

.guru-contact-info-heading span,
.guru-message-heading span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #8580c4;
}

.guru-contact-info-heading h3 {
    margin: 0 0 35px;
    font-family: "Jost", sans-serif;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 700;
    color: #1c203d;
}


/* =========================================================
   CONTACT ITEM
========================================================= */

.guru-contact-item {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 20px 0;
    border-top: 1px solid #e2e2ed;
}

.guru-contact-item-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e2e1ef;
    color: #6d63d8;
    font-size: 19px;
    transition: all .3s ease;
}

.guru-contact-item:hover .guru-contact-item-icon {
    background: #6d63d8;
    color: #ffffff;
    transform: translateY(-3px);
}

.guru-contact-item-text small {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #969aac;
}

.guru-contact-item-text a {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #252942;
    word-break: break-word;
}

.guru-contact-item-text a:hover {
    color: #6d63d8;
}


/* =========================================================
   MESSAGE FORM
========================================================= */

.guru-message-box {
    height: 100%;
    padding: 45px;
    background: #ffffff;
    border: 1px solid #e4e4ee;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(25, 30, 70, .055);
}

.guru-message-heading {
    margin-bottom: 28px;
}

.guru-message-heading h3 {
    margin: 0 0 12px;
    font-family: "Jost", sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: #1b1f3d;
}

.guru-message-heading p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #747a8e;
}


/* =========================================================
   FORM INPUTS
========================================================= */

.guru-input-group {
    margin-bottom: 20px;
}

.guru-input-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #383c54;
}

.guru-input-group input,
.guru-input-group textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #e1e1eb;
    border-radius: 8px;
    outline: none;
    background: #fafaff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #252942;
    transition: all .3s ease;
}

.guru-input-group input {
    height: 51px;
}

.guru-input-group textarea {
    min-height: 130px;
    resize: vertical;
}

.guru-input-group input::placeholder,
.guru-input-group textarea::placeholder {
    color: #a1a4b3;
}

.guru-input-group input:focus,
.guru-input-group textarea:focus {
    background: #ffffff;
    border-color: #8c87d9;
    box-shadow: 0 0 0 4px rgba(109, 99, 216, .07);
}


/* =========================================================
   SEND MESSAGE BUTTON
========================================================= */

.guru-message-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 51px;
    padding: 0 27px;
    border: 1px solid #6d63d8;
    border-radius: 8px;
    background: #6d63d8;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.guru-message-submit i {
    transition: transform .3s ease;
}

.guru-message-submit:hover {
    background: #ffffff;
    color: #6d63d8;
    box-shadow: 0 10px 25px rgba(109, 99, 216, .14);
}

.guru-message-submit:hover i {
    transform: translate(3px, -3px);
}


/* =========================================================
   CONNECT SECTION
========================================================= */

.guru-connect-section {
    background: #f8f9ff;
}


/* =========================================================
   CONNECT CARDS
========================================================= */

.guru-connect-cards {
    margin-top: 5px;
}

.guru-connect-card {
    height: 100%;
    min-height: 275px;
    padding: 35px 30px;
    border: 1px solid #e5e5ef;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}

.guru-connect-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f0effc;
    transition: transform .4s ease;
}

.guru-connect-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(25, 30, 70, .08);
}

.guru-connect-card:hover::after {
    transform: scale(1.35);
}

.guru-connect-number {
    position: absolute;
    top: 27px;
    right: 27px;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #b5b2d2;
}

.guru-connect-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f0effc;
    color: #6d63d8;
    font-size: 21px;
    transition: all .3s ease;
}

.guru-connect-card:hover .guru-connect-icon {
    background: #6d63d8;
    color: #ffffff;
}

.guru-connect-card h3 {
    margin: 0 0 12px;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #202440;
}

.guru-connect-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #73798d;
}


/* =========================================================
   LOCATION
========================================================= */

.guru-location-section {
    background: #ffffff;
}

.guru-location-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 34px 40px;
    border: 1px solid #e5e5ee;
    border-radius: 15px;
    background: #fafaff;
}

.guru-location-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #f0effc;
    color: #6d63d8;
    font-size: 23px;
}

.guru-location-box h2 {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #202440;
}


/* =========================================================
   CLOSING CTA
========================================================= */

.guru-contact-closing {
    padding: 70px 0;
    background: #f8f9ff;
}

.guru-contact-closing-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 45px 50px;
    border: 1px solid #e5e5ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(25, 30, 70, .055);
}

.guru-closing-content h2 {
    max-width: 680px;
    margin: 0 0 12px;
    font-family: "Jost", sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.3;
    color: #202440;
}

.guru-closing-content p {
    max-width: 700px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #73798d;
}

.guru-closing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 14px 25px;
    border: 1px solid #6d63d8;
    border-radius: 8px;
    background: #6d63d8;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.guru-closing-button:hover {
    background: #ffffff;
    color: #6d63d8 !important;
    box-shadow: 0 10px 25px rgba(109, 99, 216, .14);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .guru-page-hero {
        padding: 80px 0;
    }

    .guru-page-hero h1 {
        font-size: 45px;
    }

    .guru-page-hero h2 {
        font-size: 25px;
    }

    .guru-contact-information {
        margin-bottom: 30px;
    }

    .guru-contact-closing-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media (max-width: 767px) {

    .guru-page-hero {
        padding: 65px 0;
    }

    .guru-page-hero h1 {
        font-size: 37px;
    }

    .guru-page-hero h2 {
        font-size: 21px;
    }

    .guru-page-hero p {
        font-size: 15px;
    }

    .guru-contact-section-heading h2 {
        font-size: 31px;
    }

    .guru-contact-information,
    .guru-message-box {
        padding: 30px 25px;
    }

    .guru-connect-card {
        margin-bottom: 25px;
    }

    .guru-location-box {
        padding: 28px 25px;
    }

    .guru-contact-closing {
        padding: 50px 0;
    }

    .guru-contact-closing-box {
        padding: 32px 25px;
    }

    .guru-closing-content h2 {
        font-size: 27px;
    }

}


@media (max-width: 575px) {

    .guru-page-hero h1 {
        font-size: 33px;
    }

    .guru-page-hero h2 {
        font-size: 19px;
    }

    .guru-contact-info-heading h3,
    .guru-message-heading h3 {
        font-size: 25px;
    }

    .guru-contact-item-text a {
        font-size: 14px;
    }

}