#whatsapp-body {
  background-image: linear-gradient(to right, rgb(255, 255, 255), #b0ebba);
}
html {
  scroll-behavior: smooth;
}

#logo {
  width: 10rem;
}

p {
  font-size: 16px;
  color: #4a4d50;
}

.btn-outlinecustom{
  background-color: #C42852 !important;
  color: #ffff;
}
.btn-outlinecustom:active{
  background-color: #4D5154 !important;
  color: #ffff !important;
}
.btn-outlinecustom:hover{
  color: #ffff !important;
}

/* Navbar Base */
.navbar {
  transition: all 0.3s ease-in-out;
  background-color: #fff !important;
}

.nav-link {
  font-weight: 500;
  color: #212529 !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #C42852 !important;
}

/* Dropdown Styling */
.dropdown-menu {
  background-color: #2b2b2b !important;
  border: none;
  border-radius: 0.5rem;
  min-width: 200px;
}

.dropdown-item {
  color: #fff !important;
  font-weight: 400;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #000000 !important;
}

/* Submenu alignment */
.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.2rem;
}



.whatsapp-container {
  border-top: #ffc107 10px solid;
}

.feature-3 {
  padding: 9px 11px;
  color: #000000;
  cursor: pointer;
  border-radius: 6px;
  background-color: #2b2b2b;
  color: #ffffff;
}

.whatsapp-hero {
  margin-top: 12vh;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 30px;
  box-shadow: rgb(38, 57, 77) 0px 10px 25px -15px;
  color: #37474f;
  justify-content: center !important;
  align-items: center !important;
  display: flex;
}

.feature-whatsapp {
  
  background-color: #198754;
  cursor: pointer;
}

.feature-whatsapp h4 {
  color: #ffffff;
}

.feature-whatsapp i {
  font-size: 40px;
  color: #ffffff;
}

.feature-whatsapp p {
  font-size: 14px;
  color: #ffffff;
}

.whatsap-feature-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 13px;
}

.faqAccordions {
  background-color: #2db34a !important;
}

.head-contact {
  padding: 30px 10px;
}

.heading-connect {
  background-color: #2B2B2B;
  color: #ffffff;
}

.heading-connect p {
  color: #ffffff;
}

.head-contact-2 span {
  font-size: 12.5px;
  padding: 5px;
  border-left: 1px solid #fff;
}

 .connect-inner {
    
   row-gap: 100px;
     
    }


/* whatsapp responsive starts */
@media (max-width: 768px){

.heading-connect{
  border-radius: 0px !important;
}
 .feature2 {
    width: 90% !important;
  }



}