/* styles.css */

body {
    margin: 0;
    font-family: 'Inter Tight', sans-serif;
    color: #333;
    background-color: #f5f5f5;
}

header {
    background-color: rgba(255, 248, 238, 1);
    padding: 4px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.title {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 3.5px;
    color: #553636;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.logo img {
    width: 120px; 
    margin-right: 32px;
}

.nav-container {
    padding: 32px;
    padding-right: 6rem;
}

.navbar {
    position: relative;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    gap: 3rem  ;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    text-decoration: none;
    color: rgba(85, 54, 54, 1);
}

.hero {
    background-color: rgba(216, 224, 202, 1);
    /* padding: 40px 0px; */
    text-align: center;
}

.hero img {
    width: 100%;
    height: auto;
}

.hero h2 {
    color: #553636;
    font-size: 2.4rem;
    font-weight: 500;
}

.hero p {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 40px;
}

.care-section {
    background: linear-gradient(180deg, rgba(198, 183, 183, 0.59) -3.21%, rgba(253, 252, 251, 0.45) 118.84%);
    box-shadow: 0px 4px 41.1px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 15em;
    text-align: center;
    display: flex;
    justify-content: center;
}

.care-1 {
    flex: 0 0 50%;
    text-align: left;
}

.care-2 {
    flex: 0 0 50%;
}

.care-section h2 {
    color: #553636;
    font-size: 3rem;
    font-weight: 600;
}

.care-section img {
    max-width: 600px;
    margin: 10px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.35);
    border-radius: 12px;
}

.care-section p {
    color: rgba(126, 102, 72, 1);
    font-size: 1.2rem;
    line-height: 1.6;
}

.care-section button {
    background-color: rgba(198, 183, 183, 1);
    border: none;
    padding: 10px 20px;
    border-radius: 16px;
    cursor: pointer;
    color: #f5f5f5;
}

.why-choose {
    background-color: rgba(216, 224, 202, 1);
    box-shadow: 0px 15px 32px -18px rgba(0,0,0,0.35) inset;
    padding: 40px 20px;
    text-align: center;
}

.why-choose h2 {
    color: #553636;
    font-size: 2.2rem;
    font-weight: 600;
}

.why-choose p {
    color: rgba(139, 125, 107, 1);
    font-size: 1.2rem;
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    width: 250px;
    text-align: center;
    width: 20%;
}

.card img {
    width: 50px;
}

.card h3 {
    color: rgba(193, 143, 91, 1);
    font-size: 1.6rem;
    font-weight: 500;
    margin: 12px 0;
}

.meet-section {
    background-color: rgba(216, 224, 202, 1);
    padding: 0px 20px;
}

.meet-section h2 {
    text-align: center;
    color: #553636;
    font-size: 2.4rem;
}

.bio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    padding-bottom: 3%;
}

.bio img {
    max-width: 440px;
    height: auto;
    /* margin-right: 20px;
    margin-bottom: 20px; */
    border-radius: 8px;
}

.bio-text {
    max-width: 900px;
    align-self: center;
    font-size: 1.4rem;
}

.jack-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.certifications {
    /* list-style: none; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(244, 251, 232, 1);
    padding: 10px;
    margin: 0px auto;
    max-width: 900px;
    border-radius: 12px;
}

.certifications li {
    margin: 5px 10px;
    padding: 5px 10px;
    background-color: rgba(244, 251, 232, 1);
    border-radius: 5px;
    text-indent: -0.8rem;
    color: rgba(107, 91, 74, 1);
}

.core-values {
    background-color: rgb(255 248 238);
    padding: 40px 20px;
    text-align: center;
}

.core-values h2 {
    color: #553636;
    font-size: 2rem;
}

.core-values p {
    color: #8B7D6B;
    font-size: 1.2rem;
}

.values-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.value-card {
    background-color: rgba(241, 234, 229, 1);
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    width: 35%;
    text-align: left;
    display: flex;
    gap: 1rem;
    align-items: center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.value-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 52px;
}

.value-card h3 {
    color: #553636;
}

.skills-section {
    background-color: rgba(241, 234, 229, 1);
    padding: 40px 20px;
    text-align: center;
}

.skills-section h2 {
    color: #553636;
    font-size: 2rem;
}

.skills-section p {
    color: rgba(139, 125, 107, 1);
    font-size: 1.2rem;
}

.skills-container {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    gap: 16%;
    margin: 1% 12%;
    border-radius: 12px;
}

.skills-list {    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    /* margin: 1% 12%; */
    text-indent: -1.5rem;
    align-items: flex-start;    
}

.skills-list li {
    margin: 5px 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    font-size: 1.2rem;
}

.skills-list li::marker {
    color: rgba(212, 165, 116, 1);
}

/* Rates section */
.rates-section {
    background-color: #E3DCDC;
    /* padding: 40px 20px; */
}

.rates-container {
    display: flex;
    /* flex-wrap: wrap; */
    /* align-items: flex-start; */
    /* max-width: 1000px; */
    /* margin: 0 auto; */
    align-items: center;
    gap: 5%;
}

.rates-container img {
    max-width: 720px;
    height: auto;
    border-radius: 12px;
    flex-shrink: 0;
}

.rates-text {
    flex: 1;
    min-width: 280px;
}

.rates-text h2 {
    color: #553636;
    margin-top: 0;
    font-size: 2.2rem;
}

.rates-text p {
    font-size: 1.2rem;
    max-width: 85%;
}

/* Pricing table */
.rates-table {
    width: 100%;
    max-width: 520px;
    border-collapse: collapse;
    /* margin: 25px 0;
    background-color: #fff; */
}

.rates-table th,
.rates-table td {
    padding: 12px 15px;
    /* text-align: center; */
    border: 1px solid #ddd;
    font-size: 1.2rem;
}

/* .rates-table th {
    background-color: rgba(255, 248, 238, 1);
    font-weight: 600;
    color: #553636;
} */
.rates-table td {
    font-weight: 500;
}
.rates-table td:first-child {
    text-align: left;    
    color: #333;
    max-width: 30px;
}

.rates-table td span {
    font-weight: bold;
}

/* Bullets under table */
.rates-bullets {
    list-style: disc;
    padding-left: 20px;
    max-width: 700px;
    margin: 20px 0;
}

.rates-bullets li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 1.1rem;
}

/* Personal Touch section */
.personal-touch {
    background-color: rgba(255, 248, 238, 1);
    padding: 50px 20px;
    text-align: center;
}

.personal-touch h2 {
    color: #553636;
    margin-bottom: 20px;
    font-size: 2.1rem;
}

.personal-touch p {
    max-width: 800px;
    margin: 0 auto 15px auto;
    line-height: 1.4;
    font-size: 1.2rem;
    color: #8B7D6B;
}

/* Testimonials header */
.testimonials-header {
    background-color: rgba(255, 248, 238, 1);
    padding: 40px 20px;
    text-align: center;
}

.testimonials-header h2 {
    color: #4A3C2A;
    margin-bottom: 10px;
    font-size: 2.6rem;
}

.head-testimonial-bg {
    background-color: rgba(216, 224, 202, 1)
}

.testimonials-header p {
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #8B7D6B;
    font-size: 1.2rem;
    line-height: 1.7;
}

.stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
}

.stat {
    max-width: 180px;
}

.stat h3 {
    font-size: 32px;
    color: #d4a373;
    margin-bottom: 5px;
}

.stat p {
    font-size: 1rem;
    color: #8B7D6B;
}

/* Testimonials list */
.testimonials-list {
    background-color: rgba(216, 224, 202, 1);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.testimonial {
    background-color: #fff;
    padding: 30px;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}

.quote-icon {
    width: 40px;
    height: auto;
    /* position: absolute; */
    /* top: 20px; */
    /* left: 20px; */
    /* opacity: 0.5; */
}

.testimonial p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-style: italic;
}

.stars {
    color: #d4a373;
    font-size: 20px;
    margin: 10px 0;
}

/* CTA section */
.cta-section {
    background-color: #E3DCDC;
    padding: 40px 20px;
    text-align: center;
    margin: 0 18%;
    border-radius: 12px;
}

.cta-section h2 {
    color: #553636;
    margin-bottom: 15px;
}

.cta-section p {
    max-width: 600px;
    margin: 0 auto 10px auto;
    color: #8B7D6B;
    font-size: 1.1rem;
}

.cta-adj {
    padding-top: 20px;
}
.cta-adj p:first-child {
    margin-bottom: 2px;
    font-weight: bold;
}

.cta-section button {
    background-color: rgba(255, 248, 238, 1);
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    color: #553636;
    font-weight: 600;
    margin-top: 20px;
}

/* Commitment section */
.commitment-section {
    background-color: rgba(255, 248, 238, 1);
    padding: 40px 20px;
    text-align: center;
}

.commitment-section h2 {
    color: #553636;
    margin-bottom: 20px;
}

.commitment-section p {
    max-width: 800px;
    margin: 0 auto 15px auto;
    line-height: 1.3;
    color: #8B7D6B;
    font-size: 1.1rem;
    
}

/* Active nav link – matches the white pill look in your screenshot */
.nav-links a.active {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 8px 18px;
    color: #553636;
    font-weight: 600;
}

footer {
    background-color: #4A3C2A;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-left, .footer-middle, .footer-right {
    width: 30%;
    min-width: 200px;
}

.footer-left {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    padding-left: 40px;
}

.footer-left p {
    line-height: 2.3;
}

.footer-left img {
    width: 160px;
}

.foot-logo-cont {
    display: flex;
    flex-direction: column;
}

.foot-logo-cont p {
    color: #C18F5B;
}

.footer-left div {
    width: 50%;
}

.foot-mid-adj {
    padding-left: 8rem;
}

.copyright {
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 20px;
}

footer h4 {
    color: #C18F5B;
}

/* footer icons */

.foot-icon-cont {
    display: flex;
    align-items: center;
    padding-right: 12rem;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  color: #D4A574;
  padding-right: 12px;
}

/* Hamburger styles */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #553636;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.skill-mobile {
    display: none;
}



@media screen and (max-width: 1560px) {
    .skills-container {
        gap: 6%;
    }
}

@media screen and (max-width:1300px) {
    .foot-mid-adj {
        padding-left: 2rem;
    }

    .foot-icon-cont {
        padding-right: 10px;
    }

    .skills-container {
        gap: 3%;
        margin: 1% 4%;
    }
}

@media screen and (max-width:1200px) {
    .title {
        font-size: 3rem;
        text-align: center;
        font-size: 2rem;
    }

    .logo {
        flex-direction: column-reverse;
        margin-right: 0;
        padding-bottom: 20px;
    }

    .care-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5%;
        padding: 40px 2rem;
    }

    .care-1 {
        text-align: center;
        padding-bottom: 20px;
    }

    .care-2 img {
        max-width: 100%;
        margin: 0;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 85%;
    }    

    footer {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .footer-left {
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
    }

    .foot-logo-cont {
        align-items: center;
    }

    .footer-left, .footer-middle, .footer-right {
        width: 80%;
        min-width: 200px;
        justify-items: center;
        text-align: center;
    }

    .foot-icon-cont {
        justify-content: center;
    }

    .footer-left div {
        width: 100%;
    }

    .rates-container {
        flex-direction: column;
    }

    .rates-container h2,
    .rates-container ul,
    .rates-container p,
    .rates-container table {
        justify-self: center;
    }

    .rates-container p 
    {
        text-align: center;
    }
}

@media (max-width: 1024px){
    .skills-container {
        /* flex-direction: column; */
        align-items: center;
        flex-wrap: wrap;
    }

    .skills-list li {
        margin: 0;        
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    header {
        flex-direction: column;
    }

    .logo img {
        padding-right: 0;
        margin-right: 0;
        width: 98px;
    }

    /* .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
        text-align: center;
    } */

    .navbar {
    justify-content: space-between;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 40%;
        left: 28px;
        background-color: #574733;
        padding: 20px 0;
        z-index: 1;
        border-radius: 8px;
    }

    .nav-links a {
        color: #fff;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
        text-align: center;
    }

    .hamburger {
        display: flex;
    }

    .hero img {
        inset: 0;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .hero h2 {
        font-size: 1.8rem;
        padding: 10px 20px;
    }
    .hero p {
        padding-left: 20px;
        padding-right: 20px;
    }

    p {
        font-size: 1.2rem;
        /* padding-left: 20px;
        padding-right: 20px; */
    }
    .care-section h2 {
        font-size: 2rem;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .values-cards {
        flex-direction: column;
        align-items: center;
    }

    .certifications {
        flex-direction: column;
    }

    .skills-list {
        flex-direction: column;
        padding-left: 30px;
    }

    .rates-container {
        flex-direction: column;
        align-items: center;
    }

    .rates-container img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .stats {
        flex-direction: column;
        align-items: center;
    }

    .stat {
        width: 100%;
        margin-bottom: 6px;
    }

    .stat h3 {
        margin-top: 10px;
    }

    .testimonial {
        padding: 20px;
    }

    footer {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .footer-left, .footer-middle, .footer-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .foot-mid-adj {
        padding-left: 0;
    }

    .material-symbols-outlined {
        padding-right: 2px;
    }

    .rates-container table {
        text-align: center;
    }

    .rates-container p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rates-container ul {
        margin-right: 20px;
        margin-left: 20px;
    }

    .rates-container img {
        max-width: 100%;
        width: 100%;
    }

    .rates-table td:first-child {
        max-width: none;
    }

    .rates-text {
        padding: 20px;
    }

    .cta-section {
        margin: 2%;
    }

    .bio {
        margin: 0px 30px;
    }

    .bio img {
        max-width: 300px;
    }

    .certifications {
        align-items: center;
    }

    .value-cards {
        gap: 1.5rem;
    }

    .value-card {
        width: 85%;
    }

    .skills-container {
        margin: 0;
    }

    .skill-mobile {
        display: block;
    }

    .skill-desk {
        display: none;
    }

    @media screen and (max-width:500px) {
        .certifications {
            flex-direction: row;
            padding-left: 50px;
            align-items: flex-start;
            justify-content: flex-start;
        }
    }
}