/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*CASE STUDIES Section*/
.case-studies-section {
	max-width: 1200px;
	margin: 0 auto;
}

.case-studies-container {
	display: flex;
	gap: 20px;
	flex-direction: row;
	height: fit-content
}
@media (max-width: 767px) {
	#c_featured_insights_mobile{
	.e-con-inner .caseStudyCard {
        width: calc(100% - 12px);
    }
/* 		.e-con-inner{
			column-gap : 5px
		}	 */
	}
}
.fi_date{
	display: inline-block;
	margin-bottom: 5px;
	color: #414042;
	font-family: "Roboto Condensed";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.case-study-card {
	display: flex;
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: #FFFFFF;
	align-items: flex-end;
}

.case-study-card:hover {
	background-image: unset !important;
	background-color: #0B1245 !important;
}

.case-study-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #0B1245 54%);
	opacity: 0.8;
}

.left-panel {
	width: 50%;
}

.right-panel {
	flex: 1;
}

.case-study-content {
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	padding: 15px;
	position: relative;
	.cs-top-text {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 20px;
		letter-spacing: 1%;
		font-weight: 400;
		margin-bottom: 8px;
	}
}

.case-study-title {
	font-size: 1.5rem;
	line-height: 34px;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 0 10px;
}

.case-study-overview {
	font-size: 1rem;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 0 10px;
}

.case-study-category {
	font-size: 1rem;
	line-height: 28px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: lato;
	font-style: italic;
}

.case-study-link {
	text-decoration: none;
	color: inherit;
	height: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.case-studies-container {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
	}

	.case-study-card {
		align-items: flex-start
	}

	.left-panel {
		min-width: 100%
	}

	.right-panel {
		min-width: 100%
	}
}

.right-container {
	display: contents;
}

@media (min-width: 768px) {
	.right-container {
		display: flex;
		flex-direction: column;
		width: 50%;
		row-gap: 20px
	}
}

/*CASE STUDIES Section Ends Here*/

/* RELATED INSIGHTS SECTION */

.insights-container {
	display: flex;
	flex-direction: row;
	gap: 24px;
	margin: 0 auto;
	align-items: stretch;
	height: fit-content
}

.insight-card {
	width: 31%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}

.insight-content {
	padding: 28px;
}

.insignt-image-container {
	height: 208px;
}

.insight-img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.insight-date {
	font-size: 1rem;
	line-height: 28px;
	font-weight: 400;
	color: #414042;
}

.insight-title {
	font-size: 1.5rem;
	line-height: 36px;
	font-weight: 500;
	color: #414042;
}

.insight-overview {
	font-size: 1rem;
	line-height: 26px;
	font-weight: 400;
	color: #414042;
}

@media (max-width: 767px) {
	.insights-container {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
	}

	.insight-title {
		font-size: 1.375rem;
		line-height: 32px;
		font-weight: 500;
	}
}

/* RELATED INSIGHTS SECTION ends here */

/* global styles */
.post_content_holder-blog {
	margin-top: 7.563rem;
	width: fit-content;

	@media (max-width: 767px) {
		width: 100%;
	}
}

div.comment_form {
	@media (max-width: 767px) {
				border-top: none;
			}
}

/* .footer_top {
	.four_columns {
		display: flex;
		> div {
			border-right: 1px solid #fff;
		}
	}
} */

#footer_main_top {
	background-color: #0B1245;
	padding-top: 80px;

	>.container>.container_inner {
		display: flex;

		.wp-block-qi-blocks-divider {
			padding: 10px;
			align-self: center;

			.qodef-m-line {
				color: #FFFF;
			}

			@media (max-width: 767px) {
				display: none;
			}
		}
	}

	figure {
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		padding: 10px;
	}
}

.footer_top_holder .aligncenter{
	display : block !important
}

@media (min-width : 600px){
	.four_columns>.column1,.four_columns>.column2,.four_columns>.column3,.four_columns>.column4 {
    width: 20%;
}
	.footer_top .column1.footer_col1, .footer_top .column2.footer_col2, .footer_top .column3.footer_col3 {
  position: relative;
}
	.footer_top .column1.footer_col1, .footer_top .column2.footer_col2, .footer_top .column3.footer_col3, .footer_top .column4.footer_col4{
		padding: 0 24px;
	}
	.footer_top .column1.footer_col1 .column_inner ,.footer_top .column2.footer_col2 .column_inner,.footer_top .column3.footer_col3 .column_inner,
	.footer_top .column4.footer_col4 .column_inner{
		padding : 0;
		.widget.widget_block.widget_media_image{
			margin : 0
		}
	}
.footer_top .column1.footer_col1::after, .footer_top .column2.footer_col2::after, .footer_top .column3.footer_col3::after{
  content: "";
  position: absolute;
  right: 0;
  top: 22%;
  width: .5px;
  height: 30%; 
  background-color: #3b5b7f;
}
	.footer_top .column3.footer_col3 img{
		transform:scaley(.7)
	}
}
.widget-container {
	margin: 0 auto;
	width: 100%;
	margin-top: -100px;
	position: absolute;
	z-index: 2;
	box-sizing: border-box
}

.post_info,
.entry_date.updated,
.comment_holder {
	display: none !important;
}

.post_image {
	height: auto;
	width: 100%
}

.post-container {
	padding: 60px 100px;
	background-color: #ffffff;
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: auto;
	box-sizing: border-box;
	max-width: 62.5rem;
}

.post-pre-title {
	font-size: 1.625rem;
	line-height: 32px;
	font-weight: 400;
	color: #414042;
	margin-bottom: 8px;
	margin-top: 0;
}

.entry_title {
	font-size: 3rem !important;
	line-height: 100%;
	font-weight: 300 !important;
	color: #3A3A3A;
	margin: 0;
	@media (max-width: 767px) {
		font-size: 26px !important;
		line-height: 36px;
	}
}

/* case study*/
@media (max-width: 767px) {
	.post-container {
		padding: 28px 20px;
	}

	.widget-container {
		margin-top: 0;
	}

	.post-pre-title {
		font-size: 1rem;
		line-height: 26px;
		letter-spacing: 1%;
	}

	.entry_title {
		font-size: 1.625rem;
		line-height: 36px;
	}
}

/* blog*/
.post_image-blog {
	height: 630px;
	padding: 0 120px;

	img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}

.blog-entry_title {
	font-size: 3.75rem !important;
	line-height: 100%;
	font-weight: 300 !important;
	color: #414042;
	margin: 40px 0;
	padding: 0 120px;
	font-family: Roboto, sans-serif !important
}

@media (max-width: 767px) {
	.blog-entry_title {
		font-size: 26px !important;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.post_content_holder-blog {
		margin-top: 20px;
	}

	.post_image-blog {
		padding: 0 20px;
		height: 180px;
	}

	.blog-entry_title {
		padding: 0 20px;
		font-size: 1.625rem;
		line-height: 36px;
		margin: 24px 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.post_content_holder-blog {
		margin-top: 20px;
	}

	.post_image-blog,
	.blog-entry_title {
		padding: 0 20px;
	}
}

#header_with_bg {
	background-color: #0B1245;
}

.elementor-element-850e10e h4 {
	color: #FF0000 !important;
}

/*SAFARI DROP DOWN SOLUTION*/
select {
  -webkit-appearance: none; /* Removes default dropdown styling */
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; /* Set background explicitly */
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 36px 8px 12px; /* Leave space for custom arrow */
  font-size: 16px;
  line-height: 1.4;
}
select {
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='10' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M0 0 L5 5 L10 0'/></svg>") 
              no-repeat right 12px center/10px 10px;
}
select {
  font-size: 16px; /* Prevents zoom-in on iOS */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.elementor-13 .elementor-element.elementor-element-a93591d::before,
.elementor-13 .elementor-element.elementor-element-a93591d > .elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-a93591d > .e-con-inner > .elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-a93591d > .elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-a93591d > .e-con-inner > .elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-a93591d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
    background-color: #0B1245;
    --background-overlay: '';
    background-image: none;
}
/*SAFARI DROP DOWN SOLUTION ENDS HERE*/

/*Homepage Case Studies Section*/
#hp_case_studies {
	margin-bottom: 100px;
    .case_studies {
        text-align: center;
    }
    
        .case_studies>h2 {
            color: #414042;
            font-family: "Roboto Condensed";
            font-size: 26px;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
			padding: 20px 0
        }
    
        .case_studies .case_studies-wrapper {
            display: flex;
            column-gap: 25px;
        }
    
        .case_studies .content_left {
            position: relative;
            display: flex;
            align-items: flex-end;
            color: #FFFFFF;
			width : 60%
        }
    
        .case_studies .content_left .content_left-wrapper {
            text-align: start;
            padding: 28px;
        }
    
        .case_studies .label {
            margin: 0 0 8px 0;
            font-family: "Roboto Condensed";
            font-size: 20px;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.2px;
            text-transform: uppercase;
			color : #FFFFFF !important
        }
    
        .case_studies .cs_title {
            margin: 0 0 12px 0;
            font-family: Roboto;
            font-size: 24px;
            font-weight: 500;
            line-height: 34px;
			color : #FFFFFF !important
        }
    
        .case_studies .snippet {
            font-family: Roboto;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
			color : #FFFFFF !important
        }
    
        .case_studies .tags {
            margin: 0 0 8px 0;
            font-family: Lato;
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
            line-height: 28px;
        }
	
    
        .case_studies .content_left::after,
        .case_studies .content_right-top::after, 
        .case_studies .content_right-bottom::after {
            content: '';
            position: absolute;
            z-index: -999;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            background-color: #0B1245;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
			background-blend-mode: multiply;
            opacity : .9
        }
    
        .case_studies .content_left::after{
            background-image: var(--bg-image1);
        }
    
        .case_studies .content_right-top::after{
            background-image: var(--bg-image2);
        }
        .case_studies .content_right-bottom::after{
            background-image: var(--bg-image3);
        }
        .case_studies .content_right {
            display: flex;
            flex-direction: column;
            gap: 20px;
			width : 40%
        }
		.case_studies .content_left:hover::after, .case_studies .content_right-top:hover::after, .case_studies .content_right-bottom:hover::after         {
            background-image: none; 
             background-blend-mode: normal; 
             opacity: 1;
           }
    
       .case_studies .content_right-top,
       .case_studies .content_right-bottom {
            text-align: start;
            position: relative;
            padding: 28px;
            color: #FFFFFF;
        }
    
    
    @media (max-width: 768px) {
        .case_studies.desktop {
            display: none;
        }
    
        .case_studies-mobile {
            display: block;
            padding: 0 20px;
    
        }
            .case_studies-mobile>h2 {
                color: #414042;
                text-align: center;
                font-family: "Roboto Condensed";
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                letter-spacing: 0.16px;
                text-transform: uppercase;
				padding: 20px 0
            }
    
            .case_studies-mobile .case_studies-wrapper {
                display: flex;
                flex-direction: row;
                overflow-x: auto;
                gap: 20px;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }
    
            .case_studies-mobile .case_studies-wrapper::-webkit-scrollbar {
                display: none;
            }
    
            .case_studies-mobile .card {
                flex: 0 0 calc(100% - 40px);
                min-width: calc(100% - 40px);
/*                 height: 400px; */
                display: flex;
                flex-direction: column;
                overflow: hidden;
                scroll-snap-align: start;
                background-color: #fff;
            }
    
            .case_studies-mobile .card-image {
/*                 flex: 1; */
                width: 100%;
                height: 170px;
                background-color: black;
                background-size: cover;
				background-position: center;
				img{
					height: 100%;
					width: 100%;
					object-fit: cover
				}
            }
    
            .case_studies-mobile .card-content {
/*                 flex: 1; */
                padding: 28px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .case_studies-mobile .label {
                margin: 4px 0;
                color: #414042;
                font-family: "Roboto Condensed";
                font-size: 16px;
                font-weight: 400;
                line-height: 28px;
            }
    
            .case_studies-mobile .cs_title {
                margin: 4px 0;
                color: #414042;
                font-family: Roboto;
                font-size: 22px;
                font-weight: 500;
                line-height: 32px;
            }
    
            .case_studies-mobile .snippet {
                margin: 4px 0;
                color: #414042;
                font-family: Roboto;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }
    
            .case_studies-mobile .tags {
                margin: 4px 0;
                color: #414042;
            }
        
    }
    
    @media (min-width: 768px) {
        .case_studies-mobile {
            display: none;
        }
    }
}
.connected_subtext{
	font-size: 22px !important;
	margin-top: 12px
}
/*Homepage Case Studies Section Here*/
 
.mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton {
	text-transform: lowercase;
	font-size: 20px;
}
.mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton:first-letter {
 	text-transform: uppercase;
 	font-size: 20px;
}

.elementor-heading-title {
	text-transform: lowercase;
}
.elementor-heading-title:first-letter {
 	text-transform: uppercase;
}
@media (min-width: 768px){
	#sc_case_studies >.e-con-inner{
		max-width: unset !important;
		padding-left: 15px;
		padding-right: 15px
}
}
