.topmargin{margin-top: 110px;}
.separator {
  width: 100%;
  height: 2px;
  background-color: #525252;
  margin: 40px 0;
  opacity: .3;
}
/* Breadcrumb */
.breadcrumb {
  display: flex;
  list-style: none;
  padding: 10px;
  border-radius: 5px;
  background: transparent;
}
.breadcrumb li {
  margin-right: 10px;
}
.breadcrumb li a {
  text-decoration: none;
  color: var(--themeprimary);
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb li::after {
  content: "›";
  margin-left: 10px;
  color: #6c757d;
}
.breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb li:last-child a {
  
  color: var(--themeprimary);
}
/* Highlight */
.highlightsection::before {
  content: '';
  transform: translate(0, 0%) rotate(-65deg);
  z-index: 1;
  position: absolute;
  width: 234px;
  height: 160px;
  top: 10%;
  right: -80px;
  background: url('../images/object4.png') no-repeat center;
  background-size: cover;
}
.highlightblock{display: flex; justify-content: space-between; align-items: center; color: #fff; }


.highlightblock:before {
  content: '';
  position: absolute;
  width: 450px;
  height: 700px;
  right: -4%;
  top: -20%;
  transform: translate(-30%, 40%) rotate(70deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  opacity: 33%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 20%;
}

.highttxt{width: 100%; max-width: 800px; position: relative;}
.highttxt::after {
  content: '';
  transform: translate(0%, 0%) rotate(-43deg);
  z-index: -5;
  position: absolute;
  width: 100px;
  height: 65px;
  bottom: 22%;
  right: -4%;
  background: url('../images/object3.png') no-repeat center;
  background-size: cover;
}
.highlightblock h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.highlightblock h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
}


.highlightblock p {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 20px;
  color: #A6A6A6;
}
.counter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter-box {
  max-width: 330px;
  position: relative;
}
.counter-box h2 {
  font-weight: 400;
  font-size: 43px;
  line-height:normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  margin: 0;
  font-family: var(--font-family-secondary);
}
.counter-box p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: none;
    margin: 30px 0 0;    
  font-family: var(--font-family-primary);
  color: #fff;
}
.counter-box p:before{
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 26px;
background-color: var(--themeprimary);
  border-radius: 5px;
}

/* Benefit */
.benefit-section {
  margin: 0 0 10px;
}


.benefit-title {
font-weight: 400;
font-size: 40px;
line-height: normal;
letter-spacing: normal;
color: #fff;
margin-bottom: 20px;
}

.benefit-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.benefit-col {
  width: calc(50% - 20px);     margin: 0 0 30px;
}

.benefit-col:last-child {
   margin: 0;
}

.benefit-col h3 {
font-weight: 400;
font-size: 18px;
line-height: normal;
letter-spacing: .6px;
text-transform: uppercase;
color: #fff;
margin-bottom: 8px;
}

.benefit-col ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.benefit-col ul li {
  color: #A6A6A6;
  font-family: var(--font-family-secondary);
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.1px;

}


/* Form */
.formsection {
  padding: 20px;
  position: relative;
}
.formsection:before {
  content: '';
  position: absolute;
  width: 450px;
  height: 700px;
  left: 10%;
  top: -94%;
  transform: translate(-30%, 40%) rotate(70deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themesecondary);
  opacity: 20%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 20%;
}
.formsection::after {
  content: '';
  transform: translate(0%, 0%) rotate(-6deg);
  z-index: 1;
  position: absolute;
  width: 280px;
  height: 195px;
  top: 2%;
  left: -6%;
  background: url('../images/object2.png') no-repeat center;
  background-size: cover;
}
.formbuild{display: flex;}
.formbuild form{width: 60%;}

.innerformbuild{display: flex;    flex-wrap: wrap;
  gap: 15px;}
.formheading {
  margin-bottom: 20px;
  max-width: 450px;
    margin-right: 50px;
    width: 40%;
}

.formheading h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}


.formheading p {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 20px;
  color: #A6A6A6;
}

.formblock {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-group {
  width: calc(50% - 10px); /* Two columns in a row */
  min-width: 300px; /* Ensures responsiveness */
  margin: 0;
  position: relative;
}

.form-group label {
  display: block;
  font-weight: 400;
  margin: 14px 0 0;
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: none;
}
.form-group label p{
  display: block;
  font-weight: 400;
  margin: 14px 0 0;
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #A6A6A6;
}

.form-group input,.form-group textarea {
  width: 100%;
  padding: 13px 22px;
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  gap: 10px;
  border-radius: 25px;
  background: transparent;
  color: #525252;
  border: 2px solid transparent; /* Transparent border */
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#000, #000), 
                    linear-gradient(45deg, #a6a6a6, #a6a6a6); /* Gradient border */
  transition: all 0.3s ease-in-out;
  margin: 17px 0 0;
  color: #fff;
}
.form-group textarea {min-height: 150px;}


.form-group input:hover, .form-group textarea:hover {
  outline: none;  
  background-image: linear-gradient(#000, #000), 
                    linear-gradient(45deg, #ff6b6b, #ff6b6b); /* Gradient border */
}

.form-group input:focus,.form-group textarea:focus {
  outline: none;  
  background-image: linear-gradient(#000, #000), 
                    linear-gradient(90deg, #ff6b6b, #6b6bff); /* Gradient border */
}
.form-group input::placeholder,.form-group textarea::placeholder {
  color: #525252; /* Change text color */
  opacity: 1; /* Ensure it's fully visible */
}
.custom-dropdown {
  position: relative;
}

.form-group input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

.custom-dropdown select {
  appearance: none; /* Hide default dropdown */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid transparent;
  width: 100%;
  cursor: pointer;
  padding: 13px 22px;
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;  
  color: #525252;
  border-radius: 25px;
  background-image: linear-gradient(#000, #000), 
                    linear-gradient(45deg, #a6a6a6, #a6a6a6); 
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease-in-out;
  margin: 17px 0 0;
}

/* Custom arrow */
.custom-dropdown::after {
  content: "";
  position: absolute;
  top: 76px;
  right: 25px;
  width: 24px;
  height: 24px;
  background-image: url('../images/dropdown.png'); /* Replace with your arrow image */
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
  transform: translateY(-50%) rotate(-90deg);
}

/* Rotate arrow when dropdown is focused */
.custom-dropdown:focus-within::after {
  transform: translateY(-50%) rotate(0deg);
}

/* Hover effect */
.custom-dropdown select:hover {
  background-image: linear-gradient(#000, #000), 
                    linear-gradient(45deg, #ff6b6b, #ff6b6b);
}

/* Focus effect */
.custom-dropdown select:focus {
  outline: none;
  background-image: linear-gradient(#000, #000), 
                    linear-gradient(90deg, #ff6b6b, #6b6bff);
                    
  color: #fff;
}

.form-group .input-field {
  color: gray; /* Placeholder-like color */
}

.form-group .input-field:valid {
  color: #fff; /* Changes color when an option is selected */
}



  /* Style the dropdown options */
  .custom-dropdown select option {
    background: #D9D9D9; /* Background */
    color: #333;
    padding: 10px;
    font-size: 16px;
  }
  .custom-dropdown select option:hover {
    background: #D9D9D9! important; 
  }

  /* Highlight selected option */
  .custom-dropdown select option:checked {
    background: #D9D9D9; 
    color: var(--themeprimary);
  }

.custom-checkbox {
  display: none;
}

/* Custom checkbox style */
.custom-checkbox + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* Create custom box */
.custom-checkbox + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 2px solid #007bff;
  border-radius: 4px;
  background-color: white;
}

/* Add checkmark when checked */
.custom-checkbox:checked + label::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 14px;
  color: #fff! important;
  font-weight: 400;
}

/* Change checkbox background when checked */
.custom-checkbox:checked + label::before {
  background-color: #007bff;
  border-color: #007bff;
}

.radio-group {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}

.radio-group input[type="radio"] {
  accent-color: #007bff; /* Custom color for radio button */
  width: auto;
}

/* Highlight error fields in red */
.form-group input.error, .form-group select.error {
  background-image: linear-gradient(#000, #000), 
  linear-gradient(90deg, red, red); /* Gradient border */
}

/* Show error messages */
.error-message, span.error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: none;
  font-family: var(--font-family-secondary);
}

.file-upload {
  border: 1px dashed #A6A6A6;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin: 20px 0 8px;
}

.file-upload .headingupload{color: #fff;font-family: var(--font-family-secondary); text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  }

.file-upload input {
  display: none;
}

.file-upload label {
  background-color: var(--themeprimary);
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  cursor: pointer;
  border: 0;
  display: inline-flex;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;    justify-content: center;
  align-items: center;

}

.file-upload label img{margin-left: 6px;}

.file-upload label:hover {
  background: var(--themeprimary);
  background: linear-gradient(100deg, var(--themeprimary) 0%, var(--themesecondary) 100%);
}

.file-name {
  margin-top: 10px;
  color: #757575;
  font-family: var(--font-family-secondary);
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.4px;
text-align: center;

}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #006FF0;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Terms link style */
.form-group a {
  color: #006FF0;
  text-decoration: none;
  font-weight: bold;
}

.form-group a:hover {
  text-decoration: underline;
}

.profession-fields{display: flex; width: 100%;
      flex-wrap: wrap;
      gap: 15px;}


/* Hide modal by default */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

/* Modal content */
.modal-content {
  background-color: #202020;
  padding: 30px;
  border-radius: 15px;
  width: 100%; /* Medium size */
  max-width: 1000px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
  color: #fff;
  border: 1px solid var(--themeprimary);
}

/* Close button */
.close {
  position: absolute;
    right: 30px;
    top: 30px;
    font-size: 26px;
    cursor: pointer;
    background-color: var(--themeprimary);
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    text-shadow: none;
    color: #333;
}

.dropdown {
  position: absolute;
  width: 100%;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  display: none;  
  z-index: 10;
  border: 1px solid transparent;
}
.dropdown div {
  padding: 10px;  
  font-family: var(--font-family-secondary);
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
}
.dropdown div:hover {
  color: var(--themeprimary);
  background: #D9D9D9;
}

.successpopup{max-width: 531px; display: block;    text-align: center;}
.successpopup img{width: 135px;}
.successpopup h3{
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin: 10px 0 0;
  }
  .successpopup p{
   font-family: var(--font-family-secondary);
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px;
text-align: center;
    color: #A6A6A6;
    margin: 10px 0 8px;
    }
    .failurepopup{max-width: 531px; display: block;    text-align: center;}
.failurepopup img{width: 135px;}
.failurepopup h3{
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin: 10px 0 0;
  }
  .failurepopup p{
   font-family: var(--font-family-secondary);
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px;
text-align: center;
    color: #A6A6A6;
    margin: 10px 0 8px;
    }
    
  .failurepopup p a{
     color: #006FF0;
     }
/* Offer */


.offercontain{position: relative;}
.offerimg {
  transform: translate(0, 0%) rotate(0);
  z-index: -5;
  position: absolute;
}

.offercontain .enddate {color: var(--themeprimary);}

.offerimg.reg-speaker {
  bottom: 29.3%;
  right: 21.4%;
}

.offerimg.reg-member {
  top: -20px;
  right: 10.5%;
  width: 270px;
}
.offerimg.reg-member img{width: 100%;}

.offerimg.reg-offer {
  bottom: 27%;
  right: 19.3%;
}

.offerimg.reg-sponsor {
  bottom: -3%;
  right: 13.6%;
}


.offerblock {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.offerblock h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.offerblock h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 24px;
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 30px;
}


.offerblock p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin-bottom: 24px;
}

/* Contact */
.contacteffect{height: 50px;}
.contacteffect::before {
  content: '';
  transform: translate(0, 0%) rotate(-65deg);
  z-index: 1;
  position: absolute;
  width: 234px;
  height: 160px;
  top: 10%;
  right: -80px;
  background: url('../images/object4.png') no-repeat center;
  background-size: cover;
  z-index: -1;
}

.contacteffect:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 700px;
  right: -4%;
  top: -40%;
  transform: translate(-30%, 40%) rotate(70deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  opacity: 20%;
  filter: blur(130px);
  transform-origin: center;
}

.contactform:before {
  content: '';
  position: absolute;
  width: 450px;
  height: 700px;  
  top: 0;
  transform: translate(-30%, 0%) rotate(70deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themesecondary);
  opacity: 20%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 20%;
}
.contactform::after {
  content: '';
  transform: translate(0%, 0%) rotate(-6deg);
  z-index: 1;
  position: absolute;
  width: 280px;
  height: 195px;
  top: 70%;
  left: -6%;
  background: url(../images/object2.png) no-repeat center;
  background-size: cover;
}
.contactform h3{margin-bottom: 35px;}
.contactdetail{display: block; justify-content: center; align-items: center; background-color: #202020; border-radius: 13px;}

.contactdetail img{margin-right: 10px;}
p.contactdetail {
  display: inline-flex;
  text-align: left;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-secondary);
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px; color: #fff;    margin-bottom: 18px;
}
p.contactdetail a{color: #fff; text-decoration: none;}
p.contactdetail a:hover{color:var(--themeprimary)}

/* dropdowns */
.custdropdown {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none; /* Always visible */
    font-family: var(--font-family-secondary);
    
  z-index: 10;
}

.dropdown-item {
    padding: 8px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    color: var(--themeprimary);
}
/* Media Query */
@media (min-width: 992px) {}

@media (max-width: 992px) {
  .custcontainer {padding: 0 20px;}
  .breadcrumb {
    padding: 10px 0;
    display: none;}
.highlightblock {
  flex-direction: column-reverse;
  padding: 0;
}
.highlightimg{overflow: hidden;
  height: 370px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 90%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 90%);}
  .highlightimg img{width: 100%;}

  .highlightsection::before {
    width: 154px;
    height: 160px;
    top: 10%;
    right: auto;
}
.highlightblock:before {
  width: 100%;
  height: 300px;
  right: 0;
  top: 0;
  transform: translate(-30%, 40%) rotate(0deg);
}
.highlightblock h5 {letter-spacing: 10px;}
  .highlightblock p {font-size: 14px;}
  .counter-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}
.counter-box {
  width: auto;
}
.separator {
  margin: 20px 0;
  opacity: .6;
}
.benefit-col {
  width: 100%;
  margin: 0 0 10px;
}
.formsection {
  padding: 0;
}
.formheading {
  margin-bottom: 0;
  margin-right: auto;
  width: 100%;
}
.formbuild {
  flex-direction: column;
  width: 100%;
}
.formbuild form {
  width: 100%;
}
.highttxt::after {
  right: 0;
}
.formsection:before {
  width: 100%;
  height: 300px;
  transform: translate(-30%, 40%) rotate(0deg);
}
.formsection::after {
  width: 108px;
        left: auto;
        z-index: -1;
        right: 10%;
        opacity: .8;
}
.modal-content {
  padding: 30px 20px;
        width: 100%;
        max-width: 1000px;
        margin: 0 15px;
}
.modal {
  width: 100%;}
  .form-group .cm-btn{width: 100%;}
  .form-group {
    width: 100%; /* Full width on small screens */
  }
  .offerimg.reg-member {
    top: 0;
    right: auto;
    position: relative;
    width: auto;
}

.offerimg {
     z-index:0; 
}
.contacteffect {
  height: 20px;
}
.contactform:before,.contactform::after{display: none! important;}
}
.terms-content {
  overflow-y: scroll;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; /* Prevents hover effects */
}


/*----------------------- Refer Friend Css --------------*/

.blink-hard {
  animation: blinker 0.4s step-end infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.referal-modal #modal-body ul li, .referal-modal #modal-body ol li, .referal-modal #modal-body p {
    font-family: var(--font-family-secondary);
}

/*----------------------- Refer Friend Css End here--------------*/