/*************************************New css for T MECH ************************/
.get_in_btn1 {
    background: #ed1c24;
    color: #fff;
}
.get_in_btn1 {
    background: #ed1c24;
    color: #fff;
    padding: 10px 26px !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.get_in_btn1:hover,
.get_in_btn1:focus {color: #fff;}
.get_in_btn1 img{
    max-width: 14px;
    position: relative;
    bottom: 1px;
}
.mainmenu .brand a.navbar-brand {
    margin-right: 0;
    padding-right: 15px;
    border-right: 2px solid #ebebeb;
}
.sea-btn.play_btn_1 {
    position: relative;
    display: inline-block;
    padding: 16px 21px;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    background-color: #ed1c24;
    border: none;
    border-radius: 100px;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 20px;
}
.sea-btn.play_btn_1 img {
    max-width: 20px;
}
.main_head_3 {
	font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border-bottom: 0;
    border-left: 0;
    padding: 0;
    color: #001659;
}
.main_head_3 span {
    position: absolute;
    right: 8%;
    color: #ed1c24;
    bottom: 15px;
}
.quality_pdng {padding-bottom: 85px;}
.cate_g_list {padding: 0;}
.cate_g_list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 21px;
    font-size: 15px;
    margin-bottom: 7px;
}
.cate_g_list img {
    position: absolute;
    left: 0;
    top: 6px;
    max-width: 15px;
}
.category_box {margin: 0;}
.category_box .feature-item {
    margin: 0;
    border-radius: 0;
    padding-left: 26%;
}
.category_box .c_left_icon {
    margin: 0;
    position: absolute;
    left: 8%;
    top: 20%;
}
.category_box .c_left_icon img{
    max-width: 40px;
}
.category_box .sub_head_3 {
    margin: 0;
    color: #021659;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: "Unbounded", sans-serif !important;
}
.read-more {
    color: #ed1c24;
    text-decoration: none;
    border: none;
    background: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
  }
  
  .read-more:hover {
    color: #000;
    text-decoration: none;
  }
  
  .read-more i {
    margin-left: 6px;
    color: #021659;
    transition: transform 0.3s ease;
  }
  
  .read-more:hover i {
    transform: translateX(4px);
  }
.why-choose-sec.cate_bp_1 {padding-bottom: 140px !important;}
.bg_white_c {background: #fff !important;}
.our_strength {
    margin: 0;
    position: relative;
    margin-top: -130px;
    margin-bottom: -130px;
}
.our_strength {
    padding: 60px 0;
    text-align: left;
  }
  
  .our_strength .counter-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ededed;
    width: 2px;
    height: 50%;
  }
  
  .our_strength .counter-box.no-border:after {
    display: none;
  }
  
  .our_strength .counter-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 45px 15px 35px;
    position: relative;
    height: 100%;
    text-align: left;
  }
  
  .our_strength .counter-left {
    flex: 1;
    text-align: left;
    padding-right: 10px;
  }
  
  .our_strength .counter-right {
    flex-shrink: 0;
    text-align: left;
    margin-left: 15px;
  }
  
  .our_strength .counter-right img {
    max-width: 50px;
  }
  
  .our_strength .counter-number {
    font-size: 3rem;
    font-weight: 700;
    color: #021659;
    margin-bottom: 5px;
    text-align: left;
  }
  
  .our_strength h4 {
    margin: 0;
    color: #021659;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: "Unbounded", sans-serif !important;
    text-align: left;
  }
  
  .our_strength .main_para_1 {
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.6rem;
    color: #555555 !important;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}
  
  @media (max-width: 767px) {
    .our_strength .counter-box {
      border-right: none;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
    }
    .our_strength .counter-content {
      flex-direction: row;
    }
  }

  .our_clients {padding: 160px 0 80px;background: #011659;}
  .clients_logo {
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .5%;
  }
  
  .clients_logo img {
    width: 100%;
    height: auto;
    display: block;
  }

  .get_in_btn2 {
    background: #ed1c24;
    color: #fff;
    padding: 16px 26px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.get_in_btn2 img{
  max-width: 15px;
  position: relative;
  bottom: 1px;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-list li {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 0;
  padding: 0;
  min-height: 60px;
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 0;
  background-color: #ed1c24;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.icon-box img {
  width: 36px;
}

.content {
  font-size: 18px;
  color: #011659;
  text-align: left;
  flex: 1;
}
.who_we_1.why_choos_w {
  padding-bottom: 8rem;
}
.our_strength.home_cnt_bg .bg_white_c {background: #f5f7fa !important;}
.our_strength.home_cnt_bg .counter-content {padding: 30px 15px 30px;}
.our_strength.home_cnt_bg {
  margin-top: -110px;
  margin-bottom: -110px;
}
.our_strength.home_cnt_bg h4 {
  text-transform: none;
}

.testmonial_w {
  background: url(../image/testiobg-1.jpg);
  padding: 150px 0 20px;
}
.testmonial_w .testimonial-box {
  border-radius: 15px;
  padding: 30px 20%;
  margin: 20px;
  min-height: 180px;
}

.testmonial_w .text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-style: italic;
}

.testmonial_w .name {
  font-weight: 600;
  color: #ed1c24;
  margin-bottom: 5px;
}

.testmonial_w .position {
  font-size: 15px;
  color: #555;
}

/* Arrows */
.testmonial_w .arrow-box {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ed1c24;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  z-index: 10;
}

.testmonial_w .left .arrow-box {
  left: 15px;
}

.testmonial_w .right .arrow-box {
  right: 15px;
}

.testmonial_w .arrow-box:hover {
  background: #ed1c24;
  color: #fff;
}

.certifcate_logo {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 .5%;
  padding: 0px;
}

.main_navbar .navbar .navbar-nav li .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
}
.main_navbar .navbar .navbar-nav li .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
}
.main_navbar .navbar .navbar-nav li .dropdown-menu {
      border-radius: 0;
      min-width: 220px;
}
.cate_more_b {
  padding: 14px 35px;
  color: #fff;
    font-size: 16px;
    display: inline-block;
}
.cate_more_b1 {background:#011659 ;}
.cate_more_b2 {background:#ed1c24;}
.cate_more_b3 {background:#000;}

.cate_sec_4 {
  padding: 3rem 0 2rem;
  background: #e1e1e1;
}
.text_hover .sub_head_5 {
  font-size: 1rem;
}
.prodctspage {
  background: #e1e1e1;
}
.product-listing.relatedproduct {
  background: #e1e1e1;
  margin-top: 0px;
}
.product-listing.relatedproduct .pt-product {
  text-align: left;
}


.product-listing.relatedproduct .p_l_card__item {
  background: transparent;
  border: 0px solid #ddd;
  border-radius: 0;
  overflow: hidden;
  box-shadow: inherit;
}
.cate_sec_4.projects_bg {
  padding: 0;
  background: #fff;
}
.cate_sec_4.projects_bg .text_hover {
  position: absolute;
  left: 5%;
  z-index: 99;
  width: 90%;
}
.cate_sec_4.projects_bg .text_hover .sub_head_5 {
  font-size: .7rem;
  text-align: left;
  font-weight: 400;
  color: #fff;
}
.cate_sec_4.projects_bg .cate_sec_3 .cate_a_tag {
  background: #2A7B9B;
  background: linear-gradient(180deg,rgba(42, 123, 155, 0) 34%, rgba(2, 22, 89, 0.9) 100%);
}

footer .contact_list  a {
  text-transform: none;
}
.right_contact h4 {
  color: #011659;
}
/******************  about us cars ******************************/

.iws_wrap {
	padding: 10px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.iws_wrap h2.section-title {
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	color: #333;

}
.iws_card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding:35px 15px;
	margin-bottom: 0;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	height: 100%;
}
.iws_card:hover {
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	transform: translateY(-4px);
}
.iws_card i {
	font-size: 30px;
	color: #ed1c24;
	margin-bottom: 25px;
}
.iws_card h4 {
	font-size: 1.2rem;
	margin: 6px;
	font-weight: 600;
	color: #001162;
	font-family: "Poppins", sans-serif;
}
.iws_subtitle {
	text-align: center;
	font-weight: 600;
	color: #0072bc;
	margin: 60px 0 30px;
	font-size: 22px;
	text-transform: uppercase;
}
.iws_process .iws_card i {
	color: #ed1c24;
}
/********** Download sectio  ****************/

.download_wrap {
  padding: 60px 0;
  background-color: #ffffff;
}

.download_section {
  margin-bottom: 40px;
}

.download_section h3 {
  color: #011659;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

/* Card Styling */
.download_card {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}

.download_card-body {
  padding: 25px;
}

.download_card-body h5 {
  font-size: 20px;
  color: #011659;
  margin-bottom: 15px;
}

.download_card-body p {
  color: #666;
  margin-bottom: 20px;
}

/* Download Button Styling */
.download_button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #011659;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
}

.download_button i {
  margin-right: 10px;
}

.download_button:hover {
  background-color: #ed1c24;
  transform: translateY(-2px);
}

/* Section Titles & Cards */
.section-title {
  background-color: #011659;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
}

/*******************/

.privacy-policy-section {
  background: linear-gradient(180deg, #ffffff, #f5f7fa);
}

.policy-wrapper {
  margin: auto;
}

.policy-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  border-left: 4px solid #ed1c24;
  margin-bottom: 24px;
}

.policy-card h3 {
  color: #000;
}

.policy-contact {
  background: #f8f9fa;
}

.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
}

.cookie-box {
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-link {
  color: #ed1c24;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 768px) {
  .cookie-box {
    flex-direction: column;
    text-align: center;
  }
}

/**************************************/

.thank-you-section {
  background: linear-gradient(180deg, #ffffff, #f4f6f9);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.thank-you-wrapper {
  margin: auto;
}

.thank-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  background: #ed1c24;
  color: #fff;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(237,28,36,0.3);
}

.thank-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  color: #ed1c24;
  background: #fff5f5;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link i {
  font-size: 18px;
}

.social-link:hover {
  background: #ed1c24;
  color: #ffffff;
}

.whatsapp-box {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .thank-card {
    padding: 25px;
  }

  .thank-icon {
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
}


/*****************************/

.newsroom-section {
  background: #f9f9f9;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.newsroom-header h1 {
  font-size: 2.5rem;
}

.newsroom-header p {
  font-size: 1.05rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .newsroom-header h1 {
    font-size: 2rem;
  }
  .newsroom-header p {
    font-size: 1rem;
  }
}
.blog-banner {padding: 3rem 0;}
.blog-banner h3{font-family: "Unbounded", sans-serif !important;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #021659;}
.blog-banner p{    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    color: #6c757d !important;}
/**********************************/
.news-card-main {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.news-card-main:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.news-card-main img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.news-card-main .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.news-card-main .tag {
    font-size: 0.7rem;
    font-weight: 600;
    color: #ed1c24;
    background: #fff5f5;
    padding: 3px 8px;
    border-radius: 6px;
}

.news-card-main h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 10px 0;
    color: #111;
}

.news-card-main .hide p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.news-card-main .pt-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #ed1c24;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.news-card-main .pt-btn:hover {
    background-color: #c2131a;
}
@media (max-width: 1200px) {
    .our_strength .counter-number {
        font-size: 1.5rem;
    }
    .main_head_2 {
        font-size: 1.8rem;
    }
    .main_head_1 {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .main_head_1 {
        font-size: 2rem;
    }
    .main_head_1 span {
        font-size: 1rem;
    }
    .main_head_3 {
    font-size: 2rem;
    }
    .main_head_3 span {
        position: absolute;
        right: auto;
        color: #ed1c24;
        bottom: auto;
    }
    .category_box .c_left_icon {
        margin: 0;
        position: absolute;
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
    }
    .features-box .feature-item {
        width: 100%;
    }
    .head_res_algn {
        align-items: center;
        padding: 10px;
    }
    .center_align {
        align-items: center;
    }
    .our_strength {padding: 40px 0;    margin-top: 0;
    margin-bottom: 0;}
    .our_strength .counter-content {
        padding: 5px 15px 15px;
    }
    .why-choose-sec.cate_bp_1 {
        padding-bottom: 40px !important;
    }
        .mainmenu .navbar-nav {
        margin-bottom: 0;
        padding: 11px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    .main_navbar .mainmenu .navbar-collapse {
        left: 0;
        width: 200%;
        top: 122%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        display: none;
        width: 100%;
        margin: 0;
        padding-left: 15px;
    }

    .navbar-nav .dropdown.show .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-item {
        pointer-events: auto !important;
        z-index: 9999;
    }
}
@media (max-width: 768px) {
    .news-card-main img {
        height: 180px;
    }
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .download_card-body h5 {
    font-size: 18px;
  }
  .download_button {
    width: 100%;
    text-align: center;
  }
  .video-banner .banner-content .main_para_1 {
        font-size: 13px;
        display: none;
    }
    .get_in_btn1 {
    padding: 0px 5px !important;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500 !important;
    white-space: nowrap;
}
.who_we_1.abt_who_we {
    padding: 3rem 0 2rem;
}
.features-box .feature-item.active {
    margin: 10px 0;
}
.our_clients .client_row {flex-wrap: wrap !important;}
.our_clients .client_row .clients_logo  {width: 20%;
        max-width: 20%;
        padding: 10px;}

}
@media (max-width: 657px) {
    .features-box .text-content {
        margin-top: 10px;
        text-align: left;
    }
    .content {
        font-size: 15px;
    }
    .testmonial_w .testimonial-box {
        border-radius: 15px;
        padding: 30px 12%;
    }
    .testmonial_w .text {
        font-size: 13px;
    }
    .banner-content .main_head_1 {
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
    }
    .sea-btn {
        padding: 3px 9px;
        font-size: .7rem;
    }
    .sea-btn.play_btn_1 {
        padding: 3px 10px;
        font-size: .6rem;
    }
    .sea-btn.play_btn_1 img {
        max-width: 15px;
    }
    .features-box .text-content {
        margin-top: 10px;
        text-align: left;
    }
    .video-banner .banner-content .main_head_1 span {
        font-size: 1rem;
        display: none;
    }
    .get_in_btn1 img {
        max-width: 9px;
    }
        .main_head_3 {
        font-size: 1.5rem;
    }
    .sub_head_2 {
        font-size: 1.1rem;
        margin: 0;
    }
    .contact-section {
        padding: 30px 20px;
    }
    .contact-card {
        padding: 35px 25px;
        flex: auto;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .form_bg  .form-group {
        margin-bottom: 0;
    }
    .get_in_btn2 {
        color: #fff;
        padding: 7px 26px !important;
        font-size: 13px;
        margin-top: 10px;
    }
.our_clients .client_row .clients_logo  {width: 24.5%;max-width: 24.5%;}
    .mob_mrgin_btm {margin-bottom: 10px !important;}
}