.d-flex{
 padding-left: 68px;
}
   .hero-section {
/* background-image: url('images/img/hiretalentsimg.jpg');  */
background-size: cover;
background-position: center;
height: 600px;
background-size: 110%; 
display: flex;
align-items: center;
align-items: flex-start; 
padding-top: 100px; 
}
.hero-buttons a {
margin-right: 15px; /* Adds spacing between buttons */
}
.hero-buttons a:last-child {
margin-right: 0; /* Removes margin from the last button */
}
h1 {
font-size: 50px;
font-weight: bold; 
color: #000; 
margin-left: 70px;
margin-top: 30px;

}
.btn {
padding: 15px 30px; 
font-size: 1.25rem; 
/* margin-left: 70px; */
border-radius: 40px;
margin-top: 70px;
}



.hiring-section {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #f9f9f9;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hiring-text h2 {
font-weight: bold;
color: #000;
font-size: 52px;
margin-bottom: 15px;
}
.hiring-text p {
color: #333;
font-size: 25px;
margin-bottom: 20px;
}
.hiring-button .btn {
background-color: #0d6efd; /* Blue Button */
color: white;
font-weight: bold;
padding: 13px 38px;
border-radius: 31px;
}
/* .hiring-button .btn:hover {
background-color: #0b5ed7; 
color: #fff;
} */
.hiring-image img {
max-width: 100%;
border-radius: 8px;
}
.hedfoot{
line-height: 28px;
}



.testimonials-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #000;
    color: #fff;
}

.testimonials-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.testimonial-card {
    background-color: #fff;
    color: #000;
    /* border-radius: 10px; */
    padding: 48px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.testimonial-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 25px;
    font-family: "Patrick Hand", cursive !important;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-stars {
    color: #FFBF00; /* Star color */
    text-align: center;
    font-size: 1.1rem;
}

.form-container-fluid {
/* max-width: 800px; */
/* margin: 50px auto; */
padding: 75px;
background-color: #1358a2; /* Keep consistent */
}

h1 {
text-align: left;
font-size: 2em;
margin-bottom: 20px;
}

form {
display: flex;
flex-direction: column;
}

.input-row {
display: flex;
gap: 20px;
margin-bottom: 15px;
}

.input-group {
flex: 1;
display: flex;
flex-direction: column;
}

label {
font-size: 1em;
margin-bottom: 5px;
font-weight: bold;
color: white;
}

input, textarea {
padding: 10px;
border: 1px solid transparent;
background-color: #1818185e;
border-radius: 5px;
font-size: 1em;
}
input::placeholder,
textarea::placeholder{
color: #fff;

}
textarea {
resize: none;
}

.submit-btn {
margin-top: 15px;
padding: 15px 20px;
background-color: #f6c229; /* Yellow button */
color: #000;
font-size: 14px;
border: none;
cursor: pointer;
/* border-radius: 5px; */
width: 150px;
}

.submit-btn:hover {
background-color: #e0a923;
}



.full-width-img {
width: 100%; /* Image full width of the container */
height: auto; /* Maintain aspect ratio */
display: block; /* Remove bottom space under the image */
}
.contaed {
width: 100%; /* Parent div full width */
height: 440px; /* Set fixed height for container */
display: flex; /* Center the image if needed */
justify-content: center;
align-items: center;
overflow: hidden; /* Hide any overflow content */
}

.responsive-img {
width: 100%; /* Make image width 100% */
height: 100%; /* Make image height 100% of container */
object-fit: cover; /* Prevent stretching and crop extra parts */
display: block; /* Remove extra space under the image */
}
.client-logo img{
width: 180px;
}



.client-logo {

border: 2px solid #000; /* Black border */
border-radius: 15px; /* Rounded corners */
padding: 10px; /* Add spacing inside the box */
display: flex; /* Center the image */
justify-content: center;
align-items: center;
width: 100%; /* Full width of parent container */
height: 129px; /* Fixed height for logo box */

}

.logo-img {
max-width: 100%; /* Prevents stretching */
max-height: 100%; /* Image adjusts within container */
object-fit: contain; /* Maintain aspect ratio */
border-radius: 10px; /* Rounded corners for the image itself */
}

/* hiretalents  */

.fonted{
font-size: 24px;
text-align: justify;
}
.texboxed{
padding-left: 40px;
}

.col-lg-6 img{
max-width: 100%;
height: 510px;
padding-top: 87px;
}

.clientele-section {
padding-top: 0px;
padding-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
}
.clientele-header {
    font-size: 45px;
    font-weight: bold;
}
.clientele-text {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #0066cc;
    font-size: 25px;
    padding-top: 20px;
    line-height: 35px;
}
.clientele-divider {
    width: 50px;
    height: 3px;
    background-color: black;
    margin: 15px 0;
}
.clientele-box {
    background-color: #1d3281; /* Dark Blue */
    color: white;
    padding: 20px;
    /* border-radius: 5px; */
}
.clientele-box h5 {
    text-decoration: underline;
    font-size: 25px;
    color: #fff;
}
.list-unstyled {
padding-top: 22px;
font-size: 20px;
font-weight: 800;
/* line-height: 35px; */

}
.fished{
padding: 0px;
}
/* Custom background colors for columns */
.col-bg-left {
background-color: rgb(0, 0, 0);
color: white;
}

.col-bg-right img{
/* background-color: lightblue; */
max-width: 100%;
height: 100%;
object-fit: cover;
}

/* Optional padding for better spacing */
.col-bg-left {
padding: 20px;
}
.headin{
color: #fff;
font-size: 36px;
}
.kelvin{
font-size: 20px;
line-height: 35px;
}
.contaed img{
object-fit: cover;
object-position: top;
}
.dived{
padding: 0px;
}











@media (max-width: 768px) { /* For tablets and smaller screens */
    .hero-section {
        padding: 20px; /* Reduced padding */
        height: auto; /* Adjust height for content */
        align-items: flex-start; /* Keep alignment */
    }
    .hero-section h1 {
        font-size: 21px !important; /* Adjust font size for smaller screens */
        margin-left: 10px; /* Reduce margin */
    }
    .btn {
        font-size: 1rem;
        padding: 12px 25px; /* Increased padding */
        width: auto; /* Maintain auto width */
    }
}

@media (max-width: 576px) { /* For mobile screens */
    .hero-section {
        background-size: cover; /* Cover screen proportionally */
        height: auto; /* Remove fixed height */
        padding: 10px; /* Compact padding */
        display: block; /* Stack elements vertically */
        text-align: center;
    }

    .hero-section h1 {
        font-size: 21px !important; /* Smaller font size */
        margin: 0 auto; /* Center alignment */
    }

    .btn {
        width: 90%; /* Increase width to make the buttons more prominent */
        padding: 15px 30px; /* Increased padding for larger clickable area */
        margin: 15px 0; /* Space between stacked buttons */
        font-size: 12px; /* Slightly larger text */
    }
      .d-flex{
		padding-left: 10px;
	  }
    .hero-buttons {
        flex-direction: column; /* Stack buttons vertically */
        align-items: center; /* Center align buttons */
    }

    .responsive-img {
        width: 100%; /* Full width */
        height: auto; /* Maintain aspect ratio */
        object-fit: cover;
    }
}
@media (max-width: 576px) {
    .client-logo {
        width: 100%; /* Utilize full width on mobile */
        margin-bottom: 20px; /* Add spacing between rows */
    }

    .client-logo img {
        max-width: 120px; /* Restrict size for mobile */
    }
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .hiring-section {
      flex-direction: column;
      text-align: center;
    }
  
    .hiring-text h2 {
      font-size: 2rem;
    }
  
    .hiring-text p {
      font-size: 1rem;
    }
  
    .hiring-button .btn {
      padding: 8px 16px;
      font-size: 0.9rem;
    }
  
    .hiring-image img {
      max-height: 300px;
      object-fit: cover;
    }
  }
  
  @media (max-width: 576px) {
    .hiring-text h2 {
      font-size: 1.8rem;
    }
  
    .hiring-text p {
      font-size: 0.95rem;
    }
  
    .hiring-button .btn {
      width: 100%;
      padding: 10px;
      font-size: 0.85rem;
    }
  
    .hiring-image img {
      max-height: 250px;
      object-fit: cover;
      border-radius: 50%; /* Optional for a rounded look */
    }
  }
  /* Responsive Styles for Form */
@media (max-width: 576px) {
    .form-container-fluid {
        padding: 20px; /* Adjust padding for smaller screens */
    }
    form {
        flex-direction: column; /* Stack form fields vertically */
    }
    .input-row {
        flex-direction: column; /* Make input-row stack its children */
        gap: 10px; /* Reduce gap for smaller screens */
    }
    .input-group {
        width: 100%; /* Full width for input fields */
    }
    .submit-btn {
        width: 100%; /* Make the button take full width */
    }
    label {
        font-size: 0.9em; /* Slightly smaller labels for mobile */
    }
    input, textarea {
        font-size: 0.9em; /* Adjust input font size for better fit */
        padding: 8px; /* Slightly smaller padding */
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        display: none; /* Ensure hidden initially */
    }
    .navbar-collapse.show {
        display: block; /* Display when expanded */
    }
}
@media (max-width: 768px) {
    .dropdown-menu {
        display: none; /* Hide dropdown menu by default */
    }

    .dropdown-menu.show {
        display: block; /* Show dropdown when toggled */
    }
}
@media (max-width: 768px) {
    #hireTalentButton {
        width: 170px; /* Full width on smaller screens */
        font-size: 14px; /* Reduce font size */
        padding: 8px 16px; /* Adjust padding for smaller screens */
    }
}

/* Adjust heading size for smaller screens */
@media screen and (max-width: 768px) {
    h1, h2 {
        font-size: 46px !important;
        /* line-height: 48px; */
    }
}

@media screen and (max-width: 480px) {
    h1, h2 {
        font-size: 43px;
        /* line-height: 36px; */
    }
}

@media screen and (max-width: 768px) {
    .responsive-img {
        height: 300px !important; /* Limit the height if necessary */
    }
}