 body {
    font-family: 'Inter', sans-serif;
    color: #000000;
 }
 .navbar{
         background-color: transparent;
        }
 #navAric{
        font-family: "Outfit", sans-serif;
        text-align: center;
            
        }
a {
  text-decoration: none; /* Removes the underline */
  color: inherit;       /* Makes the link the same color as the surrounding text */
}
.btn-primary {
    background-color: #000000;
    border-radius: 100px;
    
}
header .btn-primary{
    font-size: 16px;
    font-weight: 700;
    height: 47px;
    line-height: 32px;
    margin-left: 34px;
    margin-top: -11px;
    padding: .4rem 23px;
}
HEADER.transparent{
    background-color: transparent;
}
.block--blue{
     background-color: rgba(170, 202, 247, 0.822);
      min-height: 100vh;
    display: flex;
  align-items: center;
}
.block--grey{
    background-color: #969696cc;
}
.block--first{
  padding-top: 180px;
}
#leftTXTcontainer{
    padding: 40px;
}
@media (max-width: 768px) {
  #leftTXTcontainer {
    padding: 20px;
  }
}
.badge {
  background-color: #d2f2c3e9;
  color: #58ac04;
}
.bi-arrow-right {
  color: #58ac04;
  padding-left: 10px;
}
.clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;

  line-clamp: 4; /* standard */
  overflow: hidden;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  line-clamp: 2; /* standard */
  overflow: hidden;
}
.nav-bar .dropdown-menu{
    width: 100%;
   left: 0;
   right: 0;
}
.navbar .dropdown-item {
    padding: 1rem 2rem;    /* top/bottom, left/right */
    font-size: 1.1rem;
}

/* Optional: adjust divider */
.navbar .dropdown-divider {
    margin: 0.5rem 0;
    border-color: #ccc;
}
.accordion-item {
  border: none;
}

.accordion-button {
  background: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
  box-shadow: none;
}
.accordion-button::after {
  display: none;
}

.accordion-button::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-right: 1rem;
  transition: transform 0.2s ease;
}
.accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}
.accordion-button {
  padding-left: 0;
  font-weight: 700;
  font-size: 1.5rem;
}
#Second_Image1.img-fluid{
    border: #000000 2px solid;
    height: 50%;
    
}
/*section 3 carousel*/
#sec3_carouselImage {
  border: 3px solid #000000;
  border-radius: 5px; /* smooth corners */
   transition: opacity 0.5s ease, transform 0.5s ease; /* smooth fade & drop */
   opacity: 1;
}
.btn-emphasis {
  background-color: white;   /* your white background */
  border: 2px solid #7f827e; /* change border color here */
  color: #333;  
  font-weight: bold; 
  margin-bottom: 4%;
}
.btn-emphasis.active{
  background-color: rgb(0, 0, 0);   /* your white background */
  border: 2px solid #000000; /* change border color here */
  color: #ffffff;  
  font-weight: bold; 
  margin-bottom: 4%;
}
@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.drop-animation {
   transform: translateY(-40px);
   opacity: 0;
}
/*Section 4*/
#sec4,
#sec4 .accordion-item,
#sec4 .accordion-button,
#sec4 .accordion-body {
    background-color: #f2f9ffdd;
  
}
/*Section 7*/
#sec7{
  background-color: #dbebf794;
}
sec7_arrow{
  color: #0099ff;
}
.icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  
  object-fit: contain;
  background-color: white; /* optional, looks clean */
  padding: 10px;
}
#sec7_wrapper {
  position: relative;
}
.icon1 {
  top: 10%;
  left: 20%;
  background-color: white;

}
.icon2 {
  top: 60%;
  left: 10%;
  background-color: white;
  
}
.icon3 {
  top: 30%;
  left: 70%;
  background-color: white;
  
}
.icon4 {
  top: 90%;
  left: 60%;
  background-color: white;
}
.icon5 {
  top: 10%;
  left: 80%;
  background-color: white;
}
/*section 10*/
#sec10{
  background-color: #dbebf794;
}
.blob-container {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.blob-container svg {
  width: 100%;
}

.face {
  position: absolute;
  top: 50%;                     
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
   aspect-ratio: 1 / 1;     
  border-radius: 50%; 
  filter: grayscale(100%);
  object-fit: cover;

}
/*Section 11*/
.brands-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap; /* important for mobile */
}

.brands-wrapper img {
  max-height: 80px;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.brands-wrapper img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}
/*Footer*/
#footer {
  border-top: 1px solid #eee;
}
#footer a {
  text-decoration: none;
  color: #6c757d;
  font-size: 22px;
  font-family:Verdana, Geneva, Tahoma, sans-serif
}

#footer a:hover {
  color: #a3a4a4;
}

#footer h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
/* bottom bar */
.footer-bottom {

  padding: 35px 0px 35px 90px;
  font-size: 20px;
  color:#6c757d
}

/* link style */
.cookie-link {
  text-decoration: none;
  color: #000000;
}

.cookie-link:hover {
  color: #8a8c8f;
}