/*--------------------------------------
#navbar section
-----------------------------------*/
.navbar-brand img {
    max-width: 80px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #156084;
}

.nav-link {
    position: relative;
    color: #000;
    text-decoration: none;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e41e22;
    transition: width 0.3s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
    color: #0f467a;
}

.nav-link:focus::after,
.nav-link:hover::after {
    width: 100%;
}

.nav-link {
    color: #0f467a;
    font-size: 16px;
    padding: 20px;
}

.navbar .btn-primary {
    padding: 10px 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 10px;
    background-image: linear-gradient(to right, #18548e 0%, #0f467a 51%, #0f467a 100%);
    color: white;
    border: none;
    margin-left: 60px;
}

.navbar .btn {
    padding: 8px 20px;
    font-size: 16px;
}

/*--------------------------------------
#banner section
-----------------------------------*/
.banner {
    position: relative;
    /* background: #000 url('../img/3.jpg') no-repeat center center; */
    /* background-color: #e1ecf8;
    background-size: cover;
    height: 600px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden; */
    background-color: #07070766;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5);  */
    z-index: 1;
}

.banner * {
    position: relative;
    z-index: 2;
}

.banner h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #0f467a;
}

.banner p {
    font-size: 1.25rem;
    margin-top: 15px;
    color: #000;
}

.banner .btn-primary {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: white !important;
    /* background-image: linear-gradient(to right, #18548e 0%, #0f467a 51%, #0f467a 100%); */
    color: #0f467a;
    border: none;
    transition: background-color 0.3s ease;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color:rgb(14 70 138);
    background-color: transparent;
    border: 1px solid rgb(15 70 122);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.form-control{
    padding: .375rem 5rem !important;
}
.form-new{
        display:none;
    }
@media (max-width: 767.98px) {
    .form-new{
        display:block;
        padding:10px;
    }
    .banner {
        /* height: 700px; */
    }
    .banner .des-1 {
        /*margin-top: 30px;*/
        font-size: 2rem;
        font-weight: bold;
        color: #0f467a;
        line-height: 50px;
    }
    h2{
        font-size: 30px;
        text-align: center;
    }
    .title-container {
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center items */
        text-align: center; /* Center align text if necessary */
      }
      .about-title-container {
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center items */
        text-align: center; /* Center align text if necessary */
        gap: 15px;
    }
    .ban-1{
        margin-top: 60px !important;
    }
    .ban-2{
        margin-top: 30px !important;
    }
}
.ban-1{
    margin-top: 60px;
}
.ban-2{
    margin-top: 60px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* background-color: rgba(0, 0, 0, 0.5);   */
    border-radius: 50%;
    padding: 10px;
}

.carousel-image-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5);  */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    color: white;
}

/*.overlay-title-left {*/
/*    position: absolute;*/
/*    top: 0%;*/
/*    left: 0%;*/
/*    font-size: 15px !important;*/
/*    font-weight: bold;*/
/*    background-color: #fff;*/
/*    color: #0f467a;*/
/*    padding: 10px 20px !important;*/
/*    height: 40px;*/
/*    width: auto;*/
/*    line-height: 20px;*/
/*    z-index: 1;*/
}


.overlay-title-right {
    /*position: absolute;*/
    /*bottom: 0%;*/
    /*right: 0%;*/
    /*font-size: 15px !important;*/
    /*font-weight: bold;*/
    /*background-color: #fff;*/
    /*color: #0f467a;*/
    /*padding: 10px 20px !important;*/
    /*height: auto;*/
    /*height: 40px;*/
    /*width: auto;*/
    /*z-index: 1;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*line-height: 20px;*/
    /*justify-content: center;*/
}


/*-----------------------------
#lead-form
---------------------------------------*/

.lead-form-wrapper {
    background-color: white;
    border-radius: 0.25rem;
    border: 1px solid #ccc0c082;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.lead-content h5 {
    color: black;
    font-size: 15px;
    margin-bottom: 0;
}

.lead-content h5 span {
    font-weight: 600;
}

.lead-content h3 {
    font-size: 17px;
}

.lead-content h3 {
    font-size: 13px;
    font-weight: 600;
    color: #191717;
    background-color: #3d90bc0a;
    border-radius: 10px;
}

.lead-content h3 span {
    font-size: 20px;
}

.lead-content h4 {
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.3;
    margin-bottom: 4px;
}

.lead-content h4 span {
    color: #0a4475;
    text-transform: capitalize;
}

.control-wrapper {
    position: relative;
}

.control-wrapper .form-control {
    line-height: 2.5rem;
}

.control-wrapper i {
    position: absolute;
    top: calc(33%);
    left: 0.5rem;
    padding-left: 1.5rem;
    font-size: 16px;
}

.control-wrapper .form-control {
    padding-left: 3.5rem;
}

.control-wrapper .labelfield {
    position: absolute;
    top: calc(-14%);
    left: 2%;
    background-color: white;
    padding: 0 4px;
    display: block;
    z-index: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,

.uneditable-input:focus {
    border-color: #1f369189;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.097);
    outline: 0 none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.lead-content h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: transparent;
    background-image: linear-gradient(to right, #553c9a, #ee4b2b, #d63d5e, #0b740b, #1361a2);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200%;
    background-position: -200%;
    animation: animated-gradient 2s infinite alternate-reverse;
}

@keyframes animated-gradient {
    to {
        background-position: 200%;
    }
}

.border-center-1 {
    border-bottom: 1px solid #d8d8d8;
    margin: auto;
    width: 30%;
    margin-bottom: 4px;
}

.form-title img {
    width: 33px;

    animation: 0.9s bounce infinite alternate;

}

@keyframes bounce {
    to {
        opacity: 0.8;
        transform: translate3d(0, -5px, 0);
    }
}


h3.form-title.align-text {
    line-height: 1.3;
    /* text-align: center; */
}

p.badg-1.mb-2 {
    font-weight: 700;
    color: #0b4575;
}

.form-footer {
    font-size: 12px;
}

.bullet-main.mt-2 h6 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
}

/*---------------------------
#home banner
------------------------------------*/
section.home {
    padding: 20px 0;
}

/*--------------------------
#thank you page
------------------------------------*/
.thank-you-wrapper {
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 90%)), url(../img/thank_you.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thank-you-content {
    background-color: #07070766;
    padding: 2rem;
    border-radius: 5px 30px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    box-shadow: rgb(132 132 132 / 31%) 0px 48px 100px 0px;
}

.thank-you-content h6 {
    color: white;
    font-size: 14px;
    color: #3261b3;
}

.thank-you-content p {
    color: white;
}

/*---------------------------
#footer
-------------------------------------*/
footer.footer {
    background-color: #2b2a2a;
}

footer.footer p {
    color: white;
    text-align: center;
    padding: 10px;
    margin: 0;
    font-weight: 200;
}

/* about custom line  */
.about-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f467a !important;
}

.about-title-container .custom-line {
    width: 40px;
    height: 2px;
    background-color: #0f467a;
    margin-right: 10px;
    margin-top: -7px;
}

/* tretment result  */
.title-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.title-container h4 {
    font-size: 22px;
    font-weight: 400;
    color: #0f467a;
    margin: 0;
}

.title-container .custom-line {
    border: none;
    border-top: 2px solid #0f467a;
    width: 50px;
}

.treatment-row {
    border-left: 5px solid #0f467a;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.result-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.result-number p {
    font-size: 50px;
    font-weight: bold;
    color: #0f467a;
    margin: 0;
}

.result-text h4 {
    font-size: 15px;
}

/* hair treatment service */
#hair-treatment-services {
    background-color: #0f467a29;
}

#hair-treatment-services .card {
    position: relative;
    z-index: 1;
    border-bottom: 5px solid #0f467a;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}

#hair-treatment-services .card:hover {
    transform: translateY(-10px);
}

#hair-treatment-services .icon-wrapper {
    background-color: #fff;
    border: 2px solid #0f467a;
    border-radius: 10%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#hair-treatment-services .icon-wrapper i {
    font-size: 20px;
    color: #0f467a;
}

#hair-treatment-services .card:hover .icon-wrapper {
    background-color: #0f467a;
    border-color: #0f467a;
    transform: scale(1.1);
}

#hair-treatment-services .card:hover .icon-wrapper i {
    color: #fff;
}

#hair-treatment-services .btn {
    padding: 10px 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #0f467a;
    color: white;
    border: none;
}

#hair-treatment-services .btn:hover {
    background-color: #b2cfdd;
}


/* why choose  */
.border-bottom {
    border-bottom: 2px dotted #ccc !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 2px solid #0f467a;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    margin-right: 15px;
    flex-shrink: 0;
}

.icon-container i {
    font-size: 24px;
    color: #0f467a;
    transition: color 0.3s ease;
}

.btn {
    padding: 10px 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 10px;
    background-image: linear-gradient(to right, #18548e 0%, #0f467a 51%, #0f467a 100%);
    color: white;
    border: none;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #05588c;
}

/* accordion section */
.accordion h6 {
    color: #166085;
    font-size: 15px;
}

.accordion h2 {
    /* font-size: 13px; */
    color: #0f467a;
}

.horizontal-form {
    display: flex;
    align-items: center;
    /*gap: 50px;*/
    padding: 10px;
    flex-wrap: wrap;
    /* Wraps form fields on smaller screens */
}

.horizontal-form-bg {
    background-color: #0f467a;
}

.form-title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    /* margin-right: 10px; */
}

.form-title .icon {
    padding: 10px;
}

.btn-submit {
    padding: 10px 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #fff;
    color: #0f467a;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    /* background-color: #0f467a; */
}