/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* ── BRAND TOKENS ──────────────────────────────────────────── */
:root {
  /* 2.1 Primary Brand Colors */
  --red:         #701C26;
  --red-hover:   #5A161E;
  --red-light:   #7A0C0C;

  /* 2.2 Dark Neutrals */
  --dark-1:      #4A0E15;
  --dark-2:      #1F2937;
  --dark-3:      #A9A9AC;

  /* 2.3 Light Neutrals */
  --white:       #FFFFFF;
  --bg-light:    #F9FAFB;
  --bg-alt:      #F3F4F6;
  --border:      #E5E7EB;

  /* 2.4 Silver Accent (use sparingly) */
  --silver-1:    #C0C0C0;
  --silver-2:    #A8B0B8;
  --silver-3:    #A9A9AC;

  /* 2.5 Functional */
  --success:     #16A34A;
  --warning:     #F59E0B;
  --error:       #DC2626;
	
	  /*new */
  --gray:        #808082;
  --dark:        #111827;

  /* Typography */
  --font: 'Inter', sans-serif;

}
.hover-card:hover{
	background-color:var(--red) !important;
}

.hover-card:hover h4, .hover-card:hover p{
	color:var(--white) !important;
}

.text-white{
	color: var(--white) !important;
}

a {
    background-color: transparent;
    color: var(--red);
    text-decoration: none;
}

.single a{
	font-weight:700
}

/* Blog Post Content Headings */
.single .elementor-widget-theme-post-content h2,
.single .elementor-widget-theme-post-content h3,
.single .elementor-widget-theme-post-content h4,
.single .elementor-widget-theme-post-content h5,
.single .elementor-widget-theme-post-content h6 {
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    color: #111827;
    text-transform: capitalize;
}

/* H2 */
.single .elementor-widget-theme-post-content h2 {
    font-size: clamp(24px, 3.2vw, 34px);
}

/* H3 */
.single .elementor-widget-theme-post-content h3 {
    font-size: clamp(20px, 2.5vw, 28px);
}

/* H4 */
.single .elementor-widget-theme-post-content h4 {
    font-size: clamp(18px, 2vw, 24px);
}

/* H5 */
.single .elementor-widget-theme-post-content h5 {
    font-size: clamp(16px, 1.5vw, 20px);
}

/* H6 */
.single .elementor-widget-theme-post-content h6 {
    font-size: clamp(14px, 1.2vw, 18px);
}

.single .elementor-widget-theme-post-content p {
   margin: 0 0 14px;
color:#111827;
	font-weight:400;
}

.single .elementor-widget-theme-post-content p a, .single .elementor-widget-theme-post-content li a{
	color:#701C26;
	font-weight:600
}

.single .elementor-widget-theme-post-content ol{
    list-style: none;
    margin: 16px 0;
	padding:0;
}

.single .elementor-widget-theme-post-content ol li:first-child {
    border-top: none;
}

.single .elementor-widget-theme-post-content ol li {
    position: relative;	font-weight:400;
    padding: 8px 0 8px 28px;
    border-top: 1px solid #E5E7EB;
}

.single .elementor-widget-theme-post-content ol li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    color: #701C26;
    font-weight: 800;
}

.e-n-accordion details {
    border-bottom: 1px solid #e5e7eb;
}

.e-n-accordion details summary, .e-n-accordion details .e-con {
    border: 0 !important;
}

.elementor-nav-menu--main .elementor-sub-item:hover{
	background-color: var(--red);
	color: var(--white);
} 

.elementor-nav-menu--main .elementor-sub-item.elementor-item-active{
	background-color: var(--red);
	color: var(--white);
} 

.brand-color{
	color: var(--red);
}

.hide-show-header{
    transition: transform 0.3s ease;
}

.hide-show-header.header-hidden{
    transform: translateY(-100%);
}


.eyebrow-dot {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyebrow-dot::before {
    content: "";
   width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% { opacity: 1; }
    50% { opacity: .3; }
    100% { opacity: 1; }
}

.heor-badges .elementor-widget-heading{
	cursor:pointer;
}

.heor-badges .elementor-widget-heading:hover{
    background-color: #7A0C0C40;
border-color: #7A0C0C80;
}


.menu-btn a {
    margin-left: 10px;
    background: var(--red) !important;
    color: var(--white) !important;
    font-size: 13.5px;
    font-weight: 600 !important;
    padding: 9px 20px !important;
    border-radius: 6px !important;
    cursor: pointer;
    transition: background .13s !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    border: 0;
}

.menu-btn a:hover {
    background: var(--white) !important;
    color: var(--dark-1) !important;
    border: 1px solid var(--dark-1) !important;
}

/* ── BLOG ───────────────────────────────────────────────────── */
/* .blog { padding: 96px 56px; background: var(--bg-alt); } */
.blog-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 44px;
}
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden; cursor: pointer;
  transition: box-shadow .2s, transform .2s;
}
.blog-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.08); transform: translateY(-3px); }
.blog-thumb {
  height: 172px; position: relative; overflow: hidden;
}
.thumb-1 { background: url('https://dev.victoryvan.com/wp-content/uploads/2026/04/image06.webp') center/cover no-repeat; }
.thumb-2 { background: url('https://dev.victoryvan.com/wp-content/uploads/2026/05/image07.webp') center/cover no-repeat; }
.thumb-3 { background: url('https://dev.victoryvan.com/wp-content/uploads/2026/05/image08.webp') center/cover no-repeat; }
.blog-tag {
  position: absolute; bottom: 12px; left: 14px;
  background: var(--white); color: var(--dark-1);
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 8px; border-radius: 3px;
}
.blog-body { padding: 22px; }
.blog-title {
  font-size: 16px; font-weight: 700; color: var(--dark-2);
  line-height: 1.4; margin-bottom: 8px; letter-spacing: -0.1px;
}
.blog-excerpt {
  font-size: 13px; color: var(--dark-3); line-height: 1.65; margin-bottom: 16px;
}
.blog-link {
  font-size: 13px; font-weight: 600; color: var(--dark-2);
  display: inline-flex; align-items: center; gap: 5px;
  transition: gap .13s;
}
.blog-card:hover .blog-link { gap: 9px; }




.test-card {
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 8px; padding: 28px;
  position: relative; transition: box-shadow .2s;
}
.test-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.test-card.dark {
  background: var(--dark-2); border-color: var(--dark-2);
}
.test-card.dark-new {
  background: var(--red); border-color: var(--red);
}
.move-tag {
  position: absolute; top: 20px; right: 20px;
  background: var(--red); color: var(--white);
  font-size: 9px; font-weight: 700;
  letter-spacing: 1.2px; text-transform: uppercase;
  padding: 3px 8px; border-radius: 3px;
}
.quote-glyph {
  font-size: 52px; font-weight: 900; color: var(--red);
  line-height: .75; margin-bottom: 14px; display: block; opacity: .4;
}
.test-card.dark .quote-glyph { opacity: .3; }
.stars { color: var(--warning); font-size: 13px; letter-spacing: 2px; margin-bottom: 12px; }
.test-text {
  font-size: 14.5px; line-height: 1.72; color: var(--dark-2);
  font-style: italic; margin-bottom: 20px;
}
.test-text-new {
  font-size: 14.5px; line-height: 1.72; color: var(--white);
  font-style: italic; margin-bottom: 20px;
}
.test-card.dark .test-text { color: rgba(255,255,255,.72); }
.test-name { font-size: 13.5px; font-weight: 700; color: var(--dark-1); }
.test-card.dark .test-name { color: var(--white); }
.test-move { font-size: 12px; color: var(--silver-3); margin-top: 2px; }



.brands #gallery-1 .gallery-item, .brands #gallery-2 .gallery-item{
	width:50%;
	padding:15px 30px;
}

.selector{
    position: relative;
}

.selector:before{
    content: "";
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    z-index: 1;
}
/* Start Dot */
.selector:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

.selector > .e-con:last-child:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

.selector .timeline-dot {
    width: 22px;
    height: 22px;
    background: #000;
    border-radius: 50%;
    margin: 0 auto;
}
#moving-form {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#moving-form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
#moving-form .form-col {
  flex: 1;
}
#moving-form .full-width .form-col {
  width: 100%;
}
#moving-form .input-field,
#moving-form input,
#moving-form select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #d9dee7;
  border-radius: 10px;
  font-size: 16px;
  color: #0f172a;
  background: #fff;
  box-shadow: none !important;
  outline: none;
  box-sizing: border-box;
}
#moving-form input::placeholder {
  color: #667085;
}
#moving-form .input-field:focus,
#moving-form input:focus,
#moving-form select:focus {
  border-color: #98a2b3;
}
#moving-form select {
  appearance: auto;
}
#moving-form .form-submit {
  margin-top: 6px;
	position:relative;
}
#moving-form .submit-btn {
  background: #7a1622;
  color: #fff;
  border: none;
	width:auto;
  border-radius: 10px;
  padding: 14px 24px;
  min-width: 184px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}
#moving-form .submit-btn:hover {
  background: #65121c;
}
#moving-form .form-note {
  margin-top: 12px;
  font-size: 13px;
  color: #667085;
  line-height: 1.5;
} /* CF7 wrappers remove extra spacing */
#moving-form .wpcf7-form-control-wrap {
  display: block;
}
#moving-form p {
  margin: 0;
}
.wpcf7-spinner {
   
    right: 0;
    
    position: absolute;
    top: 14px;
}
/* Mobile */
@media (max-width: 767px) {
  #moving-form .form-title {
    font-size: 32px;
  }
  #moving-form .form-row {
    flex-direction: column;
    gap: 14px;
  }
  #moving-form .submit-btn {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 768px) {
	
	.stat::after{
		display:none;
	}
	
.menu-btn a {
    margin-left: 20px;   
    max-width: fit-content;
}
	
	.mobile-menu .elementor-nav-menu {
 
    padding-bottom: 20px;
}
	
	
  #moving-form .form-row {
    flex-direction: column;
  }

  #moving-form .form-col {
    width: 100%;
  }
	
	.selector:before {
    content: "";
    position: absolute;
    top: 0;
    left: 94px;
    width: 2px;
    height: 100%;
    background: #000;
    z-index: 1;
}

.selector:after {
    content: "";
    position: absolute;
    top: 0;
    left: 89px;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

.selector > .e-con:last-child:after {
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
    left: 78px;
}
}

  .reach{max-width:1100px;margin:0 auto;background:#5A161E;border-radius:14px;overflow:hidden}
  .grid{display:grid;grid-template-columns:1.25fr 1fr}
  .map{position:relative;padding:30px 26px;border-right:0px solid rgba(255,255,255,.08);
    background-image:radial-gradient(rgba(255,255,255,.09) 1.1px,transparent 1.1px);background-size:15px 15px;background-position:6px 6px}
  .map svg{display:block;overflow:visible;width:100%}
  .cap{position:absolute;bottom:16px;left:0;right:0;text-align:center;color:rgba(255,255,255,.6);font-size:11px;letter-spacing:1.5px;font-weight:600}
  .copy{padding:38px 38px 38px 40px}
  .eyebrow{color:#C98A92;font-size:12.5px;font-weight:700;letter-spacing:2.5px;margin-bottom:16px}
  .h2{color:#fff;font-size:31px;line-height:1.12;font-weight:800;margin-bottom:16px}
  .lead{color:#E9C7CC;font-size:15px;line-height:1.6;margin-bottom:20px}
  .ticks{display:flex;flex-direction:column;gap:11px;margin-bottom:24px}
  .ticks div{color:#F1D7DB;font-size:14.5px}
.cta-band{background:var(--dark-2);color:#fff;text-align:center;padding:60px 0}
.cta-band h2{color:#fff}.cta-band p{color:#cbd2dc;max-width:560px;margin:12px auto 22px}
.cta-band .btn{margin:5px}
.steps {
    margin: 16px 0 16px 0px;
    padding: 0;
    list-style-position: inside;
}
.steps li{padding:6px 0}
  .btn{display:inline-block;border:1.5px solid rgba(255,255,255,.55);color:#fff;font-weight:600;font-size:14.5px;padding:13px 26px;border-radius:8px;text-decoration:none}
  @media(max-width:760px){.grid{grid-template-columns:1fr}.map{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}}
  @media(prefers-reduced-motion:reduce){animate{display:none}}

/* city template css */
 

.hero-int {
  position: relative;
  min-height: 70vh;
  display: flex;
	    color: var(--white);

  justify-content: center;
  align-items: flex-start;
  padding: 120px 20px;
  overflow: hidden;
  background: #111827;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(
    100deg,
    rgba(17, 24, 39, 0.95) 0%,
    rgba(17, 24, 39, 0.75) 35%,
    rgba(17, 24, 39, 0.2) 70%,
    rgba(17, 24, 39, 0.05) 100%
  );
}


.wrap.narrow {
    max-width: 860px;
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px;
	position: relative; z-index: 2;
}

.eyebrow.on-dark {
    color: #e7b3ba;
}

.eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 8px;
}
.imgph.imgph-wide img {
    max-height: 220px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
   

h1 {
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.hero-int .sub {
    font-size: 18px;
    color: #cbd2dc;
    max-width: 680px;
    margin: 14px 0 22px;
}

.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--red);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--white);
	color: var(--red) !important;
}

.btn {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .15s;
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, .5);
}

.btn-outline:hover {
     
    border-color: rgba(255, 255, 255, 1);
	    color: var(--white);

}

.imgph-wide {
    min-height: 220px;
}

.imgph {
    background: repeating-linear-gradient(45deg, #eef0f3, #eef0f3 10px, #e7eaee 10px, #e7eaee 20px);
    border: 0;
    border-radius: 8px;
    min-height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8b93a0;
    font-size: 12px;
    padding: 0;
    margin-bottom: 14px;
}

.sec {
    padding: 56px 0;
}

.eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 8px;
}

.sec h2 {
    margin-bottom: 12px;
}

h2 {
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 6px;
}

.sec-alt {
    background: var(--bg-light);
}

.ticks {
    list-style: none;
    margin: 16px 0;
	padding:0
}

.ticks li:first-child {
    border-top: none;
}

.ticks li {
    position: relative;
    padding: 8px 0 8px 28px;
    border-top: 1px solid var(--border);
}

.ticks li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--red);
    font-weight: 800;
}

.sec .btn {
    margin-top: 10px;
}

.sec .btn:hover{
	color:#ffffff;
}

.faq {
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
}

.faq summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.faq p {
    margin-top: 10px;
    color: var(--dark-2);
}

.rgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.rcard {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 11px 15px;
    font-weight: 600;
    font-size: 14px;
    color: var(--red);
}
a.rcard:hover,
a.rcard:hover * {
    color: var(--dark-1);
	    border-color:var(--dark-1);  

}

.cta-band h2 {
    color: var(--white);
}
.single-city .corepage-cta {
    display: none;
}

.payment-form-section{
	display:none
}
.payment-back h4{
	border-bottom:1px solid #E5E7EB;
}

.payment-back h4, .moving-card, .storage-card{
	cursor:pointer
}

.payment-back h4:hover{
	color: var(--red) !important;
	border-bottom:1px solid var(--red);
}

/* payment page css */


/* =========================================================
   MOVING SERVICES PAYMENT
   ========================================================= */

#vv-moving-form {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #071f3d;
  box-sizing: border-box;
}

#vv-moving-form *,
#vv-moving-form *::before,
#vv-moving-form *::after {
  box-sizing: border-box;
}


/* Heading */
#vv-moving-form .vv-payment-title {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #061f3d;
}

#vv-moving-form .vv-payment-subtitle {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #183b63;
}


/* Main Card */
#vv-moving-form .vv-payment-card {
  width: 100%;
  padding: 28px 26px 26px;
  border: 1px solid #dce1e7;
  border-radius: 14px;
  background: #ffffff;
}


/* Labels */
#vv-moving-form .vv-field label {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #071f3d;
}


/* Fields */
#vv-moving-form .vv-field input,
#vv-moving-form .vv-field select {
  width: 100%;
  height: 48px;
  border: 1px solid #d9dee5;
  border-radius: 10px;
  background: #ffffff;
  color: #071f3d;
  font-family: inherit;
  font-size: 16px;
  padding: 0 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#vv-moving-form .vv-field input::placeholder {
  color: #8a95a3;
}

#vv-moving-form .vv-field input:focus,
#vv-moving-form .vv-field select:focus {
  border-color: #9c1c2b;
  box-shadow: 0 0 0 3px rgba(156, 28, 43, 0.08);
}


/* Select */
#vv-moving-form .vv-location-field {
  margin-bottom: 20px;
}

#vv-moving-form .vv-location-field select {
  appearance: auto;
  cursor: pointer;
}


/* Two columns */
#vv-moving-form .vv-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 38px;
}


/* Money field */
#vv-moving-form .vv-money-input {
  position: relative;
}

#vv-moving-form .vv-money-input > span {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #60738a;
  font-size: 16px;
  pointer-events: none;
}

#vv-moving-form .vv-money-input input {
  padding-left: 32px;
}


/* Payment Summary */
#vv-moving-form .vv-payment-summary {
  padding: 20px;
  border: 1px solid #8f1d2c;
  border-radius: 12px;
  background: #f8eff0;
  margin-bottom: 18px;
}

#vv-moving-form .vv-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #173b63;
  margin-bottom: 12px;
}

#vv-moving-form .vv-summary-row:last-of-type {
  margin-bottom: 0;
}

#vv-moving-form .vv-summary-value {
  white-space: nowrap;
}

#vv-moving-form .vv-summary-divider {
  height: 1px;
  background: #ddc4c7;
  margin: 14px 0 20px;
}

#vv-moving-form .vv-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #071f3d;
}

#vv-moving-form .vv-total-display {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  color: #8f1d2c;
  white-space: nowrap;
}


/* Continue Button */
#vv-moving-form .vv-continue-button {
  display: block;
	margin-bottom:10px;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 6px;
    background: var(--red);
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

#vv-moving-form .vv-continue-button:hover {
   background: var(--red);
  color: #ffffff;
}


/* Back Button */
#vv-moving-form .vv-back-button {
  display: block;
  width: 100%;
  margin: 16px 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #315a82;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

#vv-moving-form .vv-back-button:hover {
  text-decoration: underline;
}


/* Security text */
#vv-moving-form .vv-security-text {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.65;
  color: #60738a;
}

#vv-moving-form .vv-security-text strong {
  color: #071f3d;
  font-weight: 700;
}


/* Bottom Note */
#vv-moving-form .vv-payment-note {
  padding: 14px 16px;
  border: 1px solid #dce1e7;
  border-left: 3px solid #8f1d2c;
  border-radius: 7px;
  background: #fafbfc;
  color: #31506f;
  font-size: 13px;
  line-height: 1.6;
}

#vv-moving-form .vv-payment-note strong {
  color: #071f3d;
}


/* Responsive */
@media (max-width: 600px) {

  #vv-moving-form .vv-payment-title {
    font-size: 30px;
  }

  #vv-moving-form .vv-payment-card {
    padding: 22px 18px;
  }

  #vv-moving-form .vv-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }

  #vv-moving-form .vv-summary-total {
    align-items: flex-start;
  }

  #vv-moving-form .vv-total-display {
    font-size: 23px;
  }
}

/* =========================================================
   MONTHLY STORAGE PAYMENT
   ========================================================= */

#vv-storage-form {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #071f3d;
  box-sizing: border-box;
}

#vv-storage-form *,
#vv-storage-form *::before,
#vv-storage-form *::after {
  box-sizing: border-box;
}


/* Heading */
#vv-storage-form .vv-payment-title {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #061f3d;
}

#vv-storage-form .vv-payment-subtitle {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #183b63;
}


/* Main Card */
#vv-storage-form .vv-payment-card {
  width: 100%;
  padding: 28px 26px 26px;
  border: 1px solid #dce1e7;
  border-radius: 14px;
  background: #ffffff;
}


/* Labels */
#vv-storage-form .vv-field label {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #071f3d;
}


/* Inputs */
#vv-storage-form .vv-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d9dee5;
  border-radius: 10px;
  background: #ffffff;
  color: #071f3d;
  font-family: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#vv-storage-form .vv-field input::placeholder {
  color: #8a95a3;
}

#vv-storage-form .vv-field input:focus {
  border-color: #9c1c2b;
  box-shadow: 0 0 0 3px rgba(156, 28, 43, 0.08);
}


/* Invoice */
#vv-storage-form .vv-invoice-field {
  margin-bottom: 20px;
}


/* Amount */
#vv-storage-form .vv-storage-amount-field {
  margin-bottom: 39px;
}

#vv-storage-form .vv-money-input {
  position: relative;
}

#vv-storage-form .vv-money-input > span {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #60738a;
  font-size: 16px;
  pointer-events: none;
}

#vv-storage-form .vv-money-input input {
  padding-left: 32px;
}


/* Total Box */
#vv-storage-form .vv-storage-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  min-height: 78px;
  padding: 20px;

  margin-bottom: 18px;

  border: 1px solid #8f1d2c;
  border-radius: 12px;

  background: #f8eff0;

  color: #071f3d;
  font-size: 16px;
  font-weight: 700;
}

#vv-storage-form .vv-storage-total-value {
  color: #8f1d2c;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}


/* Continue Button */
#vv-storage-form .vv-continue-button {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 20px;

  border: 0;
  border-radius: 6px;

  background: var(--red);
  color: #ffffff;

  font-family: inherit;
  font-size: 15px;
  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

#vv-storage-form .vv-continue-button:hover {
  background: var(--red);
  color:  #ffffff;
}


/* Back */
#vv-storage-form .vv-back-button {
  display: block;
  width: 100%;

  margin: 16px 0 28px;
  padding: 0;

  border: 0;
  background: transparent;

  color: #315a82;

  font-family: inherit;
  font-size: 14px;
  font-weight: 500;

  cursor: pointer;
  text-align: center;
}

#vv-storage-form .vv-back-button:hover {
  text-decoration: underline;
}


/* Security */
#vv-storage-form .vv-security-text {
  margin-bottom: 18px;

  font-size: 13px;
  line-height: 1.65;

  color: #60738a;
}

#vv-storage-form .vv-security-text strong {
  color: #071f3d;
  font-weight: 700;
}


/* Bottom Note */
#vv-storage-form .vv-payment-note {
  padding: 14px 16px;

  border: 1px solid #dce1e7;
  border-left: 3px solid #8f1d2c;
  border-radius: 7px;

  background: #fafbfc;
	margin-bottom:10px;
  color: #31506f;
  font-size: 13px;
  line-height: 1.6;
}

#vv-storage-form .vv-payment-note strong {
  color: #071f3d;
}

.blog-latest article {
    display: flex;
    align-items: center;
}
.blog-latest .elementor-post__read-more {
      display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--red);
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 5px 5px 5px 5px;
    line-height: 1.4em;
    padding: 8px 22px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blog-latest .elementor-post__read-more:hover {
  color: var(--e-global-color-primary) !important;
	background-color:#ffffff
 }

/* Georgetown Expertise Section */
.georgetown-expertise {
    padding: 70px 0;
}

.georgetown-expertise .georgetown-content {
        display: flex;
/*     grid-template-columns: 32% 68%; */
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}

/* Left Column */
.georgetown-expertise .georgetown-left {
    padding-right: 20px;
}

.georgetown-expertise .eyebrow {
    margin-bottom: 16px;
}

.georgetown-expertise .georgetown-left h2 {
    margin: 0;
     line-height: 1.2;
    font-weight: 700;
}

/* Right Column */
.georgetown-expertise .georgetown-right {
    padding-top: 5px;
}

.georgetown-expertise .georgetown-right p {
    margin: 0 0 24px;
     line-height: 1.6;
}

.georgetown-expertise .georgetown-right p:last-child {
    margin-bottom: 0;
}

/* Red vertical line like first image */
.georgetown-expertise .georgetown-highlight {
    border-left: 3px solid #8b1e2d;
    padding-left: 20px;
}


/* =========================================
   SERVICES DARK SECTION
========================================= */

.services-dark {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    padding: 70px 0;
}

 

/* Heading */
.services-dark h2 {
    color: #fff;
    margin: 0 0 25px;
    font-size: 34px;
    line-height: 1.2;
}

/* List */
.services-dark .ticks {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: service-number;
}

/* Items */
.services-dark .ticks li {
    position: relative;
    counter-increment: service-number;

    margin: 0;
    padding: 24px 0 24px 74px;

    border-top: 1px solid rgba(255,255,255,0.18);

    color: #e5e5e5;
    font-size: 16px;
    line-height: 1.55;
}

/* 01 / 02 / 03 / 04 */
.services-dark .ticks li::before {
    content: counter(service-number, decimal-leading-zero);

    position: absolute;
    left: 0;
    top: 27px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #C76A76;
}

/* Bold title */
.services-dark .ticks li strong {
    color: #fff;
    font-size: 20px;
	display:block;
    font-weight: 700;
}

/* Last item */
.services-dark .ticks li:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.18);
}

/* Button */
.services-dark .btn-primary {
    margin-top: 30px;
}

/* Explore Victory Section */
.explore-victory {
    background: #f9fafb;
    padding: 70px 0;
}

.explore-victory .explore-header {
    margin-bottom: 38px;
}

.explore-victory .explore-eyebrow {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    color: #701c26;
    text-transform: uppercase;
}

.explore-victory .explore-header h2 {
	text-transform:capitalize;
    margin: 0;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #1f2937;
}

/* Cards Grid */
.explore-victory .rgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card */
.explore-victory .rcard {
    display: flex;
    align-items: flex-start;
    min-height: 122px;
    padding: 25px 26px;
    background: #fff;
    border: 1px solid #dfe1e4;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.explore-victory .rcard-content {
    width: 100%;
}

/* Title */
.explore-victory .rcard h4 {
    margin: 0 0 9px;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 700;
    color: #071b35;
}

/* Description */
.explore-victory .rcard p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #071b35;
}

/* Hover */
.explore-victory .rcard:hover {
    background: #7d1824;
    border-color: #7d1824;
    transform: translateY(-2px);
}

.explore-victory .rcard:hover h4,
.explore-victory .rcard:hover p {
    color: #fff;
}

/* Active Card */
.explore-victory .rcard.is-active {
    background: #7d1824;
    border-color: #7d1824;
}

.explore-victory .rcard.is-active h3,
.explore-victory .rcard.is-active p {
    color: #fff;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  
    .explore-victory {
        padding: 45px 15px;
    }

    .explore-victory .explore-header {
        margin-bottom: 25px;
    }

    .explore-victory .explore-eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .explore-victory .explore-header h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    /* Cards - 1 column on mobile */
    .explore-victory .rgrid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    /* Card */
    .explore-victory .rcard {
        min-height: auto;
        padding: 20px;
        border-radius: 8px;
    }

    /* Title */
    .explore-victory .rcard h3 {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 1.25;
    }

    /* Description */
    .explore-victory .rcard p {
        font-size: 14px;
        line-height: 1.45;
    }


	.hero-int{
		min-height:auto;
		align-items:center;
	}

    .services-dark {
        padding: 50px 0;
    }

    .services-dark h2 {
        font-size: 28px;
    }

    .services-dark .ticks li {
        padding: 20px 0 20px 60px;
        font-size: 15px;
    }

    .services-dark .ticks li::before {
        top: 19px;
        font-size: 21px;
    }

    .services-dark .ticks li strong {
        font-size: 18px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .georgetown-expertise .georgetown-content {
        grid-template-columns: 35% 65%;
        gap: 30px;
    }

    .georgetown-expertise .georgetown-left h2 {
        font-size: 30px;
    }
}


/* Mobile */
@media (max-width: 767px) {
    .georgetown-expertise {
        padding: 50px 0;
    }

    .georgetown-expertise .georgetown-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .georgetown-expertise .georgetown-left {
        padding-right: 0;
    }

    .georgetown-expertise .georgetown-left h2 {
        font-size: 24px;
    }

    .georgetown-expertise .georgetown-right p {
        font-size: 16px;
    }
}
 


/* Responsive */
@media (max-width: 600px) {
	
	.single .elementor-widget-theme-post-content h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .single .elementor-widget-theme-post-content h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .single .elementor-widget-theme-post-content h4 {
        font-size: 20px;
        line-height: 1.35;
    }

    .single .elementor-widget-theme-post-content h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    .single .elementor-widget-theme-post-content h6 {
        font-size: 16px;
        line-height: 1.4;
    }

    .single .elementor-widget-theme-post-content h2,
    .single .elementor-widget-theme-post-content h3,
    .single .elementor-widget-theme-post-content h4,
    .single .elementor-widget-theme-post-content h5,
    .single .elementor-widget-theme-post-content h6 {
        margin-bottom: 10px;
    }

  #vv-storage-form .vv-payment-title {
    font-size: 30px;
  }

  #vv-storage-form .vv-payment-card {
    padding: 22px 18px;
  }

  #vv-storage-form .vv-storage-total {
    align-items: flex-start;
  }

  #vv-storage-form .vv-storage-total-value {
    font-size: 23px;
  }
}