@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Darker Grotesque', sans-serif;
    color: #000;
    background: #FCFAEA;
    overflow-x: hidden;
}

input,
textarea,
button {
    font-family: "hk_groteskbold", sans-serif;
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}
a:active, a:hover{
	color:#9CAF88;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9bb5c4;
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

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

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}




/* Main Css  */

header#header {
    width: 100%;
    max-width: 100%;
    padding: 32px 0;
}

.header-logo {
    width: 100%;
    max-width: 160px;
    height: 18px;
}

.header-logo a {
    display: block;
}

.header-logo a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.women-hair-content {
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 68px; */
}

.women-hair-img {
    display: flex;
    width: 100%;
    max-width: 49%;
    max-height: 851px;
}

.women-hair-text {
    width: 100%;
    max-width: 46.1%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.women-hair-text h1 {
    color: var(--Primary-Color-Accent-Color-Background-Color-Text-Color-Charcol-Black-01, #231F20);
    font-family: Jost;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    /* 64.96px */
    letter-spacing: -1.12px;
    text-transform: capitalize;
}

.women-hair-text h3 {
    color: var(--000000, #000);
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.women-hair-text p {
    color: var(--Primary-Color-Accent-Color-Background-Color-Text-Color-Charcol-Black-04, #656263);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.women-hair-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.about-author {
    position: relative;
    padding-top: 141px;
}

.about-author::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -140px;
background-image: url('https://herhairderm.com/wp-content/uploads/2026/03/bg-img.webp');    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 100vw;
    z-index: -1;
}

.about-author-content h2 {
    color: var(--Primary-Color-Accent-Color-Yellow-10, #FEFEFA);
    font-family: Jost;
    font-size: 56px;
    font-style: italic;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: -1.12px;
    text-transform: capitalize;
}

.about-author-detail {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-author-img {
    width: 100%;
    max-width: 49%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.about-author-img img {
    width: 100%;
    max-width: 100%;
    max-height: 423px;
}

.about-author-certify {
    width: 100%;
    max-width: 42.42%;
}

.about-author-certify p {
    color: var(--f-1-f-1-f-1, #F1F1F1);
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.about-author-img p {
    color: var(--Primary-Color-Accent-Color-Yellow-10, #FEFEFA);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    max-width: 161px;
}

.buy-amazon-btn {
    margin-top: 16px;
}

.buy-amazon-btn a {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 206px;
    border-radius: 80px;
    background: var(--Primary-Color-Green-01, #9CAF88);
    height: 56px;
    gap: 12px;
    justify-content: center;
	padding-left: 32px;
	transition:0.65s;
}
.buy-amazon-btn a:hover {
    border: 1px solid #9CAF88;
    background: #fff;
}

.buy-amazon-btn a:hover p {
    color: #9CAF88;
}

.buy-amazon-btn a img {
    border-radius: 20px;
    background: var(--Primary-Color-Accent-Color-Yellow-01, #FDF9D4);
    width: 100%;
    max-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 11px;
}

.buy-amazon-btn a p {
    color: var(--Primary-Color-Accent-Color-Yellow-01, #FDF9D4);
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rights {
    margin: 76px 0 24px 0;
}

.rights p {
    color: var(--Primary-Color-Accent-Color-Background-Color-Off-White-01, #F1F1F1);
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


/* Hair Page  */

.hair-derm .women-hair-text {
    max-width: 47%;
    margin-top: -100px;
}

.hair-derm .women-hair-img {
    width: 100%;
    max-width: 56.35%;
    height: 710px;
    max-height: 800px;
    object-fit: cover;
}

.more-learn {
    position: relative;
    padding-top: 100px;
}

.more-learn::after {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    background-color: #9CAF88;
    width: 100%;
    max-width: 100%;
    height: 100vw;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.more-learn-heading h2 {
    color: var(--Primary-Color-Accent-Color-Background-Color-Off-White-10, #FDFDFD);
    font-family: Jost;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    /* 55.68px */
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.more-learn-heading {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
    max-width: 49.1%;
    margin-bottom: 56px;
}

.more-learn-heading p {
    color: var(--Primary-Color-Accent-Color-Background-Color-Off-White-10, #FDFDFD);

    /* Body Text */
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.more-contact-card a {
    background: var(--Primary-Color-Green-02, #A6B794);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
    width: 100%;
    max-width: 100%;
    height: 100%;
	transition:0.65s;
}
.more-contact-card a:hover {
    transform: scale(1.04);
}

.more-contact-card {
    width: 100%;
    max-width: 23.6%;
    height: 210px;
}

.more-contact-card a img {
    border-radius: 48px;
    border: 1px solid var(--Primary-Color-Accent-Color-Background-Color-Off-White-10, #FDFDFD);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-contact-card a p {
    color: var(--Primary-Color-Accent-Color-Background-Color-Off-White-10, #FDFDFD);
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.more-contact-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}