/* for has menu css */
 .has-megamenu {
    position: relative;
  }
  .xc-megamenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -150px;
    
    width: 1000px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    z-index: 999;
  }
  .has-megamenu:hover .xc-megamenu {
    display: block;
  }
  .xc-megamenu-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .xc-megamenu-list {
    list-style: none;
    padding: 0;
  }
  .xc-megamenu-list li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .xc-megamenu-list img {
    vertical-align: middle;
    margin-right: 8px;
  }


  /* for faq border */
  
  .xc-faq-two__section {
    & .xc-accrodion {
          border: 1px solid #172333;
    }
  }



  /* for home page brand slider */

.xc-brand-one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px; /* adjust height if needed */
}

.xc-brand-one__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
    

/* for icon */
.xc-postbox__thumb:before {
    width: 46%;
}




/* Mobile responsive font size for dynamic title */
@media (max-width: 768px) {
  .dynamic-title {
    font-size: 42px;
  }
}

