/*
Theme Name: Miraavi 
Theme URI: https://Miraavi.com/
Author: Miraavi team
Author URI: https://Miraavi.com/
Description: Miraavi Website Theme
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miraavi
Tags: 
*/

.footer .footer-col .widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer .copyright .social-icons a .footer_social_icon:hover {
  fill: red;

}


.page-template-about .hero-wrap{
  background: #000000 url("assets/imgs/about-bg.png") no-repeat top center/cover;

}
.hero-slider .hero-content .slide-content::before{
  z-index: 0;
}
.hero-slider .hero-content .slide-content h1{
  position: relative;
}
.hero-slider .hero-content .slide-content p{
  position: relative;
} 

 .intro-wrap-right{
  padding-bottom: 50px;
}


.nav-links-container ul li{
  list-style-type: none;
}
header .btn-contact{
  background: none;
}
header .btn-contact a{
  background: #1a23ff;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid #1a23ff;
}
header .nav-links .btn-contact a:hover{
  background: #ffffff;
  color: #1a23ff;
}
header .nav-links .btn-contact a::after{
  content: none;
}
header .nav-links{
  align-items: center;
}
@media (max-width: 1023.98px) {
  header .btn-contact {
    display: block;
  }
  header .btn-contact a{
    background: none;
  }
  .datamodern-intro .datamodern-wrap .intro-wrap-left img{
    width:72%;
  }
  .innerhero-intro .innerhero-wrap .intro-wrap-left img{
   width:72%;
  }
}

.page-content-section{
  min-height:300px;
  color: #000000;
  background: #ffffff;
  padding: 30px 20px;
  text-align:left;
}
.hero-slider{
  padding: 20px 0px 50px 0px;
}

header.navbar{
  padding: 20px 0px;
}
 
.products-section .product .product-card{
  background: none;
  position: relative;
}
.products-section .product .product-card img{
  background: #F5F5F5;
  border-radius: 30px;
  width: 100%;
  height: 80vh;
  min-height: 380px;
  max-height: 560px;
 object-fit: cover;
}

.product .product-card .product-content {
  position: absolute;
}

/* Base navigation styling */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

nav ul li {
  position: relative;
  display: inline-block; /* horizontal menu */
}

nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 0.3s ease;
}

nav ul li a:hover {
 
}

/* Dropdown container */
nav ul li ul {
  position: absolute;
  top: 100%; /* directly below parent */
  left: 0;
  min-width: 180px;   
  border: 1px solid #0E0F63;
  display: none; /* hidden by default */
  z-index: 999;
  background: #000;
  width: 280px;
  padding: 10px;
}

/* Dropdown items */
nav ul li ul li {
  display: block;
}

 
 
header .nav-links li ul li a::after{
  content: none;
}
/* Show dropdown on hover */
nav ul li:hover > ul {
  display: block;
}


 

/* Base menu style */
nav ul li a {
  display: block;
  padding: 12px 24px; 
}
nav ul li ul li a {
  padding: 10px;   
  border-radius: 0px; 
}

 

.bottom-section .container{
  position: relative;
  z-index: 25;
}

.page-content-section.transparent-bg {
  background: none;
}

.bottom-section .content-wrap h3{
  color: #FFFFFF;
}

article .entry-title{
  color: #000000;
}
/* Target featured image wrapper */
.post-thumbnail {
  margin: 1.5rem 0;
  text-align: center; /* center the image */
}

.post-thumbnail img {
  max-width: 100%;   /* responsive scaling */
  height: auto;      /* maintain aspect ratio */
  border-radius: 8px; /* rounded corners */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* subtle shadow */
  transition: transform 0.3s ease;
}

.post-thumbnail img:hover {
  transform: scale(1.03); /* slight zoom on hover */
}

.entry-footer .post-meta {
  font-size: 0.9rem;
  color: #666;              /* subtle gray */
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.entry-footer .post-meta span {
  display: inline-block;
}

.entry-footer .tags {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #444;
}

.entry-footer .tags a {
  background: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease;
}

.entry-footer .tags a:hover {
  background: #ddd;
}
.white-para{
  margin-top: 50px;
}
.white-para p{
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 33px;
  color: #FFFFFF;
  margin: 0;
}

 .closedloop .loop-circles.five .loop-circle{
  width: 180px;
  height: 180px;
 }

 .form-group p{
  width: 100%;
  text-align: left;
 }
 .form-wrap label{
  margin-bottom: 10px;
 }
 .form-wrap label {
  margin-bottom: 10px;
  display: block;
}
.form-wrap .form_checkbox label {
  display: inline;
}
 .wpcf7-form-control-wrap textarea{
    max-height: 200px;
 }

 .form-wrap input.btn{
  color: white;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  height: 48px;
  position: relative;
  background: #0000FF;
  border-radius: 500px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;   
  width: 100%;
  border: none;

 }
span.wpcf7-checkbox{
  display: inline;
}

 .hero-wrap{
  min-height: auto;
 }




header.navbar{
  z-index: 1000;
}
.capabilities-section .capability-card{
  position: relative;
}

.features-section .features-grid .featurecard:hover::before{
  transform: none;
}

.partnersliderstatic {
  overflow: visible;
  margin: 80px 0;
  display: flex;
  align-items: center;
  animation: scrollanimation 30s linear infinite;
  gap: 20px;
}

.partnersliderstatic .partner-logo {
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}

.bottom-section::before{
  background: none;
}
.whatnext-section .whatnext-content .left-wrap .img-wrap{
  position: relative;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
.features2-section .features-grid .featurecard{
  justify-content: space-between;
}
.contact-wrap .divider{
  margin: 5px 0px;
}
.honeypot-style {
    display: none !important;
}

.main-header{
  backdrop-filter: none;
}

.page-template-contact .mainlayout {
  background: #000000 url("assets/imgs/contact-bg.png") no-repeat top center/cover;
}
 
.features-section .center-text-card {
  
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-section .features-grid .large-card .center-text-card .card-title {
  font-size: 48px;
  font-weight: 700;
  display: block;
  max-width: 320px;
  text-align: center;
}
.innerhero{
  position: relative;
}
header ul.sub-menu{
  top:45px;
}

.flexdiv {
  display: flex;
  align-items: center;
  justify-content: center;

}
.flexdiv .hero-content{
 align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;

}
.btn.uppercase{
  text-transform: uppercase;
}

 .comingsoon{
width: 100%;
margin: 0 auto;
max-width: 800px;
padding: 50px 20px;
border-radius: 16px;
border: 1px solid #FFFFFF4D;
background: #FFFFFF0D;
box-shadow: 0px 4px 50px 0px #00000080;
color: #FFFFFF;
}

.thankyou{
width: 100%;
margin: 0 auto;
max-width: 800px;
padding: 120px 60px;
border-radius: 16px;
border: 1px solid #FFFFFF4D;
background: #FFFFFF0D;
box-shadow: 0px 4px 50px 0px #00000080;
color: #FFFFFF;
}


.bg404{
width: 100%;
margin: 0 auto;
max-width: 800px;
padding: 120px 60px;
border-radius: 16px;  
border: 2px solid #00BFFF80; 
background: #000000BF;
box-shadow: 0px 4px 50px 0px #0000004D; 
}

.bg404 .flexdiv img{

}

.transbtn.btn{
  background: transparent;
  color: white;
  border:1px solid #fff;
  border-radius: 50px;
}
.button-box{   
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.swiper.aiautoslider{
  overflow: visible;
}
.whatwedohome-grid .wwd-card a{
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;

}

.whatwedohome-grid {  
  min-height: 550px;
}

.aiautocontent-section .autocard .autocard-content{
  min-height: 550px;
}
.dscf7-captcha-container span.wpcf7-form-control-wrap input{
  color: #000000;
 }
 .dscf7-captcha-container span.dscf7_lt{
   color: #000000;
 }
.video-image .home-video-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .partner-wrap .title-wrap{
  align-items: center;
  justify-content: center;
}


.whatwedohome-grid .wwd-card .read-row span:hover{
  color: #4DD2FF;
}
header ul.sub-menu{
 background: rgba(0, 0, 0, 0.9);;
}

.sr7-btn .fa-long-arrow-right{
  margin-left: 20px;
}
.whatnext-section .whatnext-content .left-wrap .img-wrap img{
  border-radius: 20px;
}
.theresult p{
  font-size: 18px;
}
.ourfocus-section .focus-desc{
  font-size: 18px;
  line-height: 24px;
}
.bottom-desc p{
  font-size: 18px;
}

.biservice-section .swiper{
  overflow: visible;
}

.info-content p{
  font-size: 18px;
}
.whatwedogrid .features-grid .featurecard .card-text p{
  font-size: 18px;
}
.slowing-section .slowing-content .info-text p{
   font-size: 18px;
}
.capabilities-section .capability-card .card-hover .card-content p{
   font-size: 18px;
}
.features2-section .title-wrap p.subtext{
   font-size: 18px;
}
.features2-section .title-wrap p{
  font-size: 18px;
}
.info-section .info-content .info-text p{
  font-size: 18px;
}

.info-section .info-content .is-style-fill a{
  text-decoration: none;
}
.info-section .info-content .is-style-outline a{
  text-decoration: none;
}
.howwework-section .ourbelief .belieficon img{
  max-width: 360px;
}

.reasons-wrap .middle-section img{
  max-width: 400px;
}
.capability-card.item-3 .oceanblue{
  background-color: #D6F5FF;
}
.mobile_version{
  display: none;
}
.hero-slider{
  height: 100%;
}
.wwd-card {
  position: relative;
  overflow: hidden;
}

.wwd-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* semi-transparent overlay */
  z-index: 1;
}
.wwd-card .content {
  position: relative;
  z-index: 2; /* ensures text stays above overlay */
  color: #fff; /* makes text visible on dark overlay */
  padding: 20px;
}

.btn{
  padding: 5px 20px;
  height: auto;
}

.sap-core .card-view {
  position: relative;
  overflow: hidden;
}


.sap-core .card-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* semi-transparent overlay */
  z-index: 1;
}


.sap-core .card-view .content {
  position: relative;
  z-index: 2; /* ensures text stays above overlay */
  color: #fff; /* makes text visible on dark overlay */
  padding: 20px;
}

.footer-copy-bg{
  background: #000000;
  border-radius:  0 0 30px 30px;
}

.divider-outer{
  padding: 40px 0px 20px 0px;
}
.divider-outer .divider{
  margin: 0px;
}

.features-section .title-wrapper h3{
  font-size: 18px;
}

.blog-title a{
  color: #000000;
  text-decoration: none;
}
.blogdetails.single{
  margin-top: 100px;
}
.blogdetails.single h2{
  font-size: 32px;
}
 
.casestudy-featured .tag{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 8px 12px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  display: inline-block;
}
.casestudy-featured .casestudy-title a{
  color: #FFFFFF;
  text-decoration: none;
}

.top-spacer .spacer{
  margin-top: 90px;
}

.bloglist.casestudylist .date{
display: none;
}
.bloglist.casestudylist .tag{

  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #0000FF;
  padding: 4px 12px;
  border: 1px solid #0000FF;
  border-radius: 5px;
  display: inline-block;
}
.bloglist.casestudylist .tag:hover {
  background-color: #0000FF;
  color: #FFFFFF;
  text-decoration: none;
}
.bloglist .tag{
  display: none;
}
.bloglist.casestudylist .author{
  display: none;
}

.bloglist.casestudylist .title-wrap{
  margin-bottom: 30px;
}
.casestudydetails {
  padding: 120px 0 80px 0;
}
.blog-content span.by {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #0000FF;
}
.casestudydetails h1{
  font-size: 48px;
}

.blogdetails .blog-title h1{
  font-size: 48px;
}

.three-column-layout .middle-section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 20px;
}
.casestudydetails h2{
  font-size: 32px;
}
.casestudydetails h3{
  font-size: 24px;
}
.casestudydetails h4{
  font-size: 22px;
}

.casestudydetails h5{
  font-size: 18px;
}

.casestudydetails h6{
  font-size: 16px;
}

.wp-block-quote{
 padding: 20px;
angle: 0 deg;
opacity: 1;
border-radius: 20px;
background-color: #E1F7FF;
margin: 20px 0px;
}

header ul.sub-menu li a{

  color: #FFFFFF;
  transition: color 0.3s ease;
}

header ul.sub-menu li a:hover{
  border:none; 
  color: #4DD2FF;
  
}

h2, h3, h4, h5, h6 {
  scroll-margin-top: 80px; /* adjust to your header height */
}
.blog-highlight .blog_title a{
  color: #000000;
  text-decoration: none;
}
 

.casestudy-highlight{
  padding-top: 60px;
}









@media (max-width: 1023.98px) {

.casestudy-highlight{
  padding-top: 0px;
}  

h2, h3, h4, h5, h6 {
scroll-margin-top: 40px; /* adjust to your header height */
}
.casestudylist {
  padding: 20px 0;
}
.three-column-layout{
margin-top: 20px;
}
.casestudydetails {
padding: 60px 0 10px 0;
}
.casestudy-highlight {
  min-height: 560px;
  height: 80dvh;
  max-height: 900px;
}
.casestudylist .casestudy-cards .casestudy-card {
  margin-bottom: 20px;
}
header ul.sub-menu li a{
  font-size: 14px;
  line-height: normal;
  color: #4DD2FF;
  transition: color 0.3s ease;
}
header ul.sub-menu li a:hover{  
  color: #FFFFFF;
}
.blogdetails .blog-title h1 {
  font-size: 32px;
}

.casestudydetails h1{
  font-size: 32px;
}

.blog-highlight-bg {
  width: 100%;
}
.blog-highlight{
  height: 80vh;
}
.bloglist .blog-cards .blog-card{
  margin-bottom: 20px;
}

  .attachment-casestudy-large-thumb.size-casestudy-large-thumb.wp-post-image {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.casestudy-highlight .casestudy-featured .casestudy-content {
  width: 100%;
  padding: 20px 0;
}

.blogdetails.single{
  margin-top: 50px;
}
.blogdetails.single h2{
  font-size: 24px;
}

.blogdetails .three-column-layout{
 margin-top: 0px;
 gap: 20px;
}


.howwework-section .howwework-grid .ourbelief img{
  display: none;
}

.divider-outer{
  padding: 0px;
}
.enterprises-grid{
  margin-top: 20px;
}





.info-content p{
  font-size: 16px;
}
.whatwedogrid .features-grid .featurecard .card-text p{
  font-size: 16px;
}
.slowing-section .slowing-content .info-text p{
   font-size: 16px;
}
.capabilities-section .capability-card .card-hover .card-content p{
   font-size: 16px;
}
.features2-section .title-wrap p.subtext{
   font-size: 16px;
   line-height: normal;
   text-align: center;
}
.features2-section .title-wrap p{
  font-size: 16px;
  line-height: normal;
   text-align: center;
}
.info-section .info-content .info-text p{
  font-size: 16px;
}
.info-section .info-content .btn-group .btn{
  width: 320px;
  padding: 10px 5px;
  font-size: 16px;
  height: auto;
}

.reasons-wrap .middle-section img{
  max-width: 310px;
}


.footer {
    padding: 10px 0;
  }

  header .btn-contact{
    padding: 10px;
  }
  header .btn-contact a{
    padding: 0px;
  }

  .footer .site-footer{
    margin-top: 0px;
  }
.whatwedohome-grid .wwd-card.active{
  transform: translateY(0px);
}
.whatwedohome-grid .wwd-card:hover{
  height: 480px;
  transform: translateY(0px);
}
.threecol-grid .grid-item {
  align-items: center;
  padding: 40px 20px;
}
.whatwedohome-grid{
  margin-top: 20px;
}

.video-image .home-video-image{
  height: 350px;
}
.desktop_version{
  display: none;
}
.mobile_version{
  display: block;
}
.circle-item .circle-bg::before{
  top:85%;
}
.circle-item .circle-content{
  top:60%;
  font-size: 14px;
}

.info-section .btn-group{
  justify-content: center;
}

.enterprises-wrap{
  margin-top: 10px;
}
header ul.sub-menu{
  top: 5px;
  width: 100%;
}
.deliver-section{
  padding: 40px 0px;
}

.reasons-wrap{
  margin-top: 30px;
}
 .slide-content-wrap .threecol-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contentslider .slide-content-wrap.gap-5{
    gap: 0px;
  }

/*about*/

.about-intro .about-wrap .about-wrap-content span{
  font-size: 18px;
}
.about-intro .title-wrap p{
  font-size: 16px;
}
.about-intro .about-wrap .about-wrap-content{
  font-size: 16px;
}
.about-intro .about-wrap .about-purpose .purpose-desc{
  font-size: 16px;
}
.whatwedo-section .title-wrap p{
  font-size: 16px;
}
.footer-highlight{
  padding: 30px 0px;
}
.footer .divider{
  margin: 0px;
}
.howwework-section .ourbelief .belieficon img {
  max-width: 170px;
}
.about-intro .about-wrap .about-purpose .purpose-items{
  gap: 10px;
  margin-top: 20px;
}
.about-intro .about-wrap .about-purpose .purpose-items span{
  font-size: 16px;
}
.about-intro .about-wrap .about-purpose{
  margin-top: 10px;
}

.about-intro .about-wrap .about-purpose .purpose-icons{
  gap: 25px;
}
.howwework-section .visionmission .vision{
  height: 220px;
}
.howwework-section .visionmission .mission{
  height: 220px;
}
.hero-wrap.main-banner{
  padding-top: 20px;
}
.sr7-btn .fa-long-arrow-right{
  margin-left: 5px;
}

.whatwedo-section .features-section{
  padding-bottom: 0px;
}

.contentslider .content-text{
  margin: 40px 0px;
}
.innerhero{
 min-height: 500px;
  height: 60vh;
  max-height: 500px;
}
.innerhero .hero-content h1{
  margin-bottom: 10px;
}
.aboutai-section .aboutai-content{
  padding-top: 40px;
}
.ourfocus-section .focus-grid .focus-grid-item{
  font-size: 24px;
}
.longcard-grid .longcard {
    height: 320px;
  }
  .servicesslider .services-card .services-img {
  width: 100%;
  height: 260px;
}
.info-section .info-content .info-para{
  padding: 0px 20px;
}

.capabilities-section .capability-card{
  height: 350px;
}
.products-section{
  padding: 40px 0;
}
.products-section .mt-80{
margin-top: 40px;
}
.hero-slider{
  margin-top: 30px;
}
.info-section{
  padding: 40px 0px;
}
.products-section .product-card{
  height: 380px;
}
.products-section .product .product-card img{
  min-height: 380px;
  max-height: 380px;
}
.products-section .productslider{
  margin-top: 20px;
}
.btn {
    font-size: 16px;
    padding: 7px 20px;
  height: auto;
}
.about-intro{
  padding: 40px 0;
}

.about-intro .about-wrap {
  margin: 40px auto 0;
  max-width: 100%;
}
.whatwedo-section{
  padding: 40px 0px;
}
.features-section{
  padding: 20px 0px;
}
.howwework-section{
   padding: 40px 0px;
}
.contact-info{
  margin: 20px 0px 40px 0px; 
}
.title-wrapper h3{
  font-size: 16px;
}
.title-wrapper{
  gap: 10px;
}
.contact-info .info-text p{
  font-size: 16px;
  margin: 0px;
  text-align: center;
}
.contact-info{
  gap: 5px;
}
.contact-wrap .contact-detail p{
  font-size: 18px;
}
.wpcf7-form-control-wrap textarea {
  max-height: 120px;
}
.wpcf7-list-item.first.last {
  margin: 0px;
}
.partnerslider .partner-logo{
  width: 180px;
  height: 180px;
}
.partnerslider{
  margin: 40px 0px;
}
.footer .footer-col ul li {
  font-size: 16px;
  line-height: normal;
}
.aideliver-section .deliver-wrap{
  gap: 20px;
}
.deliver-card {
  text-align: center;
} 
.aideliver-section .deliver-wrap .content-wrap .deliver-grid .deliver-card{
 height: 190px;
 padding: 20px 10px;
}
.deliver-wrap h4{
  text-align: center;
}
.aideliver-section{
  padding: 40px 0px;
  background-position: inherit;
}
.aiautofeat .features-grid .featurecard {
  min-height: 375px;
}
.partnerview{
  margin: 40px 0px;
}
.partnerview .partner-logo {
  width: 180px;
  height: 180px;
}  
.partnerview .partner-logo img{
  max-width: 140px;
}
.bottom-section{
  padding: 40px 0px;
}
.aiautocontent-section {
  padding: 40px 0;
} 
.aiautocontent-section .autocard .autocard-content{
  margin-bottom: 0px;
}
.capabilities-section{
   padding: 40px 0;
}
.divider{
  margin: 40px 0;
}
.capabilities-section .capability-card.item-2 .card-view .bg-img img {
  object-position: top;
}
.capabilities-section .capability-card .card-view .bg-img.oceanblue img{
object-position: right;
object-fit: contain;
}

.whatnext-section .whatnext-content .info-text p{
  font-size: 16px;
}
.whatnext-section .whatnext-content .info-text{
  padding: 15px;
}
.whatnext-section{
  padding: 40px 0px 0px 0px;
}
.features2-section {
    padding: 0px 0px 40px 0px;
  }
.features2-section .features-wrap{
  gap: 20px;
}

.theresult{
  margin: 0px;
  text-align: center;
  font-size: 16px;
}
.ourfocus-section{
  padding: 40px 0px;
}

.ourfocus-section .focus-grid{
  gap: 10px;
}
.longcard-grid{
  margin-top: 40px;
}
.ourservices-section {
 padding: 0px 0px 40px 0px;
}
.servicesslider{
  margin-top: 20px;
}
.bottom-desc p {
  font-size: 16px;
}
.servicesslider .services-card .services-content .title-wrap p{
   font-size: 16px;
}
.slowing-section .slowing-content .img-wrap {
  margin-top: 20px;
}  
.slowing-section .slowing-content .info-text p.spotlight.mt-5{
  margin-top: 20px !important;
}
.slowing-section{
  padding: 40px 0;
}
.textleftimg-section {
  padding: 40px 0;
}
 .features2-section .title-wrap h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
 }
.capabilities-section .capabilities-grid.agenticcap{
  margin-top: 20px !important;

}
.features2-section .title-wrap {
  flex-direction: column;
  gap: 20px;
}
.ourmission-section{
  padding: 40px 0px;
}

.ourmission-section .ourmission-content .content-row{
  gap: 10px;
}

.whatwedohome-section.home-page{
 padding: 40px 0;
}
.footer.home-trust{
  padding: 40px 0;
}

.btn.btn-white {   
  width: 320px;
  padding: 10px;
}

.insights-section .btn{
  width: 320px;
  padding: 10px;
}

.aideliver-section .deliver-wrap .content-wrap .deliver-grid {
  grid-template-columns: repeat(2, 1fr);
}
.textleftimg-section .text-wrap ul li{
  font-size: 16px;
  line-height: normal;
}

.textleftimg-section.datamod-bg .text-wrap p.mt-5{
margin-top: 0px !important;
}
.features-section .features-grid .card-5{
  gap:20px;
}
.products-section .toolsntech{
  margin-top: 0px;
}
.bottom-section .btn{
  width: 320px;
  padding: 10px;
}
.features-section .features-grid .card-6{
  gap: 20px;
}
.products-section .mt-80.agentic-ai{
margin-top: 20px;
}

.about-intro .title-wrap h1{
  margin-bottom: 10px;
}

p .wpcf7-form-control-wrap #honeypot-field{
  height: 10px;
}
.form-row.captchabox {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.aiautocontent-section .autocard:hover .autocard-image{
  opacity: 0;
}
.aiautocontent-section .autocard:hover .autocard-content{
  transform: translateY(0px);
}
}

@media (max-width: 767px) {
.circle-item .circle-bg::before{
  top:85%;
}
.circle-item .circle-content{
  top:60%;
  font-size: 14px;
}
}

@media (max-width: 480px) {

}