/*
Theme Name: Hurix.ai
Theme URI: https://hurix.ai/
Author: Your Name
Author URI: https://your-portfolio.com/
Description: A lightweight custom theme for Hurix.ai
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hurix-ai
*/

body{
    background-color:#000000;
     font-family: "Work Sans", sans-serif; 
       color: #ffffff;
}
.navbar-toggler-icon {
    background-image: url(https://www.hurix.ai/wp-content/uploads/2025/08/white-menu-icon.png);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-nav .dropdown .dropdown-menu{
	transition:.3s all ease;
	    padding: 16px 0px;
}
.navbar-nav .dropdown .dropdown-menu li{
	margin-bottom:3px;
}
.navbar-nav .dropdown:hover .dropdown-menu{
	display:block;
	transition:.3s all ease;
}
.dropdown-toggle::after{
	background-image:url(https://www.hurix.ai/wp-content/uploads/2025/08/dropdown.svg);
}
.dropdown-toggle::after {
  display: inline-block;
  width: 14px; /* adjust size */
  height: 14px;
  margin-left: .255em;
  vertical-align: middle;
  content: "";
  border: none !important; /* remove Bootstrap default arrow */
  background-image: url("https://www.hurix.ai/wp-content/uploads/2025/08/dropdown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px; /* space between text and icon */
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	    background: linear-gradient(89.74deg, #36284B 0.57%, #10022C 99.84%);
	    min-width: 330px;
}
.dropdown-item:focus, .dropdown-item:hover{
	    background-color: #1e0550;
	color:#fff;
}
.dropdown-item{
	color: #ffffff;
	    padding: 5px 26px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: unset;
}
.modal-header{
	justify-content: center;
}

 .modal-header .modal-title{
	color: #000;
    font-size: 20px;
    text-align: center;
	 font-weight:700;
}


header .navbar{
    background: linear-gradient(89.74deg, #36284B 0.57%, #10022C 99.84%);
    padding: 16px 32px;
}

h1{
	font-size:40px;
	font-weight:600;
}

h2,.h2{
    font-size: 40px;
    font-weight: 700;
  }
p{
	line-height:30px;
}

h3{
    font-size: 40px;
    font-weight: 600;
}

.trusted_logo h4{
	font-size: 30px;
    font-weight: 600;
	text-align:center;
}

.navbar-brand img{
    width: 155px;
	    height: auto;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #ffffff;
    font-weight: 500;
    padding:.5rem 1rem;
	font-size:18px;
}

.btn-primary {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    transition:all .3s;
	white-space:nowrap;
	padding: 3px;
    background: linear-gradient(69deg,rgba(74, 132, 202, 1) 0%, rgba(78, 134, 203, 1) 33%, rgba(110, 85, 156, 1) 66%, rgb(84, 60, 128) 98%);
	border:0;
    border-radius: 12px;
}
.btn-primary>span{
    padding:10px 30px;
  background: linear-gradient(90deg,rgba(74, 132, 202, 1) -50%, rgba(61, 44, 92, .8) 70%);
 transition:all .3s;
     display: inline-block;
      border-radius: 10px;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    border:0;
    box-shadow:0px 5px 20px 2px #482e7a;
     background: linear-gradient(69deg,#72c4f1 0%, rgba(78, 134, 203, 1) 33%, #9c57dc 66%, #6134b2 98%);
}

.btn-primary:hover>span,.btn-primary:focus>span,.btn-primary:active>span{
  background: linear-gradient(90deg,#548de3 -50%, #6436b4 70%);
}

/* startsecondbtn.. */

.btn-secondary {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    transition:all .3s;
	white-space:nowrap;
	padding: 3px;
    background: linear-gradient(155deg,rgba(77, 75, 80, 1) 45%, rgba(50, 48, 53, 1) 100%);
    border:0;
    border-radius: 12px;
}
.btn-secondary>span{
     padding:10px 30px;
    display: block;
    background: linear-gradient(155deg,rgba(115, 113, 119, 1) 10%, rgba(56, 55, 60, 1) 90%);
    transition:all .3s;
     display: inline-block;
      border-radius: 10px;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{
    border:0;
    box-shadow:0px 5px 20px 2px #555458;
    background: linear-gradient(101.98deg, #4d4b50 0%,#555458 100%);
}

.btn-secondary:hover>span,.btn-secondary:focus>span,.btn-secondary:active>span{
   background: linear-gradient(69deg,#2b292d 0%, rgba(103, 102, 107, 1) 33%, #4d4b50 66%, #323035 98%);
}
/*endsecondbtn.. */ 


  .container>*,.container-fluid>*{
    position:relative;
    z-index:99;
  }

.hero_section {
    padding-top:180px;
    padding-bottom: 180px;
}

.hero_section {
    background-image: url(/wp-content/uploads/2025/11/firstfoldbg1.webp);
    background-size: cover;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

.top-text{
    font-size: 95px;
    font-weight: 600;
    background: linear-gradient(to right, #13A2FE, #5177FE,#5B2B99,#5B2B99);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    max-width: 1320px;
    line-height: 80px;
}

.hero_section .Possibility {
    font-size: 53px;
    font-weight: 700;
    color: #ffffff;
}

.hero_section p{
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

.client_slider .slick-slide img{
margin:auto;
height: 90px;
}

.client_slider .slick-slide{
	float: none;
}

.client_slider .slick-track{
	display: flex;
	align-items: center;
}

.sub_text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
}

.Vision_sub{
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
	line-height:140%;
}



.architecture{
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
	line-height:30px;
}

.counter-section {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
    }

    .counter-box {
      min-width: 180px;
    }

    .counter-number {
      font-size: 60px;
      font-weight: 700;
      color: #fff;
    }

    .counter-label {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.5;
      color: #ffffff;
      margin-top: 8px;
      
    }


 /* .box_image1{
    background-image: url(../images/we1.png);
    
 } */

 .box_image{
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 0;
    object-fit: cover;
    border-radius: 12px;
    height: 300px;
 }
 .box_content{
    color: #FFFDFD;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    border-radius: 12px;
    height: 100%;
    transition: all .3s;
    position: absolute;
    padding: 15px 30px 15px;
    top: calc(100% - 47px);
}


.box_content h3{
    color: #FFFDFD;
    font-size: 16px;
    font-weight: 500;
}

.box_content p{
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
}

 .box_image:hover .box_content {
    top: 0px;
 }
	
.faq_section h2{
	font-size: 20px;
    font-weight: 500;

}

.accordion-button{
    background-color: #28282e;
    color: #fff;

}

.accordion-item:first-of-type>.accordion-header .accordion-button{
        box-shadow: 0 0 0;
}
.accordian_image{
	transition: .4s all ease;
}

.faq_sections p{
	font-size: 16px;
    font-weight: 400;
}
.faq_section .accordion-button:not(.collapsed) {
   border: 0;
   background-color:#2e2e2e !important;
}
.faq_sections button{
font-weight: 500;
font-size: 20px;

    background-color:#2e2e2e;
}

.faq_sections .accordion-body {
    padding: 10px 18px 18px 18px;
    background-color: #2e2e2e;
    color: #fff;
}

.faq_sections .accordion-item {
    margin-bottom: 20px;
	border-radius: 8px;
}

.accordion-button:not(.collapsed){
	color:#ffffff;
    background-color: #2e2e2e;
	box-shadow:none !important;
}
.accordion-button::after{
	background-image: url(/wp-content/uploads/2025/07/up-circle.svg);
    width: 48px;
    height: 48px;
    background-size: 48px;
    transition: all .3s;
    background-position: center;
}
.accordion-button:not(.collapsed)::after{
	transform:rotate(180deg);
    	background-image: url(/wp-content/uploads/2025/07/up-circle.svg);
}

.faq_sections .accordion_tab{
   
    background-color: #22222F80;
    border: 1px solid #2e2e2e;
    border-radius: 32px;
    padding: 30px;
}


.faq_sections .accordion-item{
    margin-bottom: 12px;
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    padding:0;
} 

.accordion-button:focus{
    box-shadow: none;
}

.accordion-item{
padding: 20px;    
}

.faqs_section .bg-light{
	background-color:#000;
}


 .faq_sections .img-fluid{
    border: 2px solid #1b1b25;
    border-color: #1b1b25;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    height: 395px;
    object-fit: cover;
   }

/* startwhychoice... */

.why_choice .why_box{
	border: 1px solid #22222F80;
    background-color: #22222F80;
    padding: 40px 40px 40px;
    min-height: 100%;
	border-radius: 12px;
    transition: box-shadow .3s;
}

 .why_choice .why_box:hover {
    box-shadow: 2px 2px 17px 2px rgb(255, 255, 255, 0.20);
}

.why_choice .why_box:hover svg path{
fill: #9747FF;
}

 .why_choice .why_box .choice_content{
    font-size: 20px;
    font-weight: 700;
    color: #F8F8FA;
 }

 .why_choice .why_box p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
 }

/* endwhychoice.. */



/* starttabtestimonial... */




.testimonial-cards .aI_Architectures {
    font-size: 40px;
    font-weight:700;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.testimonial-cards .nav-tabs{
    border: none;
}

 .nav-tabs .nav-link {
      color: #fff;
      border: none;
      background: transparent;
      font-size: 20px;
      margin-right: 20px;
	     border-bottom: 3px solid transparent;
    }

    .nav-tabs .nav-link.active {
      border-bottom: 3px solid #13A2FE;
      color: #ffffff;
      background: none !important;
    }

    .tab-content {
      margin-top: 40px;
    }

    .testimonial-card {
      background-color: #161223;
      border-radius: 13px;
      padding: 30px;
      margin-bottom: 20px;
    }

    /* .testimonial-card img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px;
    } */

    .testimonial-card h5 {
      margin: 0;
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
      text-align: start;
    }

    .testimonial-card p {
      margin-top: -30px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    letter-spacing: 1px;
    }

    .testimonial-card .role {
      font-size: 14px;
      color: #ffffff;
      text-align: start;
    }


    .testimonial-card .doublecounts{
        opacity: 0.2;
    }

.testimonial-slider .card-content h3{
	min-height:86px;
}


/* endtabtestimonial... */

/* start faqs */

.faqs_section h2{
	font-size: 40px;
    color: #ffffff;

}
.faqs_section p{
	font-size: 20px;
}
.faqs_section .accordion-button:not(.collapsed) {
   border: 0;
   background-color:#111117;
}

.faqs_section .accordion-item{
    background-color:#111117;
    color: #ffffff;
    border-color: #111117 !important;
}

.faqs_section .accordion-button{
background-color: #111117;
}

.faqs_section button{
	font-weight: 500;
    font-size: 22px;
}
.faqs_section .accordion-body {
    padding: 10px 18px 18px 18px;
}

.faqs_section .accordion-button::after{
	background-image: url(../images/down-circle.svg);
    width: 22px;
    height: 22px;
    background-size: 22px;
    transition: all .3s;
    background-position: center;
}


.faqs_section .accordion-button:focus{
box-shadow: none;
}
.faqs_section .accordion-item {
    margin-bottom: 20px;
    padding:0;
	border-radius: 8px;
}
.faqs_section .accordion-item:not(:first-of-type) {
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.faqs_section .accordion-button:not(.collapsed){
	color:#ffffff;
}
.faqs_section .accordion-button::after{
	background-image: url(/wp-content/uploads/2025/07/plus-icon.svg);

}
.faqs_section .accordion-button:not(.collapsed)::after{
	background-image: url(/wp-content/uploads/2025/07/minus-icon.svg);
}


/* end faqs */


/* footerstart.. */


.footer_section .about_us .about{

    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.solution_list{
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.solution_list a{
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.footer_section .about_us p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.footer_section .about_us .privacy_list{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 0;
    list-style: none;
}

.footer_section .copy_right{
    font-size: 16px;
    color: #797B78;
    font-weight: 500;
}

.footer_section .privacy_list{
    color: #797B78;
    font-size: 16px;
    text-decoration: none;
    list-style: none;
}

.footer_section .privacy_list a {
    color: #797B78;
    text-decoration: none;
}


.footer_section .hurixs_logo{
            text-align: center;
 }

 .gradient-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle,rgba(86, 27, 190, 0.54) 0%, rgba(86, 27, 190, 0) 25%);
  transition: background-position 0.1s ease;
  z-index: -1;
	 top:0;
}

.sec_padding{
    padding:50px 0;
}
  #particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* behind other content */
  }

.header{
    z-index:1000;
}


.testimonial-slider {
      padding: 60px 20px;
      max-width: 1500px;
      margin: auto;
      position: relative;
    }

    .slider .card {
      background: #2d2d2d;
      border-radius: 10px;
      overflow: hidden;
      color: white;
      text-align: left;
      margin: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    }

    .card img {
      width: 100%;
      height: 235px;
      object-fit: cover;
    }

    .card-content {
      padding: 20px;
    }

    .card-content h3 {
      margin: 0 0 10px;
      font-size: 18px;
    }

    .card-content p {
      font-size: 14px;
      color: #ccc;
    }
/* 
industrynewdesign... */

.industry_we .cards img {
      width: 100%;
      object-fit: cover;
    }

  .cards .cards_contents {
    background-color: #2d2d2d;
    padding: 20px;
    border-radius: 0px 0px 15px 15px;
	min-height: 222px !important;
}


   .industry_we .cards_contents h3{
      margin: 0 0 10px;
      font-size: 18px !important;
    }

   .industry_we .cards_contents p{
      font-size: 14px;
      color: #ccc;
    }

.modal-header{
	border-bottom:none;
}

/* endindustry.... */

    /* Arrows */
    .slick-prev,
    .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 45px;
      height: 45px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      border: none;
      z-index: 1000;
      cursor: pointer;
    }

    .slick-prev {
      left: -55px;
    }

    .slick-next {
      right: -55px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: #fff;
      font-size: 24px;
      line-height: 1;
    }

    .slick-prev .slick-next:hover{
        background: none !important;
    }

    /* Dots Styling */
    .slick-dots {
      bottom: -50px;
    }

    .slick-dots li button:before {
      font-size: 12px;
      color: #999;
      opacity: 1;
    }

    .slick-dots li.slick-active button:before {
      color: #fff;
    }

    .case_studys {
      background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(60deg, #13A2FE, #9747FF) border-box;
      color: #313149;
      padding: 8px 16px;
      border: 3px solid transparent;
      border-radius: 8px;
      display: inline-block;
      font-size: 14px;
	  font-weight:700;
    }

    .case_studys a {
      text-decoration: none;
      color: #000000;
      font-weight: 600;
    }

.labeing_data{
	padding:60px 0px;
}

.custom-list{
	list-style: none;
	padding:0;
	margin:0;
}

.custom-list li{
    font-weight: 500;
	padding:10px 0;
	padding-left: 40px;
	position: relative;
	font-size:18px;
}

.custom-list li svg{
	position: absolute;
	left:0;
	top:-1px;
}

.modal-body p{
	font-size:20px;
	font-weight:700;
	text-align:center;
	color:#000;
}


.custom-list li {
            padding: 8px 0;
            padding-left: 32px;
        }
        .custom-list li svg {
            width: 20px;
        }


	.gray-scale img {
		filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
}

.gray-scale img:hover {
       filter: grayscale(0%);
       transform: scale(1.05);
     }

.labeling_services {
	font-size:24px;
	font-weight:700;
}

 .why_choices .ml_engineers .choice_content .custom-list li svg:hover svg path{
fill: #13A2FE !important;
}

.why_choices .ml_engineers .choice_content svg:hover svg path{
fill: #fff !important;
}

.why_choices .ml_engineers{
	border: 1px solid #561BBE;
    background-color: #111117;
    padding: 40px 40px 40px;
    min-height: 100%;
	border-radius: 20px;
    transition: all .3s !important;
	position:relative;
	overflow: hidden;
}

 .why_choices .ml_engineers:hover {
    box-shadow: 2px 2px 17px 2px rgb(255, 255, 255, 0.20);
}
 .why_choices .ml_engineers .choice_content{
    font-size: 22px;
    font-weight: 500;
    color: #F8F8FA;
	 position: relative;
    z-index: 20;
    transition: .3s all ease;
 }

 .why_choices .ml_engineers p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
 }

.fit_image{
	border-radius:12px;
}

.gray_image{
	object-fit:cover;
	height: 100%;
    max-width: 100%;
}
/* footerend.. */
.breadcrumb_sec li a{
	color:#fff;
	text-decoration:none;
}
.breadcrumb-item.active{
		color:#fff;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#fff;
}

.footer-form .lets_build{
	border: 1px solid #434353;
    border-radius: 26px;
    background-color: #131420;
}

.about_us p{
	padding-right:80px;
}

.hero-crowd{
	padding:2rem 0 0 !important;
}



.hero-about {
    position: relative;
    background: url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop) no-repeat center center / cover;
    padding: 2rem 0 3rem;
    color: white;
	    background-position: center -232px;
    background-size: cover;
}
.hero-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -108%, rgb(1 3 8) 105%);
    z-index: 1;
}
.hero-about h1 {
    font-size: 3.5rem;
    font-weight: 700;
}
.section_sec {
    padding: 6rem 0;
}

.story-card {
    background-color: #121828;
    border: 1px solid #ffffff1a;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.story-card-icon {
    font-size: 2.5rem;
    color: #0693e3;
    margin-bottom: 1rem;
}
.story-card-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #f8f9fa;
}
.expertise-section li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}
.expertise-section ul {
    list-style: none;
    padding-left: 0;
}
.expertise-section li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #0693e3;
    position: absolute;
    left: 0;
    top: 5px;
}
.expertise-section img {
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
}
.story-card-text {
    color: #adb5bd;
    margin-top: -5px;
}
.about_logo_sec .sec_padding{
	padding:0px;
}

.location-card {
	background-color: #131420;
    border: 1px solid #ffffff1a;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}


.about_logo_sec .sec_padding{
	padding:0px;
}

.location-icon{
	width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
}

.location-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
        }

/* industries */
   .hero-section {
        position: relative;
        overflow: hidden;
        background-color: #161b22;
      }
      .hero-section .hero-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .hero-section .hero-overlay {
        position: absolute;
        inset: 0;
        background-color: black;
        opacity: 0.5;
        z-index: 1;
      }
      .hero-section .container {
        position: relative;
        z-index: 2;
      }
      .industry-card {
        background-color: rgba(30, 36, 44, 0.4);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease-in-out;
      }
      .industry-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 0 25px rgba(0, 191, 255, 0.2);
      }
      .industry-card img {
        transition: transform 0.5s ease-in-out;
      }
      .industry-card:hover img {
        transform: scale(1.05);
      }
      .stats-break {
        background-image: linear-gradient(to right, #1e3a8a, #4c1d95, #1e3a8a);
      }
.text-body-secondary {
    --bs-text-opacity: 1;
    color: #fff !important;
}
.v_align_bottom{
	    vertical-align: text-bottom;
}
.why_choices .ml_engineers:before{
	     background-color: #561BBE;
    position: absolute;
    height: 26px;
    content: "";
    display: flex;
    bottom: 0;
    width: 100%;
    left: 0;
	transition:.3s all ease;
}
.why_choices .ml_engineers:hover:before{
	  height: 100%;
}
.why_choices .ml_engineers:hover h3 svg path{
	fill:#fff;
}

/* Healthcare */

.hero-section .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
.hero_sec .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--brand-dark), rgba(13, 17, 23, 0.5), transparent);
/* 	    background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -809%, rgb(0 0 0 / 90%) 70%, rgb(0 0 0) 100%); */
}
.hero_sec{
	    position: relative;
    overflow: hidden;
    color: white;
    background-size: cover;
}
.hero-healthcare {
 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Healthcare-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-manufacturing{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Manufacturing-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-retail{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Retail-E-commerce-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-transportation{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Transportation-Logistics-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-banking{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Banking-Financial-Services-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-telecom{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/telecom-4.webp) no-repeat center center / cover;
 background-position: center;
}
.hero-travel{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Travel-Hospitality-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-education{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Education-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-energy{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Energy-Utilities-Banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}
.hero-insurance{
	 background: url(https://www.hurix.ai/wp-content/uploads/2025/08/Insurance-banner-img.jpg) no-repeat center center / cover;
 background-position: center -33px;
}




.hero_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*      background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -108%, rgb(22 27 34) 105%); */
    background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -108%, rgb(9 11 14) 105%);
/* 	    background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -809%, rgb(0 0 0 / 90%) 70%, rgb(0 0 0) 100%); */
    z-index: 1;
}
.custom-list.industries li svg {
    width: 32px;
}
.custom-list.industries li svg {
    position: absolute;
    left: 0;
    top: 12px;
}
.custom-list.industries li {
    padding-left: 40px;
	font-size: 24px;
font-weight:700;
}
.custom-list.industries li p {
	font-size:20px;
	    font-weight: 500;
}
.why_box .btn-primary{
	    font-size: 14px;
}
.why_box .btn-primary>span {
	padding: 8px 25px;
}
.industries_whybox.why_choice .why_box{
	padding: 30px 29px 30px;
	    display: flex;
    flex-direction: column;
}
.industries_whybox.why_choice .why_box .btn-primary{
	margin-top:auto;
	    display: grid;
}
.font-20{
	font-size:20px;
}
.parent_heading h1{
	font-size:46px;
}
.font-24{
	font-size:24px;    
	line-height: 140%;
}
button.btn-close.zohopopup {
    position: absolute;
    right: 10px;
    top: 13px;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
}
.btn-primary.btn-sm {
    font-size: 14px;
    border-radius: 8px;
}
.btn-primary.btn-sm>span{
    padding: 8px 16px;
    border-radius: 5px;
}

.display-5{
	font-size:40px;
}

.shape_future{
	font-size:48px;
	font-weight:700;
}

.shape-ai{
	font-size:22px;
	line-height:140%;
}
.case-study-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -108%, rgb(22 27 34) 105%); */
    background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -108%, rgb(9 11 14) 105%);
    /* background: linear-gradient(to bottom, rgba(10, 14, 26, 0) -809%, rgb(0 0 0 / 90%) 70%, rgb(0 0 0) 100%); */
    z-index: 1;
}

.case-study-content h2{
	font-size:32px;
}
.case_stdy_top_txt{
	font-size:35px;
}
.case-study-title{
	font-size:55px;
}
.case_study_card .card-title{
	font-size:18px;
	color:#fff;
}
.case_study_card .card-title a{
	color:#fff;
	text-decoration:none;
	transition:.3s all ease;
}
.case_study_card .card-title a:hover {
    color: #5763c9;
}
.read_more_btn{
	text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
}
.navbar-toggler span {
    display: block;
    position: absolute;
    height: 4px;
    width: 70%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggler {
    width: 40px;
    height: 40px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar-toggler span:nth-child(1) {
  top: 5px;
}

.navbar-toggler span:nth-child(2) {
  top: 18px;
}

.navbar-toggler span:nth-child(3) {
  top: 30px;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.hero-resource{
	 background: url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop) no-repeat / cover;
	background-position: center -232px;
}
.hero-case-study{
	 background: url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop) no-repeat / cover;
background-position: center -232px;
}
.bg-dark-accent-transparent {
    background-color: rgba(15, 23, 42, 0.5);
}
.bg-dark-accent-transparent.border {
    border: 1px solid #1e293b !important;
}
.stat-icon {
    background-color: #1e293b;
    padding: 0.75rem;
    border-radius: 50%;
    color: #06b6d4;
    display: inline-flex;
}
.how-it-works-line {
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #334155;
    z-index: -1;
}
.how-it-works-icon-wrapper {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border: 2px solid #334155;
    background-color: #020617;
}
.how-it-works-icon-inner {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(4px);
}
.text-cyan {
    color: #06b6d4 !important;
}
.benefit-card {
    background-color: rgba(15, 23, 42, 0.5);
    border: 1px solid #1e293b;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease-out;
    height: 100%;
}
.text-light-accent {
    color: #94a3b8 !important;
	font-size:20px;
	line-height:30px;
}
.cta-gradient {
    background-color: rgba(15, 23, 42, 0.5);
    box-shadow: 0 10px 30px -10px rgba(6, 182, 212, 0.2);
	border: 1px solid #1e293b !important;
}

 .lead{
	font-size:24px !important;
	margin:0px;
}

.train_ai{
	color:#06b6d4;
}

.benefit-card:hover {
    transform: translateY(-0.5rem);
}

.single-case-study-content p strong{
	font-size:22px;
	padding-top:20px;
	}

 .timeline {
      position: relative;
      max-width: 600px;
      margin: auto;
    }

    /* central line */
    .timeline::after {
      content: '';
      position: absolute;
      width: 4px;
      background: linear-gradient(180deg, #00c6ff, #0072ff);
      top: 0;
      bottom: 0;
      left: 40px;
      border-radius: 4px;
    }

    .timeline-step {
      position: relative;
       width: 100%;
      margin-bottom: 18px;
    }

    /* step circle */
    .timeline-step::before {
      content: attr(data-step);
      position: absolute;
      top: 25px;
      left: 20px;
      width: 40px;
      height: 40px;
      background: linear-gradient(135deg, #00c6ff, #0072ff);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 16px;
      box-shadow: 0 0 12px rgba(0, 198, 255, 0.8);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      z-index: 2;
    }

    .timeline-step:hover::before {
      transform: scale(1.15);
      box-shadow: 0 0 22px rgba(0, 198, 255, 1);
    }

    /* content box */
    .content {
      margin-left: 85px;
      background: #141a29;
      padding: 18px;
      border-radius: 14px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .content:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 24px rgba(0,0,0,0.7);
    }

    .title_apply {
      font-size: 22px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 8px;
    }

    .desc {
      font-size: 20px;
      color: #bbb;
      line-height: 26px;
      margin:5px ;
    }

.single-case-study-content p{
	font-size:18px;
	line-height:26px;
	margin-top:26px;
}

.deatails_list .custom-list li{
	margin-bottom:15px;
	font-size:20px;
}

.case_study_card{
	border:0px !important;
	border-radius:8px !important;
}

.case_study_card .card-body {
    background-color: #2d2d2d;
    border-radius: 0px 0px 8px 8px;
	    display: flex;
    flex-direction: column;
}
.case_study_card .card-body .card-text{
	margin-top:auto;
}
.case_study_card {
    border: 1px #2d2d2d !important;
    border-radius: 10px !important;
}
.case_study_single_form iframe{
	    height: 450px!important;
}

/* menu css */
#menu-main_menu{
	display:flex;
	margin-bottom:0;
}
.menu li a:hover{
	color:#4D297B;
}
.ims-india-header__wrp{
	display:flex;
	align-items:center;
}
.navbar-nav li{
	list-style:none;
	        margin-right: 0px;
    font-size: 16px;
	position:relative;
}
.navbar-nav li a{
	    color: #ffffff;
    font-weight: 500;
    padding: .5rem 1rem;
    font-size: 18px;
	text-decoration: none;
    background: 0 0;
    border: 0;
	display: flex;
    align-items: center;
    gap: 6px;
}

.navbar-nav .menu-item-has-children > a::after{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border: none !important;
    background-image: url(https://www.hurix.ai/wp-content/uploads/2025/08/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sub-menu li a{
	color:#ffffff;
}
.menu-item-has-children:hover .sub-menu{
	visibility: visible;
    opacity: 1;
  transform: translate(0, 0px);
}
.sub-menu{
	background: linear-gradient(89.74deg, #36284B 0.57%, #10022C 99.84%);
    min-width: 330px;
	z-index: 999;
    position: absolute;
    max-width: none;
      padding: 16px 0px;
    border: 0;
    border-radius: 0;
	opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
	visibility: hidden;
	border-radius:8px;
	 left: -65px;
    top: 131%;
}  
.sub-menu li {
	margin-bottom: 10px;
	margin-right:0;
	padding:0;
	position: relative;
	margin: 5px 0;
}
.sub-menu li a{
	font-weight:400;
	padding:0;
	position: relative;
	z-index: 1000000;
	display: block;
	padding: 8px 16px;
	font-size: 16px;
	transition:all .3s;
	    border-bottom: 0;
}
.sub-menu li:hover a{
	      background-color: #1e0550;
    color: #fff;
}

/*  .joincrowed_form {		
		border: 1px solid #2c2c2c;
        border-radius: 20px;
} */
 .joincrowed_form .fieldtypeText textarea {
   height: 0px !important;
}
.author_name a{
	color:#fff;
}
.author-box{
	    border: 1px solid #434353;
    border-radius: 26px;
    background-color: #131420;
}

.blog-title {
	font-size:40px !important;
	padding-top:50px;
}





.blog-single h2{
font-size:26px;
}
.blog-single h3{
font-size:22px;
}

.sidebar .contac_usform {
    position: sticky;
    top: 33px;
}