/* ===== Base ===== */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    color: #797979;
    font: 300 14px/1.5 'ralewayregular', sans-serif;
  }
  
  *, *:before, *:after { box-sizing: border-box; }
  
  img {
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    display: block;
  }
  
  a { text-decoration: none; outline: none; }
  a, button, a span { transition: 0.2s ease-in-out; }
  
  p { margin: 0 0 15px; font-size: 0.875rem; line-height: 2rem; }
  p:last-child { margin-bottom: 0; }
  
  h1, h2, h3, h4, h5 { margin: 0; font-weight: 300; }
  h1 {
    font: 700 5.143rem/5.5rem 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: .4rem;
  }
  h2 {
    font: 700 2.571rem/3rem 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
  }
  h3 {
    font: 400 1.714rem/2.5rem 'Source Sans Pro', sans-serif;
    color: #fff;
  }
  h4 {
    font: 600 1.286rem/2rem 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  
  /* ===== Forms ===== */
  .form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
  }
  .form-control:focus { border-color: #bcefeb; outline: 0; box-shadow: none; }
  input::-webkit-input-placeholder { color: #ddd; }
  input::-moz-placeholder { color: #ddd; }
  input::-ms-input-placeholder { color: #ddd; }
  
  /* ===== Utilities ===== */
  .no-padding { padding: 0 !important; margin: 0 !important; }
  .clear { clear: both; }
  ul { margin: 0; padding: 0; list-style: none; }
  
  .margin-bottom-20 { margin-bottom: 20px; }
  .margin-bottom-60 { margin-bottom: 60px; }
  .m_t_10 { margin-right: 10px; }
  
  .padding-top-20 { padding-top: 1.33rem; }
  .padding-bottom-20 { padding-bottom: 1.33rem; }
  .padding-top-40 { padding-top: 2.66rem; }
  .padding-bottom-40 { padding-bottom: 2.66rem; }
  .padding-top-60 { padding-top: 5rem; }
  .padding-bottom-60 { padding-bottom: 5rem; }
  .padding-top-90 { padding-top: 6.429rem; }
  .padding-bottom-90 { padding-bottom: 6.429rem; }
  .p_l_r { padding-left: 5.714rem; padding-right: 5.714rem; }
  
  .sections { padding: 85px 0 105px; }
  .sections.footer { padding-bottom: 80px; }
  
  .overlay { background: rgba(41, 39, 34, 0.30); width: 100%; height: 100%; }
  
  .divider { height: 1px; background: #eee; width: 100%; overflow: hidden; }
  
  /* ===== Separators ===== */
  .separator {
    width: 10px; height: 10px;
    margin: 20px auto;
    background: #969a82;
    position: relative;
    display: inline-block;
    border-radius: 50%;
  }
  .separator:before,
  .separator:after {
    position: absolute;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content: "";
    display: inline-block;
  }
  .separator:before { right: 5%; margin-right: 20px; }
  .separator:after  { left: 5%;  margin-left: 20px; }
  
  .separator3 { height: 2px; width: 40px; margin: 20px auto; background: #888; }
  
  /* ===== Buttons ===== */
  .btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.8125rem;
    border: 1px solid #969a82;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.8rem 3rem;
    border-radius: 2px;
    margin-top: 20px;
    transition: all 0.6s;
  }
  .btn:hover { box-shadow: 0 2px 2px 1px rgba(221, 221, 221, 0.6); color: #fff; }
  .btn-lg { background: #969a82; padding: 1.125rem 3rem; }
  
  /* ===== Navbar ===== */
  .menu-scroll {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 300;
    height: 75px;
    background: #000;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transition: all .3s;
  }
  .main_menu_bg { margin-top: 0; background: #000 !important; }
  .main_menu_bg .navbar-default {
    background: transparent;
    border-color: transparent;
    margin: 15px auto;
    transition: all .6s;
  }
  
  /* IMPORTANT FIX: spacing between header options */
  .main_menu_bg .navbar-nav > li > a {
    padding: 15px 15px 20px;   /* left/right padding restored */
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
  }
  
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus { color: #969a82; background: transparent; }
  
  .main_menu_bg .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #969a82;
    padding-bottom: 22px;
    border-bottom: 1px solid #969a82;
    background: transparent;
  }
  
  .navbar-brand { padding: 0 15px; }
  .navbar-brand>img { max-width: 80%; }
  
  /* Optional: a little more separation on desktop */
  @media (min-width: 768px) {
    .main_menu_bg .navbar-nav > li { margin-left: 6px; }
  }
  
  /* ===== Layout wrapper ===== */
  .culmn { width: 100%; overflow: hidden; }
  
  /* ===== Head title ===== */
  .head_title { margin-bottom: 90px; }
  .head_title h3 { color: #413d4b; }
  
  /* ===== Home ===== */
  .home { background: url(../images/newHero.JPG) no-repeat center center; background-size: cover; }
  .home_skew_border { position: relative; }
  .home_skew_border:after,
  .home_skew_border:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0; height: 0;
    border-bottom: 86px solid #fff;
  }
  .home_skew_border:after { left: 0;  border-right: 680px solid transparent; }
  .home_skew_border:before { right: 0; border-left: 680px solid transparent; }
  
  .main_home { padding: 250px 0; display: block; }
  .main_home h1 { color: #fff; margin-bottom: 20px; }
  .main_home p {
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 1.125rem;
  }
  
  .scrooldown {
    position: absolute;
    left: 48.5%;
    bottom: -2%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
  }
  .scrooldown a i { font-size: 1.5rem; color: #969a82; }
  
  /* ===== Features ===== */
  .main_feature .single_feature:hover .single_feature_icon {
    border-color: #969a82;
    transform: rotate(45deg);
  }
  .main_feature .single_feature:hover .single_feature_icon i { transform: rotate(-45deg); }
  .main_feature .single_feature:hover h4 { color: #969a82; }
  .main_feature .single_feature .single_feature_icon {
    border: 1px solid #ddd;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto;
    transition: all 0.6s;
  }
  .main_feature .single_feature i { margin-bottom: 30px; color: #969a82; transition: all 0.6s; }
  
  /* ===== History (used by About + Services if mirrored) ===== */
  .main_history .single_history_content .head_title h2 {
    border-left: 6px solid #969a82;
    padding-left: 30px;
  }
  
  /* ===== Contact ===== */
  .contact { background: #f4f5f9; }
  .contact_info_content,
  .single_contant_left {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.01);
  }
  .contact_info_content h3 {
    color: #969a82;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 19px;
  }
  .contact_info_content h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  .single_contact_info { margin-bottom: 45px; overflow: hidden; }
  
  /* ===== Footer ===== */
  .footer { background: #000; }
  .main_footer { overflow: hidden; padding: 20px 0; }
  .copyright_text { margin: 0 auto; text-align: center; }
  .copyright_text p {
    color: #fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
  }
  .copyright_text p i { padding: 0 10px; color: #ff0000; }
  .copyright_text p a { padding: 0 10px; color: #969a82; }
  
  /* ===== Scroll to top ===== */
  .scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    background: #000;
    z-index: 1000;
    cursor: pointer;
    transition: opacity .5s, background-color .5s;
  }
  .scrollup:hover { background: #969a82; opacity: 1; }
  .scrollup i {
    font-size: 13px;
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
  }
  
  /* ===== Mobile fixes ===== */
  @media (max-width: 767px) {
    .sections { padding: 50px 0 60px; }
    .head_title { margin-bottom: 35px; }
  
    .main_home { padding: 140px 0; }
    .main_home p { max-width: 92%; }
    h1 { font-size: 2.6rem; line-height: 3.0rem; letter-spacing: .15rem; }
    h3 { font-size: 1.1rem; line-height: 1.8rem; }
  
    /* Contact spacing */
    .contact .padding-top-90 { padding-top: 35px !important; }
    .contact .padding-bottom-90 { padding-bottom: 35px !important; }
    .contact .padding-bottom-60 { padding-bottom: 25px !important; }
    .contact .p_l_r { padding-left: 25px !important; padding-right: 25px !important; }
    .single_contact_info { margin-bottom: 20px; }
  
    .navbar-brand>img { max-width: 70%; }
  }
  /* =========================
   MOBILE: center everything + hide Services image
   ========================= */
@media (max-width: 767px) {

    /* Center all text + inline elements */
    body,
    section,
    .text-center,
    .head_title,
    .single_feature,
    .single_history_content,
    .single_service_right_text,
    .single_review,
    .contact_contant,
    .contact_info_content,
    .single_contant_left,
    .main_footer {
      text-align: center !important;
    }
  
    /* Center common blocks */
    .separator,
    .separator3 {
      margin-left: auto !important;
      margin-right: auto !important;
    }
  
    /* Buttons centered */
    .btn {
      display: inline-block !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
  
    /* Center feature icons */
    .single_feature_icon {
      margin-left: auto !important;
      margin-right: auto !important;
    }
  
    /* Center and de-offset Bootstrap “offset” columns inside forms/sections */
    .col-xs-offset-1,
    .col-sm-offset-1,
    .col-md-offset-2,
    .col-lg-offset-2 {
      margin-left: 0 !important;
    }
  
    /* Make inner form wrapper full width on mobile */
    #contact .col-lg-8,
    #contact .col-md-8,
    #contact .col-sm-10 {
      width: 100% !important;
      float: none !important;
    }
  
    /* Remove left/right padding helpers that push content off-center */
    .p_l_r {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  
    /* Hide the history image on mobile */
    #service .single_history_img,
    #service .single_service_img,
    #service img[src*="serviceVega"] {
      display: none !important;
    }
  }
  /* =========================
   MOBILE CENTER FIXES
   ========================= */
@media (max-width: 767px) {

    /* 1) True center for headings that use left-border styling */
    .main_history .single_history_content .head_title h2 {
      border-left: 0 !important;
      padding-left: 0 !important;
      text-align: center !important;
    }
  
    /* If any services heading styling is still applied */
    .main_service .head_title h2 {
      border-right: 0 !important;
      padding-right: 0 !important;
      margin-right: 0 !important;
      text-align: center !important;
    }
  
    /* Center the heading wrapper itself */
    .head_title {
      text-align: center !important;
      margin-bottom: 35px !important;
    }
  
    /* 2) Center the scroll-down button */
    .scrooldown {
      left: 50% !important;
      transform: translateX(-50%) !important;
    }
  
    /* 3) Contact: force Bootstrap stacking (override your inline flex) */
    #contact .row {
      display: block !important;
      align-items: initial !important;
    }
    #contact [class*="col-"] {
      display: block !important;
      width: 100% !important;
      float: none !important;
    }
  
    /* Remove offsets that push the form/card off-center */
    #contact .col-lg-offset-2,
    #contact .col-md-offset-2,
    #contact .col-sm-offset-1,
    #contact .col-xs-offset-1 {
      margin-left: 0 !important;
    }
  
    /* Make the inner form wrapper full width */
    #contact .col-lg-8,
    #contact .col-md-8,
    #contact .col-sm-10 {
      width: 100% !important;
    }
  
    /* Center text + tighten padding so boxes look centered */
    #contact .contact_info_content,
    #contact .single_contant_left {
      text-align: center !important;
    }
    #contact .p_l_r {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  
    /* Services: hide the services photo on mobile */
    #service .single_history_img,
    #service .single_service_img,
    #service img[src*="serviceVega"] {
      display: none !important;
    }
  
    /* General: ensure centered text on mobile sections */
    #history, #service, #feature, #reviews, #contact {
      text-align: center !important;
    }
  }
  /* THANK YOU PAGE */
.thankyou-hero {
  min-height: 100vh;
  background: url('../images/newHero.JPG') no-repeat center center;
  background-size: cover;
}

.thankyou-overlay {
  min-height: 100vh;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-content {
  max-width: 700px;
  padding: 40px 20px;
  color: #fff;
}

.thankyou-content h1 {
  margin-bottom: 20px;
}

.thankyou-content p {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
/* =========================
   MOBILE LANDING PAGE FIXES
   ========================= */
   @media (max-width: 767px) {

    body {
      padding-bottom: 90px; /* room for sticky call bar */
    }
  
    /* HERO */
    .landing-hero {
      padding: 40px 15px 60px;
    }
  
    .hero-inner .row {
      display: block;
    }
  
    .hero-title,
    .hero-title h1,
    .hero-title p {
      text-align: center;
    }
  
    .hero-title h1 {
      font-size: 32px;
      line-height: 1.2;
    }
  
    .hero-title p {
      font-size: 15px;
    }
  
    /* BULLET LIST */
    .landing-hero ul {
      padding-left: 0;
      margin: 20px 0;
      text-align: center;
    }
  
    .landing-hero ul li {
      list-style: none;
      font-size: 15px;
      margin-bottom: 8px;
    }
  
    /* CALL BUTTON */
    .hero-call-btn {
      width: 100%;
      max-width: 320px;
    }
  
    /* FORM CARD */
    .landing-card {
      margin-top: 30px;
      padding: 25px 20px;
    }
  
    .landing-card h2 {
      text-align: center;
    }
  
    .landing-card .separator {
      margin-left: auto;
      margin-right: auto;
    }
  
    .landing-card .form-control,
    .landing-card select,
    .landing-card textarea {
      font-size: 16px; /* prevents iOS zoom */
    }
  
    /* SERVICES */
    .benefit-block {
      padding: 50px 15px;
    }
  
    .benefit-item {
      margin-bottom: 20px;
    }
  
    .benefit-item h4,
    .benefit-item p {
      text-align: center;
    }
  
    /* REVIEWS */
    .reviews {
      padding: 50px 15px;
    }
  
    .single_review {
      min-height: auto;
    }
  
    .single_review p,
    .single_review h4 {
      text-align: center;
    }
  
    /* FOOTER */
    .footer p {
      font-size: 13px;
      line-height: 1.4;
    }
  
    /* STICKY CALL BAR */
    .mobile-call-bar {
      display: block;
    }
  }

  .form-control {
    margin-bottom: 14px;
  }
  
  .btn-primary-custom {
    margin-top: 10px;
  }
  
  .landing-hero h1 {
    font-size: 4.00rem; /* slightly smaller than default */
    line-height: 1.2;
  }
  
  .landing-hero p {
    font-size: 2.00rem; /* bigger, more confident */
    line-height: 1.4;
  }
  
  .hero-sub {
    font-size: 0.95rem;
    opacity: 0.9;
  }