.header .navbar .navbar-brand img{
  width: 115px;
  margin-right: 10px;
}

.header .navbar{
    border-bottom: 1px solid rgba(236, 236, 236, 1);
    padding: 3px 15px;
}
/* .collapse .navbar-nav li{
    margin: 0px 10px;
} */
.collapse .navbar-nav li a{
    color: rgba(46, 46, 46, 1);
}
a.btn{
    background: #061429;
    color: #fff;
    padding: 8px 30px;
    border: 1px solid #061429;
    font-size: 16px;
}
body{
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto !important;
}
p{
    color: rgba(78, 78, 78, 1);
}
h1.main_heading{
    font-weight: 700;
    line-height: 58px;
    font-size: 44px;
    
}

.banner{
    background: rgba(243, 247, 255, 1);
}

.banner .banner_left_side h1 span{
    color: rgba(14, 85, 239, 1);
}

.banner .banner_left_side a.btn{
    margin-top: 25px;
}


.what_we_do .info_box{
    background-color: #061429;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.what_we_do .info_box p {
    color: #fff;
}

.what_we_do .what_we_do_right_side_content{
    padding-left: 30px;
}

/* what_we_do_boxs */

/* service_box */
  
  .service_box {
    height: 100%;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 6px;
    text-align: left;
  }
  
  .service_box h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
  }
  
  .what_we_do_box .icon img {
    max-width: 60px;
  }

  .our_services {
    background-color: rgba(243, 247, 255, 1);
  }
  
  
  .section_para {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .service_box {
    background: #ffffff;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
  }
  
  .service_box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
  }
  

  
/* whom_we_serve */
.navbar-collapse .navbar-nav .nav-item{
  margin-right: 15px;
}

.whom_we_serve {
    background: rgba(243, 247, 255, 1);
  }

  .whom_we_serve .serve_tabs_wrapper{
    justify-content: center;
  }
  
  .serve_tabs_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 14px;
  }
  
  .serve_tab {
    background: rgba(233, 240, 255, 1);
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap; 
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .serve_tab:hover {
    background: #061429;
    color: #ffffff;
  }
  

  .whom_we_serve {
    background-color: #ffffff;
  }
  

  /* technologies_we_use */

  .technologies_we_use {
    background: rgba(243, 247, 255, 1);
  }

  /* Left Tabs */
  .tech_categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .tech_tab {
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border-left: 4px solid transparent;
  }
  
  .tech_tab.active,
  .tech_tab:hover {
    background: #061429;
    color: #ffffff;
    border-left-color: #061429;
  }
  
  .tech_info {
    font-size: 14px;
    color: #555;
  }

  
  /* Content Switching */
  .tech_content {
    display: none;
  }
  
  .tech_content.active {
    display: block;
  }
  



/* faq */

  .faq_section {
    background: #fff;
  }
  

  .faq_item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  
  .faq_question {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
  }
  
  .faq_question .icon {
    font-size: 20px;
    font-weight: bold;
  }
  
  .faq_answer {
    display: none;
    padding: 0 20px 15px;
    font-size: 14px;
    color: #555;
  }
  
  .faq_item.active .faq_answer {
    display: block;
  }
  
  .faq_item.active .icon {
    transform: rotate(45deg); /* + to × */
  }
  

  /* get_in_touch */

  .get_in_touch {
    background: #061429;
    color:rgba(245, 245, 245, 1);
    padding: 70px 0px;
  }
  
 
  .get_in_touch .section_para {
    color: rgba(245, 245, 245, 1);
  }
  
  /* Left Info */
  .contact_info_row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .contact_form_box .form-group .form-control{
    border: 1px solid rgba(245, 245, 245, 1);
    border-radius: 5px;

  }
  .contact_form_box .btn{
        background-color: #061429;
        color:#fff;
  }
  .contact_form_box label{
    color:rgba(78, 78, 78, 1);
    font-size: 14px;
  }
  .icon_box {
    font-size: 24px;
    margin-right: 15px;
    color: #061429;
  }
  
  .text_box h5 {
    margin-bottom: 5px;
    color: rgba(245, 245, 245, 1);
  }
  
  .text_box p {
    margin: 0;
    color: rgba(245, 245, 245, 1);
    font-size: 14px;
  }
  .text_box p a{
    color: rgba(245, 245, 245, 1);
  }
  
  /* Form */
  .contact_form_box {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  
.contact_form_box h3{
    color:#000;
}
  /* footer */

  .footer {
    background: #000000;
    color: #cccccc;
    padding: 60px 0 20px;
  }
  
  .footer h5 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer ul li {
    margin-bottom: 10px;
  }
  
  .footer ul li a {
    color: rgba(236, 236, 236, 1);
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer ul li a:hover {
    color: #d4a017;
  }
  .btn-primary:hover{
    background: #d4a017 !important;
  }
  /* Bottom Row */
  .footer_bottom {
    border-top: 1px solid #333333;
    padding-top: 20px;
    margin-top: 30px;
  }
  
  .footer_logo {
    max-width: 120px;
  }
  
  /* Social Icons */
  .social_icon {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: #cccccc;
    text-decoration: none;
  }
  
  .social_icon:hover {
    color: #ffffff;
  }
  .footer_bottom .logo-footer{
    color: rgba(236, 236, 236, 1);
  }
  .footer_bottom .logo-footer img{
    width: 150px;
    margin-right: 10px;
  }



  /* our team page css */

  .our_team_banner {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    padding: 80px 0;
    color: #fff;
  }
  
  .our_team_title {
    font-size: 40px;
    font-weight: 700;
  }
  
  .our_team_subtitle {
    max-width: 700px;
    margin: auto;
    color: #fff;
  }
  
  .our_team_section {
    padding: 70px 0;
  }
  
  .our_team_light {
    background: #f8f9fa;
  }
  
  .our_team_heading h2 {
    font-weight: 700;
  }
  
  .our_team_card {
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 8px;
    height: 100%;
    transition: 0.3s;
  }
  
  .our_team_card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
  }
  
  .our_team_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }
  
  .our_team_role {
    color:#061429;
    font-size: 14px;
    font-weight: 500;
  }
  
  .our_team_desc {
    font-size: 14px;
    color: #555;
  }

  .our_team_highlight {
    border: 2px solid #061429;
  }
  
  .our_team_all_internships {
    margin-top: 20px;
  }
  
  .our_team_tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .our_team_tag {
    padding: 8px 16px;
    margin: 6px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    background: #fff;
  }
  
  
  /* our team page css */



  /* career page ccss */
  .career_bg {
    background: #f8f9fb;
    padding: 70px 0;
  }
  
  .career_header h1 {
    font-size: 38px;
    font-weight: 700;
  }
  
  .career_header p {
    color: #666;
    max-width: 700px;
    margin: 10px auto 40px;
  }
  
  .career_why_box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 60px;
  }
  
  .career_feature {
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .career_block {
    margin-bottom: 60px;
  }
  
  .career_title {
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  .career_card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    position: relative;
    transition: all 0.3s ease;
  }
  
  .career_card:hover {
    transform: translateY(-6px);
  }
  
  .career_highlight {
    border-top: 4px solid #061429;
  }
  
  .career_badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #061429;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
  }
  
  .career_other h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  
  .career_tags {
    display: flex;
    flex-wrap: wrap;
  }
  
  .career_tag {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 18px;
    border-radius: 25px;
    margin: 6px;
    font-size: 14px;
  }
  
  .career_apply {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  }
  
  .career_note {
    color: #777;
    font-size: 14px;
  }
  

  /* career page css */


  /* contact page css */
  .contact_section {
    padding: 70px 0;
  }
  
  .contact_title {
    font-weight: 700;
  }
  
  .contact_subtitle {
    max-width: 600px;
    margin: auto;
    color: #666;
  }
  
  .contact_info {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
  }
  
  .contact_info_item {
    align-items: flex-start;
  }
  
  .contact_icon {
    font-size: 22px;
    color: #061429;
    margin-right: 15px;
    margin-top: 5px;
  }
  
  .contact_text h6 {
    margin-bottom: 5px;
    font-weight: 600;
  }
  
  .contact_form_box {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  }
  
  .contact_form_title {
    font-weight: 600;
  }
  
  .contact_btn {
    padding: 12px;
    font-weight: 600;
  }
  

  /* contact page css */


  /* no page found css */



  .nopagefound{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  
  .nopagefound .box{
    background:#fff;
    padding:60px 40px;
    border-radius:12px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
  }
  
  .nopagefound .code{
    font-size:120px;
    font-weight:700;
    color:#061429;
    margin:0;
  }
  
  .nopagefound h2{
    margin:10px 0;
  }
  
  .nopagefound p{
    color:#666;
  }
  /* no page found css end */

  /* thank you css */
  .thanku{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  
  .thanku_box{
    background:#ffffff;
    padding:60px 40px;
    border-radius:12px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
    max-width:500px;
    width:100%;
  }
  
  .thanku h1{
    font-size:48px;
    color:#061429;
    margin-bottom:15px;
  }
  
  .thanku p{
    color:#555;
    font-size:16px;
    margin-bottom:30px;
  }
  
  .thanku a{
    display:inline-block;
    padding:12px 30px;
    background:#061429;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
  }
  
  .thanku a:hover{
    background:#061429;
  }
  /* thank you css */

  /* internship_page */
  .internship_page{
    padding: 80px 0;
    background:#f5f7ff;
  }
  
  .internship_card{
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
  }
  
  .internship_card h1{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
  }
  
  .internship_card p{
    color:#666;
    margin-bottom:30px;
  }

  /* internship_page */


  /* services page */
  
  .seo-services {
    padding: 60px 20px;
    background: #f8f9ff;
  }
  
.seo-services-list{
  padding-top: 50px;
}
  
  .seo-services h2 {
    margin-bottom: 15px;
    color: #222;
  }
  
  .seo-services p {
    color: #555;
    line-height: 1.6;
  }

  .seo-process, .seo-why{
    padding-top: 50px;
  }
  
  /* GRID */
  .seo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  /* CARD */
  .seo-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: 0.3s;
  }
  
  .seo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  

  .seo-why ul {
    list-style: none;
    padding: 0;
  }
  
  .seo-why li {
    margin-bottom: 10px;
  }
  

  .seo-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .seo-step {
    flex: 1 1 150px;
    background: #061429;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
  }

    /* services page */



    /* career banner */
    .careernewbanner {
      background: #000;
      padding: 120px 0;
      color: #fff;
      position: relative;
      overflow: hidden;
  }
  
  .careernewbanner-content {
      max-width: 700px;
  }
  
  .careernewbanner-tag {
      display: inline-flex;
      align-items: center;
      padding: 12px 24px;
      border: 1px solid #061429;
      border-radius: 50px;
      background: rgba(98, 84, 255, 0.08);
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 30px;
  }
  
  .careernewbanner-content h1 {
      font-size: 52px;
      line-height: 1.05;
      font-weight: 800;
      margin-bottom: 30px;
      letter-spacing: -2px;
  }
  
  .careernewbanner-content h1 span {
      display: block;
      color: #2ee6c5;
  }
  
  .careernewbanner-content p {
      font-size: 18px;
      line-height: 1.7;
      color: rgba(255,255,255,0.75);
      margin-bottom: 45px;
      max-width: 650px;
  }
  
  .careernewbanner-btns {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
  }
  
  .careernewbanner-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      height: 65px;
      padding: 0 35px;
      border-radius: 18px;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      transition: all 0.3s ease;
  }
  

  
  @media (max-width: 991px) {
      .careernewbanner {
          padding: 80px 0;
      }
  
      .careernewbanner-content h1 {
          font-size: 52px;
      }
  
      .careernewbanner-content p {
          font-size: 18px;
      }
  }
  
  @media (max-width: 767px) {
      .careernewbanner-content h1 {
          font-size: 34px;
      }
  
      .careernewbanner-btns {
          flex-direction: column;
      }
  
      .careernewbanner-btn {
          width: 100%;
      }
  }

    /* career page */

 .careernewjobs{
      background:#fff;
      padding:100px 0;
  }
  
  .careernewjobs-head{
      display:flex;
      justify-content:space-between;
      gap:40px;
      align-items:flex-start;
      margin-bottom:50px;
  }
  
  .careernewjobs-title h2{
      color:#061429;
      font-size:42px;
      font-weight:800;
      margin-bottom:10px;
  }
  
  .careernewjobs-title p{
      color:#8c95b2;
      font-size:20px;
  }
  
  .careernewtabs{
      display:flex;
      gap:15px;
      flex-wrap:wrap;
  }
  
  .careernewtab{
    border: none;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
  }
  
  .careernewtab.active{
      background:#b1b8c3;
  }
  .careernewbanner-btns a.btn:hover{
    background: #5abeac;
    color: #fff;
  }
  
.careernewjobs-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.careernewjobs-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

  .careernewjob-card{
      background:linear-gradient(
          180deg,
          #000 0%,
          #000 100%
      );
      border:1px solid rgba(255,255,255,.08);
      border-radius:30px;
      padding:20px;
      min-width:0;
      width:100%;
      box-sizing:border-box;
  }
  
  .careernewjob-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      margin-bottom:25px;
  }
  
  .careernewjob-icon{
      width:45px;
      height:45px;
      border-radius:16px;
      background:#0b2734;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#1be8d2;
      font-size:24px;
  }
  
  .careernewjob-count{
      border:1px solid rgba(255,255,255,.1);
      color:#fff;
      padding:8px 18px;
      border-radius:30px;
      font-size: 14px;
  }
  
  .careernewjob-card h3{
      color:#fff;
      font-size:18px;
      line-height:1.3;
      margin-bottom:15px;
  }
  
  .careernewjob-tags{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:25px;
  }
  
  .careernewjob-tags span{
      background:#0d1938;
      color:#b7c2df;
      padding:8px 15px;
      border-radius:10px;
  }
  
  .careernewjob-tags em{
      color:#7f89a7;
      font-style:italic;
  }
  
  .careernewjob-desc{
      color:#9ba5c2;
      line-height:1.8;
      margin-bottom:25px;
  }
  
  .careernewjob-note{
      background:#030c1e;
      border-radius:18px;
      padding:15px;
      margin-bottom:30px;
  }
  
  .careernewjob-note small{
      display:block;
      color:#7e879f;
      margin-bottom:10px;
  }
  
  .careernewjob-note strong{
      color:#ffc82c;
      font-weight:500;
      font-size: 14px;
  }
  
  .careernewjob-footer{
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  
  .careernewjob-footer span{
      color:#7f89a7;
      display:block;
      margin-bottom:5px;
      font-size: 12px;
  }
  
  .careernewjob-footer h4{
      color:#27e1af;
      font-size:18px;
      margin:0;
  }
  
  .careernewapply-btn{
      background:#061429;
      color:#fff;
      text-decoration:none;
      padding:10px 20px;
      border-radius:16px;
      font-weight:600;
      text-decoration: none;
  }
  .careernewapply-btn:hover{
    color:#061429;
    background: #fff;
  }
  
  @media(max-width:1200px){
      .careernewjobs-grid{
          grid-template-columns:repeat(2,1fr);
      }
  }
  
  @media(max-width:768px){
  
      .careernewjobs-head{
          flex-direction:column;
      }
  
      .careernewjobs-title h2{
          font-size:40px;
      }
  
      .careernewjobs-grid{
          grid-template-columns:1fr;
      }
  
      .careernewjob-footer{
          flex-direction:column;
          align-items:flex-start;
          gap:20px;
      }
  }


  


  /* ssr css */
.ssrbanner-item{
  height: 100%;
}
.ssrbanner-item img{
    width:100%;
    height: 100%;
 }
 
 /* Slick dots */
 
 .ssr-banner-slider .slick-dots{
    bottom:25px;
 }
 
 .ssr-banner-slider .slick-dots li button:before{
    color:#fff;
    font-size:12px;
 }
 .ssr-banner-slider .slick-dots li button{
  width: 15px;
  height: 15px;
 }
 .ssr-banner-slider .slick-dots li button:before{
  content: '' !important;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  opacity: 1 !important;
  font-size: 0px;
  border-radius: 50px;
 }
 .ssr-banner-slider .slick-dots li.slick-active button{
  background:#fff !important;
  border-radius: 50px;
  
  }
  .ssrbanner-item{
    position: relative;
  }
  .ssrbanner-item::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
}
 

@media(max-width:767ppx){
  section.what_we_do.py-5 {
    padding-top: 20px !important;
}
}
 /* Responsive */
 

 
 