/* your styles go here */

/* Red vertical quotation button */
.rq-btn951{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d00504; 
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  border-radius: 8px 0 0 8px;
  z-index: 1050; 
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  /* vertical text */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 600;
  letter-spacing: .5px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1;
}

.rq-btn951:hover,
.rq-btn951:focus{
  background: #e44b40;
  transform: translateY(-50%) scale(1.02);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
  color: #fff;
  outline: none;
}

/* Optional: hide on very small screens, or convert to a pill */
@media (max-width: 576px){
  .rq-btn951{
    width: 95%;
        top: auto;
        bottom: 0px;
        left: 16px;
    transform: none;
    writing-mode: horizontal-tb;
    border-radius: 999px;
    padding: 10px 14px;
  }
}


.header-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      /* Covers the full width of the screen */
      height: 100px;
      /* Adjust height as per your header height */
      background-color: rgba(0, 0, 255, 0.1);
      /* Clue background (blue with slight transparency) */
      z-index: 9999998;
      /* Ensure it is behind the fixed header */
      display: none;
      /* Hidden by default */
    }

    .pd17 {
      padding-left: 19% !important;
       *padding-left: 15% !important;
    }

    .pd2 {
      padding-left: 1% !important;
    }

    .pd32 {
      left: 21% !important;
    }

    @media only screen and (max-width: 800px) {
      .pd17 {
        padding-left: 0% !important;
      }

      .pd32 {
        left: 0% !important;
      }

      .navbar-brand {
        width: 80% !important;
      }
    }

    /* Default: Hide headernav1 and show headernav */
    #headernav {
      display: block;
    }

    #headernav1 {
      display: none;
    }

    /* For mobile view: Hide headernav and show headernav1 */
    @media (max-width: 768px) {
      #headernav {
        display: none;
      }

      #headernav1 {
        display: block;
      }
    }
    .nav_cart_icon1234 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background-position: -10px -340px;
    width: 38px;
    height: 26px;
        background-image: url(https://m.media-amazon.com/images/G/01/gno/sprites/nav-sprite-global-1x-reorg-privacy._CB541706272_.png);
    background-repeat: repeat-x;
}
  #headernav .parent {
  position: relative; /* Added to provide positioning context */
}

#headernav .parent:hover > .child1 {
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 10; /* Use a reasonable z-index value */
}

                    #headernav .parent:hover>ul {
                      display: block;
                      position: absolute;
                      background-color: #ffffff;
                      z-index: 99999;
                    }

                    #headernav .child {
                      display: none;
                    }

                    #headernav .child li {
                      background-color: #ffffff;
                      z-index: 99999;
                      line-height: 24px;
                      width: 100%;
                    }

                    #headernav .child li a {
                      color: #000000;
                    }

                    .child1 {
                      display: none;
                    }

                    #headernav .child1 li {
                      background-color: #ffffff;
                      z-index: 99999;
                      line-height: 24px;
                      width: 100%;
                    }

                    #headernav .child1 li a {
                      color: #000000;
                      background-color: #ffffff;
                      z-index: 99999;
                    }

                    #headernav ul {
                      list-style: none;
                      margin: 0;
                      padding: 0px;
                      min-width: 12em;
                      background-color: #ffffff;
                    }

                    #headernav ul ul ul {
                      left: 100%;
                      top: 0;
                      margin-left: 1px;
                      background-color: #ffffff;
                      z-index: 99999;
                    }

                    #headernav li:hover {
                      background-color: #ffffff;
                      z-index: 99999;
                    }

                    #headernav .parent li:hover {
                      background-color: #ffffff;
                      z-index: 99999;
                    }

                    #headernav .expand {
                      font-size: 10px;
                      float: right;
                      margin-right: 5px;
                      background-color: #ffffff;
                      z-index: 99999;
                    }

                    #headernav .parent .child1::before {
                      content: '';
                      display: block;
                      border-left: 0.5rem solid transparent;
                      border-right: 0.5rem solid transparent;
                      border-bottom: 0.5rem solid #F00102;
                      position: absolute;
                      top: -0.55rem;
                      left: 1rem;
                    }
                     /* Ensure the dropdown menu is hidden by default */
                  #headernav .nav-item .dropdown-menu {
                    display: none !important;
                    opacity: 0 !important;
                    visibility: hidden !important;
                    transition: opacity 0.3s ease, visibility 0.3s ease !important;
                  }

                  /* Show the dropdown menu on hover */
                  #headernav .nav-item.dropdown:hover .dropdown-menu {
                    display: block !important;
                    opacity: 1 !important;
                    visibility: visible !important;
                    position: absolute !important;
                    top: 40% !important;
                    /* Position it below the parent */
                    left: 0 !important;
                    z-index: 1000 !important;
                  }

                  /* Optional: Styling for dropdown items */
                  #headernav .dropdown-item {
                    background-color: #fff !important;
                    color: #000 !important;
                    *padding: 10px 20px !important;
                    text-decoration: none !important;
                  }
                  .search-container {
    position: relative;
    display: inline-block;
}

.search-icon {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0px 8px;
}

.dropdown1 {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Position below the icon */
    right: 0;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 8px;
    border-radius: 4px;
    width: 200px;
}

.dropdown1 input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.dropdown1 input:focus {
    border-color: #007BFF;
    box-shadow: 0 0 4px #007BFF;
}
.logo-img {
      width: 44%;
      margin-left: 0;
    }
    
    
    
     .currency-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #3b0a5d;
}

.currency-label {
  margin: 0 3px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://consult2bond.com/assest/img/can-us.webp') no-repeat;
  background-size: 96px 24px;
  background-position: left;
  border-radius: 34px;
  transition: background-position 0.4s;
}

/* Toggle to right when checked */
.switch input:checked + .slider {
  background-position: right;
}

/* The circle knob */
.knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  transition: left 0.4s ease;
  z-index: 2;
}

/* Move knob right when checked */
.switch input:checked + .slider .knob {
  left: 26px;
}
ul.navbar-nav li.nav-item {
  list-style-type: none !important;
}
ul, li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*social feed css*/
.borderpro{
    *padding:1%;
    *border: 1px solid #938f8f;
    box-shadow: 4px 4px 6px gray;
}
.marbtm1{
    margin-bottom: 1%;
}



/* Request quote  */
.card { max-width: 640px; margin: 0 auto; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; background:#fff; }
    .row { margin-bottom: 12px; }
    .row label { display:block; font-weight:600; margin-bottom:6px; }
    .row input, .row textarea, .row select { width:95%; padding:10px; border:1px solid #d1d5db; border-radius:8px; }
    .error { color: #b91c1c; margin-top: 6px; }
    .hint  { color: #6b7280; font-size: 0.9rem; }
    button { padding: 10px 16px; border: 0; border-radius: 8px; background: #111827; color: white; cursor: pointer; width: 100%;}
    button:disabled { opacity: .5; cursor: not-allowed; width: 100%;}