.wpcf7 form .wpcf7-response-output {
	border: none;
	font-size: 20px !important;
}

@media screen and (min-width: 769px){
	.sub-form-container {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}
	
	.sub-form-container .sub-form-field {
		width: 48%;
	}
}

@media screen and (min-width: 900px){
	.subscribe__field {
		display: flex;
		flex-wrap: wrap;
		max-width: 900px;
	}

	.sub-form-field {
		width: 100%;
	}
	
	.subscribe__field span.wpcf7-form-control-wrap,
	.subscribe__field input.wpcf7-form-control.wpcf7-text {
/* 		max-width: 400px;  */
	}

}

.blog-subscribe__title {
	font-size: 36px !important;
}

@media (min-width: 991px) {
    .blog-subscribe {
        padding: 80px 0;
    }
}

/* Timeline section CSS */
.section-about-us-timeline {
	background-color: black;
	padding: 0 16px;
	color: white;
	margin-top: -40px;
}

.wp-block-getwid-section {
  position: relative;
}

.wp-block-getwid-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44px; 
  height: 4px;
  background: #EFE68B;
  z-index: 0;
  pointer-events: none;
}


.wp-block-columns {
	justify-content: center
}

.wp-block-column {
	max-width: 267px;
	position: relative;
	z-index: 999;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
	width: 62px;
	height: 62px;
}

.slick-prev.slick-arrow,
.slick-prev.slick-arrow:hover,
.slick-prev.slick-arrow:focus{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.9667 31C60.9667 14.4499 47.5501 1.03333 31 1.03333C14.4499 1.03333 1.03333 14.4499 1.03333 31C1.03333 47.5501 14.4499 60.9667 31 60.9667V62C13.8792 62 0 48.1208 0 31C0 13.8792 13.8792 0 31 0C48.1208 0 62 13.8792 62 31C62 48.1208 48.1208 62 31 62V60.9667C47.5501 60.9667 60.9667 47.5501 60.9667 31Z' fill='%23EFE68B'/%3E%3Cpath d='M21.8559 21.1496L13.5288 29.83L12.4 31.001L13.5288 32.172L21.8559 40.8474C22.1677 41.1722 22.5714 41.3334 22.9799 41.3334C23.3884 41.3334 23.7969 41.1722 24.1039 40.8474C24.7251 40.2002 24.7251 39.1501 24.1039 38.5054L18.4937 32.6606H41.3261C41.3527 32.6606 41.3793 32.6606 41.4059 32.6555H48.0095C48.8894 32.6555 49.6 31.9126 49.6 30.9985C49.6 30.0819 48.887 29.3415 48.0095 29.3415H39.7453V29.3465H18.4937L24.1039 23.4941C24.7251 22.8469 24.7251 21.7968 24.1039 21.1521C23.4827 20.505 22.4747 20.505 21.8559 21.1521V21.1496Z' fill='%23EFE68B'/%3E%3C/svg%3E%0A") !important;
}

.slick-next.slick-arrow,
.slick-next.slick-arrow:hover,
.slick-next.slick-arrow:focus {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.9667 31C60.9667 14.4499 47.5501 1.03333 31 1.03333C14.4499 1.03333 1.03333 14.4499 1.03333 31C1.03333 47.5501 14.4499 60.9667 31 60.9667V62C13.8792 62 0 48.1208 0 31C0 13.8792 13.8792 0 31 0C48.1208 0 62 13.8792 62 31C62 48.1208 48.1208 62 31 62V60.9667C47.5501 60.9667 60.9667 47.5501 60.9667 31Z' fill='%23EFE68B'/%3E%3Cpath d='M40.1442 21.1496L48.4713 29.83L49.6001 31.001L48.4713 32.172L40.1442 40.8474C39.8324 41.1722 39.4287 41.3334 39.0202 41.3334C38.6117 41.3334 38.2032 41.1722 37.8962 40.8474C37.275 40.2002 37.275 39.1501 37.8962 38.5054L43.5065 32.6606H20.674C20.6474 32.6606 20.6208 32.6606 20.5942 32.6555H13.9906C13.1107 32.6555 12.4001 31.9126 12.4001 30.9985C12.4001 30.0819 13.1132 29.3415 13.9906 29.3415H22.2548V29.3465H43.5065L37.8962 23.4941C37.275 22.8469 37.275 21.7968 37.8962 21.1521C38.5174 20.505 39.5254 20.505 40.1442 21.1521V21.1496Z' fill='%23EFE68B'/%3E%3C/svg%3E%0A");
}

.slick-next:before,
.slick-prev:before {
	display: none;
}

.wp-block-column > figure {
  position: relative;
  margin-bottom: 0;
}

.wp-block-column .wp-block-group {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  padding: 56px 16px; 
  color: #fff;
  opacity: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none; 
  transition: opacity 0.3s;
}

.wp-block-column .wp-block-group .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	height: 100%;
    justify-content: space-between;
}

.wp-block-column .wp-block-group a {
  color: white;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative; 
  padding-right: 20px;
}

.wp-block-column .wp-block-group a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 18px;    
  height: 18px;   
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="20" viewBox="0 0 11 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.22034 19.2819C0.150495 19.2123 0.0950809 19.1295 0.0572712 19.0384C0.0194616 18.9473 0 18.8496 0 18.7509C0 18.6523 0.0194616 18.5546 0.0572712 18.4635C0.0950809 18.3724 0.150495 18.2896 0.22034 18.2199L8.69084 9.75095L0.22034 1.28195C0.150608 1.21222 0.0952938 1.12943 0.0575552 1.03832C0.0198166 0.947214 0.000392675 0.849564 0.000392675 0.750948C0.000392675 0.652332 0.0198166 0.554682 0.0575552 0.463573C0.0952938 0.372463 0.150608 0.28968 0.22034 0.219948C0.290072 0.150217 0.372856 0.094902 0.463965 0.0571632C0.555074 0.0194244 0.652725 1.90735e-06 0.75134 1.90735e-06C0.849956 1.90735e-06 0.947607 0.0194244 1.03872 0.0571632C1.12982 0.094902 1.21261 0.150217 1.28234 0.219948L10.2823 9.21995C10.3522 9.28962 10.4076 9.37238 10.4454 9.4635C10.4832 9.55462 10.5027 9.6523 10.5027 9.75095C10.5027 9.8496 10.4832 9.94728 10.4454 10.0384C10.4076 10.1295 10.3522 10.2123 10.2823 10.2819L1.28234 19.2819C1.21267 19.3518 1.12991 19.4072 1.03879 19.445C0.947673 19.4828 0.849991 19.5023 0.75134 19.5023C0.652689 19.5023 0.555008 19.4828 0.46389 19.445C0.372772 19.4072 0.290009 19.3518 0.22034 19.2819Z" fill="%23A8A180"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.wp-block-column .wp-block-group a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.wp-block-column:hover .wp-block-group {
  opacity: 1;
  pointer-events: auto;
}

/* Overlay effect */
.wp-block-column > figure::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(32,32,32,0.85); 
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}

.wp-block-column:hover > figure::after {
  opacity: 1;
}

.wp-block-column > figure img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-list {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	padding-left: 24px
}

.wp-block-column p {
	margin: 0;
}

button.slick-arrow {
	top: 32px;
} 

.wp-block-getwid-content-slider .slick-dots li {
	margin: 0 !important;
}

.slick-dots li {
	width: 16px !important;
}

.slick-dots li button:before {
	font-size: 12px !important;
	color: rgba(239, 230, 139, 0.6) !important;
}

.slick-dots li.slick-active button:before {
	color: #EFE68B !important;
}

@media screen and (min-width: 625px){
	.wp-block-columns {
		flex-direction: column;
	}
}


@media (max-width: 1070px) {
	.wp-block-getwid-content-slider {
		padding: 56px 16px; 
	}
	
	.wp-block-heading {
		margin-bottom: 56px;
		font-size: 36px;
		font-style: normal;
		font-weight: 500;
		line-height: 45px;
	}
	
  .wp-block-getwid-section {
    position: relative;
  }
	
	.slick-arrow.slick-prev,
	.slick-arrow.slick-next {
		width: 39px;
		height: 39px;
	}

  /* Vertical line */
  .wp-block-getwid-section::before {
    content: "";
    position: absolute;
    top: 0;    
    left: 50%;
    width: 4px;
    height: 100%;     
    background: #EFE68B;
    transform: translateX(-50%);
    z-index: 0;
  }

  /* Horizontal line at the top: the "T" bar */
  .wp-block-getwid-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;      
    width: 100%;     
    height: 4px;
    background: #EFE68B;
    z-index: 0;
  }
	
	.wp-block-columns.are-vertically-aligned-center {
		margin-top: 32px;
		margin-bottom: 16px;
		gap: 32px;
	}
	
	.wp-block-getwid-content-slider .slick-dotted.slick-slider {
		padding-bottom: 64px !important;
	}
}

@media screen and (min-width: 1070px) {
	.wp-block-getwid-content-slider {
		padding: 96px; 
	}
	
	.wp-block-columns {
		flex-direction: row;
		width: 100%;
	}
	
	.wp-block-heading {
		margin-bottom: 56px;
		font-size: 55px;
		line-height: 69px; 
	}
	
	.wp-block-column .wp-block-group a {
	  color: white;
		font-size: 20px;
		line-height: 25px; /* 125% */
	  text-transform: uppercase;
	  text-decoration: none;
	  position: relative; 
	  padding-right: 20px;
	}

}

@media screen and (min-width: 1200px){
	.section-about-us-timeline {
		padding: 0 40px;
	}
	
	button.slick-arrow {
		top: unset;
		bottom: 210px;
	} 
	
  .wp-block-getwid-content-slider.has-arrows-inside .slick-next {
    right: 0 !important;
  }
	
	.wp-block-getwid-content-slider.has-arrows-inside .slick-prev {
    	left: 0 !important;
  	}
}

@media screen and (min-width: 1600px){
    .section-about-us-timeline {
	    margin-top: -60px;
	
    }
}
