body,
html {
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  overflow-x: hidden ; 
  font-family: "Roboto", sans-serif;
}

header h1{
  font-weight: 300;
  font-size: 60px;
}
 
.bold{
font-weight: 700;
color: #a3f0e0;
}

h2{
  font-weight: 700;
  font-size: 30px;
  

  }
 
h3{
  font-weight: 400;
}

#home-header h2{
  font-weight: 400;
  font-size: 32px;
  color: #fff;
}

#home-header h1{
  color: #fff;
  padding-bottom: 25px;
}

/* Fixed height for the header */
#home-header {
  height: 650px;
  padding-top: 100px;
  padding-bottom: 100px;

}

.form-section{
  padding-top: 50px;
  padding-bottom: 50px;
}

.form{
  max-width: 400px;
  height: 500px;
  background-color: #777;
  margin: auto;
  border-radius: 10px;
}

.btn-dark a{
  color: #fff;
  text-decoration: none;
}

.navbar-brand img{
  width: 240px;
}

.navbar{
  width: 100%;
 
}


.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.pt-10{
  padding-top: 100px;
}

.image-wrap img{
  max-width: 100%
}

.bg-light-grey{
  background-color: #b1d6e9;
  padding: 25px;
  border-radius: 10px;
}

.testimonials h2{
color: #081e3f;
}

.bg-dark-blue{
  background-color:#14435c;
}

.testimonials{
  background-color: #fff;
  padding-top: 25px;
}

.why-choose-us .card{
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  -moz-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
}

.why-choose-us .icon-wrap img{
  width: 120px;
  background-color: #081e3f;
  border-radius: 50%;
  height: 120px;
  margin-top: 15px;
}

.why-choose-us .icon-wrap img:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.5); /* Color and opacity for the overlay */
  pointer-events: none; /* Allows clicking on the image */
}

.why-choose-us{
 
}

.card{
  border-radius: 5px;
}

.card-title{
  font-size: 20px;
}

.faqs{
  
}
 
footer{
 padding-top: 50px;
 padding-bottom: 50px;
  background: #081e3f;
}

.intro-section h2{
  color:  #081e3f;
}

.why-choose-us h2{
  color: #081e3f;
  
}



.faqs h2{
  color: #081e3f;
}

.main-button a{
  
  display: inline-block;
 background-color:  #a3f0e0;
color: #081e3f;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 5px;
font-size: 16px;
text-decoration: none;
font-weight: 700;
}

.main-button-v2 a{
  display: inline-block;
background-color: #a3f0e0;
    color: #081e3f !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
}

.telephone-number a{
  color: #fff;
  text-decoration: none;
}

#home-header{
  position: relative;
  background: rgb(8,30,63);
  background: -moz-linear-gradient(0deg, rgba(8,30,63,1) 0%, rgba(33,33,33,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(8,30,63,1) 0%, rgba(33,33,33,1) 100%);
  background: linear-gradient(0deg, rgba(8,30,63,1) 0%, rgba(33,33,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#081e3f",endColorstr="#212121",GradientType=1);
  background-attachment: fixed;
  background-position: 50% 100%;
  background-repeat: no-repeat; 
  background-size: cover;
  
}


.header-content{
  position: relative;
}
 
.navbar{
  background-color: transparent !important;
  position: absolute;

}
 
.express-icon img{
  opacity: 0.6;
  width: 70px;
}

.absolute-image{
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.copyright-footer{
  height: 70px;
  border-top: 4px solid #14435c;
}

.list-header{
  position: absolute;
  bottom: 0px;
}

.upper-margin{
  margin-top: -70px;
}

.upper-margin .card{
  background-color: #081e3f;
  color: #fff;
  font-size: 18px;
  -webkit-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  -moz-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
}

.circle{
  background-color: #081e3f;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: auto;
 
  color: #fff;
  -webkit-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  -moz-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
}

.circle .card-title{
  width: 200px;
  margin:auto
}

  .why-choose-us .card-footer{
    background-color: #081e3f;
  }

  .why-choose-us h3{
   color: #081e3f;
  }

.card-wrap p{
  display: inline;
  
}

  .card-wrap img{
    width: 50px;
    display: inline-block;
  }

  .card-wrap p{
    font-weight: 600;
    padding-left: 10px;
    font-size: 20px;
  }

  .list-items p{
    font-weight: 700;
  }

  .list-items ul{
    padding-left: 0px;
  }

  .list-items ul li{
    padding-top: 15px;
    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-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
 
  }

  .list-items ul li:before{
   
      content: url('https://express-liquidation.co.uk/lp/wp-content/themes/express_theme/images/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 */
    
      height: 100%; /* Ensures the card-body takes up the full height of the card */
    }

    .content-wrap{
     background-image: url('https://express-liquidation.co.uk/lp/wp-content/themes/express_theme/images/slope-top-grey.png');
      background-repeat: no-repeat;
      background-size: contain;
      
      
    }

    .list-items .card{
      border: 0px;
      background-color: transparent;
    }

    .list-items{
      background-color: #333;
    }

.divide-container{
  width: 960px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

    .divide-border{
    
      border-top: 1px solid #777;
    }

    .navbar {
      transition: top 0.3s; /* Smooth transition */
  }

  .fixed-top { 
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1030; /* Bootstrap z-index for fixed elements */
      background-color: #081e3f !important;
      border-bottom: 4px solid  #081e3f
  }

  .fixed-top img{
    width: 220px;
    transition: 0.3s;
  }

  .fixed-top .telephone-number a{
    background-color: #a3f0e0;
    color: #081e3f;
  }
 

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    background-color: #081e3f;
    color: #fff !important;
     font-weight:700;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: #081e3f;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #a3f0e0;
    color: #081e3f !important;
   
  }

  .accordion-button{
    color: #081e3f;
    font-weight: 700;
  }

  .accordion-button:not(.collapsed){
    background-color: transparent !important;
  }

   /* Remove focus outline on tab click */
   .accordion-button:focus{
    outline: none !important;
    box-shadow: none !important; /* Remove box-shadow on focus */
  }

  .accordion-body{
    
    border-top: 1px solid #a3f0e0;
    border-bottom: 1px solid #a3f0e0;
    text-align: start;
  }

  .accordion-button.collapsed::after {
    background: url('https://express-liquidation.co.uk/lp/wp-content/themes/express_theme/images/accordion-arrow.svg');
    background-repeat: no-repeat; /* Prevent repeating */
    background-position: center; /* Center the background image */
    content: ""; /* Ensure content is set for the pseudo-element */
    display: inline-block; /* Allow for dimensions */
    width: 1em; /* Set appropriate width for the icon */
    height: 1em; /* Set appropriate height for the icon */
}

.accordion-button:not(.collapsed)::after {
    background: url('https://express-liquidation.co.uk/lp/wp-content/themes/express_theme/images/accordion-arrow.svg');
    background-repeat: no-repeat; /* Prevent repeating */
    background-position: center; /* Center the background image */
    content: ""; /* Ensure content is set for the pseudo-element */
    display: inline-block; /* Allow for dimensions */
    width: 1em; /* Set appropriate width for the icon */
    height: 1em; /* Set appropriate height for the icon */
}

    .icon-wrap img{
      width: 120px;
      padding: 10px;
    }

    .arrow-right-wrap img{
      width: 50px;
    }

    .circle{
      position: relative;
    }

    .arrow-right-wrap{
      position: absolute;
      right: -30px;
      bottom: 65px;
      
    }

    #back-to-top {
      position: fixed;
      bottom: 0px;
      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;
       
       
       color: #a3f0e0;
        font-size: 50px;
      
    }
    #back-to-top:hover {
     opacity: 0.5 !important;
    }
    #back-to-top.show {
      opacity: 1;
    }
   
    #scroll-progress {
      position: fixed;
      bottom: 0;
      left: 0;
      height: 5px;
      background-color: #a3f0e0;
      width: 0;
      transition: width 0.2s ease;
  }

  .why-choose-us .card-title{
    color: #081e3f;
  }

  .logo-footer img{
    width: 220px;
  }

  .owl-theme .owl-dots .owl-dot span{
    width: 20px !important;

  }

  .testimonials .fa-heart::before{
    font-size: 18px;
    color: #a3f0e0;
  }

  #slidebox{
    position: relative;
   width: 350px;
    
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  
    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: #081e3f;
  }

  .inline-buttons .main-button{
    display: inline-block;
  }

  #slidebox{
    color: #fff;
  }

  #close{
    background-color: #777;
  }
  
  .owl-carousel .owl-item{
    border: 1px solid #eee;
   
    background-color: #081e3f;
    border-radius: 10px;
  
    padding-bottom: 10px;
    padding: 25px;
  
  }

  .owl-carousel .owl-item{
    -webkit-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
    -moz-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
    box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
    padding-bottom: 10px;
  }
  input[type="text"], input[type="email"], input[type="tel"], textarea {
    text-align: left !important; /* Align text to the left */
}

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #9CE1D3 !important;

  }

  .owl-item{
    color: #fff;
    
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding-top: 13px;
color: #fff;
font-weight: 700;
  }

  .fixed-top .nav-link {
    color: #081e3f !important;
  }
  
  .image-row-container img{
    max-width: 100%;
    width: 370px;

  }

  .image-row-container{

    margin: auto;
  }

  .form-container {
    display: flex;
    justify-content: center;
  
    align-items: flex-start;
}

.submit-button-container {
    display: flex;
    align-items: center;      /* Aligns input and button vertically */
}

.form-entry {
    width: 200px;
    padding: 16px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.submit-button {
  display: inline-block;
    background-color: #a3f0e0;
    color: #081e3f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.submit-button i {
    margin-right: 5px; /* Spacing between the icon and the text */
}

.why-choose-us .card-title{
  color: #081e3f;
}

.why-choose-us .card-body p{
  color: #081e3f;
}

#home-header, #quote-form {
  transition: opacity 0.5s ease;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.visible {
  opacity: 1;
  visibility: visible;
}


.header-content {
  height: auto;
  transition: opacity 0.5s ease; /* Smooth transition for opacity */
}

.new-div-wrapper {
  display: flex; /* Use flexbox to center contents */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100%; /* Full height of the parent */
  position: absolute; /* Position it absolutely to the header */
  top: 0; /* Align to top of the header */
  left: 0; /* Align to left of the header */
  width: 100%; /* Full width of the header */
  background-color: #081e3f;
}

.new-div {
  border-radius: 5px; /* Rounded corners */
  background-color: #081e3f;
  padding: 20px; /* Padding */
  text-align: center; /* Center text */
  display: flex; /* Flexbox for button centering */
  flex-direction: column; /* Stack children vertically */
  justify-content: center; /* Center vertically within new div */
  width: 600px;
    height: 100%;
}

.go-back-button {
  margin-top: 20px; /* Space above the button */
  display: inline-block;
  background-color:  #a3f0e0;
  color: #081e3f;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 10px;
 padding-bottom: 10px;
 border-radius: 5px;
 font-size: 16px;
 text-decoration: none;
 font-weight: 700;
 border: 0px;
 text-transform: uppercase ;
}

.content-wrap-2{
  background-image: url('https://express-liquidation.co.uk/lp/wp-content/themes/express_theme/images/slope-bottom-grey.png');
  background-position: 0% 100px;
    background-size: cover;
    background-repeat: no-repeat;
} 

.second-nav{
  background-color: #081e3f !important;
}

.second-nav .main-button-v2 a{
  background-color: #a3f0e0 !important;
  color: #081e3f !important;
}

footer ul li{
  list-style: none;
}

footer ul li a{
  color: #fff
}

.copy-right p{
  color: #fff;
  font-size: 13px;
}

.copy-right{
  padding-top: 10px;
}

.image-row-container img{
  max-width: 100%;
}

.navbar-toggler{
  background-color: #a3f0e0;
}

.navbar-toggler{
  color: #081e3f;
}

.form-container{
  position: relative;
}

.start-here{
  height: 100% !important;
  /* position: relative; */
  /* z-index: 1; */
  left: 50%;
  margin-left: 80px;
 
  position: absolute;
  padding-bottom: 1;
  bottom: -59%;
 
}

.start-here img{
 
  position: absolute;
    top: -17px;
    margin-left: 168px;
}

.pt-100{
  padding-top: 200px;
}

.default-header h1{
  font-size: 45px;
  font-weight: 500;
  color: #081e3f;
}

.default-header h3{
  font-weight: 600;
  font-size: 25px;
  color: #081e3f;
}

.default-header img{
  border-radius: 10px;
}

.contact-details h3{
  padding-bottom: 15px;
}

.contact-details ul li{
  list-style: none;
}

.pl-5{
  padding-left: 50px;
}

.default-header img{
  max-width: 100%;
}

.contact-container{
  border: 1px solid #081e3f; 
  border-radius: 10px;
  background-color: #081e3f; 
  -webkit-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  -moz-box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
  box-shadow: 10px 10px 26px -14px rgba(143,143,143,1);
}

.contact-container{
  color: #fff;
}

.contact-container a{
  color: #a3f0e0
}

.default-header ul li{
  list-style:disc
}


/** MEDIA QUERIES **/

@media only screen and (max-width: 768px){

  .overlay{
    top: 0px;
  }

  #home-header{
    position: relative;
    
    background-attachment: fixed;
        background-position: 60% 51%;
        background-repeat: no-repeat;
        height: auto;
        padding-top: 100px;
        padding-bottom: 70px !important;
  }


  .mobile-margin-top{
    margin-top: 80px;
  }

  .form-entry {
    width: 167px;
    padding: 9px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.submit-button {
  display: inline-block;
  background-color: #a3f0e0;
  color: #081e3f;
  padding-left: 9px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}



#home-header h1{
  font-size: 40px;
}

.list-items .card-body{
  justify-content: left;
}

h2{
  font-size: 35px;
}

#home-header h2{
  font-size: 25px;
}

.arrow-right-wrap{
  position: absolute;
  /* right: -30px; */
  bottom: -60px;
  left: 50%;
  rotate: 90deg;
  margin-left: -114px;

  

}

#start-button {
  border-radius: 0px;
  width: 220px;
  border-radius: 5px;
  font-size: 16px !important;
}

}

.contact-container h3{
  color: #fff;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 1px solid #d3d3d3; /* Light grey border */
}

th, td {
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f2f2f2; /* Optional: Light grey background for headers */
}

@media screen and (max-width: 600px) {
  th, td {
      font-size: 12px; /* Smaller text size on mobile */
  }
}



#start-button{
  display: inline-block;
  background-color: #a3f0e0;
  color: #081e3f;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

#company-name{
  width: 220px;
  padding: 16px;
  border: 1px solid #ccc;
  border-right: none;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  left: 4px;
  top: -3px; 
}

#step-2, #step-3, #step-4, #step-5{
  background-color:#081e3f;
  padding: 50px;
  color: #fff;
  border: 2px solid #a3f0e0;
}

.option-container .light-blue{
  display: inline-block;
    background-color: #a3f0e0;
    color: #081e3f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    border: 0px;
}

.light-blue.active {
  background-color: #007bff; /* Darker blue for active button */
  color: white; /* Change text color for better visibility */
}

#step-3 .option-container {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  gap: 10px;
}

#step-3 .option-container > * {
  width: 100%; /* Make each option take full width */
}


#step-4 .option-container {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  gap: 10px;
}

#step-4 .option-container > * { 
  width: 100%; /* Make each option take full width */
}

/* Ensure odd buttons stay aligned to the left */
#step-4 .option-container button:nth-child(odd) {
  margin-right: auto; /* Align odd buttons to the left */
}



.back-button{
  background-color: transparent;
    border: 0px;
    color: #fff;
    font-weight: 500;
    padding-top: 25px;
}

.form-header h3{
  padding-bottom: 25px !important;
}

#step-5 input{
  width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    border-radius: 5px;
}

.sub-button{
  display: inline-block;
  background-color: #a3f0e0;
  color: #081e3f;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border: 0px;
    text-transform: uppercase;
}

.cky-btn-revisit-wrapper{
background-color:#081e3f !important;
}

.thank-you{
  background-color:#081e3f;
  height: 100vh;
  color: #fff;
}

.thank-you-logo img{
  width: 400px;
  max-width: 100%;
  padding-bottom: 25px;
}

.return-button a{
  display: inline-block;
    background-color: #a3f0e0;
    color: #081e3f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
  border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

#progress-bar-container {
  display: none; /* Hidden by default */
}

#progress-bar-container {
  width: 100%;
  background-color: #f3f3f3;
  margin-bottom: 20px;
  position: relative;
  transition: width 0.5s ease;
  border-radius: 5px;
}

#progress-bar {
  width: 0%;
  height: 10px;
  background-color: #a3f0e0; /* Adjust this color */
  transition: width 0.5s ease;
  border-radius: 5px;
}

#progress-percentage {
  position: absolute;
  right: 10px;
  top: -25px;
  font-size: 14px;
  color: #333; /* Adjust as needed */
}

#step-1  input{ 
  width: 220px;
  padding: 16px;
  border: 1px solid #ccc;
  border-right: none;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  left: 4px;
  top: -3px; 
  }

@media only screen and (max-width: 768px){

  #step-1  input{ 
    left: 0px;

  }


  .option-container button{
    flex:none !important;
    box-sizing: border-box;
    width: 100% !important;
  }

  #step-2 .option-container .light-blue{
    margin-top: 5px;
  }

#company-name{
  border-radius: 0px;
  left: 0px;
  border-radius: 5px;
}

#start-button{
  border-radius: 0px;
  width: 220px;
  border-radius: 5px;
}




}

#webhook-contact input{
  width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
   
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
}

#submit-contact{
  display: inline-block;
    background-color: #a3f0e0;
    color: #081e3f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px;
}

#message{
  width: 100%;
    padding: 14px;
    border: 1px solid #ccc;

    outline: none;
    border-radius: 5px; 
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Make sure the popup is on top */
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.close-button {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.thank-you-header{
  height: 100vh;
  background-color:#081e3f;
}

.thank-you-header h1{
  color: #fff;
}

.thank-you-header p{
  color: #fff;
}

.logo-container img{
  width: 200px;
}

.return-home a{
  display: inline-block;
  background-color: #a3f0e0;
  color: #081e3f;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

.thank-you-header #message{
 display: none; 
}



#submit-contact-2{
  display: inline-block;
  background-color: #a3f0e0;
  color: #081e3f;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border: 0px;
  text-transform: uppercase;
}

/* Container for the toggle */
.toggle-container {
  position: relative;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide the default checkbox */
.toggle-container input[type="checkbox"] {
  display: none;
}

/* Toggle label */
.toggle {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border: 2px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0;
}

/* Slider */
.toggle-slider {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #25D366;
  border-radius: 5px;
  transition: 0.4s ease;
  z-index: 1;
}

/* Text Options (outside slider) */
.toggle-option {
  z-index: 2;
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

/* Text Option Styles */
.toggle-option.no {
  color: #fff; /* Default color */
}

.toggle-option.yes {
  color: #999; /* De-emphasized color */
}

/* When checked, move slider and update text */
.toggle-container input[type="checkbox"]:checked + .toggle .toggle-slider {
  left: 50%;
}

.toggle-container input[type="checkbox"]:checked + .toggle .toggle-option.no {
  color: #999; /* De-emphasized color */
}

.toggle-container input[type="checkbox"]:checked + .toggle .toggle-option.yes {
  color: #fff; /* Emphasized */
}

.clock-container{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin-left: -685px;
    margin-top: -102px;
}

#home-header h1{
  font-size: 55px;
}

.clock-container img{
  width: 300px;
}

#home-header h2{
  font-size: 25px;
}

.circle{
  width: 180px !important;
  height: 180px !important;
}

.circle .card-title{
  font-size: 16px !important;
  width: 130px;
}

.pt-5{
  padding-top: 25px !important;
}

.pb-5{
  padding-bottom: 25px !important;
}

h1{
  font-size: 40px !important;
}

.icon-wrap img{
  width: 100px;
}

h3{
  font-size: 25px;
}