.d-flex {
    padding-left: 68px;
}

.hero-section {
    /* background-image: url('images/img/baned.png'); */
    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;
}




.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: 19px;
    color: white;
    text-align: justify;
    font-weight: 400;
}

.texboxed {
    padding-left: 40px;
}

.col-lg-6 img {
    max-width: 100%;
    /* height: 510px; */
    padding-top: 57px;
}

.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;
}


/* new  */
#calivi {
    /* background-color: #666769 ; */
    padding: 55px;
}

/* Section Background */
#services-section {
    background-color: #121212;
    /* Dark background */
    color: #ffffff;
    /* White text */
    padding: 50px 0;
    font-family: Arial, sans-serif;
}

.section-heading {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}

/* Left-Side Image */
.services-image-wrapper img {
    width: 90%;
    height: auto;
    display: block;
}

/* Right-Side Content */
.services-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.single-service {
    /* margin-bottom: 30px; */
    border-top: 1px solid #555;
    /* Horizontal line above each item */
    padding-top: 20px;
}

.service-index {
    font-size: 47px;
    font-weight: 700;
    color: #7a7a7a;
    /* Light gray */
    margin: 0;
}

.service-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
}

.service-text {
    font-size: 16px;
    line-height: 1.5;
    color: #ccc;
    /* Lighter text */
}

span {
    color: #fff;
    padding-left: 20px;
    font-weight: 400;
    font-size: 30px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .section-heading {
        font-size: 36px;
    }

    .service-index {
        font-size: 28px;
    }

    .service-title {
        font-size: 20px;
    }
}

/* Section Styles */
#development-process {
    background-color: #e3dfdc;
    /* Light gray background */
    padding: 50px 0;
    text-align: center;
}

.process-heading {
    font-size: 36px;
    text-align: left;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.process-subheading {
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}

/* Process Steps */
.process-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.process-step {
    text-align: center;
    margin-bottom: 30px;
}

.process-arrow {
    width: 145px;
    height: auto;
    margin-bottom: 10px;
}

.process-step-title {
    font-size: 20px;
    font-weight: bold;
    color: #004080;
    /* Dark blue */
    margin-bottom: 10px;
}

.process-step-description {
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 10px;
}

.revin li {
    color: #fff;
    line-height: 38px;
    list-style-type: none;
    font-size: 19px;
}


.jelv {
    font-size: 22px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .process-step {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .process-arrow {
        width: 80px;
    }
}

@media (max-width: 576px) {
    .process-step {
        flex: 0 0 100%;
        max-width: 100%;
    }
}










@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: 48%; /* 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) {
    #responsiveButton {
        font-size: 18px !important; /* Reduced font size for smaller screens */
    }
}
@media (max-width: 768px) {
    .contaed {
        padding: 0 15px; /* Add some padding to avoid edge clipping on smaller screens */
    }
}



/* Responsive adjustments */
@media (max-width: 768px) {
    #virtual-assistants {
        padding: 30px 15px;
    }

    .service-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .service-description {
        font-size: 14px;
    }
}



@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 */
    }
}