* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

body {
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo h1 {
    font-size: 24px;
    color: #000;
    font-weight: 800;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    background: #e7efff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.left-content {
    max-width: 50%;
}

.left-content h1 {
    font-size: 36px;
    font-weight: 800;
    color: #000;
}

.left-content p {
    font-size: 36px;
    font-weight: 800;
    color: #f59f29;
    margin: 10px 0;
}

.offerings, .roles {
    margin-top: 20px;
}

.offerings h3, .roles h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.offerings ul, .roles ul {
    list-style: none;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #3368e0;
    padding: 20px;
    border-radius: 8px;
}

.offerings ul li, .roles ul li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.offerings ul li:last-child, .roles ul li:last-child {
    border-bottom: none;
}

.right-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 40%;
}

.right-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

form input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s;
}

form input:focus {
    border-color: #ff4660;
    outline: none;
}

button {
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #ff4660;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #d0374f;
}

.trusted-companies {
    margin-top: 80px;
    text-align: center;
}

.trusted-companies h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.companies-logo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
}

.companies-logo .logo img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.companies-logo .logo:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.fit-section {
    margin-top: 80px;
    text-align: center;
}

.fit-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.fit-content {
    display: flex;
    justify-content: space-between;
}

.fit-category {
    width: 48%;
    text-align: left;
    padding: 20px;
    background: #e7efff;
    border-radius: 8px;
}

.fit-category h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fit-category ul {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
}

.fit-category ul li {
    padding: 5px 0;
}

.hiring-facts {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.facts {
    display: flex;
    gap: 30px;
}

.fact-item {
    background: #3368e0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
}

.fact-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.fact-item p {
    font-size: 18px;
    font-weight: 700;
}




.containerr {
    text-align: center;
    max-width: 1500px;
    padding: 40px;
    background-color: peachpuff;
    border-radius: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Main heading */
h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

/* Tabs section */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab-button {
    padding: 10px 20px;
    margin: 0 5px;
    border: none;
    border-radius: 30px;
    background-color: #fddede;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #f15454;
    color: white;
}

.tab-button:hover {
    background-color: #f15454;
    color: white;
}

/* Content section */
.contentt h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/* Info section */
.info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #333;
    font-size: 0.9rem;
    max-width: 150px;
}

.info-item .icon {
    font-size: 2rem;
    color: #f15454;
    margin-bottom: 10px;
}

/* Responsive text */
p {
    font-size: 0.9rem;
}

/* Ensure layout adapts to small screens */
@media (max-width: 768px) {
    .info {
        flex-direction: column;
    }

    .tab-button {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 20px;
    text-align: center;
}

h1 {
    margin: 0;
}

#training {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
    color: #4CAF50;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

h3 {
    color: #333;
    margin-top: 20px;
}

.skills {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
}

.card {
    width: 200px;
    height: 300px;
    perspective: 1000px;
    position: relative;
}

.card .card-front, .card .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.card .card-front {
    background: #4CAF50;
    color: white;
    z-index: 2;
    transform: rotateY(0deg);
}

.card .card-back {
    background: #f9f9f9;
    color: #333;
    transform: rotateY(180deg);
}

.card:hover .card-front {
    transform: rotateY(-180deg);
}

.card:hover .card-back {
    transform: rotateY(0deg);
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 20px;
    text-align: center;
}

h1 {
    
    margin:auto;
    margin-top: 15px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}

#training {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
    color: #4CAF50;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

h3 {
    color: #333;
    margin-top: 20px;
}

.skills {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 20px;
    text-align: center;
}

h1 {
    margin: 0;
}

#training {
    padding: 40px;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

h2 {
    color: #4CAF50;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    width: 300px;
    height: 200px;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}

.card .card-front, .card .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.card .card-front {
    background: #4CAF50;
    color: white;
    z-index: 2;
    transform: rotateY(0deg);
}

.card .card-back {
    background: #f9f9f9;
    color: #333;
    transform: rotateY(180deg);
}

.card:hover .card-front {
    transform: rotateY(-180deg);
}

.card:hover .card-back {
    transform: rotateY(0deg);
}

.footer {
    background: black;
    font-family: 'Arial', sans-serif;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 120px 120px 0 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links,
.footer-services,
.footer-portfolio,
.footer-contact,
.footer-map {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.footer-links h3,
.footer-services h3,
.footer-portfolio h3,
.footer-contact h3,
.footer-map h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: whitesmoke;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    border-bottom: 2px solid #ff6f61;
    padding-bottom: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.footer-links p,
.footer-services p,
.footer-portfolio p,
.footer-contact p {
    margin-bottom: 15px;
    color: whitesmoke;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.footer-links a,
.footer-services a,
.footer-portfolio a,
.footer-contact a {
    color: #ff6f61;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s, transform 0.3s;
}

.footer-links a:hover,
.footer-services a:hover,
.footer-portfolio a:hover,
.footer-contact a:hover {
    color: #d84a4a;
    transform: translateX(5px);
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    color: whitesmoke;
}

.footer-socials a {
    display: inline-block;
    font-size: 1.8rem;
    color: whitesmoke;
    transition: color 0.3s, transform 0.3s;
}

.footer-socials a:hover {
    color: #d84a4a;
    transform: scale(1.2);
}

.footer-contact a {
    color: #ff6f61;
    text-decoration: underline;
}

.footer-map iframe {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.footer-map iframe:hover {
    transform: scale(1.05);
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9rem;
    color: whitesmoke;
}

.footer-bottom .heart {
    color: #ff6f61;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-map iframe {
        height: 150px;
    }
}







