* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* header start */
.custom-container {
  position: relative;
}

.menu {
  right: 0%;
  display: flex;
  align-items: center;
}

.menu a {
  color: white;
  margin: 20px !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.menu a:hover {
  text-decoration: underline;
  /* Add underline on hover */
  color: white;
  /* Change text color on hover */
}

.login-button {
  background-color: #0000007d;
  /* Set the background to transparent */
  color: white;
  /* White text color */
  padding: 10px 20px;
  /* Padding around the text */
  border: 1px solid white;
  /* Add a border for visibility */
  border-radius: 5px;
  /* Rounded corners */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

/* header finish */


.image {
  vertical-align: middle;
  width: 100%;
  height: 100vh;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 95vh;
}

.heading {
  position: absolute;
  color: #fff;
  top: 5%;
  left: 10%;
  z-index: 1;
}

.heading .heading-text {
  font-size: calc(1.1rem + 1.0vw);
  font-weight: bolder;
  width: 45%;
  margin-left: 15%;
}

.heading-text span {
  color: #fff;
  padding-left: 25%;
}



/* tj 29/03/2024 */
/* .text{
  /* margin-top: -10px;
  margin-left: 19%; 
  text-align: center;
  font-size: calc(1.7rem + 1.0vw);
  padding-left: 49px;;
} */

.text span {
  color: red;
}

.checkbox {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100px;
}

/* The dots/bullets/indicators */
.dot {
  height: 0px;
  width: 0px;

}

.active {
  /* background-color: #717171; */
}

/* Fading animation */
/* .fade {
animation-name: fade;
animation-duration: 1.5s;
} */
.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 95vh; */
  height: 100vh;

  /* Warmer + more premium overlay (keeps readability but removes “cold” look) */
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(255, 190, 120, 0.22), transparent 60%),
    radial-gradient(820px 540px at 82% 22%, rgba(255, 140, 160, 0.18), transparent 55%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.78) 100%);

  z-index: 1;
}


.radio-container {
  display: flex;
  /* justify-content: space-evenly; */
  /* justify-content: space-evenly; */
  /* Adjust as needed */
}

.radio-column {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.radio-box {
  position: absolute;
  left: 5%;
  background-color: #66bb6a;
  width: 20px;
  border-radius: 50%;
  height: 20px;
}

.radio {
  /* position: relative;
  width: 140%; */
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 8px;
  font-weight: 600;
}

.radio-label {
  margin-top: 5px;
  display: block;
  text-align: center;
}

.form-input {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.radio input[type="radio"] {
  display: none;
}

.radio label {
  cursor: pointer;
  padding-left: 10px;
}

.radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #66bb6a;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
}

.radio input[type="radio"]:checked+label:before {
  background-color: #66bb6a;
}

.radio-heading {
  color: #fff;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}

.notice-nonbinary {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  margin-left: 3%;
  margin-bottom: 0px;
}

.login-input {
  width: 96%;
  height: 40px;
  /* margin-left: 31px; */
  /* margin-top: 10px; */
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  background-color: white !important;
  padding-left: 50px !important;
}

.input-with-icon {
  position: relative;
  top: 1%;
}

.input-with-icon i {
  position: absolute;
  left: 14px;
  top: 58%;
  transform: translateY(-50%);
  color: #000;
  font-size: 24px;
}

.input-with-icon input {
  padding-left: 30px;
  /* Adjust as needed based on icon size */
}

.termsco {
  width: 400px;
  font-size: 12px;
}

.termsco a {
  color: #fff;
}

.styled-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 34px; */
}

.button {
  background-color: #1e5a32;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: #fffaf5;
  border-radius: 10px;
  border: none;
  transition: background-color 0.2s, box-shadow 0.2s;
  padding-top: 10px;
}

/* Button Hover State */
.button:hover {
  background-color: rgb(25, 39, 240);
  box-shadow: none;
}

/* Text Style */
.buttonText {
  display: block;
  text-align: center;
}

.heart-icon {
  width: 50px;
  height: 50px;
}

.block-box {
  margin-top: 50px;
  /* background-color: #1e5a32; */
}

.block-row {
  display: flex;
  justify-content: space-between;
  border: 3px solid #1e5a32;
}

.block-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-sizing: border-box;
  /* background-color: #1e5a32; */
  color: #1e5a32;
  text-align: center;
  position: relative;
  padding: 20px;
}

.block-column:first-child:after {
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.block-text-heading {
  color: #1e5a32;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.block-text {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

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

.block-text-heading,
.block-text {
  flex: 1;
}

#content-benefits {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;

  /* Avoid links overflowing */
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* .container{
  margin-top: 60px;
} */
#content-benefits .container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.one-half.column {
  width: 48%;
}

h3 {
  font-weight: 700;
}

h2,
h3,
h4,
ul {
  font-size: 1.0rem;
  margin-top: 0;
  /* margin-bottom: 1.5rem;
margin-left: 20px; */
}

/* =====================================================
   DESKTOP (≥1200px) — ONLY "Discover Love with Netthub" H2
   Location: home-marketing > content-1image > h2
   ===================================================== */
@media (min-width: 1200px) {
  section.home-marketing .content-1image>h2 {
    font-size: 32px !important;
  }
}


ul {
  /* list-style: none; */
}

.tab-container-login ul li {
  width: 50%;
  font-size: 27px;
  font-weight: bold;
}

.tab-container-login ul li button {
  width: 100%;
}

.tab-container-login ul li button.active {
  border-top: 3px solid #1e5a32 !important;
  width: 100%;
  border-left: none;
  border-right: none;
}

ul li {
  /* margin-bottom: 17px;
  position: relative;
  top: 10px; */
}

ul li p {
  margin-left: 20px;
}

ul li:before {
  position: absolute;
  /* content: '✓'; */
  color: #66bb6a;
}

h4 {
  font-size: 2.3rem;
  font-weight: 400;
}

#video-dates {
  overflow: hidden;
}

#video-dates .container {
  padding-top: 100px;
  padding-bottom: 0;
}

#video-dates .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.six.columns {
  width: 48%;
}

#video-dates .container .row .columns.img-wrapper {
  position: relative;
  text-align: center;
}

#video-dates .container .row>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

#video-dates .container .row .columns.txt .hl-small>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

#video-dates .container .row .columns.txt h5 {
  /* margin-bottom: 60px; */
  font-size: 2.0rem;
  margin-left: 20px;
  font-weight: 400;
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.features ul {
  width: 50%;
  /* Adjust the width percentage as needed */
  height: 200px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}

.features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.features ul li.hand-icon::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIyIDIxIj4KICAgIDxwYXRoIGZpbGw9IiM1OTY4RDkiIGQ9Ik0xMy4yOTQgMGMtLjIwMi4wMDYtLjM4LjE0Mi0uNDM5LjMzNi0uMDYuMTk1LjAxLjQwNi4xNzIuNTI3IDEuMDg1LjgyNCAyLjA1MSAxLjc5NCAyLjg3MyAyLjg3OS4xMDEuMTQyLjI3MS4yMTkuNDQ1LjE5OC4xNzQtLjAxOS4zMjEtLjEzMy4zODktLjI5My4wNjUtLjE2My4wMzktLjM0Ni0uMDcxLS40ODJDMTUuNzg4IDIuMDA4IDE0Ljc1OS45NzcgMTMuNjA2LjFjLS4wODgtLjA3LS4xOTgtLjEwNS0uMzEyLS4xMDF6bS0zLjQyLjUwOGMtLjIyMS0uMDA0LS40MTcuMTQyLS40NzUuMzU1LS4wNTYuMjE1LjA0LjQ0LjIzMy41NDYgMi4xNzMgMS4yMTYgNC4wMDggMi45NjYgNS4zMjkgNS4wNy4xNC4yMjQuNDM1LjI5My42Ni4xNTMuMjIxLS4xNDIuMjktLjQzNy4xNDktLjY2MS0xLjQwNS0yLjI0LTMuMzU2LTQuMS01LjY2OS01LjM5Ny0uMDY5LS4wNDItLjE0Ny0uMDYyLS4yMjgtLjA2NnptLTMuODk2LjkzYy0uNDMgMC0uODYuMTYzLTEuMTgyLjQ4Ni0uMTc4LjE3OC0uMy4zODUtLjM4LjYwNmwtLjEyNS0uMTI3Yy0uMzIzLS4zMjQtLjc1My0uNDg2LTEuMTgyLS40ODYtLjQzLS4wMDItLjg2LjE2Mi0xLjE4NS40ODYtLjUzNi41MzgtLjYyMiAxLjM1Ni0uMjczIDEuOTkxLS4yNDguMDc1LS40ODUuMjA0LS42ODMuNDAyLS42NDkuNjQ4LS42NDkgMS43MTcgMCAyLjM2NWwuMTI5LjEyOWMtLjIyLjA3NC0uNDI4LjE5Ni0uNjA4LjM3NS0uNjQ4LjY0OS0uNjQ4IDEuNzE3IDAgMi4zNjVsLjQxOS40MTkgNy44NzYgNy44NzhjMS42NzggMS42NzggNC40MTEgMS42NzggNi4wODcgMGwyLjAyLTIuMDJjLjQ4Ny0uNDg1Ljg2My0xLjA3IDEuMTAyLTEuNzE0bDEuMjU3LTMuMzg2Yy4xOTItLjUxNS40OTMtLjk4NC44ODItMS4zNzNsLjgzLS44MjcuNDc4LS40NzljLjc0My0uNzQzLjc0My0xLjk2MyAwLTIuNzA3LS43NDQtLjc0MS0xLjk2NC0uNzQxLTIuNzA2IDBsLS40NzguNDc5LS4zMzguMzQtMi4wMDggMi4wMDZjLS41NjUuNTY0LTEuNDYzLjU2NC0yLjAyNyAwTDcuNjA5IDIuMzc0bC0uNDQ4LS40NWMtLjMyMy0uMzIzLS43NTMtLjQ4NS0xLjE4My0uNDg1em0wIC45NWMuMTgzLjAwMS4zNjUuMDcyLjUwOC4yMTRsLjQ0OS40NDdjLS4wMDIuMDAyLS4wMDIuMDAyIDAgLjAwMmw2LjI3IDYuMjdjLjkzLjkzIDIuNDUyLjkzIDMuMzgzIDBsMi4wMDQtMi4wMDUuMzQtLjMzOC40NzktLjQ3OWMuMzc3LS4zNzkuOTc1LS4zNzkgMS4zNTIgMCAuMzc4LjM3OC4zNzguOTc0IDAgMS4zNTNMMTkuNDU2IDkuMTZjLS40ODYuNDg0LS44NjIgMS4wNy0xLjEwMyAxLjcxM2wtMS4yNTcgMy4zODVjLS4xOTIuNTE2LS40OTEuOTg1LS44OCAxLjM3My0uMDAyIDAtLjAwMiAwIDAgMGwtMi4wMiAyLjAyYy0xLjMxMSAxLjMxMS0zLjQyNCAxLjMxMS00LjczNSAwTDEuMTY2IDkuMzU2Yy0uMjgyLS4yODQtLjI4NC0uNzMgMC0xLjAxNi4yODItLjI4LjY5NS0uMjYyLjk5NC4wMzcuMDE1LjAxNy4wMzMuMDMyLjA1Mi4wNDVsMy45MTYgNC4wMDVjLjEyLjEyNS4yOTcuMTc2LjQ2NS4xMzUuMTY2LS4wNDEuMjk5LS4xNzIuMzQ0LS4zMzguMDQ2LS4xNjctLjAwMi0uMzQ0LS4xMjQtLjQ2N0wyLjI2MSA3LjEwNWMtLjAwMi0uMDAyLS4wMDItLjAwNC0uMDA0LS4wMDRsLS42MTEtLjYxNWgtLjAwMmMtLjI4Mi0uMjg0LS4yODQtLjczIDAtMS4wMTYuMjg0LS4yODQuNzA2LS4yNzUuOTk4LjAxN0w3LjAzIDkuODczYy4xMi4xMjYuMjk3LjE3Ni40NjUuMTMzLjE2Ny0uMDQzLjMtLjE3NS4zNDItLjM0Mi4wNDMtLjE2OC0uMDA3LS4zNDUtLjEzMy0uNDY1TDMuMzQ4IDQuODQxYy0uMDEtLjAxLS4wMTktLjAyMS0uMDMtLjAyOUwyLjYgNC4wOTZjLS4yODQtLjI4Ni0uMjg0LS43MzIgMC0xLjAxNi4yODUtLjI4NC43MzItLjI4MiAxLjAxNiAwTDguOTkgOC40NTJjLjEyLjEyNS4yOTcuMTc1LjQ2NS4xMzIuMTY2LS4wNDMuMjk5LS4xNzUuMzQyLS4zNDEuMDQzLS4xNjktLjAwOC0uMzQ2LS4xMzMtLjQ2NmwtNC4xNi00LjE2LS4wMjYtLjAzYy0uMjk0LS4yOTEtLjI5Ni0uNjk3LS4wMDgtLjk4Ni4xNDItLjE0LjMyNS0uMjEzLjUwOC0uMjEzem0tNC45MSAxMC45OThjLS4xNjguMDA3LS4zMi4xMDItLjQwMS4yNS0uMDguMTUtLjA3Ny4zMjkuMDEuNDczIDEuNDMyIDIuNDc3IDMuNTE3IDQuNTI2IDYuMDE5IDUuOTE2LjE1MS4wODguMzM2LjA4OC40ODUgMCAuMTUyLS4wODcuMjQxLS4yNS4yMzgtLjQyNC0uMDA2LS4xNzUtLjEwMy0uMzMyLS4yNTgtLjQxMy0yLjM1LTEuMzA2LTQuMzEtMy4yMzItNS42NTUtNS41NTgtLjA4OC0uMTU2LS4yNTgtLjI1LS40MzctLjI0NHoiLz4KPC9zdmc+Cg==) center center no-repeat #fff;
}

.features ul li::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  display: block;
  position: relative;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #5968d9;
}

.features ul li.mask-icon::before {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMjUgMTAiIHdpZHRoPSIyNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNjc5IDEuMzA0LjAyMS0uMDEzYy45OC0uNjEzIDIuNTM2LS43OCA0Ljc3Ni0uNjUzbC43MTIuMDQ4Ljg4NC4wNzcgMi44Ny4yOTZjMS4xMTkuMTA2IDEuNTQ5LjExMiAxLjg0OC4wNDFsLjA5LS4wMjUuMjY3Ljc1NGMtLjM4Ny4xNTMtMS43NyAyLjAzMS0yLjM3MyAzLjExNWwtLjA3Ny4xNDItLjA0NC4wODdjLTEuMDk5IDIuMjktMy4zMTcgNC4yMjctNC44NDcgNC4yMjctMS4wODYgMC0xLjc2MS0uMTgtMi40MjYtLjU3bC0uMjQ2LS4xNTMtLjQ1NS0uMzA5LS4xNzgtLjExYy0uMjc1LS4xNjEtLjU1LS4yNS0uODI2LS4yNXMtLjU1LjA4OS0uODI2LjI1bC0uMzEzLjItLjMyLjIxOWMtLjAyNi4wMTgtLjA1Mi4wMzQtLjA3OS4wNTEtLjcyMS40Ni0xLjQxNi42NzItMi41OTMuNjcyLTEuMTQ3IDAtMy42LTEuNDktNC44OTctMy4zMjNsLTIuMDc4LTIuOTY5LS4yOTUtLjQwOGMtLjA4NS0uMTE2LS4xNTktLjIxMy0uMjIyLS4yOTNsLS4xMi0uMTQ3LS4wODktLjA5Ni4wMTIuMDFjLjAxLjAwNy4wMjQuMDEzLjA0NS4wMThsLjA1My4wMDYtLjAxOS0uMDAzLjA3MS0uNzk1LjA1MS4wMDIuMDUuMDA3LjAzMS4wMDcuMDU0LjAwOGMuNDY1LjA1OSAxLjAyLjAxNyAyLjY2Ni0uMTk4bDIuMzA4LS4zMDhjLjIyNC0uMDI4LjQzNC0uMDU0LjY0My0uMDc3IDIuNjY4LS4zMDQgNC40NjgtLjI2NyA1LjU5NC4zMDJsLjE1LjA4MXptNS40NDcuMThjLTIuNTM5LS4xOTctNC4yMjctLjA1NS01LjA4Ni41NDFsLS4xMTIuMDg0LS4yNTkuMjEtLjI1NC0uMjE2Yy0uODEtLjY5Mi0yLjYxNy0uNzk3LTUuNTE3LS40NjdsLTEuMTAyLjEzNi0yLjI5LjMwNWMtLjQ3My4wNi0uODQ1LjEwMy0xLjE1LjEzMWwtLjQyNS4wMzIuNTExLjcyYy40NTYuNjUyIDEuNDM2IDIuMDU4IDEuODU4IDIuNjU0IDEuMTU4IDEuNjM3IDMuMzggMi45ODYgNC4yNDQgMi45ODYuOTM2IDAgMS40NzMtLjE0IDIuMDE2LS40NTZsLjIxOC0uMTM2LjQ1Ni0uMzEuMjEyLS4xMzFjLjM4OC0uMjI3Ljc5NS0uMzYgMS4yMy0uMzYuNDMzIDAgLjg0LjEzMyAxLjIyOS4zNmwuMjQ4LjE1NS40Mi4yODYuMDcuMDQ2Yy41OTYuMzggMS4xNDMuNTQ2IDIuMTYzLjU0NiAxLjEyIDAgMy0xLjYwNiA0LjAxNi0zLjU1NGwuMTY0LS4zMjdjLjM1NC0uNjcyLjk3MS0xLjYwNSAxLjU2OC0yLjM2bC4yMjItLjI3NS4xMjMtLjE0NS0uMy0uMDE5Yy0uNDctLjAzNC0xLjEwMi0uMDk4LTEuOTk0LS4xOTNsLTEuMzctLjE0NGMtLjQwNy0uMDQxLS43NTgtLjA3My0xLjEwOS0uMXptMS4zMjQgMS40MjhjLjA1Mi4wMDMuMDk3LjAwNC4xNDYuMDA0aC41OTNsLS4xNi41MThjLS41NzYgMS44NzctMy4xNTggMy40MTYtNC41NTIgMi45OTNsLS40OTctLjE1NWMtLjA2Ni0uMDIyLS4xMi0uMDQtLjE3OC0uMDYyLS4xNTEtLjA1Ni0uMjc3LS4xMTItLjQwMi0uMThsLS4xMTktLjA2N2MtLjEzNi0uMDgyLS4yNzYtLjE4LS41MzQtLjM3OGwtLjY4OS0uNTM1LjIxNS0uMzExYy4wNDQtLjA2My4xMjEtLjE2NS4yMy0uMjk0LjE4LS4yMTMuMzg2LS40MjYuNjE0LS42MjUuNTI3LS40NTkgMS4xLS43OCAxLjcxMS0uODk3LjgyLS4xNTYgMS41MTUtLjE3MiAyLjUwNS0uMDk5em0tMTAuMDg5LjAxMWMuNjEyLjExNyAxLjE4NC40MzggMS43MS44OTcuMjMuMi40MzUuNDEyLjYxNS42MjVsLjE0LjE3Mi4wOS4xMjIuMjE1LjMxLS43NjguNTk2Yy0uMjc1LjIwOS0uNDA0LjI5NC0uNTc0LjM4Ni0uMDgzLjA0NS0uMTY3LjA4NS0uMjU4LjEyM2wtLjE0NC4wNTZjLS4xNTMuMDU2LS4yODMuMDk3LS42NzUuMjE3LTEuMzQ4LjQxLTMuODEtMS4wMTktNC40OS0yLjgxM2wtLjA2Mi0uMTgtLjE2LS41MThoLjU5M2wuMjYyLS4wMS42Ni0uMDU0YzEuMTc4LS4xMDIgMS45MzYtLjEwMiAyLjg0Ni4wNzF6bTYuNjE3Ljc4NmMtLjQ1NC4wODctLjkwNi4zNC0xLjMzNS43MTQtLjEzLjExNC0uMjUzLjIzMy0uMzY2LjM1NWwtLjEwOS4xMjEuMjQ5LjE5Yy4wODUuMDYyLjE1LjEwOC4yMDkuMTQ2bC4xNTYuMDkzYy4wNTkuMDMyLjEyLjA2LjE4Ny4wODlsLjIxMS4wNzhjLjEwOS4wMzcuMjQ4LjA4LjUzLjE2Ni44MTMuMjQ3IDIuNDkyLS42NDYgMy4yNTItMS44MjVsLjA4OS0uMTUtLjQ0Ni0uMDM3Yy0xLjExLS4wOTYtMS44MDYtLjA5Ni0yLjYyNy4wNnptLTkuODQtLjAyMy4wOS4xNWMuNzI2IDEuMTI4IDIuMjk0IDEuOTk0IDMuMTQgMS44NTFsLjExMS0uMDI2LjUzLS4xNjYuMTAyLS4wMzZjLjA3OC0uMDI5LjE0NC0uMDU2LjIwNi0uMDg1bC4wOS0uMDQ2Yy4wOS0uMDQ5LjE2OS0uMDk4LjI5LS4xODVsLjMyMy0uMjQ0LS4xMDgtLjEyMWMtLjA1Ni0uMDYtLjExNS0uMTIxLS4xNzYtLjE4bC0uMTktLjE3NWMtLjQyOC0uMzczLS44ODEtLjYyNy0xLjMzNS0uNzE0LS43MzktLjE0LTEuMzc2LS4xNTUtMi4zMDYtLjA4NnoiIGZpbGw9IiM1OTY4ZDkiLz48L3N2Zz4=) center center no-repeat #fff;
}

.features ul li.control-icon::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIxIDEyIj4KICAgIDxwYXRoIGZpbGw9IiM1OTY4RDkiIGQ9Ik01LjY4NiAwQzIuNTUxIDAgMCAyLjUzIDAgNS42NDFjMCAzLjExIDIuNTUxIDUuNjQxIDUuNjg2IDUuNjQxaDguOTM2YzMuMTM1IDAgNS42ODYtMi41MyA1LjY4Ni01LjY0MSAwLTMuMTEtMi41NTEtNS42NDEtNS42ODYtNS42NDFINS42ODZ6bTAgLjgwNmg2LjAyOWMtLjIyLjEzLS40MzUuMjctLjYzNS40MjgtLjAzOC0uMDExLS4wNzMtLjAyNS0uMTE0LS4wMjUtLjIyNCAwLS40MDYuMTgtLjQwNi40MDMgMCAuMDI4LjAxOS4wNDkuMDI1LjA3NS0uMjM4LjI0LS40NTMuNTAyLS42NDcuNzgtLjA1Ny0uMDMtLjEyLS4wNS0uMTktLjA1LS4yMjQgMC0uNDA2LjE4Mi0uNDA2LjQwNCAwIC4xNDEuMDc5LjI1NC4xOS4zMjctLjM3OC43NS0uNTk3IDEuNTk5LS41OTcgMi40OTMgMCAyLjA1NCAxLjEyIDMuODQ4IDIuNzggNC44MzVINS42ODZjLS4yMiAwLS40MzUtLjAyMi0uNjQ3LS4wNS4xMzgtLjA2NS4yNDEtLjE5Mi4yNDEtLjM1MyAwLS4yMjItLjE4Mi0uNDAzLS40MDYtLjQwMy0uMjI0IDAtLjQwNi4xODEtLjQwNi40MDMgMCAuMTA2LjAzNS4yMDUuMTAxLjI3Ny0xLjgtLjQxNS0zLjIxLTEuODE0LTMuNjMtMy42LjA3My4wNjUuMTczLjEuMjguMS4yMjMgMCAuNDA2LS4xODEuNDA2LS40MDMgMC0uMjIyLS4xODMtLjQwMy0uNDA3LS40MDMtLjE2MSAwLS4yOS4xMDItLjM1NS4yNC0uMDI4LS4yMTItLjA1LS40MjQtLjA1LS42NDMgMC0uNDQ1LjA2NC0uODc1LjE3Ny0xLjI4NC4wNjUuMDQ1LjE0My4wNzUuMjI4LjA3NS4yMjQgMCAuNDA3LS4xOC40MDctLjQwMyAwLS4yMDctLjE2NC0uMzctLjM2OC0uMzkuNDMxLS45NDEgMS4xNS0xLjcyOCAyLjA1Ni0yLjIyOS0uMDM3LjA2LS4wNjQuMTI2LS4wNjQuMjAyIDAgLjIyMi4xODMuNDAzLjQwNi40MDMuMjI0IDAgLjQwNy0uMTgxLjQwNy0uNDAzIDAtLjIwNS0uMTU4LS4zNjQtLjM1Ni0uMzkuNjA1LS4yNjcgMS4yNzYtLjQxNiAxLjk4LS40MTZ6bTEuNjI1IDkuNjdjLjIyMyAwIC40MDYtLjE4LjQwNi0uNDAzIDAtLjIyMi0uMTgzLS40MDMtLjQwNi0uNDAzLS4yMjQgMC0uNDA2LjE4MS0uNDA2LjQwMyAwIC4yMjIuMTgyLjQwMy40MDYuNDAzem0yLjQzNyAwYy4yMjMgMCAuNDA2LS4xOC40MDYtLjQwMyAwLS4yMjItLjE4My0uNDAzLS40MDYtLjQwMy0uMjI0IDAtLjQwNi4xODEtLjQwNi40MDMgMCAuMjIyLjE4Mi40MDMuNDA2LjQwM3ptNC44NzQtOS42N2MyLjY5NyAwIDQuODczIDIuMTYgNC44NzMgNC44MzUgMCAyLjY3Ni0yLjE3NiA0LjgzNS00Ljg3MyA0LjgzNS0yLjY5OCAwLTQuODc0LTIuMTYtNC44NzQtNC44MzUgMC0yLjY3NiAyLjE3Ni00LjgzNSA0Ljg3NC00LjgzNXptLTguNTMuNDAzYy0uMjIzIDAtLjQwNi4xOC0uNDA2LjQwMyAwIC4yMjIuMTgzLjQwMy40MDYuNDAzLjIyNCAwIC40MDYtLjE4MS40MDYtLjQwMyAwLS4yMjItLjE4Mi0uNDAzLS40MDYtLjQwM3ptMi40MzcgMGMtLjIyMyAwLS40MDYuMTgtLjQwNi40MDMgMCAuMjIyLjE4My40MDMuNDA2LjQwMy4yMjQgMCAuNDA2LS4xODEuNDA2LS40MDMgMC0uMjIyLS4xODItLjQwMy0uNDA2LS40MDN6TTIuNDM3IDIuNDE4Yy0uMjI0IDAtLjQwNi4xOC0uNDA2LjQwMyAwIC4yMjEuMTgyLjQwMi40MDYuNDAyLjIyNCAwIC40MDYtLjE4LjQwNi0uNDAyIDAtLjIyMi0uMTgyLS40MDMtLjQwNi0uNDAzem0yLjQzNyAwYy0uMjI0IDAtLjQwNi4xOC0uNDA2LjQwMyAwIC4yMjEuMTgyLjQwMi40MDYuNDAyLjIyNCAwIC40MDYtLjE4LjQwNi0uNDAyIDAtLjIyMi0uMTgyLS40MDMtLjQwNi0uNDAzem0yLjQzNyAwYy0uMjI0IDAtLjQwNi4xOC0uNDA2LjQwMyAwIC4yMjEuMTgyLjQwMi40MDYuNDAyLjIyMyAwIC40MDYtLjE4LjQwNi0uNDAyIDAtLjIyMi0uMTgzLS40MDMtLjQwNi0uNDAzek0zLjY1NSAzLjYyNmMtLjIyMyAwLS40MDYuMTgxLS40MDYuNDAzIDAgLjIyMi4xODMuNDAzLjQwNi40MDMuMjI0IDAgLjQwNy0uMTguNDA3LS40MDMgMC0uMjIyLS4xODMtLjQwMy0uNDA3LS40MDN6bTIuNDM3IDBjLS4yMjMgMC0uNDA2LjE4MS0uNDA2LjQwMyAwIC4yMjIuMTgzLjQwMy40MDYuNDAzLjIyNCAwIC40MDYtLjE4LjQwNi0uNDAzIDAtLjIyMi0uMTgyLS40MDMtLjQwNi0uNDAzem0yLjQzNyAwYy0uMjIzIDAtLjQwNi4xODEtLjQwNi40MDMgMCAuMjIyLjE4My40MDMuNDA2LjQwMy4yMjQgMCAuNDA2LS4xOC40MDYtLjQwMyAwLS4yMjItLjE4Mi0uNDAzLS40MDYtLjQwM3ptLTYuMDkyIDEuMjFjLS4yMjQgMC0uNDA2LjE4LS40MDYuNDAyIDAgLjIyMi4xODIuNDAzLjQwNi40MDMuMjI0IDAgLjQwNi0uMTgxLjQwNi0uNDAzIDAtLjIyMi0uMTgyLS40MDMtLjQwNi0uNDAzem0yLjQzNyAwYy0uMjI0IDAtLjQwNi4xOC0uNDA2LjQwMiAwIC4yMjIuMTgyLjQwMy40MDYuNDAzLjIyNCAwIC40MDYtLjE4MS40MDYtLjQwMyAwLS4yMjItLjE4Mi0uNDAzLS40MDYtLjQwM3ptMi40MzcgMGMtLjIyNCAwLS40MDYuMTgtLjQwNi40MDIgMCAuMjIyLjE4Mi40MDMuNDA2LjQwMy4yMjMgMCAuNDA2LS4xODEuNDA2LS40MDMgMC0uMjIyLS4xODMtLjQwMy0uNDA2LS40MDN6TTMuNjU1IDYuMDQzYy0uMjIzIDAtLjQwNi4xODEtLjQwNi40MDMgMCAuMjIyLjE4My40MDMuNDA2LjQwMy4yMjQgMCAuNDA3LS4xODEuNDA3LS40MDMgMC0uMjIyLS4xODMtLjQwMy0uNDA3LS40MDN6bTIuNDM3IDBjLS4yMjMgMC0uNDA2LjE4MS0uNDA2LjQwMyAwIC4yMjIuMTgzLjQwMy40MDYuNDAzLjIyNCAwIC40MDYtLjE4MS40MDYtLjQwMyAwLS4yMjItLjE4Mi0uNDAzLS40MDYtLjQwM3ptMi40MzcgMGMtLjIyMyAwLS40MDYuMTgxLS40MDYuNDAzIDAgLjIyMi4xODMuNDAzLjQwNi40MDMuMjI0IDAgLjQwNi0uMTgxLjQwNi0uNDAzIDAtLjIyMi0uMTgyLS40MDMtLjQwNi0uNDAzek0yLjQzNyA3LjI1M2MtLjIyNCAwLS40MDYuMTgtLjQwNi40MDMgMCAuMjIyLjE4Mi40MDMuNDA2LjQwMy4yMjQgMCAuNDA2LS4xODEuNDA2LS40MDMgMC0uMjIyLS4xODItLjQwMy0uNDA2LS40MDN6bTIuNDM3IDBjLS4yMjQgMC0uNDA2LjE4LS40MDYuNDAzIDAgLjIyMi4xODIuNDAzLjQwNi40MDMuMjI0IDAgLjQwNi0uMTgxLjQwNi0uNDAzIDAtLjIyMi0uMTgyLS40MDMtLjQwNi0uNDAzem0yLjQzNyAwYy0uMjI0IDAtLjQwNi4xOC0uNDA2LjQwMyAwIC4yMjIuMTgyLjQwMy40MDYuNDAzLjIyMyAwIC40MDYtLjE4MS40MDYtLjQwMyAwLS4yMjItLjE4My0uNDAzLS40MDYtLjQwM3pNMy42NTUgOC40NjJjLS4yMjMgMC0uNDA2LjE4LS40MDYuNDAyIDAgLjIyMi4xODMuNDAzLjQwNi40MDMuMjI0IDAgLjQwNy0uMTguNDA3LS40MDMgMC0uMjIxLS4xODMtLjQwMi0uNDA3LS40MDJ6bTIuNDM3IDBjLS4yMjMgMC0uNDA2LjE4LS40MDYuNDAyIDAgLjIyMi4xODMuNDAzLjQwNi40MDMuMjI0IDAgLjQwNi0uMTguNDA2LS40MDMgMC0uMjIxLS4xODItLjQwMi0uNDA2LS40MDJ6bTIuNDM3IDBjLS4yMjMgMC0uNDA2LjE4LS40MDYuNDAyIDAgLjIyMi4xODMuNDAzLjQwNi40MDMuMjI0IDAgLjQwNi0uMTguNDA2LS40MDMgMC0uMjIxLS4xODItLjQwMi0uNDA2LS40MDJ6Ii8+Cjwvc3ZnPgo=) center center no-repeat #fff;
}

.features ul li.lock-icon::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE0IDIwIj4KICAgIDxwYXRoIGZpbGw9IiM1OTY4RDkiIGQ9Ik03IDBDNC4xNyAwIDEuODY3IDIuMzA0IDEuODY3IDUuMTMzVjcuODZDLjcxMyA5LjExIDAgMTAuNzcgMCAxMi42YzAgMy44NiAzLjE0IDcgNyA3czctMy4xNCA3LTdjMC0xLjgzLS43MTMtMy40OS0xLjg2Ny00Ljc0VjUuMTMzQzEyLjEzMyAyLjMwNCA5LjgzIDAgNyAwem0wIC45MzNjMi4zMjYgMCA0LjIgMS44NzQgNC4yIDQuMnYxLjg4MkMxMC4wMjggNi4xMyA4LjU3NyA1LjYgNyA1LjZzLTMuMDI4LjUzLTQuMiAxLjQxNVY1LjEzM2MwLTIuMzI2IDEuODc0LTQuMiA0LjItNC4yem0wIDUuNmMzLjM1NiAwIDYuMDY3IDIuNzExIDYuMDY3IDYuMDY3IDAgMy4zNTYtMi43MTEgNi4wNjctNi4wNjcgNi4wNjctMy4zNTYgMC02LjA2Ny0yLjcxMS02LjA2Ny02LjA2N0MuOTMzIDkuMjQ0IDMuNjQ0IDYuNTMzIDcgNi41MzN6TTcgMTEuMmMtLjc3MyAwLTEuNC42MjctMS40IDEuNCAwIC42MDcuMzkyIDEuMTIuOTMzIDEuMzEzdjEuMDJjMCAuMjU3LjIxLjQ2Ny40NjcuNDY3cy40NjctLjIxLjQ2Ny0uNDY3di0xLjAyYy41NDEtLjE5NC45MzMtLjcwNi45MzMtMS4zMTMgMC0uNzczLS42MjctMS40LTEuNC0xLjR6Ii8+Cjwvc3ZnPgo=) center center no-repeat #fff;
}

.custom-button {
  width: 100%;
  height: 50px;
  border: 2px solid #a8aaad;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.custom-google {
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 14px;
  background: linear-gradient(to right, #4285f4, #34a853, #fbbc05, #ea4335);
  /* Google colors */
  -webkit-background-clip: text;
  color: transparent;

}

.icon-button {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  margin-left: 89%;
  margin-top: 5px;
}

.blue {
  background-color: #1a73e8;
}

.custom-facebook {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 26px;
  color: #1a73e8;
}

.custom-phone {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 26px;
}

.error_box {
  width: 500px;
  /* height: 50px; */
}

.error {
  margin-left: 40px;
  color: #ea4335;

}

.user-avatar {
  position: absolute;
  text-align: center;
}

.avatar-circle {
  position: absolute;
  left: 6px;
  top: 4px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #000;
  /* You can customize the background color */
  color: #fff;
  /* You can customize the text color */
  font-size: 18px;
}

.text11 {
  position: absolute;
  left: 75px;
  top: -1px;
  color: #fff;
  font-size: 20px;
}

.text12 {
  position: absolute;
  left: 75px;
  top: 24px;
  color: #fff;
  font-size: 15px;
}

.text13 {
  position: absolute;
  left: 75px;
  top: 7px;
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

.text14 {
  position: absolute;
  left: 75px;
  top: 7px;
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

.wrap {
  position: relative;

}

.wrap_facebook {
  position: relative;
}

.modal-body input {
  text-align: center;
}

.welcome-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  /* border: 2px solid; */
  /* line-height: 34px; */
  /* height: 60vh; */
  padding: 30px;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@media (max-width: 1000px) {
  .heading {
    position: absolute;
    top: 5%;
    /* width: 90%; */
    left: 5%;
  }
}

@media (max-width: 700px) {
  .inner-subscription-portion {
    overflow-y: scroll;
    height: 640px;
    left: 10% !important;
    width: 80% !important;
  }

  .collapse-lng-menu {
    width: 400px !important;
    left: 14% !important;
  }
}



@media (max-width: 600px) {
  .add-border-bottom-after-600 {
    border-bottom: 1px solid;
  }

  .col {
    width: 20% !important;
  }

  .hide-text {
    display: none;
  }

  .menu a {
    color: white;
    margin: 5px !important;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
  }

  .logo-heading {
    font-size: 19px;
  }



  .heading .heading-text {

    font-size: 24px;
    font-weight: bolder;
    width: 40%;
    margin-left: 5%;
  }

  .radio {
    /* width: 136%; */
    padding: 5px;
  }

  .notice-nonbinary {
    font-size: 12px;
  }

  .input-with-icon {
    position: relative;
    width: 95%;
    left: 2%;
  }

  .login-input {
    height: 40px;
  }

  .termsco {
    width: 91%;
    margin-left: 39px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 10px;
  }

  .block-text-heading {
    font-size: 12px;
  }

  .block-text {
    font-size: 11px;
  }

  h4 {
    font-size: 0.8rem;
    font-weight: 400;
  }

  h2,
  h3,
  h4,
  ul {
    font-size: .9rem;
    margin-bottom: 0.5rem;
    margin-left: 15px;
  }

  ul li p {
    margin-left: 20px;
    font-size: 13px;
  }

  #video-dates .container {
    padding-top: 0px;
    padding-bottom: 0;
  }

  #video-dates .container .row .columns.txt h5 {
    /* margin-bottom: 30px; */
    font-size: 1.0rem;
  }

  .six.columns {
    width: 100%;
  }

  .one-half.column {
    width: 100%;
  }

  .h3-heading {
    font-size: .9rem;
  }

  .features {
    flex-direction: column;
  }

  .features ul {
    width: 100%;
    height: 250px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  header {
    height: auto;
    /* Allow the header to adjust its height based on content */
    padding: 10px 0;
    /* Add some padding to the header */
    text-align: center;
    /* Center the header content */
  }

  .logo-heading {
    font-size: calc(1rem + 1vw);
  }

  .menu {
    flex-direction: row;
    /* Stack menu items vertically on smaller screens */
    align-items: center;
    /* Center menu items */
    padding: 10px 0;
    /* Add some padding to the menu */
  }

  .menu a {
    margin: 10px 10px !important;
    font-size: 15px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .menu a {
    margin: 10px 20px !important;
    font-size: 15px;
  }

  .block-text-heading {
    font-size: 30px;
  }

  h4 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  #video-dates .container {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* .heading {
    top: 6%;
  } */

  .heading .heading-text {
    width: 47%;
  }

  .menu a {
    margin: 10px 15px !important;
    font-size: 15px;
  }

  .block-text-heading {
    font-size: 30px;
  }

  /* #video-dates .container {
    padding-top: 10px;
    padding-bottom: 20%;
  } */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .menu a {
    margin: 10px 15px !important;
    font-size: 20px;
  }

  .heading .heading-text {
    top: 10%;
    left: 5%;
    width: 47%;
    font-size: calc(1.2rem + 1.2vw);
  }

  /* #video-dates .container {
    padding-top: 0px;
    padding-bottom: 5%;
  } */
}

/* dashboard page css start */
.dashboard-menu li {
  /* position: relative;
  top: 10px; */
  font-size: 22px;
  /* margin-bottom: 16px; */
  margin-right: 69px;
}

.dashboard-menu li a {
  color: inherit;
  text-decoration: none;
}

.margin-right-15 {
  margin-right: 15px;
}

/* dashboard page css end */

/* Subscription  page css start */
.subscription-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  /* padding: 20px; */
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.subsription-card-title {
  border-radius: 14px 13px 0px 0px;
  color: #fff;
}

.stripe-input-fields {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.font-weight-bolder {
  font-weight: bolder;
}

.margin-bottom-none {
  margin-bottom: 0px !important;

}

.subscription-ul {
  margin-left: 0px;
  line-height: 36px;
  font-size: 20px;
}

.main-color,
.main-color:hover {
  background-color: #327F5C;
}

.main-color-card-1 {
  background-color: #5B6F53;
}

.main-color-card-last {
  background-color: #635E6D;
}

.main-blue-color {
  background-color: rgb(25, 39, 240);
}

/* Subscription  page css end */


.profile-container {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.profile-details {
  flex: 1;
  margin-left: 30px;
  vertical-align: text-top;
}

.profile-details h2 {
  margin-top: 0;
}

.profile-image {
  width: 350px;
  border-radius: 50%;
}

.profile-image img {
  width: 100%;
}

.action-buttons {
  display: flex;
  align-items: center;
}

.like-icon {
  margin-left: 10px;
  color: red;
}

.home-pg-relation_type {
  /* margin-left: 47px; */
  background-color: #fff;
  color: black;
  padding: 15px;
  border-radius: 15px;
  /* width: 400px; */
}

.home-pg-relation_type .radio {
  width: 100% !important;
}

/* profile page css start */

.info-block {
  border: 1px solid #ede9e9b3;
  box-shadow: 5px 5px 15px rgb(25 39 240 / 25%);
}

.edit-row-setting {
  text-align: end;
  margin-right: 16px;
  font-size: 25px;
}

/* profile page css end */
.cursor-pointer {
  cursor: pointer;
}

.profile-details span {
  font-size: 22px;
  font-weight: normal;
}


.register-detail-font-size {
  font-size: 20px;

}

.red-color {
  color: red;
}

.top-27px {
  top: 27px;
}


.pg-welcome-button {
  padding: 11px 70px;
  font-size: larger;
  font-weight: bolder;
}


.pg-welcome-title {
  text-align: center;
  margin-bottom: 21px;
}

#footer-block-1 {
  background-color: #1e5a32;
  color: #ffff;
}

#footer-block-1 ul {
  list-style: none;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  margin-left: 26px;
  margin-top: 1rem;
}

#footer-block-1 ul li {
  margin-top: 22px;
}

#footer-block-1 ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.wrong-password {
  border: 1px solid red;
  border-radius: 15px;
  top: -174px;
  left: 492px;
  background-color: #ffffff85;
  padding: 6px;
  line-height: 16px;
}

.wrong-password ul {}

.wrong-password ul li {
  margin-bottom: 5px;
}

.text-align-left {
  text-align: left;
}

.noneq-question-padding-bt-21 {
  padding: 0px 0px 13px 0px !important;
}

.text-white {
  color: #fff;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.offset-col-6 {
  margin-right: auto;
  margin-top: 12px;
}

.ml-10px {
  margin-left: 10px;
}

.line-height-14px {
  line-height: 14px;
  width: 100%;
}

.no-shrink {
  height: 24px;
  flex-shrink: 0;
}


.checkbox-height {
  height: 20px;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Create a custom checkbox */
.custom-checkbox input[type="checkbox"]+label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

/* Custom checkbox style */
.custom-checkbox input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  background: #fff;
}

/* Checked state */
.custom-checkbox input[type="checkbox"]:checked+label:before {
  background: rgb(25, 39, 240);
  border-color: rgb(25, 39, 240);
}

/* Removing the tick mark */
.custom-checkbox input[type="checkbox"]:checked+label:after {
  content: '';
}

.add-validation-class {
  border: 3px solid red !important;
}

.margin-0-auto {
  margin: 0 auto;
}

.sub-show-detials {
  display: inline-block;
  width: 123px !important;
}

.font-size-small {
  font-size: small;
}

.main-bg-green {
  background-color: #1e5a32;
  color: white;
}

.main-text-green {
  color: #1e5a32;
}

.main-green-border {
  border: 1px solid #327F5C;
}

.btn-plan:hover {
  border: 1px solid rgb(25, 39, 240);
  background-color: rgb(25, 39, 240);
}

.text-font-size-12px {
  /* font-size:12px; */
  margin-top: 58px !important;
}

.text-font-size-16px {
  font-size: 16px;
}

.text-font-size-43px {
  font-size: 34px;
}

.text-font-size-19px {
  font-size: 19px;
}

.logo-heading-title h1 {
  font-size: 1.3rem !important;
}

#ShowNotificationAlert .modal-content,
#afterActivatePopup .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#ShowNotificationAlert .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#ShowNotificationAlert .modal-body h5 {
  color: #e39f62;
  text-align: center;
}

#ShowNotificationAlert .modal-body h1 {
  color: #e39f62;
  text-align: center;
}

#waitForApprovalImage .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#waitForApprovalImage .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#waitForApprovalImage .modal-body h1 {
  color: #fff;
  text-align: center;
}

#showCancelSubscriptionNotification .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#showCancelSubscriptionNotification .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#showCancelSubscriptionNotification .modal-body h5 {
  color: #e39f62;
  text-align: center;
}

#showCancelSubscriptionNotification .modal-body h1 {
  color: #e39f62;
  text-align: center;
}

.text-font-size-13px {
  font-size: small;
}

#searchpopup .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#searchpopup .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#searchpopup h5 {
  color: #fff;
  text-align: center;
}

#searchpopup .modal-body label {
  color: #fff;
  text-align: center;
}

/* Hide the Google Translate toolbar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Hide the Google Translate pop-up box */
body {
  top: 0px !important;
}

/* Hide the Google Translate placeholder */
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-te-menu-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget-icon {
  display: none !important;
}

/* Hide the Google Translate logo */
.goog-logo-link {
  display: none !important;
}

.skiptranslate {
  display: none;
}

.btn-login-home {
  background-color: #1e5a32 !important;
  border: 1px solid #1e5a32 !important;
  color: white;
}

/* =========================================
   NETTHUB – GLOBAL CTA BUTTON (JOIN BUTTONS)
   ========================================= */

.btn-netthub {
  display: inline-block;
  padding: 0.75rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.btn-netthub--primary {
  background-color: #e91e63;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(233, 30, 99, 0.35);
}

.btn-netthub--light {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.btn-netthub:hover,
.btn-netthub:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.btn-netthub--primary:hover {
  background-color: #d81b60;
}

@media (max-width: 575.98px) {
  .btn-netthub {
    padding: 0.65rem 1.4rem;
    font-size: 0.95rem;
  }
}

.select-as-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1e5a32;
  border: 1px solid #1e5a32;
  border-radius: 0.25rem;
  cursor: pointer;
}

.select-as-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem #1e5a32;
}

.select-as-button option {
  background-color: #ffff;
  color: #000;
}

.blockClass {
  position: relative;
  top: -110px;
  right: -82%;
}

.blockClass2 {
  color: white;
  position: relative;
  top: -172px;
  right: -84%;
  z-index: 999999;
  cursor: pointer;
}

.blockClass3 {
  color: white;
  position: relative;
  top: -158px;
  right: -81%;
  z-index: 999999;
  cursor: pointer;
}

p[lang="fa"] {
  direction: rtl;
  unicode-bidi: embed;
}

span[lang="fa"] {
  direction: rtl;
  unicode-bidi: embed;
}

.number-down {
  position: relative;
  top: 7px;
}

@media only screen and (max-width: 600px) {}

.ml-81px {
  margin-left: 81px;
}

.header-logo {
  text-decoration: none;
  color: unset;
}

.menu-title-div {
  color: #fff;
  text-align: left;
  padding-bottom: 17px;
  background-color: #1e5a32;


}

.collapse-lng-menu {
  width: 785px;
  position: absolute;
  left: 48%;
  z-index: 6;
}

.list-group-item {
  border: none;
  margin: 0;
  padding: 6px;
  text-align: left;
  cursor: pointer;
}

.active-language {
  background-color: #1e5a32;
  color: #fff;
}

.container-1image {
  display: flex;
  align-items: center;
  margin: 20px;
  margin-bottom: 80px;
}

.container-1image img {
  width: 747px;
  height: 370px;
  margin-right: 20px;
  border-radius: 8px;
}

.content-1image {
  max-width: 400px;
}

.content-image h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
}

/* DESKTOP ONLY — Discover Love with Netthub heading */
@media (min-width: 1200px) {
  .content-image h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
  }
}

/* =====================================================
   TABLET (768px–1024px)
   MARKETING — content-1image H2 hierarchy
   ===================================================== */
@media (min-width: 768px) and (max-width: 1024px) {

  .content-1image h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
  }

}


/* Desktop default */
.content-1image p {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

/* =====================================================
   TABLET (768px–1024px)
   FIX: "Start Your Journey Today" paragraph
   ===================================================== */
@media (min-width: 768px) and (max-width: 1024px) {
  .h2heading p {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }
}


/* Mobile */
@media (max-width: 380px) {
  .content-1image p {
    font-size: 22px;
  }
}


.h1heading {
  font-size: 10px;
  text-align: center;
  background-color: green;
  color: white;
}

.container-3images {
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  padding: 20px;
  margin-bottom: 80px;
}

.content-3images {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* width: 30%; */
  padding-left: 10px;
  padding-right: 10px;
}

.content-3images img {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

.content-3images h3 {
  font-size: 30px;
}

/* Desktop default */
.content-3images p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  height: auto;

  /* FIX: left-align paragraph text */
  text-align: left;
}


/* Tablet (768–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .content-3images p {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 380px) {
  .content-3images p {
    font-size: 22px;
  }
}

.h2heading {
  font-size: 22px;
  text-align: center;
}

.h2heading h3 {
  font-size: 30px;
}

.text-content p {
  font-size: 22px;
  color: #555;
}

.container-2images {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 20px;
}

.content-2images {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  /* paragraphs default to left */
  /* width: 30%; */
}

.content-2images h3 {
  font-size: 30px;
  text-align: center;
  /* keep heading centered */
  width: 100%;
}

.content-2images p {
  text-align: left;
  /* force paragraphs left */
  width: 100%;
}

.content-2images img {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

/* =====================================================
   MARKETING — content-2images paragraph (RESPONSIVE)
   Mobile: 22px
   Tablet/Desktop: 17px
   ===================================================== */
section.home-marketing .content-2images p {
  color: #555;
  margin-bottom: 16px;
  font-size: 17px;
}

/* Mobile only */
@media (max-width: 380px) {
  section.home-marketing .content-2images p {
    font-size: 22px;
  }
}




/* =====================================================
   HOME MARKETING — h2heading block
   Adds vertical gap after “…or a pro.”
   ===================================================== */
.h2heading {
  font-size: 22px;
  text-align: center;
  margin-top: 40px;
}

/* =====================================================
   HOME MARKETING — h2heading paragraph spacing (TIGHT)
   Reduces gap between:
   - “...relationships?”
   - “Netthub is the best dating site in Australia.”
   Keeps larger gap before images.
   ===================================================== */

/* Reset all paragraph margins inside h2heading */
section.home-marketing .h2heading p {
  margin: 0 !important;
}

/* Small, controlled gap between stacked paragraphs */
section.home-marketing .h2heading p+p {
  margin-top: 8px !important;
}

/* Larger gap ONLY after the final line (“…or a pro.”) */
section.home-marketing .h2heading p:last-of-type {
  margin-bottom: 32px !important;
}



/* =====================================================
   MARKETING — Base H2 heading (default)
   Applies to:
   - "Start Your Journey Today"
   - "Why Online Dating with Netthub Works?"
   ===================================================== */
.h2heading h2 {
  font-size: 32px !important;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px 0;
}


/* =====================================================
   TABLET (768px–1024px)
   MARKETING — Stronger H2 hierarchy
   ===================================================== */
@media (min-width: 768px) and (max-width: 1024px) {

  .h2heading h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 14px 0 !important;
  }

}


/* =====================================================
   TABLET (768px–1024px)
   MARKETING — "Start Your Journey Today"
   Stronger H2 hierarchy
   ===================================================== */
@media (min-width: 768px) and (max-width: 1024px) {

  .h2heading h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 14px 0 !important;
  }

}


.container-1bimage {
  display: flex;
  align-items: center;
  margin: 20px;
  justify-content: flex-end;
  margin-top: 60px;
}

.container-1bimage img {
  width: 747px;
  height: 370px;
  margin-right: 20px;
  border-radius: 8px;
}

.content-1bimage {
  max-width: 400px;
}

/* =====================================================
   MARKETING — Base H2 heading (default)
   Applies to:
   - "Lasting relationship with Netthub"
   ===================================================== */
.content-1bimage h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

/* =====================================================
   TABLET (768px–1024px)
   MARKETING — content-1bimage H2 hierarchy
   ===================================================== */
@media (min-width: 768px) and (max-width: 1024px) {

  .content-1bimage h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 14px 0 !important;
  }

}

/* Desktop default */
.content-1bimage p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.h1heading {
  font-size: 30px;
  text-align: center;
  background-color: green;
  color: white;
}

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

.header-menu-links a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  margin-left: 7%;
}

.header-menu-links a:hover {
  text-decoration: underline;
}

.container-weekenddating1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-weekenddating1 img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-weekenddating1 {
  max-width: 300px;
}

.content-weekenddating1 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;

}

.content-weekenddating1 p {
  font-size: 12px;
  color: #555;
}

.container-weekenddating2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-weekenddating2 img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-weekenddating2 {
  max-width: 300px;
}

.content-weekenddating2 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.content-weekenddating2 p {
  font-size: 12px;
  color: #555;
}

.container-weekenddating3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-weekenddating3 img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-weekenddating3 {
  max-width: 300px;
}

.content-weekenddating3 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;

}

.content-weekenddating3 p {
  font-size: 12px;
  color: #555;
}

.container-modernromance1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin: 30px;
}

.container-modernromance1 img {
  width: 541px;
  height: auto;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.content-modernromance1 {
  max-width: 700px;
}


.content-modernromance1 h2 {
  font-size: 24px;
  margin: 50px 0 10px 0;
}

.content-modernromance1 p {
  font-size: 20px;
  color: #555;
}



.container-modernromance2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 30px;
}

.container-modernromance2 img {
  width: 541px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 8px;

}

.content-modernromance2 {
  max-width: 700px;
}

.content-modernromance2 h2 {
  font-size: 24px;
  margin: 50px 0 10px 0;
}

.content-modernromance2 h3 {
  font-size: 24px;
  margin: 50px 0 10px 0;
}

.content-modernromance2 p {
  font-size: 20px;
  color: #555;
}

.container-modernromance3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-modernromance3 img {
  width: 541px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-modernromance3 {
  max-width: 300px;
}

.content-modernromance3 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.content-modernromance3 p {
  font-size: 12px;
  color: #555;
}

.container-modernromance4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-modernromance4 img {
  width: 541px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-modernromance4 {
  max-width: 300px;
}

.content-modernromance4 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.content-modernromance4 p {
  font-size: 12px;
  color: #555;
}

#showPromoModal .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#showhomeSubscription .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#otpVerificationModal .modal-content {
  border-radius: 38px;
}

#showPromoModal .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#showhomeSubscription .modal-body p {
  /* font-size: 20px !important; */
  color: #fff;
  text-align: center;
}

#showhomeSubscription .modal-body ul {
  color: white;
}

#showhomeSubscription .modal-body ul li {
  margin-bottom: 0px;
}

.h-65 {
  height: 60vh;
}

#ShowReportUserModal .modal-content,
#afterActivatePopup .modal-content {
  background-color: #1e5a32;
  border-radius: 38px;
}

#ShowReportUserModal .modal-body p {
  font-size: 20px !important;
  color: #fff;
  text-align: center;
}

#ShowReportUserModal .modal-body h5 {
  color: #e39f62;
  text-align: center;
}

#ShowReportUserModal .modal-body h1 {
  color: #e39f62;
  text-align: center;
}

.custom-swal-popup {
  background-color: #155724;
  /* Custom green background */
  color: #ffff;
  /* Dark green text */
}

/*
.home-main-heading{
  font-size: calc(1.9rem + 1.0vw) !important;
}
.home-main-sub-heading{
  font-size: calc(0.82rem + 1.0vw) !important;
  padding-top: 22px;
} */
/*Added the following lines 08/09/2025 */
/* ===== MAIN HEADLINE (forced into two lines via spans) ===== */
.home-main-heading {
  font-size: calc(2rem + 1vw) !important;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .45);
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  line-height: 1.15;
  max-width: 680px;
  /* keep tidy on wide screens */
  margin-left: auto;
  margin-right: auto;
}

/* Each line stacked */
.home-main-heading .hero-line1,
.home-main-heading .hero-line2 {
  display: block;
}

/* tiny nudge for line 2 */
.home-main-heading .hero-line2 {
  margin-top: 2px;
}

/* ===== VERIFIED LINE (subtitle under main heading) ===== */
.home-main-verified {
  font-size: calc(1rem + 0.25vw);
  /* smaller than headline */
  font-weight: 600;
  /* slightly lighter */
  color: #fff;
  /* pure white, same as headline */
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  margin: 4px auto 18px;
  /* tighter to headline, more before subheading */
  max-width: 680px;
}

/* ===== SUBHEADING (with divider below) ===== */
.home-main-subheading {
  font-size: calc(0.95rem + 0.3vw);
  font-weight: 400;
  color: #d0d0d0;
  /* lighter gray for hierarchy */
  text-align: center;
  margin: 0 auto 24px;
  max-width: 720px;
  position: relative;
}

/* subtle divider under subheading */
.home-main-subheading::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  margin: 14px auto 0;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  border-radius: 1px;
}

/* extra room before form starts */
.heading {
  padding-bottom: 10px;
}

/* ===== PHONE SIZING ===== */
@media (max-width: 600px) {
  .home-main-heading {
    font-size: 1.6rem !important;
    letter-spacing: -0.3px;
    line-height: 1.2;
    max-width: 92%;
  }

  .home-main-verified {
    font-size: 0.95rem;
    margin: 4px auto 16px;
    max-width: 92%;
  }

  .home-main-subheading {
    font-size: 0.9rem;
    margin: 0 auto 18px;
    max-width: 92%;
  }

  .home-main-subheading::after {
    width: 120px;
    margin-top: 12px;
  }

  .heading {
    padding-bottom: 8px;
  }
}



@media (min-width: 768px) and (max-width: 991.98px) {
  .container-1image img {
    width: 383px;
  }

  .container-1bimage img {
    width: 383px;
  }

  .heading {
    top: 5%;
  }
}

@media (max-width: 768px) {

  /* home page css  start */

  .block-box {
    margin-top: 0px;
  }

  .heading {
    top: 5%;
    left: 2%;
  }

  .slideshow-container {
    height: 115vh;
  }

  .overlay1 {
    height: 100%;
  }

  .container-1image {
    margin-bottom: unset;
  }

  .content-3images p {
    height: unset !important;
  }

  .container-3images {
    margin-bottom: unset;
  }

  .container-2images {
    margin-bottom: unset;
  }

  .container-1bimage.row {
    justify-content: unset !important;
    margin-top: 12px;
    flex-direction: column;
  }

  .radio {
    width: 92%;
  }

  .home-pg-relation_type {
    width: 96%;
  }

  .header-menu-links a {
    margin-left: 0%;
  }

  h3,
  h2 {
    width: 95% !important;
  }

  /* home page css  end */
}

@media (max-width: 400px) {
  .slideshow-container {
    /* height: 166vh; */
    height: 126vh;
  }

  .container-2images {
    /* padding-bottom: 106px; */
    padding-bottom: 10px;
  }

  .heading {
    width: 96%;
  }

  .home-pg-relation_type {
    width: 96%;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .slideshow-container {
    height: 141vh;
  }
}

@media (max-width: 380px) {
  .slideshow-container {
    height: 160vh;
  }
}

.container-1image.row {
  justify-content: unset !important;
}

.container-1bimage.row {
  justify-content: end;
  flex-wrap: unset;

}

@media (min-width: 800px) and (max-width: 850px) {
  /* .heading {
    top: 7%;
  } */

  .container-3images {
    margin-bottom: 255px;
  }

  .content-2images {
    margin-bottom: 163px;
  }

  .container-1bimage img {
    width: 360px;
  }

  #footer-block-1 ul {
    margin-left: 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1050px) {
  .container-1bimage.row {
    justify-content: end;

  }

  .content-3images {
    padding-bottom: 47px;
  }

  .container-1bimage img {
    width: 360px;
  }

}

@media (min-width: 770px) and (max-width: 1050px) {
  .container-3images {
    margin-bottom: 320px;
  }

  .container-2images {
    margin-bottom: 143px;
  }
}

@media (min-width: 1050px) and (max-width: 1230px) {
  .container-1bimage img {
    width: 360px;
  }

  .container-3images {
    margin-bottom: 154px;
  }
}

@media (min-height: 750px) and (max-height: 980px) {
  .slideshow-container {
    min-height: 135vh;
  }

  .overlay1 {
    height: 135vh;
  }

  .image {
    height: 135vh;
  }
}

@media (min-height: 600px) and (max-height: 750px) {
  .slideshow-container {
    min-height: 165vh;
  }

  .overlay1 {
    height: 165vh;
  }

  .image {
    height: 165vh;
  }
}

@media (min-height: 470px) and (max-height: 600px) {
  .slideshow-container {
    min-height: 195vh;
  }

  .overlay1 {
    height: 195vh;
  }

  .image {
    height: 195vh;
  }
}

@media (min-height: 430px) and (max-height: 470px) {
  .slideshow-container {
    min-height: 225vh;
  }

  .overlay1 {
    height: 225vh;
  }

  .image {
    height: 225vh;
  }
}

@media (min-height: 350px) and (max-height: 430px) {
  .slideshow-container {
    min-height: 270vh;
  }

  .overlay1 {
    height: 270vh;
  }

  .image {
    height: 270vh;
  }
}

@media (min-height: 260px) and (max-height: 350px) {
  .slideshow-container {
    min-height: 360vh;
  }

  .overlay1 {
    height: 360vh;
  }

  .image {
    height: 360vh;
  }
}

@media (min-height: 200px) and (max-height: 260px) {
  .slideshow-container {
    min-height: 450vh;
  }

  .overlay1 {
    height: 450vh;
  }

  .image {
    height: 450vh;
  }
}

@media (max-height: 200px) {
  .slideshow-container {
    min-height: 700vh;
  }

  .overlay1 {
    height: 700vh;
  }

  .image {
    height: 700vh;
  }
}

#footer-block-1 h6 {
  color: #E6B800 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  /* adds gentle breathing space */
  margin-bottom: 6px;
}

#footer-block-1 a {
  color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------------------------------------*/


/* Make all three boxes in the LEFT column slightly wider */
.heading #frmHomePage .radio-container .radio-column:first-child .form-input.radio {
  display: inline-flex !important;
  width: 200px !important;
  max-width: 200px !important;
  flex: 0 0 auto !important;
  box-sizing: border-box;
  white-space: nowrap;
  justify-content: center;
}

/* Make all three boxes in the RIGHT column the same width as the left ones */
.heading #frmHomePage .radio-container .radio-column:last-child .form-input.radio {
  display: inline-flex !important;
  width: 200px !important;
  max-width: 200px !important;
  /* fixed typo */
  flex: 0 0 auto !important;
  box-sizing: border-box;
  white-space: nowrap;
  justify-content: center;
}

/* Collapse the horizontal space between the two columns */
.heading #frmHomePage .radio-container {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 6px !important;
}

/* Let both columns size to their content (not 49%) */
.heading #frmHomePage .radio-container .radio-column {
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Nuke any inline margin on the right column */
.heading #frmHomePage .radio-container .radio-column:last-child {
  margin-left: 0 !important;
}


/* Shrink the entire white box and keep it aligned. What kind of ...... */
.heading #frmHomePage .home-pg-relation_type {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  width: 408px !important;
  box-sizing: border-box;
}

/* Match email and password boxes to 400px width */
.heading #frmHomePage .input-with-icon input.login-input {
  width: 408px !important;
  max-width: 408px !important;
  box-sizing: border-box;
}


/* only style the button container, NOT the <a> link */
.heading #frmHomePage .styled-button .button,
.heading #frmHomePage .styled-button button {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background-color: #1e5a32 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 15px !important;
  box-sizing: border-box;
  line-height: 1.4 !important;
}

/* link inside the subtitle: inline, no margins/padding */
.heading #frmHomePage .styled-button .button a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: underline !important;
  white-space: nowrap !important;
}

/* Top line of Join Free button */
.heading #frmHomePage .styled-button .buttonText {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-bottom: 4px !important;
}

/* Second line: allow wrapping (up to ~3 lines) */

/* Inline link formatting */
.heading #frmHomePage .styled-button .button a {
  color: #fff !important;
  text-decoration: underline !important;
  display: inline !important;
  white-space: nowrap !important;
}

/* Remove trailing period from Terms & Conditions link */
.heading #frmHomePage .styled-button .button p::after {
  content: "" !important;
}

/* === Fix CTA text layout & spacing (green box) === */
#btn-to-join.button {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 12px 16px !important;
  line-height: 1.25 !important;
  background-color: #1e5a32 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
}

#btn-to-join .buttonText {
  margin: 0 0 6px 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #fff !important;
}

#btn-to-join .termsco {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
}

#btn-to-join .termsco a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: underline !important;
  color: #fff !important;
}

/* ===== START: MOBILE ONLY — JOIN BUTTON TEXT SPLIT (3 LINES) ===== */
@media (max-width: 600px) {

  /* allow the "terms" sentence to wrap into 2 lines under "Join Free Today" */
  #btn-to-join .termsco {
    white-space: normal !important;
    max-width: 260px !important;
    /* forces wrapping on small screens */
    line-height: 1.2 !important;
    text-wrap: balance;
  }

  /* allow the link inside the sentence to wrap too */
  #btn-to-join .termsco a {
    white-space: normal !important;
  }
}

/* ===== END: MOBILE ONLY — JOIN BUTTON TEXT SPLIT (3 LINES) ===== */


/* Left-align text inside all gender selection boxes */
.heading #frmHomePage .radio-container .radio-column .form-input.radio {
  justify-content: flex-start !important;
  text-align: left !important;
  padding-left: 15px !important;
}

/* Restore blue hover on the Join button */
.heading #frmHomePage .styled-button .button:hover,
#btn-to-join.button:hover,
#btn-to-join:hover {
  background-color: rgb(25, 39, 240) !important;
  box-shadow: none !important;
  cursor: pointer;
}

/* Force the Terms & Conditions link to stay transparent on hover */
#btn-to-join .termsco a,
#btn-to-join .termsco a:link,
#btn-to-join .termsco a:visited,
#btn-to-join .termsco a:hover,
#btn-to-join .termsco a:active {
  background: none !important;
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline !important;
  box-shadow: none !important;
  border: none !important;
}

.heading #frmHomePage .input-with-icon {
  position: relative !important;
  width: 465px !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* keep the icon anchored inside the left side of the box */
.heading #frmHomePage .input-with-icon i {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

/* input fields aligned to the left with correct padding */
.heading #frmHomePage .input-with-icon input.login-input {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  padding-left: 44px !important;
  /* room for the icon */
  text-align: left !important;
  box-sizing: border-box;
  margin: 0 !important;
}

/* FINAL: hard-left align Email & Password boxes */
.heading #frmHomePage .input-with-icon {
  position: relative !important;
  left: 0 !important;
  /* kill older left: 2% etc. */
  margin-left: 0 !important;
  padding: 0 !important;
  width: 465px !important;
  /* same width as the white box */
  box-sizing: border-box;
}

.heading #frmHomePage .input-with-icon input.login-input {
  width: 465px !important;
  /* fixed box width */
  margin: 0 !important;
  /* no auto/left margins */
  text-align: left !important;
  padding: 12px 14px 12px 44px !important;
  /* room for the icon */
  box-sizing: border-box;
}

.heading #frmHomePage .input-with-icon i {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}


/* Add vertical spacing between the relationship box and the Email field */
.heading #frmHomePage .home-pg-relation_type {
  margin-bottom: 10px !important;
  /* increase this value if you want more gap */
}

/* Add vertical spacing between Email and Password fields */
.heading #frmHomePage .input-with-icon:not(:last-child) {
  margin-bottom: 10px !important;
  /* adjust this value if you want more or less gap */
}


/* ================================================================================================= */
/* === HERO TEXT WIDTH ALIGNMENT === */
/* Match hero text block width to the email box (465px) */
.heading .hero-text-wrap {
  width: 465px;
  max-width: 465px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Make all hero lines use that exact width and align left */
.heading .hero-text-wrap .home-main-heading,
.heading .hero-text-wrap .home-main-verified,
.heading .hero-text-wrap .home-main-subheading {
  max-width: 100%;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

/* Mobile view: shrink to fit smaller screens */
@media (max-width: 600px) {
  .heading .hero-text-wrap {
    width: 92%;
    max-width: 92%;
  }
}

/* Make hero text block same width and alignment as the email box */
.heading .hero-text-wrap {
  width: 465px !important;
  max-width: 465px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
  box-sizing: border-box;
}

/* Center the text inside the hero box */
.heading .hero-text-wrap .home-main-heading {
  text-align: center !important;
}

/* Center the verified-members line inside the hero box */
.heading .hero-text-wrap .home-main-verified {
  text-align: center !important;
}

/* Center the subheading line inside the hero box */
.heading .hero-text-wrap .home-main-subheading {
  text-align: center !important;
}

/* =======================================================================================================*/

/* === HERO HEADING: "Find the One Who Feels Right for You" === */

/* Desktop & tablet */
.heading .hero-text-wrap .home-main-heading {
  font-size: 28px !important;
  font-weight: 700 !important;
  /* slightly less heavy */
  line-height: 1.2 !important;
  text-align: center !important;
  margin: 0 0 14px 0 !important;
  color: #fff !important;
  letter-spacing: -0.15px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  /* softer and more natural */
  font-family: 'Poppins', 'Helvetica Neue', sans-serif;
  /* modern, rounded */
}

/* 
Offset the second line slightly to the right 
.heading .hero-text-wrap .home-main-heading span.hero-line2 {
  display: inline-block;
  padding-left: 95px;
  /* increased for a stronger right shift
}
*/



/* Subheading styles */
.heading .hero-text-wrap .home-main-verified {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}

.heading .hero-text-wrap .home-main-subheading {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 1.4 !important;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .heading .hero-text-wrap .home-main-heading {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  .heading .hero-text-wrap .home-main-heading span.hero-line2 {
    padding-left: 35px;
    /* smaller right shift for mobile */
  }

  .heading .hero-text-wrap .home-main-verified {
    font-size: 15px !important;
  }

  .heading .hero-text-wrap .home-main-subheading {
    font-size: 14px !important;
  }
}


/* =======================================================================================================*/

/* === Add breathing room between divider and form section === */
.heading .hero-text-wrap {
  margin-bottom: 40px !important;
  /* pushes the entire text block up slightly from the form */
}

/* If you only want to separate the divider, use this too */
.heading .hero-text-wrap .home-main-subheading::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  margin: 14px auto 24px;
  /* <-- increased bottom spacing (was tighter before) */
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1px;
}

/* Keep "Meet genuine people..." and "Every profile..." visually tight */
.heading .hero-text-wrap .home-main-verified {
  margin-bottom: 2px !important;
  /* reduced from 8–10px */
  line-height: 1.4 !important;
}

.heading .hero-text-wrap .home-main-subheading {
  margin-top: 0 !important;
  /* remove extra top space */
  line-height: 1.4 !important;
}

/* =======================================================================================================*/

/* 1 start  */


/* === HERO: hard-left align the entire content stack without changing inner spacing === */
/* Targets the whole hero block that currently sits centered on top of the slider */
#sliderContainer .heading {
  /* keep the block the same width it already uses */
  width: min(680px, 92vw);
  /* push the whole stack to the left but keep a safe gutter */
  margin-left: clamp(16px, 5vw, 72px) !important;
  margin-right: auto !important;

  /* make sure text aligns left once moved */
  text-align: left !important;

  /* if any positioning tried to center it, neutralize that */
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

/* If a flex container is centering .heading, force it to start (left) */
#sliderContainer .hero-section,
#sliderContainer .slideshow-container,
#sliderContainer .slideshow-container>* {
  justify-content: flex-start !important;
  /* handles flex-centering cases */
  align-items: flex-start !important;
  /* prevents vertical re-centering of the stack */
}

/* Keep the inner vertical/horizontal spacings exactly as-is */
#sliderContainer .heading>* {
  margin-left: 0 !important;
}

/* Ensure the thin white line (if it’s an hr/div) follows the left edge of the stack */
#sliderContainer .heading hr,
#sliderContainer .heading .white-line,
#sliderContainer .heading .divider {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Forms and choice boxes: no spacing changes, just left-anchored with the stack */
#sliderContainer .heading form,
#sliderContainer .heading .radio-container,
#sliderContainer .heading .form-group,
#sliderContainer .heading .form-input,
#sliderContainer .heading .home-join-form {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Desktop only; don’t touch your mobile overrides */
@media (max-width: 768px) {
  /* Keep your existing mobile behavior unchanged */
}

/* 1 End  */

/* === Center hero text INSIDE its own box (keep the whole stack left on the page) === */
#sliderContainer .heading .hero-text-wrap {
  /* keep the fixed width you already use (465px from earlier rules) */
  text-align: center !important;
  /* center the block’s contents */
  margin-left: 0 !important;
  /* don't recenter the whole box */
  margin-right: 0 !important;
}

#sliderContainer .heading .home-main-heading,
#sliderContainer .heading .home-main-verified,
#sliderContainer .heading .home-main-subheading {
  text-align: center !important;
  /* each line centered within the 465px box */
  margin-left: auto !important;
  /* allow equal gutters inside the box */
  margin-right: auto !important;
  max-width: 100% !important;
}

/* kill the previous right offset on the second line of the headline */
#sliderContainer .heading .home-main-heading span.hero-line2 {
  padding-left: 0 !important;
}

/* center the thin white divider under the subheading within the same box */
#sliderContainer .heading .home-main-subheading::after {
  margin: 14px auto 0 !important;
  /* centers the line inside the box */
}

/* ======================================================================================================= */
/* FINAL HERO TEXT ALIGNMENT & CLEANUP — append to end of styles.css                                       */
/* Keeps the hero stack left on the page, but centers each hero line inside its own 465px box.             */
/* ======================================================================================================= */

#sliderContainer .heading {
  /* keep the hero stack left on the page with a safe gutter */
  width: min(680px, 92vw);
  margin-left: clamp(16px, 5vw, 72px) !important;
  margin-right: auto !important;
  text-align: left !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

/* The hero “box” itself: same width as your input boxes */
#sliderContainer .heading .hero-text-wrap {
  width: 465px !important;
  max-width: 465px !important;
  margin: 0 !important;
  /* do not re-center the whole box */
  text-align: center !important;
  /* center content inside the box */
  box-sizing: border-box;

  /* NEW: “glass card” to look warmer + more professional */
  padding: 22px 20px 18px !important;
  border-radius: 18px !important;
  background: rgba(15, 23, 42, 0.40) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38) !important;
  backdrop-filter: blur(10px);
}


/* Center each line within the 465px box */
#sliderContainer .heading .home-main-heading,
#sliderContainer .heading .home-main-verified,
#sliderContainer .heading .home-main-subheading {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  color: #fff !important;
}

/* Remove the previous right offset on line 2 of the headline */
#sliderContainer .heading .home-main-heading span.hero-line2 {
  padding-left: 0 !important;
}

/* Center the thin divider under the subheading */
#sliderContainer .heading .home-main-subheading::after {
  margin: 14px auto 0 !important;
}

/* Slightly tighter spacing so the form sits neatly below */
#sliderContainer .heading .hero-text-wrap {
  margin-bottom: 40px !important;
}

/* Ensure the join button still gets the blue hover */
#sliderContainer .heading .styled-button .button:hover,
#btn-to-join.button:hover,
#btn-to-join:hover {
  background-color: rgb(25, 39, 240) !important;
  box-shadow: none !important;
  cursor: pointer;
}

/* new */

/* === HERO FORM ALIGNMENT FIX (append at end) ============================== */
:root {
  --hero-col-width: 465px;
  /* keep this in sync with your hero text box */
  --hero-gap: 10px;
}

/* Keep the hero text box centered at the same width */
.heading .hero-text-wrap {
  width: var(--hero-col-width) !important;
  max-width: var(--hero-col-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  text-align: center !important;
}

/* Make the WHOLE form column match the same width + centering */
.heading #frmHomePage,
.heading form#frmHomePage,
.heading .home-join-form,
.heading .radio-container,
.heading .home-pg-relation_type,
.heading .input-with-icon,
.heading .styled-button,
.heading .styled-button .button,
#btn-to-join.button {
  width: var(--hero-col-width) !important;
  max-width: var(--hero-col-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

/* Radio rows: keep two equal columns that fit inside the 465px container */
.heading .radio-container {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: var(--hero-gap) !important;
}

.heading .radio-container .radio-column {
  width: calc(50% - var(--hero-gap)/2) !important;
  flex: 0 0 calc(50% - var(--hero-gap)/2) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.heading .radio-container .radio-column .form-input.radio {
  width: 100% !important;
  max-width: 100% !important;
  display: inline-flex !important;
  justify-content: flex-start !important;
  /* left text inside each pill */
  text-align: left !important;
  padding-left: 15px !important;
  box-sizing: border-box;
}

/* Relationship white box same width */
.heading .home-pg-relation_type {
  width: var(--hero-col-width) !important;
  max-width: var(--hero-col-width) !important;
  margin-bottom: 10px !important;
}

/* Email / Password inputs fill the 465px container */
.heading .input-with-icon input {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  padding: 12px 14px 12px 44px !important;
  /* room for icon */
  text-align: left !important;
  box-sizing: border-box;
}

/* Center the thin divider under the subheading inside the same box */
.heading .hero-text-wrap .home-main-subheading::after {
  margin: 14px auto 0 !important;
}

/* CTA button block locked to same width */
.heading .styled-button,
.heading .styled-button .button,
#btn-to-join.button {
  display: block !important;
  width: var(--hero-col-width) !important;
  max-width: var(--hero-col-width) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* Optional: small mobile relaxation so it shrinks nicely */
@media (max-width: 600px) {
  :root {
    --hero-col-width: 92vw;
  }
}

/**/

/* === HERO TYPOGRAPHY: premium hierarchy + tighter spacing (works with pill/CTAs) === */
#sliderContainer .heading .hero-text-wrap {
  /* keep the text box reasonable across viewports */
  width: clamp(360px, 52vw, 620px) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  box-sizing: border-box;
}

#sliderContainer .heading .home-main-heading {
  /* more premium sizing & calmer rhythm */
  font-size: clamp(28px, 4.2vw, 52px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.55px !important;
  color: #fff !important;
  margin: 8px 8px 0 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* === HERO: gold highlight override (must be AFTER heading block) === */
#sliderContainer .heading .home-main-heading .highlight-feels {
  color: #ff9f1c !important;
}



/* tighter to support the new pill above and verified line below */
margin: 8px 0 8px 0 !important;

text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

#sliderContainer .heading .home-main-heading .hero-line1,
#sliderContainer .heading .home-main-heading .hero-line2 {
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 100% !important;
  text-align: center !important;
}

/* keep line 2 aligned cleanly (no offset) */
#sliderContainer .heading .home-main-heading .hero-line2 {
  margin-top: 3px !important;
  padding-left: 0 !important;
}

/* Verified line: stronger hierarchy, less “floaty” */
#sliderContainer .heading .home-main-verified {
  font-size: clamp(15px, 1.25vw, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 auto 8px auto !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* Subheading: slightly softer + better readability */
#sliderContainer .heading .home-main-subheading {
  font-size: clamp(14px, 1.15vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  margin: 0 auto 14px auto !important;
  max-width: 52ch !important;
}

/* tighten sizes on phones so it still holds to 2 lines */
@media (max-width: 600px) {
  #sliderContainer .heading .hero-text-wrap {
    width: 94vw !important;
    padding: 18px 16px 16px !important;
    border-radius: 18px !important;
  }

  .hero-pill {
    font-size: 13px;
    padding: 8px 12px;
    margin-bottom: 10px;
  }

  #sliderContainer .heading .home-main-heading {
    font-size: clamp(26px, 7vw, 38px) !important;
    line-height: 1.12 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  #sliderContainer .heading .home-main-verified,
  #sliderContainer .heading .home-main-subheading {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    text-align: center;
  }

  #sliderContainer .heading .home-main-subheading {
    margin-bottom: 12px !important;
  }


  .hero-cta-row {
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .home-hero-cta,
  .home-hero-secondary {
    width: 100%;
    max-width: 360px;
    font-size: 15px;
  }

  .hero-trust {
    margin-top: 14px;
    gap: 10px 14px;
    font-size: 13px;
  }
}

/* === Add breathing room below main hero heading === */
#sliderContainer .heading .home-main-heading {
  margin-bottom: 30px !important;
  /* was around 10px, now a bit more open */
}

/* === Add vertical space before the thin white line under subheading === */
#sliderContainer .heading .home-main-subheading {
  margin-bottom: 40px !important;
  /* increases gap before the line/form */
}

/* === HERO CTA BUTTON (WARMER + PREMIUM, KEEP GREEN BRAND) ================== */
.home-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 18px;
  padding: 14px 22px;

  /* Premium green with a warm highlight */
  background: linear-gradient(135deg, #2a7a46 0%, #1e5a32 55%, #184a29 100%);
  color: #ffffff !important;

  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none !important;

  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);

  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);

  transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
  backdrop-filter: none;
}

.home-hero-cta:hover,
.home-hero-cta:focus {
  color: #ffffff !important;
  text-decoration: none !important;

  transform: translateY(-1px);
  filter: brightness(1.03);

  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.home-hero-cta:active {
  transform: translateY(0px);
  filter: brightness(0.98);
}

.home-hero-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 204, 138, 0.35),
    0 0 0 6px rgba(30, 90, 50, 0.45),
    0 18px 44px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* =========================
   HERO (NEW) — pill + secondary CTA + trust list
   ========================= */

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 10px;
}

.hero-pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffb86b;
  box-shadow: 0 0 0 4px rgba(255, 184, 107, 0.18);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.home-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
  margin-top: 14px;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.hero-trust li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}

.hero-trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #9be7b2;
}


/* === MOBILE HERO HEIGHT FIX ===============================================
   Purpose:
   - Prevent full-viewport hero from creating large empty space
   - Only affects mobile
   - Desktop remains untouched
========================================================================== */
@media (max-width: 768px) {

  .home-hero,
  #sliderContainer,
  .slideshow-container {
    min-height: 75vh !important;
    height: auto !important;
  }
}

/* === HOMEPAGE SIGNUP FORM — PROFESSIONAL CARD UI ==========================
   CSS-only visual upgrade. No markup/JS changes.
=========================================================================== */
.home-signup-section {
  background: #f6f7f9;
}

.home-signup-section .home-signup-inner {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.10);
}

.home-signup-section #frmHomePage {
  width: 100%;
}

.home-signup-section .radio-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px letter-spacing: 0.2px;
  color: #111827;
  margin-bottom: 10px;
}

.home-signup-section .radio-container {
  gap: 12px !important;
}

.home-signup-section .radio-container .radio-column .form-input.radio {
  background: #f9fafb;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 12px;
  padding: 10px 12px 10px 14px !important;
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.home-signup-section .radio-container .radio-column .form-input.radio:hover {
  border-color: rgba(30, 90, 50, 0.35);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
  background: #ffffff;
}

/* Relationship box */
.home-signup-section .home-pg-relation_type {
  background: #f9fafb;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 14px;
  padding: 14px 14px 12px 14px;
}

.home-signup-section .home-pg-relation_type>p {
  margin-bottom: 10px;
  font-weight: 800;
  color: #111827;
}

/* Inputs */
.home-signup-section .input-with-icon {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box
  /* === HOMEPAGE FORM — RADIO OPTIONS AS SELECTABLE CARDS ====================
   CSS-only. No markup changes. Works across all devices.
=========================================================================== */

  /* Hide default radio circle but keep it accessible */
  .home-signup-section #frmHomePage input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  /* Turn labels into cards */
  .home-signup-section #frmHomePage .form-input.radio {
    position: relative;
  }

  .home-signup-section #frmHomePage .form-input.radio label,
  .home-signup-section #frmHomePage .home-pg-relation_type .form-check label {
    display: flex;
    align-items: center;
    gap: 10px;

    width: 100%;
    min-height: 44px;

    padding: 10px 12px 10px 14px;
    border-radius: 12px;

    background: #f9fafb;
    border: 1px solid rgba(17, 24, 39, 0.10);

    cursor: pointer;
    user-select: none;

    color: #111827;
    font-weight: 700;

    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
  }

  /* Hover */
  .home-signup-section #frmHomePage .form-input.radio label:hover,
  .home-signup-section #frmHomePage .home-pg-relation_type .form-check label:hover {
    background: #ffffff;
    border-color: rgba(30, 90, 50, 0.35);
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
  }

  /* Selected state (I am / Looking for) */
  .home-signup-section #frmHomePage .form-input.radio input[type="radio"]:checked+label {
    background: rgba(30, 90, 50, 0.08);
    border-color: rgba(30, 90, 50, 0.65);
    box-shadow: 0 0 0 4px rgba(30, 90, 50, 0.14);
  }

  /* Selected state (Relationship type) - handles Bootstrap markup */
  .home-signup-section #frmHomePage .home-pg-relation_type .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .home-signup-section #frmHomePage .home-pg-relation_type .form-check input.form-check-input {
    position: absolute;
    opacity: 0;
  }

  .home-signup-section #frmHomePage .home-pg-relation_type .form-check input.form-check-input:checked+label.form-check-label {
    background: rgba(30, 90, 50, 0.08);
    border-color: rgba(30, 90, 50, 0.65);
    box-shadow: 0 0 0 4px rgba(30, 90, 50, 0.14);
  }

  /* Add a custom "dot" indicator on the left */
  .home-signup-section #frmHomePage .form-input.radio label::before,
  .home-signup-section #frmHomePage .home-pg-relation_type .form-check label::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid rgba(17, 24, 39, 0.25);
    background: #ffffff;
    flex: 0 0 18px;
  }

  .home-signup-section #frmHomePage .form-input.radio input[type="radio"]:checked+label::before,
  .home-signup-section #frmHomePage .home-pg-relation_type .form-check input.form-check-input:checked+label::before {
    border-color: rgba(30, 90, 50, 1);
    background: radial-gradient(circle at center, rgba(30, 90, 50, 1) 0 45%, #ffffff 46% 100%);
  }

  /* Keyboard focus */
  .home-signup-section #frmHomePage .form-input.radio input[type="radio"]:focus+label,
  .home-signup-section #frmHomePage .home-pg-relation_type .form-check input.form-check-input:focus+label {
    outline: none;
    box-shadow: 0 0 0 4px rgba(30, 90, 50, 0.18);
  }

  /* =========================================================
   HOMEPAGE FORM UI REFACTOR (CSS-ONLY, GLOBAL OVERRIDES)
   - No Blade/Livewire changes required
   ========================================================= */

  :root {
    --nt-green: #1e5a32;
    --nt-green-2: #327F5C;
    --nt-blue: rgb(25, 39, 240);
    --nt-bg: rgba(255, 255, 255, 0.94);
    --nt-border: rgba(255, 255, 255, 0.55);
    --nt-text: #0f172a;
    --nt-muted: rgba(15, 23, 42, 0.65);
    --nt-radius: 16px;
    --nt-radius-sm: 12px;
    --nt-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    --nt-shadow-soft: 0 8px 18px rgba(0, 0, 0, 0.18);
  }

  .home-pg-relation_type {
    background: var(--nt-bg) !important;
    color: var(--nt-text) !important;
    border-radius: var(--nt-radius) !important;
    box-shadow: var(--nt-shadow) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 16px !important;
    backdrop-filter: blur(10px);
  }

  /* Headings above radio groups */
  .radio-heading {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px;
    margin: 10px 0 12px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  }

  /* “Nonbinary notice” text */
  .notice-nonbinary {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
  }

  /* Radio grid becomes clean 2-column, then 1-column on small screens */
  .radio-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
  }

  .radio-column {
    width: auto !important;
  }

  .form-input {
    margin: 0 !important;
    justify-content: stretch !important;
  }

  /* Radio "pill" */
  .radio {
    background: #fff !important;
    color: var(--nt-text) !important;
    border-radius: 999px !important;
    padding: 10px 12px !important;
    font-weight: 700 !important;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: var(--nt-shadow-soft);
    display: flex;
    align-items: center;
    min-height: 46px;
  }

  /* Replace old pseudo-radio with a more consistent control */
  .radio label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0 !important;
    width: 100%;
    cursor: pointer;
  }

  .radio label:before {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid var(--nt-green-2) !important;
    margin-right: 0 !important;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.95);
  }

  .radio input[type="radio"]:checked+label:before {
    background-color: var(--nt-green-2) !important;
  }

  /* Inputs (email/phone/password/etc.) */
  .input-with-icon {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 10px;
  }

  .input-with-icon i {
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 20px !important;
    color: rgba(15, 23, 42, 0.7) !important;
  }

  .login-input {
    width: 100% !important;
    height: 48px !important;
    border-radius: var(--nt-radius-sm) !important;
    border: 1px solid rgba(15, 23, 42, 0.14) !important;
    background-color: #fff !important;
    padding: 12px 14px 12px 44px !important;
    font-size: 16px !important;
    /* prevents iOS zoom */
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  }

  .login-input:focus {
    outline: none;
    border-color: rgba(50, 127, 92, 0.7) !important;
    box-shadow: 0 0 0 4px rgba(50, 127, 92, 0.18), 0 10px 24px rgba(0, 0, 0, 0.14);
  }

  /* Terms text */
  .termsco {
    width: 100% !important;
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.35;
  }

  .termsco a {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  /* Primary submit area */
  .styled-button {
    width: 100% !important;
    margin-top: 12px;
  }

  .button {
    width: 100% !important;
    border-radius: var(--nt-radius-sm) !important;
    padding: 12px 14px !important;
    min-height: 48px;
    background-color: var(--nt-green) !important;
    box-shadow: 0 12px 24px rgba(30, 90, 50, 0.28);
  }

  .button:hover {
    background-color: var(--nt-blue) !important;
  }

  /* Error box behaves on mobile */
  .error_box {
    width: 100% !important;
  }

  .error {
    margin-left: 0 !important;
  }

  /* Mobile-first tightening */
  @media (max-width: 600px) {
    .home-pg-relation_type {
      padding: 14px !important;
      border-radius: 14px !important;
    }

    .radio-container {
      grid-template-columns: 1fr;
    }

    .radio {
      padding: 10px 12px !important;
    }
  }

  /* =========================================================
   TERMS TEXT — FORCE MULTI-LINE (3 LINES MAX)
   ========================================================= */

  .termsco {
    display: block !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
    padding: 0 12px !important;
  }

  /* Allow wrapping even if parent flex/button styles exist */
  .termsco,
  .termsco * {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  /* Optional: visually cap at ~3 lines without hiding text */
  .termsco {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: visible !important;
  }

  /* =========================================================
   FIX TERMS TEXT CLIPPING (PARENT CONTAINERS)
   ========================================================= */

  /* Button wrapper / CTA container */
  .styled-button,
  .styled-button * {
    overflow: visible !important;
  }

  /* Any flex container around the button + terms */
  .styled-button,
  .button,
  .button+.termsco,
  .termsco {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* If terms are inside a flex row */
  .styled-button {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  /* HERO HIGHLIGHT WORD (feels) */
  .home-main-heading .highlight {
    color: #d4af37 !important;
    font-weight: 700;
  }

  /* FORCE gold color for highlighted word in hero */
  #sliderContainer .heading .home-main-heading .highlight {
    color: #d4af37 !important;
  }

  /* BREAK inherited white color and force gold on highlight */
  #sliderContainer .heading .home-main-heading .hero-line2 .highlight {
    color: #d4af37 !important;
    text-shadow: none !important;
  }

  /* === HOME HERO – GOLD "feels" WORD =============================== */
  #page-home .highlight-feels {
    color: #d4af37;
    /* gold */
    font-weight: 700;
  }

  @media (min-width: 768px) and (max-width: 1024px) {

    section.home-marketing .content-3images p {
      line-height: 1.85 !important;
    }

  }

  /* =====================================================
   DESKTOP ONLY — Force "Discover Love with Netthub" to 32px
   (Overrides styles.css 30px rule)
   ===================================================== */
  @media (min-width: 1200px) {
    section.home-marketing .content-image h2 {
      font-size: 32px !important;
      line-height: 1.25 !important;
      font-weight: 700 !important;
    }
  }

  /* FIX — Discover Love with Netthub */
  .content-1image h2 {
    font-size: 30px !important;
    margin: 0 0 10px 0 !important;
  }

  @media (min-width: 1200px) {
    .content-1image h2 {
      font-size: 32px !important;
      line-height: 1.25 !important;
      font-weight: 700 !important;
    }
  }

  /* =====================================================
   DESKTOP ONLY — Force "Discover Love with Netthub" heading to 32px
   Guaranteed match (targets the H2 inside the home-marketing image block)
   ===================================================== */
  @media (min-width: 1200px) {

    section.home-marketing .container-image h2,
    section.home-marketing .content-1image h2,
    section.home-marketing .content-image h2 {
      font-size: 32px !important;
      line-height: 1.25 !important;
      font-weight: 700 !important;
      margin: 0 0 10px 0 !important;
    }

  }

  /* =====================================================
   FIX — Discover Love with Netthub heading
   ===================================================== */
  @media (min-width: 1200px) {
    section.home-marketing .content-1image>h2 {
      font-size: 32px !important;
      line-height: 1.25 !important;
      font-weight: 700 !important;
      margin: 0 0 10px 0 !important;
    }
  }

  /* =====================================================
   DESKTOP (≥1200px) — FORCE "Start Your Journey Today." H2
   ===================================================== */
  @media (min-width: 1200px) {

    section.home-marketing .h2heading>h2,
    section.home-marketing .h2heading>h2.h2heading {
      font-size: 32px !important;
      line-height: 1.2 !important;
    }

    /* In case Bootstrap/other rule is using a more specific selector */
    section.home-marketing .h2heading.row>h2 {
      font-size: 32px !important;
      line-height: 1.2 !important;
    }
  }