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

.header .navbar{
    border-bottom: 1px solid rgba(236, 236, 236, 1);
    padding: 12px 15px;
}
/* .collapse .navbar-nav li{
    margin: 0px 10px;
} */
.collapse .navbar-nav li a{
    color: rgba(46, 46, 46, 1);
}
a.btn{
    background: rgba(14, 85, 239, 1);
    color: #fff;
    padding: 8px 30px;
    border: 1px solid rgba(14, 85, 239, 1);;
    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: rgba(14, 85, 239, 1);
    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: #007bff;
    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: #007bff;
    color: #ffffff;
    border-left-color: #0056b3;
  }
  
  .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: rgba(14, 85, 239, 1);
    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: rgba(14, 85, 239, 1);
        color:#fff;
  }
  .contact_form_box label{
    color:rgba(78, 78, 78, 1);
    font-size: 14px;
  }
  .icon_box {
    font-size: 24px;
    margin-right: 15px;
    color: #007bff;
  }
  
  .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: rgba(14, 85, 239, 1);
  }
  
  /* 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: #007bff;
    font-size: 14px;
    font-weight: 500;
  }
  
  .our_team_desc {
    font-size: 14px;
    color: #555;
  }

  .our_team_highlight {
    border: 2px solid #007bff;
  }
  
  .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 #007bff;
  }
  
  .career_badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #007bff;
    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: #007bff;
    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:#4a63e7;
    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:#4a63e7;
    margin-bottom:15px;
  }
  
  .thanku p{
    color:#555;
    font-size:16px;
    margin-bottom:30px;
  }
  
  .thanku a{
    display:inline-block;
    padding:12px 30px;
    background:#4a63e7;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
  }
  
  .thanku a:hover{
    background:#364bd6;
  }
  /* 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 */