       .ips-jobs-listing {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 36px 23px 50px;
            border: 1px solid rgba(226, 226, 226, 1);
            border-radius: 10px;
            margin-bottom: 10px;
        }

		.ips-jobs-listing:nth-child(4n+1) {
		  background-color: rgba(235, 235, 235, 1);
		}

		.ips-jobs-listing:nth-child(4n+2) {
		  background-color: rgba(184, 206, 217, 1);
		}

		.ips-jobs-listing:nth-child(4n+3) {
		  background-color: rgba(205, 220, 255, 1);
		}

		.ips-jobs-listing:nth-child(4n+4) {
		  background-color: rgba(237, 223, 255, 1);
		}

        .ips-job-tags-wrapper {
            padding: 10px 0px 10px 0px !important;
			display: flex;
			gap: 15px;
        }

		.custom-tag {
			padding: 8px 21px;
			background-color: rgba(255, 255, 255, 1);

			border: 1px solid rgba(224, 224, 224, 1);
			border-radius: 5px;
			font-size: 16px;
			font-weight: 400;
			line-height: 22px;
			color: rgba(15, 14, 68, 1);
			font-family: "Outfit", sans-serif;
		}

        .button-atom--primary {
            background-color: rgba(72, 129, 255, 1);
            color: #fff;
            border: none;
            padding: 10px 26px;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-family: "Outfit", sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
        }

        .button-atom-pagination--primary {
            background-color: rgba(72, 129, 255, 1);
            color: #fff !important;
            border: none;
            padding: 10px 16px;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Manrope", sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 26px;
            text-decoration: none;
            gap: 20px;
        }

        .button-atom--primary:hover {
            background-color: rgba(52, 109, 229, 1);
        }

		.ips-jobs-title {
         margin: 0;
		 display: flex;
			a {
					margin: 0;
					font-size: 24px;
					font-weight: 500;
					line-height: 30px;
					color: rgba(15, 14, 68, 1) !important;
					font-family: "Outfit", sans-serif;
					text-decoration: none;
			}
		}


        .ips-jobs-location {
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 17px;
            color: rgba(15, 14, 68, 1);
            font-family: "Outfit", sans-serif;
			display: flex;
            gap: 8px;
        }

        .ips-job-short-detail {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .ips-jobs-pagination {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 35px;
        }


/* Job listing styles */
.ips-jobs-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 36px 23px 50px;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 10px;
    background-color: rgba(235, 235, 235, 1);
    margin-bottom: 10px;
}

.ips-job-preference {
    padding: 10px 0px 10px 0px;
}
.ips-job-preference span {
    padding: 8px 21px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(15, 14, 68, 1);
    font-family: "Outfit", sans-serif;
    margin-right: 10px;
}
.button-atom--primary {
    background-color: rgba(72, 129, 255, 1);
    color: #fff;
    border: none;
    padding: 10px 26px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-decoration: none !important;
}
.button-atom--primary:hover {
    background-color: rgba(52, 109, 229, 1);
}

.ips-jobs-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(15, 14, 68, 1);
    font-family: "Outfit", sans-serif;
}
.ips-jobs-location {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(15, 14, 68, 1);
    font-family: "Outfit", sans-serif;
}

.ips-job-short-detail {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Application form styles in modal */
/* Job listing styles */
.ips-jobs-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 36px 23px 50px;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 10px;
    background-color: rgba(235, 235, 235, 1);
    margin-bottom: 10px;
}

.ips-job-preference {
    padding: 10px 0px 10px 0px;
}
.ips-job-preference span {
    padding: 8px 21px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(15, 14, 68, 1);
    font-family: "Outfit", sans-serif;
    margin-right: 10px;
}
.button-atom--primary {
    background-color: rgba(72, 129, 255, 1);
    color: #fff;
    border: none;
    padding: 10px 26px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.button-atom--primary:hover {
    background-color: rgba(52, 109, 229, 1);
}

.ips-jobs-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(15, 14, 68, 1);
    font-family: "Outfit", sans-serif;
}
.ips-jobs-location {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(15, 14, 68, 1);
    font-family: "Outfit", sans-serif;
}

.ips-job-short-detail {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Application form styles in modal */
#ips-apply-modal .form-control {
    border: 1px solid rgba(178, 178, 178, 1);
    border-radius: 5px;
    padding: 16px 13px;
    font-size: 14px;
    font-weight: 400;
    transition: border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

#ips-apply-modal .form-control:focus {
    border-color: rgba(72, 129, 255, 1);
    outline: none;
    box-shadow: 0 0 5px rgba(72, 129, 255, 0.5);
}

#ips-apply-modal .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(178, 178, 178, 1);
}

#ips-apply-modal .form-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
    color: rgba(15, 14, 68, 1);
    display: block;
}

/* Updated layout for form rows: 2 fields per row, 20px column gap, 15px row gap */
#ips-apply-modal .col-xl-12 {
    display: grid;
    gap: 15px;  /* 15px gap between rows */
}

#ips-apply-modal .mb-3.row {
    display: grid;
    grid-template-columns: 1fr 1fr;  /* 2 columns (fields) per row */
    gap: 20px;  /* 20px gap between columns (fields) */
    margin-bottom: 0;  /* Remove default margin since gap handles spacing */
}

/* Button styling */
#ips-apply-modal .btn-primary {
    background-color: rgba(72, 129, 255, 1);
    border: none;
    border-radius: 5px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

#ips-apply-modal .btn-primary:hover {
    background-color: rgba(52, 109, 229, 1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #ips-apply-modal .mb-3.row {
        grid-template-columns: 1fr;  /* Stack to 1 column on mobile */
        gap: 15px;  /* Maintain row gap */
    }
    #ips-apply-modal .modal-content {
        width: 95%;
    }
	
	.ips-jobs-listing {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
    }
	.ips-jobs-title a {
		text-align: start;
	}
	    .ips-jobs-title {
		text-align: start;
	}
}

@media (max-width: 1023px) { 
	.ips-jobs-listing {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
    }
	
	.ips-jobs-title a {
		text-align: start;
	}
    .ips-jobs-title {
		text-align: start;
	}
}

@media (max-width: 425px) {
	.ips-jobs-listing {
		padding: 10px;
		align-items: flex-start;
	}
	
	.ips-jobs-location {
		text-align: start;
	}
	
	.ips-jobs-location p {
		font-size: 14px;
		text-align: start;
	}
	
	.ips-jobs-location svg {
         width: 14px;
	}
	.ips-job-short-detail {
		align-items: flex-start;
	}
	.ips-jobs-title a {
        text-align: start;
    }
}

/* Error and loading styles */
.ips-jobs-error {
    color: red;
    font-weight: bold;
}
.ips-jobs-loading {
    text-align: center;
    padding: 20px;
}






.ips-job-container {
    display: flex;
    gap: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    max-width: 1330px;
    align-items: flex-start;
}

/* Sidebar Styling */
.ips-job-sidebar {
    flex: 0 0 430px;
    background: #F7F7F7;
    padding: 20px;
    border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.ips-job-sidebar-walk-in-form {
	flex: 0 0 550px;
    padding: 20px;
    border-radius: 8px;
}

.ips-job-sidebar h3 {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 1.1rem;
}

.walk-in-form-heading .walk-in-form-text {
	text-align: start !important;
    color: #0F0E44;
}

.overview-table {
    width: 100%;
    font-size: 14px;
}

.overview-table td {
    padding: 10px 5px;
    border-bottom: 1px dashed #ddd;
}

.overview-table td:first-child {
    color: #888;
}

/* Main Content Styling */
.ips-job-main {
    flex: 1;
    background: #F7F7F7;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	width: 100%;
}

.job-title {
    margin: 0;
    font-size: 24px;
    color: #1a237e;
}

.job-location {
    color: #007bff;
    font-size: 14px;
    margin-top: 5px;
}

.responsibilities-list {
    list-style: none;
    padding: 0;
}

.responsibilities-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.responsibilities-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #007bff;
}

.section-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 40px 0;
}

/* Form Styling */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.full-width {
    grid-column: span 2;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
	text-align: start;
}

.form-group input, 
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-submit {
    margin-top: 30px;
    text-align: right;
}

.ips-submit-btn {
    background-color: #4378ff;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
	width: 100%;
}

.ips-submit-btn:hover {
    background-color: #3259d6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ips-job-container {
        flex-direction: column;
    }
    .ips-job-sidebar {
        flex: 1 1 auto;
        width: 100%;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .full-width {
        grid-column: span 1;
    }
}