/* =================================================================== 
 *
 *  Transcend v1.0 Main Stylesheet
 *  03-19-2018
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## Lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## Spacing 
 *    ## pace.js styles - minimal
 *  # preloader
 *  # forms
 *    ## Style Placeholder Text
 *    ## Change Autocomplete styles in Chrome
 *  # buttons
 *  # additional components
 *    ## alert box
 *    ## additional typo styles
 *    ## skillbars
 *  # reusable and common theme styles
 *    ## display headings
 *  # header styles
 *    ## header logo
 *    ## main navigation
 *    ## mobile menu toggle 
 *  # home
 *    ## home content
 *    ## home sidelinks
 *    ## home scroll
 *    ## home scroll
 *    ## home animations
 *  # about
 *    ## about process
 *  # services
 *    ## services list
 *  # works
 *    ## bricks/masonry
 *  # testimonials
 *  # stats 
 *  # contact 
 *    ## contact social
 *    ## subscribe
 *    ## copyright
 *    ## go to top
 *
 * =================================================================== */


/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */

@charset "UTF-8";

html {
    font-size: 10px;
   
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.411764705882353px;
  }
}

html, body {
  height: 100%;
}

body {
  background: #111111;
  font-family: 'Dosis', sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.565;
  color: #555555;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #cc147f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #26bfb5;
}

a:hover,
a:active {
  outline: 0;
}

hr {
    width: 60%;
    border-style: solid;
    color: #000000;
    border-width: 4px;
}


/* * * * * * * * * * * *
* // Content
* * * * * * * * * * * */

.footerMiddle {
    background-image: url(../images/bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    background-attachment: fixed !important;
    background-size: cover;

}

.footerMiddle2 {
    background-image: url(../images/bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    background-attachment: fixed !important;
    
}

.footerMiddleCovid {
    background-image: url(../images/bg-covid.jpg) !important;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
/* * * * * * * * * * * *
* // Footer
* * * * * * * * * * * */


/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8 {
  font-family: 'Dosis', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 6rem;
  margin-bottom: 1.8rem;
}

h8 {
    margin-left: 0;
    font-weight: 800;
}

@media only screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 0.1rem;
  }

}

h5, .h5, h6, .h6 {
  margin-top: 4.2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width:600px) {
  h5, .h5, h6, .h6, .h7 {
    margin-top: 3.6rem;
    margin-bottom: 0.9rem;
  }

}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -0.07rem;
  }

}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.286;
}

h5, .h5 {
  font-size: 1.7rem;
  line-height: 1.235;
}

h6, .h6 {
  font-size: 1.4rem;
  line-height: 1.286;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
}
h7, .h7 {
  font-size: 1.6rem;
  line-height: 1.286;
  letter-spacing: 0.16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: 'Dosis', sans-serif;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 3.6rem;
  color: rgba(85, 85, 85, 0.95);
}
@media only screen and (max-width: 1200px) {
  p.lead {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1000px) {
  p.lead {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 800px) {
  p.lead {
    font-size: 1.9rem;
  }
}

em, i, strong, b {
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-family: 'Dosis', sans-serif;
}

strong, b {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 0.9rem 0;
  padding-left: 0.4rem;
  position: relative;
}

blockquote:before {
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;

}
blockquote p {
  font-family: 'Dosis', sans-serif;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.857;
  color: #111111;
}

color {
  color: #dd0000;
}

blockquote cite {
  display: block;
  font-family: "domine-regular", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #626262;
  border: none;
}


var, kbd, samp, code, pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #f1f1f1;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
    text-transform: capitalize;
}

mark {
  background: #ffd900;
  color: #000000;
}

mark-purple {
  background: #cc147f;
  color: #000000;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: 0.4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.6rem 0 0.6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cc147f;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #cc147f;
}

dd {
  margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size:14px;
}

th,
td {
  padding: 1rem 2rem;
  text-align: left;
  border-bottom: 1px solid #c7bdbd;
}

th {
    color: #000000;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    background-color: #f8ffb9;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
  height: 30px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}



/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.cl-custom-select {
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #cc147f;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.oldie .pace {
  display: none;
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #050505;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  padding: 0;
}

#loader:before {
  content: "";
  border-top: 6px solid rgba(255, 255, 255, 0.1);
  border-right: 6px solid rgba(255, 255, 255, 0.1);
  border-bottom: 6px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid #cc147f;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2.4rem;
  border: 0;
  outline: none;
  color: #151515;
  font-family: 'Dosis', sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cl-custom-select {
  position: relative;
  padding: 0;
}
.cl-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
.cl-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cl-custom-select select::-ms-expand {
  display: none;
}
.cl-custom-select::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .cl-custom-select::after {
  display: none;
}

textarea {
  min-height: 16rem;
  background: #ddabff;
  font-size: 1.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label,
legend {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0.9rem;
  line-height: 1.714;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.15rem;
}


/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #626262;
}

:-moz-placeholder {
  color: #626262;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #626262;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #626262;
}

.placeholder {
  color: #626262 !important;
}


/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #cc147f;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]
{
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  height: 5.4rem;
  line-height: 5rem;
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: 0.2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #000000;
  outline: 0;

}


/* button primary
 * ------------------------------------------------- */
    .btn.btn--primary,
    button.btn--primary,
    input[type="submit"].btn--primary,
    input[type="reset"].btn--primary,
    input[type="button"].btn--primary {
        background: #cc147f;
        border-color: #cc147f;
        color: #ffffff;
    }
    .btn.btn--primary:hover,
    button.btn--primary:hover,
    input[type="submit"].btn--primary:hover,
    input[type="reset"].btn--primary:hover,
    input[type="button"].btn--primary:hover,
    .btn.btn--primary:focus,
    button.btn--primary:focus,
    input[type="submit"].btn--primary:focus,
    input[type="reset"].btn--primary:focus,
    input[type="button"].btn--primary:focus {
        background: #b51271;
        border-color: #b51271;
    }



/* column
 * ------------------------------------------------- */
.column 
{
            
}

.column:hover {
    background: #f8ffb9;
                
}



/* button modifiers
 * ------------------------------------------------- */
.btn.full-width,
button.full-width {
  width: 100%;
  margin-right: 0;
}

.btn--medium,
button.btn--medium {
  height: 5.7rem !important;
  line-height: 5.3rem !important;
}

.btn--large,
button.btn--large {
  height: 6rem !important;
  line-height: 5.6rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #000000;
  color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  color: #ffffff;
}

.btn--pill,
button.btn--pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: 'Dosis', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
.alert-box__close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}
.alert-box__close.fa {
  font-size: 12px;
}
.alert-box--error {
  background-color: #ffd1d2;
  color: #e65153;
}
.alert-box--success {
  background-color: #c8e675;
  color: #758c36;
}
.alert-box--info {
  background-color: #d7ecfb;
  color: #4a95cc;
}
.alert-box--notice {
  background-color: #fff099;
  color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * ## additional typo styles
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem 0.6rem 0 0;
  font-size: 8.4rem;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.25);
}
.pull-quote:before {
  
  top: -3.6rem;
  left: 0;
}
.pull-quote:after {
  
  bottom: 3.6rem;
  right: 0;
}
.pull-quote blockquote {
  margin: 0;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  border: none;
  color: #000000;
}
.stats-tabs li a:hover {
  color: #cc147f;
}
.stats-tabs li a em {
  display: block;
  margin: 0.6rem 0 0 0;
  font-size: 1.4rem;
  font-family: 'Dosis', sans-serif;
  color: #626262;
}


/* ------------------------------------------------------------------- 
 * ## skillbars 
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}
.skill-bars li {
  height: 0.6rem;
  background: #c9c9c9;
  width: 100%;
  margin-bottom: 6.9rem;
  padding: 0;
  position: relative;
}
.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: 'Dosis', sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.skill-bars li .progress {
  background: #000000;
  position: relative;
  height: 100%;
}
.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: 'Dosis', sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: 0.6rem 0.6rem;
  border-radius: 3px;
}
.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000000;
  content: "";
}
.skill-bars li .percent5 {
  width: 5%;
}
.skill-bars li .percent10 {
  width: 10%;
}
.skill-bars li .percent15 {
  width: 15%;
}
.skill-bars li .percent20 {
  width: 20%;
}
.skill-bars li .percent25 {
  width: 25%;
}
.skill-bars li .percent30 {
  width: 30%;
}
.skill-bars li .percent35 {
  width: 35%;
}
.skill-bars li .percent40 {
  width: 40%;
}
.skill-bars li .percent45 {
  width: 45%;
}
.skill-bars li .percent50 {
  width: 50%;
}
.skill-bars li .percent55 {
  width: 55%;
}
.skill-bars li .percent60 {
  width: 60%;
}
.skill-bars li .percent65 {
  width: 65%;
}
.skill-bars li .percent70 {
  width: 70%;
}
.skill-bars li .percent75 {
  width: 75%;
}
.skill-bars li .percent80 {
  width: 80%;
}
.skill-bars li .percent85 {
  width: 85%;
}
.skill-bars li .percent90 {
  width: 90%;
}
.skill-bars li .percent95 {
  width: 95%;
}
.skill-bars li .percent100 {
  width: 100%;
}



/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
  max-width: 1400px;
}

.narrow {
  max-width: 800px;
}

.light-gray {
  background-color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
  font-family: "roboto slab", sans-serif;
  font-size: 6rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000000;
  letter-spacing: -0.03rem;
  margin-top: 0;
  margin-bottom: 4.8rem;
}
.display-1--light {
  color: #ffffff;
}

.subhead {
  font-family: 'Dosis', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #cc147f;
  margin-top: 0;
  margin-bottom: 2.1rem;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * display headings
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 950px) {
  .display-1 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .display-1 {
    font-size: 4.2rem;
    margin-bottom: 4.2rem;
  }

  .subhead {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .display-1 {
    font-size: 3.3rem;
  }

  .subhead {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .display-1 {
    font-size: 3rem;
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * display headings
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 950px) {
  .display-1 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .display-1 {
    font-size: 4.2rem;
    margin-bottom: 4.2rem;
  }

  .subhead {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .display-1 {
    font-size: 3.3rem;
  }

  .subhead {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .display-1 {
    font-size: 3rem;
  }
}

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
  z-index: 500;
  width: 80%;
  height: 96px;
  background-color: transparent;
  position: absolute;
  top: 24px;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
  z-index: 501;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 110px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-logo a {
  display: block;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-logo img {
  width: 425px;
  height: 81px;
}


/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
  z-index: 900;
  font-family: 'Dosis', sans-serif;
  font-size: 1.3rem;
  line-height: 1.846;
  padding: 2.6rem 3rem 3.6rem 3.6rem;
  height: 100%;
  width: 350px;
  background: #0c0c0c;
  color: rgba(255, 255, 255, 0.25);
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
}
.header-nav a,
.header-nav a:visited {
  color: rgba(255, 255, 255, 0.5);
}
.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
  color: white;
}
.header-nav h3 {
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  line-height: 1.363;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 4.8rem;
  margin-top: 0.9rem;
  color: #cc147f;
}
.header-nav p {
  margin-bottom: 2.7rem;
}

.header-nav__content {
  background: #0c0c0c;
  position: relative;
  left: 50px;
  opacity: 0;
  visibility: hidden;
}

.header-nav__list {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin: 3.6rem 0 3rem 0;
  padding: 0 0 1.8rem 0;
  text-transform: uppercase;
  list-style: none;
  counter-reset: ctr;
}
.header-nav__list li {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  line-height: 3rem;
  position: relative;
}
.header-nav__list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.header-nav__list a {
  display: block;
  color: #ffffff;
  position: relative;
  padding-left: 3rem;
}
.header-nav__list a::before {
  content: counter(ctr, decimal-leading-zero) ".";
  counter-increment: ctr;
  font-family: 'Dosis', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 3px;
  top: 0;
}
.header-nav__list a:hover::before {
  color: #cc147f;
}

.header-nav__social {
  list-style: none;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0;
}
.header-nav__social li {
  display: inline-block;
  margin-right: 12px;
  padding-left: 0;
}
.header-nav__social li a {
  color: rgba(255, 255, 255, 0.15);
}
.header-nav__social li a:hover,
.header-nav__social li a:focus {
  color: white;
}
.header-nav__social li:last-child {
  margin: 0;
}

.header-nav__close {
  z-index: 800;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  border-radius: 3px;
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.header-nav__close span::before,
.header-nav__close span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}
.header-nav__close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-nav__close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  left: 0;
}


/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
  position: fixed;
  right: 110px;
  top: 42px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-menu-toggle::before {
  display: inline-block;
  content: "MENU";
  height: 45px;
  left: auto;
  text-align: right;
  padding-left: 15px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 100%;
}
.header-menu-toggle.opaque {
  background-color: #000000;
}
.header-menu-toggle.opaque::before {
  display: none;
}
.header-menu-toggle:hover,
.header-menu-toggle:focus,
.header-menu-toggle:active {
  color: #cc147f;
}

.header-menu-icon {
  display: block;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  position: absolute;
  left: 11px;
  top: 50%;
}
.header-menu-icon::before,
.header-menu-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}
.header-menu-icon::before {
  top: -9px;
}
.header-menu-icon::after {
  bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  .header-logo {
    left: 50px;
  }

  .header-menu-toggle {
    right: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .header-logo {
    left: 50px;
  }

  .header-menu-toggle {
    right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .s-header {
    height: 90px;
    top: 12px;
  }

  .header-logo {
    left: 30px;
  }
  .header-logo img {
    width: 270px;
    height: 50px;
  }

  .header-menu-toggle {
    right: 25px;
    top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .header-menu-toggle::before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .s-header {
    top: 6px;
  }

  .header-logo {
    left: 20px;
  }
  .header-logo img img {
    width: 141px;
    height: 27px;
  }

  .header-menu-toggle {
    top: 24px;
    right: 20px;
  }
}


/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
.s-home {
  width: 100%;
  height: 100%;
  
  background-color: transparent;
  position: relative;
  display: table;
position: relative;   /* mutlak konumlu çocukları kapsayabilmesi için */
  min-height: 100vh;    /* en az bir ekran boyu kadar yükseklik */


}
.s-home .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}
.s-home::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background-color: #000000;
}

.no-js .s-home {
  background: #000000;
}


/* ===================================================================
 * # covid
 *
 * ------------------------------------------------------------------- */
.s-covid {
  width: 100%;
  height: 100%;
  min-height: 786px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  display: table;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}

.covid-content__main {
  padding-top: 5rem;
  position: relative;
}
.s-covid .shadow-overlay-covid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(to right, white 0%, white 20%, transparent 100%);
}
.s-covid::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #ffffff;
} 

.no-js .s-covid {
  background: #ffffff;
}

/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 6.6rem;
  overflow: hidden;
  position: relative;
}
.home-content h1 {
  font-family: "roboto slab", sans-serif;
  font-size: 9.8rem;
  line-height: 1.1;
  margin-top: 0;
  color: #ffffff;
}
.home-content h1 + p {
  font-family: "roboto slab", sans-serif;
  font-size: 2.8rem;
  line-height: 1.421;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2.4rem;
  padding-left: 10rem;
  position: relative;
}
.home-content h1 + p::before {
  content: "";
  display: block;
  width: 6.5rem;
  height: 1px;
  background-color: #cc147f;
  position: absolute;
  left: 6px;
  top: 2.7rem;
}

.home-content__main {
  padding-top: 15rem;
  padding-right: 26rem;
  position: relative;
}
.home-content__main__course {
  padding-top: 15rem;
  padding-right: 0rem;
  position: relative;
}



/* ------------------------------------------------------------------- 
 * ## home sidelinks
 * ------------------------------------------------------------------- */
.home-sidelinks {
 list-style: none;
  font-family: 'Dosis', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin: 0;
  position: absolute;
  display: flex;
  top: 100%;
  left: 0;          /* sabit soldan boşluk */
  right: auto;         /* yüzde tabanlı konumlama devre dışı */
  transform: translateY(-100%);
}
    .home-sidelinks li {
        display: flex;
        padding: 0;
        text-align: left;
        background-color: #08015f;
        box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: relative;
         flex-direction: column;   /* çok satırlı metni dikeyde istiflemek için */
    justify-content: center;  /* dikey ortala */
    align-items: center;      /* yatay ortala */
    }
.home-sidelinks li:last-child {
  border-bottom: 0;
}
.home-sidelinks li::before {
  
  display: block;
  height: 6px;
  width: 6px;
  background-color: #cc147f;
  border-radius: 50%;
  position: absolute;
  top: 3rem;
  left: 2rem;
}
.home-sidelinks a {
  display: block;
  padding: 4.1rem 3.4rem 3rem 4rem;
  color: #ffffff;
}
.home-sidelinks span {
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0;
}
.home-sidelinks li:hover {
  background-color: rgba(0, 1, 0, 0.6);
  
}





/* ------------------------------------------------------------------- 
 * ## home sidelinkscourse
 * ------------------------------------------------------------------- */

    .home-sidelinkscourse {
    list-style: none;
    font-family: 'Dosis', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: auto; /* artık top:100% işlevsiz */
    bottom: 0; 
    transform: translateY(0); /* yukarı taşımayı iptal ettik */
    position: absolute;
    left: 0px;
    right: auto; 
    display: flex;
}


 .home-sidelinkscourse li {
        display: flex;
        padding: 0;
        text-align: left;
        background-color: #08015f;
        box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: relative;
        flex-direction: column;   /* çok satırlı metni dikeyde istiflemek için */
    justify-content: center;  /* dikey ortala */
    align-items: center;      /* yatay ortala */
    }

        .home-sidelinkscourse li:last-child {
            border-bottom: 0;
        }

        .home-sidelinkscourse li::before {
            display: block;
            height: 6px;
            width: 6px;
            background-color: #cc147f;
            border-radius: 50%;
            position: absolute;
            top: 3rem;
            left: 2rem;
        }

        .home-sidelinkscourse a {
            display: block;
            padding: 4.1rem 3.4rem 3rem 4rem;
            color: #ffffff;
        }

    .home-sidelinkscourse span {
        display: block;
        font-family: 'Dosis', sans-serif;
        font-size: 1.5rem;
        line-height: 1.6rem;
        color: rgba(255, 255, 255, 1);
        text-transform: none;
        letter-spacing: 0;
    }

    .home-sidelinkscourse li:hover {
        background-color: rgba(0, 1, 0, 0.6);
    }



/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-scroll {
  height: 4.8rem;
  position: absolute;
  right: 110px;
  bottom: 6.6rem;
}
.home-scroll__text {
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-size: 11px;
  line-height: 4.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  right: 7.5rem;
}
.home-scroll__icon {
  display: block;
  height: 4.8rem;
  width: 4.8rem;
  background-color: #ffffff;
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
.home-scroll:hover .home-scroll__text {
  border-bottom: 1px solid #ffffff;
}

.no-svg .home-scroll__icon {
  background-image: url(../images/icons/png/icon-arrow-down.png);
}


/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-social {
  list-style: none;
  font-size: 14px;
  line-height: 4.8rem;
  margin: 0;
  color: #ffffff;
  position: absolute;
  bottom: 6.6rem;
  right: 110px;
}
.home-social a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-social a:hover {
  border-bottom: 1px solid #ffffff;
}
.home-social i {
  display: none;
}
.home-social .home-social-title {
  font-family: 'Dosis', sans-serif;
  padding-right: 4rem;
  margin-right: 0.8rem;
  position: relative;
}
.home-social .home-social-title::after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
}
.home-social li {
  display: inline-block;
  position: relative;
  margin-right: 0.6rem;
}
.home-social li a {
  display: block;
}
.home-social li:last-child {
  margin-right: 0;
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.cl-preload .home-content__main {
  opacity: 0;
}

html.cl-loaded .home-content__main {
  animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */
/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */



 @media only screen and (max-width: 1600px) {
  .home-content h1 {
    font-size: 8.8rem;
  }
  .home-content h1 + p {
    font-size: 3.6rem;
  }

  .home-content__main {
    padding-top: 6rem;
  }

    .home-sidelinks {
        font-size: 1.2rem;
        left: 0px;
        padding: 0rem 0rem 0rem 0rem;
    }
    .home-sidelinkscourse {
        font-size: 1.2rem;
         left: 0px;
        padding: 0rem 0rem 0rem 0rem;
    }
  .home-scroll {
    right: 60px;
  }

}
@media only screen and (max-width: 1500px) {
  
    .home-content h1 {
    font-size: 8.6rem;
  }

  .home-content__main {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-content h1 {
    font-size: 5.8rem;
  }
  .home-content h1 + p {
    font-size: 3rem;
  }
  .home-content h1 + p::before {
    top: 2.4rem;
  }

  .home-content__main {
    max-width: 1000px;
  }

}

@media only screen and (max-width: 1200px) {
  .home-content h1 {
    font-size: 7.2rem;
  }
  .home-content h1 + p {
    font-size: 2.4rem;
    padding-right: 2rem;
    padding-left: 8rem;
  }
  .home-content h1 + p::before {
    width: 5.5rem;
    top: 1.8rem;
  }
  .home-content br {
    display: none;
  }

  .home-content__main {
    max-width: 850px;
  }

}
@media only screen and (max-width: 1000px) {
  .home-content__main {
    max-width: 650px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 900px) {

    .home-content h1 {
    font-size: 7rem;
  }
}
    @media only screen and (max-width: 800px) {
    .home-content h1 {
    font-size: 6.5rem;
  }

  .home-content__main {
    max-width: 580px;
  }

  .home-scroll {
    right: 40px;
  }
  .home-scroll__text {
    display: none;
  }

        .home-social {
            display: none;
        }

            .home-social i {
                display: none;
            }

            .home-social .< {
                display: none;
            }
}
    @media only screen and (max-width: 700px) {

    .home-content h1 {
    font-size: 5.5rem;
  }
  .home-content h1 + p {
    font-size: 2.2rem;
    padding-right: 0;
  }
  .home-content h1 + p::before {
    top: 1.6rem;
  }

  .home-content__main {
    max-width: 480px;
  }




}
    @media only screen and (max-width: 600px) {

  .home-content h1 {
    font-size: 5.4rem;
  }
  .home-content h1 + p {
    padding-top: 3rem;
    padding-left: 0;
  }
  .home-content h1 + p::before {
    left: 0;
    top: 0;
  }

  .home-content__main {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }
  .home-scroll {
    right: 30px;
    bottom: 6rem;
  }
  .home-scroll__icon {
    height: 4.2rem;
    width: 4.2rem;
  }
}
    @media only screen and (max-width: 500px) {

    .home-content h1 {
    font-size: 5rem;
  }
  .home-content h1 + p {
    padding-top: 2.8rem;
  }

  .s-home {
    min-height: 642px;
  }
}
    @media only screen and (max-width: 450px) {

    .home-content h1 {
    font-size: 5.6rem;
  }
  .home-content h1 + p {
    padding-top: 2.4rem;
  }
}
@media only screen and (max-width: 400px) {


    .s-home {
    min-height: 630px;
  }

  .home-content h1 {
    font-size: 4.5rem;
  }
  .home-content h1 + p {
    padding-top: 2.1rem;
  }

  .home-content__main {
    padding-left: 44px;
    padding-right: 25px;
  }

  .home-social {
    font-size: 13px;
    left: 43px;
  }
  .home-social .home-social-title {
    padding-right: 0.6rem;
  }
  .home-social .home-social-title::after {
    display: none;
  }

  .home-scroll {
    right: 25px;
  }
}



/* ===================================================================
 * # history
 *
 * ------------------------------------------------------------------- */
.s-history {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-color: #ffffff;
  position: relative;
}

/* ------------------------------------------------------------------- 
 * ## history process
 * ------------------------------------------------------------------- */
.process {
  margin-top: 4.2rem;
  position: relative;
}
.process__vline-left,
.process__vline-right {
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
}
.process__vline-left {
  top: 0;
  left: calc(20px + 24px);
}
.process__vline-right {
  top: 0;
  left: calc(50% + 20px + 24px);
}
.process h4 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 0;
  position: relative;
}
.process__col {
  position: relative;
  min-height: 24.6rem;
}
.process__col::before {
  content: attr(data-item);
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 2.1rem;
  text-align: center;
  color: #ffffff;
  background-color: #26bfb5;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 18px #ffffff;
  position: absolute;
  left: 20px;
  top: 0;
}
.process__text {
  margin-left: 7.5rem;
  padding-right: 30px;
}
.responsive {
    width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * history
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .s-history {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .process__vline-left {
    left: calc(15px + 22px);
  }
  .process__vline-right {
    left: calc(50% + 15px + 22px);
  }
  .process h4 {
    font-size: 2.6rem;
  }
  .process__col::before {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 1.8rem;
    left: 15px;
  }
  .process__text {
    margin-left: 6.8rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .s-history {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .process {
    margin-top: 3rem;
  }
  .process__vline-right {
    display: none;
  }
  .process__col {
    min-height: 0;
  }
  .process__col::before {
    top: -3px;
  }
}
@media only screen and (max-width: 600px) {
  .process__vline-left {
    left: calc(10px + 22px);
  }
  .process__col::before {
    top: -3px;
    left: 10px;
  }
  .process h4 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .s-history {
    padding-top: 9.6rem;
  }

  .process h4 {
    font-size: 2.2rem;
    padding-left: 5.4rem;
    margin-bottom: 1.8rem;
  }
  .process__vline-left {
    display: none;
  }
  .process__col {
    margin-bottom: 4.2rem;
  }
  .process__col::before {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 1.6rem;
    top: -3px;
    left: 0;
  }
  .process__text {
    margin-left: 0;
  }
}


/* ===================================================================
 * # bizkimiz
 *
 * ------------------------------------------------------------------- */
.s-kimiz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  position: relative;
}
.s-kimizz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}


/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-color: #f1f1f1;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## about process
 * ------------------------------------------------------------------- */
.process {
  margin-top: 4.2rem;
  position: relative;
}
.process__vline-left,
.process__vline-right {
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
}
.process__vline-left {
  top: 0;
  left: calc(20px + 24px);
}
.process__vline-right {
  top: 0;
  left: calc(50% + 20px + 24px);
}
.process h4 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 0;
  position: relative;
}
.process__col {
  position: relative;
  min-height: 24.6rem;
}
.process__col::before {
  content: attr(data-item);
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 2.1rem;
  text-align: center;
  color: #ffffff;
  background-color: #26bfb5;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 18px #ffffff;
  position: absolute;
  left: 20px;
  top: 0;
}
.process__text {
  margin-left: 7.5rem;
  padding-right: 30px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .s-about {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .process__vline-left {
    left: calc(15px + 22px);
  }
  .process__vline-right {
    left: calc(50% + 15px + 22px);
  }
  .process h4 {
    font-size: 2.6rem;
  }
  .process__col::before {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 1.8rem;
    left: 15px;
  }
  .process__text {
    margin-left: 6.8rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .s-about {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .process {
    margin-top: 3rem;
  }
  .process__vline-right {
    display: none;
  }
  .process__col {
    min-height: 0;
  }
  .process__col::before {
    top: -3px;
  }
}
@media only screen and (max-width: 600px) {
  .process__vline-left {
    left: calc(10px + 22px);
  }
  .process__col::before {
    top: -3px;
    left: 10px;
  }
  .process h4 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .s-about {
    padding-top: 9.6rem;
  }

  .process h4 {
    font-size: 2.2rem;
    padding-left: 6.4rem;
    margin-bottom: 1.8rem;
  }
  .process__vline-left {
    display: none;
  }
  .process__col {
    margin-bottom: 4.2rem;
  }
  .process__col::before {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 1.6rem;
    top: -3px;
    left: 0;
  }
  .process__text {
    margin-left: 0;
  }
}



/* ===================================================================
 * # services
 *
 * ------------------------------------------------------------------- */
.s-services {
  padding-top: 18rem;
  padding-bottom: 18rem;
  color: #ffffff;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## services list
 * ------------------------------------------------------------------- */
.services-list {
  margin-top: 6rem;
}
.services-list .service-item {
  margin-bottom: 1.5rem;
}
.services-list .service-item h3 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}
.services-list .service-icon {
  color: #26bfb5;
  font-size: 4.8rem;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .s-services {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .services-list [class*="col-"]:nth-child(2n + 1) {
    padding-right: 30px;
  }
  .services-list [class*="col-"]:nth-child(2n + 2) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .s-services {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .services-list {
    margin-top: 3rem;
  }
  .services-list .service-icon {
    font-size: 4.5rem;
  }
  .services-list [class*="col-"]:nth-child(n) {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .services-list [class*="col-"]:nth-child(n) {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .s-services {
    padding-top: 9.6rem;
  }

  .services-list [class*="col-"]:nth-child(n) {
    padding: 0;
  }
}



/* ===================================================================
 * # works
 *
 * ------------------------------------------------------------------- */
.s-works {
  background: #ffffff;
  padding: 18rem 0 24rem;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## bricks/masonry
 * ------------------------------------------------------------------- */
.masonry-wrap {
  margin-top: 6rem;
  max-width: none;
  width: 1380px;
}

.masonry:after {
  content: "";
  display: table;
  clear: both;
}
.masonry .grid-sizer,
.masonry__brick {
  width: 460px;
}
.masonry__brick {
  float: left;
  padding: 0;
}

.item-folio {
  position: relative;
  overflow: hidden;
}

.item-folio__thumb img {
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100% !important;
    height: auto !important;
    display: block;
}
.item-folio__thumb a {
  display: block;
}
.item-folio__thumb a::before {
  z-index: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.item-folio__thumb a::after {
  z-index: 1;
  content: "";
  font-family: georgia, serif;
  font-size: 3rem;
  color: #000000;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.item-folio__text {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 3.6rem;
  padding: 0 3rem;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-folio__title {
  color: #000000;
  font-size: 2.8rem;
  margin: 0;
}

.item-folio__cat {
  color: black;
  font-family: 'Dosis', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.item-folio__caption {
  display: none;
}

.item-folio__project-link {
  z-index: 500;
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 2.3rem;
  color: #ffffff;
  background-color: #000000;
  padding: 0.6rem 1.2rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.item-folio__project-link::before {
  display: block;
  content: "";
  height: 1px;
  width: 3rem;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -3rem;
}
.item-folio__project-link:hover,
.item-folio__project-link:focus,
.item-folio__project-link:active {
  background-color: #cc147f;
  color: #ffffff;
}

/* on hover */
.item-folio:hover .item-folio__thumb a::before {
  opacity: 1;
  visibility: visible;
}
.item-folio:hover .item-folio__thumb a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item-folio:hover .item-folio__thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.item-folio:hover .item-folio__project-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.item-folio:hover .item-folio__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
  .masonry-wrap {
    width: 1200px;
  }

  .masonry .grid-sizer,
  .masonry__brick {
    width: 400px;
  }
}
@media only screen and (max-width: 1350px) {
  .masonry-wrap {
    width: 1158px;
  }

  .masonry .grid-sizer,
  .masonry__brick {
    width: 386px;
  }
}
@media only screen and (max-width: 1300px) {
  .masonry-wrap {
    width: 990px;
  }

  .masonry .grid-sizer,
  .masonry__brick {
    width: 330px;
  }
}
@media only screen and (max-width: 1200px) {
  .s-works {
    padding: 15rem 0 22.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .masonry-wrap {
    width: 90%;
    max-width: 800px;
  }

  .masonry .grid-sizer,
  .masonry__brick {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .s-works {
    padding: 12rem 0 21rem;
  }

  .masonry-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 600px) {
    .masonry .grid-sizer,
    .masonry__brick {
        width: 48% !important;
        margin: 1% !important;
        float: left !important;
    }

    .item-folio__title {
        font-size: 1.8rem !important;
    }

    .masonry-wrap {
        width: 100% !important;
        margin: 2rem auto; /* üst-alt boşluklar, isteğe göre ayarlayın */
    }
}


@media only screen and (max-width: 400px) {
  .s-works {
    padding: 9.6rem 0 21rem;
  }

  .masonry-wrap {
    width: auto;
  }
}



/* ===================================================================
 * # testimonials
 *
 * ------------------------------------------------------------------- */
.testimonials-header {
  text-align: center;
  margin-top: 7.2rem;
}

.testimonials {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 4.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}

.testimonials__slider {
  position: relative;
}
.testimonials__slider .slick-slide {
  outline: none;
}
.testimonials__slider .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 3rem 0 0 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}
.testimonials__slider .slick-dots li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 9px;
  cursor: pointer;
}
.testimonials__slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.testimonials__slider .slick-dots li button:hover,
.testimonials__slider .slick-dots li button:focus {
  outline: none;
}
.testimonials__slider .slick-dots li.slick-active button,
.testimonials__slider .slick-dots li:hover button {
  background: #000000;
}

.testimonials__slide {
  position: relative;
  padding-top: 4.5rem;
  padding-left: 12rem;
  padding-right: 3rem;
}
.testimonials__slide::before {
  content: "";
  display: block;
  width: 1px;
  height: 3.9rem;
  position: absolute;
  left: calc(7.8rem / 2);
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.testimonials__avatar {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 4.8rem;
  outline: none;
}

.testimonials__author {
  margin-top: 0rem;
  font-family: 'Dosis', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
}
.testimonials__author span {
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgba(85, 85, 85, 0.7);
  text-transform: none;
  letter-spacing: 0;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .testimonials {
    font-size: 1.7rem;
  }

  .testimonials__slide {
    padding-left: 9.5rem;
  }
  .testimonials__slide::before {
    left: calc(6.6rem / 2);
  }

  .testimonials__avatar {
    width: 6.6rem;
    height: 6.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials-header h1 {
    font-size: 2.7rem;
  }

  .testimonials {
    margin-top: 3rem;
  }

  .testimonials__slide {
    padding: 13.2rem 0 0;
    text-align: center;
  }
  .testimonials__slide::before {
    left: 50%;
  }

  .testimonials__avatar {
    left: 50%;
    margin-left: -3.3rem;
  }
}



/* ===================================================================
 * # stats 
 *
 * ------------------------------------------------------------------- */
.s-stats {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  background-color: #050505;
  background-image: url(../images/stats-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.s-stats::before {
  display: block;
  content: "";
  background-color: #050505;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.stats {
  text-align: center;
}
.stats__col {
  margin: 5.4rem 0;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.stats__count {
  font-family: 'Dosis', sans-serif;
  font-size: 7.8rem;
  line-height: 1;
  color: #ffffff;
  padding-bottom: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.stats__count::after {
  display: block;
  content: "";
  height: 1px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.stats h5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.8rem;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.8rem;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * stats
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .stats {
    max-width: 900px;
  }
  .stats__col {
    margin: 3rem 0;
  }
  .stats__count {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 600px) {
  .stats__count {
    font-size: 8.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .s-stats {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .stats__count {
    font-size: 8.2rem;
  }
}



/* ===================================================================
 * # bmi 
 *
 * ------------------------------------------------------------------- */
.s-bmi {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  
}

.bmi {
  text-align: center;
}

/* ===================================================================
 * # bazal 
 *
 * ------------------------------------------------------------------- */
.s-bazal {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  
}

.bazal {
  text-align: center;
}




/* ------------------------------------------------------------------- 
 * responsive:
 * stats
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .bmi {
    max-width: 900px;
  }
  .bmi__col {
    margin: 3rem 0;
  }
  .bmi__count {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 600px) {
  .bmi__count {
    font-size: 8.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .s-bmi {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .bmi__count {
    font-size: 8.2rem;
  }
}



/* ===================================================================
 * # contact 
 *
 * ------------------------------------------------------------------- */
.s-contact {
  padding-top: 21rem;
  padding-bottom: 10.2rem;
  background-color: #111111;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.s-contact a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.s-contact a:hover,
.s-contact a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-main {
  margin-top: 0.4rem;
  margin-bottom: 4.8rem;
}

.contact-email {
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-size: 5.4rem;
  line-height: 1.222;
  color: #ffffff;
  padding-top: 3.6rem;
  position: relative;
}
.contact-email::before {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #cc147f;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-number {
  font-family: 'Dosis', sans-serif;
  font-size: 3rem;
  line-height: 1.7;
  display: block;
}

.contact-address {
  font-family: 'Dosis', sans-serif;
  font-size: 2.8rem;
  line-height: 1.607;
  margin-top: 2.4rem;
}

.contact-works {
  font-family: 'Dosis', sans-serif;
  font-size: 2.8rem;
  line-height: 1.607;
  margin-top: 0;
}


/* ------------------------------------------------------------------- 
 * ## contact social
 * ------------------------------------------------------------------- */
.contact-social {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 0.3rem;
  font-size: 3rem;
}
.contact-social li {
  margin-right: 15px;
  padding-left: 0;
  display: inline-block;
}
.contact-social li a {
  color: rgba(255, 255, 255, 0.3);
  border: none !important;
}
.contact-social li a:hover,
.contact-social li a:focus {
  color: #ffffff;
}
.contact-social li:last-child {
  margin: 0;
}


/* ------------------------------------------------------------------- 
 * ## subscribe
 * ------------------------------------------------------------------- */
.contact-subscribe {
  margin: 0;
  padding: 0;
  position: relative;
}

.mc-form {
  margin-top: 2.1rem;
  width: 100%;
}
.mc-form input[type="email"] {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 5.4rem;
  padding: 1.2rem 150px 1.2rem 20px;
  margin-bottom: 1.8rem;
  border: none;
}
.mc-form input[type="email"]:focus {
  color: #ffffff;
}
.mc-form input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.mc-form input[type="email"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  /* Firefox 18- */
}
.mc-form input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  /* Firefox 19+ */
}
.mc-form input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.mc-form input[type="email"].placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}
.mc-form input[type="submit"] {
  color: #ffffff;
  background: #cc147f;
  border-color: #cc147f;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.mc-form label {
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-size: 1.3rem;
  padding: 0 2rem;
}
.mc-form label i {
  padding-right: 6px;
}


/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.cl-copyright {
  margin-top: 2.1rem;
}

.cl-copyright span {
  font-size: 15px;
  display: inline-block;
}
.cl-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}
.cl-copyright span:last-child::after {
  display: none;
}


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.cl-go-top {
  z-index: 600;
  position: absolute;
  bottom: 3.8rem;
  right: 82px;
}
.cl-go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cl-go-top a i {
  font-size: 21px;
  line-height: inherit;
}
.cl-go-top a:hover,
.cl-go-top a:focus {
  background-color: #ffffff;
  color: #000000;
}
.cl-go-top::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -115px;
  left: 50%;
}
.cl-go-top::after {
  content: "yukarI";
  display: inline-block;
  width: 120px;
  font-size: 1.2rem;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  position: absolute;
  left: calc(30px + 15px);
  top: -165px;
}

.menu-is-open .cl-go-top {
  display: none;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * contact
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  .cl-go-top {
    right: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .s-contact {
    padding-top: 15rem;
  }

  .contact-main {
    margin-top: 0.2rem;
  }

  .contact-email {
    font-size: 5rem;
  }

  .contact-number {
    font-size: 2.6rem;
  }

  .contact-address {
    font-size: 2.4rem;
  }

  .contact-works {
    font-size: 2.4rem;
  }
  .contact-social {
    font-size: 2.8rem;
  }

  .cl-copyright {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .contact-email {
    font-size: 4.2rem;
  }

  .contact-number {
    font-size: 2.4rem;
  }

  .contact-address {
    font-size: 2.1rem;
  }
    .contact-works {
    font-size: 2.1rem;
  }
  .contact-social {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .s-contact {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }

  .contact-secondary,
  .cl-copyright {
    padding-right: 7.8rem;
  }

  .contact-secondary {
    margin-bottom: 1.5rem;
  }

  .contact-works {
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .contact-email {
    font-size: 3.6rem;
  }

  .contact-number {
    font-size: 2rem;
  }

  .contact-address {
    font-size: 2rem;
  }

  .contact-works {
    font-size: 2rem;
  }

  .cl-go-top {
    right: 35px;
    bottom: 9rem;
  }
  .cl-go-top a {
    height: 48px;
    width: 48px;
    line-height: 48px;
  }
  .cl-go-top a i {
    font-size: 18px;
  }
  .cl-go-top::after {
    font-size: 1.1rem;
    left: calc(24px + 15px);
  }
}
@media only screen and (max-width: 600px) {
  .s-contact {
    padding-bottom: 6rem;
  }

  .contact-main {
    margin-top: 0rem;
  }

  .contact-email {
    font-size: 3rem;
  }

  .contact-number {
    font-size: 1.8rem;
  }

  .contact-address {
    font-size: 1.8rem;
  }
  .contact-works {
    font-size: 1.8rem;
  }
  .contact-social {
    font-size: 2rem;
  }

  .cl-go-top {
    right: 25px;
    bottom: 1.1rem;
  }
}
@media only screen and (max-width: 480px) {
  .contact-subscribe {
    margin-top: 3rem;
  }

  .mc-form input[type="email"],
  .mc-form label {
    text-align: center;
  }
  .mc-form input[type="email"] {
    padding: 1.2rem 20px 1.2rem;
  }
  .mc-form input[type="submit"] {
    position: static;
    width: 100%;
    margin-bottom: 1.8rem;
  }

  .cl-copyright {
    margin-top: 0;
  }
}
@media only screen and (max-width: 400px) {
    .s-contact {
        padding-top: 9.6rem;
        padding-bottom: 3rem;
    }

    .contact-main {
        margin-top: -0.4rem;
    }

    .contact-secondary {
        padding: 0;
    }

    .contact-email {
        font-size: 2.4rem;
    }

    .contact-number {
        font-size: 1.6rem;
    }

    .cl-copyright {
        margin-top: 9rem;
        padding: 0;
        text-align: center;
    }

        .cl-copyright span {
            font-size: 14px;
        }

            .cl-copyright span::after {
                display: none;
            }

    .cl-go-top {
        bottom: 12rem;
        right: 50%;
        margin-right: -24px;
    }

        .cl-go-top::before,
        .cl-go-top::after {
            display: none;
        }
}
@media only screen and (max-width: 767px) {
    .accordion-header {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        background: #FFB300 !important;
        color: #000 !important;
        font-size: 1.7rem !important;
        font-weight: 700 !important;
        text-align: left !important;
        padding: 0.75rem 1rem !important;
        border: none !important;
        border-bottom: 1px solid #ddd !important;
        cursor: pointer !important;
        margin-bottom: 0.25rem !important;
        height: 4rem !important;
        position: relative;
        padding-right: 2rem; /* Sağdan boşluk, ikon için */
    }

        .accordion-header + .accordion-panel {
            display: none;
            padding: 0;
        }

    .accordion-panel .table-responsive tr.column td:nth-of-type(1) {
        display: none !important;
    }

    .accordion-header.active {
        background: #FFD54F !important;
    }


    .accordion-panel {
        display: none;
        margin-bottom: 0.25rem !important;
    }

        .accordion-panel.open {
            display: block;
        }

   
        .accordion-header::after {
            content: '+';
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.8rem;
        }

        .accordion-header.active::after {
            content: '×';
        }




    .bireysel-info {
        padding: 0 4rem 1rem !important; /* Yanlardan içeri kaydır */
        margin: 0 !important;
    }

        .bireysel-info p {
            margin: 0.5rem 0 !important;
        }
    /* Panel içindeki mevcut kart düzeninizi koruyun */
    .accordion-panel .table-responsive {
        overflow: visible !important;
    }
    .bireysel-info-yaz {
        padding: 0 0.55rem 1rem !important; /* Yanlardan içeri kaydır */
        margin: 0 !important;
    }

        .bireysel-info-yaz p {
            margin: 0.5rem 0 !important;
        }
    /* Panel içindeki mevcut kart düzeninizi koruyun */
    .accordion-panel .table-responsive {
        overflow: visible !important;
    }
    

    /* GENEL FITNESS */

    /* 1) Masaüstü başlık satırını gizle */
    .table-responsive thead {
        display: none !important;
    }

    /* 2) Tablo ve gövdesini blok yap */
    .table-responsive table,
    .table-responsive tbody {
        display: block !important;
        width: 100% !important;
    }

    /* 3) Her <tr> bir kart (flex-column) */
    .table-responsive tr.column {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 1.5rem !important;
        border: 1px solid #ddd !important;
        border-radius: 6px !important;
        background: #fff !important;
        overflow: visible !important;
        padding: 0 !important;
    }

        /* 4) Hücreler: sıfırdan stil, tümünü blok seviye yap */
        .table-responsive tr.column td {
            display: block !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            border: none !important;
            white-space: normal !important;
        }

            /* 5) 1. hücre = Paket adı */
            .table-responsive tr.column td:nth-of-type(1) {
                order: 0 !important;
                background-color: #FFB300 !important;
                color: #000 !important;
                font-size: 1.7rem !important;
                font-weight: 700 !important;
                text-align: left !important;
                padding: 1rem !important;
                border-bottom: 1px solid #eee !important;
            }

                .table-responsive tr.column td:nth-of-type(1)::before {
                    content: none !important;
                }

            /* 6) Özellik hücreleri (3’ten itibaren): iki sütunlu grid */
            .table-responsive tr.column td:nth-of-type(n+3) {
                display: grid !important;
                grid-template-columns: minmax(0,65%) auto !important;
                align-items: center !important;
                justify-items: end !important;
                padding: 0.5rem 1.6rem 1rem !important;
                border-bottom: 1px solid #eee !important;
                white-space: normal !important;
            }

                .table-responsive tr.column td:nth-of-type(n+3):last-child {
                    border-bottom: none !important;
                }

                .table-responsive tr.column td:nth-of-type(n+3)::before {
                    display: block !important;
                    position: relative !important;
                    justify-self: start !important;
                    overflow-wrap: break-word !important;
                    word-break: break-word !important;
                    hyphens: auto !important;
                }

            /* 7) Özellik başlık metinleri */
            .table-responsive tr.column td:nth-of-type(3)::before {
                content: "PAÜ ve DİĞER ÜNİVERSİTELERİN ÖN LİSANS ve LİSANS ÖĞRENCİLERİ (AÇIKÖĞRETİM HARİÇ)";
            }

            .table-responsive tr.column td:nth-of-type(4)::before {
                content: "PAÜ PERSONELİ ve EMEKLİLERİ, PAÜ MEZUNU, PAÜ LİSANSÜSTÜ ÖĞRENCİLERİ, KAMU PERSONELİ ve EMEKLİLERİ";
            }

            .table-responsive tr.column td:nth-of-type(5)::before {
                content: "STANDART ÜYELİK";
            }

            .table-responsive tr.column td:nth-of-type(6)::before {
                content: "Havuz";
            }

            .table-responsive tr.column td:nth-of-type(7)::before {
                content: "Islak Zemin";
            }

            .table-responsive tr.column td:nth-of-type(8)::before {
                content: "Fitness";
            }

            .table-responsive tr.column td:nth-of-type(9)::before {
                content: "Squash (Malzemeli)";
            }

            .table-responsive tr.column td:nth-of-type(10)::before {
                content: "Squash (Malzemesiz)";
            }

            /* 8) 2. hücre = CTA, en sona taşınsın ve özel stil */
            .table-responsive tr.column td:nth-of-type(2) {
                order: 2 !important;
                background-color: #fefcb7 !important;
                text-decoration: none !important;
                text-align: center !important;
                padding: 0.75rem 1rem !important;
                border-top: 1px solid #eee !important;
                border-bottom-left-radius: 6px !important;
                border-bottom-right-radius: 6px !important;
            }

                .table-responsive tr.column td:nth-of-type(2) a {
                    color: #000 !important;
                }

                .table-responsive tr.column td:nth-of-type(2)::before {
                    content: none !important;
                }

    /* 9) Container overflow-visible */
    .table-responsive {
        overflow: visible !important;
    }

        .table-responsive tr.column td:nth-of-type(2),
        .table-responsive tr.column td:nth-of-type(3),
        .table-responsive tr.column td:nth-of-type(4),
        .table-responsive tr.column td:nth-of-type(5) {
            background-color: #fefcb7;
            font-size: 1.7rem !important;
        }



    /* GENEL FITNESS */

    /* 1) Başlık satırını gizle */
    section#genelfitness .table-responsive thead {
        display: none !important;
    }

    /* 2) Tüm tablo elemanlarını blok yap */
    section#genelfitness .table-responsive table,
    section#genelfitness .table-responsive tbody,
    section#genelfitness .table-responsive tr,
    section#genelfitness .table-responsive td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        white-space: normal !important;
    }

        /* 3) Her satırı kart haline getir */
        section#genelfitness .table-responsive tr.column {
            margin-bottom: 1rem !important;
            border: 1px solid #ddd !important;
            border-radius: 6px !important;
            overflow: hidden !important;
            background: #fff !important;
        }

            /* 4) Kart içi hücreleri flex ile düzene sok */
            section#genelfitness .table-responsive tr.column td {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
                padding: 0.75rem 1rem !important;
                border-bottom: 1px solid #eee !important;
            }

                /* 5) İlk hücre: Başlık (GENEL FITNESS) */
                section#genelfitness .table-responsive tr.column td:nth-child(1) {
                    background: #FFB300 !important;
                    color: #000 !important;
                    font-size: 1.7rem !important;
                    font-weight: 700 !important;
                    text-transform: uppercase !important;
                    border-bottom: none !important;
                }
                /* 6) Etiketleri ::before ile ekle */
                section#genelfitness .table-responsive tr.column td:nth-child(2)::before {
                    content: "1 Aylık" !important;
                }

                section#genelfitness .table-responsive tr.column td:nth-child(3)::before {
                    content: "3 Aylık" !important;
                }

                section#genelfitness .table-responsive tr.column td:nth-child(4)::before {
                    content: "6 Aylık" !important;
                }

                section#genelfitness .table-responsive tr.column td:nth-child(5)::before {
                    content: "12 Aylık" !important;
                }

                /* 7) Son satırın alt çizgisini kaldır */
                section#genelfitness .table-responsive tr.column td:nth-child(5) {
                    border-bottom: none !important;
                }

                section#genelfitness .table-responsive tr.column td::before {
                    text-transform: none !important;
                }
    /* — Masaüstü: span’ı göster, hiçbir şey değişmesin — */
    #genelfitness .desktop-subtitle {
        display: inline !important;
    }

    /* — Mobilde (≤767px) span’ı gizle, yerine pseudo-element ile alt satır ekle — */
    @media (max-width: 767px) {
        /* 1) Orijinal span’ı kaldır */
        #genelfitness .desktop-subtitle {
            display: none !important;
        }

        /* 2) mark’in hemen altına mobil alt başlığı ekle */
        #genelfitness h1 mark::after {
            content: "PAÜ ve DİĞER ÜNİVERSİTELERİN ÖN LİSANS ve LİSANS ÖĞRENCİLERİ İÇİN";
            display: block;
            background: none !important; /* zeminsiz */
            margin-top: 0.5em;
            font-size: 0.6em; /* gerekirse ayarla */
            font-weight: 600;
            color: inherit;
        }

        /* GÜNÜBİRLİK */

        /* 1) Başlık satırını gizle */
        #gunubirlik .table-responsive thead {
            display: none !important;
        }

        /* 2) Table ve tbody’yi blok yap */
        #gunubirlik .table-responsive table,
        #gunubirlik .table-responsive tbody {
            display: block !important;
            width: 100% !important;
        }

        /* 3) Her satırı “kart” haline getir */
        #gunubirlik .table-responsive tr.column {
            display: flex !important;
            flex-direction: column !important;
            margin-bottom: 1rem !important; /* Kartlar arası boşluğu azalt */
            border: 1px solid #ddd !important;
            border-radius: 6px !important;
            background: #fff !important;
            overflow: hidden !important;
        }

            /* 4) Tüm hücreleri görünür yap */
            #gunubirlik .table-responsive tr.column td {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
                padding: 0.5rem 0.75rem !important; /* İç dolguyu azalt */
                background: #FFF9C4 !important;
                border-bottom: 1px solid #eee !important;
                font-weight: 500 !important;
                font-size: 1.7rem !important;
                text-transform: none !important;
                order: 0 !important; /* Her hücre orijinal sıralamada kalsın */
            }

                /* 5) İlk hücre (Kullanıcı Tipi) özel stil */
                #gunubirlik .table-responsive tr.column td:first-child {
                    background: #FFB300 !important;
                    color: #000 !important;
                    font-weight: 700 !important;
                    border-bottom: 1px solid #eee !important;
                }

                /* 6) ::before ile servis adlarını DOM sırasıyla ekle */
                #gunubirlik .table-responsive tr.column td:nth-child(2)::before {
                    content: "Havuz" !important;
                    margin-right: 0.5rem !important;
                }

                #gunubirlik .table-responsive tr.column td:nth-child(3)::before {
                    content: "Islak Zemin" !important;
                    margin-right: 0.5rem !important;
                }

                #gunubirlik .table-responsive tr.column td:nth-child(4)::before {
                    content: "Genel Fitness" !important;
                    margin-right: 0.5rem !important;
                }

                #gunubirlik .table-responsive tr.column td:nth-child(5)::before {
                    content: "Squash (Malzemeli)" !important;
                    margin-right: 0.5rem !important;
                }

                #gunubirlik .table-responsive tr.column td:nth-child(6)::before {
                    content: "Squash (Malzemesiz)" !important;
                    margin-right: 0.5rem !important;
                }




        /* 8) Akordion header/panel fazlalıklarını kaldır */
        section#gunubirlik .accordion-header,
        section#gunubirlik .accordion-panel {
            display: none !important;
        }


        /* YAZ PAKETLERİ */

        /* 1) Başlık satırını gizle */
        #yazpaketleri .table-responsive thead {
            display: none !important;
        }

        /* 2) Table ve tbody’yi blok yap */
        #yazpaketleri .table-responsive table,
        #yazpaketleri .table-responsive tbody {
            display: block !important;
            width: 100% !important;
        }

        /* 3) Her satırı “kart” haline getir */
        #yazpaketleri .table-responsive tr.column {
            display: flex !important;
            flex-direction: column !important;
            margin-bottom: 1rem !important; /* Kartlar arası boşluğu azalt */
            border: 1px solid #ddd !important;
            border-radius: 6px !important;
            background: #fff !important;
            overflow: hidden !important;
        }

            /* 4) Tüm hücreleri görünür yap */
            #yazpaketleri .table-responsive tr.column td {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
                padding: 0.5rem 0.75rem !important; /* İç dolguyu azalt */
                background: #FFF9C4 !important;
                border-bottom: 1px solid #eee !important;
                font-weight: 500 !important;
                font-size: 1.7rem !important;
                text-transform: none !important;
                order: 0 !important; /* Her hücre orijinal sıralamada kalsın */
            }

                /* 5) İlk hücre (Kullanıcı Tipi) özel stil */
                #yazpaketleri .table-responsive tr.column td:first-child {
                    background: #FFB300 !important;
                    color: #000 !important;
                    font-weight: 700 !important;
                    border-bottom: 1px solid #eee !important;
                }

                /* 6) ::before ile servis adlarını DOM sırasıyla ekle */
                #yazpaketleri .table-responsive tr.column td:nth-child(2)::before {
                    content: "1 Aylık (Bireysel)" !important;
                    margin-right: 0.5rem !important;
                }

                #yazpaketleri .table-responsive tr.column td:nth-child(3)::before {
                    content: "1 Aylık (Aile)" !important;
                    margin-right: 0.5rem !important;
                }

                #yazpaketleri .table-responsive tr.column td:nth-child(4)::before {
                    content: "3 Aylık (Bireysel)" !important;
                    margin-right: 0.5rem !important;
                }

                #yazpaketleri .table-responsive tr.column td:nth-child(5)::before {
                    content: "3 Aylık (Aile)" !important;
                    margin-right: 0.5rem !important;
                }

                        /* 8) Akordion header/panel fazlalıklarını kaldır */
        section#yazpaketleri .accordion-header,
        section#yazpaketleri .accordion-panel {
            display: none !important;
        }

        /* DİĞER ALANLAR */

        /* 1) Başlık satırını gizle */
        section#digeralanlar .table-responsive thead {
            display: none !important;
        }

        /* 2) Table & tbody blok yap */
        section#digeralanlar .table-responsive table,
        section#digeralanlar .table-responsive tbody {
            display: block !important;
            width: 100% !important;
        }

        section#digeralanlar .table-responsive tr.column {
            display: flex !important;
            flex-direction: column !important;
            margin-bottom: 1rem !important;
            border: 1px solid #ddd !important;
            border-radius: 6px !important;
            background: #FFF9C4 !important;
            overflow: hidden !important;
        }

            section#digeralanlar .table-responsive tr.column td {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
                padding: 0.75rem 1rem !important; /* tüm hücreler aynı */
                background: #FFF9C4 !important; /* tüm hücreler aynı */
                color: #555555 !important;
                font-size: 1.7rem !important; /* tutarlı font boyutu */
                font-weight: 500 !important; /* tutarlı font ağırlık */
                border-bottom: 1px solid #eee !important;
                /* Son hücrede alt çizgi istemiyorsan: */
            }

                section#digeralanlar .table-responsive tr.column td:last-child {
                    border-bottom: none !important;
                }

                /* ::before etiketleri de aynı stil ile */
                section#digeralanlar .table-responsive tr.column td::before {
                    margin-right: 0.5rem !important;
                    color: #555555 !important;
                    font-size: 1.7rem !important;
                    font-weight: 500 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-of-type(1)::before {
                    content: "Halı Saha Gündüz (08.00-15.00)" !important;
                    display: inline-block !important;
                    margin-right: 0.5rem !important;
                    color: #555555 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-of-type(2)::before {
                    content: "Halı Saha Akşam (16.00-22.00)" !important;
                    display: inline-block !important;
                    margin-right: 0.5rem !important;
                    color: #555555 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(1) {
                    order: 1 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(2) {
                    order: 2 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(3) {
                    order: 3 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(4) {
                    order: 4 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(5) {
                    order: 5 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(6) {
                    order: 6 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(7) {
                    order: 7 !important;
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(8) {
                    order: 8 !important;
                }

                /* DOM sırasını koruyan etiketler */
                section#digeralanlar .table-responsive tr.column td:nth-child(1)::before {
                    content: "Halı Saha Gündüz (08.00-15.00)";
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(2)::before {
                    content: "Halı Saha Akşam (16.00-22.00)";
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(3)::before {
                    content: "Tenis Kortu Gündüz (08.00-15.00)";
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(4)::before {
                    content: "Tenis Kortu Akşam (16.00-22.00)";
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(5)::before {
                    content: "Kapalı Kort";
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(6)::before {
                    content: "Eğitim Duvarı";
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(7)::before {
                    content: "Bilardo";
                }

                section#digeralanlar .table-responsive tr.column td:nth-child(8)::before {
                    content: "Tanita";
                }


        /* PT — tüm kartlar her zaman açık */

        /* 1) Tablo başlıklarını gizle */
        section#pt .table-responsive thead {
            display: none !important;
        }

        /* 2) Table ve tbody’yi blok yap */
        section#pt .table-responsive table,
        section#pt .table-responsive tbody {
            display: block !important;
            width: 100% !important;
        }

        /* 3) Her <tr class="column"> kart görünümünde */
        section#pt .table-responsive tr.column {
            display: flex !important;
            flex-direction: column !important;
            margin-bottom: 1rem !important; /* Kartlar arası boşluk */
            border: 1px solid #ddd !important;
            border-radius: 6px !important;
            background: #fff !important;
            overflow: hidden !important;
        }

            /* 4) Tüm hücreleri göster; içerik ve fiyat bölümleri 65/35 ızgarada */
            section#pt .table-responsive tr.column td {
                display: grid !important;
                grid-template-columns: minmax(0,65%) auto !important;
                align-items: center !important;
                justify-items: end !important; /* Fiyatı sona yasla */
                padding: 0.5rem 0.75rem !important; /* İç dolguyu sıkıştır */
                background: #FFF9C4 !important;
                border-bottom: 1px solid #eee !important;
                font-weight: 500 !important;
                font-size: 1.7rem !important;
                color: #555 !important;
                text-transform: none !important;
            }

                /* 5) İlk hücre (başlık) özel stil */
                section#pt .table-responsive tr.column td:first-child {
                    display: block !important;
                    grid-template-columns: none !important;
                    justify-items: start !important;
                    background: #FFB300 !important;
                    color: #000 !important;
                    font-weight: 700 !important;
                    font-size: 1.7rem !important;
                    padding: 0.5rem 0.75rem !important;
                    border-bottom: 1px solid #eee !important;
                    text-align: left !important;
                }

                /* 6) Servis adlarını ::before ile ekle */
                section#pt .table-responsive tr.column td:nth-of-type(2)::before {
                    content: "ÖN LİSANS – LİSANS ÖĞRENCİLERİ, PAÜ PERSONELİ ve EMEKLİLERİ, PAÜ MEZUNU, PAÜ LİSANSÜSTÜ ÖĞRENCİLERİ, KAMU PERSONELİ ve EMEKLİLERİ" !important;
                    justify-self: start !important;
                    overflow-wrap: break-word !important;
                    word-break: break-word !important;
                    hyphens: auto !important;
                }

                section#pt .table-responsive tr.column td:nth-of-type(3)::before {
                    content: "STANDART" !important;
                    justify-self: start !important;
                }

                /* 7) Son hücrenin alt çizgisini kaldır (isteğe bağlı) */
                section#pt .table-responsive tr.column td:last-child {
                    border-bottom: none !important;
                }

        /* 8) Akordiyon header/panel fazlalıklarını gizle */
        section#pt .accordion-header,
        section#pt .accordion-panel {
            display: none !important;
        }

        section#pt .table-responsive tr.column td:not(:first-child)::before {
            /* metni ilk grid hücresine sabitle */
            grid-column: 1 / 2 !important;
            /* hücre içinde sola hizala */
            justify-self: start !important;
            text-align: left !important;
        }

        section#pt .table-responsive tr.column td:nth-child(2) {
            justify-self: start !important;
            text-align: left !important;
        }

        section#pt .table-responsive tr.column td:nth-child(3) {
            justify-self: end !important;
            text-align: right !important;
        }


        /* ==============================
   PAKET İÇERİKLERİ — MASAÜSTÜ DÜZENİ
   ============================== */
        /* (Bunlar media query dışında kalsın, masaüstü tabloyu bozmadan gösterir) */

        /* 1) Beyaz zeminli bilgi satırı */
        section#icerikler .info-row td.info-cell {
            background: #fff !important;
            padding: 0.75rem 1rem !important;
            border-top: 1px solid #eee !important;
            font-size: 1.4rem !important;
            font-weight: 500 !important;
            color: #333 !important;
            text-align: left !important;
            line-height: 1.4 !important;
        }

        /* ==============================
   PAKET İÇERİKLERİ — MOBİL “KART” DÜZENİ
   ============================== */
        @media only screen and (max-width: 767px) {
            /* gizle başlık satırı */
            section#icerikler .table-responsive thead {
                display: none !important;
            }
            /* table, tbody blok yap */
            section#icerikler .table-responsive table,
            section#icerikler .table-responsive tbody {
                display: block !important;
                width: 100% !important;
            }
            /* hem paket satırını hem info-row’u kart olarak yığ */
            section#icerikler .table-responsive tr.column,
            section#icerikler .table-responsive tr.info-row {
                display: block !important;
                margin-bottom: 1rem !important;
                border: 1px solid #ddd !important;
                border-radius: 6px !important;
                overflow: hidden !important;
            }

                /* paket başlığı */
                section#icerikler .table-responsive tr.column td:first-child {
                    display: block !important;
                    padding: 0.75rem 1rem !important;
                    background: #FFB300 !important;
                    color: #000 !important;
                    font-size: 1.7rem !important;
                    font-weight: 700 !important;
                    text-transform: uppercase !important;
                    border-bottom: 1px solid #eee !important;
                    text-align: left !important;
                }

                /* Ücrete Dahil Alanlar ve Ayrıca Ücret… hücreleri */
                section#icerikler .table-responsive tr.column td:nth-child(2),
                section#icerikler .table-responsive tr.column td:nth-child(3) {
                    display: block !important;
                    padding: 0.75rem 1rem !important;
                    border-bottom: 1px solid #eee !important;
                    text-align: left !important;
                    line-height: 1.4 !important;
                    white-space: normal !important;
                    word-break: break-word !important;
                }

                    /* etiketler (::before) */
                    section#icerikler .table-responsive tr.column td:nth-child(2)::before {
                        content: "Ücrete Dahil Alanlar" !important;
                        display: block !important;
                        font-weight: 600 !important;
                        margin-bottom: 0.25rem !important;
                    }

                    section#icerikler .table-responsive tr.column td:nth-child(3)::before {
                        content: "Ayrıca Ücret Ödenerek Kullanılabilecek Alanlar" !important;
                        display: block !important;
                        font-weight: 600 !important;
                        margin-bottom: 0.25rem !important;
                    }

            /* bilgi hücresi (info-row) mobilde de kart olarak göster */
            section#icerikler .table-responsive tr.info-row {
                background: #fff !important;
            }

                section#icerikler .table-responsive tr.info-row td.info-cell {
                    padding: 0.75rem 1rem !important;
                    border-top: 1px solid #eee !important;
                }

                /* son hücrenin alt sınırlarını kaldır */
                section#icerikler .table-responsive tr.column td:nth-child(3),
                section#icerikler .table-responsive tr.info-row td.info-cell {
                    border-bottom: none !important;
                }

            section#icerikler .paket-note {
                margin-top: 1rem; /* tablodan biraz uzaklaşsın */
                padding: 0.75rem 1rem; /* içerik boşlukları */
                border: 1px solid #eee !important;
                border-radius: 6px !important;
                font-weight: 500 !important;
                color: #333 !important;
                line-height: 1.4 !important;
                text-align: left !important;
            }

            section#icerikler .table-responsive tr.column td {
                height: auto !important;
                min-height: 0 !important;
            }
                /* “Ayrıca Ücret Ödenerek…” hücresini mutlaka sola yasla */
                section#icerikler .table-responsive tr.column td:nth-child(3) {
                    /* grid-based hizalama varsa bunu iptal et */
                    justify-items: start !important;
                    /* block-based hizalama da garanti olsun */
                    text-align: left !important;
                }
                    /* Eğer <color> custom tag içindeyse onlara da uygula */
                    section#icerikler .table-responsive tr.column td:nth-child(3) color {
                        justify-self: start !important;
                        text-align: left !important;
                    }



            /* ==============================
   BİREYSEL-AİLE MASAÜSTÜ
   ============================== */

            @media only screen and (min-width: 768px) {
                /* 1) Sabit tablo düzeni */
                section#bireysel .table-responsive table {
                    table-layout: fixed !important;
                    width: 100% !important;
                }

                    /* 2) Taşan metni gizle */
                    section#bireysel .table-responsive table th,
                    section#bireysel .table-responsive table td {
                        overflow: hidden !important;
                        white-space: nowrap !important;
                        text-overflow: ellipsis !important;
                    }

                        /* 3) Kolon genişlikleri (% toplam 100) */
                        section#bireysel .table-responsive table th:nth-child(1),
                        section#bireysel .table-responsive table td:nth-child(1) {
                            width: 16% !important; /* Paketler */
                        }

                        section#bireysel .table-responsive table th:nth-child(2),
                        section#bireysel .table-responsive table td:nth-child(2) {
                            width: 6% !important; /* Paket İçerikleri */
                        }

                        section#bireysel .table-responsive table th:nth-child(3),
                        section#bireysel .table-responsive table td:nth-child(3) {
                            width: 17% !important; /* PAÜ ve Diğer Önlisans/Lisans */
                        }

                        section#bireysel .table-responsive table th:nth-child(4),
                        section#bireysel .table-responsive table td:nth-child(4) {
                            width: 18% !important; /* PAÜ Personeli ve Emeklileri */
                        }

                        section#bireysel .table-responsive table th:nth-child(5),
                        section#bireysel .table-responsive table td:nth-child(5) {
                            width: 10% !important; /* Standart Üyelik */
                        }

                        section#bireysel .table-responsive table th:nth-child(6),
                        section#bireysel .table-responsive table td:nth-child(6) {
                            width: 7% !important; /* Havuz */
                        }

                        section#bireysel .table-responsive table th:nth-child(7),
                        section#bireysel .table-responsive table td:nth-child(7) {
                            width: 7% !important; /* Islak Zemin */
                        }

                        section#bireysel .table-responsive table th:nth-child(8),
                        section#bireysel .table-responsive table td:nth-child(8) {
                            width: 7% !important; /* Fitness */
                        }

                        section#bireysel .table-responsive table th:nth-child(9),
                        section#bireysel .table-responsive table td:nth-child(9) {
                            width: 6% !important; /* Squash (Malzemeli) */
                        }

                        section#bireysel .table-responsive table th:nth-child(10),
                        section#bireysel .table-responsive table td:nth-child(10) {
                            width: 6% !important; /* Squash (Malzemesiz) */
                        }

                /* Sabit tablolar için fixed layout */
                section#bireysel .table-responsive table {
                    table-layout: fixed !important;
                    width: 100% !important;
                }

                    /* Taşan metinlerde satırbozmayı gizle */
                    section#bireysel .table-responsive table th,
                    section#bireysel .table-responsive table td {
                        overflow: hidden !important;
                        text-overflow: ellipsis !important;
                        white-space: nowrap !important;
                    }

                /* 1) Sabit tablo düzeni */
                section#aile .table-responsive table {
                    table-layout: fixed !important;
                    width: 100% !important;
                }

                    /* 2) Taşan metni gizle */
                    section#aile .table-responsive table th,
                    section#aile .table-responsive table td {
                        overflow: hidden !important;
                        white-space: nowrap !important;
                        text-overflow: ellipsis !important;
                    }

                        /* 3) Kolon genişlikleri (% toplam 100) */
                        section#aile .table-responsive table th:nth-child(1),
                        section#aile .table-responsive table td:nth-child(1) {
                            width: 16% !important; /* Paketler */
                        }

                        section#aile .table-responsive table th:nth-child(2),
                        section#aile .table-responsive table td:nth-child(2) {
                            width: 6% !important; /* Paket İçerikleri */
                        }

                        section#aile .table-responsive table th:nth-child(3),
                        section#aile .table-responsive table td:nth-child(3) {
                            width: 16% !important; /* PAÜ ve Diğer Önlisans/Lisans */
                        }

                        section#aile .table-responsive table th:nth-child(4),
                        section#aile .table-responsive table td:nth-child(4) {
                            width: 16% !important; /* PAÜ Personeli ve Emeklileri */
                        }

                        section#aile .table-responsive table th:nth-child(5),
                        section#aile .table-responsive table td:nth-child(5) {
                            width: 10% !important; /* Standart Üyelik */
                        }

                        section#aile .table-responsive table th:nth-child(6),
                        section#aile .table-responsive table td:nth-child(6) {
                            width: 7% !important; /* Havuz */
                        }

                        section#aile .table-responsive table th:nth-child(7),
                        section#aile .table-responsive table td:nth-child(7) {
                            width: 7% !important; /* Islak Zemin */
                        }

                        section#aile .table-responsive table th:nth-child(8),
                        section#aile .table-responsive table td:nth-child(8) {
                            width: 7% !important; /* Fitness */
                        }

                        section#aile .table-responsive table th:nth-child(9),
                        section#aile .table-responsive table td:nth-child(9) {
                            width: 7% !important; /* Squash (Malzemeli) */
                        }

                        section#aile .table-responsive table th:nth-child(10),
                        section#aile .table-responsive table td:nth-child(10) {
                            width: 7% !important; /* Squash (Malzemesiz) */
                        }         
                                   }

            @media only screen and (max-width: 700px) {
                #bireysel .table-responsive table,
                #aile .table-responsive table {
                    font-size: 1.6rem;
                    border-radius: 0;
                    background: #f6f6fb;
                }

                #bireysel .table-responsive th,
                #aile .table-responsive th {
                    display: none;
                }

                #bireysel .table-responsive tr.column,
                #aile .table-responsive tr.column {
                    border-radius: 0;
                    margin: 24px 0 16px 0;
                    background: #fff;
                    box-shadow: 0 4px 16px 0 rgba(35,36,39,.13);
                    display: block;
                    padding: 16px 4px 10px 4px;
                    border-left: 7px solid #cc147f;
                }
                    /* Paket adı */
                    #bireysel .table-responsive tr.column td:first-child,
                    #aile .table-responsive tr.column td:first-child {
                        font-size: 2.1rem;
                        font-weight: 900;
                        color: #cc147f;
                        margin-bottom: 10px;
                        padding-bottom: 2px;
                        display: block;
                        letter-spacing: .7px;
                        line-height: 1.1;
                        text-align: left;
                        border-radius: 0;
                    }
                    /* Öğrenci fiyatı */
                    #bireysel .table-responsive tr.column td:nth-child(3),
                    #aile .table-responsive tr.column td:nth-child(3) {
                        background: #e5f1fd;
                        color: #1976d2;
                        font-weight: bold;
                        border-radius: 0;
                        margin: 6px 0 0 0;
                        padding: 7px 14px 7px 14px;
                        font-size: 2.1rem;
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        justify-content: center;
                        gap: 2px;
                        text-align: left;
                        min-height: 54px;
                    }

                        #bireysel .table-responsive tr.column td:nth-child(3)::before,
                        #aile .table-responsive tr.column td:nth-child(3)::before {
                            content: "PAÜ ve DİĞER ÜNİVERSİTELERİN ÖN LİSANS ve LİSANS ÖĞRENCİLERİ (AÇIKÖĞRETİM HARİÇ)";
                            color: #1976d2;
                            font-weight: 700;
                            font-size: 1.06rem;
                            margin-bottom: 2px;
                            display: block;
                            line-height: 1.08;
                            letter-spacing: .02em;
                            text-align: left;
                        }

                    #bireysel .table-responsive tr.column td:nth-child(3),
                    #aile .table-responsive tr.column td:nth-child(3) {
                        flex-direction: row;
                        align-items: center;
                        justify-content: space-between;
                        padding: 7px 14px 7px 14px;
                    }

                        #bireysel .table-responsive tr.column td:nth-child(3)::before,
                        #aile .table-responsive tr.column td:nth-child(3)::before {
                            flex: 1 1 auto;
                            margin: 0;
                            font-size: 1.09rem;
                            white-space: normal;
                            padding-right: 10px;
                        }

                        #bireysel .table-responsive tr.column td:nth-child(3) span,
                        #aile .table-responsive tr.column td:nth-child(3) span {
                            font-size: 2.05rem;
                            font-weight: 900;
                            flex-shrink: 0;
                            margin-left: 10px;
                            margin-right: 0;
                            color: #1976d2;
                            min-width: 90px;
                            text-align: right;
                        }

                    /* Personel fiyatı */
                    #bireysel .table-responsive tr.column td:nth-child(4),
                    #aile .table-responsive tr.column td:nth-child(4) {
                        background: #e8faed;
                        color: #0e864d;
                        font-weight: bold;
                        border-radius: 0;
                        margin: 6px 0 0 0;
                        padding: 7px 14px 7px 14px;
                        font-size: 2.1rem;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: space-between;
                        text-align: left;
                        min-height: 54px;
                    }

                        #bireysel .table-responsive tr.column td:nth-child(4)::before,
                        #aile .table-responsive tr.column td:nth-child(4)::before {
                            content: "PAÜ PERSONELİ ve EMEKLİLERİ, PAÜ MEZUNU, PAÜ LİSANSÜSTÜ ÖĞRENCİLERİ, KAMU PERSONELİ ve EMEKLİLERİ";
                            color: #0e864d;
                            font-weight: 700;
                            font-size: 1.09rem;
                            display: block;
                            line-height: 1.08;
                            letter-spacing: .02em;
                            text-align: left;
                            flex: 1 1 auto;
                            padding-right: 10px;
                        }

                        #bireysel .table-responsive tr.column td:nth-child(4) span,
                        #aile .table-responsive tr.column td:nth-child(4) span {
                            font-size: 2.05rem;
                            font-weight: 900;
                            flex-shrink: 0;
                            margin-left: 10px;
                            margin-right: 0;
                            color: #0e864d;
                            min-width: 90px;
                            text-align: right;
                        }

                    /* Standart fiyat */
                    #bireysel .table-responsive tr.column td:nth-child(5),
                    #aile .table-responsive tr.column td:nth-child(5) {
                        background: #fffbe4;
                        color: #a67917;
                        font-weight: bold;
                        border-radius: 0;
                        margin: 6px 0 0 0;
                        padding: 7px 14px 7px 14px;
                        font-size: 2.1rem;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: space-between;
                        text-align: left;
                        min-height: 54px;
                    }

                        #bireysel .table-responsive tr.column td:nth-child(5)::before,
                        #aile .table-responsive tr.column td:nth-child(5)::before {
                            content: "STANDART ÜYELİK";
                            color: #a67917;
                            font-weight: 700;
                            font-size: 1.09rem;
                            display: block;
                            line-height: 1.08;
                            letter-spacing: .02em;
                            text-align: left;
                            flex: 1 1 auto;
                            padding-right: 10px;
                        }

                        #bireysel .table-responsive tr.column td:nth-child(5) span,
                        #aile .table-responsive tr.column td:nth-child(5) span {
                            font-size: 2.05rem;
                            font-weight: 900;
                            flex-shrink: 0;
                            margin-left: 10px;
                            margin-right: 0;
                            color: #a67917;
                            min-width: 90px;
                            text-align: right;
                        }

                    /* Hizmet satırları */
                    #bireysel .table-responsive tr.column td:nth-child(n+6),
                    #aile .table-responsive tr.column td:nth-child(n+6) {
                        font-size: 1.36rem;
                        background: #f4f6fb;
                        border-radius: 0;
                        margin: 1px 0;
                        padding: 6px 14px 6px 14px;
                        color: #2b2b2b;
                        border: 1px solid #f0f0f0;
                        display: flex;
                        align-items: center;
                        font-weight: 700;
                        text-align: left;
                        min-height: 36px;
                        justify-content: space-between;
                    }

                        /* Hizmet adı sola, fiyat sağa */
                        #bireysel .table-responsive tr.column td:nth-child(n+6) b,
                        #aile .table-responsive tr.column td:nth-child(n+6) b {
                            margin-right: auto;
                            font-weight: 700;
                            text-align: left;
                        }

                        #bireysel .table-responsive tr.column td:nth-child(n+6) span,
                        #aile .table-responsive tr.column td:nth-child(n+6) span {
                            margin-left: auto;
                            font-weight: 700;
                            text-align: right;
                            color: #111;
                            min-width: 62px;
                        }

                    /* İncele yazısı tam ortada, daha büyük */
                    #bireysel .table-responsive tr.column td:nth-child(2) a,
                    #aile .table-responsive tr.column td:nth-child(2) a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        min-height: 32px;
                        font-size: 1.42rem;
                        color: #cc147f;
                        border: none;
                        border-radius: 0;
                        padding: 0;
                        background: none;
                        font-weight: 900;
                        letter-spacing: 0;
                        text-align: center;
                        box-shadow: none;
                        transition: none;
                        text-decoration: none !important;
                    }

                        #bireysel .table-responsive tr.column td:nth-child(2) a:hover,
                        #aile .table-responsive tr.column td:nth-child(2) a:hover {
                            color: #b51271;
                            background: none;
                            text-decoration: none !important;
                        }
            }
            @media only screen and (max-width: 700px) {
                #bireysel .table-responsive tr.column td:nth-child(3)::before,
                #aile .table-responsive tr.column td:nth-child(3)::before,
                #bireysel .table-responsive tr.column td:nth-child(4)::before,
                #aile .table-responsive tr.column td:nth-child(4)::before,
                #bireysel .table-responsive tr.column td:nth-child(5)::before,
                #aile .table-responsive tr.column td:nth-child(5)::before {
                    font-size: 1.36rem !important; /* %25 büyütüldü */
                    font-weight: 800;
                    margin-bottom: 4px;
                    display: block;
                    line-height: 1.32 !important;
                    letter-spacing: .01em;
                    text-align: left;
                    word-break: break-word;
                }
            }
            @media only screen and (max-width: 700px) {
                #bireysel .table-responsive tr.column td:nth-child(3),
                #aile .table-responsive tr.column td:nth-child(3),
                #bireysel .table-responsive tr.column td:nth-child(4),
                #aile .table-responsive tr.column td:nth-child(4),
                #bireysel .table-responsive tr.column td:nth-child(5),
                #aile .table-responsive tr.column td:nth-child(5) {
                    
                    flex-direction: row;
                    align-items: center !important; /* DİKEY ORTALAR */
                    justify-content: space-between;
                    min-height: 76px;
                    vertical-align: middle;
                    padding: 12px 14px !important; /* üst-alt eşit boşluk */
                    box-sizing: border-box;
                }

               

                }

            

            
            /*# sourceMappingURL=main.css.map */
