/*Fleet insights blog filter*/
#fleetinsights .pgafu-filter li a{
		 text-decoration: none;
  border: none !important;
  background-color:#002345;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#00a3ff;

	font-size:15px;
	font-weight:bold;
	padding:8px 24px;
margin-left:15px;
		margin-bottom:15px
}
#fleetinsights .pgafu-filter li a:active{
	background-color:#00a3ff;	
		color:#002345;
}
#fleetinsights .pgafu-filter li a:hover{
	background-color:#00a3ff;	
		color:#002345;
}
		
		
#fleetinsights .pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content {
    background-color: #e5f6ff;
border-radius:10px;
text-align:left;
}
#fleetinsights.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-title{
		color:#00a3ff !important;}

#fleetinsights h2.pgafu-post-title a{
		color:#00a3ff !important;
}
#fleetinsights .pgafu-post-short-content{
		padding-left:15px;
		padding-right:15px
}
#fleetinsights.pgafu-post-grid-main h2.pgafu-post-title a{
		color:#00a3ff !important;
}
#fleetinsights .pgafu-post-grid-main h2 {
background-color: #e5f6ff !important;
color:#00a3ff !important;
}

#fleetinsights .pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content{

}

#fleetinsights div.pgafu-post-content > a{
 text-decoration: none;
  border: none !important;
  background-color:#ffc800;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
margin-left:15px;
		margin-bottom:15px
}
/* Ensure the "More posts" separator in PGAFU grids is visible and tidy */
.pgafu-more-break {
    display: block;
    clear: both;
    margin-top: 20px;
}

/* "More posts" heading between filtered and unfiltered items */
.pgafu-more-title {
    display: block;
    clear: both;
    margin: 10px 0 20px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;  /* or center if you prefer */
}
/*i think thats it!*/

.gchoice_89_1_0,.gchoice_89_1_1, .gchoice_89_1_2 {background-color:#ffc800 !important;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
margin-right:15px;
	text-decoration:none;}

#label_89_1_0, #label_89_1_1 ,#label_89_1_2 {font-weight:700 !important; padding-right:10px}


#gform_wrapper_89 .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
  display: block;
  text-align: center;
}
#gform_submit_button_89  {
  background: #002345 !important;
  border-radius: 5px;
  font-size: 1em;
  padding: .5em 2em;
  font-weight: 700;
		color:#ffffff
}
#input_89_1 {text-align:center}
body #gform_wrapper_89 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}

#gform_submit_button_88  {
  background: #ffc600 !important;
  border-radius: 5px;
  font-size: 1em;
  padding: .5em 2em;
  font-weight: 700;
		color:#000000
}
#gform_wrapper_88 {
border-radius: 6px!important;height: 50px !important;
  border: none !important;
}
#gform_wrapper_88 input, #gform_wrapper_88 textarea, #gform_wrapper_88 select {
border-radius: 6px !important; height: 50px !important;
  border: none !important;
}
.layout_id_12 .blog_template.boxy-clean ul li.blog_wrap.bdp_blog_template.first_post {background-color: #ccedff !important}
.layout_id_12 .blog_template.boxy-clean ul li:hover .blog_header h2 {
  background:#ccedff !important
}
.layout_id_12 .blog_template.boxy-clean ul li:hover {
  background:#ccedff !important}
.layout_id_12 .blog_header:hover {
  background:#ccedff !important}
.layout_id_12 .bdp_blog_template a{
 text-decoration: none !important;
		color:#00a3ff
}
.layout_id_12 .blog_template.boxy-clean .bdp-post-image img {
  border-radius: 15px;}
.fc-hover-overlay {
  position: relative;
  overflow: hidden;
}
.layout_id_12 .blog_template.boxy-clean .bb {
  border: 1px solid #ccedff !important;
  background-color: #ccedff !important;
  border-radius: 15px 15px 15px 15px !important;
  box-shadow: 0 0px 10px rgba(0,0,0,0.0) !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  background: #ccedff !important;
height:100% !important}
.layout_id_12 .blog_template.boxy-clean .read-more a.more-tag {
  text-decoration: none;
  border: none !important;
  background-color:#ffc800;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;

}
/* Overlay pseudo-element */
.fc-hover-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 163, 255, 0.45); /* overlay colour */
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 10; /* above image, below text */
}

/* Show overlay on hover */
.fc-hover-overlay:hover::after {
  opacity: 1;
}

/* Default: Desktop = Left aligned */
.image-left-desktop-center-mobile img {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

/* Mobile: Center the image */
@media (max-width: 768px) {
    .image-left-desktop-center-mobile img {
        margin-left: auto;
        margin-right: auto;
    }
}

.fi-header{font-size:3.5em !important}

@media (max-width: 768px) {
    .fi-header{
       font-size:2em !important
    }
}


.category-centralising-data .pp-multiple-authors-boxes-wrapper,
.category-compliance .pp-multiple-authors-boxes-wrapper,
.category-fors-members .pp-multiple-authors-boxes-wrapper,
.category-o-licence-holders .pp-multiple-authors-boxes-wrapper,
.category-reliance-on-spreadsheets .pp-multiple-authors-boxes-wrapper,
.category-reporting-fleetcosts .pp-multiple-authors-boxes-wrapper,
.category-walkaround-checks-defect-reporting .pp-multiple-authors-boxes-wrapper 
{
    display: none !important;
}

.entry-header .title {
  margin-bottom: 10px;
  line-height: 1.3em !important;
}

/* The wrapper of the SiteOrigin Image Widget */
.image-gradient-overlay .sow-image-container {
  position: relative;
  display: inline-block;
}

/* Gradient overlay ON THE IMAGE ONLY */
.image-gradient-overlay .sow-image-container::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 35, 69, 1) 48%,
    rgba(0, 163, 255, 0.2) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Ensure the image is below the overlay */
.image-gradient-overlay .sow-image-container img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.quote-left {
  float: left;
  margin-bottom: 80px;
  margin-right: 12px;
}
@media (max-width: 767px) {
.quote-left {
  float: left;
  margin-bottom: 100%;
  margin-right: 12px;
  }

.team-img img{Border-radius:10px !important}

@media (max-width: 767px) {
.reading-time{
    display: block !important;
    width: 100% !important;
    margin-left: 35px !important;
	margin-top:-12px !important;
			margin-bottom:8px !important
  }
		.single-post .nv-title-meta-wrap .nv-meta-list {
  order: -1;
  margin-top: -10px !important;
  margin-bottom: -30px;
  line-height: 14px;
  font-size: 12px;
}
		.meta.category > a[rel="category tag"]:first-of-type::after {
    content: "" !important;
    /* optional tweaks */
    font-weight: normal;   /* or bold if you prefer */

}
}

/* Single post: move meta above the title */
.single-post .nv-title-meta-wrap {
  display: flex;
  flex-direction: column;
}

/* Put the meta block before the title */
.single-post .nv-title-meta-wrap .nv-meta-list {
  order: -1;
margin-top: -50px;
  margin-bottom: -30px;
}

article h1[id],
article h2[id],
article h3[id],
article h4[id],
article h5[id],
article h6[id] {
  scroll-margin-top: 80px;  /* or 32 / 48 etc */
}
.meta.reading-time.last::before {
    content: "| ";
    margin-right: 6px; /* adjust spacing if needed */
}
.nv-meta-list li.meta:not(:last-child)::after {
  content: "" !important;
}
.nv-meta-list li::before {display:none !important}
.meta.date.posted-on .published::before {
    content: "Published on ";
}

.meta.category {margin-left:-10px !important}
.meta.category > a[rel="category tag"]:first-of-type::before {
    content: "in ";
    /* optional tweaks */
    font-weight: normal;   /* or bold if you prefer */

}
.meta.category > a[rel="category tag"]:first-of-type::after {
    content: " |";
    /* optional tweaks */
    font-weight: normal;   /* or bold if you prefer */

}
/* mobile*/
@media (max-width: 768px) {
  :is(
    .category-fleetinsights,
    .category-cost-control,
    .category-driver-management,
    .category-fleet-performance,
    .category-legal-compliance,
    .category-resources
  ) .entry-title {
    font-size: 1.8em !important;
  }
		:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .jtoc-heading {
font-size: 1.8em !important;
}
}


:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .nv-meta-list {
display:block !important; margin-left:-35px;
}
:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .wp-post-image {
  max-width: 1200px !important;
  width: 100% !important;
		border-radius:0px !important
}
:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .header-top {
 display:none !important;
}
:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .h2 {
font-size: 3.2em !important;
  font-weight: 900 !important;
  color: #00a3ff !important;
}

:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .jtoc-heading {
font-size: 3.2em ;
  font-weight: 900 !important;
  color: #00a3ff !important;
}

:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .entry-meta {display:block !important}
:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .entry-title {
font-size: 3.5em ;
  font-weight: 900 !important;
  color: #00a3ff !important;
		margin-bottom: -30px !important;
}
:is(.category-fleetinsights, .category-cost-control, .category-driver-management, .category-fleet-performance, .category-legal-compliance, .category-resources) .h2 {
font-size: 3.2em !important;
  font-weight: 900 !important;
  color: #00a3ff !important;
}

/* Gradient overlay */
.gradient-overlay {
  position: relative;
  overflow: hidden;
}

/* Gradient layer on top */
.gradient-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 35, 69, 1) 48%,
    rgba(0, 163, 255, 0.2) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Ensure inner widget content stays above overlay */
.gradient-overlay > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .gradient-overlay::before {
     background: linear-gradient(90deg,rgba(0, 35, 69, 1) 60%, rgba(0, 35, 69,0.8) 100%)!important;
  }
}





:is(.category-industry-insights, .category-workshops) .entry-title::before {
  content: "Webinar:\A";
  white-space: pre; /* required to make \A render as a line break */
  color: #00a3ff;
		font-size: 20px;
}

:is(.category-industry-insights, .category-workshops) .entry-title {
  position: absolute;
  display: block;
  z-index: 100;
  margin-top: -360px;
  font-size: 36px;
  font-weight: 700;
  background-color: #002345;
  color: #fff;
  padding: 20px 20px;
		max-width: 50%;
		line-height: 1.5em;
}
/* Tablet adjustments */
@media (max-width: 768px) {
.category-industry-insights .entry-title::before { font-size: 16px;}
.category-industry-insights .entry-title {
    font-size: 28px;
    margin-top: -260px;
    max-width: 70%;
    padding: 16px;
  }
		.category-workshops .entry-title::before { font-size: 16px;}
.category-workshops .entry-title {
    font-size: 28px;
    margin-top: -260px;
    max-width: 70%;
    padding: 16px;
  }
.nv-single-post-wrap>div:first-child {
		margin-top:20px !important;
		margin-bottom:20px}
		
.widget .widget-title {
    margin-bottom: 80px !important;
}

		
}

/* Mobile adjustments */
@media (max-width: 480px) {
.category-industry-insights .entry-title::before {
    font-size: 14px;
  }
.category-workshops .entry-title::before {
    font-size: 14px;
  }

.category-industry-insights .entry-title {
    font-size: 22px;
    margin-top: -20px;
    max-width: 90%;
    padding: 14px;
    line-height: 1.3em;
  }
.category-workshops .entry-title {
    font-size: 22px;
    margin-top: -20px;
    max-width: 90%;
    padding: 14px;
    line-height: 1.3em;
  }
		.nv-single-post-wrap>div:first-child {
		margin-top:20px !important;
		margin-bottom:20px
}
		.widget .widget-title {
    margin-bottom: 80px !important;
}
}

:is(.category-industry-insights, .category-workshops) .pp-multiple-authors-boxes-wrapper {display:none !important}


#gform_submit_button_48,
#gform_48 input[type="submit"],
#gform_48 .gform_footer .gform_button,
.gform_wrapper_48 .gform_footer .gform_button,
.gform_wrapper_48 .gform_page_footer .gform_button,
.gform_wrapper_48 input[type="submit"],
.gform_wrapper_48 button[type="submit"],
.gform_wrapper_48 .button,
.gform_wrapper_48 .wp-element-button,
.gform_wrapper_48 {
  background-color: #ffc600;  background:#ffc600 !important;
color:#002345}

.wpj-jtoc--toc{background-color:#002345 !important}

.bdp_blog_template.famous-grid .read_more_div a {
  padding: 12px 24px !important;
  background: #00a3ff !important;
  color: #fff;
		border-radius:5px
}

#post-7130 .entry-header .title {
  margin-bottom: 10px;
  max-width: 720px;
}

@media (max-width: 768px) {
  .nv-single-post-wrap > div:first-child {
    margin-top: 110px ;
  }
}
/*a:hover {
  line-height: 0px;
}*/
#cmplz-manage-consent {display:none !important}
.wpj-jtoc--item-content a:hover {
  color: #0073aa !important;
  visibility: visible !important;
  display: inline !important;
}

body #gform_wrapper_78 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_77 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_76 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_65 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_71 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_70 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_66 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_67 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_68 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}

body #gform_wrapper_48 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}

body #gform_wrapper_30 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_31 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_49 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #bottomform #gform_wrapper_39 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_63 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_51 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_40 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_47 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_52 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}

body #gform_wrapper_53 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}

body #gform_wrapper_54 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}

body #gform_wrapper_55 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}

body #gform_wrapper_56 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_57 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
body #gform_wrapper_59 .gform_footer  {
  margin: 0 auto;
  text-align: center;
    display:block !important
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {

  color: #c02b0a  !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #c02b0a !important;
}
#post-6925 .nv-related-posts {
  display: none;
}
#post-6925 .entry-header {display:none !important}
#post-6925 .single .entry-content-block .entry-header {display:none !important}

#post-7130 .nv-related-posts {
  display: none;
}


.ginput_container_select select {
  padding-top: 4px;
  /* Adjust as needed */
}
.category-learning-library .pp-multiple-authors-boxes-wrapper {display:none !important}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0px !important;
  padding-left: 8px !important;
}

.layout_id_2 .minimal .minimal-content-cover .post-content,
.layout_id_2 .minimal .minimal-content-cover .tags .link-lable,
.layout_id_2 .minimal-post-container .label_featured_post {
  font-size: unset !important;
  color: #000000 !important;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}

.widget .widget-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: var(--h2fontsize) !important;
}

div#text-4.widget.widget_text p.widget-title,
div#text-3.widget.widget_text p.widget-title,
div#nav_menu-2.widget.widget_nav_menu p.widget-title,
div#sow-editor-9.widget.widget_sow-editor div.so-widget-sow-editor.so-widget-sow-editor-base p.widget-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px !important;
}

.layout_id_8 .bdp_blog_template .post_content,
.layout_id_8 .bdp_blog_template .label_featured_post,
.layout_id_8 .bdp_blog_template .label_featured_post span,
.layout_id_8 .bdp_blog_template .post_content p {
  font-size: 1em;
  font-weight: unset;
  /* line-height: 1.5; */
  text-transform: none;
  text-decoration: none;
  text-align: left;
  color: #000000;
  padding-bottom: 10px;
}

.layout_id_2 .bdp_blog_template .post-title,
.layout_id_8 .bdp_blog_template h2.post-title {
  color: #002345 !important;
  font-size: 24px;
  font-family: unset !important;
  font-weight: 500 !important;
  line-height: 1.4;
  text-transform: none;
  text-decoration: none;
}

.bdp_wrapper.wise_block_cover:before {
  content: "";
  background-color: #ffffff !important;
}

.layout_id_8.bdp_wrapper.wise_block_cover:before {
  background-color: #ffffff !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
  border: none !important;
  padding: 20px;
  text-align: left;
  min-height: 220px;
}

.wpmtst-testimonial-content {
  min-height: 62px;
}

.page-id-5459 .strong-view.wpmtst-simple .wpmtst-testimonial-inner {
  padding: 1em;
  text-align: left;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border: 1px solid #00a3ff;
  margin-bottom: 10px;
}

.strong-view-id-15 .maybe-clear {
  width: 100%;
}

.strong-view-id-15 div.wpmtst-testimonial-field.testimonial-field.testimonial-name {
  color: #fff;
}

.strong-view-id-15 div.wpmtst-testimonial-field.testimonial-field.testimonial-company {
  color: #fff;
}

.strong-view.wpmtst-default .wpmtst-testimonial-image img {
  background: none !important;
  border: none !important;
  padding: 6px;
  margin: 0 auto;
  margin-bottom: 130px;
}

.panel-widget-style {
  border-radius: 15px;
}

.category-blog .wp-post-image {
  border-radius: 15px;
  width: unset;
}

#rpb {
  width: 30% !important;
}

.team-img {
  border-radius: 10px;
}

.team-wrapper .team-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.team-desc-wrapper {
  text-align: center;
}

.team-wrapper .team-designation::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background: #00a3ff;
  background-color: #00a3ff;
  content: "";
  transform: translateX(-50%);
}

.team-designation {
  margin-bottom: 10px;
}

.pgafu-filter-wrp .pgafu-filter li {
  background: none !important;
  margin-right: -15px !important;
}
/*category header size */
.category-learning-library .wp-post-image {
  max-width: 1200px !important;
  width: 100% !important;
}
.category-industry-insights .wp-post-image {
  max-width: 1920px !important;
  width: 100% !important;
}
.category-workshops .wp-post-image {
  max-width: 1920px !important;
  width: 100% !important;
}
/* case study */
:is(
  .category-centralising-data,
  .category-reporting-fleetcosts,
  .category-reliance-on-spreadsheets,
  .category-o-licence-holders,
  .category-fors-members,
  .category-compliance,
  .category-earned-recognition-scheme,
  .category-walkaround-checks-defect-reporting
) .nv-related-posts { display: none !important; }
:is(
  .category-centralising-data,
  .category-reporting-fleetcosts,
  .category-reliance-on-spreadsheets,
  .category-o-licence-holders,
  .category-fors-members,
  .category-compliance,
  .category-earned-recognition-scheme,
  .category-walkaround-checks-defect-reporting
) .pp-multiple-authors-boxes-wrapper { display: none !important; }

:is(
  .category-centralising-data,
  .category-reporting-fleetcosts,
  .category-reliance-on-spreadsheets,
  .category-o-licence-holders,
  .category-fors-members,
  .category-compliance,
  .category-earned-recognition-scheme,
  .category-walkaround-checks-defect-reporting
) .entry-meta { display: none !important; }

:is(
  .category-centralising-data,
  .category-reporting-fleetcosts,
  .category-reliance-on-spreadsheets,
  .category-o-licence-holders,
  .category-fors-members,
  .category-compliance,
  .category-earned-recognition-scheme,
  .category-walkaround-checks-defect-reporting
) .entry-title::before { content: "Case Study: "; }

:is(
  .category-centralising-data,
  .category-reporting-fleetcosts,
  .category-reliance-on-spreadsheets,
  .category-o-licence-holders,
  .category-fors-members,
  .category-compliance,
  .category-earned-recognition-scheme,
  .category-walkaround-checks-defect-reporting
) .entry-title {
  position: absolute;
  display: block;
  z-index: 100;
  margin-top: -260px;
  font-size: 36px;
  font-weight: 700;
  background-color: #002345;
  color: #fff;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  :is(
    .category-centralising-data,
    .category-reporting-fleetcosts,
    .category-reliance-on-spreadsheets,
    .category-o-licence-holders,
    .category-fors-members,
    .category-compliance,
    .category-earned-recognition-scheme,
    .category-walkaround-checks-defect-reporting
  ) .entry-title {
    font-size: 24px;
    margin-top: -250px; 
    padding: 8px 12px;
			margin-right:20px
		}}
@media (max-width: 768px) {
  :is(
    .category-centralising-data,
    .category-reporting-fleetcosts,
    .category-reliance-on-spreadsheets,
    .category-o-licence-holders,
    .category-fors-members,
    .category-compliance,
    .category-earned-recognition-scheme,
    .category-walkaround-checks-defect-reporting
  ) .nv-content-wrap {
			margin-top:-60px
	}}
	
@media (max-width: 768px) {
  :is(
    .category-centralising-data,
    .category-reporting-fleetcosts,
    .category-reliance-on-spreadsheets,
    .category-o-licence-holders,
    .category-fors-members,
    .category-compliance,
    .category-earned-recognition-scheme,
    .category-walkaround-checks-defect-reporting
  )  .nv-single-post-wrap > div:first-child  {
    margin-top: 5px !important;
		}}
/* Image widths — most are 1200px */
:is(
.category-walkaround-checks-defect-reporting 
  .category-centralising-data,
  .category-reporting-fleetcosts,
  .category-reliance-on-spreadsheets,
  .category-o-licence-holders,
  .category-fors-members,
  .category-compliance,
  .category-earned-recognition-scheme
) .wp-post-image {
  max-width: 1200px !important;
  width: 100% !important;
}

.layout_id_3 .bdp_blog_template h2.post-title {
  color: #000 !important;
  font-size: 30px;
  font-family: inter;
  font-weight: bold;
}

.layout_id_3 .news.bdp_blog_template h2 a {
  background: #ffffff;
  font-size: 30px;
  font-family: inter;
  color: #1c1c1c !important;
  line-height: 1.4em !important;
}

.nv-meta-list {
  display: none;
}

.pgafu-post-grid-main h2 {
  margin: 5px 0 !important;
  margin-top: 5px;
  line-height: 24px !important;
  padding-top: 0px !important;
  font-size: 20px !important;
  padding-bottom: 0px !important;
  background-color: #002345 !important;
  padding-top: 5px !important;
  padding-right: 15px !important;
  padding-bottom: 5px !important;
  padding-left: 15px !important;
  margin-top: -20px !important;
  color: #fff;
}

.pgafu-post-grid-main h2.pgafu-post-title a {
  font-size: 20px !important;
  line-height: normal !important;
  color: #fff !important;
}

.pgafu-filter li::before {
  display: none !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
  border: none !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
  border: 1px solid #00a3ff !important;
  border-radius: 15px;
  padding: 20px;
  text-align: left;
}

.tick {
  color: #00ABEB;
  font-size: 12px;
}

.tick-new {
  color: #00ABEB;
  font-size: 22px;
}

.minus-new {
  color: #cbcbcb;
  font-size: 22px;
}

.noborder-new {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dotted #eaeaea;
  padding: 5px 10px;
}

.page-id-5459 .mejs-overlay-button {
  display: none;
}

.mejs-container {
  background: transparent !important;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: transparent !important;
}

.mejs-container * {
  font-family: Helvetica, Arial;
  border-radius: 15px !important;
}

.lsow-stats-title-wrap {
  margin-bottom: -20px;
}

@media (min-width: 769px) {
  #mega-menu-item-sow-editor-4 {
    display: none !important;
  }
}

hr,
.wp-block-separator {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.lsow-odometers .lsow-odometer .lsow-stats-title {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  color: #fff !important;
}

.lsow-odometers .lsow-odometer .lsow-number span {
  font-size: 2.2rem !important;
  font-weight: 800;
  font-family: 'Inter';
  color: #00a3ff;
}

.lsow-grid-item .lsow-odometer {
  text-align: center;
}

.lsow-odometers .lsow-odometer {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 50px;
  text-align: center !important;
}

.lsow-odometers .lsow-odometer .lsow-stats-title .lsow-icon-wrapper {
  font-size: 32px;
  margin-right: 10px;
  vertical-align: middle;
  color: #ffffff !important;
}
/**
 * CSS-Only Yellow Underlined Text
 */

span.underliney {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* 'Fix' for larger phrases...? */
 
}

span.underliney:before {
  position: absolute;
  content: "";
  width: 105%;
  height: 0.75ex;
  border-top-width: 0.25ex;
  /* Width/weight */
  border-top-style: solid;
  /* Style */
  border-top-color: #ffc600;
  /* Colour */
  border-radius: 50%;
  bottom: -0.6ex;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

/* Extras */

span.underliney.rotated:before {
  transform: translateX(-50%) rotate(180deg);
  bottom: -0.1ex;
}

span.underliney.thicc:before {
  border-top-width: 0.4ex;
}

/*end*/

/**
 * CSS-Only Underlined Text
 */

span.underline {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* 'Fix' for larger phrases...? */
 
}


hr,
.wp-block-separator {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-top: 30px;
}



#menu-useful-links.menu {
  line-height: 0em;
}

.nv-single-post-wrap>div:last-child {
  display: inline;
}

.gfield select{
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.category-case-study .nv-related-posts {display:none !important}
.category-press-release .pp-multiple-authors-boxes-wrapper {display:none !important}

input[type="tel"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="select"]  {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
input[type="submit"] {
  background: #00a3ff !important;
  border-radius: 5px;
  font-size: 1em;
  padding: 1em 2em;
  font-weight:500;
}
.ginput_container_phone {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
}


.quote-icon{display:none}
ul {
  list-style: none;     /* remove default bullets */
  margin: 0;            /* optional reset */
}

ul li {
  position: relative;

  line-height: 1.5;     /* helps alignment */
  margin-left:35px;
    margin-bottom:15px
}

ul li::before {
  content: "•";
  font-size: 1.8em;     /* adjust size so it matches text better */
  color: #00a3ff;
  position: absolute;
  left: -20px;              /* keep in gutter */
  top: 0;               /* align with first line */
  line-height: 0.65;       /* prevents bullet shifting vertically */

}
.pp-multiple-authors-boxes-ul li::before {display:none}
.page-numbers li::before {display:none}
.nv-html-content li::before {display:none}
#menu-useful-links-1 li::before {display:none}
#menu-useful-links-1 li {margin-bottom:0px}
#menu-useful-links-1 {margin-left:-35px;}
#menu-useful-links li::before {display:none}
#menu-useful-links li {margin-bottom:0px}
#menu-useful-links {margin-left:-35px;}
.single-post .nv-thumb-wrap,
.single-post .post-thumbnail,
.single-post .nv-post-thumbnail {
  display: block;
}


#menu-useful-links {font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
}

.log-in-btn {
  background: #c3e601;
  color: #595959;
  cursor: pointer;
  font-size: 14px;
  margin-top: 5px;
  line-height: 13px;
  height: 28px;
  border: 1px;
  border-radius: 5px;
  padding: 7px 15px;
  font-weight: 400;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child,
.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
  margin: 0;
}
.logo {
    float: left;
    padding: 0;
    z-index: 99;
}
.wpcf7-select{width: 101%; padding: 5px 3px;margin-bottom: -60px;margin-top:-90px;color: #666;
    border: 1px solid #ccc;
    height: 36px;
    margin-left: -3px;
    margin-right: -5px;}
.header-top{width:100%;
  height:40px;
position:fixed;
  z-index:100;}
.header-bottom {
    background: #fff;
    max-height: 80px;
    margin-top: 30px;
}
@media (max-width: 768px){.header-bottom {
    background: #fff;
    max-height: 80px;
    margin-top: 0px;
  }}
.site-navigation-wrapper{
    margin-top: -50px;
}
  

.cart-wrap{display:none}


.section-title {
    color: #313b48;
    font-weight: 700;
    text-align: inherit;
    text-transform: none;
    position: relative;
    margin-bottom: 20px;
}
.section-title:before, .section-title:after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: -5px;
  content: none;}
.section-description{text-align:inherit}
input[type="tel"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"],
input[type="tel"]{
    padding: 3px 6px;
  margin-bottom: -20px;margin-top:10px}
#site-navigation ul li a {
    font-size: 15px;}


footer.footer-layout #top-footer .widget-title::first-letter {
    color: #fff; 
  
}
footer.footer-layout #top-footer .widget-title{border-left-color: #ffff;border-left:none;padding-left:0px}
.header-top .contact-info li {
    float: left;
  font-size: 16px }

.page-template-pagebuilder .breadcrumb-trail.breadcrumbs{
    margin: 0;
    margin-top: 15px;}

.wpcf7-form-control .wpcf7-submit{
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    padding: 1em 2em;
    background: #00abeb;
    color: #ffffff !important;
    border: 1px solid #00abeb;
    border-width: 1px 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.excerpt-wrap li, .nv-content-wrap li {
    margin-top: .2em;
}
.textwidget li {
list-style-position: inside;
padding-left:10px;
}


.fcbutton{background-color: #fff; 
    border: none;
    color: #000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
border-radius: 4px;
}
.trail-title{display:none}
.widget-title{margin-bottom:1.1em}

.mejs-controls{
    display:none !important
}

.mejs-mute>button {
    background-position: -60px 0 !important;
    display:none !important
}
.mejs-fullscreen-button>button {
    background-position: -80px 0 !important;
    display:none !important
}
.mejs-button>button {
    background: transparent url(https://www.fleetcheck.co.uk/wp-includes/js/mediaelement/mejs-controls.svg) !important;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}
#post-6925 .nv-thumb-wrap {display:none !important}
#post-6925  .entry-thumbnail {display:none !important}
#post-6925 .entry-title {display:none !important}
#post-6925 .entry-meta {display:none !important}
.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
    color: #fff;}

.page-id-6554 .strong-view.wpmtst-default .wpmtst-testimonial-inner
  {
  padding: 1em;
  text-align: left;
  border-radius: 10px 10px 10px 10px !important;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;

  margin-bottom: 10px;
      color:#ffffff
}

.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 1px solid #00a3ff !important;}

#post-6886 .entry-meta {
display:none
}
.share-icons {
  display: flex;
  gap: 20px;
}

.share-icon i {
  color: black !important;
  font-size: 18px;
  transition: color 0.3s ease;
  line-height: 1;               /* Prevent vertical shift */
  vertical-align: middle;      /* Align with text baseline */
  display: inline-block;       /* Avoid inline layout quirks */
}

.share-icon:hover i,
.share-icon:active i {
  color: #00a3ff !important;
}
.share-icon i::before {
  vertical-align: middle;
}
.share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.category-driver-roadworthiness-series .wp-post-image {
  max-width: 1200px !important;
  margin-bottom: 30px;
}
.category-driver-roadworthiness-series div.entry-thumbnail img.attachment-full.size-full.wp-post-image{
      max-width: 1200px !important;
  margin-bottom: 30px;
}

.ctl_glightbox {display:none !important}
.ctl-wrapper .ctl-media a img {
  width: 100%;
  display: none !important;
}

.strong-view-id-17 h3.wpmtst-testimonial-heading.testimonial-heading {font-size:18px !important;display:none}

.page-id-6554 .strong-view.wpmtst-default .wpmtst-testimonial-field  {text-align:left !important}

.page-id-6554 .wpmslider-viewport {
    border: none !important;
}

.page-id-6791 .site-navigation-wrapper {display:none}

div#cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show{
    font-size: 12px !important;
  color: #fff !important;
  padding: 10px !important;
}
.cmplz-marketing .cmplz-manage-consent { display: none; }

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
  -ms-grid-column-span: 12;
  grid-column: span 12;

  margin-top: 1px !important;
  padding-top: 1px !important;
}
.gform_confirmation_message_80 .gform_confirmation_message {color:#ffffff !important}

div#gform_confirmation_wrapper_80.gform_confirmation_wrapper.gravity-theme.gform-theme--no-framework div#gform_confirmation_message_80.gform_confirmation_message_80.gform_confirmation_message {color:#ffffff !important}

.page-id-6007 div.post_summary_outer div.blog_header h2 {font-size: 1.3em !important;
  line-height: 1.4em; min-height: 65px;
}
.page-id-6713 div.post_summary_outer div.blog_header h2 {font-size: 1.3em !important;
  line-height: 1.4em; min-height: 65px;
}
h5 {font-size: 1.3em !important;}
.blog_template.boxy-clean ul li:hover .blog_header h2 {
    background: none !important
}
@media screen and (min-width: 981px) {
  .blog_template.boxy-clean ul li.four_column {
    max-width: 24%;
    float: left;
    background: none !important;
      min-height:480px
    }}
    @media screen and (max-width: 981px) {
  .blog_template.boxy-clean ul li.four_column {
    background: none !important;
      margin-bottom:20px;
        }}
.blog_template.boxy-clean .read-more a.more-tag {
  text-decoration: none;
  border: none !important;
}
.blog_template.boxy-clean .bb {
  border: 1px solid #ddd !important;
  background-color: #ffffff;
  border-radius: 15px 15px 15px 15px !important;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15) !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  background: none !important;
    }
.blog_header:hover{background-color:#ffffff}

.fa-link::before {
  display: none;
}

.blog_template .more-tag {
  text-transform: none;
  color: #00a3ff;
}



.page-id-6653 .sow-accordion-panel-border {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-id-6713 .header-bottom {display:none}
.page-id-6713 .header-top {display:none}

#pg-w0e529fff-0, #pg-w0e529fff-1, #pg-w54edefbc-0, #pg-w54edefbc-1 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 720px) { .single .entry-content-block .entry-meta {
    margin-top: -50px !important;
margin-top: 2px !important;
    padding-bottom: 10px !important;
}
}

div#gform_wrapper_77.gf_browser_gecko.gform_wrapper.gravity-theme.gform-theme--no-framework form#gform_77 div.gform-body.gform_body div#gform_fields_77.gform_fields.top_label.form_sublabel_below.description_below.validation_below fieldset#field_77_4.gfield.gfield--type-checkbox.gfield--type-choice.gfield--input-type-checkbox.gfield--width-full.field_sublabel_below.gfield--no-description.field_description_below.hidden_label.field_validation_below.gfield_visibility_visible{margin-top:-30px; color:#ffffff;}
div.gchoice.gchoice_77_4_1 label#label_77_4_1.gform-field-label.gform-field-label--type-inline {font-size:12px; line-height:1em; color:#ffffff}
#field_77_4 .gform_wrapper .gravity-theme .gfield.gfield--width-full {margin-top:-25px !important}
#label_77_4_1 .gform-field-label .gform-field-label--type-inline {font-size:12px; line-height:1em; color:#ffffff}
 .gfield_checkbox #input_77_4 {margin-top:-25px !important}

#field_77_4  {margin-top:-25px !important}


@media only screen and (max-width: 768px) {
.layout_id_8 .bdp_blog_template .read-more, .layout_id_8 .bdp_blog_template .read-more-div, .layout_id_8 .bdp_blog_template .read_more_div, .layout_id_8 .bdp_blog_template .read-more-class, .layout_id_8 .bdp_blog_template.offer_blog .post-bottom, .layout_id_8 .bdp_blog_template.spektrum .details, .layout_id_8 .bdp_blog_template.timeline .read_more {
  
    margin-top: 40px;
}
}
@media only screen and (max-width: 768px) {
    .blog_template.wise_block_blog .bdp-wise-block-author.display_author_block {
        margin-top: 80px;
    }
}
.gform_wrapper.gravity-theme .gfield_required {display:none !important}

form#gform_77 input#gform_submit_button_1 {
  background: #00a3ff !important;
}
form#gform_77 div.ginput_container.ginput_container_consent {
  margin-top: 0px !important;
  color:#ffffff;
}
form#gform_77 div.ginput_container.ginput_container_consent a {
  margin-top: 0px !important;
  color:#00a3ff;
}
.gform_heading {
  display:none !important
}

.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg {
  border-radius: 15px 15px 0px 0px;
}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-title {
 border-radius: 0px 0px 15px 15px;
}

.blog_template.wise_block_blog .bdp_blog_wraper {
  border-radius: 15px;}

.wp-post-image {
  border-radius: 15px;
}

.postid-6474 .time_circles > div {
  color: white !important;
}
.postid-6474 .entry-content-block .entry-title{
  display: none !important;
}
.postid-6474 .entry-thumbnail {
  display: none !important;
}
.sow-image-container .so-widget-image{
  border-radius:15px !important
}
div.logo-text.site-branding h1.site-title {display:none !important}

.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
  padding: 1em;
  text-align: left;
  border-radius: 10px 10px 10px 10px !important;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  border: 1px solid #00a3ff !important;
  margin-bottom: 10px;
}
.bdp_blog_template img.wp-post-image {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 15px !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
  border-radius: 15px !important;}

.page-id-5434 .site-navigation-wrapper{display:none}

.page-id-5434 .header-action-container{display:none}

@media only screen and (max-width: 768px) {
  .single .entry-content-block {
    width: 100%;
    margin-top: 150px !important;
  }
}
.blog_template.wise_block_blog .bdp_blog_wraper {
  padding: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  margin: 0 20px 40px 20px;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19), 20px 20px 0 rgba(255, 255, 255, 0.2), 20px 20px 0 rgba(255,255,255,0.2);
  height: 630px !important;
}

.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-title {
 min-height: 60px; 
}

.page-id-8 .lazyloaded {
  border-radius: 15px;}

.page-id-1058 
{background-color:#002345}

.page-id-1058  div#rpb_spacer {
  DISPLAY: NONE !important;
  height: 44px;
  background-color: #002345;}

div#gform_wrapper_69 .gf_browser_gecko .gform_wrapper .gravity-theme .gform-theme--no-framework div.gform_heading {display:none}
.gform_heading {display:none !important}

.rounded-corners .so-widget-image{
  border-radius: 15px;
}
body #gform_wrapper_73 .gform_wrapper.gravity-theme .legend{
  display: inline-block;
  font-size: 1em !important;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  background-color: #002345 !important;
  padding-top: 20px !important;
  padding-left: 20px !important;
}
.gform_wrapper.gravity-theme .gfield_label
 {
  display: inline-block;
  font-size: 1em !important;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  background-color: #002345 !important;
  padding-top: 20px !important;
    margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;

}

.spacer {
  width: 100%;
  height: 100vh;
  background-color: green;
}

.gsap-container1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  padding-top:200px;
}
.gsap-left-container1
 {
  width: 60%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.gsap-right-container1 
{
  width: 40%;
  height: 100vh;
  overflow: hidden;
  position: relative;
    margin-right:20px
}

.gsap-right-content {
    margin-left:30px
}

.gsap-right-element {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
 
}

.gsap-left-container1 {
 height: 100vh;
  justify-content: center;
  align-items: center;
}

.gsap-left-content {
  width: 100%;
  height: 100%;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.gsap-left-content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  opacity: 0;
}

.gsap-left-content img:first-child {
  opacity: 1;
}