:root {
--primary-color: #00bcd4;
}
#menu-mobile-menu, #menu-main li a{
color: white !important;
}
.mobile-menu li a{
color: white !important;
}
* {
padding: 0px;
margin: 0px; }  @media (max-width: 768px) {
ul.Headerlist {
flex-direction: column;
align-items: flex-start;
background: #fff;
position: absolute;
top: 80px;
right: 0;
width: 100%;
padding: 20px;
display: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
z-index: 1000;
}
.menu-toggle {
display: block;
text-align: right;
}
.menu-toggle-wrap {
display: flex;
justify-content: flex-end;
align-items: center;
}
.Headerlist.show {
display: flex;
}
}
*/ .qualification-details {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
justify-content: center;
align-items: center;
gap: 1rem; padding: 10px;
}
@media screen and (max-width: 425px) {
.qualification-details {
grid-template-columns: repeat(2, 1fr);
}
}
.number-one h1 {
text-align: center;
}
.banner-section {
padding-top: 40px;
padding-bottom: 60px;
background-color: #20bbd8;
}
.qualification-heading {
border-radius: 12px;
padding: 15px;
}
.qualification-heading h4 {
text-align: center;
}
.Jobs-By-Qualification p {
text-align: center;
}
.Jobs-By-Qualification {
padding-top: 60px;
padding-bottom: 60px;
}
.qualification-img {
display: flex;
justify-content: center;
flex-direction: column;
border: 1px solid grey;
border-radius: 5px;
cursor: pointer;
padding: 9px 9px;
align-items: center;
align-self: center;
justify-content: center;
cursor: pointer;
}
.qualification-img img {
width: 75px;
height: 75px;
cursor: pointer;
}
.qualification-heading {
padding: 19px 1px;
}
.custom-card {
background: #fff;
border-radius: 12px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
position: relative;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #20bbd8;
color: white;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header {
padding: 8px 16px;
border-radius: 25px;
font-weight: bold;
margin-bottom: 15px;
font-size: 14px;
}
.card-list {
list-style: none;
padding: 0;
margin: 0;
}
.card-list li {
font-size: 13px;
padding: 5px 0;
color: #333;
text-align: start;
}
.card-list i {
margin-right: 8px;
color: #00bcd4;
}
.read-more {
display: inline-block;
margin-top: 10px;
background: #00bcd4;
color: #fff;
padding: 4px 10px;
border-radius: 20px;
text-decoration: none;
font-size: 15px;
transition: 0.3s ease;
}
.read-more:hover {
background: #000000;
color: white;
}
.social-section {
margin: 40px auto;
padding: 0 20px;
}
.social-box {
background: #eaf8fc;
border-radius: 20px;
padding: 40px 20px;
text-align: center;
max-width: 1000px;
margin: auto;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.social-box h2 {
font-size: 22px;
color: #333;
margin-bottom: 10px;
}
.social-box p {
font-size: 15px;
color: #666;
margin-bottom: 25px;
}
.social-icons a {
display: inline-block;
margin: 0 10px;
background: #fff;
color: #555;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 20px;
text-align: center;
transition: 0.3s ease;
}
.social-icons a:hover {
transform: scale(1.1);
}
.social-icons a:nth-child(1) {
background: #3b5998;
color: #fff;
}
.social-icons a:nth-child(2) {
background: #0088cc;
color: #fff;
}
.social-icons a:nth-child(3) {
background: #25d366;
color: #fff;
}
.social-icons a:nth-child(4) {
background: #ff0000;
color: #fff;
}
.main-footer {
background: #f8fcff;
padding: 50px 20px 20px;
color: #333;
font-family: sans-serif;
}
.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
margin: auto;
}
.footer-box {
flex: 1 1 300px;
padding: 20px;
min-width: 250px;
}
.footer-box h4 {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
}
.footer-box p {
font-size: 14px;
color: #666;
line-height: 1.6;
}
.footer-logo {
width: 120px;
margin-bottom: 10px;
}
.footer-social a {
display: inline-block;
background: #000;
color: #fff;
width: 30px;
height: 30px;
margin-right: 10px;
text-align: center;
line-height: 30px;
border-radius: 4px;
font-size: 14px;
}
.quick-links {
list-style: none;
padding: 0;
margin: 0;
}
.quick-links li {
margin-bottom: 10px;
}
.quick-links a {
text-decoration: none;
color: #222;
font-size: 14px;
transition: 0.3s;
}
.quick-links a:hover {
color: #009dff;
}
.footer-form input,
.footer-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 12px;
border: 1px solid #ccc;
border-radius: 4px;
}
.footer-form button {
background: #444;
color: #fff;
padding: 10px 15px;
border: none;
border-radius: 25px;
cursor: pointer;
font-weight: bold;
transition: 0.3s;
}
.footer-form button:hover {
background: #222;
}
.footer-bottom {
text-align: center;
margin-top: 40px;
font-size: 13px;
color: #888;
border-top: 1px solid #eee;
padding-top: 15px;
display: flex;
justify-content: center;
align-items: center;
} .results-header {
background: linear-gradient(to right, #00c6ff, #0072ff);
color: white;
padding: 40px 0;
margin: 20px;
}
.main-content {
display: flex;
justify-content: center;
gap: 30px;
margin: 20px;
flex-wrap: wrap;
}
.left-column,
.right-sidebar {
background: white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.left-column {
width: 700px;
padding: 30px;
}
.left-column ul li {
margin-bottom: 10px;
border-bottom: 1px dashed #ddd;
padding-bottom: 8px;
}
.right-sidebar {
width: 350px;
padding: 20px;
}
@media screen and (max-width: 425px) {
.right-sidebar {
width: 100%;
padding: 20px;
}
}
.profile img {
width: 230px;
height: 255px;
border-radius: 50%;
}
.social-icons a {
color: white;
background: #0072ff;
display: inline-block;
margin: 0 5px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
}
.trending p {
font-size: 15px;
font-weight: 400;
}
.trending span {
font-size: 12px;
line-height: 1.3em;
}
.request-form input,
.request-form textarea {
width: 100%;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.request-form button {
background: #444;
color: white;
border: none;
padding: 10px 20px;
border-radius: 20px;
}
footer {
background: #f1f9fc;
padding: 40px 20px;
margin-top: 30px;
}
.footer-logo img {
height: 40px;
}
.footer-section h5 {
font-weight: bold;
margin-bottom: 15px;
}
.footer-section ul li {
font-size: 14px;
margin-bottom: 8px;
}
.result-header-section {
display: flex;
justify-content: space-between;
} .left-sidebar {
flex: 3;
background: #fff;
padding: 20px;
margin-right: 20px;
border-radius: 8px;
}
.sidebar {
flex: 1;
background: #fff;
padding: 20px;
border-radius: 8px;
}
h1 {
font-size: 24px;
margin-bottom: 10px;
}
.meta {
color: gray;
font-size: 14px;
margin-bottom: 20px;
}
.social-buttons a {
display: inline-flex;
align-items: center;
margin-right: 10px;
padding: 8px 12px;
border-radius: 5px;
text-decoration: none;
color: white;
font-weight: bold;
font-size: 14px;
}
.social-buttons a i {
margin-right: 6px;
}
.facebook {
background: #3b5998;
}
.whatsapp {
background: #25d366;
}
.telegram {
background: #0088cc;
}
.instagram {
background: #e1306c;
}
.youtube {
background: #ff0000;
}
.sidebar img {
width: 100%;
border-radius: 10px;
margin-bottom: 20px;
}
.trending h3 {
font-size: 18px;
margin-bottom: 10px;
}
.trending ul {
list-style: none;
padding: 0;
}
.trending ul li {
margin-bottom: 8px;
}
.trending ul li a {
text-decoration: none;
color: #007bff;
}
.nav-links {
display: flex;
justify-content: space-between;
padding: 10px;
background: #fff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.nav-links a {
color: #000;
text-decoration: none;
padding-top: 20px;
width: 50%;
}
.author-section {
background: #fff;
padding: 20px;
margin-top: 20px;
display: flex;
align-items: center;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.author-section img {
width: 70px;
height: 70px;
border-radius: 50%;
margin-right: 20px;
}
.author-section h3 {
margin: 0;
}
.related-posts {
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px;
margin-top: 20px;
}
@media screen and (max-width: 425px) {
.related-posts {
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
margin: 0;
margin-top: 20px;
}
.three-card {
padding: 20px;
width: 100% !important;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
}
}
.three-card {
padding: 20px;
width: 250px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
}
.related-posts .card {
background-color: #fff;
}
.three-card h4 {
font-size: 16px;
margin-bottom: 10px;
color: #000;
}
.cardpra {
display: flex;
align-items: start;
justify-content: start !important;
font-size: 20px !important;
}
.three-card p {
font-size: 8px;
color: gray;
margin-top: 20px;
}
.comment-box {
background: #fff;
margin-top: 20px;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.comment-box textarea {
width: 100%;
height: 100px;
margin-top: 10px;
padding: 10px;
border-radius: 5px;
border: 1px solid #ccc;
resize: vertical;
}
.comment-box button {
margin-top: 10px;
padding: 10px 20px;
background: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.comment-box button:hover {
background: #0056b3;
} .footer-text {
position: absolute;
bottom: 20px;
color: white;
font-size: 1rem;
text-align: center;
}
.backlink {
color: cyan;
font-weight: bold;
text-decoration: none;
position: relative;
transition: color 0.3s ease-in-out;
}
.card-section {
position: relative;
margin-top: 60px;
z-index: 2; }
.box {
background: linear-gradient(to right, #0088cc, #00c2cb);
color: white;
padding: 20px;
text-align: center;
font-size: 28px;
font-weight: bold;
height: 40vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1; }
.card-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
max-width: 1200px;
margin: auto;
padding: 20px;
background: white;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
.card-container {
background: white;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
padding: 10px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
}
.special-card-section{
margin-top: 60px;
}
.special-card-container{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
max-width: 1200px;
margin: auto;
padding: 20px;
background: white;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
.special-card-container{
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
max-width: 1200px;
margin: auto;
padding: 20px;
background: white;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); 
margin:10px;
}
}
.card {
background: linear-gradient(to right, #4e54c8, #8f94fb);
color: white;
padding: 20px;
text-align: center !important;
border-radius: 10px;
font-weight: bold;
transition: transform 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.card:hover {
transform: scale(1.05);
}
.card.orange {
background: linear-gradient(to right, #f7971e, #ffd200);
}
.card.red {
background: linear-gradient(to right, #e52d27, #b31217);
}
.card.teal {
background: linear-gradient(to right, #11998e, #38ef7d);
}
.card.purple {
background: linear-gradient(to right, #a18cd1, #fbc2eb);
}
.card.blue {
background: linear-gradient(to right, #396afc, #2948ff);
}
.card.green {
background: linear-gradient(to right, #00c9ff, #92fe9d);
}
.left-column li a {
color: #000;
}
.social-buttons {
margin: 20px 0px;
display: flex;
align-items: center;
}
.pragaph h3 {
font-size: 20px;
padding: 26px 0px;
font-weight: 500;
}
table {
width: 100%;
margin: 0 auto;
border: 1px solid #000;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
th,
td {
border: 1px solid #000;
padding: 12px;
}
th {
background-color: #f2f2f2;
font-weight: bold;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
@media (max-width: 768px) {
table {
width: 100%;
}
}
.typeJsWrapper {
padding: 50px;
}
.container {
text-align: center;
}
.typeJsText {
font-size: 48px;
display: inline-block;
border-right: 1px solid #414141;
white-space: nowrap;
overflow: hidden;
}
@media screen and (max-width: 768px) {
.typeJsWrapper {
padding: 20px;
}
.container {
text-align: center;
}
.typeJsText {
font-size: 30px;
display: inline-block;
border-right: 1px solid #414141;
white-space: nowrap;
flex-wrap: wrap;
overflow: hidden;
}
}