/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/** case study banner **/
.case-study-banner .content-wrapper {
	max-width: 1246px;
  padding:0  15px;
}

.case-study-banner-left h1 {
	color: var(--Gray-900, #101828);
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: -0.96px;
}
.case-study-banner-inner {
	display: flex;
	align-items:center;
}

.case-study-banner-left {
	flex: 0 0 68%;
	max-width: 68%;
	padding: 115px 40px 115px 0;
	display: grid;
	align-items: center;
}

.case-study-banner-right {
	/*
	flex: 0 0 33%;
	max-width: 33%;
	*/
}

.case-study-banner-right img {
	/*
	height: 100%  !important;
	object-fit: cover;
	*/
}

/*** social share ***/
.case-study-social ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	gap: 12px;
}

.case-study-social ul li {
	border-radius: 8px;
	border: 1px solid var(--Gray-300, #D0D5DD);
	background: var(--Base-White, #FFF);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 9px;
}

.case-study-social ul li img {
	display: block;
	width: 20px;
	height: 20px;
}

.case-study-social p {
	margin: 0 0 10px;
	color: var(--Main-colors-4th, #2C95FF);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
}

/*** case study detail ***/
.case-study-details {
	background: #ededed;
	padding-block: 48px;
}

.case-study-details .content-wrapper {
	max-width: 1246px;
	padding:0 15px;
}

.case-study-details .content-wrapper {
	/*
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 96px 20px;
	*/
	display:flex;
	justify-content: space-evenly;
  flex-wrap: wrap;
	row-gap: 40px;
}
.case-study-single-detail {
	width:33%;
}
.case-stidy-detail-title p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-transform: uppercase;
	margin: 0 0 16px;
}

.case-stidy-detail-data p {
	font-family: "Red Hat Display" !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -1.08px;
	line-height:1.3;
}
.case-study-social {
	margin: 0 0 30px;
}

.case-study-body-inner-single .case-study-body-inner-right p:last-child {
    margin: 0;
}
/**** case study blog post body *****/
.case-study-blog-post-body {
	padding-block: 96px;
}

.case-study-blog-post-body .content-wrapper {
	max-width: 1246px;
	padding:0 15px;
}

.case-study-body-inner-single {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.case-study-body-inner-single + .case-study-body-inner-single {
	border-top: 1px solid var(--Basic-very-light-grey, #C7C9D4);
	margin-top: 48px;
	padding-top: 64px;
}

.case-study-body-inner-single .case-study-body-inner-right p,.case-study-body-inner-single .case-study-body-inner-right {
	color: #111b2c;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
}

.case-study-body-inner-single .case-study-body-inner-right img {
	width: 100% !important;
	margin-inline: 0 !important;
}

.case-study-body-inner-single .case-study-body-inner-right h2 {
	color: var(--Gray-900, #101828);
	font-size: 24px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 44px; /* 122.222% */
	letter-spacing: -1.08px;
}
.case-study-body-inner-single .left h3 {
	color: var(--Gray-900, #101828);

	/* text 4xl/Semibold */
	font-family: "Red Hat Display";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px; /* 122.222% */
	letter-spacing: -1.08px;
	margin: 0;
}

.case-study-body-inner-single .left p {
	color: #111b2c;

	/* text xl/reg */
	font-family: "Red Hat Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	max-width: 403px;
}

.case-study-body-inner-single .left p:last-child {
	margin: 0;
}
.case-study-body-inner-right ol li {
	list-style-position: outside;
}
.case-study-body-inner-right p {
	margin: 0 0 20px;
}

.case-study-body-inner-single .case-study-body-inner-right p a {
	color: color: var(--Gray-600, #475467);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	border-bottom: 1px solid #475467;
}


/*** form section ***/
.case-study-body-inner-single .case-study-body-inner-right p a {
	color: color: var(--Gray-600, #475467);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	border-bottom: 1px solid #475467;
}

.case-study-form-section {
	overflow: hidden;
}

.case-study-form-section .content-wrapper {
	max-width: 1246px;
	padding:0 15px;
}

.case-study-form-section .case-study-form-inner {
	display: flex;
	justify-content: space-between;
}

.case.-study-form-left {
	flex: 0 0 45.8%;
	max-width: 45.8%;
	padding-block: 96px;
	display:grid;
	align-content:center;
}

.case.-study-form-right {
	width: 42vw;
	margin-right: calc(-50vw + 50%);
	display: flex;
	align-items: flex-start;
}

.case.-study-form-right img{
	border-radius: 200px 0px 0px 0px;
}

.case.-study-form-left h3 {
	color: var(--Primary-Blue, #1645A5);
	font-family: 'Red Hat Display';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 101.5%; /* 48.72px */
	letter-spacing: 1.44px;
	margin: 0 0 16px;
}

.case.-study-form-left .case-form-title p {
	margin: 0 0 25px;
}

.case-study-form-section .hs-input:not(input[type=checkbox]) {
	border-radius: 4px;
	background-color: #F3F3F5 !important;
	color: #595959;
	font-family: inherit;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 99%; /* 17.82px */
	padding-block: 0 !important;
	min-height: 48px !important;
}
.case-study-form-section .hs-fieldtype-select select{
	appearance: none;
    background-image: url(https://www.rapporttranslations.com/hubfs/2024_Blog_Images/new%20learning%20center%20page/chevron-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-position-x: calc(100% - 9px) !important;
}
.case-study-form-section .form-title {
	display: none !important;
}

.case-study-form-section fieldset.form-columns-2 {
	display: flex;
	flex-direction: column;
}

.case-study-form-section fieldset.form-columns-2 >* {
	flex: 0 0 100% !important;
	width: 100% !important;
}

.case-study-form-section .hs-form-field {
	margin: 0 0 16px !important;
}

.case-study-form-section .input {
	margin: 0 !important;
}

body .case-study-form .hs-fieldtype-textarea.hs-input {
	min-height: 112px !important;
	padding-block: 16px !important;
	resize: none;
}

.case-study-form-section li.hs-form-booleancheckbox {
	margin: 0 !important;
}

.case-study-form-section .hs-richtext {
	margin: 0 !important;
}

.case-study-form-section .hs-richtext p {
	color: var(--Gray-600, #475467);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 16px !important;
}

.case-study-form-section .hs-richtext p a {
	color: var(--Gray-600, #475467);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 1px solid;
}

.case-study-form-section .hs_submit .hs-button {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 114.5%; /* 20.61px */
	padding: 16px 24px !important;
}
.case-study-form-section .hs_submit .hs-button:hover{
	color:#fff;	
}
.case-study-form-section .hs-input:not(input[type=checkbox]) {
	width: 100% !important;
}
.case-study-form-section ::placeholder {
	color: #595959;
}
.case-study-body-inner-left h3 {
    color: var(--Gray-900, #101828);
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -1.08px;
    margin: 0;
}


.case-study-body-inner-right ul li p {
    display: inline;
}
blockquote a {
    text-decoration: none;
    border: 0 !important;
}
.case.-study-form-left .field.hs-form-field > label {
    display: none;
}


/* 
  Style includes for old "Case Study Repeater Module" 
  Ensures content will be styled when updating case study blog to new template
*/
.case_study_repeater_rows .section_inner_wrapper .image_box img {
	max-width: 400px;
	display:block;
	margin:0 auto;
}



/**** responisve ****/

@media(max-width:1199px){
	.case-study-banner-left {
		padding-block: 77px;
	}
}


@media(max-width:991px){
	.case-study-banner-left h1 {
		font-size: 40px;
		line-height: 55px;
	}
	.case-study-banner-left {
		padding-block: 50px;
	}
	.case.-study-form-right img {
		border-radius: 100px 0px 0px 0px;
	}
}

@media(max-width:768px) {
  .case-study-single-detail {width:50%;}
}

@media(max-width:767px){
	.case-study-banner-inner {
		flex-direction: column;
		align-items: normal;
		gap: 50px;
	}

	.case-study-banner-left,.case-study-banner-right {
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.case-study-banner-right {
		max-width: 400px;
		margin-inline: auto;
		display: block;
	}

	.case-study-banner {
		padding-top: 50px;
	}
	.case-stidy-detail-data p:last-child {
		margin: 0;
	}
	.case-study-details .content-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px 20px;
	}

	.case-study-blog-post-body {
		padding-block: 50px;
	}
	.case-study-body-inner-single {
		grid-template-columns: repeat(1, 1fr);
	}
	.case-study-body-inner-single {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 32px;
		padding-top: 40px;
	}
	.case-study-body-inner-single .left h3 {
		font-size: 30px;
	}
	.case-study-body-inner-single:first-child {
		margin: 0;
		padding: 0;
	}
	.case-study-form-section .case-study-form-inner {
		flex-direction: column;
		gap: 50px;
	}

  .case.-study-form-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .case.-study-form-right {width: 100%;margin: 0;}
	.case.-study-form-left h3 {font-size: 35px;}
	.case-study-body-inner-single .case-study-body-inner-right p,	.case-study-body-inner-single .case-study-body-inner-right li {font-size: 16px;line-height: 25px;}
	.case-study-single-detail {width:100%;}
}

@media(max-width:639px){
	.case-study-details .content-wrapper {grid-template-columns: repeat(1, 1fr); grid-gap: 40px;}	
}