/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700;800&display=swap');

*{
	margin: 0;
	padding: 0;
}

:root {
    --primary: #22869D;
    --light: #fff;
    --dark: #000;
	--secondary: #8080807d;
    
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

.container{
	max-width: 1250px;
}

/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
  border-bottom: 1px solid #CEC7C7;
	 position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background: transparent !important;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}

.btn-primary{
	background: var(--primary);
    padding: 12px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

.wpcf7-submit{
	background: var(--primary);
    padding: 8px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
	border: none;
}

.btn-primary i{
	padding-left: 7px;
}


.site-header .nav > li > a {
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: #0d6efd; /* Bootstrap primary */
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  display: block;
  font-weight: 400;
}

.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

/* Show dropdown on hover */
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

/* Align submenu to parent */
.site-header .nav li ul.sub-menu li {
  position: relative;
}

/* Sub-sub menus (flyouts) */
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-main-menu-1 li {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}
#menu-main-menu-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}






/* FOOTER SECTION CSS */


ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 155px;
    display: block;
    
}
.footer_menu {
    padding: 40px 0 0 0;
}

.footer-details li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
ul{
	padding-left: 0rem !important;
	list-style-type: none;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
/* .footer-details li i {
    position: absolute;
    top: -5px;
    left: -30px;
    color: var(--secondary);
    font-size: 14px;
    background: #1e325854;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #d7b64929;
} */
footer ul li.menu-item a {
    margin-bottom: 13px;
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}

footer h3 {

    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
}

a{
	color: var(--dark) !important;
}

footer .menu li{
	padding-left: 0 !important;
	color: var(--dark) !important;
	  transition: transform 0.3s ease
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: var(--primary);
}

footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}

footer .social-icons {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}

footer .social-icons a:hover{
	background: var(--primary);
}

footer .social-icons a {
    display: flex;
    padding: 3px;
    text-decoration: none;
    color: var(--light);
    background-color: #bcc6cc;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    align-items: center;
}

footer .social-icons i {
    padding: 0 10px;
    border-right: 1px solid #ffffff25;
}

footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--secondary);
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

#GoToTop i{
	color: #fff;
}

#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
}

.logo{
	
    padding: 5px 0;
    border-radius: 10px;
}

.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

/* Hero Section */

.topheading{
	text-transform: uppercase;
	font-size: 14px;
	background: var(--light);
	padding: 8px 16px;
    border-radius: 50px;
	box-shadow: 0 0 10px 3px #8080803d;
	display: inline-block;
}

.hero-section .carousel-item img{
	border: 10px solid #000;
    border-radius: 30px;
}

.hero-content .topheading{
	margin-bottom: 2rem;
}
.topheading img{
	height: 16px;
	width: 16px;
	margin-right: 10px;
}

.hero-heading{
	font-size: 30px;
	text-transform: uppercase;
	 font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	margin-bottom: 2rem;

}

.hero-heading span{
	color: var(--primary);
}

.hero-content p{
	width: 70%;
	margin-bottom: 2rem;
}

.hero-btns{
	display: flex;
	align-items: center;
}
.btn-link i{
	padding-left: 8px;
}
.hero-section{
	margin: 0 !important;
	position: relative;
	background: url(https://webzensys.com/work/smarck.ai/wp-content/uploads/2025/10/header-img.png);
	top: 0;
	padding: 8rem 0;
}

.message{
	position: absolute;
	top: 10%;
    left: 40%;
    width: 80px;
}

.shape1{
	position: absolute;
	bottom: 6%;
	left: 10%;
}

.shape2{
	position: absolute;
	top: 10%;
	right: 10%
}

.shape3{
	position: absolute;
	bottom: 10%;
	right: 10%;
}

.triangle{
	position: absolute;
	top: 15%;
	left: 10%;	
	width: 45px;
}

.yellow-dot{
	position: absolute;
	bottom: 20%;
	left: 45%;
	width: 20px;
}


section{
	margin: 1rem 0;
	padding: 2rem 0;
}

.header-shape{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15%;
}

.image-animate{
	 animation: floatImg 4s ease-in-out infinite;
}

    @keyframes floatImg {
      0% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
      100% { transform: translateY(0); }
    }

/* healthcare */

.healthcare-section h2{
	width: 50%;
	font-weight: 700;
	font-size: 25px;
}

.healthcare-section h2 span{
	color: var(--primary);
}

.health-para p{
	width: 60%;
	margin: 0 0 0 auto;
	text-align: end;
}

.healthcare-section .swiper {
      padding: 20px 0 20px;

      position: relative;
    }

    
  .healthcare-section  .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }


   .healthcare-section .brand-box {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      padding: 20px 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
    }

  .healthcare-section  .brand-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    }

   .healthcare-section .brand-box img {
      height: 40px;
      width: 80px;
      object-fit: contain;
    }

   
  .healthcare-section .swiper-button-prev,
 .healthcare-section .swiper-button-next {
      background: #f5f5f5;
      width: 50px;
      height: 50px;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
    }

   .healthcare-section .swiper-button-prev:hover,
   .healthcare-section .swiper-button-next:hover {
      background: #00a0a0;
      color: #fff;
    }

   .healthcare-section .swiper-button-prev::after,
  .healthcare-section .swiper-button-next::after {
      font-size: 18px;
      font-weight: 700;
    }

  .healthcare .swiper-button-prev {
  left: calc(10% - 60px); /* 10% of container minus half arrow width */
}

   .healthcare-section .swiper-button-next {
      right: 20px;
    }

.main-heading{
	width: 45%;
	font-weight: 700;
	padding-bottom: 1rem;
	font-size: 24px;
}
.img-value img{
	border-radius: 20px;
    border: 10px solid #22869d5e;
}
/* Problem section */

.problem .topheading{
	margin-bottom: 1rem;
}

.problem-div{
	    display: flex;
    align-items: center;
    gap: 1rem;
}

 .problem-card {
	 margin-top: 2rem;
	 text-align: center;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
      padding: 40px 25px;
      transition: 0.3s;
      height: 260px;
	 width: 30%;
    }

    .problem-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    }

	.problem-card-icon i{
      font-size: 28px;
      background: var(--primary);
      color: white;
      border-radius: 10px;
      padding: 10px 12px;
      margin-bottom: 20px;
    }

    .problem-card h5 {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .problem-card p {
      color: #666;
      font-size: 0.95rem;
      margin-bottom: 20px;
    }

    .problem-card a {
      text-decoration: none;
      font-weight: 600;
      color: var(--primary) !important;
    }

    .problem-card a i {
      font-size: 14px;
      margin-left: 6px;
    }
	
	.problem-card-img img{
		width: 100%;
	}

.right-image{
	justify-content: flex-end;
	display: flex;
}

.right-image img{
	width: 65%;
}
/* Solution section */

.solution-header p{
	text-align: center;
	width: 30%;
	margin: 1rem auto;
}
.solution-about h1{
	font-size: 25px;
    font-weight: 700;
}

.solution-about ul{
	list-style: none;
    padding: 0;
    margin: 10px 0;
}

.solution-about ul li {
	margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: baseline;
}

.Guides-content ul li{
	display: flex;
    align-items: baseline;
}

.solution-about ul li i{
	color: var(--primary);
    margin-right: 10px;
}
.solution-header p span{
	color: var(--primary);
}

.main-heading span{
	color: var(--primary);
}
.bg-number {
      position: absolute;
      font-size: 160px;
      font-weight: 700;
      color: #22869d82;
      top: 0;
      left: 0px;
      z-index: 40;
    }
.bg-number2{
	right: 0px;
	 position: absolute;
      font-size: 160px;
      font-weight: 700;
      color: #22869d82;
      top: 0;
    
      z-index: 40;
}

.solution-image{
	padding-left: 5rem;
}
.solution-image2{
	padding-right: 5rem;
}
.solution-image img{
	border-radius: 30px;
}
.solution-image2 img{
	border-radius: 30px;
}
.solution-shape{
	position: absolute;
	bottom: 0%;
	width: 50%;
	z-index: -1;
	
}
.solution-shape-box .solution-shape{
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 50%;
	z-index: -1;
	
}
.solution-triangle{
	position: absolute;
	bottom:20%;
	left: 7%;
	width: 30px;
}

.solution-shape-box .solution-triangle{
	position: absolute;
	bottom:20%;
	left: 90%;
	width: 30px;
}


.solution-content2{
	text-align: start;
}

.solution-content h3{
	font-size: 18px;
	font-weight: 700;
}
.solution-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.solution-content ul li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
	display: flex;
    align-items: baseline;
}

.solution-content ul li i{
	color: var(--primary);
	margin-right: 10px;
}

.solution-content .btn-primary{
	margin-top: 2rem;
	display: inline-block;
}

/* control */

.control{
	background: #F2F8FD;
	padding: 8rem 0;
}

.control-content{
	width: 50%;
	margin: auto;
	text-align: center;
}
.control-content h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.control-content h2 span{
	color: var(--primary);
}

.control-content p{
	margin-bottom: 2rem;
}

.header-shape2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 17%;
}

.robort {
	position: absolute;
	left: 60%;
	bottom: 20%;
	
}

.star{
	position: absolute;
	top: 10%;
	right: 25%;
	width: 35px;
}

.data h2{
	font-size: 30px;
    margin-bottom: 2rem;
	font-weight: 700;
	
	text-align: strat;
}

.data p{
	text-align: end;
	width: 60%;
	margin: 0 0 0 auto;
}

.solution-content2 ul{
	padding-left: 2rem !important;
	margin-bottom: 2rem;
}

.solution-content2 h3 {
    font-size: 26px;
    font-weight: 700;
}

/* faq section */

.faq-section {
      padding: 5rem 0;
	margin: auto;
	background: var(--primary);
    }
.accordion{
	width: 70%;
	margin: auto;
}

.faq-header{
	color: #fff;
	margin: auto;
}

.faq-header h2{
	font-size: 35px;
	font-weight: 800;
}

.faq-header p{
	width: 50%;
	margin: auto;
}
    .accordion-item {
      background-color: #001f3f;
      border: none;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .accordion-button {
      background-color: #001f3f;
      color: #fff;
      font-weight: 500;
      box-shadow: none;
      border: none;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease;
      position: relative;
    }

    /* ✅ Remove default Bootstrap arrow */
    .accordion-button::after {
      display: none !important;
    }

    /* ✅ Custom + / – icon */
    .accordion-button span.icon {
      font-size: 1.5rem;
      font-weight: bold;
      transition: all 0.3s ease;
    }

    .accordion-button.collapsed span.icon::before {
      content: "+";
      color: #fff;
    }

    .accordion-button:not(.collapsed) span.icon::before {
      content: "–";
      color: #001f3f;
    }

    .accordion-button:not(.collapsed) {
      background-color: #fff;
      color: #001f3f;
      font-weight: 600;
    }

    .accordion-body {
      background-color: #fff;
      color: #001f3f;
      padding: 20px;
      transition: all 0.3s ease;
    }

/* Breadcrumb Section */
.breadcrumb-section{
 position: relative;
      top: 0;
      width: 100%;
      background: url('https://webzensys.com/work/smarck.ai/wp-content/uploads/2025/10/breadcrumb-image-scaled.png') top/cover no-repeat;
     padding: 180px 0 100px;
      color: #fff;
      text-align: center;
      z-index: 1;
	margin: 0;
}

.breadcrumb-title h2{
	text-transform: capitalize;
}

.breadcrumb-section nav{
	display: flex;
    /* align-content: center; */
    justify-content: center;
    font-size: 18px;
}

/* About inner Page */
.about-content .main-heading span{
	font-size: 20px;
}
.about-image img{
	border-radius: 20px;
}

.about-image{
	margin-right: 5rem;
}
.image-image {
  position: relative;
  overflow: hidden;
}

/* Small image at top-left */
.about-1 {
  position: absolute;
    bottom: -55px;
    right: -75px;
    border: 7px solid #fff;
    width: 250px;
    height: auto;
    z-index: 2;
}

/* Large image covering section */
.about-2 {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  z-index: 1;
}

.about-content .hero-heading{
	margin-bottom: 1rem;
}

.about-img-section img{
	border-radius: 30px;
}

.about-triangle{
	position: absolute;
	bottom: 0;
	left: 0;
}

.career{
	margin-top: 3rem;
	background: #22869d21;
	padding: 100px 0;
	text-align: center;
}


    .testimonial-section {
    
		position: relative;
  padding: 100px 0;
  background: url('https://webzensys.com/work/smarck.ai/wp-content/uploads/2025/10/testimonial-bg.jpeg') center/cover no-repeat;
  
  overflow: hidden;
		margin-top: 2rem;
    }

    

    .testimonial-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
      align-items: flex-start;
		margin-top: 2rem;
    }

    /* Left Side - Profile Cards */
    .testimonial-cards {
      flex: 1 1 300px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 350px;
      max-height: 350px; /* 🧭 Set height limit */
      overflow-y: auto; /* Enables scroll if more cards */
      padding-right: 10px;
      scrollbar-width: thin;
      scrollbar-color: var(--primary) #f1f5f9;
    }

    /* Scrollbar Styling */
    .testimonial-cards::-webkit-scrollbar {
      width: 6px;
    }

    .testimonial-cards::-webkit-scrollbar-track {
      background:  #f1f5f9;
      border-radius: 10px;
    }

    .testimonial-cards::-webkit-scrollbar-thumb {
      background: #6366f1;
      border-radius: 10px;
    }

    .testimonial-card {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 15px 20px;
      background: #fff;
      border-radius: 12px;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      cursor: pointer;
    }

    .testimonial-card:hover,
    .testimonial-card.active {
      border-color: var(--primary);
      box-shadow: 0 4px 20px rgba(79, 70, 229, 0.1);
      transform: translateY(-2px);
    }

    .testimonial-card img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }

    .testimonial-card h3 {
      font-size: 1rem;
      margin-bottom: 4px;
      font-weight: 600;
    }

    .testimonial-card p {
      font-size: 0.9rem;
      color: #64748b;
      margin: 0;
    }

    /* Right Side - Testimonial Content */
    .testimonial-content {
      flex: 2 1 500px;
      background: #ffffff00;
      border-radius: 20px;
		border: 1px solid #80808096;
		display: flex;
		align-items: center;
      padding: 40px;
      min-height: 350px;
      position: relative;
      box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    }

    .testimonial-box {
      opacity: 0;
      transform: translateY(20px);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transition: all 0.6s ease;
    }

    .testimonial-box.active {
      opacity: 1;
      transform: translateY(0);
      position: relative;
    }

    .testimonial-box h2 {
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #1e293b;
    }

    .testimonial-box .stars {
      color: #facc15;
      margin-bottom: 20px;
    }

    .testimonial-box p {
      color: #475569;
      line-height: 1.7;
    }

    /* Hide desktop layout on mobile */
    @media (max-width: 991px) {
      .testimonial-wrapper {
        display: none;
      }
      .testimonial-mobile {
        display: block !important;
      }
    }

    /* Hide mobile slider on desktop */
    @media (min-width: 992px) {
      .testimonial-mobile {
        display: none;
      }
    }

    /* Mobile Slider Styling */
    .carousel-item {
      text-align: center;
    }

    .testimonial-slide {
      background: #fff;
      border-radius: 20px;
      padding: 40px 25px;
      box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
      margin: 0 10px;
    }

    .testimonial-slide img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 20px;
      border: 3px solid #4f46e5;
    }

    .testimonial-slide h3 {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 5px;
    }

    .testimonial-slide small {
      color: #6b7280;
      display: block;
      margin-bottom: 15px;
    }

    .testimonial-slide p {
      color: #475569;
      font-size: 0.95rem;
      line-height: 1.6;
    }

/* Pricing inner page */

 .pricing-section {
      text-align: center;
	 background: url(https://webzensys.com/work/smarck.ai/wp-content/uploads/2025/10/pricing-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	 margin: 0;
	 padding: 100px 0;
	 
    }
 
   .pricing-card {
      background: rgba(255,255,255,0.9);
      backdrop-filter: blur(10px);
      border-radius: 20px;
      padding: 40px 30px;
	   height: 300px;
      transition: all 0.4s ease;
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
      position: relative;
      overflow: hidden;
    }

    .pricing-card:hover {
      transform: translateY(-15px);
      box-shadow: 0 25px 40px rgba(0,0,0,0.15);
    }

   

.price-card-title{
	font-size: 25px;
    font-weight: 700;
    color: var(--primary);
}

   

    .pricing-card ul {
      list-style: none;
      padding: 0;
      margin: 25px 0;
      text-align: left;
    }

    .pricing-card ul li {
      margin: 12px 0;
      position: relative;
      padding-left: 28px;
      font-weight: 500;
      color: #333;
    }

    .pricing-card ul li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: var(--primary);
      font-weight: bold;
    }

/* Contact Inner Page */

.contact-section {
      padding: 50px 0;
     
    }

.contact-form{
	background: #fff;
    box-shadow: 0 0 18px 3px #8080802e;
    border-radius: 20px;
    padding: 20px;
}
    .form-control:focus {
      border-color: var(--primary);
      box-shadow: 0 0 8px rgba(79, 70, 229, 0.2);
    }

  

    .info-box {
      background: #fff;
      border-radius: 15px;
    box-shadow: 0 0 18px 3px #8080802e;
      padding: 30px;
      transition: transform 0.3s, box-shadow 0.3s;
		margin-bottom: 1.5rem;
    }

    .info-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(79,70,229,0.15);
    }

    .info-box i {
      font-size: 1.8rem;
      color: var(--primary);
      margin-right: 15px;
    }

    .info-box h5 {
      margin-bottom: 5px;
      font-weight: 600;
    }

    .info-box a {
      margin: 0;
      color: #64748b;
		text-decoration: none;
    }


/* Product Page */

.solution-shape1{
	position: absolute;
    bottom: -3%;
    width: 50%;
    z-index: -1;
}

.solution-triangle1{
	position: absolute;
    bottom: 20%;
    left: 3%;
    width: 55px;
}

.solution-shape-box .solution-shape1{
	position: absolute;
    bottom: -4%;
    right: 0%;
    width: 50%;
    z-index: -1;
}

.solution-shape-box .solution-triangle1{
	position: absolute;
    bottom: 20%;
    left: 90%;
    width: 55px;
}

/* Section */
    .how-section{
      padding: 4rem 0;
    background: url(https://webzensys.com/work/smarck.ai/wp-content/uploads/2025/10/how-work-bg-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
      }

.how-section ul li{
	display: flex;
	align-items: baseline;
}

.how-section ul li i{
	color: var(--primary);
	margin-right: 10px;
}
    .how-hero h2{
      font-weight:700;
      margin-bottom:.25rem
    }
    .how-hero p.lead{
      margin-bottom:1.25rem;
    }

    /* Steps */
    .step-card{
      border-radius:12px;
      box-shadow:0 6px 18px rgba(15,23,36,.06);
      background:#fff;
      padding: 1.5rem;
      height: 250px;
      border:1px solid rgba(13,110,253,.06);
      transition:transform .28s ease, box-shadow .28s ease;
    }
    .step-card:hover{
      transform:translateY(-6px);
      box-shadow:0 12px 30px rgba(15,23,36,.10)
    }
    .step-number{
      width:40px;
      height:40px;
      margin-bottom: 1rem;
      border-radius:50%;
      display:inline-grid;
      place-items:center;
      background: var(--primary);
      color:#fff;
      font-weight:700
    }
    .step-title{
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom:.25rem
    }
    .step-desc{
      color:var(--muted);
      margin-bottom:0
    }

    /* layout tweaks */
    .steps-vertical{
      gap:1rem
    }
    .cta-link{
      font-weight:600
    }

    /* responsive */
    @media (min-width:992px){
      .how-hero{
        padding-right:3rem
      }

    }
/* insights Page */

.insights{
	padding: 2rem 0;
}

.insights img{
	border-radius: 20px;
}

.insight-content h5{
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 1rem;
}

.insight-content h5 span{
	color: var(--primary);
}
.discover{
	background: url(https://webzensys.com/work/smarck.ai/wp-content/uploads/2025/10/discover-bg-scaled.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 3rem 0;
}
.discover-box{
	box-shadow: 0 0 10px 3px #80808052;
    padding: 20px;
    border-radius: 10px;
	height: 530px;
	background: #fff;
}
.discover-number{
	 font-size: 50px;
    font-weight: 800;
    color: var(--primary);
    text-shadow: 0 0 10px;
}

.discover-box h2{
	font-size: 28px;
    font-weight: 800;
}

.discover-box ul li{
	list-style-type: none;
	display: flex;
	align-items: baseline;
}

.discover-box ul li i{
	color: var(--primary);
	margin-right: 10px;
}
 section.transformation {
      padding: 5rem 0;
      text-align: center;
      position: relative;
    }



    .transformation-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Card container */
    .transform-card {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.2);
      cursor: pointer;
      background: var(--white);
      color: var(--dark);
      transition: transform 0.4s ease;
    }

    .transform-card:hover {
      transform: translateY(-6px);
    }

    /* Split content */
    .card-inner {
      display: flex;
      flex-direction: row;
      width: 100%;
      height: 100%;
    }

    .card-side {
      flex: 1;
      padding: 2rem 1rem;
      transition: all 0.5s ease;
      position: relative;
    }

    .card-side.before {
      background: rgba(34,134,157,0.08);
      border-right: 2px solid rgba(34,134,157,0.3);
    }

    .card-side.after {
      background: rgba(34,134,157,0.12);
    }

    .card-side h4 {
      font-weight: 700;
      align-items: center;
      gap: 0.6rem;
      color: var(--primary);
      font-size: 1.5rem;
      margin-bottom: 0.4rem;
    }

    .card-side p {
      color: #000;
      font-size: 1rem;
      
    }

    

    /* Hover animation — reveal gradient overlay */
    .transform-card::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: #22869dba;
      transition: left 0.5s ease;
      z-index: 1;
      border-radius: 16px;
    }

    .transform-card:hover::after {
      left: 0;
    }

    /* When hovered, make text white */
    .transform-card:hover .card-side h4,
    .transform-card:hover .card-side p {
      color: #fff;
      position: relative;
      z-index: 2;
      transition: color 0.4s ease;
    }

    /* Glow bottom line */
    .transform-card:hover {
      box-shadow: 0 0 18px rgba(34,134,157,0.6);
    }

  
    }

.Guides-content ul li,.roadmap ul li{
	display: flex;
	list-style-type: none;
	margin-bottom: 10px;
	align-items: baseline;
}

.Guides-content ul li i,.roadmap ul li i{
	color: var(--primary);
	margin-right: 10px;
}

.Guides-content h5{
	font-size: 22px;
	font-weight: 700;
}
.Guides-content h5 span{
	color: var(--primary);
}
.movement{
	background: #8080803d;
	text-align: center;
	padding: 3rem 6rem;
	border-radius: 30px;
	border: 1px solid var(--primary);
}
.roadmap ul li{
	display: flex;
	    align-items: baseline;
}
/* ***	RESPONSIVE CODE	*** */

@media only screen and (max-width: 1024px){
	.discover-box {
		height: 630px;
	}
	.robort {
		left: 70%;
	}
	.pricing-card{
		height: 350px;
	}
}

@media only screen and (max-width: 991px){
	.problem-card-img{
		display: none;
	}
	
	.problem-card{
		width: 32%;
		height: 320px;
	}
	
	.testimonial-section{
		padding: 50px 0;
	}
	
	.yellow-dot{
		bottom: 8%;
	}
	
	.testimonial-section .main-heading{
		padding-bottom: 1rem;
	}
	.discover-box {
		height: auto;
	}
	
	.main-heading{
		width: 100%;
	}
	
}

@media  only screen and (max-width: 767px) {
	section{
		padding: 1rem 0;
		margin: 1rem 0;
	}
	.healthcare-section h2,.main-heading{
		width: 100%;
	}
	.health-para p {
    	width: 100%;
		text-align: start;
	}
	.pricing-card{
		height: auto;
	}
	
	.data p {
		text-align: start;
    width: 100%;
}
	
	.data h2 {
		width: 100%;
	}
	
	.breadcrumb-section{
		padding: 120px 0 50px;
	}
	
	.footer_menu{
		padding: 15px 0 0;
	}
	
	.about-content{
		padding-top: 2rem;
	}
	.insights{
		padding: 1rem 0;
	}
	
	.discover{
		padding: 1.5rem 0;
	}
	
	.transformation-grid{
		grid-template-columns: none;
	}
	section.transformation{
		padding: 2rem 0;
	}
}

@media  only screen and (max-width: 667px) {
	.solution-header p{
		width: 90%;
		margin: auto;
	}
	.movement {
		padding: 3rem 2rem;
	}
	.control-content {
    	width: 100%;
	}
	
	.accordion {
    	width: 100%;
	}
	
	.problem-card{
		height: 340px;
	}
}

@media  only screen and (max-width: 568px) {
	.message{
		top: 5%;
	}
	.problem-div{
		flex-direction: column;
	}
	
	.problem-card{
		width: 100%;
		height: auto;
		margin-top: 1rem;
		border: 1px solid var(--primary);
		padding: 20px 10px;
	}
	
	.hero-heading {
    	font-size: 25px;
	}
	.hero-content p {
    	width: 100%;
		margin-bottom:1rem;
	}
	.how-section{
		padding: 2rem 0;
	}
	
	.pricing-section{
		padding: 45px 0;
	}
	
	.contact-section {
    padding: 20px 0;
}
	.robort{
		bottom: 8%;
	}
}

@media  only screen and (max-width: 479px) {
	.robort{
		left: 75%;
	}
	.about-1 {
		width: 170px;
	}
	.about-2{
		height: 40vh;
	}
.movement {
        padding: 2rem 1rem;
    }
	
	.solution-shape-box .solution-triangle1 {
		left: 85%;
	}
}

@media  only screen and (max-width: 414px) {
	.hero-btns{
		flex-direction: column;
		align-items: start;
        gap: 1rem;
	}
	
	.bg-number2,.bg-number{
		font-size: 120px;
	}
	.control-content h2{
		font-size: 20px;
	}
}

@media  only screen and (max-width: 370px) {

}

