@import url('../../components/online-appointment.css');
@import url("./treatment-responsive.css");
@import url('../../partials/intro.css');

/**
 * CONTENTS
 *
 * INTRO
 *   General
 * DROPDOWN LINKS
 *   General
 * OTHER TREATMENT SWIPER
 *   General
*/



/*------------------------------------*\
  # INTRO
\*------------------------------------*/

/* ---------General--------- */

    
    .header-img-tedavi-content img {
        transform: translate(-50%, -50%) scaleX(-1);
    }
    header .search-bar {
        position: absolute;
        bottom: 4%;
        right: 6%;
        width: 27%;
        display: flex;
        justify-content: flex-end;
        height: 70px;
    }
    header .search-bar input {
        width: 100%;
        height: 100%;
        outline: 0;
        padding-left: 30px;
        font-family: Latinka-Regular;
        font-size: 19px;
        border: none !important;
        background: var(--text-white);
        border-radius: 20px;
    }
    header .search-bar input::placeholder {
        color: var(--text-gray-five);
        font-family: Latinka-Light;
        opacity: 0.7;
    }
    header .search-bar button {
        border: none !important;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        outline: 0;
        width: 80px;
        background-color: var(--white);
        position: absolute;
        right: 0;
    }
    .detail-search-bar button i::before,
    header .search-bar button i::before {
        color: var(--darkblue);
        font-size: 30px;
        cursor: pointer;
    }
    .header-invisalign {
        width: 300px;
        position: absolute;
        right: 30px;
        bottom: 5px;
        opacity: 0.5;
    }
    .header-content {
        position: absolute;
        bottom: 80px;
        left: 5%;
    }
    .header-content h1 {
        font-size: 28px;
        line-height: 1;
        letter-spacing: 2px;
        color: #fff;
    }
    .header-content p {
        font-size: 23px;
        line-height: 46px;
        font-style: normal;
        text-align: left;
        color: #fff;
    }

/*------------------------------------*\
  ## END INTRO
\*------------------------------------*/



/*------------------------------------*\
  # OTHER TREATMENT SWIPER
\*------------------------------------*/

/* ---------General--------- */

    #other-treatment-swiper{
        display: flex !important;
    }
    #other-treatment-swiper img{
        object-fit: cover !important;
        scale: 1.5;
        pointer-events: none;
    }
    #other-treatment-swiper > .other-treatment-swiper-box:hover img{
        scale: 2
    }
    .other-treatment-swiper-box{
        height: 500px
    }
    .other-treatment-title{
        font-size: 20px !important;
    }

/*------------------------------------*\
  ## END OTHER TREATMENT SWIPER
\*------------------------------------*/



/*------------------------------------*\
  # DROPDOWN LINKS
\*------------------------------------*/

/* ---------General--------- */

    .dropdown-nav-links-under a {
        font-size: 15px;
        padding: 10px 0;
        opacity: 0.9;
        color: var(--text-brown);
        display: block;
    }
    .dropdown-nav-links-under-inside-internal-link-header a {
        opacity: 0.7;
    }
    .dropdown-nav-links-under-inside-end-header a {
        opacity: 0.5;
    }
    .dropdown-nav-links-under-inside-header,
    .dropdown-nav-links-under-inside-internal-link-header {
        display: flex;
        justify-content: space-between;
        width: 92%;
        position: relative;
    }
    .dropdown-nav-links-under-inside-internal-link-header {
        width: 85%;
    }
    .dropdown-nav-links-under-inside {
        border-radius: 4px;
    }
    .dropdown-nav-links-under-end-inside {
        background-color: #f1f1f1;
        border-radius: 5px;
        width: 86%;
    }
    .dropdown-nav-links-under-end-inside ul li a {
        padding-left: 10px;
    }
    .dropdown-nav-links-under-end-inside .dropdown-nav-links-under-inside-end-header {
        border-bottom: 1px solid #d3d3d3;
    }
    .dropdown-nav-links-main {
        width: 100%;
        font-family: "Roboto Slab";
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        color: #fff;
    }
    .dropdown-nav-links-main-header {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 5px 0;
    }
    .dropdown-nav-links-main-header::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #fff;
        opacity: 0.55;
    }
    .dropdown-nav-links-main-header-text {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
        align-items: center;
        margin-bottom: 5px;
    }
    .dropdown-nav-links-main-header-text-yasam::after {
        content: attr(data-label);
        position: absolute;
        right: -84%;
        top: -30%;
        color: var(--turquoise);
        font-family: "Calendary Hands", cursive;
        font-size: 27px;
        pointer-events: none;
    }
    .dropdown-nav-links-main-header-text-name {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .dropdown-nav-links-main-header-text-name-img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--extra-light-turquoise);
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/*------------------------------------*\
  ## END DROPDOWN LINKS
\*------------------------------------*/