@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --dark-marun: #753043;
    --dark-red-color: #821518;
    --dark-rose-color: #B53C5B;
    --light-rose-color: #CC879A;
    --cream-color: #F5C3C6;
    --white-color: #fff;
}

body {
    font-family: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-footer {
    padding: 2.5rem 1.25rem;
    /* 40px and 20px converted to rem */
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 1.875rem;
    /* 30px converted to rem */
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: var(--white-color);
}

ul {
    list-style: none;
}

.footer {
    background-color: var(--dark-rose-color);
}

.footer-col {
    width: 19%;
    padding: 0 0.9375rem;
    /* 15px converted to rem */
}

.footer-col h4 {
    font-size: 1.125rem;
    /* 18px converted to rem */
    color: var(--cream-color);
    text-transform: capitalize;
    margin-bottom: 2.1875rem;
    /* 35px converted to rem */
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.625rem;
    /* 10px converted to rem */
    background-color: var(--dark-red-color);
    height: 0.125rem;
    /* 2px converted to rem */
    width: 3.125rem;
    /* 50px converted to rem */
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 0.625rem;
    /* 10px converted to rem */
}

.footer-col ul li a {
    font-size: 1rem;
    /* 16px converted to rem */
    text-transform: capitalize;
    color: var(--white-color);
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--cream-color);
    padding-left: 0.5rem;
    /* 8px converted to rem */
}

.footer-col .social-links a {
    display: inline-block;
    height: 2.5rem;
    /* 40px converted to rem */
    width: 2.5rem;
    background-color: var(--dark-red-color);
    margin: 0 0.625rem 0.625rem 0;
    /* 10px converted to rem */
    text-align: center;
    line-height: 2.5rem;
    border-radius: 50%;
    color: var(--white-color);
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: var(--dark-red-color);
    background-color: var(--white-color);
}

.footer-logo-link img {
    height: 6rem;
    /* Kept the original value */
}

.footer-col p {
    color: var(--white-color);
    margin: 1rem 0;
}

.follow-heading {
    margin-block: 1rem;
    color: var(--cream-color)
}

.footer-follow-link i {
    font-size: 2.5rem;
    /* 40px converted to rem */
    margin: 0 0.625rem;
    /* 10px converted to rem */
}

a {
    color: var(--white-color);
    text-decoration: none;
}

.footer-call-to-action-link-wrapper {
    margin: 1.25rem 0;
    /* 20px converted to rem */
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-call-to-action-link-wrapper i {
    font-size: 1.625rem;
    /* 26px converted to rem */
    width: 1.625rem;
    /* 26px converted to rem */
    color: var(--cream-color);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-col {
        width: 100%;
        margin-bottom: 1.25rem;
        /* 20px converted to rem */
    }

    .footer-follow-link i {
        font-size: 2rem;
        /* Adjusted for smaller screens */
    }


}

.timing-div {
    margin-bottom: 0.75rem;
    /* 12px converted to rem */
    display: flex;
    align-items: center;
    justify-content: unset;
}

.timing-p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.625rem;
    /* 10px converted to rem */
}

.clock {
    font-size: 1.625rem;
    /* 26px converted to rem */
    width: 1.625rem;
    /* 26px converted to rem */
    color: var(--cream-color);
}

.timing {
    margin-left: 0.75rem;
    /* 12px converted to rem */
    font-size: 1.3125rem;
    /* 21px converted to rem */
}

.timeing-flex-left {
    margin-right: 0.75rem;
    /* 12px converted to rem */
}

.copyright-footer {
    background-color: var(--dark-red-color);
    padding: 0.625rem 1.25rem;
    /* 10px and 20px converted to rem */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    flex-wrap: wrap;
}

.copyright-footer p {
    margin: 0;
    margin-bottom: 0.625rem;
    /* 10px converted to rem */
    text-align: center;
    color: var(--white-color);
}

.timing-div p {
    margin: 0 !important;
}

p a:hover {
    color: var(--cream-color);
}

/* Responsive Styles */
@media (max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 1.875rem;
        /* 30px converted to rem */
    }
}

@media (max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

@media (max-width: 407px) {
    .footer-col {
        width: 100%;
    }

    .container-footer {
        margin: 0;
    }
}

@media (min-width: 760px) {
    .footer-wave-svg {
        height: 3.125rem;
        /* 50px converted to rem */
    }
}

/* //carrer section */

#career {
    background: var(--dark-marun-color);
    display: flex;
    align-items: center;
    justify-content: center;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); */
    padding: 30px 0px;
    position: relative;
    /* padding-bottom: 50px; */
    /* margin-bottom: 28px; */
    height: max-content;
}

#career div h1 {
    color: var(--cream-color);
    font-size: 30px;
}

.carreer-p {
    color: var(--white-color);
    margin: 20px 40px;
    margin-bottom: 40px;
}

.btn-get-started {
    margin-top: 5rem;
    padding: .5rem 2rem;
    border-radius: 4px;
    border: none;
    color: white;
    box-shadow: 0 0 16px 8px rgba(213, 0, 0, 0.2);
    background: linear-gradient(to right, #d50000, #710000);
    cursor: pointer;
    text-decoration: none;
}

.footer-wave-svg-1 {
    fill: var(--dark-marun-color);
}

.footer-wave-svg-2 {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;

}

.career-image-left {
    position: absolute;
    left: 0px;
    width: 15%;
    height: 100%;
}

.career-image-right {
    position: absolute;
    right: 0px;
    width: 15%;
    height: 100%;
    rotate: 180deg;
}

@media (min-width: 760px) {
    .footer-wave-svg-2 {
        height: 50px;
    }
}