/* .servicebanner-sec { */
  /* background: linear-gradient(
      90deg,
      rgba(0, 59, 192, 0.3) 0%,
      rgba(0, 59, 192, 0.3) 100%
    ),
    url("../images/servicebanner.png"); */
/*   background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.servicebanner-sec {
  margin: 0 0 0 0;
}
.servicebanner-sec .servhead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.servicebanner-sec .servhead-page .servbanner-head {
  margin: 0 0 28px 0;
}
.servicebanner-sec .servhead-page p {
  color: #fff;
} */
.aboutbanner-sec {
  margin: 0 0 0 0;
}
.aboutbanner-sec {
  height: 100vh;
  position: relative;
  margin: 0 0 0 0;
}
.ban_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.aboutbanner-sec .abhead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.aboutbanner-sec .img_lay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 59, 192, 0.3);
  position: inherit;
}
.aboutbanner-sec .abhead-page .read-head {
  margin: 0 0 28px 0;
}
.aboutbanner-sec .abhead-page p {
  color: #fff;
}
.servicebanner-sec .servhead-page .btn-margin {
  margin: 28px 0 0 0;
  padding: 13px 0 13px 0;
}
.what-we-sec .color89 {
  margin: 28px 0 0px 0;
  color: #898989;
}
.what-we-sec .whatwe-content {
  margin: 30px 30px 30px 30px;
}
.what-we-sec .whatwe-content h4 {
  color: #003bc0;
  margin: 0 0 28px 0;
}
.tools-sec {
  background-color: #d8fbfe;
  padding: 100px 0 100px 0;
}
.tools-sec .tool-content {
  margin: 30px 50px 30px 0;
}
.tools-sec h2 {
  color: #003bc0;
  margin: 0 0 28px 0;
}
.case_studies-sec .head-bm {
  margin: 0 0 48px 0;
}
.case_studies-sec .casestudy {
  border: 0;
  background-color: #f3fdfe;
}
.case_studies-sec .casestudy .card-body {
  padding: 15px 20px 15px 20px;
}
.case_studies-sec .casestudy .card-body h4 {
  color: #454545;
}
.font-color {
  color: #898989;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 75px;
  min-height: 75px;
}
.case_studies-sec .view-all {
  margin: 36px 0 0 0;
  text-align: right;
}
.case_studies-sec .view-all .view-text {
  font-size: 20px;
  font-weight: 700;
  color: #454545;
}
.case_studies-sec .casestudy .card-body .read-more {
  margin: 20px 0 0 0;
  font-weight: 700;
}
.case_studies-sec .casestudy .card-body .read-more a {
  color: #898989;
}
.faq-section .collapse-card {
  background-color: #faf9f9;
  border: 0;
  margin: 0 0 15px 0;
}
.faq-section .collapse-card .card-header {
  background-color: transparent;
  border: 0;
  padding: 20px 25px 20px 25px;
}
.faq-section .collapse-card .collapsecard-body {
  padding: 10px 60px 20px 25px;
}
.faq-section .collapse-card .card-header .btn-que {
  text-align: left;
  color: #454545;
  font-weight: 700;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq-section .collapse-card .card-header .btn-que::after {
  content: url("../images/dropdown-blackdown.svg");
  margin: 0 0 0 15px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.faq-section .collapse-card .card-header .btn-que.collapsed::after {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.faq-section .collapse-card .card-header .btn-que:hover,
.faq-section .collapse-card .card-header .btn-que:focus {
  color: #454545;
  text-decoration: none;
  box-shadow: none;
}
.faq-section .view-all {
  align-self: center;
  margin: 28px 0 0 0;
}
.faq-section .view-all .view-text {
  font-size: 20px;
  font-weight: 700;
}
.tools-sec ol li {
  list-style-type: decimal;
}
.what-we-sec ol li {
  list-style-type: decimal;
}
.tools-sec ul li,
.what-we-sec ul li , .clientreq-sec .clintreq-content ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 14px;
}
.what-we-sec .reason_img {
  height: 340px;
  width: 100%;
}
.gallery_sec .events-head {
  margin: 0 0 28px 0;
}
.gallery_sec .event-topimg {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.gallery_sec .event-card {
  position: relative;
}
.gallery_sec .event-img {
  width: 100%;
  max-height: 232px;
  object-fit: cover;
}
.gallery_sec .count-pos {
  position: relative;
}
.gallery_sec .count-pos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
}

.gallery_sec .count-pos + h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.fancybox-button--thumbs,
.fancybox-button--share {
  display: none !important;
}



/* chandana design  */
.ai-hero-section {
    height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;   
    text-align: center;
    background: linear-gradient(to top, #FFFFFF, #DEE8FF);
    padding: 0 20px; 
}

.ai-hero-section .hero-img {
    width: 100%;      
    max-width: 500px; 
    height: auto;    
    margin-bottom: 20px;
}

.hero-title
{
  color: #000000;
}
.ai-hero-conteent-div
{
  max-width: 700px;
  width:100%
}
.ai-services-div
{
  max-width: 400px;
  width: 100%;
}
.ai-card-title
{
  color: #003bc0;
}
.ai-services-card
{
  border: none !important;
  border-radius: 10% !important;
}

.ai-services-card h4.fw-900 {
    margin: 0 0 23px 0;
    color: #003BC0; 
}

.ai-services-card .card-para {
 
}

/* Read More Button */
.ai-services-card .readserve-btn {
    color: #454545; 
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.ai-services-card .readserve-btn img {
    margin-left: 5px; 
}

/* Optional Hover Effect */
.ai-services-card .readserve-btn:hover {
    color: #003BC0; 
}
.ai-ti-content{
  color: #003BC0; 
}
.ti-div 
{
  max-width: 400px;
  width: 100%;
}
.ai-ti-img
{
  width: 100%;
  height: 300px;
}
.ai-ti-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-content-section {
    position: relative;
    text-align: center;
    width: 100%;
}

.ai-content-bg-img {
    width: 100%;
    max-width: 900px; 
    height: auto;
    display: block;
    margin: 0 auto;
}

.ai-content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 800px;
    width: 90%;
    padding: 20px;
}

.ai-content-title {
    margin-bottom: 15px;
    color: #003BC0; /
}

.ai-content-subtitle {
    margin-bottom: 25px;
}


.ai-section-content {
    position: relative;
    z-index: 1; 
}

.radial-glow {
    position: absolute;
    width: 300px;
    height: 200px;
    background: #AEC7FF;
    border-radius: 50%;
    filter: blur(150px);
    top: 0%;
    left: 50%;
    transform: translate( -50%);
    z-index: -1;
}



