:root{
  --grad: linear-gradient(135deg, #0b0d3f, #0dcaf0);
  --grad2: linear-gradient(135deg, #fff, #0dcaf0);
  --pur: #0dcaf0;
}
body{background:var(--bg2)}
.lm{
  --bg2: #f0fbff;
  --bg3: #e8fbff;
  --bd2: rgb(16 154 176);
}
.sp{padding:70px 0 0 0;}
.gt2 {
  background: var(--grad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.boc:hover {
  border-color: var(--pur);
  background: var(--grad);
  color: #fff;
}

.bg-video {
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* important: cover the full section */
  z-index: -1;         /* behind content */
}

.hbadge{
  color: #1ab1db;
  border: 1px solid #0dcaf0;
  background: #0dcaf012;
}

.bgrd:hover{box-shadow: 0 8px 24px #0dcaf059;
}

.section-title{
  font-size:3.6rem;
  font-weight:800;
  line-height:1.2;
  color:#0f172a;
}

.gradient-text{
  background:linear-gradient(90deg,#0ea5e9,#2563eb);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

#hero{min-height: 92vh;}
.hero-subtitle{
  font-size:1.2rem;
  color:#64748b;
  max-width:720px;
  margin:auto;
}

.tech-list{
  margin-top:35px;
  font-weight:600;
  letter-spacing:.8px;
  color:#0f172a;
}

.tech-list span{
  margin:0 12px;
}

.feature-icons{
  margin-top:55px;
}

.feature-box{
  text-decoration:none;
  color:#0f172a;
  transition:.35s;
}

.icon-circle{
  width:90px;
  height:90px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  font-size:34px;
  background:linear-gradient(135deg, #eff0ff, #0dcaf0);
  color:#fff;
  border:1px solid #dbeafe;
  box-shadow:0 10px 30px rgba(14,165,233,.10);
  transition:.35s;
}

.feature-title{
  margin-top:18px;
  font-size:15px;
  font-weight:600;
  transition:.35s;
}

.feature-box:hover .icon-circle{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(37,99,235,.25);
}

.feature-box:hover .feature-title{

  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-gradient{
  background:linear-gradient(90deg,#0ea5e9,#2563eb);
  color:#fff;
  border:none;
  padding:14px 35px;
  border-radius:10px;
  font-weight:600;
  transition:.3s;
}

.btn-gradient:hover{
  transform:translateY(-3px);
  color:#fff;
  box-shadow:0 15px 35px rgba(37,99,235,.30);
}

.btn-outline-custom{
  border:2px solid #2563eb;
  color:#2563eb;
  padding:14px 35px;
  border-radius:10px;
  font-weight:600;
  transition:.3s;
}

.btn-outline-custom:hover{
  background:#2563eb;
  color:#fff;
  transform:translateY(-3px);
}

@media(max-width:768px){

  .section-title{
    font-size:2.3rem;
  }

  .icon-circle{
    width:75px;
    height:75px;
    font-size:28px;
  }

  .feature-box{
    margin-bottom:30px;
  }

}


.contact-card{
  background:linear-gradient(135deg,#0b0d3f 0%, #12206b 100%);
  border-radius:35px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(13,202,240,.25);
  box-shadow:0 25px 70px rgba(11,13,63,.18);
}

.contact-card::before{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  background:#0dcaf0;
  border-radius:50%;
  filter:blur(130px);
  opacity:.15;
  top:-120px;
  right:-80px;
}

.left-content{
  padding:80px 70px;
  color:#fff;
}

.small-title{
  color:#0dcaf0;
  font-weight:700;
  letter-spacing:3px;
  text-transform:uppercase;
  font-size:15px;
}

.left-content h2{
  font-size:52px;
  font-weight:800;
  line-height:1.2;
  margin:25px 0;
}

.left-content p{
  color:rgba(255,255,255,.75);
  font-size:20px;
}

.form-area{
  padding:60px;
}

.form-control,
.form-select{
  height:62px;
  border-radius:12px;
  border:none;
  padding:15px 22px;
  font-size:17px;
  box-shadow:none !important;
}

.form-control:focus,
.form-select:focus{
  border:2px solid #0dcaf0;
}

.btn-contact{
  height:62px;
  width:100%;
  border:none;
  border-radius:12px;
  font-size:22px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(90deg,#0dcaf0,#19b6ff,#0b0d3f);
  transition:.35s;
  box-shadow:0 15px 35px rgba(13,202,240,.35);
}

.btn-contact:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 45px rgba(13,202,240,.45);
}

.form-note{
  color:rgba(255,255,255,.7);
  font-size:15px;
}

.form-note i{
  color:#0dcaf0;
}

@media(max-width:991px){

  .left-content{
    padding:50px 35px;
    text-align:center;
  }

  .left-content h2{
    font-size:38px;
  }

  .form-area{
    padding:35px;
  }

}
.service-card{

  position:relative;

  background:linear-gradient(145deg,#2f333f,#111523);

  border-radius:28px;

  padding:20px;

  overflow:hidden;

  transition:.45s;

  border:1px solid rgba(135,98,255,.45);

}

/* Glow Border */

.service-card::before{

  content:"";

  position:absolute;

  inset:-2px;

  border-radius:30px;

  padding:2px;

  background: linear-gradient(135deg, #5ce8f6, #2861d9, #17dbff);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite:xor;
  mask-composite:exclude;

  opacity:0;

  transition:.4s;

}

/* Purple Glow */

.service-card:hover{

  transform:translateY(-12px);

  box-shadow: 0 0 30px rgb(92 222 246 / 35%), 0 0 70px rgb(92 195 246 / 25%), 0 25px 45px rgba(0, 0, 0, .35);

}

.service-card:hover::before{

  opacity:1;

}

/* Headings */

.service-card h2{

  color:#b8e8ff;

  font-size: 24px;

  font-weight:800;

  margin-bottom:0px;

  transition:.35s;

}

.service-card h5{

  color:#b8e8ff;
  transition:.35s;
  font-size: 16px;
  margin-top: 4px;
  text-transform:uppercase;

}

.service-card:hover h2,

.service-card:hover h5{

  color:#ffffff;

}

/* Image */

.service-img{

  height:130px;

  object-fit:contain;

  transition:.45s;
  filter: drop-shadow(0 0 18px #0dcaf0);

}

.service-card:hover .service-img{

  transform:translateY(-10px) scale(1.08);



}

/* Learn More */

.learn-more{

  display:inline-flex;

  align-items:center;

  gap:8px;

  margin-top:8px;

  color:#bcbcbc;

  text-decoration:none;

  font-size:18px;

  font-weight:700;

  transition:.35s;

}

.learn-more i{

  transition:.35s;

}

.service-card:hover .learn-more{

  color:#ffffff;

}

.service-card:hover .learn-more i{

  transform:translateX(8px);

}
.talk{background:#06081d;}
.talk img{margin-top:-70px;}

/* Responsive */

@media(max-width:768px){

  .service-card{

    padding:25px;

  }

  .service-card h2{

    font-size:32px;

  }

  .service-img{

    height:140px;

  }

  .learn-more{

    font-size:18px;

  }
  #hero{
    min-height: 66vh;
  }
  #hero .h1 {
    font-size: 2.7rem;
    line-height: 0.9;
    font-weight: 100;
  }
  #hero p{
    font-size: 22px;
    line-height: 1.2;
  }
  #hero hr{
    border-color: #fff !important;
    opacity: 0.6;
  }

  .talk img{margin-top:20px;}

}

.acco .accordion-button:not(.collapsed){
  color: #0b8ba5;
}
.herobt h2{line-height: 1 !important;}
.herobt p{line-height: 1.2 !important;}
.rounded-10{border-radius:10px;}
.rounded-30{border-radius:30px;}
.bg-dark{background-color:#0b0d3f !important;}

/* testimonial */

.section-tag{
  color:#0dcaf0;
  font-weight:700;
  letter-spacing:2px;
}

.section-title{
  font-size:48px;
  font-weight:800;
  color:#0b0d3f;
}

.section-title span{
  color:#0dcaf0;
}

.testimonial-card{

  background:#ffffff;

  border-radius:24px;

  padding:22px;

  height:100%;

  border:1px solid #0dcaf0;

  transition:.4s;

  position:relative;

  overflow:hidden;


}

.testimonial-card::before{

  content:"";

  position:absolute;

  left:-100px;

  top:-100px;

  width:220px;

  height:220px;

  background:#0dcaf0;

  opacity:.08;

  border-radius:50%;

  transition:.5s;

}

.testimonial-card:hover{

  transform:translateY(-10px);

  box-shadow:
    0 15px 45px rgba(13,202,240,.25);

  border-color:#0dcaf0;

}

.testimonial-card:hover::before{

  transform:scale(1.5);

}

.quote{

  font-size:55px;

  color:#0dcaf0;

}

.testimonial-card p{
  min-height:130px;

}

.rating{

  margin:8px 0;

}

.rating i{

  color:#ffc107;

  margin-right:3px;

}

.client img{

  width:120px !important ;

}

.client h5{

  margin:0;

  color:#0b0d3f;

  font-weight:700;

}

.client small{

  color:#777;

}

.owl-stage-outer{padding:20px 0px;}
.owl-nav{text-align:center;}

.owl-nav button{

 width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 24px !important;
    margin: 0 8px;
    border: 0px !important;

}

.owl-nav button:hover{

  background:#0dcaf0!important;

}

.owl-dots{

  margin-top:25px;

}

.owl-dot span{

  background:#0b0d3f!important;

}

.owl-dot.active span{

  background:#0dcaf0!important;

}

@media(max-width:768px){

  .section-title{

    font-size:34px;

  }

  .testimonial-card{

    padding:25px;

  }

  .testimonial-card p{

    min-height:auto;

  }

}

.why-section{
  background:#06081d;
  padding:90px 0;
}

.why-section .sub-title{
  color:#0dcaf0;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}

.why-section .main-title{
  color:#fff;
  font-size:42px;
  line-height:1.3;
  font-weight:800;
}

.why-section .feature-box{

  display:flex;

  gap:20px;

  align-items:flex-start;

  padding:12px;

  border-radius:20px;

  transition:.35s;

  height:100%;

  border:1px solid transparent;

}

.why-section .feature-box:hover{

  background:rgba(255,255,255,.04);

  border-color:#0dcaf0;

  transform:translateY(-8px);

  box-shadow:0 10px 35px rgba(13,202,240,.15);

}

.why-section .icon-box{

  width: 63px;
  height: 63px;
  min-width: 63px;

  border-radius:20px;

  display:flex;

  align-items:center;

  justify-content:center;

  background:linear-gradient(135deg,#0b0d3f,#0dcaf0);

  color:#fff;

  font-size:34px;

  transition:.35s;

}

.why-section .feature-box:hover .icon-box{

  transform:rotate(-8deg) scale(1.08);

  box-shadow:0 0 30px rgba(13,202,240,.4);

}

.why-section .feature-box h4{

  color:#fff;

  font-size:22px;

  font-weight:400;

  margin-bottom:10px;

}

.why-section .feature-box p{

  color:#bfc7d5;

  line-height:1.3;

  font-size:17px;

  margin-bottom:0;
  font-weight: 100;

}

@media(max-width:991px){

  .why-section .main-title{

    font-size:42px;
    margin-bottom:20px;

  }

}

@media(max-width:576px){

  .why-section .main-title{

    font-size:34px;

  }


  .why-section .feature-box h4{

    font-size:18px;

  }
  .why-section .feature-box p{font-size:14px;}
  .why-section .feature-box{margin: 0;}

}
.hero-ai{

  position:relative;

  min-height:100vh;

  background:url("images/ai-bg.jpg") center center/cover no-repeat;

  overflow:hidden;

}

.hero-ai .overlay{

  position:absolute;

  inset:0;

  background:linear-gradient(90deg, rgba(11, 13, 63, .92), rgb(11 13 63 / 54%), rgb(11 13 63 / 0%));

}

.hero-ai .hero-content{

  position:relative;

  z-index:2;

  max-width:650px;

  padding:25px;

  border-radius:30px;

  background:rgba(255,255,255,.05);

  backdrop-filter:blur(12px);

  border:1px solid rgba(13,202,240,.25);

  box-shadow:0 25px 70px rgba(0,0,0,.35);

}

.hero-ai .hero-action{

  position:relative;

  z-index:2;

  max-width:650px;

}

.hero-ai .badge-title{

  display:inline-block;

  color:#0dcaf0;

  letter-spacing:2px;

  font-weight:700;

  text-transform:uppercase;

  margin-bottom:20px;

}

.hero-ai .hero-content h1{

  font-size:62px;

  font-weight:900;

  color:#0dcaf0;

  line-height:1;

  margin-bottom:6px;
  text-transform:uppercase;

}

.hero-ai .hero-content h2{

  color:#fff;

  font-weight:500;

  margin-bottom:0px;

  text-transform:uppercase;

}

.hero-ai .hero-content p{
  color:#fff;
  font-weight: 100;
   line-height: 1.6;

}

.hero-ai .rating h5{

  color:#ffc107;

  margin:0;

  letter-spacing:3px;

}

.hero-ai .rating span{

  color:#d6e2f5;

  font-size:15px;

}

.hero-ai .btn-primary-custom{

  background:linear-gradient(135deg,#0dcaf0,#149ddd);

  color:#fff;

  padding:15px 45px;

  border-radius:12px;

  font-weight:700;

  border:none;

  transition:.4s;

}

.hero-ai .btn-primary-custom:hover{

  transform:translateY(-4px);

  box-shadow:0 15px 35px rgba(13,202,240,.35);

  color:#fff;

}

.hero-ai .btn-outline-custom{

  border:2px solid #0dcaf0;

  color:#fff;

  padding:15px 45px;

  border-radius:12px;

  transition:.4s;

}

.hero-ai .btn-outline-custom:hover{

  background:#0dcaf0;

  color:#0b0d3f;

}

.hero-ai .contact-info{

  color:#fff;

  font-size:18px;

}

.hero-ai .contact-info i{

  color:#fff;

  margin-right:6px;

}

@media(max-width:992px){

  .hero-ai .hero-content{

    padding:35px;

  }

  .hero-ai .hero-content h1{

    font-size:60px;

  }

  .hero-ai .hero-content h2{

    font-size:34px;

  }

 .hero-ai .hero-content p{

    font-size:17px;

  }

}

@media(max-width:576px){

  .hero-ai .hero-content{

    padding:25px;

  }

  .hero-ai .hero-content h1{

    font-size:48px;

  }

  .hero-ai .hero-content h2{

    font-size:28px;

  }

  .hero-ai .hero-content p{

    font-size:16px;

  }

  .hero-ai .hero-buttons .btn{

    display:block;

    width:100%;

    margin-bottom:15px;

  }

}
/* Sidebar */

.offcanvas{
    width: 300px !important;
    background:var(--dark);
    color:#fff;
  z-index: 9999;
}

.offcanvas-header{
    border-bottom:1px solid rgba(255,255,255,.1);
}

.offcanvas-title{
    color:#fff;
    font-weight:700;
}

.btn-close{
    filter:invert(1);
}

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

.sidebar-menu li{
    margin-bottom:5px;
}

.sidebar-menu a{
    display:flex;
    align-items:center;
    gap:15px;
    color:#fff;
    text-decoration:none;
    padding:14px 18px;
    border-radius:10px;
    transition:.3s;
}

.sidebar-menu a i{
    width:20px;
    color:var(--primary);
}

.sidebar-menu a:hover{
    background:rgba(13,202,240,.12);
    color:#fff;
    padding-left:25px;
}

.dropdown-menu{
    background:#182060;
    border:none;
}

.dropdown-item{
    color:#fff;
}

.dropdown-item:hover{
    background:rgba(13,202,240,.15);
    color:#0dcaf0;
}

.sidebar-btn{
    background:#09b5d8;
    color:#fff;
    border-radius:8px;
    padding:12px;
    font-weight:600;
  	
}

.sidebar-btn:hover{
    background:#09b5d8;
    color:#fff;
}

.case-study{

background:#070b1d;

overflow:hidden;

}

.case-card{

background:linear-gradient(135deg,#b70000,#e5b347);

padding:60px;

border-radius:12px;

color:#fff;

min-height:500px;

display:flex;

align-items:center;

transition:.4s;

}

.case-card:hover{

transform:translateY(-8px);

}

.case-card img{

max-height:360px;

transition:.5s;

}

.case-card:hover img{

transform:scale(1.05);

}

.bg2{

background:linear-gradient(135deg,#0b0d3f,#0dcaf0);

}

.bg3{

background:linear-gradient(135deg,#6f00ff,#0dcaf0);

}

.badge-service{

display:inline-block;

padding:8px 20px;

border:1px solid rgba(255,255,255,.6);

border-radius:30px;

font-size:14px;

letter-spacing:1px;

}

.case-card h3{

font-size:42px;

font-weight:700;

margin-bottom:20px;

}

.case-card p{

font-size:18px;

line-height:1.8;

opacity:.95;

margin-bottom:40px;

}

.read-more{

color:#fff;

font-size:24px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.read-more:hover{

letter-spacing:2px;

color:#fff;

}

.owl-prev,

.owl-next{

width:55px;

height:55px;

border-radius:50%!important;

background:#0b0d3f!important;

color:#fff!important;

border:2px solid #8d74ff!important;

margin:0 10px!important;

font-size:20px!important;

transition:.4s;

}

.owl-next{

background:linear-gradient(135deg,#7c4dff,#b67cff)!important;

border:none!important;

}

.owl-prev:hover,

.owl-next:hover{

transform:scale(1.1);

}

.owl-dots{

display:none;

}

@media(max-width:991px){

.case-card{

padding:40px 30px;

text-align:center;

}

.case-card img{

margin-top:40px;

max-height:250px;

}

.case-card h3{

font-size:32px;

}

}

.ai-industries{
    background:#070b1d;
}



.industry-image{

    border-radius:16px;
    overflow:hidden;

    border:1px solid rgba(13,202,240,.2);

    box-shadow:0 20px 60px rgba(0,0,0,.45);

}

.industry-image img{

    width:100%;
    transition:.5s;

}

.industry-image:hover img{

    transform:scale(1.04);

}

.industry-tabs{

    display:flex;
    flex-direction:column;
    gap:8px;

}

.industry-item{

    padding:14px;

    border-radius:15px;

    cursor:pointer;

    transition:.35s;

    color:#d5d5d5;

}

.industry-item p{
  	display: none;
  margin-bottom:0;

}
.industry-tabs .active p{
  	display: block;

}

.industry-item:hover{

    transform:translateX(10px);

}

.industry-item h3 {
    font-size: 20px;
}

.industry-item:hover h3{

    color:#0dcaf0;

}

/* Active Card */

.industry-item.active{

    background:#141a32;

    border:1px solid transparent;

    background-image:
    linear-gradient(#141a32,#141a32),
    linear-gradient(90deg,#0dcaf0,#0b0d3f);

    background-origin:border-box;

    background-clip:padding-box,border-box;

}

.industry-item.active h3{

    color:#fff;

}

@media(max-width:991px){

.section-title{

font-size:38px;

}

.industry-item{

padding:20px;

}

.industry-item h3{

font-size:26px;

}

.industry-item p{

font-size:16px;

}

}
