@charset "UTF-8";

/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/

ul,
ul li {
    margin: 0;
    padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
    outline: none;
}

pre,
textarea {
    overflow: auto;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    outline: none;
}

ul li {
    list-style-type: none;
}

img {
    border: none;
}

textarea {
    resize: none;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a {
    outline: none;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
    display: none;
}

* {
    outline: none !important;
}


/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/


/** Mobile Contact **/

.mContact {
    /* display: none; */
    text-align: center;
    position: fixed;
    bottom: -3px;
    width: 100%;
    padding: 3px 0px;
    z-index: 99999999;
    border: none !important;
    /* border-top-left-radius: 51px; */
    /* border-top-right-radius: 30px; */
}

.mContact .col-md-6 {
    width: 50% !important;
    float: left;
    /* border-radius: 30px; */
    padding: 0 !important;
}

.mContact .col-md-6 a {
    padding: 10px;
    font-size: 14px;
    display: block;
}

.mContact .col-md-6 span {
    font-weight: bold;
    color: #fff;
    padding: 5px;
    position: relative;
    top: 1px;
}

.mContact .wp {
    background: #55cd6c;
    background: #58D164;
    background: -webkit-gradient(linear, left top, left bottom, from(#58D164), to(#2CB842));
    background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
}

.mContact .tl {
    background: -webkit-gradient(linear, left top, left bottom, from(#e94079), to(#bf1d53));
    background: linear-gradient(to bottom, #e94079, #bf1d53);
    background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#021930));
    background: linear-gradient(to bottom, #00488e, #021930);
    background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#0a3f74));
    background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.mContact img {
    width: 30px;
}


/* --- Mobile Menu --- */


/* --- Mobile Menu --- */

.mobile-menus {
    position: fixed;
    left: -300px;
    top: 0;
    left: -200% !important;
    width: 80%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999999999999;
    height: 100%;
    border-left: 0 !important;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: space-between; */
    overflow-y: auto !important;
    background: linear-gradient(269deg, rgb(169 194 240) 0.21%, rgb(143 177 239) 80.8%, rgb(102 138 207) 106.21%);
}

.mobile-menu-list ul {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* margin-bottom: 30px; */
}

.mobile-menu-list ul li a {
    color: #ffffff !important;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid rgba(210, 210, 210, 0.1294117647);
    line-height: 35px !important;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: inherit;
    padding: 10px 0%;
    font-weight: 600;
    display: block;
    /* letter-spacing: 0.5px; */
}

.mobile-social {
    margin-top: 30px;
}

.mobile-menu-list ul li a i {
    margin-right: 10px;
}

.mobile-menu-list ul li ul {
    background: none !important;
}

.mobile-menu-list ul li ul li a {
    position: relative;
    padding-left: 10px !important;
    padding: 3px 0%;
}

.mobile-menu-list ul li ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 0;
    line-height: 46px;
    width: 40px;
    height: 46px;
    display: block;
    color: #ffffff;
    opacity: 0;
}

.mobile-menu-list ul li ul li ul li a {
    position: relative;
    padding-left: 15px !important;
}

.mobile-menu-list ul li ul li ul li a:before {
    left: 22px;
}

.mobile-menu-list ul li ul {
    max-height: 0 !important;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.mobile-menu-list ul li.acik>ul {
    max-height: 500px !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.mobile-menu-list ul li.menu-item-has-children a {
    position: relative;
    overflow: hidden;
}

.mobile-menu-list ul li.menu-item-has-children>a:after {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    width: 46px;
    font-weight: bold;
    content: "\f107";
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-menu-list ul li.menu-item-has-children.acik>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-menu-listul li a:hover {
    /* background-color: #dcdcdc; */
    /* color: #000 !important; */
    /* -webkit-transition: all .5s; */
    -o-transition: all 0.5s;
    /* transition: all .5s; */
}

.mobile-menu-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar {
    width: 1px;
    background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar-thumb {
    background-color: #3b559e;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-menus.mobile-menus-active {
    left: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* overflow-y: auto; */
}

html.mobile-menus-active {
    overflow: hidden;
}

nav.mobile-menu-list {
    padding-top: 95px;
}

body {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 0%;
}

body.mobile-menus-active {
    /* left: 65%; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menuClose {
    width: 100%;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 999999999999;
    top: 0;
    background: rgba(32, 32, 32, 0.6705882353);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(42, 42, 66, 0.3490196078);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.menuClose.mobile-menus-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menuClose,
.mobile-menus {
    z-index: 999999999999;
    top: 0;
}

.mobil-menu-btn {
    position: relative;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    background: #888888;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
    width: 24px;
    height: 2px;
}

.mobil-menu-btn:before {
    content: "";
    position: absolute;
    right: 0;
    width: 27px;
    bottom: 7px;
    height: 2px;
    background: #888888;
    -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-list ul li a img {
    width: 30px;
    margin-right: 5px;
}

.mobil-menu-btn:after {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    top: 7px;
    height: 2px;
    background: #888888;
    -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu {
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    width: 40px;
    height: 36px;
}

.mobil-menu-logo img {
    width: 140px;
}

.mobil-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 90%;
}

.mobil-menu-close {
    color: rgba(255, 255, 255, 0.6588235294);
    font-size: 30px;
}

.mobil-menu-buttons a {
    font-weight: 500;
    width: 90%;
    font-size: 16px;
    background-color: #ffffff;
    /* border-radius: 20px 20px 20px 20px; */
    color: #426c87;
    padding: 15px 4px;
    display: block;
    text-align: center;
    opacity: inherit !important;
    margin-top: 14px;
}

.mobil-menu-buttons {
    /* display: flex; */
}

.mobil-menu-buttons-one a {
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    width: 90%;
    font-size: 16px;
    background-color: #0091ac;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    padding: 15px 4px;
    display: block;
    text-align: center;
    opacity: inherit !important;
    margin-top: 21px;
    border: 1px solid;
}

.mobil-menu-buttons-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-social a:last-child {
    margin-right: 0px;
}

.mobile-social a {
    width: 45px;
    height: 45px;
    font-size: 21px;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: #fff; */
    border-radius: 100%;
    color: #ffffff;
    margin-right: 23px;
    border: 1px solid;
}

.header-menu-btn {
    width: 3rem;
    height: 1.5625rem;
    position: relative;
    cursor: pointer;
}

.header-menu-btn .menu {
    display: block;
    margin-top: 30px;
    font-weight: 600;
    color: #ffffff;
}

.header-menu-btn .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
    transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
    transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
    transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
    -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
}

.header-menu-btn .line-center {
    top: 50%;
    margin-top: -1.5px;
}

.header-menu-btn .line-top {
    top: 0;
}

.header-menu-btn .line-bottom {
    bottom: 0;
}


/** Mobile Menu (END) **/


/* Transition || Geçiş */


/* Scale */


/* Skew */


/* Rotate */


/* Placeholder Color */


/** Whatsapp Fixed **/

.whatsappFixed {
    position: fixed;
    top: 50%;
    z-index: 999999;
    background: rgba(29, 177, 84, 0.9607843137);
    color: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.whatsappFixed a {
    color: #fff;
    font-size: 40px;
}

@-webkit-keyframes pulseVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulseVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/** Whatsapp Fixed **/


/** Font Family **/

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 1400px) {
    .c-container {
        max-width: 1300px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

body {
    font-family: "Instrument Sans", sans-serif;
}

.header-top {
    background: #F8F6F0;
}

.header-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-inner .left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #22468A;
    font-weight: 500;
    margin-right: 15px;
}

.header-top-inner .left .item .icon {
    margin-right: 7px;
}

.header-top-inner .left .item a {
    color: #22468A;
}

.header-top-inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-inner .right .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #22468A;
    font-weight: 500;
    margin-right: 15px;
}

.header-top-inner .right .item .icon {
    margin-right: 7px;
}

.header-top-inner .right .item a {
    color: #22468A;
}

.header-bottom {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, var(--pearl, rgba(248, 246, 240, 0.73))), color-stop(80.8%, rgba(143, 177, 239, 0.73)), color-stop(106.21%, rgba(34, 70, 138, 0.73)));
    background: linear-gradient(90deg, var(--pearl, rgba(248, 246, 240, 0.73)) 0.21%, rgba(143, 177, 239, 0.73) 80.8%, rgba(34, 70, 138, 0.73) 106.21%);
}

.header-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

.header-menu ul li {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.header-menu ul li a {
    font-weight: 500;
    color: #22468A;
    font-size: 18px;
}

.header-menu ul li ul {
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background: #ffff;
    border-radius: 6px;
    /* border: 3px solid #0091ac; */
    padding: 8px 11px;
    white-space: nowrap;
    transition: all 0.5s ease;
    box-shadow: -20px 50px 70px #0814201a;
    z-index: 99999;
    top: 38px;
}

.header-menu ul li ul:after {
    content: "";
    background-color: #FFF;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: -1;
}

.header-menu ul li ul li {
    margin: 0;
    float: none;
    /* margin-bottom: 5px; */
    display: block;
    padding: 0;
}

.header-menu ul li ul li ul li {
    margin-left: 5px;
}

.header-menu ul li ul li a {
    border-radius: 20px;
    display: block;
    padding: 0;
    white-space: nowrap;
    font-size: 15px;
    line-height: 34px;
    padding: 0 15px;
    font-weight: 500;
    opacity: inherit;
    display: block;
    font-weight: 500;
    color: black;
}

.header-menu ul li ul li ul {
    top: -10px;
    left: 125%;
    transition: all, .5s;
    padding: 10px;
    padding-left: 15px;
}

.header-menu ul li ul li ul:after {
    left: 10px;
}

.header-menu ul li ul li a:hover {
    background-color: #758fbf;
    color: #fff;
}

.header-menu ul li:hover>ul {
    opacity: 1;
    pointer-events: auto;
    transition: all, .5s;
}

.header-menu ul li ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    border-radius: 20px;
    /* background: #000000; */
    width: 50px;
    height: 5px;
    position: absolute;
    left: 50%;
}

.header-menu ul li ul li ul:before {
    left: 8px;
    top: 10px;
    width: 5px;
    height: 50px;
    border-radius: 20px 0 0 20px;
}

.header-menu ul li ul li:hover ul {
    top: -10px;
    left: 100%;
    transform: translateX(0);
    transition: all, .5s;
}

.slider {
    height: auto;
    background: linear-gradient(284.26deg, #BDD4FE 0.52%, #F8F6F0 95.24%);
}

.slider-text h1 {
    font-family: "Lobster", sans-serif;
    font-size: 48px;
    color: #22468A;
    margin-bottom: 20px;
}

.slider-text p {
    font-size: 20px;
    color: #22468A;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slider-text a.more {
    display: block;
    background: url(../images/book.png);
    width: 217px;
    height: 48px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #22468A;
    font-weight: 500;
}

.slider-bottom {
    background: #22468A;
    font-size: 22px;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.home-device {
    height: 630px;
    padding: 30px 0;
    background: #F8F6F0;
}

.home-device .content h2 {
    font-family: "Lobster", sans-serif;
    font-size: 48px;
    color: #22468A;
    margin-bottom: 20px;
}

.home-device .content p {
    font-size: 20px;
    color: #22468A;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-device .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-device .in .left {
    width: 50%;
}

.home-device .in .left .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-device .in .left a.button {
    display: block;
    background: url(../images/button.png);
    width: 200px;
    height: 48px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #22468A;
    font-weight: 500;
}

.home-device .in .left a.book {
    background: url(../images/book.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.home-device .in .right {
    width: 50%;
}

.home-service {
    padding-top: 70px;
    overflow-x: hidden;
    padding-bottom: 70px;
}

.home-service .head-title {
    text-align: center;
    font-family: "Lobster", sans-serif;
    font-size: 64px;
    color: #22468A;
    padding-bottom: 40px;
}

.home-service .item a {
    position: relative;
    display: block;
}

.home-service .item .title {
    position: absolute;
    font-size: 35px;
    color: #22468A;
    font-weight: 600;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-clinic {
    background: #F8F6F0;
}

.home-clinic .content {
    padding: 80px 40px;
}

.home-clinic .content h2 {
    font-family: "Lobster", sans-serif;
    font-size: 35px;
    color: #22468A;
    margin-bottom: 20px;
}

.home-clinic .content p {
    font-size: 20px;
    color: #22468A;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-clinic .content .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-clinic .content a.button {
    display: block;
    background: url(../images/button.png);
    width: 200px;
    height: 48px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #22468A;
    font-weight: 500;
}

.home-clinic .content a.book {
    background: url(../images/book.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.home-clinic .right {
    position: relative;
}

.home-clinic .right .clinic {
    width: 100%;
}

.home-clinic .right .in {
    position: absolute;
    width: 547px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
}

.home-clinic .right .in .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(250, 252, 255, 0.6588235294);
    backdrop-filter: blur(10.15px);
    border-radius: 20px 20px 0px 0px;
    height: 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
}

.home-clinic .lefts .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #22468A;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 25px;
}

.home-clinic .lefts .item:last-child {
    margin-bottom: 0;
}

.home-clinic .lefts .item .icon {
    margin-right: 7px;
}

.home-clinic .lefts .item a {
    color: #22468A;
}

.home-tab {
    padding: 70px 0;
}

.home-tab .tab-content {
    background: #EBF1FB;
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
}

.home-tab .tab-content img {
    border-radius: 20px;
}

.home-tab .tab-content h3 {
    font-family: "Lobster", sans-serif;
    font-size: 40px;
    color: #22468A;
    margin-bottom: 20px;
}

.home-tab .tab-content p {
    font-size: 18px;
    color: #22468A;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-tab .tab-content a.button {
    display: block;
    background: url(../images/button.png);
    width: 200px;
    height: 48px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #22468A;
    font-weight: 500;
    margin-bottom: 30px;
}

.home-tab .nav-link {
    background: #EBF1FB;
    border-radius: 0px 0px 20px 20px;
    font-family: "Lobster", sans-serif;
    color: #22468A;
    height: 100px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-tab .nav-link.active {
    background: #EBF1FB;
    color: #22468A;
    border-bottom: 20px #78ABFF solid;
}

.home-shorts {
    background: #F8F6F0;
    padding: 40px 0;
}

.home-shorts .head-title {
    text-align: center;
    font-family: "Lobster", sans-serif;
    font-size: 64px;
    color: #22468A;
    padding-bottom: 40px;
}

.home-shorts .inner a {
    position: relative;
}

.home-shorts .inner .item {
    margin: 0 15px;
}

.home-shorts .inner .item img {
    width: 100%;
    border-radius: 10px;
}

.home-shorts .inner .item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    font-size: 25px;
    background: rgba(34, 70, 138, 0.4509803922);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-shorts-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 25px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid;
    background: rgba(34, 70, 138, 0.4509803922);
    backdrop-filter: blur(2px);
    border-radius: 100%;
    color: #fff;
}

.home-shorts-slider .slick-next {
    right: 0px;
}

.home-shorts-slider .slick-prev {
    left: 0px;
}

.home-popular {
    padding: 80px 0;
}

.home-popular .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-popular-content span {
    font-size: 27px;
    color: #22468A;
    margin-bottom: 20px;
    display: block;
}

.home-popular-content .title {
    font-family: "Lobster", sans-serif;
    font-size: 42px;
    color: #22468A;
    margin-bottom: 20px;
}

.home-popular-content p {
    font-size: 20px;
    color: #22468A;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-popular-content-link {
    width: 800px; 
}

.home-popular-content-link a {
    position: relative;
    color: #22468A;
    font-weight: 500;
    display: inline-block;
    padding-right: 50px;
    margin-bottom: 25px;
    font-size: 18px;
}

.home-popular-content-link a::after {
    margin-top: 10px;
    content: "";
    display: block;
    background: #22468A;
    width: 60px;
    height: 2px;
}

.home-bio {
    margin-top: 70px;
    background: url(../images/bio-bg.jpg);
    height: 800px;
    /* margin-bottom: 100px; */
}

.home-bio .bio-right {
    width: 900px;
    z-index: 999999;
    padding-top: 100px;
}

.home-bio .bio-right img {
    margin-bottom: 30px;
}

.home-bio .bio-right .title {
    font-family: "Lobster", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #22468A;
    padding-bottom: 10px;
}

.home-bio .bio-right .inner {
    background: #22468A;
    backdrop-filter: blur(5.75px);
    font-family: "Lobster", sans-serif;
    border-radius: 20px;
    width: 500px;
    left: 10px;
    position: relative;
    right: 50px;
    margin-left: -30px;
}

.home-bio .bio-right .inner h2 {
    font-family: "Bona Nova", serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding-left: 30px;
}

.home-bio .bio-right p {
    font-size: 20px;
    font-weight: 300;
    color: #22468A;
    padding: 30px 0;
    line-height: 1.3;
    white-space: wrap;
    width: 700px;
}

.home-bio .bio-right a.more {
    display: block;
    background: url(../images/book.png);
    width: 217px;
    height: 48px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #22468A;
    font-weight: 500;
}

.footer {
    background: #22468A;
    border-radius: 20px 20px 0px 0px;
    padding: 40px 0;
}

.footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 25px;
}

.footer ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
}

.footer-contact .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.footer-contact .item .icon {
    margin-right: 7px;
}

.footer-contact .item a {
    color: #fff;
    line-height: 1.3;
}

.footer-social {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #22468A;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.single .head {
    padding: 15px 0;
}

.single .head .breadcrumbs {
    color: #22468A;
    font-weight: 600;
    font-size: 20px;
}

.single-contact .content {
    padding: 80px 40px;
}

.single-contact .content h2 {
    font-family: "Lobster", sans-serif;
    font-size: 48px;
    color: #22468A;
    margin-bottom: 20px;
}

.single-contact .content p {
    font-size: 20px;
    color: #22468A;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-contact .content .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-contact .content a.button {
    display: block;
    background: url(../images/button.png);
    width: 200px;
    height: 48px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #22468A;
    font-weight: 500;
}

.single-contact .content a.book {
    background: url(../images/book.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.single-contact .right {
    position: relative;
}

.single-contact .right .clinic {
    width: 100%;
}

.single-contact .right .in {
    position: absolute;
    width: 547px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
}

.single-contact .right .in .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(250, 252, 255, 0.6588235294);
    backdrop-filter: blur(10.15px);
    border-radius: 20px 20px 0px 0px;
    height: 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
}

.single-contact .lefts .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #22468A;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 25px;
}

.single-contact .lefts .item:last-child {
    margin-bottom: 0;
}

.single-contact .lefts .item .icon {
    margin-right: 7px;
}

.single-contact .lefts .item a {
    color: #22468A;
}

.single-contact .rights {
    background: linear-gradient(141.17deg, #F8F6F0 1.5%, rgba(126, 167, 255, 0.6509803922) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-contact .rights .title {
    font-family: "Lobster", sans-serif;
    font-size: 48px;
    color: #22468A;
    margin-bottom: 35px;
}

.single-contact .rights .form {
    width: 50%;
}

.single-contact .rights .form input[type=text] {
    background: #fff;
    border-radius: 20px;
    border: 0;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 15px;
}

.single-contact .rights .form input[type=tel] {
    background: #fff;
    border-radius: 20px;
    border: 0;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 15px;
}

.single-contact .rights .form input[type=email] {
    background: #fff;
    border-radius: 20px;
    border: 0;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 15px;
}

.single-contact .rights .form textarea {
    background: #fff;
    border-radius: 20px;
    border: 0;
    height: 120px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 15px;
}

.single-contact .rights .form input[type=submit] {
    float: right;
    display: block;
    background: #fff;
    width: 200px;
    height: 48px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #22468A;
    font-weight: 500;
    border: 0;
    border-radius: 20px;
}

.single-category-in {
    padding-top: 70px;
    overflow-x: hidden;
    padding-bottom: 70px;
}

.single-category-in .head-title {
    text-align: center;
    font-family: "Lobster", sans-serif;
    font-size: 64px;
    color: #22468A;
    padding-bottom: 40px;
}

.single-category-in .item a {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.single-category-in .item a:hover {
    opacity: initial;
}

.single-category-in .item a .seperator {
    position: absolute;
    width: 100%;
    height: 59%;
    content: "";
    background: linear-gradient( 359deg, #21468b 8.37%, rgb(33 70 139 / 85%) 35.88%, rgb(255 255 255 / 0%) 100%);
    bottom: 0px;
    border-radius: 20px;
    z-index: 5;
}

.single-category-in .item .title {
    position: absolute;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
}

.single-content h1 {
    font-family: "Lobster", sans-serif;
    font-size: 40px;
    color: #22468A;
    padding: 0;
    padding-bottom: 35px;
    letter-spacing: 3px;
}

.single-content img {
    border-radius: 20px;
}

.single-content h2 {
    font-size: 33px;
    color: #22468A;
    padding: 0;
    padding-bottom: 20px;
}

.single-content p {
    color: #22468A;
    line-height: 1.3;
    margin-bottom: 25px;
}

.single-content h3 {
    font-size: 30px;
    color: #22468A;
    padding: 0;
    padding-bottom: 20px;
}

.single-content h4 {
    font-size: 27px;
    color: #22468A;
    padding: 0;
    padding-bottom: 20px;
}

.sidebar-menu ul li a {
    display: flex;
    align-items: center;
    background: #F8F6F0;
    border-radius: 20px;
    padding: 7px 15px;
    /* Sol-sağ padding ekledim */
    font-size: 18px;
    color: #22468A;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
    list-style: none;
    gap: 15px;
    /* İkon ve yazı arasında sabit boşluk */
    width: 340px;
}


/* İkonlar için sabit genişlik */

.sidebar-menu ul li a img,
.sidebar-menu ul li a svg {
    width: 40px;
    /* İkonlar için sabit genişlik */
    min-width: 40px;
    /* Küçülmeyi engeller */
    height: 40px;
    object-fit: contain;
    /* İkonun oranını korur */
}

.sidebar-titles {
    color: #22468A;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 20px;
}

.single-content .col-xl-10 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.single-content .col-xl-10 ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #22468A;
    line-height: 1.6;
    font-size: 16px;
}

.single-content .col-xl-10 ul li:before {
    content: "●";
    position: absolute;
    left: 0;
    color: #22468A;
    font-size: 20px;
    line-height: 1.3;
}

.single-content .col-xl-10 ul li a {
    color: #22468A;
    text-decoration: underline;
    background: transparent;
    display: inline;
    padding: 0;
    border-radius: 0;
    justify-content: normal;
    align-items: normal;
    width: auto;
    margin: 0;
    font-weight: normal;
    transition: color 0.3s ease;
}

.single-content .col-xl-10 ul li a:hover {
    color: #1a3566;
    text-decoration: none;
}

.single-content .col-xl-10 ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.single-content .col-xl-10 ul ul li:before {
    content: "○";
    font-size: 16px;
}

.sidebar-menu ul li a img {
    border-radius: 100%;
}

.single-video .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 100%;
}

.single-video .play-button .butons-btn {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    display: flex;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.pricing-section {
    margin: 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pricing-section h3 {
    color: #5583b8;
    font-size: 1.5em;
    margin-bottom: 8px;
    font-weight: 600;
}

.pricing-section p {
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}


/* Tablo Container - Scroll için */

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


/* Tablo Stilleri */

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    min-width: 500px;
}

.pricing-table thead {
    background: linear-gradient(135deg, #8bb4e0 0%, #6a9dd4 100%);
    color: white;
}

.pricing-table th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95em;
    border: none;
}

.pricing-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #e3eef7;
}

.pricing-table tbody tr {
    transition: background-color 0.2s ease;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #f0f5fa;
}

.pricing-table tbody tr:hover {
    background-color: #e3eef7;
}

.pricing-table td:first-child {
    font-weight: 500;
    color: #5583b8;
}

.pricing-table td:not(:first-child) {
    color: #424242;
    font-weight: 500;
}


/* İki Sütunlu Tablo (Hydrafacial) - Eşit Sütunlar */

.pricing-table.two-column th,
.pricing-table.two-column td {
    width: 50%;
}

.pricing-table.two-column td:last-child,
.pricing-table.two-column th:last-child {
    text-align: center;
}

.pricing-table.two-column td:last-child {
    font-weight: 600;
    color: #5583b8;
}


/* Üç Sütunlu Tablo - Eşit Sütunlar */

.pricing-table.three-column th,
.pricing-table.three-column td {
    width: 33.33%;
}

.pricing-table.three-column td:nth-child(2),
.pricing-table.three-column td:nth-child(3),
.pricing-table.three-column th:nth-child(2),
.pricing-table.three-column th:nth-child(3) {
    text-align: center;
}

.pricing-table.three-column td:nth-child(2),
.pricing-table.three-column td:nth-child(3) {
    font-weight: 600;
    color: #5583b8;
}

.single-category-in .item a img {
    border-radius: 20px;
    width: 100%;
}

.main-category-image{
    display: none;
}


    /* Fixed Search Button */
    .fixed-search-btn {
        width: 60px;
        height: 60px;
    background: linear-gradient(#b8cdf4, #758fbf);
		border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 9998;
        transition: all 0.3s ease;
    }

    

    .fixed-search-btn i {
        font-size: 20px;
       color:#ffff;
    }

    /* Search Modal Overlay */
    .search-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .search-modal-overlay.active {
        display: flex;
        opacity: 1;
    }

    /* Search Modal Content */
    .search-modal-content {
        background: white;
        padding: 40px;
        border-radius: 20px;
        width: 90%;
        max-width: 700px;
        position: relative;
        transform: scale(0.9);
        transition: transform 0.3s ease;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }

    .search-modal-overlay.active .search-modal-content {
        transform: scale(1);
    }

    /* Close Button */
    .search-close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: #f1f1f1;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .search-close-btn:hover {
        background: #e0e0e0;
        transform: rotate(90deg);
    }

    .search-close-btn svg {
        width: 20px;
        height: 20px;
        fill: #333;
    }

    /* Search Title */
    .search-modal-title {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        margin-bottom: 25px;
        text-align: center;
    }

    /* Search Form Container */
    .search-form-container {
        width: 100%;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .fixed-search-btn {
            width: 50px;
            height: 50px;
            right: 20px;
        }

        .fixed-search-btn svg {
            width: 20px;
            height: 20px;
        }

        .search-modal-content {
            padding: 30px 20px;
            width: 95%;
        }

        .search-modal-title {
            font-size: 22px;
            margin-bottom: 20px;
        }
    }

    /* Animation */
    @keyframes pulse {
        0%, 100% {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        50% {
            box-shadow: 0 4px 25px rgba(102, 126, 234, 0.4);
        }
    }

    .fixed-search-btn.pulse {
        animation: pulse 2s infinite;
    }

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    background: none !important;
 
}

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    background: none !important;

}