/* faq section css */
.Accordions {
  display: block;
  max-width: 800px;
  margin: auto;
}

.Accordion_item {
  width: 100%;
  height: auto;
  margin: 5px 0;
}

.Accordion_item:first-child {
  margin-top: 50px;
}

.Accordion_item .title_tab {
  width: 100%;
  background-color: #51adf6;
  color: #FCFCFC;
  padding: 12px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
  border-radius: 4px;
  text-align: start;
    background-color: #c01f24;

}

.Accordion_item .title_tab .title {
  font-size: 21px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 600;
}

.Accordion_item .title_tab .title .icon {
  position: absolute;
  right: 1%;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: transparent;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in;
}

.Accordion_item .title_tab .title .icon:before,
.Accordion_item .title_tab .title .icon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #FCFCFC;
}

.Accordion_item .title_tab .title .icon:before {
  top: 0;
  left: 2px;
  transform: rotate(-45deg);
}

.Accordion_item .title_tab .title .icon:after {
  top: 0;
  right: 2px;
  transform: rotate(45deg);
}

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}

.inner_content p {
  width: 98%;
  margin: auto;
  padding: 18px 15px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translate3d(0px, 60px, 0px);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  text-align: start;
}

/* ================================= */
.Accordion_item .title_tab.active {
  transition: background-color 0.3s ease-in;
  background-color: #c01f24;
}

.Accordion_item .title_tab.active .title .icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
}

.Accordion_item .title_tab:hover {
  background-color: #96171a;
  transition: background-color 0.3s ease-in;
}

.Accordion_item .inner_content p.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

/* ================================= */
.inner_content p span {
  font-size: 14px;
  line-height: 30px;
}

.inner_content p b {
  color: #F44336;
  font-size: 18px;
}

.faq-sec {
  padding: 80px 0px;
}


/* button style */

/* From Uiverse.io by cssbuttons-io */
.main-btn {
  --color: #fff;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.6em;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color) !important;
  font-family: "Poppins", sans-serif;

}

.main-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.main-btn:hover {
  color: #F44336 !important;
}

.main-btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.main-btn:hover:before {
  top: -30px;
  left: -30px;
}

.main-btn:active:before {
  background: #ffff;
  transition: background 0s;
}


.main-btn {
  list-style: none;
  text-decoration: none !important;
}

.header-logo {
  width: 200px;
}


/* page button */


/* From Uiverse.io by cssbuttons-io */
.main-btn2 {
  --color: #F44336;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.6em;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  font-family: "Poppins", sans-serif;

}

.main-btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.main-btn2:hover {
  color: #F44336;
}

.main-btn2:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.main-btn2:hover:before {
  top: -30px;
  left: -30px;
}

.main-btn2:active:before {
  background: #F44336;
  transition: background 0s;
}


.main-btn2 {
  list-style: none;
  text-decoration: none !important;
}

.header-logo {
  width: 200px;
}

/* red color button */

.button {
    all: unset;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 30px;
    border: #FC302F solid 1px;
    border-radius: 0.25em;
    color: #FC302F;
    font-size: 1.5em;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    transition: border 300ms, color 300ms;
    user-select: none;
    
}

.button p {
  z-index: 1;
  padding: 0px;
  margin: 0px;
      font-weight: 500;
}

.button:hover {
  color: #fff !important;
}

.button:active {
  border-color: #fff;
}

.button::after, .button::before {
  content: "";
  position: absolute;
  width: 9em;
  aspect-ratio: 1;
  background: #FC302F;
  opacity: 100%;
  border-radius: 50%;
  transition: transform 500ms, background 300ms;
}

.button::before {
  left: 0;
  transform: translateX(-8em);
}

.button::after {
  right: 0;
  transform: translateX(8em);
}

.button:hover:before {
  transform: translateX(-1em);
}

.button:hover:after {
  transform: translateX(1em);
}

.button:active:before,
.button:active:after {
  background: #FC302F;
}


/* white button */


.button2 {
    all: unset;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 30px;
    border: #fff solid 1px;
    border-radius: 0.25em;
    color: #fff !important;
    font-size: 1.5em;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    transition: border 300ms, color 300ms;
    user-select: none;
    
}

.button2 p {
  z-index: 1;
  padding: 0px;
  margin: 0px;
      font-weight: 500;
}

.button2:hover {
  color: #F44336 !important;
}

.button2:active {
  border-color: #fff;
}

.button2::after, .button2::before {
  content: "";
  position: absolute;
  width: 9em;
  aspect-ratio: 1;
  background: #fff;
  opacity: 100%;
  border-radius: 50%;
  transition: transform 500ms, background 300ms;
}

.button2::before {
  left: 0;
  transform: translateX(-8em);
}

.button2::after {
  right: 0;
  transform: translateX(8em);
}

.button2:hover:before {
  transform: translateX(-1em);
}

.button2:hover:after {
  transform: translateX(1em);
}

.button2:active:before,
.button2:active:after {
  background: #FC302F;
}



/* whatsapp fixed icon */

.quick_contact a {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 18px;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: transform 0.5s ease;
}
.qwhtsapp {
  bottom: 70px;
  background-color: #25d366;
}
.qcall {
  bottom: 120px;
  background-color: #96171a;
}
.quick_contact_icon {
  margin-top: 10px;
}
.quick_contact a:hover {
  transform: scale(1.1);
}

/* Branch Search Filter CSS */
.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon-inner {
    position: absolute;
    left: 15px;
    color: #6c757d;
    font-size: 1.1rem;
    z-index: 5;
}

.clear-search-icon {
    position: absolute;
    right: 15px;
    color: #6c757d;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: color 0.2s;
}

.clear-search-icon:hover {
    color: #dc3545;
}

.branch-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #eee;
    margin-top: 5px;
    animation: slideDown 0.3s ease-out;
}

.branch-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f8f9fa;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.branch-item:last-child {
    border-bottom: none;
}

.branch-item:hover {
    background-color: #fff5f5;
    color: #dc3545;
}

.branch-item i {
    color: #dc3545;
    font-size: 0.9rem;
}

.highlight-text {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    font-weight: 700;
    padding: 0 2px;
    border-radius: 3px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Scrollbar for Dropdown */
.branch-results-dropdown::-webkit-scrollbar {
    width: 6px;
}

.branch-results-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.branch-results-dropdown::-webkit-scrollbar-thumb {
    background: #dc3545;
    border-radius: 10px;
}

.branch-results-dropdown::-webkit-scrollbar-thumb:hover {
    background: #a71d2a;
}
