     .breadcrumbs-wrap {
            position: relative;
            height: 80px;
            line-height: 80px;
            border-bottom: none; 
            overflow: hidden;
            box-shadow: none; 
            z-index: 20;
            background: #fff;
        }
        .inner h3 {
            font-size :26px;
        }
        .faq-title h2 {
            font-size: 42px;
        }
       .accordion {
    background-color: transparent !important;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 0px !important;
    border-radius: 5px;
    margin-bottom: 10px;
}
        
         .section-title1 h1 {
                font-size: 3.5em;
                color: #fff;
                text-align: center;
            }
            
    /*code for btn not show onhover*/
    .item-related_img span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        color: var(--main-color);
        font-family: var(--secondary-font);
        text-transform: uppercase;
        font-weight: 600;
        padding: 15px 30px;
        background: #272535;
        opacity: 1; 
        /* Ensure it is always visible */
        border-radius: 10px;
        box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    }
     /*code for btn not show onhover*/

  /*css for accordion tabs*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*css for accordion tabs*/
/* Floating Social Icons */
.social-icons {
    position: fixed;
    top: 58%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.social-icons a {
    display: block;
    margin: 10px 0;
    width: 50px;
    height: 50px;
    line-height: 62px;
    text-align: center;
    color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a i {
    font-size: 24px;
}

/* Icon colors */
.social-icons .instagram {
    background: #E4405F;
}

.social-icons .facebook {
    background: #3b5998;
}

.social-icons .youtube {
    background: #FF0000;
}

.social-icons .whatsapp {
    background: #4CAF50;
}

/* Hover Effects */
.social-icons a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* Floating Social Icons */
 
    .logo-holder img {
    width: auto;
    height: 65px;
    float: left;
    position: relative;
    top: 35%;

    margin-top: -20px;
}