html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: .5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-block-start: 0;
  margin-block-end: .9rem
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #c36
}

a:active,
a:hover {
  color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  height: auto;
  max-width: 100%
}

details {
  display: block
}

summary {
  display: list-item
}

figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400
}

[hidden],
template {
  display: none
}

@media print {

  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid
  }
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  width: auto;
  -webkit-appearance: button
}

[type=button],
[type=submit],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s
}

[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto;
  resize: vertical
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

select {
  display: block
}

table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse
}

table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
  font-weight: 700
}

table tfoot th,
table thead th {
  font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
  background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
  table table {
    font-size: .8em
  }

  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3
  }

  table table th {
    font-weight: 400
  }
}

dd,
dl,
dt,
li,
ol,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

/* New cities page design layout start */
.indeed_inner_pages_layout {
  display: flex;
  align-items: center;
  background-size: cover;

  width: 100%;
}

.indeed_inner_pages_layout .inner-hero .indeed-m-title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 45px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.indeed_inner_pages_layout .btn {
  font-weight: 500;
  border-radius: 10px;
  font-size: 17px;
  padding: 15px 30px;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
  transition: all 0.3s ease;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.indeed_inner_pages_layout .btn-call {
  background: #05a54f;
  color: #fff;
}

.indeed_inner_pages_layout .btn-call:hover {
  color: #fff;
}

.indeed_inner_pages_layout .btn-packages {
  color: #000;
  background: #fff;
}

.indeed_inner_pages_layout .btn-packages:hover {
  color: #000;
}

.indeed_inner_pages_layout .home-request-quotes-form {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}


.indeed_inner_pages_layout .home-request-quotes-form [type=submit] {
  display: block;
}

.indeed_inner_pages_layout .right-form-panel .right-form-panel-wrapper {
  margin: 20px;
}


.indeed_inner_pages_layout .inner-hero .container .row {
  /* --bs-gutter-x: 1.5rem; */
  /* justify-content: center !important; */
  /* --bs-gutter-y: 0; */
  display: flex;
  flex-wrap: wrap;
  /* margin-top: calc(-1 * var(--bs-gutter-y)); */
  /* margin-right: calc(-.5 * var(--bs-gutter-x)); */
  /* margin-left: calc(-.5 * var(--bs-gutter-x)); */
  justify-content: center;
  align-items: center;
}


.d-flex-btn-indeed {
  display: flex;
  justify-content: center;
}

.indeed_inner_pages_layout .container {
  margin: auto;
}



/* Breadcrumb Common Styles */
.breadcrumb-container {
  padding: 10px 0;
  background: #000;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  width: 90%;
  margin: auto;
}

.breadcrumb li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.breadcrumb li>a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb li::after {
  content: "›";
  margin: 0 6px;
  color: #fff;
}

.breadcrumb li:last-child::after {
  content: "";
}


.indeed-page-content-panel .inner-page-panel {
  width: 85%;
  margin: auto;
  padding: 30px 0;
  display: flex;
}

.indeed-page-content-panel .inner-page-panel .left-inner-panel {
  width: 70%;
/*   border: 1px solid red; */
  padding: 20px;
}

.indeed-page-content-panel .inner-page-panel .right-inner-panel {
  width: 30%;
 /*  border: 1px solid green; */
}

.indeed-page-content-panel .inner-page-panel .right-list-panel li {
  list-style: none;
}

.indeed-page-content-panel .inner-page-panel .right-list-panel li a {
  background: #077f41;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  font-size: 15px;
  padding: 15px 30px;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
  transition: all 0.3s ease;
  line-height: 20px;
  text-align: left;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.indeed-page-content-panel .inner-page-panel .right-list-panel li a:hover {
  background: #333;
  cursor: pointer;
}

.indeed-page-content-panel .inner-page-panel .left-inner-panel .left-inner-panel-content h2 {
  font-size: 32px;
  color: #077f41;
  margin-bottom: 5px;
}

.indeed-page-content-panel .inner-page-panel .left-inner-panel .left-inner-panel-content h3 {
  font-size: 25px;
  color: #000;
  margin-bottom: 5px;
}

.indeed-page-content-panel .inner-page-panel .left-inner-panel .left-inner-panel-content h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.indeed-page-content-panel .inner-page-panel .left-inner-panel .left-inner-panel-content p {
  color: #333;
  margin-bottom: 5px;
}

.indeed-page-content-panel .inner-page-panel .right-inner-panel {
  text-align: center;
}

.indeed-page-content-panel .inner-page-panel .right-inner-panel .right-inner-panel-hub {
  background: #eee;
  margin: 15px 10px 20px;
  padding: 15px;
  border-radius: 10px;
}

.indeed-page-content-panel .inner-page-panel .right-inner-panel .right-inner-panel-hub h3 {
  font-size: 28px;
  color: #000;
}

.indeed-page-content-panel .inner-page-panel .right-inner-panel .right-list-panel {
  width: 100%;
  margin-left: -35px;
}

.indeed-page-content-panel .inner-page-panel .right-inner-panel .right-list-panel li {
  text-align: left;
  margin-bottom: 15px;
}


.indeed-page-content-panel .inner-page-panel .right-inner-panel .right-list-panel li .icon-right {
  width: 10px;
  height: 10px;
  fill: #999;
  margin: 0 6px;
  vertical-align: middle;
}

.left-inner-panel-mmg {
  margin: 15px 0;
}

.left-inner-panel-mmg img {
  border-radius: 10px;
}

.left-inner-panel-btn-group {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.left-inner-panel-btn-group .list-panel-btn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  gap: 15px;
}

.left-inner-panel-btn-group .list-panel-btn li {
  display: inline-block;
}

.left-inner-panel-btn-group .btn-call-grp {
  display: inline-block;
  padding: 10px 20px;
  background-color: #077f41;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s;
}

.left-inner-panel-btn-group .list-panel-btn li:nth-child(2) .btn-call-grp {
  background-color: #333;
}

.left-inner-panel-btn-group .list-panel-btn li:nth-child(2) .btn-call-grp:hover {
  background-color: #077f41;
}

.left-inner-panel-btn-group .btn-call-grp:hover {
  background-color: #333;
  color: #fff;
}

.left-inner-panel-content ul {
  margin-left: -20px;
}

.left-inner-panel-content ul li {
  color: #000;
}

.table-content-panel {
  margin-top: 20px;
}






@media (min-width: 1400px) {
  .indeed_inner_pages_layout .container {
    max-width: 95%;
    margin: auto;
  }
}


@media (min-width: 992px) {
  .indeed_inner_pages_layout .col-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }

  .indeed_inner_pages_layout .col-lg-5 {
    flex: 0 0 auto;
    width: 30%;
  }
}




.cities-page-tabs .cities-list-tabs ul li .btgs {
  color: #000;
  background: #ffde59;
  box-shadow: 0 10px 20px -5px rgb(0 0 0 / 10%);
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 6px;
  list-style: none;
  text-decoration: none;
}

.popular-cities-panel-wrap .home-pages-tabs {
  margin-left: -35px !important;
}


.responsive-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background-color: #f3f4f5
}

/* Table Styling */
.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f3f4f5;
  font-family: Arial, sans-serif;
}

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

.responsive-table th {
  background-color: #2e7d32;
  color: #fff;
  font-weight: bold;
}

/* Zebra effect for readability */
.responsive-table tr:nth-child(even) {
  background-color: #ffffff;
}






/* New cities page design layout end */








/* Mobile view: Scroll or stack */
@media screen and (max-width: 768px) {

  .right-inner-panel-hub{display: none;}
  .indeed-page-content-panel .inner-page-panel .right-inner-panel .right-list-panel {
    width: 100%;
    margin-left: -20px;
}
  .indeed-page-content-panel .inner-page-panel .right-inner-panel .right-inner-panel-hub {
    padding: 20px;
    margin: 0;
}
.right-inner-panel-hub > .d-flex-btn-indeed {display: block;}


.inner-page-panel {
    flex-direction: column-reverse; /* swap order only on mobile */
  }


.left-inner-panel, .right-inner-panel {
  flex: 1;
  padding: 0;
}




  .d-flex-btn-indeed {
  display: none;
}

  .cities-page-tabs .cities-list-tabs {
    height: auto!important;
    overflow: scroll;
}
  .left-inner-panel-mmg {
    margin: 5px 0;
}
  .left-inner-panel-btn-group {
    padding: 0;
    margin-bottom: 0;
}
  .left-inner-panel-btn-group .list-panel-btn {
    display: block;
}
.left-inner-panel-btn-group .list-panel-btn li {
    display: inline-block;
    margin: 5px;
}
.indeed-page-content-panel .inner-page-panel .left-inner-panel .left-inner-panel-content h2 {
    font-size: 28px;
}
.indeed-page-content-panel .inner-page-panel .left-inner-panel .left-inner-panel-content h3 {
    font-size: 18px;
}
.breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex-wrap: nowrap !important;
}

.breadcrumb li {
    word-break: break-word;
    display: flex;
    flex: 0 0 auto;
}

.indeed_inner_pages_layout .inner-hero {
  background: #05A54F;
  background: linear-gradient(180deg, rgba(5, 165, 79, 1) 36%, rgba(5, 87, 43, 1) 100%);
}

  .indeed-page-content-panel .inner-page-panel {
    width: 100%;
    margin: auto;
    padding: 0;
    display: flex
  }

  .indeed-page-content-panel .inner-page-panel .left-inner-panel {
    width: 100%;
    padding: 10px 20px;
  }

  .indeed-page-content-panel .inner-page-panel .right-inner-panel {
    width: 100%;

  }

  .indeed_inner_pages_layout .inner-hero .indeed-m-title {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    line-height: 45px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 20px 0 0;
  }

  .indeed_inner_pages_layout .btn {
    font-size: 15px;
    padding: 12px 30px;
    line-height: 20px;
    margin: 0 5px;
  }

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

  .responsive-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
  }

  .responsive-table td {
    text-align: left;
    padding-left: 20px;
    position: relative;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    text-align: left;
    font-weight: bold;
    color: #333;
  }

  .responsive-table th {
    display: none;
  }
}


@media screen and (min-width: 992px) {
  #menuToggle{
    display: none;
  }
  #mobileMenu{
    display: none;
  }
}




.menu-btn {
    background-color: #fedd59 !important;
    color: #333 !important;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

/* Hidden menu by default */
.mobile-menu {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: none; /* hidden initially */
  background: #f3f4f5;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Menu items */
.mobile-menu li {
  border-bottom: 1px solid #ddd;
}

.mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-menu li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.mobile-menu li a:hover {
  background-color: #e0e0e0;
}





/* Responsive only for mobile */
@media (min-width: 768px) {

  .menu-btn {
    display: none; /* Hide button on larger screens */
  }

  .mobile-menu {
    display: flex; /* Show inline for desktop */
    background: none;
    box-shadow: none;
  }

  .mobile-menu li {
    border: none;
    margin-right: 20px;
  }

  .mobile-menu li a {
    padding: 8px 0;
  }

}


@media (max-width: 768px) {
.custom-faq {
  max-width: 95%!important;
}

}

.indeed_inner_pages_layout {
  position: relative;
  z-index: 1;
}

.indeed_inner_pages_layout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black overlay with 0.5 opacity */
  z-index: -1; /* Keep the background behind content */
}



.pagination {
    display: flex;
    justify-content: center!important;
    margin: 20px auto;
}

.pagination span{padding: 10px 25px;}
.pagination a{padding: 10px 25px;}
.pagination a:last-child{padding: 10px;}
.pagination .current{background: #077f41;color: #fff;padding: 10px 25px;border-radius: 5px;}



.vidoe-container .video_item{
  width: 50%;
  float: left;
  
}
.vidoe-container .video_item iframe{
  margin: 10px;
}

.video_item-wrapper {
    margin: 5px;
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
}



@media (max-width: 768px) {
  .vidoe-container .video_item {
      width: 100%;
      float:none;
  }
}



.indeed-page-content-panel .inner-page-panel .right-list-panel li a {
    font-size: 14px;
    text-align: left;
}




/* Base button styles */
.menu-toggle-sidebar {
  position: relative;
  padding-right: 25px; /* Space for the arrow */
  cursor: pointer;
}

.menu-toggle-sidebar::after {
  content: '\276F'; /* ❯ */
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%) rotate(90deg); /* Default: pointing right */
  transition: transform 0.3s ease;
}

/* When button is active, rotate arrow down */
.menu-toggle-sidebar.active::after {
  transform: translateY(-50%) rotate(-90deg); /* Rotates arrow down */
}
.mobile-menu-sidebar li a {
    color: #fff;
    font-size: 17px;
}

.mobile-menu-sidebar {
    width: 95%!important;
}

.left-inner-panel-content h3{
  color: red!important;
}

.left-inner-panel-content .elementor-widget-heading{margin-bottom: 0!important;}





















/* CSS Scoped to FAQ Only */
/* Custom FAQ Styles */
.custom-faq {
  max-width: 80%;
  margin: 40px auto;
  padding: 0 20px;
}

.custom-faq .faq-title {
  text-align: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
}

.faq-item {
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.faq-question {
  cursor: pointer;
  font-size: 1.1rem;
  padding: 16px;
  background: #f9fafb;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  content: "\276F";
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
  color: #555;
  transition: transform 0.3s;
  transform: translateY(-10%) rotate(90deg);
}

.faq-question.active::after {
  content: "\276F";
  transform: translateY(-10%) rotate(-90deg);
}

.faq-answer {
  display: none;
  padding: 15px 16px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}



