.main-menu-ex ul li a:hover,
.main-menu-ex ul li a.active {
    background: linear-gradient(90deg, #25ace4, #25ace4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Underline Hover & Active */
.main-menu-ex ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f15c24, #f15c24);
    transition: width 0.3s ease-in-out;
}

.main-menu-ex ul li a:hover::after,
.main-menu-ex ul li a.active::after {
    width: 100%;
}


.hero1 video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    object-fit: cover;
}

.bgoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1; */
}


.vani-btn {
    display: inline-block;
    border-radius: 80px;
    background: transparent;
    padding: 12px 12px 12px 18px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: solid 2px #25ace4;
    
  }
  .vani-btn::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 0%;
    border-radius: 80px;
    background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #25ace4 100%));
    z-index: -1;
    transition: all 0.4s;
  }
  .vani-btn span {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #25ace4;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    
    transition: all 0.4s;
  }
  .vani-btn:hover {
    color: #fff;
    transition: all 0.4s;
  }
  .vani-btn:hover::after {
    width: 100%;
    transition: all 0.4s;
    left: 0;
    right: auto;
  }
  .vani-btn:hover span {
    color: #fff;
    transition: all 0.4s;
  }

  .list-group-item {
    font-size:12px;
  }

  .cicons{
    color:#25ace4 !important;
  }

  .vani-btn2 {
    display: inline-block;
    border-radius: 80px;
    background: transparent;
    padding: 12px 12px 12px 18px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: solid 2px #f15c24;
    
  }
  .vani-btn2::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 0%;
    border-radius: 80px;
    background: linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%);
    z-index: -1;
    transition: all 0.4s;
  }
  .vani-btn2 span {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #FA7D3C;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    
    transition: all 0.4s;
  }
  .vani-btn2:hover {
    color: #fff;
    transition: all 0.4s;
  }
  .vani-btn2:hover::after {
    width: 100%;
    transition: all 0.4s;
    left: 0;
    right: auto;
  }
  .vani-btn2:hover span {
    color: #fff;
    transition: all 0.4s;
  }


  .top-bar {
    background: #f15c24; /* Light blue background */
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.top-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar-content {
    display: flex;
    gap: 20px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info i {
    color: #fff;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}



.sticky-icons {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
   
}

.sticky-icons a {
    text-decoration: none;
    color: white;
    background: linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
   border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
    transition: background-color 0.3s ease-in;
}

.sticky-icons a:hover {
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #25ace4 100%));
    color:white;
}

.sticky-icons i {
    font-size: 15px;
}

.orange1{
  color:#FB3F52
}

.orange2{
  color: #f15c24;
}


.accordion-item{
  margin-bottom:30px !important;
}
.accordion-button {
  font-weight: 500;
  font-size: 18px;
 
  color: #0B0314;
  border-radius: 8px !important;
  box-shadow: none;
  transition: background 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #25ace4 100%));
  color: white;
  box-shadow: none;
}

.accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-body {
  font-size: 16px;
  color: #555;
  background-color: #fdfdfd;
  border-radius: 8px;
  padding: 15px;
}


.color{
  background: linear-gradient(90deg, #25ace4, #f15c24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  
}

#captcha{
  width:50px;
  height:30px;
  text-align: center;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
 
  
}

.marquee-content {
  display: flex;
  gap: 50px;
  animation: marquee 10s linear infinite;
}

@media(max-width:768px){
  .marquee-content {
    display: flex;
    gap: 50px;
    animation: marquee 13s linear infinite;
    width: max-content;
  }

}
@keyframes marquee {
  from {
    transform: translateX(20%);
  }
  to {
    transform: translateX(-100%);
  }
}