/*
Theme Name: Economical Movers
Theme URI: https://example.com/movers-in-ottawa
Author: Your Name
Author URI: https://example.com
Description: A theme for a professional moving company in Ottawa.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: movers-in-ottawa
*/

/* Add your custom styles below this line */

body {
    margin: 0px;
    padding: 0px;
}


@font-face {
  font-family: 'Font Awesome 5 Free Solid';
  src: url('https://economicalmovers.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('https://economicalmovers.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Regular';
  src: url('https://economicalmovers.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Elementor Icons';
  src: url('https://economicalmovers.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


span.e-n-accordion-item-title-icon{margin:auto 0 auto auto}.myListView li{margin-bottom:11px}input[type=date]:before{color:#81877e;content:attr(placeholder);min-width:fit-content;font-size:12px;max-width:50%}input[type=date].full:before,input[type=time].full:before{color:#000000D6;content:""!important}input[type=time]:before{color:rgba(53,53,53,.44);content:attr(placeholder)}.mySlider .swiper-pagination-bullets{left:50%!important}@media (min-width:1301px){.e-con>.e-con-inner{width:1300px!important}}.blog .footerBlogSection,.home .footerWorkingProcess{display:none}span.page-numbers.current{background-color:#ffdc39;padding:5px 16px}a.page-numbers{background-color:#082267;padding:6px 16px;color:#fff!important}span.page-numbers.next,span.page-numbers.prev{background-color:#d1d1d1;padding:5px 16px;color:#7f7f7f!important}.footerBottomText{font-size:medium;font-weight:600;letter-spacing:1px;text-align:center}.footerBottomText a:hover{color:#fff!important}.footerBottomText a{color:#072363}.faqContent h2{color:#072363;margin-top:35px;margin-bottom:5px;font-size:23px}@media screen and (max-width:768px){.footerTopSec{overflow-y:hidden!important}}





.e-form__indicators__indicator__separator {
    position: relative;
    width: 100%;
    height: 1px;
    background-size: cover;
    background-position: center;
    margin-top: 32px !important;
}
    /* Optional: dark overlay for better contrast */
    .e-form__indicators__indicator__separator::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 0;
    }

    /* Truck image scrolling */
.e-form__indicators__indicator__separator::after {
    content: "";
    position: absolute;
    top: -10px;
    transform: translateY(-50%);
    right: 100%;
    width: 80px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/08/truck-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    animation: marquee 20s linear infinite;
    z-index: 1;
}
.e-form__indicators__indicator {
    z-index: 9;
}
    @keyframes marquee {
      0% {
        right: 100%;
      }
      100% {
        right: -100px;
      }
    }
    
.e-form__indicators.e-form__indicators--type-number_text {
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}
.e-form__indicators__indicator__number {
    width: 41px !important;
    border: none !important;
    font-size: 0;
    background: unset !important;
}

/* First step */
.e-form__indicators > .e-form__indicators__indicator:first-of-type .e-form__indicators__indicator__number::after {
    content: "";
    display: block;
    position: relative;
    z-index: 9999;
    width: 155px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/08/House-2_A-1-1.svg);
    background-size: cover;
}

/* Last step */
.e-form__indicators > .e-form__indicators__indicator:last-of-type .e-form__indicators__indicator__number::after {
    content: "";
    display: block;
    position: relative;
    z-index: 9999;
    width: 155px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/08/House-2_B-1-1.svg);
    background-size: cover;
}




    .mainFormBox{
        position: relative !important;
        overflow: hidden !important;
    }
    .mainFormRibbon{
        background: #ffdc3a;
        color: #fff;
        font-size: 0px;
        line-height: 2;
        padding: 19px;
        text-align: center;
        text-transform: uppercase;
        transform: translateY(-110%) translateX(-9%) translateX(55px) rotate(46deg);
        width: 200%;
        z-index: 99;
        position: absolute;
        left: 19px;
        box-shadow: 0px 0px 27px -13px rgba(0, 0, 0, 0.5);
    }

.footerMainForm .elementor-heading-title {
    font-size: 13px !important;
}

.singleMainForm .elementor-heading-title {
    font-size: 13px !important;
}

.singleMainForm .mainFormRibbon{
    left: 45px;
    padding: 15px;
}


@media only screen and (max-width: 820px) {
    .mainFormRibbon {
        left: 19px;
        padding: 10px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .mainFormRibbon {
        left: 45px;
        padding: 15px;
    }
}





/* Responsive Table Styling */



.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
}


.responsive-table thead {
  background-color: #f2f2f2;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.responsive-table th {
    background: #082267;
    color: white;
    border: unset;
}

.responsive-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.responsive-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
/* Mobile Styles */
@media screen and (max-width: 768px) {

    .responsive-table {
    height: 524px;
    overflow: scroll;
}

  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
    width: 100%;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
  }

  .responsive-table td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: left;
  }

  .responsive-table td::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label);
  }

  /* Add data-labels dynamically for each column */
  .responsive-table td:nth-child(1)::before { content: "Moving"; }
  .responsive-table td:nth-child(2)::before { content: "Property Size"; }
  .responsive-table td:nth-child(3)::before { content: "Avg. Time Required"; }
  .responsive-table td:nth-child(4)::before { content: "Truck Size"; }
  .responsive-table td:nth-child(5)::before { content: "Crew (Movers)"; }
}






/* ============================
   COMMENTS AREA CONTAINER
=============================== */
.comment-body .reply a {
    color: #1c2b6a;
    text-decoration: none;
    font-size: 15px;
}
.comment-author img {
    border-radius: 200% !important;
}
.comment-author.vcard {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 14px;
}
p.comment-form-cookies-consent {
    display: flex;
    gap: 9px;
}

#wp-comment-cookies-consent {
    width: auto !important;
}
.commentPostBt{
    margin: 0 0 35px 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 200;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    color: #082267;
    border: 2px solid #FFDC39 !important;
    background-color: #FFDC39 !important;
    width: auto !important;
    line-height: 18px;
}
.commentPostBt:hover {
    color: #fff;
    border: 2px solid #082267 !important;
    background-color: #082267 !important;
}

#commentform input, #commentform select, #commentform textarea {
    background: #F2F3F7;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}

.comments-area {
  /*margin-top: 40px;
  padding: 20px 0;*/
  font-family: system-ui, sans-serif;
}

.comments-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

/* ============================
   COMMENT LIST
=============================== */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list .comment {
  display: flex;
  gap: 15px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Avatar */
.comment-author img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* Comment body */
.comment-body {
  flex: 1;
  min-width: 200px;
}

.comment-body .fn {
  font-weight: 600;
  font-size: 1rem;
  color: #222;
}

.comment-body .comment-metadata {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 8px;
    margin-top: 8px;
}

.comment-body .comment-content {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Reply link */
.comment-body .reply a {
  font-size: 0.85rem;
  color: #2563eb;
  text-decoration: none;
}

.comment-body .reply a:hover {
  text-decoration: underline;
}

/* Nested replies */
.comment-list .children {
  list-style: none;
  margin-left: 60px;
  margin-top: 15px;
  padding-left: 0;
  border-left: 2px solid #eee;
}

.comment-list .children .comment {
  background: #fafafa;
}

/* ============================
   COMMENT FORM
=============================== */
.comment-respond {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.comment-respond .comment-reply-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: inherit;
  transition: border 0.2s ease;
}

.comment-form textarea:focus,
.comment-form input:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.2);
}



/* ============================
   PAGINATION
=============================== */
.comments-pagination {
  margin-top: 20px;
}

.comments-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 2px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
}

.comments-pagination .page-numbers.current,
.comments-pagination .page-numbers:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}


/* Hide post title and its separator */
 .post-template-default .breadcrumb li:last-child span { display: none !important; } 
 /* Remove separator for the second-last item (when last is hidden) */
  .post-template-default .breadcrumb li:nth-last-child(2)::after { content: none !important; }

/* ============================
   RESPONSIVE BREAKPOINTS
=============================== */

/* Tablets */
@media (max-width: 768px) {
  .comments-title {
    font-size: 1.25rem;
  }

  .comment-list .comment {
    flex-direction: column;
    padding: 12px;
  }

  .comment-author img {
    margin-bottom: 10px;
  }

  .comment-body .fn {
    font-size: 0.95rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .comments-title {
    font-size: 1.1rem;
  }

  .comment-list .comment {
    padding: 10px;
  }

  .comment-body .comment-content {
    font-size: 0.9rem;
  }

  .comment-form textarea,
  .comment-form input {
    font-size: 0.9rem;
    padding: 10px;
  }

  .comment-form input[type="submit"] {
    width: 100%;
    font-size: 0.95rem;
    padding: 10px;
  }
}
