/*
Theme Name: hello_brands_2023
Theme URI: http://hellobrands.com.au/
Author: http://hellobrands.com.au/
Author URI: http://hellobrands.com.au/
Description: #
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6

*/ 


.light-grey-1 {
    background-color: #F4F7F6;
}

.light-grey-2 {
    background-color: #D9E3E0;
}

.dark-grey-1 {
    background-color: #a8aead;
}
.dark-grey-2 {
    background-color: #7E8985;
}

.black-bg {
  background-color: #222222;
}

.white {
	color: #fff;
}

.hb-black {
    background-color: #222222;
}

.hb-green {
	background-color:#0FFFBB;
}

.type-green {
  color: #0FFFBB;
}

.content {
	max-width: 1600px;
	padding: 0 40px;
	margin: 0 auto;
}



#white {
	color: #fff;
}

/* Typography
--------------------------------------------- */
body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color:#0A110F;
  box-sizing: border-box;
}
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.25px;
}

.content {
	margin: 0 auto;
	max-width: 1600px;
	padding: 20px 40px 20px 40px
}
@media screen and (max-width: 768px) {
  .content {
    padding: 20px 20px 20px 20px
  }
}

.archive-content {
	margin: 0 auto;
	max-width: 90%;
	padding: 20px 40px 20px 40px;
}

@media screen and (max-width: 768px) {
  .archive-content {
    padding: 0px
  }
}

.portolio-content {
	margin: 0 auto;
	max-width: 90%;
	padding: 20px 40px 20px 40px
}

@media screen and (max-width: 768px) {
    .portolio-content {
        padding: 20px;
    }
}
@media screen and (max-width: 850px) {
  .portolio-content {
    padding: 0px 0px 0px 0px;
  }
}

h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 34px;
	margin: 0 0 6px 0;
}

.h1-content {
  margin: 0 auto;
  max-width: 1600px;
  padding: 10px 40px 0px 40px;
}

@media screen and (max-width: 850px) {
  .h1-content {
    padding: 10px 20px 0px 20px;
  }
}

.h1-content h1 {
  font-size: 30px;
  margin-top: 70px;
  font-weight: 400;
}
	
h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin: 6px 0 14px 0;
}

.title {
	font-size: 28px;
}


h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 6px 0;

}

h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	margin: 6px 0 20px 0;
}
h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 30px;
}
h6 {
	clear: both;
}

p {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 200;
  color:#3b3b3b;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}



pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

strong {
	font-weight: 500;
}

.link {
  text-decoration: underline;
}

.link:hover {
  color:#0FFFBB;
  transition: 0.3s ease-in-out;
}

.faq-accordion a {
  text-decoration: underline;
}

.flex-port-container a {
  text-decoration: underline;
}

.flex-port-container a:hover {
  color:#0FFFBB;
  transition: 0.3s ease-in-out;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	margin-top: 80px;
}

strong p {
  font-weight: 500;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.date {
  color:#bfbfbf;
  display: inline;
}

.custom-bullet-list ul {
  list-style-type: none; /* This removes the default bullets */
}

.custom-bullet-list ul li::before {
  content: "+"; /* This adds the '+' before each list item */
  font-weight: 500; /* This makes the '+' bold */
  display: inline-block; /* Necessary to add the margin */
  width: 1em; /* Necessary to add the margin */
  margin-left: -1em; /* This adds some space before the '+' */
}

.content-flex ul li {
  list-style-type: none; /* Hide default bullets */
  font-weight: 200;
  margin: 0 0 18px 12px;
  line-height: 24px;
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 18px;
}

.content-flex ul li:before {
  content: "●"; /* Unicode filled circle character for solid bullet */
  font-weight: 500;
  color: #0FFFBB; /* Change this value to your desired color */
  margin-right: 0.5em;
  display: inline-block;
  width: 15px;
  text-align: right;
}

.accordion-section a  {
  text-decoration: underline;
}

.accordion-header a  {
  text-decoration: underline;
}

@media (max-width: 850px) {
  .accordion-section .flex-container {
      padding: 0px 0 60px 0;
  }
} 
.content-flex ol {
  list-style-type: none !important;
  font-weight: 200;
  margin: 0 0 18px 12px;
  line-height: 24px;
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 18px;
}

.content-flex ol li {
  margin-bottom: 8px;
  counter-increment: item;
}
.content-flex ol li:before {
  content: counter(item) ". " !important;
  font-weight: 500;
  margin-right: 0.5em; 
  display: inline-block;      /* Make the before content inline-block */
    width: 15px;                 /* Give it a larger width */
    text-align: right; 
}
li > ul,
li > ol {
	margin-bottom: 0px;
  
	
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #222222;
}

.about-hb a {
  text-decoration: underline;
  color:#222222; 
}

.about-hb a:hover {
    color:#0FFFBB; 
    transition: 0.3s ease-in-out;
}

.content-left a {
  text-decoration: underline;
  font-weight: 400;
}

.content-left a:hover {
  color:#0FFFBB;
  transition: .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #222222;
}

a:focus {
	outline: thin dotted;
}


a:active {
	outline: 0;
}

/* Spacers
--------------------------------------------- */

.bottom-10 {
	margin-bottom: 10px;
}
.bottom-20 {
	margin-bottom: 20px;
}
.bottom-30 {
	margin-bottom: 30px;
}
.bottom-40 {
	margin-bottom: 40px;
}

.top-10 {
	margin-top: 10px;
}

.top-20 {
	margin-top: 20px;
}

.top-30 {
	margin-top: 30px;
}

.top-40 {
	margin-top: 40px;
}

.move {
	transform: translateY(-50px);
	transform: translateX(-50px);
}


.top-up-50 {
	top: -50px;
}

/* buttons
--------------------------------------------- */

.button-wrapper {
  padding-bottom: 8px;
}

.inline-wrapper {
  display: flex;
  align-items: center;
}

.inline-wrapper h2 {
  display: inline-block;
  margin-bottom: 8px;
}

.service-item p {
  margin-top: 8px;
  font-size: 15px;
  color: #dde0df;
}

.inline-wrapper .icon-button {
  display: inline-block;
}

.arrow-button {
  display: inline-flex;
  align-items: center;
  padding: 0px 0px;
  background-color: #2B2B2B; /* Change to desired background color */
  color: white; /* Change to desired text color */
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none; /* Remove underline if using an anchor as a button */
  outline: none; /* Remove outline on focus */
}

.arrow-front {
  display: inline-flex;
  align-items: center;
  padding: 0px 0px;
  background-color: #fff; /* Change to desired background color */
  color: white; /* Change to desired text color */
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none; /* Remove underline if using an anchor as a button */
  outline: none; /* Remove outline on focus */
}

.arrow {
  display: inline-block;
  height: 28px;
  width: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 2px 8px;
}

.arrow-button img {
  transition: transform 0.2s ease-in-out;
}

.service-item:hover .arrow-button img {
  transform: rotate(360deg);
}

  /* banner-break-out
  --------------------------------------------- */

  .banner-break-out {
    width: 100vw;
    height: auto;
    background-color: #f4f7f6;
    margin: 0 0 20px 0;
  }
  
  .pull_quote-text h5 {
    margin: 60px 0 60px 0;
    font-size: 20px;
    line-height: 26px;
    width: 86%;
    font-weight: 600;
  }


  
  .banner-cta {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #222222;
    margin: 30px 0 60px 0;
    padding: 40px 0 40px 0;
    font-weight: 500;
  }
  @media (max-width: 780px) {
    .banner-cta {
      width: 100%;
    }
  }
.banner-cta-content {
  display: flex;  
  flex-wrap: wrap;
  width: 100%;         /* Use Flexbox to align items horizontally */
  align-items: center;     /* Vertically center the h3 and the button */
  justify-content: flex-start; /* Separate the h3 and the button */
}

@media (max-width: 800px) {
  .banner-cta-content {
    width: 100%;
  }
}

.banner-cta-content h3 {
  margin-right: 20px;
}

@media (max-width: 800px) {
  .banner-cta-content h3 {
    margin: 0 0 20px 0;
  }
}


.button-contact {
  background-color: #222222;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  padding: 20px 80px 20px 80px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
} 

.button-contact:hover {
  color:#0FFFBB;
  border:1px solid #0FFFBB;
}



/* Home Page buttons ==================

/* Remove default button styling */

.arrow-btn-blk {
  background-color:#222222;
}

.btn-arrow-blk {
  background-color:#222222;
}

.btn-green-blk {
  background-color:#222222;
}

.arrow-btn-container img.btn-green-blk {
  display: none;
}

.arrow-btn-container:hover img.btn-arrow-blk {
  display: none;
}

.arrow-btn-container:hover img.btn-green-blk {
  display: inline;
}

.button-container {
  position: relative;
  transition: ease-in-out 0.3s;
  
  
}

.arrow-btn-container {
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  background: #fff;
  transition: transform 0.6s; /* transition effect */
  background-color: transparent;
}

.arrow-btn-container:hover {
  transform: rotate(360deg); /* rotation effect on hover */
}

.arrow-btn-container img {
  width: 100%;
  height: 100%;
}

.arrow-btn-container img.btn-green {
  display: none;
}

.arrow-btn-container:hover img.btn-arrow {
  display: none;
}

.arrow-btn-container:hover img.btn-green {
  display: inline;
}


.icon-button {
    display: inline-flex;
    align-items: center;
    padding: 0px 0px;
    background-color: white; /* Change to desired background color */
    color: white; /* Change to desired text color */
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none; /* Remove underline if using an anchor as a button */
    outline: none; /* Remove outline on focus */
}
.icon {
    display: inline-block;
    height: 28px;
    width: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.filter-button {
  padding: 20px 60px;
  border: 1px solid #0FFFBB;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
}

.filter-button:hover {
  background-color: rgba(196, 196, 196, .4)
}


/* Home Sliders
--------------------------------------------- */
.slider-wrapper {
  display: flex;
  align-items: center;
  height: 90vh;
}

#text-rotator {
  position: relative;
}

.rotator-item h2 {
  font-size: 36px;
  line-height: 32px;
  transition: opacity 0.3s ease-in-out; /* Smooth transition for H2 */
  padding-right: 20px;
}

@media (max-width: 480px) {
  .rotator-item h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.rotator-item h3 {
  display: flex;
  gap: 0.5em; /* Adjust spacing between the links */
  margin-left: 2px;
  transition: opacity 0.3s ease-in-out; /* Smooth transition for links */
}

.rotator {
  position: relative;
  height: 100vh; /* Adjust the height as needed */
  overflow: hidden; /* Hide the inactive texts */
  width: 100%;
}

.rotator-item {
  position: absolute;
  top: 40%; /* Position the top edge of the element at the 50% height of the parent */
  left: 10%;
  width: 80%;
  transform: translateY(-50%); /* Move the element up by 50% of its height */
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Smooth transition for rotator items */
  display: none; /* Hide all items by default */
}

@media (max-width: 720px) {
  .rotator-item {
    top: 30%;
  }
}

.rotator-item p {
  margin: 0;
  font-size: 24px;
}

.rotator-item.active {
  opacity: 1;
  display: block; /* Show active item */
  transform: translateY(0); /* Reset the transform for active items */
}

.rotator-item a {
  text-decoration: none; /* Ensure links are not underlined by default */
  transition: text-decoration 0.3s ease-in-out, color 0.3s ease-in-out; /* Smooth transition for text decoration and color */
}

.rotator-item .active-link {
  text-decoration: underline !important; /* Underline active links */
}

.active-link:focus {
  outline: none;
  transition: color 0.5s ease-in-out;
}

body {
  margin: 0;
}

#banner {
  position: relative;
  background: none;
}

.mouse {
  position: absolute;
  width: 24px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -11px; /* Corrected margin to properly center the element */
  border-radius: 15px;
  border: 2.5px solid #09110F;
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 4px;
  height: 4px;
  margin: 6px auto;
  border-radius: 4px;
  background: #09110F;
  animation: finger 1s infinite;
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Fade-In Effect
--------------------------------------------- */

.delayed-fade-in {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s ease-in-out, visibility 2s ease-in-out;
}

.delayed-fade-in.is-visible {
    opacity: 1;
    visibility: visible;
}





/* Parallax
--------------------------------------------- */

.bdd-wrapper {
	height: 100%;
}

.lax-container h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .lax-container h2 {
    font-size: 18px;
    line-height: 28px;
  }
}




.lax-content {
  position: relative; /* Make it relative to adjust the 'top' value */
  z-index: 1; /* To make sure the h2 stays on top */
}

.intro-banner {
  font-weight: 500; 
  line-height: 34px; 
  width: 66%; 
  font-size: 26px;
  margin-top: auto;
  margin-bottom: 16px;
}
@media (max-width: 780px) {
  .intro-banner {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
}

.lax-container {
    position: relative;
    overflow: hidden;
	  padding: 40px 0 200px 0;
    background-color: #222222;
}
/*
.lax-image {
    height: 1000px;
    position: absolute;
    top: -50%;
    width: 100%;
	  background-color: #0A110F;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
.lax-text {
    position: relative;
    top: -50%;
    text-align: center;
	  color: White;
	  text-align: left;
    
}

.lax-copy {
	text-align: left;
	line-height: 29px;
	max-width: 560px;
	font-weight: 300;
	margin-left: 40px;
	font-size: 16px;

}

.stroke-light {
	max-width: 220px;
	height: 1px;
	background-color: #c4c4c4;
	margin: 30px 0 30px 0;
}

.stroke-mid {
	max-width: 220px;
	height: 1px;
	background-color: #A0A0A0;
	margin: 30px 0 30px 0;
}

.stroke-dark {
	max-width: 220px;
	height: 1px;
	background-color: #222222;
	margin: 30px 0 30px 0;
}

/* Flex-box
--------------------------------------------- */

.blog-wrapper h2 {
  font-size: 28px;
}



.blog-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 2%;
  padding: 0px 0 40px 0;
  justify-content: space-between;
}

.archive-item {
    flex: 16%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    margin-bottom: 60px;
    min-width: 280px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    
}



.archive-item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  transform: translate(0, -10px);
  transition: 0.3s ease-in-out;
}

/* Adjust the width and height for small screens */
@media (max-width: 780px) {
  .archive-item {
    height: 430px;
    min-width: 200px;
  }
}

@media (max-width: 600px) {
  .archive-item {
    min-width: 100%;
  }
}




.porfolio-item {
  flex: 31.3;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  transition: 0.3s ease-in-out;
  margin-bottom: 60px;
}

.porfolio-item:hover {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
opacity: 0.8;
transform: translate(0, -10px);
transition: 0.3s ease-in-out;
}

/* Adjust the width and height for small screens */
@media (max-width: 768px) {
.porfolio-item {
  flex: 0 0 calc(50% - 40px); /* Make each cell take up 50% of the container width on smaller screens */
  max-width: calc(50% - 40px); /* Set a fixed maximum width for each cell on smaller screens */
  height: 320px;
}
}




.blog-item {
  flex: 1;
    max-width: 22%;
    min-width: 320px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    transition: 0.3s ease-in-out;
    margin-bottom: 60px;
}

.blog-item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  transform: translate(0, -10px);
  transition: 0.3s ease-in-out;
}

/* Adjust the width and height for small screens */
@media (max-width: 768px) {
  .blog-item {
    flex: 0 0 calc(50% - 40px); /* Make each cell take up 50% of the container width on smaller screens */
    max-width: calc(50% - 40px); /* Set a fixed maximum width for each cell on smaller screens */
    height: 320px;
  }
}
.blog-item .small-image-wrapper {
  height: 320px;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	gap: 6%;
	padding: 100px 0 100px 0;
}

@media (max-width: 850px) {
  .flex-container {
    padding: 60px 0 60px 0;
  }
}


@media (max-width: 480px) {
  .flex-container {
    padding: 40px 0 40px 0;
  }
}

.flex-1 {
	width: 29.33%;
	height: auto;
}
@media (max-width: 850px) {
  .flex-1 {
    width: 100%;
  }
}


.text-block {
	margin-left: 50px;
}

.content-flex {
	display: flex;
	gap: 6%;
	flex-wrap: wrap;
}

.content-left {
	max-width: 52%;
}
@media (max-width: 780px) {
  .content-left {
    max-width: 100%;
  }
}
.content-right {
	max-width: 42%;
}
@media (max-width: 780px) {
  .content-right {
    max-width: 100%;
  }
}
/* Banner Animation
--------------------------------------------- */
/* Keyframes for color fading */
@keyframes colorFade1 {
  0% { background-color: #0FFFBB; }
  50% { background-color: #fdf277; }
  100% { background-color: #0FFFBB; }
}

@keyframes colorFade2 {
  0% { background-color: #74f1ff; }
  50% { background-color: #0FFFBB; }
  100% { background-color: #74f1ff; }
}

/* Styling for bg-gradient-blur-wrapper */
div.bg-gradient-blur-wrapper.contact-hero {
  position: absolute;
  width: 100%;
  max-width: 44%;
  opacity: .5;
  filter: blur(100px);
  z-index: -1;
  left: 0;
  bottom: 0;
  min-height: 170%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(17.55deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  background: transparent;
}

/* Styling for bg-gradient-blur-circle-3 */
div.bg-gradient-blur-circle-3.pink.top {
  position: absolute;
  width: 80%;
  max-height: 100%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #0FFFBB;
  top: -20px;
  left: -112px;
  z-index: 1;
  animation: colorFade1 20s infinite;
}

/* Styling for bg-gradient-blur-circle-2 */
.bg-gradient-blur-circle-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: transparent; /* Ensure base background is transparent */
}

/* Applying animation to blue circle */
.bg-gradient-blur-circle-2.blue {
  background-color: #74f1ff;
  animation: colorFade2 20s infinite;
}
/* Pagination
--------------------------------------------- */

.pagination-container {
  text-align: center; /* Center the pagination */
  margin-top: 20px; /* Space above the pagination */
  margin-bottom: 20px; /* Space below the pagination */
  width: 100%; /* Full width */
}

/* Center the pagination container */
.navigation {
  text-align: center; /* Center the pagination */
  margin-top: 20px; /* Add some space above the pagination */
}

/* Style each pagination item */
.page-numbers {
    display: inline-block;
    padding: 14px 16px;
    margin: 0 5px;
    border: 1px solid #ccc;
    transition: 0.3s ease-in-out;
    background-color: white;
    text-decoration: none;
    height: 42px;
    border-radius: 9px;
    cursor: pointer;
}

/* Style the current page number */
.page-numbers.current {
  background-color: white; /* Highlight the current page number */
  border-color: #0A110F;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

/* Style the hover state */
.page-numbers:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  transform: translate(0, -6px);
  transition: 0.3s ease-in-out;
}

/* Style for "previous" and "next" links */
.page-numbers.prev,
.page-numbers.next {
  text-transform: uppercase; /* Optional: capitalize prev/next text */
}

/* Add more styles here if needed */

/* Blog Filter Archive 
--------------------------------------------- */

/* Style each filter button */
.filter-button {
  display: inline-block;
  padding: 14px 16px;
  margin: 0 5px;
  border: 1px solid #ccc;
  transition: 0.3s ease-in-out;
  background-color: white;
  text-decoration: none;
  height: 42px;
  border-radius: 9px;
  cursor: pointer;
}

/* Style the current filter button */
.filter-button.current {
background-color: white; /* Highlight the current filter button */
border-color: #0A110F;
transition: 0.3s ease-in-out;
font-weight: 500;
}

/* Style the hover state */
.filter-button:hover {
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
background-color: white;
transform: translate(0, -6px);
transition: 0.3s ease-in-out;
}

/* Hide posts initially */
.post {
  display: none;
}


/* Porfolio Archive 
--------------------------------------------- */

.category {
  line-height: 18px;
}

.cat-wrapper {
  display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.port-title p {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #222222;
}


.portfolio-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0px 0 100px 0;
  justify-content: space-between;
}

.portfolio-item  {
  flex: 0 0 22%;
  flex-wrap: wrap;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}



@media (max-width: 1780px) {
  .portfolio-item {
    flex: 0 0 30%;
  }
  }
  
  @media (max-width: 1780px) {
    .portfolio-container {
      gap: 1.5%;
    }
    } 
  
    @media (max-width: 1180px) {
      .portfolio-item {
        flex: 0 0 48%;
      }
      }
      @media (max-width: 1180px) {
        .portfolio-container {
          gap: 1%;
        }
        } 



.portfolio-item:hover {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
opacity: 0.8;
transform: translate(0, -10px);
transition: 0.3s ease-in-out;
}

/* Adjust the width and height for small screens */
@media (max-width: 780px) {
.portfolio-item {
  min-width: 100%;
}
}



.portfolio-image-wrapper {
  height: 360px;
}
/* PORTFOLIO ITEM PAGE --------------------------------------------- */
.flex-port-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	gap: 6%;
}

.flex-port-container-6 {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	gap: 6%;
  justify-content: flex-end;
}

.flex-port-col {
  display: flex;
  flex-direction: column;
}

.port-title {
  font-size: 28px;
  font-weight: 600;
}

.port-section-1 {
  flex: 1;
}

@media (max-width: 960px) {
  .port-section-1 {
      flex-basis: 100%;
      width: 100%;
  }
}

.port-section-5 {
  flex: 1;
}

.port-image-1 {
  flex: 2;
  margin-top: 20px;
  border-radius: 16px;
}

.port-image-1 img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .port-image-1 {
      flex-basis: 100%;
      width: 100%;
  }
}

.port-wrapper-1 {
  width: 100%;
  height: 660px;
}

.port-image-2 {
  flex: 2;
  margin-top: 20px;
  border-radius: 16px;
  max-width: 86%;
}

.port-image-2 img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .port-image-2 {
      flex-basis: 100%;
      width: 100%;
      max-width: 100%;
  }
}

.port-image-3 {
  margin-top: 20px;
  border-radius: 16px;
  margin: 30px 0 0 0;
}

.port-image-3 img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.port-image-4 {
  flex: 2;
  margin-top: 20px;
  border-radius: 16px;
  margin: 20px 200px 0 120px;
}

.port-image-4 img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

@media (max-width: 1260px) {
  .port-image-4 {
      flex: 1;
      margin: 20px 0px 0 40px;
  }
}

@media (max-width: 960px) {
  .port-image-4 {
      flex-basis: 100%;
      width: 100%;
      margin: 20px 0px 0 0;
  }
}

.port-image-5 {
  margin-top: 20px;
  border-radius: 16px;
}

.port-image-6 {
  border-radius: 16px;
  margin: 20px 0px 0 0px;
  flex: 2;
}

.port-image-6 img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .port-image-6 {
      flex-basis: 100%;
      width: 100%;
      margin: 20px 0px 0 0;
  }
}

.port-image-7 {
  margin-top: 20px;
  border-radius: 16px;
  flex: 1;
}

.port-image-7 img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.flex-port-container .thumb-caption {
  margin-top: 16px;
}

.port-section-3 {
  flex: 1.3;
  display: flex;
  flex-wrap: wrap;
}

.port-section-4 {
  flex: 2;
}

.flex-port-container h4 {
  margin-top: 20px;
}

.flex-port-container h2 {
  margin-top: 40px;
}

.port-testim {
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  color: #7E8985;
}

.port-testim-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  color: #0A110F;
  margin-bottom: 50px;
}

.service-items {
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 24px;
}

.service-lists {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* STARTA
--------------------------------------------- */
.starta-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 40px 40px 40px 40px;
  margin: 40px 0 0 0;
  background-color:#fff;
}

@media (max-width: 720px) {
  .starta-form {
    padding: 20px;
  }
}



.gform_wrapper .gform_button {
  float: right;
  margin: 20px 0px 0 0;
}

.starta h2 {
  font-size: 28px;
  margin-bottom: 26px;
}


.starta, 
.starta * {
    box-sizing: border-box;
}

.starta .gform_wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}


/* Images
--------------------------------------------- */

.post-thumb {
  width: 100%; /* Ensure the container takes the full width */
  max-width: 100%; /* Ensure the container doesn't exceed the maximum width */
  max-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  margin: 10px 0 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-thumb img {
  width: 100%; /* Ensure the image fills the container */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Apply the same rounded corners */
  object-fit: cover; /* Ensure the image covers the container */
}

.thumb-caption {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  font-weight: 100;
  margin: 10px 14px 20px 8px;
  /* color: #828282; */
  /* font-style: italic; */
  opacity: .7;
}

/* Clients
--------------------------------------------- */


.logo-scroll-container {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 40px;
  mix-blend-mode: multiply;
}

#logo-banner {
  display: flex;
  will-change: transform;
}

.logo-inner-container {
  display: inline-flex; /* Keep this to ensure logos are in a line */
  animation: scrollLogo 36s linear infinite; /* Adjust timing based on total width */
}

#logo-banner img {
  height: 110px;
  width: 110px;
  margin-right: 20px;
  margin-left: 20px;
  flex: 0 0 auto;
}


@keyframes scrollLogo {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%); /* Adjust based on your needs */
  }
}


/* Accordions
--------------------------------------------- */
.accordion-section {
    background-color: #fff; /* Set background color here */

}


.accordion {
	width: 100%;
  }
  
  .accordion-item {
	background-color: none;
  }
  
.accordion-header {
    display: flex;
    flex-direction: column; /* Add this line */
    align-items: flex-start; /* Add this line */
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}
  
  
  .accordion-header .toggle-icon {
	margin-top: -1px;
  }
  
  .toggle-icon {
	width: 26px;
	height: 26px;
	position: absolute;
	left: -2px;
	top: 110%;
	transform: translateY(-50%);
  }
  

    .toggle-icon .last {
	width: 26px;
	height: 26px;
	position: absolute;
	left: -2px;
	top: 110%;
	transform: translateY(-50%);
	transform: translateX(-50px);
	
  }

  .accordion h2 {
    font-size: 44px;
    line-height: 41px;
    margin-bottom: 0px;
    margin-top: 60px;
    letter-spacing: -.5px;
}

  .accordion-header p {
	margin-left: 50px;
	margin-bottom: 4px
  }

  @media (max-width: 480px) {
    .accordion-header p {
      margin-left: 0px;
    }
  }

  
  .accordion-text p {
	margin-bottom: 34px;
	margin-left: 50px;
  }
  
  .accordion-lv1  {
	margin-bottom: 35px;
	margin-top: 30px;
  }
  
  .accordion-lv1 p {
	margin-bottom: 30px;
  }
  
  .accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 0px;
	transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
	margin-left: 50px;
  }

  @media (max-width: 480px) {
    .accordion-content {
      margin-left: 0px;
      margin-top: 20px;
    }
  }
  
  .accordion-content.active {
	max-height: 100%;
	padding: 15px 0 10px 0;
	transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  
  .accordion-content p {
	margin-bottom: 35px;
  }
  
  .accordion-content .last {
	margin-bottom: 0;
	transform: translateX(-50px);
  }
  
  .fade-out {
	opacity: 1;
	transition: opacity 0.5s ease-out;
  }
  
  .fade-out.hidden {
	opacity: 0;
  }
  
.margin {
	left: -50px;
	top: -32px;
}

/* =========================  FAQ  ========================= */

.faq-accordion .stroke-dark {
  margin: 30px 0 60px 0;
  }  

.faq-accordion {
  margin-top: 100px;
}


.faq-accordion h2 {
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 0px;
}


.faq-accordion-item h2   {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
  }

  .faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 10px;
    transition: max-height 0.3s ease-out;
  }

  .faq-accordion-item.active {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  }
  
  .faq-accordion-item.active .faq-accordion-content {
    max-height: none; /* or adjust as necessary */
    max-width: 80%;
    transition: max-height 0.3s ease-in-out;
    
    
  }
.faq-accordion-item {
    padding: 18px 26px 10px 26px;
    margin-bottom: 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.faq-accordion-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    transition: 0.3s ease-in-out;
}

/* =========================  RELATED SERVICES  ========================= */


.related-accordion .stroke-dark {
  margin: 30px 0 60px 0;
  }  

.related-accordion {
  margin-top: 40px;
}


.related-accordion h2 {
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 0px;
}


.related-accordion-item h2   {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
  }

  .related-accordion-content {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 10px;
    transition: max-height 0.3s ease-out;
  }

  .related-accordion-item.active {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  }
  
  .related-accordion-item.active .faq-accordion-content {
    max-height: none; /* or adjust as necessary */
    max-width: 100%;
    transition: max-height 0.3s ease-in-out; 
  }

  .related-accordion-item:hover .related-icon img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(12%) saturate(4446%) hue-rotate(105deg) brightness(106%) contrast(94%);
    transition: 0.2s ease-in-out;
}



  .related-accordion-item {
    padding: 0px 20px 2px 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center; /* Add this to vertically center the items */
}
.related-accordion-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.2);
    
}

.related-accordion h2 {
  margin-bottom: 18px;
  margin-top: 30px
}

.related-icon {
  padding: 14px 10px 10px 0px;
}

.related-flex {
  display: inline-flex;
  flex-direction: row;
}

.related-accordion-title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-left: 2px; /* Add margin-left to create space between icon and title */
}
/* =========================  BUTTONS  ========================= */


.button-2 {
  border: 1px solid #222222;
  background-color: #fff;
  padding: 10px 60px 10px 60px;

}

.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 24px;
    margin-top: -6px; /* Add this line */
}
  
  .container-rel {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	position: relative;
	bottom: 0;
	left: 0;
  }
  
  .container {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	position: absolute;
	bottom: -32px;
	left: 50px;
  }
  

  @media (max-width: 480px) {
    .container  {
      left: 0px;
    }
  }


  .button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #000000;
	background: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	outline: none;
	transition: transform 0.2s ease;
	cursor: pointer;
  }
  
  .button:hover .plus {
	display: none;
  }
  
  .button:hover .cross {
	display: flex;
  }
  .button.active .plus, .button.hover .plus {
	display: none;
  }
  
  .button.active .cross, .button.hover .cross {
	display: flex;
  }
  
  
  .container:hover .button {
	border-color: black;
	background-color: black;
	transform: rotate(180deg); /* Added rotation */
  }
  .plus, .cross {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;    
	height: 100%;
  }
  
  
  .plus span, .cross span {
	position: absolute;
	background: #000000;
  }
  
  .plus span:first-child, .cross span:first-child {
	width: 50%;
	height: 2px;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
  }
  
  
  
  .plus span:last-child, .cross span:last-child {
	width: 2px;
	height: 50%;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
  }
  
  .container:hover .plus span, .container:hover .cross span {
	background: #53FFC0;
  }
  
  .cross span {
	height: 2px;
	width: 12px; 
	transform-origin: center;
  }
  
  .cross span:first-child {
	width: 50%;
	height: 2px;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .cross span:last-child {
	display: none;
  }
  .cross {
	display: none;
  }
  
  .text {
	transition: letter-spacing 0.3s ease;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1px;
	margin-bottom: -1px;
  }
  
  .container:hover .text {
	letter-spacing: 1px;
  }

/* Client Experience
--------------------------------------------- */
.client-banner {
  width: 100%;
  height: 320px;
  background: #F5F7F6;
  padding: 20px 0 20px 0;
  margin-bottom: 30px;
}
  

/* Portfolio
--------------------------------------------- */
.port .stroke-dark {
  margin: 30px 0 0px 0;
}

.flickity-page-dots .dot {
    height: 10px;
    width: 10px;
    margin: 40px 10px 0 10px;
    border-radius: 5px;
    background-color: none;
    opacity: 0.15;
}

.flickity-page-dots {
  bottom: -50px;
}

.carousel-small .flickity-page-dots {
  bottom: -16px;
}


.carousel-container-large {
/*  height: 678px; /* Set the desired height */
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 420px) {
  .carousel-container-large {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.carousel-cell-large {
  width: 550px; /* Set the desired width */
  height: 618px; /* Set the desired height */
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.11);
}



@media screen and (max-width: 600px) {
  .carousel-cell-large {
    width: 340px;
    height: 480px;
  }
}



.carousel-cell-large:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  opacity: 0.8;
  transform: translate(0, -10px);
}

.carousel-container-small {
  height: 455px; /* Set the desired height */
  margin-top: 20px;
  margin-bottom: 20px;
  
}

.carousel-cell-small {
  width: 360px; /* Set the desired width */
  height: 454px; /* Set the desired height */
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 420px) {
  .carousel-cell-small {
    width: 340px;
    height: 455px;
  }
}


.carousel-cell-small:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  transform: translate(0, -10px);
  transition: 0.3s ease-in-out;
}

.tags {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}


@media screen and (max-width: 420px) {
  .tags {
    flex-direction: column;
  }
}

.portfolio-text-wrapper {
  padding: 24px;
  height: 158px;
}

.port-tile-client {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #222222;
}

.port-category p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 2px;
    color:#7E8985;
    visibility: visible;
}



.blog-text-wrapper {
  padding: 24px;
  height: 168px;
}

.blog-category {
	text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #222222;
}

.port-stroke {
    background-color: #D9E3E0;
    margin: 4px 0 16px 0;
    width: 100%;
    height: 1px;
}

.large-image-wrapper {
  height: 458px;
}

@media screen and (max-width: 600px) {
  .large-image-wrapper {
    height: 322px;
  }
}


.large-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}




@media screen and (max-width: 420px) {
  .tags p {
    margin-bottom: 0px;
  }
}
 

.small-image-wrapper {
  height: 286px;
}

.small-image {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.blog-text-wrapper p {
  margin-bottom: 10px;
}

/* Call to Action
--------------------------------------------- */
.action-wrapper {
  width: 100%;
  height: 220px;
  margin-top: 200px;
  align-items: center;
  display: flex;
}
.cta {
  width: 100%;
  margin-top: 200px;
  background-color:#e9ebea;
}


.action-item h2 {
  margin: 0 0 0 0;
}

/* ABOUT HELLO BRANDS
--------------------------------------------- */
.about-hb {
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 40px 40px 40px 40px;
    background-color: #fff;
    max-width: 52%;
}

@media screen and (max-width: 780px) {
  .about-hb {
    max-width: 100%;
  }
}

.about-hb p {
  margin-bottom: 0;
}
/* Services
--------------------------------------------- */
.flex-service {
  width: 100%;
  gap: 3%;
  display: flex;
  flex-wrap: wrap;
}

.services-wrapper {
  width: 100%;
  background-color:#222222;
  padding: 60px 0 100px 0;
  margin-bottom: 100px;
  margin-top: 50px;
}

.flex-services {
  width: 100%;
  gap: 3%;
  display: flex;
  flex-wrap: wrap;
}

.services-1 {
  width: 31.3%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .services-1 {
      width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .services-1 {
    width: 100%;
  }
}


.services-1 h2 {
  color: white;
}

.services-1 p {
  color: #d6d6d6;
  margin-bottom: 40px;
  font-size: 14px;
}

.service-item  {
  display: inline-block; /* Change display to "block" if needed */
  opacity: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  padding: 24px;
  border-radius: 14px;
  background-color: #2B2B2B;
  width: 100%;
  min-height: 230px;
}
/* Move up the service-item on hover */
.service-item:hover {
  transform: translate(0, -10px); /* Adjust as needed */
  transition: 0.3s ease-in-out;
  opacity: .8;
/*  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2); */
  border-radius: 14px;
}

.service-item p {
  margin-bottom: 10px;
}

/* Blog
--------------------------------------------- */


/* Archive
--------------------------------------------- */
.blog-flex {
  display: flex;
}



/* Recent Projects
--------------------------------------------- */


  /* Page Headers
  --------------------------------------------- */

  .header-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	height: 400px;
  }

  @media only screen and (max-width: 800px) {
    .header-wrapper {
        height: 260px;
        margin-top: 200px;
        margin-bottom: 50px;
    }
    }

  .header-content {
	width: 1600px;
  }

  .logo-section h2 {
    font-size: 28px;
  }

/* Parallax
--------------------------------------------- */
.logo-section {
  width: 100%;
  height: 200px;
  margin: 40px 0 0 0;
  padding: 40px 0 40px 0;
}





/* Services
  --------------------------------------------- */
.serv-h2 {
  font-size: 32px;
}

.serv-h3 {
  font-size: 18px;
}

  /* GRAVITY FORMS
  --------------------------------------------- */

  .gform_submission_error {
    color:#0FFFBB;
    font-size: 18px;
  }
  #field_2_1 {
    padding: 0 0 0 0;
  
  }
     
    /* GRAVITY FORMS GENERAL STYLES */
  .gform_wrapper .gfield .ginput_container input[type=text],
  .gform_wrapper .gfield .ginput_container input[type=email],
  .gform_wrapper .gfield .ginput_container input[type=tel],
  .gform_wrapper .gfield .ginput_container input[type=url],
  .gform_wrapper .gfield .ginput_container textarea {
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #d8dbda;
      border-radius: 4px;
      margin: 4px 0;
      padding: 4px;
      background-color: #fbfdfd;
  }
  
  .gform_wrapper .gfield .ginput_container textarea:active {
      background-color: #fff;
  }
  
  .gfield_label .gform-field-label {
      margin-top: 8px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      padding-top: 20px;
  }
  
  .gform_wrapper .gfield_required,
  .gform_wrapper .gform-field-label--type-sub {
      display: none;
  }
  
  .gform_wrapper .gfield_label {
      margin-top: 60px;
  }
  
  .gform_wrapper #field_1_3,
  .gform_wrapper #field_1_4,
  .gform_wrapper #field_1_6 {
      margin-bottom: 10px;
  }
  
  .gform_wrapper .ginput_container .textarea {
      height: 100px;
  }
  
  /* GRAVITY FORMS TWO COLUMN LAYOUT */
  .gform_wrapper .gf_left_half {
      float: left;
      width: 48%;
      margin-right: 4%;
  }
  
  .gform_wrapper .gf_right_half {
      float: left;
      width: 48%;
  }
  
  /* Clearfix for proper form spacing */
  .gform_wrapper:after,
  .gform_wrapper .gform_body:after,
  .gform_wrapper .gf_left_half:after,
  .gform_wrapper .gf_right_half:after {
      content: "";
      display: table;
      clear: both;
  }
  
  /* NAME FIELDS STYLES */
  .gform_wrapper .gf_name_pair .ginput_complex.ginput_container_name {
      display: flex;
      justify-content: space-between;
  }
  
  .gform_wrapper .gf_name_pair .ginput_complex.ginput_container_name .name_first,
  .gform_wrapper .gf_name_pair .ginput_complex.ginput_container_name .name_last {
      width: 48%;
  }
  
  /* MOBILE ADJUSTMENTS */
  @media only screen and (max-width: 780px) {
      .gform_wrapper .gf_left_half,
      .gform_wrapper .gf_right_half {
          width: 100%;
          margin: 0;
          float: none;
      }
  
      .gform_wrapper .ginput_complex.ginput_container_name {
          width: 100%;
      }
  
  
      .gform_wrapper .gf_name_pair .ginput_complex.ginput_container_name .name_first input[type="text"],
      .gform_wrapper .gf_name_pair .ginput_complex.ginput_container_name .name_last input[type="text"] {
          width: 100%;
          box-sizing: border-box;
      }
  }
  

  .gform_button::before, .gform_button::after {
    content: "";
    display: inline-block;
    width: 28px; /* Adjust to your arrow image's size */
    height: 28px;
    margin-right: 10px; /* Space between the arrow and button text */
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
    z-index: 999;
  }
  
  .gform_button::before {
    background-image: url('https://hellobrands.com.au/staging.hellobrands.com.au/hello_brands_2023/wp-content/themes/hello_brands_2023/images/arrow.png');
    width: 28px; 
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .gform_button::after {
    background-image: url('https://hellobrands.com.au/staging.hellobrands.com.au/hello_brands_2023/wp-content/themes/hello_brands_2023/images/arrow-green.png');
    transform: rotate(-360deg); /* Start from a rotated state */
    opacity: 0; /* Hide it initially */
  }
  
  .gform_button:hover::before {
    opacity: 1;
  }
  
  .gform_button:hover::after {
    transform: rotate(0deg);
    opacity: 1;
  }
  
#input_2_1_3, #input_2_1_6, #input_2_7, #input_2_8, #input_2_3  {
  padding: 12px 10px 12px 10px;
  margin-bottom: 10px;
}
 #validation_message_2_1, #validation_message_2_7, #validation_message_2_3 {
  font-size: 14px;
  color:#A0A0A0;
  margin-bottom: 4px;
 }

  #gform_submit_button_2 {
    background-color: #fff;
    border: 2px solid #222222;
    color:#222222;
    border-radius: 4px;
    padding: 24px 100px 24px 100px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
  }

  #gform_submit_button_2:hover {
    border: 2px solid #0FFFBB;
    color:#0FFFBB;
    transition: 0.3s ease-in-out;
  }

  .gform_validation_error_link {
    padding: 0 0 0 10px;
    margin-left: 10px;
    line-height: 14px;
  }

.gfield_required_text {
  margin-top: 200px;
}

#gform_confirmation_message_2 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}

/* Contact Page
/*======================================================= */

.flex-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  
}

.contact-item-1 {
  width: 40%;
}

.contact-item-2 {
  width: 16%;
}

.contact-item-3 {
  width: 36%;
}

.ph {
  font-weight: 300;
}

#field_4_1 {
  padding: 0;
}

#input_4_1_3  {
  padding: 12px 10px 12px 10px;
}

#input_4_1_6 {
  padding: 12px 10px 12px 10px;
}

#input_4_4 {
  padding: 12px 10px 12px 10px;
}
#input_4_3 {
  padding: 12px 10px 12px 10px;
}
#input_4_5 {
  padding: 12px 10px 12px 10px;
}

#gform_submit_button_4 {
  background-color: #fff;
  border: 2px solid #222222;
  color:#222222;
  border-radius: 4px;
  padding: 24px 100px 24px 100px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}

#gform_submit_button_4:hover {
  border: 2px solid #0FFFBB;
  color:#0FFFBB;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {
  #gform_submit_button_4 {
      width: 100%;;
  }
}

#validation_message_4_1, #validation_message_4_4, #validation_message_4_3 {
  font-weight: 200;
  margin-bottom: 10px;
}

.gfield_label {
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .ph {
      font-size: 18px;
      line-height: 22px;
  }
}

@media only screen and (max-width: 800px) {
  .contact-item-1 {
      width: 100%;
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .contact-item-2, .contact-item-2  {
      width: 48%;
  }
}
.child-page-link-style {
    display: flex; /* Use flexbox layout */
    justify-content: space-between; /* This will push title and button to the edges */
    align-items: center; /* Align items vertically centered */
    opacity: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding: 0 0 0 24px;
    border-radius: 14px;
    margin-bottom: 20px;
    width: 100%;
    
}

.child-page-link-style a {
  color: #FFF; /* Adjust link color as per your design */
  transition: 0.2s ease-in-out;
  font-weight: 300;
  flex-grow: 1; /* Allows the title to take up maximum space */
  height: 100%;
  line-height: 10px;
  font-size: 16px;
}

.child-page-link-style a:hover {
  color: #0FFFBB; /* Adjust link color as per your design */
  transition: 0.3s ease-in-out;
  margin-left: 8px;
}

.child-page-link-style a::before {
  content: "+";
  margin-right: 8px; /* Adds some spacing between the + and the link */
  display: inline-block;
  color:#0FFFBB
}

.child-page-link-style:hover {
  opacity: .8; /* Adjusts the opacity on hover for a fade-in effect */
  transition: 0.2s ease-in-out;
  opacity: 1;
  color:#0FFFBB
}
.services-item p {
  margin: 20px 0 20px 0;
}


.services-item  {
  display: inline-block; /* Change display to "block" if needed */
  opacity: 0.8;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  padding: 24px;
  border-radius: 14px;
  margin-bottom: 30px;
  width: 100%;
}


/* LOGO GRID
--------------------------------------------- */

.gallery-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0;
}

.gallery-group {
  flex: 0 1 calc(33% - 10px); /* 0 1 calc(25% - 10px); Roughly 25% for 4 columns, subtracting a bit for potential margin/padding */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; /* Stack items vertically */
  margin-bottom: 20px; /* Add spacing between the rows */
  align-content: flex-start;  
}

.gallery-group h2 {
  width: 100%;
}

.image-item {
  margin-top: 8px; /* Add spacing between images */
  display: flex;
  flex-wrap: wrap;
}

.exp-logos {
  width: auto;
  height: 110px;
  margin: 0px auto; /* Centers the images */
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  flex-wrap: wrap;
  margin: 0 20px 10px 0px
}

.gallery-group h3 {
  width: 100%;

}

/* More readable paragraphs inside textarea */
.gform_wrapper .gfield .ginput_container textarea {
  line-height: 1.4;   
}
/* GF submit (Form ID 4) — hard center the label */
#gform_submit_button_4{
  text-align: center !important;
  text-indent: 0 !important;          /* <-- stops the right shift */
  letter-spacing: normal !important;   /* in case tracking is leaking in */
  padding-left: 100px !important;      /* keep your symmetry */
  padding-right: 100px !important;
}

/* kill any theme arrows/pseudo that can nudge the text */
#gform_submit_button_4::before,
#gform_submit_button_4::after{
  content: none !important;
  display: none !important;
}