/*



Theme Name: HMSRVC 



Author: HMSRVC



Description: HMSRVC 



Version: 1.1



Date: JUN 2026

*/


/* ============================================================
   HMSRVC REALTOR PITCH PAGE — Custom CSS (Bootstrap 5 companion)
   WordPress-ready: .hmsrvc- namespace throughout
   ============================================================ */

:root {
  /* Palette aligned to hmsrvc.com/lp/homeowner — navy brand scheme */
  --hmsrvc-blue:        #0D3F88;  /* navy (primary)             */
  --hmsrvc-blue-dark:   #1E4FA6;  /* navy-2 (gradient / hover)  */
  --hmsrvc-blue-light:  #EEF2FF;  /* navy icon / pill tint      */
  --hmsrvc-green:       #0D3F88;  /* folded into navy           */
  --hmsrvc-green-light: #EEF2FF;  /* folded into navy tint      */
  --hmsrvc-gold:        #fbbf24;  /* kept for welcome-coins only */
  --hmsrvc-surface:     #F5F7FB;  /* homeowner light surface    */
  --hmsrvc-border:      #E7ECF5;  /* homeowner border           */
  --hmsrvc-text:        #1A1A2E;  /* ink                        */
  --hmsrvc-muted:       #5b6473;  /* muted                      */
  --hmsrvc-dark:        #0b1f3a;  /* homeowner dark (footer)    */
}

/* ── Soft Launch Banner ── */
.hmsrvc-launch-banner {
  background: linear-gradient(90deg, #0D3F88, #1E4FA6);
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
}

/* ── Navbar ── */
.hmsrvc-navbar { border-bottom: 1px solid var(--hmsrvc-border); }
.hmsrvc-navbar .navbar-brand img { height: 34px; }
.hmsrvc-nav-badge {
  font-size: .78rem;
  color: var(--hmsrvc-muted);
  background: #f3f4f6;
  border-radius: 20px;
  padding: 4px 14px;
  border: 1px solid var(--hmsrvc-border);
}

/* ── Buttons ── */
.btn-hmsrvc-primary {
  background-color: var(--hmsrvc-blue);
  border-color: var(--hmsrvc-blue);
  color: #fff; font-weight: 700; border-radius: 8px;
}
.btn-hmsrvc-primary:hover { background-color: var(--hmsrvc-blue-dark); border-color: var(--hmsrvc-blue-dark); color: #fff; }
.btn-hmsrvc-outline {
  background: transparent; border: 1.5px solid var(--hmsrvc-blue);
  color: var(--hmsrvc-blue); font-weight: 600; border-radius: 8px;
}
.btn-hmsrvc-outline:hover { background: var(--hmsrvc-blue-light); color: var(--hmsrvc-blue); }
.btn-hmsrvc-white { background: #fff; color: var(--hmsrvc-blue); font-weight: 700; border-radius: 8px; }
.btn-hmsrvc-white:hover { background: #f0f6ff; color: var(--hmsrvc-blue); }
.btn-hmsrvc-ghost {
  background: rgba(255,255,255,.12); color: #fff;
  border: 1.5px solid rgba(255,255,255,.3); font-weight: 600; border-radius: 8px;
}
.btn-hmsrvc-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ── Hero ── */
.hmsrvc-hero {
  background: linear-gradient(135deg, #EEF2FF 0%, #fff 60%, #F5F7FB 100%);
  border-bottom: 1px solid var(--hmsrvc-border);
}
.hmsrvc-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--hmsrvc-green-light); color: var(--hmsrvc-green);
  border-radius: 20px; padding: 5px 16px;
  font-size: .78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .8px; border: 1px solid #cdd9f3;
}
.hmsrvc-stat-num { font-size: 1.6rem; font-weight: 900; color: var(--hmsrvc-blue); letter-spacing: -1px; line-height: 1; }
.hmsrvc-stat-label { font-size: .75rem; color: var(--hmsrvc-muted); margin-top: 2px; }
.hmsrvc-stats-divider { border-top: 1px solid var(--hmsrvc-border); }

/* ── Lead Form ── */
.hmsrvc-lead-form {
  background: #fff; border-radius: 14px; padding: 32px 28px;
  box-shadow: 0 8px 40px rgba(13,63,136,.12); border: 1px solid #cdd9f3;
}
.hmsrvc-lead-form .form-label { font-size: .8rem; font-weight: 600; color: #374151; }
.hmsrvc-lead-form .form-control {
  border: 1.5px solid var(--hmsrvc-border); border-radius: 8px;
  font-size: .9rem; padding: 10px 14px; transition: border-color .18s, box-shadow .18s;
}
.hmsrvc-lead-form .form-control:focus {
  border-color: var(--hmsrvc-blue); box-shadow: 0 0 0 3px rgba(13,63,136,.12);
}
.hmsrvc-form-submit {
  width: 100%; background: var(--hmsrvc-blue); color: #fff;
  font-weight: 700; font-size: 1rem; border: none; border-radius: 9px;
  padding: 13px; cursor: pointer; transition: background .18s;
}
.hmsrvc-form-submit:hover { background: var(--hmsrvc-blue-dark); }
.hmsrvc-form-success { display: none; text-align: center; padding: 20px 0; }

/* ── Trust Bar ── */
.hmsrvc-trust-bar { background: var(--hmsrvc-surface); border-bottom: 1px solid var(--hmsrvc-border); }
.hmsrvc-trust-text { font-size: .875rem; font-weight: 600; color: #374151; }
.hmsrvc-trust-sub  { font-size: .75rem; color: var(--hmsrvc-muted); }

/* ── Section headings ── */
.hmsrvc-eyebrow {
  font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--hmsrvc-blue);
}

/* ── Value cards ── */
.hmsrvc-value-card {
  background: #fff; border: 1px solid var(--hmsrvc-border); border-radius: 12px;
  padding: 26px 22px; transition: box-shadow .2s, border-color .2s; height: 100%;
}
.hmsrvc-value-card:hover { box-shadow: 0 4px 20px rgba(13,63,136,.1); border-color: #cdd9f3; }
.hmsrvc-value-icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.vi-blue   { background: var(--hmsrvc-blue-light); }
.vi-green  { background: var(--hmsrvc-green-light); }
.vi-yellow { background: var(--hmsrvc-blue-light); }
.vi-purple { background: var(--hmsrvc-blue-light); }
.vi-red    { background: var(--hmsrvc-blue-light); }
.vi-teal   { background: var(--hmsrvc-blue-light); }
.hmsrvc-value-icon i { color: var(--hmsrvc-blue); line-height: 1; }

/* ── Feature rows ── */
.hmsrvc-feature-img {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.1); background: var(--hmsrvc-surface);
}
.hmsrvc-feature-img img { width: 100%; display: block; }

/* ── App screenshot in a phone mockup ── */
.hmsrvc-phone {
  position: relative; box-sizing: border-box;
  width: 100%; max-width: 260px; margin: 0 auto; display: block;
  background: linear-gradient(160deg, #1a2740, #0b1f3a);
  border-radius: 42px; padding: 9px;
  box-shadow: 0 24px 50px rgba(13,63,136,.22), inset 0 0 0 2px rgba(255,255,255,.06);
}
.hmsrvc-phone img { width: 100%; height: auto; display: block; border-radius: 34px; }
.hmsrvc-check-list { list-style: none; padding: 0; }
.hmsrvc-check-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .9rem; color: #374151; margin-bottom: 10px;
}
.hmsrvc-check-list li::before { content: "✓"; color: var(--hmsrvc-green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* ── Services grid ── */
.hmsrvc-service-chip {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--hmsrvc-border); border-radius: 10px;
  padding: 14px 16px; font-weight: 600; font-size: .875rem; color: #374151;
  transition: box-shadow .2s, border-color .2s;
}
.hmsrvc-service-chip:hover { box-shadow: 0 2px 12px rgba(13,63,136,.1); border-color: #cdd9f3; }

/* ── How it works ── */
.hmsrvc-step-num {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--hmsrvc-blue); color: #fff; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--hmsrvc-blue); position: relative; z-index: 1;
}
.hmsrvc-steps-row { position: relative; }
.hmsrvc-steps-row::before {
  content: ''; position: absolute; top: 27px; left: 15%; right: 15%;
  height: 2px; background: linear-gradient(90deg, var(--hmsrvc-border), var(--hmsrvc-blue), var(--hmsrvc-border));
}
@media (max-width: 767.98px) { .hmsrvc-steps-row::before { display: none; } }

/* ── App strip ── */
.hmsrvc-app-strip { background: var(--hmsrvc-surface); border-top: 1px solid var(--hmsrvc-border); border-bottom: 1px solid var(--hmsrvc-border); }
.hmsrvc-app-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: #0b1f3a; color: #fff; border-radius: 12px;
  padding: 11px 22px; font-weight: 600; text-decoration: none; transition: background .2s;
}
.hmsrvc-app-badge:hover { background: #13284a; color: #fff; }
.hmsrvc-app-badge-sub  { font-size: .7rem; opacity: .75; font-weight: 400; }
.hmsrvc-app-badge-main { font-size: 1rem; font-weight: 700; line-height: 1.2; }

/* ── Coin section ── */
.hmsrvc-coin-section {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 60%, #0c1a2e 100%);
  position: relative; overflow: hidden;
}
.hmsrvc-coin-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(234,179,8,.08) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(13,63,136,.18) 0%, transparent 50%);
  pointer-events: none;
}
.hmsrvc-coin-eyebrow { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--hmsrvc-gold); }
.hmsrvc-gold-text  { color: var(--hmsrvc-gold) !important; }
.hmsrvc-coin-amount { font-size: 5.5rem; font-weight: 900; letter-spacing: -4px; color: var(--hmsrvc-gold); line-height: 1; }
.hmsrvc-coin-dollar-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(251,191,36,.12); border: 1px solid rgba(251,191,36,.3);
  border-radius: 20px; padding: 5px 14px;
  font-size: .85rem; font-weight: 600; color: var(--hmsrvc-gold);
}
.hmsrvc-coin-pile { position: relative; width: 160px; height: 160px; flex-shrink: 0; }
.hmsrvc-coin-circle {
  position: absolute; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; box-shadow: 0 8px 24px rgba(0,0,0,.5);
}
.hc1 { width: 90px; height: 90px; background: linear-gradient(135deg, #fbbf24, #d97706); top: 0; left: 50%; transform: translateX(-50%); animation: hcFloat1 3s ease-in-out infinite; }
.hc2 { width: 72px; height: 72px; background: linear-gradient(135deg, #fcd34d, #f59e0b); bottom: 10px; left: 0; animation: hcFloat2 3.2s ease-in-out infinite .4s; }
.hc3 { width: 64px; height: 64px; background: linear-gradient(135deg, #fde68a, #fbbf24); bottom: 10px; right: 0; animation: hcFloat2 2.8s ease-in-out infinite .8s; }
@keyframes hcFloat1 { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-10px)} }
@keyframes hcFloat2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
.hmsrvc-coin-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px; padding: 22px 18px; transition: background .2s, border-color .2s; height: 100%;
}
.hmsrvc-coin-card:hover { background: rgba(255,255,255,.09); border-color: rgba(251,191,36,.3); }
.hmsrvc-coin-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(251,191,36,.15); border-radius: 6px;
  padding: 3px 9px; font-size: .75rem; font-weight: 700; color: var(--hmsrvc-gold);
}
.hmsrvc-coin-footnote { font-size: .82rem; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.08); }

/* ── Bottom CTA ── */
.hmsrvc-cta-section { background: linear-gradient(135deg, var(--hmsrvc-blue) 0%, var(--hmsrvc-blue-dark) 100%); }

/* ── Footer ── */
.hmsrvc-footer { background: #0b1f3a; }
.hmsrvc-footer a { color: rgba(255,255,255,.55); font-size: .85rem; transition: color .2s; }
.hmsrvc-footer a:hover { color: #fff; }
.hmsrvc-footer-logo  { height: 30px; margin-bottom: 14px; }
.hmsrvc-footer-tag   { color: rgba(255,255,255,.45); font-size: .82rem; max-width: 260px; line-height: 1.6; margin: 0; }
.hmsrvc-footer-head  { color: #fff; font-weight: 700; font-size: .9rem; margin-bottom: 14px; }
.hmsrvc-footer-link  { display: block; margin-bottom: 9px; }
.hmsrvc-footer-contact { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.6); font-size: .85rem; margin-bottom: 10px; text-decoration: none; }
.hmsrvc-footer-contact:hover { color: #fff; }
.hmsrvc-footer-contact i { color: #7fa3e0; margin-top: 2px; flex-shrink: 0; }
.hmsrvc-coin-circle i { color: #7a4f00; }


/*header css end*/




#gform_1 .gform-body input, #gform_2 .gform-body input{

    border: 1.5px solid var(--hmsrvc-border) !important;

    border-radius: 8px !important;

    font-size: .9rem !important;

    padding: 10px 14px !important;

    transition: border-color .18s, box-shadow .18s !important;
    height: 44px !important;

}
#gform_1 .gform-body textarea, #gform_2 .gform-body textarea{

    border: 1.5px solid var(--hmsrvc-border) !important;

    border-radius: 8px !important;

    font-size: .9rem !important;

    padding: 10px 14px !important;

    transition: border-color .18s, box-shadow .18s !important;

}

#gform_1 .gform-body input:focus,
#gform_1 .gform-body textarea:focus, #gform_2 .gform-body input:focus,
#gform_2 .gform-body textarea:focus{

    border-color: var(--hmsrvc-blue) !important;

    box-shadow: 0 0 0 3px rgba(13, 63, 136, .12) !important;
    outline: none !important;

}

#gform_1 #gform_submit_button_1, #gform_2 #gform_submit_button_2{

    width: 100% !important;

    background: var(--hmsrvc-blue) !important;

    color: #fff !important;

    font-weight: 700 !important;

    font-size: 1rem !important;

    border: none !important;

    border-radius: 9px !important;

    padding: 13px !important;

    cursor: pointer !important;

    transition: background .18s !important;
    height: 50px !important;
    outline: none !important;

}

#gform_1 #gform_submit_button_1:hover, #gform_2 #gform_submit_button_2:hover
.error-page button:hover{

    background: var(--hmsrvc-blue-dark) !important;

}
#gform_1 .gform_fields, #gform_2 .gform_fields{
    row-gap: 20px !important;
}


.error-page .hmsrvc-eyebrow{
    font-size: 3rem !important;
    margin-bottom: 0px !important;
}
.error-page .fw-bold{
    font-size: 2rem !important;
}
.error-page button{
    width: 250px !important;
    background: var(--hmsrvc-blue) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    border: none !important;
    border-radius: 9px !important;
    padding: 13px !important;
    cursor: pointer !important;
    transition: background .18s !important;
    height: 50px !important;
    outline: none !important;
    margin-top: 10px !important;
}

/*responsive*/
@media (max-width: 991px){
    .top-banner, .hmsrvc-value-card, .hmsrvc-coin-card{text-align: center;}  
    .hmsrvc-value-icon{margin: 0 auto!important;}

}





@media (max-width: 516px) { 
    .hmsrvc-coin-amount{
        text-align: center !important;
    }
 }





/* 16-06-2026*/

.strip-part .col{
  justify-content: center !important;
}















/*16-06-2026*/
/*Responsive*/
@media (max-width: 767px){
  .strip-part .col {
    justify-content: center!important;
}
}

@media (max-width: 516px){
  .coin-sec{
    gap: 1rem !important;
  }
}

@media (max-width: 484px){
  .navbar .container {justify-content: center!important;}
}
@media (max-width: 420px){
  .navbar .container {justify-content: center!important;}  
}