.elementor-9819 .elementor-element.elementor-element-94da0b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-9819 .elementor-element.elementor-element-f29745f{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#84848473;--border-color:#84848473;--border-radius:12px 12px 12px 12px;--padding-top:60px;--padding-bottom:60px;--padding-left:53px;--padding-right:53px;overflow:visible;}.elementor-9819 .elementor-element.elementor-element-f29745f:not(.elementor-motion-effects-element-type-background), .elementor-9819 .elementor-element.elementor-element-f29745f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#07020EA8;}.elementor-9819 .elementor-element.elementor-element-f29745f:not(.elementor-widget),.elementor-9819 .elementor-element.elementor-element-f29745f{backdrop-filter:brightness( 1 ) contrast( 1 ) saturate( 1 ) blur( 10px ) hue-rotate( 0deg );-webkit-backdrop-filter:brightness( 1 ) contrast( 1 ) saturate( 1 ) blur( 10px ) hue-rotate( 0deg );}.elementor-9819 .elementor-element.elementor-element-5f0becd.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-9819 .elementor-element.elementor-element-5f0becd .custom-info-widget .main-title{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:25px;}.elementor-9819 .elementor-element.elementor-element-5f0becd .custom-info-widget .main-desc{color:#CBCBCB;}.elementor-9819 .elementor-element.elementor-element-5f0becd .custom-info-widget .icon-list i{color:#FFFFFF;}.elementor-9819 .elementor-element.elementor-element-5f0becd .custom-info-widget .icon-list-item span{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-9819 .elementor-element.elementor-element-5f0becd .custom-info-widget .icon-list{gap:18px;}/* Start custom CSS for custom-info-widget, class: .elementor-element-5f0becd */.custom-info-widget .top-section {
    text-align: left !important;
}
.custom-info-widget .left-list {
    flex: 1.5 !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
}
/* change link color when the box (.list-item) is hovered */
.custom-info-widget .list-item:hover h3 a {
  color: #fefefe !important;  /* or your preferred hover color */
}
.custom-info-widget .list-item:active h3 a {
  color: #fefefe !important;
}
.desc-box p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1px;
}
.list-item{
    margin-right: 20px;
}
.left-list, .left-list:active {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-item:hover{
    background: #ffffff1a;
}
/* each box basic style */
.custom-info-widget .list-item {
  width: 45%;
  border-radius: 12px;
  position: relative;
}
.list-item h3{
    margin: 8px;
}
.left-list {
    border-right: 1px solid #868686;
}
.list-item h3 a{
    padding: 8px 10px 8px 10px;
    width: 100%;
}
.list-item:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

/* left column (first 4) */
.list-item:nth-child(-n+4) {
  align-self: flex-start;
  text-align: left;
}

/* right column (last 4) */
.list-item:nth-child(n+5) {
  align-self: flex-start;
  text-align: left;
}

/* heading styles */
.list-item h3 {
  font-size: 20px;
  font-weight: 600;
}


/* paragraph text */
-info-widget .list-item h3 a:hover {
    color: #fefefe;
}
.custom-info-widget .list-item h3 a {
    color: #929292 !important;
}

/* responsive: single column on small screens */
@media (max-width: 768px) {
  .list-item {
    width: 100%;
    text-align: left;
  }
}




/* Hire Ai Developer css */
svg.e-font-icon-svg.e-fas-circle {
    font-size: 9px;
    fill: white;
    color: white !important;
}
.dc_custom_header_menu nav ul li:hover a {
    color: #fff !important;
}
.icon-list-item {
    width: 50%;
}
.icon-list-box-sub {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
        row-gap: 20px;
}
/* Base style for the link */
.mega-menu-what.list-item:last-child h3 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between text and arrow */
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Add arrow using ::after pseudo-element */
.mega-menu-what.list-item:last-child h3 a::after {
  content: "\2192"; /* Unicode arrow → */
  font-size: 18px;
  font-weight: 900;
  color: currentColor;
  transition: transform 0.3s ease;
}

/* Hover effect: move arrow slightly right */
.mega-menu-what.list-item:last-child h3 a:hover::after {
  transform: translateX(6px);
}

/* Optional: change text color on hover */
.mega-menu-what.list-item:last-child h3 a:hover {
  color: #00b4ff; /* your accent color */
}/* End custom CSS */


