.navbar-toggler{
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%; 
    background: #ffffff;
    border-radius: 1px; 
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* when navigation is clicked */
.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}


/* state when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
    margin-top: -10px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}


.navbar-toggler.collapsed .bottom-bar {
    margin-top: 10px;
    transform: rotate(0deg);  
}


.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* custom scrollbar */
::-webkit-scrollbar{
    width: 6px;
    height: 4px;
  }
  
  ::-webkit-scrollbar-track{
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb{
    background: rgb(253, 164, 3);
    -webkit-border-radius: 10px;
  } 

.request-quote-btn {
    position: fixed;
    max-width: 50px;
    right: 0;
    top: 295px;
    margin: 0;
    padding: 15px 12px;
    box-shadow: none;
    color: #fff;
    border-radius: 5px 0 0 5px;
    border: 1px solid #f47c43;
    background-color: #f47c43;
    cursor: pointer; 
    z-index: 111;
    min-width: 45px;
    max-height: 160px;
    /* min-width: initial !important; */
    min-height: 150px;
    writing-mode: vertical-lr;


    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* Bank Transfer Table */
.bank-table {
  width: 60%; /* Adjust table width */
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bank-table thead {
  text-transform: uppercase;
}

.bank-table-header {
  background-color: #FDA403; /* Heading background color */
  color: white; /* Text color for headings */
}

.bank-table th, 
.bank-table td {
  text-align: center;
  padding: 15px;
}

.bank-table tr:nth-child(even) {
  background-color: #ffffff;
}

.bank-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.bank-table tr:hover {
  background-color: #e9ecef;
}

.bank-form {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

thead.bank-table-header.heading tr th {
  background-color: #240a34 !important;
} 

thead.bank-table-header.heading tr th:hover {
  background-color: #f47c43 !important;
} 



@media (max-width: 768px) {
  .request-quote-btn {
      writing-mode: horizontal-tb; 
      transform: none; 
      left: 5px;
      width: calc(100% - 10px);
      max-width: calc(100% - 10px);
      top: auto;
      bottom: 5px;
      border-radius: 0;
      min-height: 44px;
  }

  .quote-modal-wrapper {
    position: relative;
    padding: 40px 30px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
  .quote-modal-wrapper {
    padding: 20px 15px 15px;
  }

  img.modal-img {
    display: none;
  }

  .modal-body {
    padding: 0rem;
  }
  form.quotes_form {
    padding: 12px !important;
  }

  h2.modal-heading {
    font-size: 22px;
  }
  p.modal-heading-text {
    font-size: 14px;
  }

  .badge_wrap {
    font-size: 14px;
  }
  .row.main-row-wrapper {
    margin-right: -28px;
    margin-left: -28px;
  }

  .cta_btn {
    width: 100%; 
  }

}

.modal-content {
  background-color: #fff1e4;
}

.modal-header {
  border-bottom: 0px solid #dee2e6;
}
/* Modal Custom phone button color */
button.btn.btn-secondary.custom-btn.dropdown-toggle.selected {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #dfdfdf;
}

.badge_wrap {
  padding-left: 40px;
}
.position-relative {
  position: relative!important;
}
.badge-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.cta_btn {
  min-width: 160px;
  height: 44px;
  border: 1px solid #f47c43;
  background-color: #f47c43;
}

.cta_btn:hover {
  min-width: 160px;
  height: 44px;
  background-color: #240A34; 
  border-color: #240A34;
}

.quotes_form .form-control {
  /* border: 1px solid #e9eef2;
  background: #fafbfd;  */

  border-radius: 8px;
  border: 1px solid #e9eef2 !important;
  background: #fafbfd;
  padding: 14px 16px;
  box-shadow: none!important; 
  resize: none;
}

form.quotes_form.bg-white.p-5.rounded {
  background: #240A34 !important;
}

.chat_to_hb {
  position: fixed;
  right: 0px; 
  bottom: 450px; 
  /* bottom: 360px;  */
  z-index: 999;
}

.chat_to_hb a {
  display: block; 
  width: 40px;
  height: 40px;
  background-color: #f47c43;
  text-align: center;
  line-height: 35px; 
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.chat_to_hb img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  padding: 3px; 
}

.chat_to_hb a:hover {
  transform: scale(1.1); 
}

.chat_to_hcall {
  position: fixed;
  right: 0px; 
  bottom: 405px;  
  z-index: 999;
}

.chat_to_hcall a {
  display: block; 
  width: 40px;
  height: 40px;
  background-color: #f47c43;
  text-align: center;
  line-height: 35px; 
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.chat_to_hcall img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  padding: 11px;
}

.chat_to_hcall a:hover {
  transform: scale(1.1); 
}


/* Media Query for Tablets */
@media (max-width: 768px) {
  .chat_to_hb a {
    width: 40px;
    height: 40px;
    line-height: 35px; 
    bottom: 360px !important;
  }
}

/* Media Query for Mobile */
@media (max-width: 480px) {
  .chat_to_hb {
    bottom: 360px;
    right: 0px; 
  }

  .chat_to_hcall {
    bottom: 314px;
    right: 0px;
  }

  .chat_to_hb a {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}


/* 5 Portfolio */
.portfolio_wrapper .card {
  height:100%;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid var(--bg-white);
  cursor: pointer;
  /* box-shadow: 0 0 16px 4px var(--bg-dark-blue);  */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.portfolio_wrapper .card span {
  transition: background-position 4s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
}

.portfolio_wrapper .card:hover span {
  background-position: bottom center;
}

@media (max-width:991px) {

  /* portfolio */
  .portfolio_wrapper .card {
      min-height: 400px;
  }

}

@media (max-width: 767px) {
  /* portfolio */
  .portfolio_wrapper .card {
      min-height: 500px;
  }
}   

