.whatsapp-icon {
  animation: bounce 3s infinite;
  font-size: 40px;
  background-color: #128c7e;
  padding: 0px 12px;
  border-radius: 50%;
  position: fixed;
  margin-top: 450px;
  margin-left: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

i {
  color: #ffff;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.call-icon {
  animation: bounce 3s infinite;
  font-size: 25px;
  background-color: #128c7e;
  padding: 10px 17px 10px 17px;
  border-radius: 50%;
  position: fixed;
  margin-top: 380px;
  margin-left: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.content {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.article {
  margin-bottom: 40px;
}

.article h2 {
  font-size: 24px;
  color: #4a2c20;
  margin-bottom: 10px;
}

.subtext {
  color: #ff42b3;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

.highlight {
  color: #ff42b3;
  font-weight: bold;
}

.col-lg-3.col-md-6 {
  padding: 11px;
  margin: 13px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);

}



@media (min-width: 768px){

  .col-lg-3.col-md-6{
    padding: 11px;
    margin: 13px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
   
  }
  .footer-box

 {
    flex: 1 1 17px !important;
}

}

@media (min-width: 767px){

  .col-lg-3.col-md-6{
    padding: 11px;
    margin: 13px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
   
  }
    .footer-box

 {
    flex: 1 1 17px !important;
}

}


.footer {
  color: #ff42b3;
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 18%;
  }
  
}
@media (max-width: 768px) {
  .row.gg-4 {
    flex-direction: column-reverse !important;
  }
}
.footer-btn {
  background-color: #a82d4e;
}
/* Hide form and button on mobile devices */
@media (max-width: 767px) {
  .fixed-button,
  .form-popup {
    display: none !important;
  }
}
.fixed-button {
  position: fixed;
  bottom: 0px;
  left: 40px;
  z-index: 1000;
}

.form-popup {
  position: fixed;
  bottom: 80px;
  left: 40px;
  background-color: white;
  border: 2px solid #a82d4e;
}
.form-popup .close-button {
  position: absolute;
  /* top: 10px; */
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.form-popup form {
  padding: 20px;
}
#service {
  width: 258px;
  padding: 6px;
}
.SubmitBtn {
  width: 258px;
  border-radius: 5px;
  background-color: #a82d4e;
  padding: 8px 20px;
  border: none;
}
.InquireBtn {
  padding: 10px 20px;
  background-color: #e25454;
  border: none;
  border-radius: 8px;
  width: 150px;
}
#service {
  width: 351px;
  padding: 6px 12px;
  margin: 16px 0px 0px;
}

#breadcrumb {
  list-style: none;
  display: inline-block;
}
#breadcrumb .fa {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #fff;
  display: block;
  background: #a82d4e;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  margin-top: 10px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #a82d4e;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #a82d4e;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #a82d4e;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before,
#breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #a82d4e;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #a82d4e;
}
#breadcrumb li a:hover {
  background-color: #2980b9;
}
#breadcrumb li a:hover:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #2980b9;
}
#breadcrumb li a:active {
  background-color: #2980b9;
}
#breadcrumb li a:active:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #2980b9;
}
/* Hide form and button on mobile devices */
@media (max-width: 767px) {
  .fixed-button,
  .form-popup {
    display: none !important;
  }
}

.fixed-button {
  position: fixed;
  bottom: 0px;
  left: 40px;
  z-index: 1000;
}

.form-popup {
  position: fixed;
  bottom: 80px;
  left: 40px;
  background-color: white;
  border: 2px solid #a82d4e;
  /* border-color: #a82d4e; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 300px;
  z-index: 1000;
  display: none; /* Initially hidden */
}

.form-popup .close-button {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.form-popup form {
  padding: 20px;
  z-index: 1028;
}
.form-popup{
    z-index: 1028;

}
/* #service {
  width: 258px;
  padding: 6px;
} */
.SubmitBtn {
  width: 258px;
  border-radius: 5px;
  background-color: #a82d4e;
  padding: 8px 20px;
  border: none;
}
.InquireBtn {
  padding: 10px 20px;
  background-color: #a82d4e;
  border: none;
  border-radius: 8px;
  width: 150px;
}
p a{
  /* color: #ff3131; */
  font-size: 15px;
  /* color:#fff; */
}

.card-body i {
  font-size: 20px;
  /* color: red; */
  background: #a82d4e;
  padding: 20px;
  border-radius: 50px;
}
.dropdown-menu a{
  padding: 10px;
  font-weight: 500;
}

.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
}
.faq-title h2 {
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #E91E63;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}

.faq {
background: #a82d4e;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
}

.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 10px;
font-weight: 400;
font-size: 17px;
/* letter-spacing: 1px; */
color: #ffff;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
/* padding-top: 20px; */
/* padding-bottom: 20px; */
}

.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
/* background: #E91E63; */
color: white;
font-size: 12px;
margin-right: 20px;
float: left;
}
.faq .card .card-body {
  padding: 10px;
  font-weight: 500;
  font-size: 17px;
  color: black;
  background: #ffff;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}
#footer-link p a{
  color: white;
}
.compliance-section {
  padding: 20px;
  text-align: center;
}

.tab-container {
  width: 100%;
  margin: 0 auto;
}

.tabs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.tab-button {
  background-color: #f1f1f1;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.tab-button.active {
  background-color: #4CAF50;
  color: white;
}

.tab-content {
  border: 1px solid #ddd;
  padding: 20px;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}
.nav li a{
  color: #a82d4e;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid grey;
}
.tab-pane h5{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.tab-pane p{
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
#tab2 ul li{
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
.tab-pane h6{
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

/* ABOVE FOOTER LINKS CSS START */
.footer-services {
  background: #0f172a;
  padding: 50px 20px;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}
.footer-box {
  flex: 1 1 17px !important;
}
.footer-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #facc15;
  font-weight: 600;
}
.footer-box h4 i {
  margin-right: 8px;
  color: #facc15;
}
.footer-box ul {
  list-style: none;
  padding: 0;
}
.footer-box ul li {
  margin-bottom: 10px;
}
.footer-box ul li a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer-box ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* new css for above footer links  */

  .footer-services {
    background: #0f172a;
    padding: 30px 20px;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
  }
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
  }
  .footer-box {
    flex: 1 1 17px !important;
  }
  .footer-box h4.footer-toggle {
    font-size: 18px;
    margin-bottom: 0;
    color: #facc15;
    font-weight: 600;
    gap: 10px;
    display: flex;
    align-items: center;
       justify-content: left;
    cursor: pointer;
  }
  .footer-box h4 i {
    margin-right: 8px;
  }
  .footer-box .arrow {
    transition: transform 0.3s ease;
  }
  .footer-box.active .arrow {
    transform: rotate(180deg);
  }
  .footer-list {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .footer-box.active .footer-list {
    max-height: 1000px; /* big enough to show all items */
    padding-top: 21px;
  }
  .footer-list li {
    margin-bottom: 10px;
  }
  .footer-list li a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .footer-list li a:hover {
    color: #ffffff;
    padding-left: 5px;
  }
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: flex-start;
    }
     .footer-box {
    flex: 1 1 17px !important;
  }
  }
