

/* General Settings */
:root {
    --lpBorderRadius: 12px;
}
body {
    font-family: 'Rajdhani', sans-serif !important;
	color: #303030;
}
h1,h2,h3,h4,h5 {
    text-transform: initial;
    font-weight: 700 !important;
    width: 100%;
    margin-bottom: 10px !important;
    color: #303030;
}
@media(max-width: 550px) {
	h1 { font-size: 30px !important;}
	h2 { font-size: 28px !important;}
}
@media(max-width: 450px) {
	h1 { font-size: 28px !important;}
	h2 { font-size: 26px !important;}
	h3, h4, h5 { font-size: 24px !important;}
}

#gcu_lp_main_hero img,
#gcu_lp_how_it_works img {
    width: 100%;
    object-fit: contain;
}
/* END */

/* GCU CARD */
.gcu_lp_card {
    border-radius: var(--lpBorderRadius);
    padding: 40px 30px;
    margin: 20px 0;
    border: 1px solid #E3E3E3;
	background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 20px -8px #00000033;
}
@media (max-width: 992px) {
	.gcu_lp_card {
		padding: 20px;
		text-align: center
    }
    .gcu_lp_card_img {
        order: 1;
		margin-bottom: 20px;
    }
    .gcu_lp_card_text {
        order: 2;
    }
}

.gcu_lp_card p {
	font-weight: 600;
}
.gcu_lp_card img {
    border-radius: var(--lpBorderRadius);
}
/* END */


/* Main Hero */
#gcu_lp_main_hero .sam_FW_row {
    margin-bottom: 40px;
	position: relative;
}
#gcu_lp_main_hero .col-xs-12 {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#gcu_lp_main_hero .gcu_live_text_div {
	margin-left: auto;
	margin-right: auto;
    color: #ffffff;
    margin-top: -10px; /* Because of H1 line-height */
}
@media(min-width: 993px) {
	#gcu_lp_main_hero .gcu_live_text_div {
		width:960px
	}
}
@media (min-width: 1200px) {
	#gcu_lp_main_hero .gcu_live_text_div {
		width: 1000px
	}
}
@media (min-width: 1400px) {
	#gcu_lp_main_hero .gcu_live_text_div {
		width: 1200px
	}
}
@media (min-width: 2000px) {
	#gcu_lp_main_hero .gcu_live_text_div {
		width: 1400px
	}
}

#gcu_lp_main_hero .gcu_live_text_div_mobile {
	display: none;
}
@media(max-width: 600px) {
	#gcu_lp_main_hero .gcu_live_text_div_desktop {
		display: none;
	}
	#gcu_lp_main_hero .gcu_live_text_div_mobile {
		display: block;
	}
	#gcu_lp_main_hero .sam_FW_container {
		padding: 0;
		width: 100%;
		margin-bottom: 80px;
	}
	#gcu_lp_main_hero .sam_FW_container .sam_FW_row {
		width: 100%;
		margin: 0;
	}
	#gcu_lp_main_hero .sam_FW_container .col-xs-12 {
		margin: 0 !important;
	}
	#gcu_lp_main_hero .gcu_live_text_div_mobile {
		width: 100%;
		position: absolute;
		top: 50%;
	}
	#gcu_lp_main_hero .gcu_live_text_div_mobile h1 {
		background: rgba(0, 0, 0, 0.40);
		backdrop-filter: blur(2.5px);
		padding: 15px 25px;
		margin: 0 !important;
	}
	#gcu_lp_main_hero .gcu_live_text_div_mobile .gcu_live_text_div_mobile_wrapper {
		background: radial-gradient(100% 100% at 50% 50%, #005DAC 10%, #002646 100%);
		padding: 20px 25px;
	}
	#gcu_lp_main_hero .gcu_live_text_div_mobile .gcu_live_text_div_mobile_wrapper h3 {
		display: inline;
	}
	#gcu_lp_main_hero .gcu_live_text_div_mobile .gcu_live_text_div_mobile_wrapper a.btn {
		margin: 10px 0px;
	}
}
@media(max-width: 500px) {
	#gcu_lp_main_hero .sam_FW_container {
		margin-bottom: 100px;
	}
}
@media(max-width: 420px) {
	#gcu_lp_main_hero .sam_FW_container {
		margin-bottom: 140px;
	}
}
	
#gcu_lp_main_hero .gcu_live_text_div a {
	background-color: #ffffff;
	color: #000;
	border-color: #fff;
}
#gcu_lp_main_hero .gcu_live_text_div a:hover {
	background-color: #007AC2;
	color: #FFF;
	border: 1px solid white;
}
#gcu_lp_main_hero .gcu_live_text_div a::after {
	font-family: 'FontAwesome';
	content: '\f061';
	padding-left: 10px;
}
/* END */



/* FEATURES */
#gcu_lp_features .samASC_Notification {
	background-image: none;
	background-color: #ffffff;
	padding: 12px 20px 15px 20px;
}
#gcu_lp_features .gcu_lp_features_wrapper {
	margin: 0;
    padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gcu_lp_features .samFeatherIcon {
	fill: none;
	stroke: #00527C;
	width: 40px;
	height: 40px;
	stroke-width: 2;
}
#gcu_lp_features h5 {
    flex-basis: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 0;
    text-align: center;
	color: #00527C;
}
#gcu_lp_features button {
	margin: 40px 0 20px 0;
	border: 1px solid #303030;	
}
#gcu_lp_features button::after {
	font-family: 'FontAwesome';
	content: '\f063';
	padding-left: 10px;
}
@media (max-width: 992px) {
	#gcu_lp_features .col-md-4 {
		width: 33%;
	}
	#gcu_lp_features .samASC_Notification {
		padding-bottom: 30px;
	}
	#gcu_lp_features .gcu_lp_features_wrapper {
		display: block;
		text-align: center;
	}
	#gcu_lp_features h5 {
		padding: 10px 0 0 0;
		line-height: 100%;
		text-align: center;
		height: 30px;
	}
}
@media (max-width: 600px) {
	#gcu_lp_features .col-md-4 {
		width: 100%;
	}
	#gcu_lp_features .samASC_Notification {
		padding-bottom: 0px;
		margin-bottom: 15px;
	}
    #gcu_lp_features button {
        margin: 40px 0 20px 0;
        border: 1px solid #303030;	
    }
}
@media (max-width: 500px) {
    #gcu_lp_features button {
        margin: 20px 0;
        border: 1px solid #303030;	
    }
}
/* END */




/* DIGITAL SOLUTION */
#gcu_lp_digital_solution {
	margin: 80px 0;
}
@media (max-width: 992px) {
	#gcu_lp_digital_solution {
		margin: 40px 0;
	}
}
#gcu_lp_digital_solution .gcu_lp_card {
	display: flex !important;
	justify-content: center;
	align-items: center;
    box-shadow: none;
	text-align: left;
	background-color: #3030300d;
}
@media (min-width: 993px) {
	#gcu_lp_digital_solution .gcu_lp_card {
	    width: max-content;
		min-width: 800px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}
#gcu_lp_digital_solution .gcu_lp_card a {
	margin-top: 20px;
}
#gcu_lp_digital_solution .gcu_lp_card a::after {
    font-family: 'FontAwesome';
	content: '\f061';
	padding-left: 10px;
}
#gcu_lp_digital_solution .gcu_lp_card ul {
	margin: 0;
	padding: 10px 0 0 15px;
}
/* END */


/* How It Works */
#gcu_lp_how_it_works {
    margin-top: 40px;
}
#gcu_lp_how_it_works h2 {
	text-align: center;
}
@media (max-width: 992px) {
    #gcu_lp_how_it_works .gcu_lp_card {
        flex-direction: row; 
        flex-wrap: wrap; 
        padding: 20px 10px;
        margin: 10px 0;
				justify-content: left;
    }
}
#gcu_lp_how_it_works .gcu_lp_card_text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gcu_lp_how_it_works .samFeatherIcon {
	fill: none;
	stroke: #ffffff;
	width: 50px;
	height: 50px;
	stroke-width: 2;
	background-color: #303030;
	padding: 8px 10px;
	border-radius: 8px;
}
#gcu_lp_how_it_works .gcu_lp_card_text h4 {
	display: inline;
	width: max-content;
}
#gcu_lp_how_it_works .gcu_lp_card_text p {
	flex-basis: 100%;
}
@media (max-width: 550px) {
    #gcu_lp_how_it_works .samFeatherIcon {
		width: 44px;
		height: 44px;
	}
	#gcu_lp_how_it_works .gcu_lp_card_text h4 {
		padding: 12px 0 0 0;
		text-align: left;
  	line-height: 20px;
	}
    #gcu_lp_how_it_works .gcu_lp_card_text p {
		text-align: left;
		padding-bottom: 10px;
	}
}
/* END */



/* GCU Success Stories */
.gcu_success_stories {
    padding: 0 50px;
}
.gcu_success_stories .gcu_lp_card {
    box-shadow: 0px 10px 10px -4px #00000033;
    text-align: center;
}
.gcu_success_stories .gcu_lp_card p {
    margin-bottom: 20px;
}
.gcu_success_stories .gcu_lp_card .name_tag:before {
    content: '-';
    padding-right: 10px;
}
.gcu_success_stories .slick-prev:before,
.gcu_success_stories .slick-next:before {
    background-color: #ffffff;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
}
.gcu_success_stories .slick-prev,
.gcu_success_stories .slick-next {
    top: 50%;
}
.gcu_success_stories .slick-prev {
    left: -50px;
}
.gcu_success_stories .slick-next {
    right: -40px;
}
/* END */


/* GCU Customize Today */
#gcu_lp_customize_today {
    text-align: center;
    margin: 80px 0;
}
@media (max-width: 992px) {
	#gcu_lp_customize_today {
		margin: 40px 0;
	}
}
#gcu_lp_customize_today .samFeatherIcon {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
#gcu_lp_customize_today .btn {
    margin-top: 20px
}
#gcu_lp_customize_today .btn::after {
    content: '\f061';
    padding-left: 10px;
    font-family: 'FontAwesome';
}
/* END */


/* iFrame Section */
#gcu_lp_how_it_works .gcu_lp_iframe {
	padding: 0;
}
#gcu_lp_how_it_works .gcu_lp_iframe iframe {
	width: 100%;
	height: calc( 100vw / 2.5);
	margin: 20px 0 10px 0;
	border-radius: var(--lpBorderRadius);
	box-shadow: 0 20px 20px -8px #00000033;
}
@media (max-width: 992px) {
    #gcu_lp_how_it_works .gcu_lp_iframe iframe {
        margin: 10px 0;
		height: calc( 100vw / 2);
    }
}
@media (max-width: 834px) {
    #gcu_lp_how_it_works .gcu_lp_iframe iframe {
		height: calc( 100vw / 1.5);
    }
}



