/* Header start  */
.story-head span {
    margin-top: 3% !important;
    color: #FFF;
    font-weight: 700;
}

.story-head-black {
    /* background-color: rgb(21 15 15 / 70%) !important; */
    min-height: 368px !important;
    width: auto;
    background-image: url('../img/keyword-img/breadcrumb.webp');
    background-repeat: no-repeat;
}

.story-head {
    /* background-image: url(../img/header-image/about-head-img.jpg); */
    min-height: 0px !important;
}

.story-head span b {
    font-weight: 600;
    color: #ffffff;
}

.head-ing {
    padding-top: 120px;
}


@media (max-width: 768px) {
    .story-head h2 {
        font-size: 35px;
        margin-top: 0% !important;
    }

    .head-ing {
        padding-top: 20px;
    }

    .story-head-black {
        background-color: rgb(21 15 15 / 70%) !important;
        min-height: 228px !important;
        width: auto;
    }
}








/* Keyword css start */
.text-justify {
    text-align: justify;
}

.key-about {
    background-image: linear-gradient(to right, #db972f, #d4af37);
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: 'Arial', sans-serif; */
    transition: transform 0.3s;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.key-about p {
    color: #ffffff;
}

.key-links {
    background-image: linear-gradient(to right, #db972f, #d4af37) !important;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: 'Arial', sans-serif; */
    transition: transform 0.3s;
    background-image: url();
    object-fit: cover;
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

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

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background-image: linear-gradient(to right, #db972f, #d4af37);
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: 'Arial', sans-serif; */
    transition: transform 0.3s;
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.main-heading {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    /* overflow: hidden;
    position: relative; */
}





.content-list {
    list-style: none;
    padding-left: unset;
}

.content-list li {
    color: #000000;
}


.content-list i {
    padding-right: 6px;
    color: #db972f;
}



.hading {
    font-size: 33px;
    font-weight: 600;
    color: #2d2d2d;
}

.hading2 {
    font-size: 28px;
    font-weight: 600;
    color: #2d2d2d;
}


.card-abot {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 404px;
    margin-bottom: 27px;
    padding: 10px;
}

.card-abot:hover {
    transform: translateY(-10px);
}

.card-abot-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 235px;
    object-fit: cover;
    width: 100%;
}

.card-abot-title {
    font-size: 19px;
    font-weight: 600;
    color: #db972f;
    margin-top: 20px;
}

.card-abot-text {
    color: #555;
    text-align: center;
}

.sets-ab {
    height: 410px;
}

.card-abot-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 235px;
    object-fit: cover;
    width: 100%;
}





.index-4-center-bg,
.index-4-top-bg {
    background-attachment: fixed;
    background-size: cover
}

.index-4-center-bg {
    background-image: url(../img/keyword-img/black-background.webp)
        /* background-color: black; */
}

.index-4-center-bg-black {
    background-color: rgba(0, 0, 0, .3);
    width: auto;
    height: auto;
    /* padding: 100px 0 */
}

.index-4-center-bg h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700
}

.index-4-center-bg h2 {
    color: #f1de7b;
    font-size: 36px;
    margin-top: 0;
    /* font-family: Pacifico; */
    line-height: 1.3
}

.case-study {
    color: #FFFFFF !important;
    /* font-weight: 600; */
    font-family: Pacifico;
}


.hair-c {
    color: #ffffff;
}

.hair-c li {
    color: #ffffff;
}

.bg-white {
    background-color: white !important;
}

.course-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-color: white;
    height: 340px;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.course-card .card-body {
    padding: 8px;
}

.course-card h3 {
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 23px;
}

.course-card p {
    color: var(--dark-color);
    margin-bottom: 25px;
}

.main .card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 2px;
}

.exoert {
    height: 250px !important;
}

.course-card .card-body {
    padding: 8px;
}

.service-card .card-body {
    padding: 6px;
    text-align: center;
}

.course-icon {
    font-size: 35px;
    margin-top: 10px;
    color: #db972f;
    margin-bottom: 15px;
}

.passion {
    height: 200px !important;
}

.salon {
    width: 100%;
    height: 100%;
}

.salon img {
    width: 100%;
    height: 270px;
}

.feature-card {
    padding: 30px 25px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 280px;
    border-top: 3px solid #c18b2c;
    margin-bottom: 30px;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-card h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #151317;
}

.feature-card h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #151317;
}

.feature-card h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #151317;
}

.feature-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.high-salon {
    height: 500px !important;
}

.feature-icon {
    font-size: 2.5rem;
    color: #db972f;
    margin-bottom: 20px;
}






/* FAQ css start */
/* onnn */
.ptb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 30px;
}


.brochures-prgs {
    cursor: pointer;
    border-top: 3px solid #db972f;
    border-left: 3px solid #db972f;
    padding: 11px;
    color: #15131e;
    border-radius: 9px;
    background: #d3d3d336;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.disp {
    display: none;
    padding: 20px;
}


.rotate {
    transform: rotate(180deg);
}

.brochures-prgs .fa {
    font-size: 18px;
    right: -5px;
    width: 40px;
    height: 46px;
    top: 7px;
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    margin-top: -7px;
    margin-right: 6px;
    background: #db972f;
    color: #fff;
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 12deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -12deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/* onnn */
/* FAQ css end */




.key-name {
    width: 100%;
    height: 33px;
    background-color: #1d2225;
    border: solid #db972f 2px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    /* justify-content: center; */
    border-radius: 20px;
}

.key-name p a {
    color: white;
    font-size: 9px;
    margin-top: 15px;
    margin: unset !important;
}

.dynamc-key h2 {
    color: #000000;
}


.crafted {
    height: 160px;
}

.crafted h3 {
    font-size: 18px !important;
}

.client-handling {
    height: 100%;
    width: 100%;
}

.client-handling img {
    height: 295px;
    width: 100%;
}

.hairsalon-card {
    height: 310px !important;
}
.high-card {
    height: 330px !important;
}
.why-hair {
    font-size: 20px;
    color: #000;
}
.beginning {
    height: 265px !important;
}
.transform-img {
    height: 100%;
    width: 100%;
}

.transform-img img {
    height: 300px;
    width: 100%;
}

.high-card {
    height: 360px !important;
}

.carrer {
    height: 170px !important;
}




/* Mobile responsive */

@media (max-width: 768px) {
    .mob-set {
        width: 100% !important;
    }

    .card-abot-title {
        font-size: 14px !important;
        font-weight: 600;
        color: black;
    }

    .card-abot-img-top {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        height: 160px !important;
        object-fit: cover;
        width: 100%;
    }

    .high-salon {
        height: auto !important;
    }

    .card-abot {
        border: none;
        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
        height: auto;
        margin-bottom: 27px;
        padding: 4px !important;
    }

    .sets-ab {
        height: auto;
    }

    .card-abot-img-top {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        height: 160px !important;
        object-fit: cover;
        width: 100%;
    }

    .case-s {
        padding: 15px !important;
    }

    .course-card {

        height: auto !important;
    }

    .service-card .card-body {
        padding: 10px !important;
        text-align: center;
    }

    .course-icon {
        font-size: 22px !important;
    }

    .passion {
        height: auto !important;
    }

    .salon img {
        width: 100%;
        height: auto;
    }

    .feature-card {
        padding: 20px 15px;
    }

    .crafted {
        height: auto !important;
    }

    .client-handling img {
        height: auto;
        width: 100%;
    }

    .hairsalon-card {
        height: auto !important;
    }

    .key-baner-div img {
        width: 100%;
        height: auto;
        margin-bottom: unset !important;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .main-heading {
        font-size: 27px;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .hading {
        font-size: 25px;
    }

    .index-4-center-bg h2 {
    font-size: 25px;
}
.high-card {
        height: auto !important;
    }

    .beginning {
    height: auto !important;
}
 .transform-img img {
        height: auto;
        width: 100%;
    }
    .high-card {
    height: auto !important;
}

.carrer {
    height: auto !important;
}
}