/*======================================
Theme Name: Divi Child Theme
Theme URI: https://www.nibbleedge.com.au/
Description: Divi child theme!
Author: Nibble Digital
Author URI: https://www.nibbledigital.com.au/
Author Email: development@nibbleedge.com.au
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/*add your custom CSS below this line*/
/* Home page tab section css */
body{overflow-x:hidden !important}
.spilt-heading span{color:#B3B3B3 !important}
.home-tabs ul.et_pb_tabs_controls {
    background-color: transparent;
    border-radius: 10.67px;
    border: 1px solid rgba(239, 238, 236, 0.08);
    background: rgba(239, 238, 236, 0.06);
    backdrop-filter: blur(3px);
    padding: 12px !important;
}
ul.et_pb_tabs_controls:after{border:none}
.home-tabs li.et_pb_tab_active a{background:rgba(239, 238, 236, 0.06);padding:10px 30px;border-radius:8px}
.home-tabs li{border:none !important}
.home-tabs .tab-inner-col a,.tailored-solutions a{
	position:relative;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 10px 40px 10px 20px;
	color: #FFF;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	display:inline-flex;
	margin-top:20px;
	transition: 0.2s;
	cursor: pointer;
}
.tailored-solutions a{margin-top:0}
.home-tabs .tab-inner-col a::after,.tailored-solutions a::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 18px;
    background: url(/wp-content/uploads/2025/02/arrow-link.svg) no-repeat;
    right: 16px;
    background-size: contain;
    top: 14px;
}
.home-tabs h4{color:#fff;margin-bottom:30px;font-size:24px}


.img-abs img {
    border-radius: 10.67px;
    border: 1px solid rgba(239, 238, 236, 0.20);
    background: #000;
    padding: 12px;
   margin-top:20px
}
.home-tabs ul.et_pb_tabs_controls{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    width: fit-content;
  }
@media(min-width:981px){
  
  .tab-inner-flex {
    display: flex;
  flex-wrap: wrap;align-items:center}
.tab-inner-col{width:48%;padding: 40px 0px;}
  

}
@media(min-width:981px) and (max-width:1500px){
	.img-abs {
    position: absolute;
        top: 17%;
        right: -24vw;
        width: 60vw;}
}
@media(min-width:1501px){
	.img-abs { position: absolute;
        top: 20%;
        right: -24%;
        width: 750px;}}
.newsletter-field ::placeholder{color:#fff}
.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
	gap:20px
}
.newsletter-field {
    width: 33%;
}
span.wpcf7-spinner {
    display: none;
}
.newsletter-field input[type='text'], .newsletter-field input[type='email'] {
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #EFEEEC;
    background: transparent;
    color: #fff;
	width:100%
}
.newsletter-btn input[type="submit"] {
    background: #D3BB3E;
    outline: none;
    padding: 16px 40px 16px;
    border: 1px solid #D3BB3E;
    border-radius: 8px;
    font-weight: bold;
    color: #102549;
	font-size: 16px;
	position:relative
}
.newsletter-btn input[type="submit"]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/02/right-arrow.svg) no-repeat;
    right: 0;
    background-size: contain;
    top: 0;
    left: 0;
}
.newsletter-field input[type="submit"]:hover{
	    border: 1px solid #D3BB3E;
	background:transparent;
}

.finding-sector-card .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(min-width:980px){
	.finding-sectors-slider .owl-stage-outer {
    margin-left: -120px; /* Moves the slider left */
}
}
.finding-sectors-slider .owl-stage{display:flex}
.owl-carousel.finding-sectors-slider {
   
    overflow: hidden !important; /* Ensures visibility */
}
.finding-sector-card .title{
	color: #757575;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
}
.finding-sectors-slider .owl-item{background: #F1F3F4;
    border-radius: 10px;}
.finding-sector-card p {
    color: #1e1e1e;
}
.finding-sector-card {
	padding: 48px 32px;
	text-align: left;
}
.finding-sector-card h4 {
	margin-top: 0;
	font-size: 20px;
	color: #000;
}
.finding-sector-card .badge {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
}
.finding-sectors-slider .owl-dot.active {background: #000 !important;}
.finding-sectors-slider .owl-dot { background: #b2b2b2 !important;}
.finding-sector-card .title:nth-child(2) {
	margin-top: 80px !important;
	display: block;
}
.insights .owl-dots {
    margin-top: 50px;
}
.insights button.owl-next span,.insights button.owl-prev span {
    display: none;
}
/* Contact form css */
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea{
  border-radius:8px !important;border:none !important;padding:10px 15px !important;width:100% !important;column-gap:8px;margin-bottom:20px !important;justify-content:space-around;margin-top: 10px;
}
label{font-size:16px;padding-bottom:10px !important}
.contact-form{display:flex;flex-wrap:wrap;justify-content: space-between;}
.col-50{width:49%}
.col-100{width:100%}
.contact-form input[type="submit"]{
    border: none;
    padding: 12px 14px;
    background: #102549;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;width: auto;}
@media(max-width:520px){
	.col-50{width:100%}
}
.contact-form-container {
	background: #fff;
	padding: 24px;
	border-radius: 16px;}
	.cf-col {
		display: flex;
		justify-content: center;
		gap: 10px;}

		.cf-col-1 {
			width: 50%;
			margin-bottom: 12px;}
			label{
				display: inline-block;
				padding-bottom: 8px;
			}
			input.text,
			input.title,
			input[type=email],
			input[type=password],
			input[type=tel],
			input[type=text],
			select,
			textarea {
				width: 100%;
				padding: 12px 16px;
				border: 1px solid #D9D9D9;
				color: #1E1E1E;
				font-size: 16px;
				font-style: normal;
				font-weight: 400;
				line-height: 100%; /* 16px */
				max-height: 80px;
			}
.cf-col-1 {
				width: 100%;
			}
		
	input.wpcf7-submit {
		width: 100%;
		background-color: #102549;
		color: #fff;
		padding: 16px;
		border-radius: 8px;
		border: 1px solid;
		font-size: 16px;
		font-weight: 400;
	}

/* Insight Page */
.masonry-gallery {
    column-count: 3; /* Default: 3 columns */
    column-gap: 20px; /* Space between columns */
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.masonry-gallery{list-style:none;padding:20px 0}
.masonry-gallery .gallery-item {
    display: inline-block;
    width: 100%; /* Ensures images fit within columns */
    margin-bottom: 15px; /* Space between images */
    break-inside: avoid; /* Prevents images from breaking across columns */
}

.masonry-gallery .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: Rounded corners */
    display: block;
}

/* Responsive Adjustments */
@media screen and (max-width: 1024px) {
    .masonry-gallery {
        column-count: 2; /* Reduce to 2 columns */
    }
}

@media screen and (max-width: 600px) {
    .masonry-gallery {
        column-count: 1; /* Single column on small screens */
    }
}

.insight-content-row img{width:100%;border-radius:20px}
.insight-content-row p,.insight-content-row  {font-size: 14px;}
.insight-content-row .heading,.insight-content-row h2 {font-size: 48px;line-height:56px}
.insight-content-row{display: flex; align-items: center;flex-wrap:wrap; gap: 20px;margin-bottom:30px}
.insight-content-row .col-50{width:calc(50% - 10px);}
.insights-title h1.entry-title{padding-bottom:26px}
.insight-category .et_pb_text_inner {display: inline-block;background: rgba(211, 187, 62, 0.8);padding: 8px 16px !important;height: auto !important;}
@media(max-width:967px){.insight-content-row .col-50{width:100%;margin-bottom:20px}.insight-content-row .heading {font-size: 30px;}}
.insights .owl-dot{height: 4px !important;width: 18px !important;border-radius: 10px;background: #0C2749 !important;}
.insights .owl-dot.active{height: 4px !important;width: 42px !important;background:#D3BB3E !important}
.dp_oc_item.insights {background: #fff;border-radius: 16px;overflow: auto;}
.insights img{height:250px;object-fit:cover}
.insights .dp_oc_post_categories {
    position: absolute;
    top: 207px;
    background: rgb(211 187 62 / 80%);
    padding: 8px 16px !important;
    left: 23px;color: #fff;
    text-transform: uppercase;
    font-size: 23px;
}
.insights .owl-item
 {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.insights .post-excerpt.dp_oc_post_excerpt {
    padding: 18px 20px 10px 20px;
}
.insights .dp_ocp_read_more_button{
	    padding: 10px 20px 18px 20px;
}
.home-tabs .tab-inner-col a:hover, .tailored-solutions a:hover {
    background: #fff;
    color: #102549;
}
.home-tabs .tab-inner-col h4 {
    color: #EFEEEC;
    font-family: "Faculty Glyphic", 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

@media(max-width:550px){
	.cf-col {
		flex-wrap: wrap;
	}
}