@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --primarycolor: #1b2b5a;
    --secondarycolor:#b11f26;

}
*{
    margin: 0px;
    padding: 0px;
    
}
html{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    font-weight: 500;
     
   
    overflow-x: hidden;
}

div>p{
   font-family: "Inter", sans-serif;
    

}
label{
   font-family: "Inter", sans-serif;
   
}
span{
   font-family: "Inter", sans-serif;
   
}
div> h1,div> h2{
   font-family: "Inter", sans-serif;
    margin: 0px;
    background: linear-gradient(90deg, rgb(78, 149, 255), rgb(165, 107, 255)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
  h3, h4, h5{
    font-family: "Inter", sans-serif;
    font-weight: 800;
  }
a{
   font-family: "Inter", sans-serif;
    text-decoration:none!important;
}
button{
    font-family: "Inter", sans-serif;
    text-decoration:none!important;
}
b{
    font-family: "Inter", sans-serif;
        
}
img{
    max-width: 100%;
    
}
p{
    color: rgb(255 255 255 / 70%);
}
 



/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey; 

  border-radius: 0px;

}

 

/* Handle */

::-webkit-scrollbar-thumb {

  background:#000000;

  border-radius: 10px;

}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px!important;
    }
}

.banner {
    background: #0f0f19;
    padding: 100px 0px;
}
.banner h1{
    font-size: 60px;
    margin-bottom: 26px;
}
.banner a{
    background-color: rgb(110, 86, 207);
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: rgba(110, 86, 207, 0.8) 0px 0px 40px;
    transition: 0.3s;
    cursor: pointer;
    transform: scale(1.05);
    display: inline-block;
}
.primary_header{
 z-index: 999;
    background:#0a0a12;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0px 0px 20px -19px;
    top:0px;
}

.fixed-top{
    background-color:#0a0a12;
    transition:0.5s all linear;
    z-index: 99999;
}


.fixed-top .navbar ul li a{
    
}
.fixed-top .navbar ul li a:hover{
  
}
 

.primary_header .navbar-brand{
    font-family: "Inter", sans-serif;
    margin: 0px;
    background: linear-gradient(90deg, rgb(78, 149, 255), rgb(165, 107, 255)) text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 28px;
}
.primary_header .navbar-brand img{
    width: 155px;  
        background: white;
    padding: 0px 1px;
    border-radius: 4px;
}  
.navbar-expand-lg .navbar-nav{
    gap: 5px;
    align-items: start;
}

.lang-dropdown label {
    font-size: 18px;
    font-weight: 400;
    color:black;
}


.primary_header .navbar{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height:100%;
}

.primary_header .navbar ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 12px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    
}
.primary_header .navbar ul li .header_custom_btn{
    
    color: #000;
    border-radius: 5px;
    padding: 11px 15px;
    font-weight: 700;
    background: white;
    &:hover{
        background: white;
        color: black;
    }
}
 
.primary_header .navbar ul li a.active{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 12px;
    border-bottom: 3px solid transparent;
    background:#00acff;
     
}
.primary_header .navbar ul li a:hover{
    color:white;
    background:#262437;
    transition: all 0.25s ease;
}
.primary_header .navbar ul li a img{
    width: 35px;
    height: 25px;
}
.primary_header  .responsive_display{
    display: none;
}
.primary_header .navbar ul li .header_apply_btn{
        padding: 9px 52px;
    background: #4CAF50;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-transform:uppercase;
    
}
.primary_header .navbar ul li .header_apply_btn:hover{
    color:#fff;
    
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.primary_header .navbar-nav .dropdown-menu {
    padding:10px 20px;
    width: max-content;
    background: #1a182f;
}

.primary_header .navbar-nav .dropdown-menu.submenu{
    left: 100%;
    top: 0px;
    display: none;
}
.primary_header .navbar-nav .dropdown .dropdown-menu:hover .dropdown-menu.submenu{
    display: block;
}
.primary_header .navbar-nav .dropdown-menu a{

    width: 100%;
    display: inline-block;
    
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding:7px 10px 4px 11px;
    margin-bottom: 5px;
}
.primary_header .navbar-toggler {
    background-color: #f0f0f0;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 400;
    border: none;
    letter-spacing: 1.4px;
    width: 53px;
    position: relative;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary_header .navbar-toggler:focus {
    box-shadow: none;
    border: none;
}
 
.primary_header .navbar-nav .dropdown-menu .wrapper{
    height: 100%;
    padding: 5px 7px;
    width: 100%;
} 
.primary_header .dropdown-menu .wrapper img{
    width: 50px;
    height: 40px;

}

.primary_header .dropdown:hover > .dropdown-menu{
    display: block;

}
.offcanvas.offcanvas-start{
    background: #0a0a12;
}
.sticky-top{
    top:100px!important;
}

.bar1{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    top: 9px;
}
.bar2{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    top: 21px;
}
.bar3{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    margin: 10px 0px;
    top: 24px;
}
  
 


.sticky{
    position: sticky;
    top: 100px;
}
 
 

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 5px;
    background: linear-gradient(to top left, #ef5152 0%, #ffa200 100%);
    width: 0%;
    position: fixed;
    z-index: 9999;
    top: 0px;
}
 
 

.faq{
    padding: 24px 0px;
    
}
.faq .section_title{
    text-align: center;
}
.faq .section_title h2{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.faq .section_title p{
    color: black;
    font-weight: 500;
    margin-bottom: 25px;
}
.faq .heading h6:before{
        position: absolute;
    content: ' ';
    background-color: #000000;
    width: 62px;
    height: 3px;
    top: 50%;
    bottom: 50%;
    left: 0px;
    right: 0px;
}
.faq .accordion-button{
        box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
}
.faq .accordion-button:focus{
    color: #2196f3;
}
.faq .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color:#0000ff!important ;

}

.faq .accordion-body p{
    font-size: 14px;
    font-weight: 400;
}





.owl-theme .owl-nav [class*=owl-]:hover{
    background:none!important;
}

 
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.bottom_footer{
    padding: 25px 0px;
    background-color:rgb(10, 10, 18);
}
.bottom_footer .logo_box{
    text-align: right;
}
.bottom_footer .logo_box img{
    width:25%;
}
.bottom_footer .pages .f_head{
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    height: 32px;
    font-weight: 700;
}
.bottom_footer .pages p{
    font-size: 14px;
}
.bottom_footer .pages ul{
    padding: 0px;
    list-style-type: none;
    height: 100%;
     
    gap:20px 20px;
    margin-bottom: 0px;
}
.bottom_footer .pages ul li{
    color: white;
}
.bottom_footer .pages ul li a{
   color: rgb(255 255 255 / 70%);
    display: inline-block;
    font-size: 14px;
    
    margin-bottom: 15px;
}
.bottom_footer .pages ul li a:hover{
    color: #9b9b9b;
    transition: 0.5s all;
}
.bottom_footer .copyright p{
    margin-bottom: 0px;
    
    font-size: 14px;
}
.bottom_footer .link_btn .f_head{
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}
 
.bottom_footer .link_btn .f_head i{
    margin-right: 10px;
}
.bottom_footer .link_btn img{
        background: white;
    border-radius: 6px;
    padding: 8px 11px;
    width: 166px;
    margin-bottom: 20px;
}
.bottom_footer .link_btn a.canada{
    color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom:15px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 7px;
}
.bottom_footer .link_btn a.india{
    color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom:15px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 7px;
}
.bottom_footer .contact h6{  
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottom_footer .contact p{  
    color:#dedede;
}

.bottom_footer .contact a{  
    color: #e4e4e4;
    font-size: 20px;
    margin-bottom: 20px;
}

.bottom_footer .icon ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    gap: -0px 20px;
    list-style-type: none;
    justify-content: start;
}
.bottom_footer .icon ul li a{
        font-size: 16px;
    background: rgb(110 86 207 / 10%);
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: rgb(110, 86, 207);
    border-radius: 50%;
}

.common_header{
    width: 100%;
    min-height: 340px;
    position: relative;
    padding: 250px 0px 55px 0px;
    
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 0px 19px 49px -54px;
}
.common_header .overlay{
    position: absolute;
    width: 100%;
    background-color:#00000000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_header .heading_wrapper p{
    font-size: 38px;
    font-weight: 800;   
    color: #fff; 
}

.common_header ul {
    display:flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0px;
}
.common_header ul li a{
    color: #fff;
    margin-right: 11px;
    font-weight: 500;
    font-size: 16px;
}
.common_header ul li a.active{
    color: #fff;
}


.common_section{
    padding: 50px 0px;
}
.common_section .head{
    font-size:20px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #00304f;
}
.common_section p{
    font-size:16px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #474747;
}

.common_section img{
    width: 60%;
}
 
.border_top{
    border-top:1px solid  #555556!important;
}


body {
  background: #0b0b15;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  color: white;
}

.services-section {
  padding: 70px 20px;
  margin: auto;
  text-align: center;
  background: #10101b;
}

.section-title {
  font-size: 42px;
  color: rgb(110, 86, 207);
  font-weight: 700;
  margin-bottom: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  background: radial-gradient(circle at right top, rgba(110, 86, 207, 0.1), transparent 70%);
  border-radius: 18px;
  padding: 35px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.service-card .icon {
  height: 55px;
  width: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 26px;
}

.purple {  color: #9f8cff; }
.violet { background: #7b61ff30; color: #b19aff; }
.pink   { background: #d971ff30; color: #ffbaff; }

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}



.about-section {
    background: #0d0b16;
}

/* Title */
.about-title {
    color: rgb(110, 86, 207);
    font-size: 40px;
    font-weight: 700;
}

/* Image Container */
.image-box {
    background: #111024;
    
    border-radius: 20px;
    
}

.about-image {
    border-radius: 18px;
}

/* Text */
.about-text {
    color: #d4d4e6;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* Stats */
.stats-number {
    color: rgb(110, 86, 207);
    font-size: 32px;
    font-weight: 700;
}

.stats-label {
    color: #c8c8d9;
    font-size: 15px;
}

/* Button */
.about-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 2px solid rgb(110, 86, 207);
    border-radius: 40px;
    font-size: 14px;
    color: #ffffff;
    background: transparent;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-btn:hover {
    background: #8f83ff;
    color: #0d0b16;
}


.vision-mission-section {
    background: #0c0d18;
    color: #ffffff;
}

 

/* Card Container */
.vm-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(140, 140, 255, 0.2);
    border-radius: 14px;
    padding: 25px;
    
    transition: 0.3s;
}

.vm-card:hover {
    box-shadow: 0 0 40px rgba(140, 140, 255, 0.25);
}

/* Card inner flex */
.vm-card-inner {
    gap: 20px;
}

/* Icon */
.vm-icon {
    width: 55px;
    height: 55px;
}

/* Headings */
.vm-heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Body text */
.vm-text {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Right image box */
.vm-image-box {
    border-radius: 18px;
    overflow: hidden;
     
}

.vm-image {
   width: 85%;
    border-radius: 18px;
    display: block;
    float: right;
}


/* Section Background */
.why-choose-us {
  background: #0d0d18;
  padding: 80px 0;
}

/* Title */
.section-title {
  color: #8b8bff;
  font-weight: 700;
  font-size: 42px;
}

/* Card Design */
.wc-card {
  background: #11111e;
    padding: 18px 13px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid rgba(140, 140, 255, 0.2);
    transition: 0.3s ease;
}

.wc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(120, 120, 255, 0.3);
  border-color: rgba(160, 160, 255, 0.4);
}

/* Icon Styling */
.wc-icon {
  font-size: 40px;
  color: #8e6bff;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(135, 100, 255, 0.6);
}

/* Heading */
.wc-heading {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Text */
.wc-text {
  color: #c0c0d9;
  font-size: 13px;
  line-height: 1.6;
}

.testimonial-section {
    background: #0b0e1a;
    padding: 80px 0;
}

.testimonial-title {
    font-size: 42px;
    font-weight: 700;
    color: #8e8eff;
    
}

/* Testimonial Card */
.testimonial-card {
    background: #0f1323;
    border-radius: 4px;
    padding: 40px 30px;
    margin: 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: 0.3s ease;
    min-height: 315px;
}

.testimonial-card:hover {
    transform: translateY(-10px);
   
}
@media(max-width:768px){
    .owl-nav .owl-prev, .owl-nav .owl-next{
        display: none!important;
    }
}

/* Avatar */
.testimonial-img {
        width: 110px !important;
    height: 110px;
    border-radius: 50%;
     
    object-fit: cover;
    margin: 0px auto 12px auto;
}

/* Name */
.client-name {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Text */
.client-text {
    color: #c9c9d4;
    font-size: 13px;
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto;
}

/* Owl Carousel Nav Buttons */
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 40%;
    font-size: 32px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.owl-nav .owl-prev { left: -60px; }
.owl-nav .owl-next { right: -60px; }

.owl-nav button:hover {
    background: #8e8eff !important;
    color: #0b0e1a !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block!important;
}
/* Dots */
.owl-dots .owl-dot span {
    background: #444 !important;
    width: 10px;
    height: 10px;
}

.owl-dots .owl-dot.active span {
    background: #8e8eff !important;
}



.faq-section {
       background: #10101c;
      padding: 80px 16px;
    }
    .faq-title {
      color: #7a5cff;
      font-weight: 700;
      font-size: clamp(2.3rem, 3vw, 3.4rem);
      margin-bottom: 50px;
      text-align: center;
    }
    .faq-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 36px;
    }
    .faq-accordion-wrapper {
      flex: 1 1 420px;
      max-width: 650px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .accordion {
      --bs-accordion-bg: linear-gradient(145deg, #19192e, #08081a);
      --bs-accordion-border-color: #252647;
      --bs-accordion-border-radius: 16px;
      --bs-accordion-btn-bg: none;
      --bs-accordion-btn-color: #fff;
      --bs-accordion-btn-padding-x: 32px;
      --bs-accordion-btn-padding-y: 20px;
      --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #7a5cff30;
    }
    .accordion-item {
      background: linear-gradient(145deg, #19192e, #08081a);
      border-radius: 16px !important;
      margin-bottom: 24px;
      border: 1px solid #252647 !important;
      box-shadow: 0 6px 32px 0 #0a0a2050;
      overflow: hidden;
    }
    .accordion-button {
      font-size: 1.18rem;
      font-weight: 700;
      color: #fff;
      background: none !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      display: flex;
      align-items: center;
    }
    .accordion-button:focus {
      border: none !important;
      box-shadow: 0 0 0 0.25rem #7a5cff30;
      background: none !important;
    }
    .accordion-button::after {
      filter: brightness(2);
    }
    .arrow-prefix {
      color: #7a5cff;
      font-size: 1.5rem;
      margin-right: 18px;
      flex-shrink: 0;
      font-weight: bold;
    }
    .accordion-body {
      background: none;
      color: #b5b7d3;
      font-size: 1rem;
      padding: 22px 32px 24px 54px;
    }
    .faq-image-box {
      flex: 1 1 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 320px;
    }
    .faq-image {
      width: 100%;
      max-width: 450px;
      border-radius: 16px;
      box-shadow: 0 6px 32px 0 #0a0a2050;
      object-fit: cover;
      background: #0c0c19;
      border: 2px solid #2a2a40;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .faq-row {
        flex-direction: column;
        align-items: center;
        gap: 36px;
      }
      .faq-accordion-wrapper {
        max-width: 100%;
      }
    }
    @media (max-width: 640px) {
      .faq-section {
        padding: 48px 8px;
      }
      .faq-title {
        margin-bottom: 32px;
        font-size: 2rem;
      }
      .accordion-button {
        font-size: 1rem;
        padding-left: 14px !important;
        padding-right: 14px !important;
      }
      .accordion-body {
        padding: 12px 14px 14px 36px;
        font-size: 0.92rem;
      }
      .faq-image-box {
        min-width: 0;
      }
      .faq-image {
        max-width: 100%;
        border-radius: 10px;
      }
    }


.accordion-button:not(.collapsed){
    color: #ffffff!important;
}


.accordion-button{
    color: white!important;
}


.contact-section {
      
      margin: 0 auto;
      padding: 50px 15px;
      background: linear-gradient(rgb(10, 10, 18) 0%, rgb(18, 18, 30) 100%);
    }
    .contact-title {
      font-size: 56px;
      font-weight: 700;
      color: #7a5cff;
      text-align: center;
      margin-bottom: 18px;
    }
    .contact-desc {
      color: rgb(255 255 255 / 80%);
      font-size:17px;
      max-width: 1000px;
      margin: 0 auto 56px;
      text-align: center;
      line-height: 1.5;
      font-weight: 400;
    }
    .contact-cards {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .contact-card {
      background: #11111e;
      border-radius: 16px;
      border: 1px solid #252647;
      min-width: 335px;
      max-width: 440px;
      flex: 1 1 335px;
      text-align: center;
      padding: 40px 32px 32px 32px;
      box-shadow: 0 6px 32px 0 #0a0a2050;
      position: relative;
      margin-bottom: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .contact-icon {
      display: flex;
      align-items: center;
      justify-content: center;
        width: 63px;
        height: 63px;
      border-radius: 50%;
      margin-bottom: 30px;
      font-size: 2.8rem;
      background: rgba(122,92,255,0.07);
      border: 1.7px solid #5577ca48;
      color: #6285fd;
      transition: background 0.2s;
    }
    .contact-card h3 {
      margin-top: 0;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      margin-bottom: 16px;
    }
    .contact-card p {
      margin: 0 0 14px;
      font-size: 14px;
      color: #d3d6f6;
      font-weight: 400;
    }
    .contact-card a, .contact-card .contact-link {
      color: #4776ff;
      font-weight: 700;
      text-decoration: none;
      font-size:14px;
      transition: color 0.2s;
      word-break: break-all;
      display: inline-block;
    }
    .contact-card a:hover, .contact-card .contact-link:hover {
      color: #7a5cff;
      text-decoration: underline;
    }
    .contact-card .contact-link.purple {
      color: #9067e6;
      font-size: 14px;
      margin-top: 6px;
    }
    @media (max-width: 992px) {
      .contact-cards {
        flex-direction: column;
        gap: 22px;
      }
      .contact-card {
        min-width: 0;
        max-width: 100%;
        margin-bottom: 0;
      }
      .contact-section {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    @media (max-width: 600px) {
      .contact-title {
        font-size: 2rem;
      }
      .contact-desc {
        font-size: 1rem;
        margin-bottom: 38px;
      }
      .contact-card {
        padding: 28px 10px 22px 10px;
      }
      .contact-icon {
        font-size: 2.1rem;
        width: 62px;
        height: 62px;
        margin-bottom: 18px;
      }
    }


 


    .form-title {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 20px;
      color: #333;
    }
    .form-control {
      border-radius: 0;
      margin-bottom: 15px;
    }
    .btn-purple {
      background-color: #6f42c1;
      color: #fff;
      border: none;
      padding: 10px 20px;
    }
    .btn-purple:hover {
      background-color: #5a34a0;
    }
    .map-container iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 8px;
    }
    .map-container {
      height: 450px;
    }


form .form-control{
    background-color: rgb(30 30 45 / 50%);
    border: 1px solid #292948;
    color: white!important;
}
form .form-control:focus{
    background-color: rgb(30 30 45 / 50%);
    border: 1px solid #292948;
}
form .form-control::placeholder{
    color: rgb(255 255 255 / 70%)!important;
}


.about-section1 {
      background-color:#0d0b16;
      padding: 60px 0;
    }

    .about-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .about-content {
      flex: 1 1 50%;
      padding-right: 30px;
    }

    .about-content h2 {
      font-size: 52px;
      font-weight: 700;
      color: #333;
      margin-bottom: 20px;
    }

    .about-content p {
          font-size: 1.1rem;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 30px;
    }

    .about-stats {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .stat-box {
      background-color: #0f0f1b;
    color: #6f42c1;
    padding: 20px;
    border-radius: 8px;
    min-width: 120px;
    text-align: center;
    flex: 1;
    border: 1px solid #212139;
    }

    .stat-box h4 {
      font-size: 1.5rem;
      margin-bottom: 5px;
    }

    .stat-box p {
      margin: 0;
      font-size: 1rem;
    }

    .about-image {
      flex: 1 1 45%;
      text-align: center;
    }

    .about-image img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
    }

    @media (max-width: 768px) {
      .about-wrapper {
        flex-direction: column;
      }

      .about-content {
        padding-right: 0;
        margin-bottom: 30px;
      }
    }


    .nav_tabs .custom-tabs {
        display: flex;
        gap: 20px;
        justify-content: center;
       
    }

      
     .nav_tabs .nav-link {
            border: 1px solid #9162ff;
            border-radius: 50px;
            padding: 10px 35px;
            font-weight: 600;
            font-size: 14px;
            color: #d8d8e4;
            background: rgb(255 255 255 / 0%);
            transition: all 0.3s;
    }

     
    .nav_tabs .nav-link.active {
        background: linear-gradient(135deg, #7136ff, #a077ff);
        color: #fff;
        box-shadow: 0 0 20px #7b5cffb0;
    }

     
    .nav_tabs .nav-link:hover {
        color: #fff;
    }

     
    .nav_tabs .content-box {
        background: #0B0B17;
        padding: 50px;
        border-radius: 20px;
        margin: 70px auto;
        width: 85%;
        border: 1px solid rgba(255,255,255,0.05);
    }

    .nav_tabs .content-box h3 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 25px;
        color: white;
    }

    .nav_tabs .content-box p {
        font-size: 18px;
        line-height: 1.7;
        color: #d0d0e0;
    }


.nav_tabs{
    background: #0a0a12;
}



.llm-section {
    background-color: #0b0c16;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Title styling */
.llm-section .llm-title {
    color: #b388ff;
    font-weight: 700;
    font-size: 3rem;
}

/* Subtitle */
.llm-section .llm-subtitle {
    color: #cfcfe6;
    font-size: 1rem;
    margin-top: 10px;
}

/* Headings inside the feature rows */
.llm-section .llm-heading {
    color: #6f8cff;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* Feature rows spacing */
.llm-section .llm-feature-row {
    margin-bottom: 80px;
}

/* Check items */
.llm-section .llm-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.llm-section .llm-check-icon {
    font-size: 1.4rem;
    margin-right: 12px;
    color: #7a5cff;
}

.llm-section .llm-check-item p {
    margin: 0;
    color: #d3d3e7;
    font-size: 1rem;
}

/* Images */
.llm-section .llm-img {
    border-radius: 12px;
    
}

/* Right section text */
.llm-section .llm-desc {
    color: #d3d3e7;
    font-size: 1rem;
    line-height: 1.6;
}


/* Section Background */
.ai-services {
    background: #0b0c17;
    padding: 80px 0;
    color: #fff;
    font-family: "Inter", sans-serif;
}

/* Title */
.ai-services__title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #7a85ff;
    margin-bottom: 50px;
}

/* Service Cards */
.ai-card {
    background: #0f1022;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(122, 133, 255, 0.2);
    transition: 0.3s;
}

.ai-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 20px rgba(122, 133, 255, 0.5);
}

.ai-card__img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.ai-card__content {
    padding: 20px;
}

.ai-card__title {
    font-size: 20px;
    color: #9b7cff;
    margin-bottom: 10px;
    font-weight: 600;
}

.ai-card__desc {
    font-size: 15px;
    color: #c7c8d9;
}

/* Expertise Section */
.ai-expertise {
    margin-top: 90px!important;
}

.ai-expertise__title {
    font-size: 32px;
    color: #7a85ff;
    margin-bottom: 25px;
}

.ai-expertise__list {
    margin-top: 10px;
}

.ai-expertise__item {
    padding: 10px 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    color: #d9d9e7;
}

.ai-expertise__item::before {
    content: "✔";
    color: #8e5dff;
    font-weight: 700;
    margin-right: 10px;
}

.ai-expertise__img img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(122, 133, 255, 0.3);
    
}

/* SECTION BACKGROUND */
.cta{
    background: #0a0a12;
}
.cta-section {
    padding: 60px 0;
}

/* MAIN BOX */
.cta-box {
    background: #0d0d1a;
    border: 1px solid #242446;
    border-radius: 25px;
    max-width: 1200px;
    
}

/* TITLE */
.cta-box .cta-title {
    font-size: 48px;
    font-weight: 700;
    color: #b08cff;
}

/* DESCRIPTION */
.cta-box .cta-text {
    font-size: 20px;
    color: #cfcfe9;
}

/* BUTTON */
.cta-box .cta-btn {
       background: linear-gradient(90deg, #8e68ff, #6e3bd3);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 0 25px rgba(150, 100, 255, 0.6);
    transition: all 0.3s 
ease;
}

/* BUTTON HOVER */
.cta-box .cta-btn:hover {
    box-shadow: 0 0 35px rgba(150, 100, 255, 0.9);
    transform: translateY(-3px);
    color: #fff;
}

/* Section Background */
.annotation-section {
    background: #050513;
    padding: 80px 0;
}

/* Parent → child styling */
.annotation-section .annotation-block {
    padding: 40px 0;
}

/* Images */
.annotation-section .annotation-image {
    border-radius: 10px;
    
}

/* Titles */
.annotation-section .annotation-title {
    font-size: 26px;
    font-weight: 700;
    color: #6f58ff; /* neon purple */
    margin-bottom: 15px;
}

/* Paragraphs */
.annotation-section .annotation-para {
    color: #cfcfe6;
    line-height: 1.7;
    font-size: 15px;
}



.data-annot-section {
  background: #08090c;
}

/* -------- TITLE -------- */
.data-annot-section .da-title {
  font-size: 52px;
  font-weight: 700;
  color: #a58bff;
}

/* -------- SUBTITLE -------- */
.data-annot-section .da-subtitle {
  color: #d1d1d1;
  max-width: 750px;
  margin: 0 auto;
  font-size: 20px;
}

/* -------- CARD DESIGN -------- */
.data-annot-section .da-card {
  background: #11111e;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  border: 1px solid rgba(165, 139, 255, 0.18);
   
  transition: 0.3s ease;
}

.data-annot-section .da-card:hover {
  box-shadow: 0px 0px 40px rgba(165, 139, 255, 0.35);
  transform: translateY(-5px);
}

/* -------- CARD TITLE -------- */
.data-annot-section .da-card-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* -------- CARD TEXT -------- */
.data-annot-section .da-card-text {
  color: #c9c9c9;
  line-height: 1.6;
}

/* Fully Responsive Adjustments */
@media (max-width: 576px) {
  .data-annot-section .da-title {
    font-size: 36px;
  }
  .data-annot-section .da-subtitle {
    font-size: 16px;
  }
}



.blog_detail{
    background: #0f0f0f;
}
.blog_detail img{
    margin-bottom: 20px;
}
.blog-container {
padding: 40px 0;
}
.blog-left {
background: #1a1a1a;
padding: 30px;
border-radius: 12px;
}
.blog-right {
background: #1a1a1a;
padding: 20px;
border-radius: 12px;
}
 
.sidebar-box {
background: #262626;
padding: 15px;
border-radius: 10px;
margin-bottom: 20px;
}
 
.blog_detail h6{
    color: white;
}

.blog_detail ul li{
    color: white;
}
.blog_page{
    background: #0f0f0f;
}
.card{
    background: black;
}
.blog_page .blog-card {
        background: #1a1a1a;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        transition: 0.3s;
    }
    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    }
    .blog-card img {
        height: 220px;
        object-fit: cover;
    }
    .blog-card .card-body p {
        color: #fff!important;
    }
.card-title{
    color: white!important;
}

/* On mobile spacing */
@media (max-width: 992px) {
    .annotation-block {
        text-align: center;
    }

    .annotation-section .annotation-image {
        margin-bottom: 25px;
    }
}


@media(max-width:992px){
     
    .primary_header .responsive_display{
        display: block;
    }
    .primary_header .navbar-nav .dropdown:hover> .dropdown-menu{
        width: 100%;
    }
     
}
@media(max-width:768px){
    
    .primary_header .navbar-brand img{
        width:160px;
    }
  
    .bottom_footer .bottom_wrapper {
        display: inline-block!important;
    }
    .bottom_footer .social_links{
        margin-top: 20px;
    }
    
    .primary_header .navbar-collapse {
            position: relative;
            padding: 36px 0px;
            text-align: right;
            width: 100%;
    }
   
}

@media(max-width:525px){
     
    .bottom_footer .logo_box img {
        width: 43%;
        margin: 20px 0px;
    }
    .bottom_footer .logo_box{
        text-align: center;
    }
    
    .bottom_footer .copyright{
        display: block;
    }
    
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
     
    
}






