@media (max-width: 1024px) {
  .grey-bg {
    padding: 20px !important;
  }
}
  .sidebar-title-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
  }
  .sidebar-category-count {
    font-size: 0.95em;
    font-weight: 400;
    margin-left: 4px;
    color: #e74c3c;
    transition: color 0.3s;
  }
  .sidebar-category-count.complete {
    color: #17da9d;
  }
  .sidebar-category-count.incomplete {
    color: #e74c3c;
  }
  
@media (min-width: 992px) {
  .progress-sidebar {
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

body,
html {
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-family: "soleil", sans-serif;
}


.pre-nav{
    
    background-color: #203d4e;
}
 
p{
    font-size: 18px;
    color:#046584;
}

.navbar{
background-color: transparent !important;
position: absolute;
width: 100%
}

#home-header{
  padding-top: 85px;
    height: auto;
    padding-bottom: 50px;
}
 
h2{
    font-size: 36px;
    font-weight: 600;
}

.navbar-brand img{
    width: 159px;
    max-width: 100%;
} 

.list-items-header{
background-color: #203d4e;
}

#home-header h1{
  font-size: 50px;
font-weight: 800;
color: #046584;

}

#home-header h2{
    color: #17da9d;
    font-weight: 600;
    font-size: 27px;
}

.compared{
    background-color: #046584;
}

.compared h2{
    color: #fff;
    font-weight: 800;
   
 
}


.form-container h3{
  color: #fff;
  
}



  .information img{
    max-width: 100%;
    border-radius: 1.6875rem;
  }

  .information{
    padding-top: 100px !important;
  }

  .text-border-light-green{
    width: 100px;
    border: 3px solid #17da9d;
  }

  .text-border-light-grey{
    width: 100px;
    border: 3px solid #17da9d;
    margin: auto;
  }

  .learn-more{
    padding-top: 50px;
  padding-bottom: 50px;
    background-color: #e9eff2;
  }

  .learn-more h2{
    color: #046584;
    padding-top: 0px;
  }


  footer{
  padding-top: 50px;
  padding-bottom: 50px;
    background-color: #203d4e;
  }

  .trusted h2{
    color: #fff;
  }

  .trusted img{
    max-width: 100%;
    width: 200px;
  
  }

  .mid-section .icon-container img{
    max-width: 100%;
  }

  .mid-section .card-body{
    background-color: #203d4e;
    border-radius: 20px;
  }

  .footer-logo img{
    width: 169px;
  }

.accordion-button{
    font-weight: 500;
    font-size: 20px;
    color: #046584;
}


.pre-nav p{
    color: #fff;
}

.relative-col{
  position: relative;
}

.steps-arrow{
  position: absolute;
  bottom: -50px;
  right: -100px;
  z-index: 1;
}

.left-border-footer{
  border-right: 1px solid #fff;
}

.list-items-faq ul li{
  color: #203d4e;
}

.navbar-fixed-telephone{
  display: none;
}
.navbar-toggler{
  display: none;
  }
  


/* Fixed navbar when scrolled */
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff !important; /* Ensure background is visible when fixed */
  -webkit-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
  z-index: 9999;
  
}

.navbar-fixed .navbar-fixed-telephone{
  display: inline;
  padding-top: 15px;
}

.navbar-fixed .navbar-fixed-telephone a{
  color: #17da9d !important;
}

.navbar-fixed .navbar-fixed-telephone p{
  font-size: 20px;
}



.contact-details p{
  color: #fff;
}

footer p{
  font-size: 16px;
  color: #fff;
  font-weight: 100 !important;
}

.pr-2{
  padding-right: 25px;
}

.pre-nav-fixed{
  height: 50px;
}

#slidebox{
  position: relative;
 width: 350px;
  
 -webkit-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
 -moz-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
 box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);

  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 999999;
  border: 1px solid #777;
  background-color: #203d4e;
}

.inline-buttons .main-button{
  display: inline-block;
}

#slidebox{
  color: #fff;
}


.quote-button a{
  background-color: #17da9d;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.0625rem 2.125rem;
    border: 0px;
    color: #fff;
    right: 4px;
    border-radius: 1.6875rem;
}

#close{
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  border: 0px;
  color: #fff;
  right: 4px;
  border-radius: 1.6875rem;
  border: 2px solid #777;
  width: 50px;
    height: 50px;
}

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 0;
  
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  transition: 0.2s;
   
   background-color: #17da9d;
   color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  
}
#back-to-top:hover {
 opacity: 0.5 !important;
}
#back-to-top.show {
  opacity: 1;
}

.trust-logo img{
  width: 300px;
  max-width: 100%;
}

#slidebox p{
  color: #17da9d;
  font-size: 16px;
}

.fa-angle-up::before {
  content: "\f106";
  position: relative;
  top: 5px;
}

.fa-xmark::before {
  content: "\f00d";
  position: relative;
  
  top: -2px;
  left: 1px;
}

.top-wave{
  position: relative;
  top: 5px;
 
}

.bottom-wave{
  position: relative;
  bottom: 1px;
}

.title-learn h2{

}

/* Optionally, change the background color when it's focused */
.accordion-button:focus {
  background-color: #17da9d; /* Same color for focus if desired */
  color: white;
  
}

.accordion-button:not(.collapsed){
  background-color: #17da9d; /* Same color for focus if desired */
  color: #fff;
}

/* Remove border and box-shadow when the accordion button is focused */
.accordion-button:focus {
  border: none; /* Remove border */
  box-shadow: none; /* Remove the focus outline (box-shadow) */
}

.contact-details {
  color: #fff;
}

.contact-details ul{
  padding-left: 0px;
}

.contact-details ul li{
  list-style: none;
}

.footer-number{
  font-size: 30px;
  color: #17da9d;
  text-decoration: none;
}

.links a{
  color: #e9eff2 !important;
}

.contact-details li{
  padding-bottom: 25px;
}

input:focus-visible {
  border: 0px;
}

/* Remove border and box-shadow when the input field is focused */
input:focus, textarea:focus, select:focus {
  outline: none;  /* Remove the browser's default outline */
  border: none;   /* Remove the border */
  box-shadow: none;  /* Remove the box-shadow (focus outline) */
}

.side-equipment{
  position: absolute;
  top: 25%;
  left: -70px;
}

.side-right-equipment{
  position: absolute;
  top: 5%;
 right: -90px;
 z-index: -1;
}

.awards img{
  width: 440px;
  max-width: 100%;
  margin: auto;
}



.card-title{
  font-size: 23px !important
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #17da9d !important;
}

.cage-container{
  position: absolute;
    top: 70px;
    z-index: -1;
    left: 50%;
    margin-left: -800px;
}

.cage-container img{
width: 290px;
}


.bird-container{
position: absolute;
    top: 30%;
    left: 50%;
    margin-left: 480px;
}

.bird-container img{
  width: 124px;
}


.relative-container{
  position: relative;
}

.form-container{
  width: 500px;
  margin: auto;
  padding: 10px;
  margin-top: 25px;
  border-radius: 30px;
  -webkit-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
  box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
  max-width: 100%;
}

#form-container{
  max-width: 100%;
}

.dark-blue-bg{
  background-color: #203d4e;
}

.submit-button{
  background-color: #17da9d;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.0625rem 2.125rem;
    border: 0px;
    color: #fff;
    right: 4px;
   
    border-top-right-radius: 1.6875rem;
    border-bottom-right-radius: 1.6875rem;
}

.logo-row{
  margin-top: 15px;
}

.logo-row img{
  width: 300px;
  max-width: 100%;
  margin: auto;
}

.trust-form img{
  width: 275px;
  margin-top: 8px;
}

.form-entry {
  padding: 14px 20px;
  font-size: 17px;
  border: 0px;
  border-top-left-radius: 1.6875rem;
    border-bottom-left-radius: 1.6875rem;
}

.quote{
  margin-top: 15px;
}

.pre-nav p{
  margin-bottom: 0px;
}

.pre-nav .telephone-number a{
color: #17da9d;
}

.top-companies{
 
}

.upper-margin col{
  margin-top: 0px;
}

.list-items-header .card{
  background-color: transparent;
  color: #fff;
  border: 0px;
}

.list-items p{
  font-weight: 700;
}

.list-items ul{
  padding-left: 0px;
}

.list-items ul li{
 
  list-style: none;
  display: inline-flex; /* Ensures the li and ::before are aligned inline */
  align-items: center; /* Align content vertically */
  margin-right: 20px; /* Space between list items */

  font-weight: 300 !important;
  font-size: 20px;
  line-height: 1em;

}

.list-items ul li:before{
 
    content: url('../images/green-tick.png');
    margin-right: 5px; /* Space between bullet and text */
    display: inline-block; /* Keeps it inline with the text */
    
  }

  .list-items .card-body {
    display: flex;
    justify-content: center; /* Centers the list items horizontally */
    align-items: center; /* Centers the list items vertically */
  padding: 0px;
    height: 100%; /* Ensures the card-body takes up the full height of the card */
  }

  .top-companies h2{
    color: #046584;
  }  

.upper-margin .col{
  margin-top: 0px;
}

  .steps{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #046584;
  }

  .steps h2{
    color: #fff;
  }

  .steps h3{
    color: #fff;
    font-size: 24px;
  }

  .owl-theme .owl-dots .owl-dot span{
    width: 20px !important;
    height: 20px !important;
  }

  .mid-section{
   padding-top: 50px;
   padding-bottom: 50px;
   background-color: #eee;
  }

  .mid-section h2{
    color: #046584;
  }

  .number-circle{
    background-color: #17da9d;
    /* padding: 10px; */
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 100%;
    padding-top: 1px;
    padding-bottom: 4px;
    
  }

  .mid-section .card-title{
    color: #fff;
    font-size: 20px !important;
    font-weight: 300;
  }

  .mid-section .card{
    -webkit-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
    border-radius: 20px;
    
  }

  .invoicing{
   padding-top: 50px;
   padding-bottom: 50px;
  


  }

 .border-bar{
 
width: 600px;
max-width: 100%;
border: 2px dashed #17da9d;
margin: auto;
 }

 .row-container{
  border: 1px solid #e9eff2;
  padding: 25px;
  border-radius: 30px;
  -webkit-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
 }

 .invoicing h2{
  color: #046584;
 }

 .light-green-button a{
  background-color: #17da9d;
   
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.0625rem 2.125rem;
  border: 0px;
  color: #fff;
  right: 4px;
  border-radius: 1.6875rem;
}
 
.slide-bird {
  position: absolute;
  top: -76px;
}

.circle{
  background-color: #203d4e;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin: auto;
  -webkit-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
  box-shadow: 4px 5px 14px -6px rgba(0,0,0,0.75);
}

.icon-container img{
  width: 110px;
}

.relative-col{
  position: relative;
}

.steps .arrow{
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 76px;
  z-index: 1;
}

.form-container p{
  color: #fff;
}

.start-here-container{
  position: absolute;
  right: -140px;
  top: 65px;
}

.dark-blue-bg {
  width: 500px;
  background-color: #203d4e;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 15px auto;
}

h3 {
  color: #fff; /* White text for headings */
  margin-bottom: 15px;
}


#progress-bar-container {
  height: 5px; /* Height of the progress bar */
  background-color: #e0e0e0; /* Light grey background for the bar */
  border-radius: 5px;
  /* overflow: hidden; */
  margin: 20px 0; /* Margin for the progress bar */
  display: none; /* Initially hidden */
}

#progress-bar {
  height: 100%; /* Full height */
  background-color: #17da9d; /* Green progress */
  width: 0; /* Start with 0 width */
  transition: width 0.3s; /* Smooth transition */
}



.trust-form {
  
}

.trust-form img {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: inline-block !important;
}

/* Active step visibility */
.form-step {
  display: none; /* Hide all steps initially */
  opacity: 0; /* Start with hidden opacity */
  transition: opacity 0.5s ease-in-out; /* Fade transition */
}

.form-step.active {
  display: block; /* Show active step */
  opacity: 1; /* Fully visible */
}

.start-button{
  background-color: #17da9d;
 
    position: relative;
    z-index: 1;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.0625rem 2.125rem;
    border: 0px;
    color: #fff;
   
    border-radius: 1.6875rem;
}



#step-1 .input-group {
  justify-content: space-between; /* Space between input and button */
  align-items: center; /* Center vertically */
  margin-bottom: 5px; /* Space below the input group */
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    width: 474px;
    margin: auto;
    max-width: 100%;
   
}

#step-1 input[type="text"],
#step-1 input[type="email"],
#step-1 input[type="tel"] {
  flex: 1; /* Allow input to take available space */
  padding: 10px;
  border: none;
  border-radius: 0px;
  margin-right: 0px; /* Space between input and button */
  font-size: 22px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#step-1 button {
  background-color: #fff; /* White background for buttons */
  color: #046584; /* Dark blue text */
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s; /* Transition effects */
}

#step-1 button:hover {
  background-color: #046584; /* Dark blue background on hover */
  color: #fff; /* White text on hover */
}

#step-1 .start-button {
  background-color: #17da9d;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.0625rem 2.125rem;
  border: 0px;
  color: #fff;
  right: 7px;
  border-radius: 0px;
  border-top-right-radius:  1.6875rem;
  border-bottom-right-radius:  1.6875rem;
}

#step-2 {
  text-align: center;
}

#step-2 h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.trust-form img{
 
}

#step-2 {
  text-align: center; /* Center content within the div */
}

#step-2 h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

#step-2 .next-button,
#step-2 .back-button {
  display: block; /* Stack buttons vertically */
  width: 100%; /* Full width of the container */
  max-width: 300px; /* Optional: Set a max width */
  margin: 10px auto; /* Center each button with space in between */
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

#step-2 .next-button {
  background-color: #17da9d; /* Dark blue background */
  color: #fff; /* White text */
}

#step-2 .next-button:hover {
  background-color: #046584; /* Lighter blue on hover */
}

#step-2 .back-button {
  background-color: #ccc; /* Light grey background */
  color: #333; /* Dark text */
}

#step-2 .back-button:hover {
  background-color: #999; /* Darker grey on hover */
}

#step-3 {
  text-align: center; /* Center content within the div */
}

#step-3 h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

#step-3 .next-button,
#step-3 .back-button {
  display: block; /* Stack buttons vertically */
  width: 100%; /* Full width of the container */
  max-width: 300px; /* Optional: Set a max width */
  margin: 10px auto; /* Center each button with space in between */
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

#step-3 .next-button {
  background-color: #17da9d; /* Dark blue background */
  color: #fff; /* White text */
}

#step-3 .next-button:hover {
  background-color: #046584; /* Lighter blue on hover */
}

#step-3 .back-button {
  background-color: #ccc; /* Light grey background */
  color: #333; /* Dark text */
}

#step-3 .back-button:hover {
  background-color: #999; /* Darker grey on hover */
}

#step-4 {
  text-align: center; /* Center content within the div */
}

#step-4 h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

#step-4 input {
  display: block; /* Stack inputs vertically */
  width: 100%; /* Full width of the container */
  max-width: 300px; /* Optional: Set a max width */
  margin: 10px auto; /* Center each input with space in between */
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;
  box-sizing: border-box; /* Ensures padding doesn't expand input size */
}

#step-4 #submit-button,
#step-4 .back-button {
  display: block; /* Stack buttons vertically */
  width: 100%; /* Full width of the container */
  max-width: 300px; /* Optional: Set a max width */
  margin: 10px auto; /* Center each button with space in between */
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

#step-4 #submit-button {
  background-color: #17da9d; /* Dark blue background */
  color: #fff; /* White text */
}

#step-4 #submit-button:hover {
  background-color: #046584; /* Lighter blue on hover */
}

#step-4 .back-button {
  background-color: #ccc; /* Light grey background */
  color: #333; /* Dark text */
  border-radius: 30px;
}

#step-4 .back-button:hover {
  background-color: #999; /* Darker grey on hover */
}

input[type="text"]{
  font-weight: 300 !important;
}

#form-container{
  position: relative;
}

.invoicing img{
  max-width: 100%;
}

#home-header h3{
  font-size: 20px;
}

#slidebox{
  max-width: 100%;
}

.thank-you-header{
  height: 100vh; 
  background-color: #203d4e;
  color: #fff;
}

.thank-you-header p{
  color: #fff;
}

.return-home a{
  background-color: #17da9d;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.0625rem 2.125rem;
    border: 0px;
    color: #fff;
    right: 4px;
    border-radius: 1.6875rem;
}

.trust-container h2{
  color: #046584;
}

.trust-container .text-border-light-green{
  margin: auto;
}

.back-button{
  background-color: transparent !important;
  color: #fff !important;
}

#form-container, #form-container > *, .trust-form, .logo-row {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#form-container .gravity-form-container {
  display: flex;
  flex-direction: column;
  
}

#form-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px){
  .navbar-fixed .navbar-toggler{
    display: inline;
  }
  .bird-container{
    display: none;

}

  #step-1 input[type="text"], #step-1 input[type="email"], #step-1 input[type="tel"]{
  border-radius: 0px;
  margin-bottom: 5px;
  }


  .steps .arrow {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -208px;
    z-index: 1;
    rotate: 90deg;
}

#step-1 .start-button {
  right: 0px;
  border-radius: 0px;
 
  width: 100%;
  border-radius: 0px;
}


.circle{
  margin-bottom: 25px;
}

  .list-items .card-body{
    justify-content: start;
  }


.icon-container{
  text-align: center;
}

#home-header{
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

#home-header h1{
  font-size: 50px;
}

#home-header h2{
  font-size: 25px
}

.start-here-container{
 display: none;
}

.green-tick-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.green-tick-list li {
  margin-bottom: 8px;
}
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Ensures spacing between sections */
}

.navbar-brand {
  flex-grow: 1; /* Allows the brand to take space evenly */

  padding-top: 10px;
}

.navbar-collapse {
  flex-grow: 0; /* Prevents the phone number from expanding */
  text-align: right;
}

.navbar-fixed-telephone {
  text-align: right;
}

.navbar-fixed .navbar-brand {
  flex-grow: 1; /* Allows the brand to take space evenly */
  text-align: left; /* Centers the logo */
  padding-top: 10px;
}

.input-group {
  display: flex;
  gap: 8px; /* optional spacing between input and button */
  align-items: center;
}

.input-group input {
  flex: 1; /* allows input to grow */
  min-width: 0; /* prevents overflow in Safari */
}

.input-group button {
  white-space: nowrap;
}

/* Inline form layout - submit button next to field */
.inline-form #gform_1 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.inline-form #gform_1 .gform-body,
.inline-form #gform_1 .gform_body {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.inline-form #gform_1 .gform-footer,
.inline-form #gform_1 .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    align-self: flex-end !important;
}

.inline-form #gform_1 .gform_fields {
    margin: 0 !important;
    padding: 0 !important;
}

.inline-form #gform_1 .gfield {
    margin-bottom: 0 !important;
}

.inline-form #gform_1 .gfield_label {
    margin-bottom: 5px !important;
}

.inline-form #gform_1 input[type="submit"] {
    margin: 0 !important;
    margin-top: 28px !important; /* Adjust this value to align with input field */
    white-space: nowrap !important;
}

/* Gravity Forms placeholder styling */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .inline-form .gform_fields {
        flex-direction: column;
        gap: 10px;
    }
    
    .inline-form .gform_footer {
        margin-top: 10px;
    }
}

/* Inline form layout - submit button next to field */
.inline-form #gform_1 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0px !important;
}

.inline-form #gform_1 .gform-body,
.inline-form #gform_1 .gform_body {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.inline-form #gform_1 .gform-footer,
.inline-form #gform_1 .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    align-self: flex-end !important;
}

.inline-form #gform_1 .gform_fields {
    margin: 0 !important;
    padding: 0 !important;
}

.inline-form #gform_1 .gfield {
    margin-bottom: 0 !important;
}

.inline-form #gform_1 .gfield_label {
    margin-bottom: 5px !important;
}

.inline-form #gform_1 input[type="submit"] {
    padding: 18px;
    background-color: #17da9d !important;
    display: inline-block !important;
    position: relative !important;
    z-index: 1 !important;
    text-decoration: none !important;
    /* line-height: 1.2em !important; */
    font-size: 1rem !important;
    font-weight: 700 !important;
    /* padding: 1.0625rem 2.125rem !important; */
    border: 0px !important;
    color: #fff !important;
    border-radius: 0px !important;
    border-top-right-radius: 1.6875rem !important;
    border-bottom-right-radius: 1.6875rem !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

/* Style the input field */
.inline-form #gform_1 input[type="text"] {
    padding: 26px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    font-size: 22px !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Hide field label if using HTML title */
.inline-form #gform_1 .gfield_label {
    display: none !important;
}

/* Reduce gap between HTML title and input field */
.inline-form #gform_1 #field_1_2 {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: -10px !important;
}

.inline-form #gform_1 #field_1_2 p {
    margin: 0 !important;
    padding: 0 !important;
}

.inline-form #gform_1 #field_1_1 {
    margin: 0 !important;
    padding: 0 !important;
   
}

.inline-form #gform_1 .gfield--type-html {
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}

.inline-form #gform_1 .gfield--type-html .ginput_container {
    margin-bottom: 0 !important;
}

.inline-form #gform_1 .gfield--type-html p {
    margin: 0 !important;
    padding: 0 !important;
   
}

.inline-form #gform_1 .gfield--type-text {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Make form 100% width */
.inline-form .gform_wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.inline-form #gform_1 {
    width: 100% !important;
}

.inline-form #gform_1 .gform-body,
.inline-form #gform_1 .gform_body {
    width: 100% !important;
}

.inline-form #gform_1 .gform_fields {
    width: 100% !important;
}

.inline-form #gform_1 .gfield {
    width: 100% !important;
}

.inline-form #gform_1 input[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Custom form title outside of Gravity Forms */
.form-title {
    color: white !important;
   
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    
}

/* Left align field labels */
.inline-form #gform_2 .gfield_label {
    text-align: left !important;
    font-size: 1rem !important;
}

.inline-form #gform_2 .gfield {
    text-align: left !important;
}

.inline-form #gform_1 #field_1_1{
  margin-bottom: 0px !important;
}

/* Inline checkboxes for Form 2 */
.inline-form #gform_2 .gfield--type-checkbox .ginput_container,
.inline-form #gform_2 .gfield--type-radio .ginput_container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
    gap: 15px !important;
    align-items: start !important;
}

.inline-form #gform_2 .gfield--type-checkbox .gfield_checkbox,
.inline-form #gform_2 .gfield--type-radio .gfield_radio {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
}

/* Responsive breakpoints for radio buttons */
@media (max-width: 768px) {
    .inline-form #gform_2 .gfield--type-radio .gfield_radio {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
}

@media (max-width: 480px) {
    .inline-form #gform_2 .gfield--type-radio .gfield_radio {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
}

.inline-form #gform_2 .gfield--type-checkbox .gchoice,
.inline-form #gform_2 .gfield--type-radio .gchoice {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 2px solid #ccc !important;
    border-radius: 8px !important;
    background-color: white !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    position: relative !important;
    width: 100% !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
}

.inline-form #gform_2 .gfield--type-checkbox .gchoice:hover,
.inline-form #gform_2 .gfield--type-radio .gchoice:hover {
    border-color: #17da9d !important;
    background-color: #f0f9ff !important;
}

.inline-form #gform_2 .gfield--type-checkbox label,
.inline-form #gform_2 .gfield--type-radio label {
    color: #333 !important;
    font-size: 16px !important;
    margin: 0 0 0 8px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
}

.inline-form #gform_2 .gfield--type-checkbox input[type="checkbox"],
.inline-form #gform_2 .gfield--type-radio input[type="radio"] {
    margin: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 2 !important;
    width: auto !important;
    height: auto !important;
    min-width: 16px !important;
    min-height: 16px !important;
    flex-shrink: 0 !important;
}

/* Make the entire box clickable */
.inline-form #gform_2 .gfield--type-checkbox .gchoice::before,
.inline-form #gform_2 .gfield--type-radio .gchoice::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

/* Selected state styling */
.inline-form #gform_2 .gfield--type-checkbox .gchoice:has(input:checked),
.inline-form #gform_2 .gfield--type-radio .gchoice:has(input:checked) {
    border-color: #17da9d !important;
    background-color: #17da9d !important;
    box-shadow: 0 0 0 2px rgba(23, 218, 157, 0.3) !important;
}

.inline-form #gform_2 .gfield--type-checkbox .gchoice:has(input:checked) label,
.inline-form #gform_2 .gfield--type-radio .gchoice:has(input:checked) label {
    color: white !important;
}

/* Focus state for accessibility */
.inline-form #gform_2 .gfield--type-checkbox input:focus,
.inline-form #gform_2 .gfield--type-radio input:focus {
    outline: 2px solid #17da9d !important;
    outline-offset: 2px !important;
}

/* Additional responsive adjustments for radio/checkbox boxes */
@media (max-width: 768px) {
    .inline-form #gform_2 .gfield--type-checkbox .gchoice,
    .inline-form #gform_2 .gfield--type-radio .gchoice {
        padding: 10px 12px !important;
        min-height: 44px !important;
        white-space: normal !important;
        text-align: left !important;
    }
    
    .inline-form #gform_2 .gfield--type-checkbox label,
    .inline-form #gform_2 .gfield--type-radio label {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 480px) {
    .inline-form #gform_2 .gfield--type-checkbox .gchoice,
    .inline-form #gform_2 .gfield--type-radio .gchoice {
        padding: 8px 10px !important;
        min-height: 40px !important;
    }
    
    .inline-form #gform_2 .gfield--type-checkbox label,
    .inline-form #gform_2 .gfield--type-radio label {
        font-size: 13px !important;
        margin-left: 6px !important;
    }
}

.grey-bg {
  width: 100%;
  background-color: #e9eff2;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
 
}


.grey-bg h3{
  color: #046584 !important;
  font-size: 25px !important;
}

/* Style form 2 input fields to match form 1 exactly */
.inline-form #gform_2 input[type="text"],
.inline-form #gform_2 input[type="email"],
.inline-form #gform_2 input[type="tel"],
.inline-form #gform_2 textarea {
    padding: 26px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    font-size: 22px !important;
    border-radius: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Style form 2 select fields with minimal padding to prevent text cutoff */
.inline-form #gform_2 select {
    padding: 6px 15px !important;
    border: none !important;
    border-radius: 30px !important;
    margin-right: 0px !important;
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 50px !important;
}

/* Add WhatsApp icon using Font Awesome - styled as button */
#field_2_30 legend.gfield_label.gform-field-label::before,
#field_2_30 legend::before,
fieldset#field_2_30 legend::before {
    content: "\f232" !important;
    font-family: "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900 !important;
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #25D366 !important;
    border-radius: 5px !important;
    margin-right: 10px !important;
    color: white !important;
    font-size: 16px !important;
    vertical-align: middle !important;
}

/* Progress Summary Sidebar - Force sticky positioning */
.progress-sidebar {
  
   
  background: white !important;
  border-radius: 15px !important;
  padding: 25px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #e0e0e0 !important;
  
  
}



.progress-sidebar h4 {
    color: #046584 !important;
    font-size: 1rem !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    border-bottom: 2px solid #17da9d !important;
    padding-bottom: 10px !important;
}

.completed-answers {
    margin-bottom: 0px !important;
    border-bottom: 0px solid #e0e0e0 !important;
    padding-bottom: 0px !important;
}

.no-answers {
    color: #999 !important;
    font-style: italic !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    font-size: 13px !important;
}

.completed-item {
    margin-bottom: 15px !important;
    
}

.completed-item:last-child {
    margin-bottom: 0 !important;
}

.completed-item .question {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #046584 !important;
    margin-bottom: 5px !important;
    line-height: 1.4 !important;
}

.completed-item .answer {
    font-size: 0.9rem !important;
    color: #17da9d !important;
    font-weight: 500 !important;
    background: rgba(23, 218, 157, 0.1) !important;
    padding: 6px 10px !important;
    border-radius: 5px !important;
    word-wrap: break-word !important;
    border: 1px solid rgba(23, 218, 157, 0.2) !important;
}

.progress-summary {
    text-align: center !important;
}

.completion-bar {
    width: 100% !important;
    height: 8px !important;
    background: #e0e0e0 !important;
    border-radius: 4px !important;
  /* overflow: hidden !important; */
    margin-bottom: 10px !important;
    position: relative !important;
}

.completion-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #17da9d, #046584) !important;
    width: 0%;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
  /* overflow: hidden !important; */
}

/* Animated shimmer effect */
.completion-fill::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent) !important;
    animation: shimmer 2s infinite !important;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Pulse animation for percentage text */
.completion-text {
    color: #046584 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    padding-bottom: 10px;
    font-size: 13px !important;
}

.completion-text.updating {
    transform: scale(1.1) !important;
    color: #17da9d !important;
}

/* Sticky Progress Header */
.sticky-progress-header {
    position: fixed !important;
    top: 120px !important;
    right: 20px !important;
    background: white !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #e0e0e0 !important;
    z-index: 1000 !important;
    min-width: 280px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-150px) !important;
    transition: all 0.4s ease !important;
    display: block !important;
}

/* Hide sticky progress header on mobile and tablet */
@media (max-width: 1024px) {
    .sticky-progress-header {
        display: none !important;
    }
    
    .sticky-progress-header.show {
        display: none !important;
    }
}

.sticky-progress-header.show {
    transform: translateY(0) !important;
}

.sticky-progress-header h4 {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
    color: #046584 !important;
    font-weight: 600 !important;
}

.sticky-progress-header .completion-bar {
    width: 100% !important;
    height: 6px !important;
    background: #e0e0e0 !important;
    border-radius: 3px !important;
  /* overflow: hidden !important; */
    margin-bottom: 8px !important;
    position: relative !important;
}

.sticky-progress-header .completion-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #17da9d, #046584) !important;
    width: 0%;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
  /* overflow: hidden !important; */
}

/* Add shimmer effect to sticky progress bar */
.sticky-progress-header .completion-fill::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent) !important;
    animation: shimmer 2s infinite !important;
}

.sticky-progress-header .completion-text {
    margin: 0 !important;
    font-size: 14px !important;
    color: #046584 !important;
    font-weight: 600 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.sticky-progress-header .completion-text.updating {
    transform: scale(1.1) !important;
    color: #17da9d !important;
}

/* Style form 2 submit button to match form 1 exactly */
.inline-form #gform_2 input[type="submit"] {
    padding: 18px !important;
    background-color: #17da9d !important;
    display: inline-block !important;
    position: relative !important;
    z-index: 1 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 0px !important;
    border-radius: 1.6875rem !important;
    margin: 0 !important;
    white-space: nowrap !important;
    width: 100% 
}

.gform_submission_error{
    font-size: 19px !important;
}

/* Fix form 1 error message positioning to prevent button shifting */
.inline-form #gform_1 .gform_validation_errors {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    margin-top: 5px !important;
    background: white !important;
    border: 1px solid #dc3232 !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Fix individual field validation messages */
.inline-form #gform_1 .gfield_validation_message {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    margin-top: 2px !important;
    
    border-radius: 3px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    color: #dc3232 !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1) !important;
}

/* Make sure the field container has relative positioning */
.inline-form #gform_1 .gfield {
    position: relative !important;
}

.inline-form #gform_1 .gform_wrapper {
    position: relative !important;
}

.inline-form #gform_1 .gform_validation_errors h2 {
    margin: 0 0 5px 0 !important;
    font-size: 14px !important;
    color: #dc3232 !important;
}



.home-title-header .green-tick-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 18px;
}
.home-title-header .green-tick-list li {
  margin-bottom: 8px;
}

.steps p{
  color: #ffffff;
}

/* Sidebar Progress Category Styling */
.sidebar-category {
   
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar-category-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    
    letter-spacing: 0.02em;
    padding-left: 2px;
    text-transform: none;
}
.sidebar-category-questions {
    margin-left: 0;
}
.completed-item {
    margin-bottom: 8px;
}
.completed-item .question {
    font-size: 0.97rem;
    color: #34495e;
    font-weight: 500;
}
.completed-item .answer {
    font-size: 12px !important;
    color: #2980b9;
    font-weight: 400;
    margin-left: 2px;
}

/* Sidebar Progress Dropdown Styling */
.sidebar-category {
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-category-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  padding-left: 2px;
  text-transform: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: color 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-dropdown-icon {
  font-size: 1em;
  margin-left: 12px;
  margin-right: 0;
  transition: transform 0.3s;
  color: #888;
  flex-shrink: 0;
}
.sidebar-category-title.open .sidebar-dropdown-icon {
  color: #2980b9;
  transform: rotate(-180deg);
}
.sidebar-category-questions.dropdown-content {
    max-height: 0;
  /* overflow: hidden; */
    transition: max-height 0.4s cubic-bezier(.4,0,.2,1);
    margin-left: 0;
}
.sidebar-category-title.open {
    color: #2980b9;
    background-color: #eee;
    padding: 6px 10px !important;
    border-radius: 5px !important;
}
.completed-item {
    margin-bottom: 8px;
}
.completed-item .question {
    font-size: 0.97rem;
    color: #34495e;
    font-weight: 500;
}
.completed-item .answer {
    font-size: 0.97rem;
    color: #2980b9;
    font-weight: 400;
    margin-left: 2px;
}

.contact-form-header{
  padding-top: 25px !important;
}

#form-container .gravity-form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.logo-form {
  text-align: left !important;
  margin-bottom: 20px !important;
  align-self: flex-start !important;
  width: 100% !important;
}

.logo-form img{
  margin-left: 0px !important;
  margin-right: auto !important;
  display: block !important;
  width: 100px;
}

/* Hide Gravity Forms required field indicators while keeping validation */
.gfield_required,
.gfield_required_text {
  display: none !important;
}

/* Optional: Hide the red asterisk as well if it appears separately */
.gfield_required_asterisk {
  display: none !important;
}

/* Hide sidebar completely on mobile devices - only on contact form page */
@media (max-width: 991px) {
  .contact-form-header .contact-form-sidebar-parent,
  .contact-form-header .progress-sidebar {
    display: none !important;
  }
  
  /* Make form take full width when sidebar is hidden - only on contact form page */
  .contact-form-header .col-md-7.header-content {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* Form 1 input box styling */
#gform_1 input[type="tel"],
/* Form 1 input styling with higher specificity */
#gform_1 .gfield input[type="tel"],
#gform_1 .gfield input[type="text"],
#gform_1 .gfield input[type="email"],
#gform_1 input[type="tel"].large,
#gform_1 input[type="text"].large,
#gform_1 input[type="email"].large {
  display: inline-block !important;
  position: relative !important;
  z-index: 1 !important;
  text-decoration: none !important;
  line-height: 1.6 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
 
  padding: 26px 26px 26px 55px !important;
  box-sizing: border-box !important;
  border: 0px !important;
  color: #046584 !important;
  border-radius: 0px !important;
  border-top-left-radius: 1.6875rem !important;
  border-bottom-left-radius: 1.6875rem !important;
  margin: 0 !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Make Form 1 input placeholder grey */
#gform_1 .gfield input[type="tel"]::placeholder,
#gform_1 .gfield input[type="text"]::placeholder,
#gform_1 .gfield input[type="email"]::placeholder,
#gform_1 input[type="tel"].large::placeholder,
#gform_1 input[type="text"].large::placeholder,
#gform_1 input[type="email"].large::placeholder {
  font-weight: 600 !important;
  color: #999 !important;
}

/* Add £ symbol before Form 1 input */
#gform_1 .gfield {
  position: relative !important;
}

#gform_1 .gfield::before {
  content: '£' !important;
  position: absolute !important;
  left: 30px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  line-height: 1.6 !important;
  color: #046584 !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Add £ symbol before Form 2 input field for input_13 */
#gform_2 input#input_2_13 {
  padding-left: 50px !important;
}

#gform_2 #field_2_13 {
  position: relative !important;
}

#gform_2 #field_2_13::before {
  content: '£' !important;
  position: absolute !important;
  left: 20px !important;
  top: 41px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  font-family: inherit !important;
  line-height: 1.6 !important;
  color: #046584 !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Stack Form 1 fields vertically on mobile */
@media (max-width: 767px) {
  #gform_1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  
  #gform_1 .gform_body {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  
  #gform_1 .gform_footer {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  #gform_1 .gfield input[type="tel"],
  #gform_1 .gfield input[type="text"],
  #gform_1 .gfield input[type="email"],
  #gform_1 input[type="tel"].large,
  #gform_1 input[type="text"].large,
  #gform_1 input[type="email"].large {
    width: 100% !important;
    border-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
  }
  
  /* Adjust £ symbol position on mobile to account for margin */
  #gform_1 .gfield::before {
    top: calc(50% - 5px) !important;
  }
  
  #gform_1 .gform_button,
  .inline-form #gform_1 input[type="submit"] {
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
}