.main-container {
  height: 100vh;
}

.logo {
  width: 126px;
}

.icon {
  width: 60px;
}
.custom-signup-form {
    max-width: 380px;
}
.heading-sec h4 {
    font-size: 30px;
    font-weight: 700 !important;
    color: #182144 !important;
    margin-bottom: 0px;
}

.heading-sec p {
    text-align: center !important;
    color: #343849 !important;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  border-color: #DAD9DD !important;
  font-weight: bold;
  color:#182144;
}
label.form-check-label.terms-condition.small {
    font-weight: 500;
    font-size: 12px;
}

label.form-check-label.terms-condition a {
    text-decoration: underline !important;
}
.submit-btn {
  background-color: #E20019;
  padding: 14px !important;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
}
.select-services {
    font-size: 18px;
    font-weight: bold;
}

.submit-btn:hover {
  background-color: #b60000;
  
}
.form-control:focus
{
 box-shadow: none !important;
    border-color: #182144 !important;
}
.form-check-input:focus
{
  box-shadow: none !important;
    border-color: #182144 !important;
}
.right-panel {
 
  height: 100%;
  color: #fff;
}

.right-panel h3 {
  line-height: 1.4;
}

.right-panel p {
  color: #d3d3d3;
}

input::placeholder {
  color: #999;
  font-size: 0.9rem;
}

.form-check-label {
  font-size: 0.9rem;
}

.phone-row {
  display: flex;
  gap: 0.5rem;                /* space between country and phone */
  align-items: center;
}

/* Shared appearance to match screenshot: same height, rounded corners, border */
.country-select,
.phone-field {
  height: 52px;             /* exact visual height — tweak by 1-2px if needed */
  border: 1px solid #DAD9DD;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}

/* Left column width (approx) */
.country-select {
  min-width: 150px;         /* change to match your layout */
  max-width: 220px;
  position: relative;
}

/* Remove native select styling and make it full height */
.country-select .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  height: 100%;
  padding: 0;
  padding-right: 22px;      /* room for arrow */
  box-shadow: none;
}

/* small custom arrow so select shows consistent look */
.country-select .select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 14px;
  color: #222;
  pointer-events: none;     /* keeps select clickable */
}

/* Right column: phone input wrapper */
.phone-field {
  flex: 1;                  /* takes remaining width */
  padding-left: 8px;        /* space before dial */
}

/* dial code box inside phone-field */
.phone-field .dial {
  display: inline-block;
  min-width: 44px;
  text-align: center;
  font-weight: 700;         /* bold like screenshot */
  margin-right: 10px;
  color: #0b2544;           /* darker text color */
}

/* the phone input itself — remove its border, make it full height */
.phone-field .phone-input {
  border: none;
  height: 100%;
  padding: 0;
  box-shadow: none;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
}

/* when input is focused, keep the wrapper border highlight (optional) */
.country-select:focus-within,
.phone-field:focus-within {
  border-color: #cfcfdf;
}

/* Small responsive tweak to stack on narrow viewports */
/* @media (max-width: 576px) {
  .phone-row {
    flex-direction: column;
    gap: 10px;
  }
  .country-select,
  .phone-field { width: 100%; }
} */

/* ReCAPTCHA box styling */
.recaptcha-box {
  border: 1px solid #DAD9DD;
  border-radius: 8px;
  padding: 10px 14px;
  background-color: #fff;
  height: 55px;
}

.recaptcha-box .form-check-input {
  width: 18px;
  height: 18px;
  border: 1.5px solid #999;
  border-radius: 4px;
}

.recaptcha-box label {
  color: #3c3c3c;
  font-size: 0.9rem;
  font-weight: 400;
}

.captcha-icon {
  height: 38px;
  width: auto;
}
.signup-logo img
{
  position: fixed;
}
/* Right panel base */
.right-panel {
    background: linear-gradient(180deg, #0e1a36 0%, #0d1b35 100%);
    color: #ffffff;
    min-height: 100vh;
    position: relative;
    padding: 48px 45px;
    /* overflow: hidden; */
    background: #182144;
    position: fixed;
    right: 0;
    top: 0;
    padding-right: 50px;
 
}
/* inner wrapper keeps content aligned */
.right-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Heading style (top-left; large, white) */
.right-head {
    /* font-family: "Inter", "Segoe UI", sans-serif; */
    font-size: 28px;
    line-height: 1.05;
    font-weight: 700;
    margin: 18px 0 40px 6px;
    max-width: 340px;
    color: #ffffff;
    z-index: 30;
    position: relative;
    z-index:99
}

/* Decorative SVG lines in top-left */
.decor-lines {
  position: absolute;
  left: 28px;
  top: 26px;
  width: 420px;
  height: 180px;
  pointer-events: none;
  z-index: 10;
  opacity: 0.9;
}

/* top-right dot group */
.dots-top {
  position: absolute;
  right: 36px;
  top: 36px;
  z-index: 12;
  opacity: 0.95;
}

/* large phone illustration */
.phone-illustration {
  position: absolute;
  right: 8%;
  top: 18%;
  width: 75%;
  max-width: 540px; /* cap so it doesn't overflow */
  transform: rotate(-18deg) translateZ(0);
  transform-origin: center;
  z-index: 20;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 18px 30px rgba(2,8,20,0.55));
}

/* small dot cluster bottom-left */
.dots-bottom {
  position: absolute;
  left: 40px;
  bottom: 120px;
  z-index: 11;
}

/* Large soft curved lines bottom-right */
.decor-lines-bottom {
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 520px;
  height: 320px;
  z-index: 9;
  opacity: 0.7;
  pointer-events: none;
}

/* promo text at bottom-left */
.promo-text {
  position: absolute;
  left: 20px;
  bottom: 45px;
  /* //max-width: 320px; */
 
  color: #fff !important;
  z-index: 30;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
}


/* small screens: hide svg clutter & adjust sizes */
@media (max-width: 991.98px) {
  .right-panel { display: none; } /* hide on md/sm as original design */
}

/* tweak for very large screens */
@media (min-width: 1400px) {
  .phone-illustration { right: 6%; top: 14%; width: 58%; max-width: 760px; }
  .right-head { font-size: 30px; max-width: 420px; margin-left: 10px; }
}

/*--------------------otp----------------*/
.otp-subtitle {
      color: #555;
      margin-bottom: 20px;
    }

    .otp-email {
      font-weight: 500;
      color: #000;
      margin-bottom: 30px;
    }

    .otp-inputs {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .otp-inputs input {
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 20px;
      border: 1px solid #ccc;
      border-radius: 8px;
      outline: none;
      transition: all 0.2s;
    }

    .otp-inputs input:focus {
      border-color: #d0021b;
      box-shadow: 0 0 5px rgba(208, 2, 27, 0.3);
    }
    .otp-container p.text-muted {
    font-size: 13px;
    font-weight: 400;
    padding: 1.5rem;
    padding-bottom: 1rem;
}
p.otp-email {
    font-size: 15px;
}
    .otp-resend {
      font-size: 0.9rem;
      margin-bottom: 25px;
      color: #555;
    }
    .otp-resend {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

  .otp-resend a {
    color: #659A11;
    text-decoration: none;
    font-weight: 600;
}

    .otp-btn {
      background-color: #E20019;
      color: #fff;
      border: none;
      width: 100%;
      padding: 12px;
      border-radius: 30px;
      font-weight: 500;
      transition: background 0.3s;
    }

    .otp-btn:hover {
      background-color: #b00016;
    }
.alert.alert-warning {
    border-color: #C5463D;
    background: #FDD4D1;
    color: #C04B42;
    padding: 5px;
    font-weight: normal;
    border: 1px solid;
}

.alert.alert-warning a {
    color: #C04B42;
}

/* Warning panel */
    .warn-panel{
      display: flex;
      align-items: center;
      gap: 12px;
      background: var(--warn-bg);
      border: 1.5px solid var(--warn-border);
      border-radius: var(--panel-radius);
      padding: 10px 14px;
      font-size: 13px;
      color: #6b2b2b;           /* dark red-ish text */
      line-height: 1.15;
      box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
    }

    /* Info icon circle */
    /* .warn-icon{
      display: inline-grid;
      place-items: center;
      min-width: 28px;
      min-height: 28px;
      border-radius: 50%;
      border: 1px solid var(--warn-accent);
      background: white;
      box-shadow: 0 1px 0 rgba(0,0,0,0.03);
      flex-shrink: 0;
    } */
    .warn-icon svg{ width: 14px; height: 14px; display:block; }

    /* Text area */
    .warn-text{
      flex: 1 1 auto;
      text-align: left;
    }

    .warn-text strong{
      display:block;
      font-weight:600;
      margin-bottom:2px;
     
      font-size: 13px;
    }

    .warn-text a{
      color: var(--link-blue);
      text-decoration: none;
      margin-left: 4px;
      font-weight:500;
    }
    .warn-text a { text-decoration: underline; }

  .warn-panel.small {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
}

    /* Placeholder text styling */
.form-input::placeholder {
    color: #182144;          /* light grey (same as screenshot) */
    opacity: 1;              /* ensure full visibility */
    font-size: 18px;         /* match input text size */
    font-weight: 600;
}

/* For Safari */
.form-input::-webkit-input-placeholder {
    color: #182144;
    font-weight: 600;
}

/* For Firefox */
.form-input::-moz-placeholder {
    color: #182144;
    font-weight: 600;
}

/* For Internet Explorer/Edge Legacy */
.form-input:-ms-input-placeholder {
    color: #182144;
    font-weight: 600;
}

/* For modern Edge */
.form-input::-ms-input-placeholder {
    color: #182144;
    font-weight: 600;
}

.panel-design {
    position: absolute;
}

.top-frame.panel-design {
    left: 0px;
    top: 0px;
}

.bottom-frame.panel-design {
    bottom: 0px;
    right: 0px;
}

.left-dot-design.panel-design {
    bottom: 18%;
    left: -20px;
}

.right-dot-design.panel-design {
    right: 0px;
    top: 30%;
}
.center-img.panel-design {
    left: -33px;
    top: 33%;
}
p.promo-text {
    padding: 0px 25px;
    padding-right: 20px;
}
.center-img.panel-design img {
    width: 100%;
}

/*----------------------custom select---------*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
 
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 43%;
    right: 10px;
    width: 15px;
    height: 8px;
    /* border: 6px solid transparent; */
    /* border-color: #fff transparent transparent transparent; */
    background: url(../assets/country-dropdown.svg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  /* border-color: transparent transparent #fff transparent; */
 width: 15px;
    height: 8px;
    /* border: 6px solid transparent; */
    /* border-color: #fff transparent transparent transparent; */
    background: url(../assets/country-dropdown.svg);
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  /* padding: 8px 0px; */
  /* border: 1px solid transparent; */
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  user-select: none;
}
.select-items div {
    padding: 10px;
    /* border: 1px solid #DAD9DD; */
    border-bottom: 0;
    box-shadow: 0px 4px 5px rgba(51, 51, 51, 0.3);
    background: #fff;
}

.select-items {
    border-radius: 10px;
    border: 1px solid #DAD9DD;
    border-top: 0;
}

.select-items div:last-child {
    border-radius: 0px 0px 10px 10px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
      max-height: 200px;
    height: 200px;
    overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #F0F0F0;
}

/*----------------grey banner---------------*/
.gray-right-banner {
    background: #EDF1F5;
}
.gray-right-banner .right-head
{
  color: #182144;
}
.gray-right-banner .promo-text
{
  color:#182144 !important;
}
.grey-center-img-sec {
    position: absolute;
    top: 30%;
}

.gray-right-banner img.g-center-icon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.gray-right-banner img.g-center-img {
    position: relative;
    top: 20px;
}
.gray-right-banner .grey-top-frame {
    left: -8% !important;
    top:-5% !important;
}
.gray-right-banner .grey-bottom-frame {
    bottom: -2%;
    right: -1%;
}
@media only screen and (max-width: 1300px)
{
  .right-head
  {
    font-size: 20px;
  }
/*--------------blue banner----------------*/
.top-frame.panel-design img {
    width: 80%;
}  
.center-img.panel-design img {
    width: 80%;
}
.center-img.panel-design
{
  left: -23px;
}
p.promo-text {
    font-size: 12px;
}
.bottom-frame.panel-design {
    /* width: 60%; */
    /* right: -20% !important; */
    right: -6%;
    bottom: -16%;
}
/*------------------greybanner-----------*/
  .gray-right-banner .grey-top-frame img {
    width: 80%;
}
.gray-right-banner .grey-bottom-frame img {
    width: 80%;
}
.gray-right-banner img.g-center-img {
    width: 75%;
}
.gray-right-banner img.g-center-icon {
    width: 20%;
    right: 20%;
}
.gray-right-banner .promo-text {
    font-size: 12px;
}
.custom-signup-form
{
  padding-bottom: 20px;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1500px)
{
  .right-head
  {
    font-size: 25px;
  }
/*--------------blue banner----------------*/
.top-frame.panel-design img {
    width: 80%;
}  
.center-img.panel-design img {
    width: 80%;
}
.center-img.panel-design
{
  left: -23px;
}
p.promo-text {
    font-size: 14px;
}
.bottom-frame.panel-design {
    /* width: 60%; */
    /* right: -20% !important; */
    right: -6%;
    bottom: -16%;
}
  
.gray-right-banner .grey-top-frame img {
    width: 90%;
}
.gray-right-banner .grey-bottom-frame img {
    width: 90%;
}
.gray-right-banner img.g-center-img {
    width: 85%;
}
.gray-right-banner img.g-center-icon {
    width: 20%;
    right: 20%;
}
.gray-right-banner .promo-text {
    font-size: 14px;
}
.custom-signup-form
{
  padding-bottom: 20px;
}
}
@media only screen and (max-width: 991px)
{
  .height-auto {
    height: auto !important;
}
.mobile-form {
    margin-top: 4rem;
}
.signup-logo img
{
  position: static;
}
}

@media only screen and (max-width: 661px)
{
  .custom-signup-form {
    max-width: 100% !important;
    width: 95% !important;
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px)
{
  .right-icons.right-corner nav.navbar {
    justify-content: center;
}
}


/* tooltip container */
.error-tooltip {
  position: absolute;
  z-index: 1050;
  background: #f8d7da;       /* light red background */
  color: #842029;            /* dark red text */
  border: 1px solid #f5c2c7;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  white-space: nowrap;
  transform-origin: left center;
  transition: transform .12s ease, opacity .12s ease;
  opacity: 0;
  pointer-events: none;
}

/* visible state */
.error-tooltip.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* small arrow */
.error-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

/* arrow when placed to the right of the field */
.error-tooltip.placement-right::after{
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 6px 6px 0;
  border-color: transparent #f8d7da transparent transparent;
  filter: drop-shadow(-2px 0 1px rgba(0,0,0,0.03));
}

/* arrow when placed above the field */
.error-tooltip.placement-top::after{
  bottom: -6px;
  left: 12px;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #f8d7da transparent;
}

/* compact text */
.error-tooltip small {
  display:block;
  color: rgba(0,0,0,0.6);
  font-size: 11px;
}

/* Make sure .form-check checkboxes have relative position for inline placement fallback */
.form-check, .input-group, .custom-select, .form-control {
  position: relative;
}

/* Input invalid outline (optional) */
label.error-inline {
  display: none; /* we won't show inline labels */
}
.form-control.error {
  box-shadow: 0 0 0 0.12rem rgba(220,53,69,.12);
  border-color: #dc3545;
}

         label.error {
    color: red;
    font-size: 11px;
    position: absolute;
    top: 33px;
    left: 18px;
}
.posreal{
    position: relative;
}
    #imageCaptchaBlock {
  user-select: none;
}

#captchaCanvas {
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.08);
  background: #f8f9fa;
}
