/*
Theme Name: TPM
Theme URI: https://example.com/my-custom-theme
Author: Your Name
Author URI: https://example.com
Description: Basic custom theme
Version: 1.0
License: GPL v2
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color:#888
}
.site-header {
    background: #333;
    color: white;
    padding: 1em;
}
/* Add more CSS */

.top-30 {
    top: 30%;
  }
.text-blue{
    color: #004188;
}
.bg-blue{
  background-color: #004188;
}
.text-orange{
    color: #e87737;
}

  .btn-bg{
    background: #e87737;
    padding: 12px 22px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    border: 0;
  }

  .right-before-border{
    position: relative;
  }
  .right-before-border:after{
    position: absolute;
    width: 2px;
    height: 100%;
    content:"";
    top:0;
    right: 0;
    background-color: #e87737;
  }


  .team-section {
    background: #fff;
  }
  
  .team-slider {
    scroll-behavior: smooth;
  }
  
  .team-card {
    min-width: 25%;
  }
  
  .team-img {
    width: 100%;
    border-radius: 12px;
  }
  
  .designation {
    color: #f47c20;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .team-icons a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: #555;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    text-decoration: none;
    font-size: 16px;
  }
  
  .team-icons a:hover {
    background: #f47c20;
  }
  
  .team-nav {
    position: absolute;
    top: 40%;
    background: none;
    border: none;
    font-size: 30px;
    color: #1f3c88;
    z-index: 10;
  }
  
  .team-nav.prev {
    left: -40px;
  }
  
  .team-nav.next {
    right: -40px;
  }
  
  .footer-list{
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .footer-list li{
    list-style-type: none;
padding-bottom: 5px;
  }
  .footer-list li a{
    color:#777;
    text-decoration: none;
    font-size: 16px;
  }
  .footer-list li::marker{
    list-style-type: none;
    content: "";

  }
.subscribe-form input{
  padding: 8px 15px;
}
  .subscribe-form .subscribe-submit.wpcf7-submit{
    border: 0px;
    padding: 10px 20px;
    background: #e87637;
    color: #fff;
    width: 100%;
  }

  .dropdown-toggle::after{
    display: none;
  }

  .team-box-size{
    width: 300px;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 3px 7px #818181;
  }

 .inner-title-bg{  background-image: url(https://www.tpm.in/wp-content/uploads/2026/02/title-bnr.png);
  height: 300px;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .inner-title-bg h1{
    color: #0e61c7;
  }

  .section-padding{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rounded-4.shadow-lg img{
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  }
.inner-title-bg h1{
  font-weight: 600;
}
.career-div {
  background-image: linear-gradient(45deg, #051f3d, #1062c6);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 1px 2px 12px;
}
.career-div h3{
  color:#fff;
  font-size: 24px;
}
.career-div label, .career-div label input, .career-div label select{
  width: 100%;
 }
 .career-div label{
  color: #ff9b63;
 }
.career-div label input, .career-div label select{
  height: 40px;
}

li.menu-item-has-children:hover ul.dropdown-menu {
display: block;
}