.elementor-113 .elementor-element.elementor-element-d964969{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-d964969 */.bans5 {
            background: url('/wp-content/themes/aryanhitech/images/services/service2.jpg') no-repeat !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-attachment: fixed !important;
            background-position: center !important;
             padding: 245px 0 160px !important;
        }
        
               /* Service Tabs Styling */
        .service-tabs-wrapper {
            margin-bottom: 40px;
        }

        .service-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 30px;
            border-bottom: 2px solid #e5e5e5;
            padding-bottom: 0;
        }

        .service-tab-btn {
            padding: 15px 0px;
            background: transparent;
            border: none;
            border-bottom: 3px solid transparent;
            cursor: pointer;
            font-size: 15px;
            font-weight: 600;
            color: #666;
            transition: all 0.3s ease;
            text-transform: capitalize;
        }

        .service-tab-btn:hover {
            color: #5CA9F2;
        }

        .service-tab-btn.active {
            color: #5CA9F2;
            border-bottom-color: #5CA9F2;
        }

        /* Hide all tab contents by default */
        .service-tab-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        /* Show only active tab content */
        .service-tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Tabs */
        @media (max-width: 768px) {
            .service-tabs {
                flex-direction: column;
            }

            .service-tab-btn {
                width: 100%;
                text-align: left;
                border-left: 3px solid transparent;
                border-bottom: 1px solid #e5e5e5;
            }

            .service-tab-btn.active {
                border-left-color: #5CA9F2;
                border-bottom-color: #e5e5e5;
            }
        }

        .service-entry h4 {
            margin-bottom: 16px;
        }


        .service-type-item:hover .icon-box i {
            filter: brightness(0) invert(1);
        }


   .btns2{
        background: #fff !important;
    color: #5ea9ef !important;
   }

        .service-type-item .icon-box i {
    position: relative;
    max-width: 40px;
    transition: all 0.4s 
ease-in-out;
    z-index: 1;
    color: var(--accent-color);
}


.india-services {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}

.section-heading {
  font-size: 26px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.section-heading span {
  color: #5ea9ef;
}

.section-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #5ea9ef;
  margin: 10px auto 25px;
  border-radius: 2px;
}

.company-name {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}

.services-grid ul {
  list-style: none;
  padding: 0;
}

.services-grid ul li {
  margin-bottom: 12px;
}

.services-grid ul li a {
  color: #5ea9ef;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s ease;
}

.services-grid ul li a:hover {
  text-decoration: underline;
  color: #5ea9ef ;
}


.service-catagery-list button{
        width: -webkit-fill-available;
    text-align: left;
}

.btn-default::before{
    background-image: none !important;
}

ul.services{
    display: grid;
}

@media only screen and (max-width: 1024px) {
    .page-header {
        background-position: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .cta-box-header, .cta-box-body {
        padding: 20px 45px !important;
    }
}

.header-btn .btn-default::before {
    background-image: url(/wp-content/themes/aryanhitech/images/arrow-white.svg) !important;
}/* End custom CSS */