/** ==========================================================================================

  Project :   Fablio - Responsive Multi-purpose HTML5 Template
  Version:    1.1
  Author :    Preyantechnosys

========================================================================================== */

@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap");

/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/

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

/** Variables **/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a,
button,
input {
  outline: none;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
b,
strong {
  font-weight: 600;
}
iframe {
  width: 100%;
  border: none;
  display: block;
}
p {
  margin: 0 0 15px;
}
*::-moz-selection {
  background: #2970f3;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #2970f3;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--base-skin);
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #666666;
  padding: 12px 15px 12px;
  border-radius: 0;
  font-weight: 400;
  background-color: #fff;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 8px 35px 8px;
  border: 2px solid var(--base-skin);
  border-radius: 0;
  color: var(--base-white);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  outline: none;
  -webkit-font-smoothing: antialiased;
  background-color: var(--base-skin);
}
button,
input[type="submit"] {
  margin-bottom: 40px;
}

.submit:hover {
  background-color: var(--base-black);
  color: var(--base-white);
  border: 2px solid var(--base-black);
}
.rs-layer input[type="email"] {
  border-color: transparent !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0px !important;
  padding-right: 50px !important;
}
button:focus {
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  box-shadow: none !important;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-font-color) !important;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
  list-style: none;
}

/** Typography Variable **/
:root {
  /* Kontırsan marka font sistemi */
  --base-bodyfont: "Montserrat", Arial, sans-serif;
  --base-headingfont: "League Spartan", "Montserrat", Arial, sans-serif;
  --base-headingfontone: "League Spartan", "Montserrat", Arial, sans-serif;

  --base-bodyfont-Size: 16px;
  --base-bodyfont-color: #4c4c4c;

  --base-skin: #e30613;
  --base-dark: #060616;
  --base-black: #000000;
  --base-grey: #f3f3f3;
  --base-white: #ffffff;

  --base-first-gradientcolor: #e30613;
  --base-second-gradientcolor: #e30613;

  --base-headingfont-color: #060616;

  --base-border-radius-10: 10px;
  --base-border-radius-15: 15px;
  --base-border-radius-20: 20px;
  --base-border-radius-25: 25px;
  --base-border-radius-30: 30px;
  --base-border-radius-50: 50px;
  --base-border-radius-100: 100px;
  --base-border-radius50: 50%;

  --base-border-color: rgba(255 255 255 / 0.1);
  --base-border-color-white: #ffffff;
}

/** Typo Colors **/
.border-color {
  color: rgba(255, 255, 255, 0.15);
}
.bodyfont-color {
  color: var(--base-bodyfont-color);
}
.headingfont-color {
  color: var(--base-headingfont-color);
}

/** Background Colors **/
.bg-base-skin {
  background-color: var(--base-skin);
}
.bg-base-secondskin {
  background-color: var(--base-secondskin);
}
.bg-base-dark {
  background-color: var(--base-dark);
}
.bg-base-black {
  background-color: var(--base-black);
}
.bg-base-grey {
  background-color: var(--base-grey);
}
.bg-base-lightgrey {
  background-color: var(--base-lightgrey);
}
.bg-base-white {
  background-color: var(--base-white);
}
.bg-base-black {
  background-color: var(--base-black);
}
.bg-base-gradient {
  background-image: linear-gradient(
    to right,
    var(--base-first-gradientcolor) 28%,
    var(--base-second-gradientcolor) 100%
  );
  background: var(--base-gradient);
}

/** Text Colors **/
.text-base-skin {
  color: var(--base-skin);
}
.text-base-dark {
  color: var(--base-dark);
}
.text-base-grey {
  color: var(--base-grey);
}
.text-base-white {
  color: var(--base-white);
}

/** Bg-layer Colors **/
.bg-base-skin > .prt-bg-layer {
  background-color: var(--base-skin);
}
.bg-base-dark > .prt-bg-layer {
  background-color: var(--base-dark);
}
.bg-base-black > .prt-bg-layer {
  background-color: var(--base-darkblack);
}
.bg-base-grey > .prt-bg-layer {
  background-color: var(--base-grey);
}
.bg-base-lightgrey > .prt-bg-layer {
  background-color: var(--base-lightgrey);
}
.bg-base-white > .prt-bg-layer {
  background-color: var(--base-white);
}
.bg-base-black > .prt-bg-layer {
  background-color: var(--base-black);
}

.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-skin);
}
.bg-base-dark > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-dark);
}
.bg-base-black > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-darkblack);
}
.bg-base-grey > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-grey);
}
.bg-base-lightgrey > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-lightgrey);
}
.bg-base-white > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-white);
}
.bg-base-black > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-black);
}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6,
.bg-base-black h1,
.bg-base-black h2,
.bg-base-black h3,
.bg-base-black h4,
.bg-base-black h5,
.bg-base-black h6,
.bg-base-skin h1,
.bg-base-skin h2,
.bg-base-skin h3,
.bg-base-skin h4,
.bg-base-skin h5,
.bg-base-skin h6,
.bg-base-gradient h1,
.bg-base-gradient h2,
.bg-base-gradient h3,
.bg-base-gradient h4,
.bg-base-gradient h5,
.bg-base-gradient h6 {
  color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {
  color: var(--base-skin);
}
.bg-base-dark .section-title h3 {
  color: #fff;
}
.bg-base-dark .section-title h3:before,
.bg-base-dark .section-title h3:after {
  color: #fff;
}
.bg-base-dark,
.bg-base-skin {
  color: rgba(255, 255, 255, 0.5);
}
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: rgba(255, 255, 255, 0.95);
}

body {
  font-family: var(--base-bodyfont);
  font-weight: 400;
  font-size: var(--base-bodyfont-Size);
  line-height: 26px;
  color: var(--base-bodyfont-color);
}

h1,
h2 {
  font-weight: 700;
  letter-spacing: -0.025em;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--base-headingfont);
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--base-headingfont-color);
}
h1 {
  font-size: 80px;
  line-height: 90px;
}
h2 {
  font-size: 64px;
  line-height: 74px;
}
h3 {
  font-size: 18px;
  line-height: 28px;
}
h4 {
  font-size: 16px;
  line-height: 26px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}
h6 {
  font-size: 12px;
  line-height: 22px;
}

.container-fluid {
  padding: 0 15px;
}
.container {
  max-width: 1330px;
  padding: 0 15px;
}
.row:not(.g-0) {
  margin-left: -15px;
  margin-right: -15px;
}
.row:not(.g-0) > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/** Extra-outer **/
body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
body .site-main {
  position: relative;
  z-index: 1;
}
body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--base-dark);
}
a {
  color: var(--base-headingfont-color);
}
a:hover {
  color: var(--base-skin);
}
a,
img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
label {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px !important;
  line-height: 25px;
}
.fs-16 {
  font-size: 16px !important;
  line-height: 24px;
}
.fs-28 {
  font-size: 28px !important;
  line-height: 38px;
}

.lh-base {
  line-height: 20px !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

.box-shadow {
  box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
}
.box-shadow_1 {
  box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08);
}

.border-rad_10 {
  border-radius: var(--base-border-radius-10);
}
.border-rad_15 {
  border-radius: var(--base-border-radius-15);
}
.border-rad_20 {
  border-radius: var(--base-border-radius-20);
}
.border-rad_30 {
  border-radius: var(--base-border-radius-30);
}
.border-rad_50 {
  border-radius: var(--base-border-radius-50);
}
.border-rad_shap {
  border-radius: var(--base-border-radius-shap) !important;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.z-index_1 {
  z-index: -1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-9 {
  z-index: 9;
}

.underline {
  position: relative;
}
.underline:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--base-skin) !important;
  top: unset;
  bottom: 0px;
  left: 0;
  transition: all 0.1s ease 0s;
  clip-path: unset;
}
.underline:hover:before {
  background-color: var(--base-skin);
  transition: all 0.5s ease-in-out;
  background-size:
    0 3px,
    100% 3px;
}
.prt-btn-color-whitecolor.underline:before {
  background-color: var(--base-white) !important;
}
.prt-btn-color-whitecolor:hover.underline:before {
  background-color: var(--base-white) !important;
}
.prt-btn-color-darkcolor.underline:before {
  background-color: var(--base-dark) !important;
}
.prt-btn-color-darkcolor:hover.underline:before {
  background-color: var(--base-skin) !important;
}

.border_1 {
  border: 2px dashed #e7e7e7;
}
.border-rounded {
  border-radius: var(--base-border-radius50);
}
.overlay-opacity-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0;
  opacity: 1;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {
  margin: 0 -48px 0 40px;
}
.spacing-2 {
  padding: 30px 270px 40px 50px;
}
.spacing-3 {
  margin-right: -95px !important;
}
.spacing-4 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.spacing-5 {
  padding: 0 100px;
}
.spacing-6 {
  padding: 0 80px;
}
.spacing-7 {
  padding: 60px 0;
}
.spacing-8 {
  padding: 0 0px;
}
.spacing-9 {
  padding: 0 35px;
}

.p-10 {
  padding: 10px !important ;
}
.p-15 {
  padding: 15px !important ;
}
.p-20 {
  padding: 20px !important ;
}
.p-25 {
  padding: 25px !important ;
}
.p-30 {
  padding: 30px !important ;
}
.p-40 {
  padding: 40px !important ;
}
.p-45 {
  padding: 45px !important ;
}
.p-50 {
  padding: 50px !important ;
}

.pr-0 {
  padding-right: 0 !important ;
}
.pr-5 {
  padding-right: 5px !important ;
}
.pr-10 {
  padding-right: 10px !important ;
}
.pr-15 {
  padding-right: 15px !important ;
}
.pr-20 {
  padding-right: 20px !important ;
}
.pr-25 {
  padding-right: 25px !important ;
}
.pr-30 {
  padding-right: 30px !important ;
}
.pr-35 {
  padding-right: 35px !important ;
}
.pr-40 {
  padding-right: 40px !important ;
}
.pr-45 {
  padding-right: 45px !important ;
}
.pr-50 {
  padding-right: 50px !important ;
}
.pr-60 {
  padding-right: 60px !important ;
}

.pl-0 {
  padding-left: 0px !important ;
}
.pl-2 {
  padding-left: 2px !important ;
}
.pl-3 {
  padding-left: 3px !important ;
}
.pl-5 {
  padding-left: 5px !important ;
}
.pl-10 {
  padding-left: 10px !important ;
}
.pl-15 {
  padding-left: 15px !important ;
}
.pl-20 {
  padding-left: 20px !important ;
}
.pl-25 {
  padding-left: 25px !important ;
}
.pl-30 {
  padding-left: 30px !important ;
}
.pl-35 {
  padding-left: 35px !important ;
}
.pl-40 {
  padding-left: 40px !important ;
}
.pl-50 {
  padding-left: 50px !important ;
}
.pl-55 {
  padding-left: 55px !important ;
}
.pl-60 {
  padding-left: 60px !important ;
}
.pl-420 {
  padding-left: 420px !important ;
}

.pt-0 {
  padding-top: 0px !important ;
}
.pt-5 {
  padding-top: 5px !important ;
}
.pt-10 {
  padding-top: 10px !important ;
}
.pt-15 {
  padding-top: 15px !important ;
}
.pt-20 {
  padding-top: 20px !important ;
}
.pt-23 {
  padding-top: 23px !important ;
}
.pt-25 {
  padding-top: 25px !important ;
}
.pt-30 {
  padding-top: 30px !important ;
}
.pt-35 {
  padding-top: 35px !important ;
}
.pt-40 {
  padding-top: 40px !important ;
}
.pt-45 {
  padding-top: 45px !important ;
}
.pt-50 {
  padding-top: 50px !important ;
}

.pb-0 {
  padding-bottom: 0px !important ;
}
.pb-5 {
  padding-bottom: 5px !important ;
}
.pb-10 {
  padding-bottom: 10px !important ;
}
.pb-15 {
  padding-bottom: 15px !important ;
}
.pb-20 {
  padding-bottom: 20px !important ;
}
.pb-25 {
  padding-bottom: 25px !important ;
}
.pb-30 {
  padding-bottom: 30px !important ;
}
.pb-35 {
  padding-bottom: 35px !important ;
}
.pb-40 {
  padding-bottom: 40px !important ;
}
.pb-45 {
  padding-bottom: 45px !important ;
}
.pb-50 {
  padding-bottom: 50px !important ;
}

/** Margin **/
.mt-0 {
  margin-top: 0px !important ;
}
.mt-5 {
  margin-top: 5px !important ;
}
.mt-10 {
  margin-top: 10px !important ;
}
.mt-12 {
  margin-top: 12px !important ;
}
.mt-15 {
  margin-top: 15px !important ;
}
.mt-20 {
  margin-top: 20px !important ;
}
.mt-25 {
  margin-top: 25px !important ;
}
.mt-30 {
  margin-top: 30px !important ;
}
.mt-35 {
  margin-top: 35px !important ;
}
.mt-40 {
  margin-top: 40px !important ;
}
.mt-45 {
  margin-top: 45px !important ;
}
.mt-50 {
  margin-top: 50px !important ;
}
.mt-55 {
  margin-top: 55px !important ;
}
.mt-125 {
  margin-top: 125px !important ;
}
.mt-225 {
  margin-top: 225px !important ;
}

.mt_4 {
  margin-top: -4px !important ;
}
.mt_5 {
  margin-top: -5px !important ;
}
.mt_10 {
  margin-top: -10px !important ;
}
.mt_15 {
  margin-top: -15px !important ;
}
.mt_20 {
  margin-top: -20px !important ;
}
.mt_25 {
  margin-top: -25px !important ;
}
.mt_30 {
  margin-top: -30px !important ;
}
.mt_35 {
  margin-top: -35px !important ;
}
.mt_40 {
  margin-top: -40px !important ;
}
.mt_50 {
  margin-top: -50px !important ;
}
.mt_80 {
  margin-top: -80px !important ;
}
.mt_64 {
  margin-top: -64px !important ;
}

.mb-0 {
  margin-bottom: 0px !important ;
}
.mb-5 {
  margin-bottom: 5px !important ;
}
.mb-10 {
  margin-bottom: 10px !important ;
}
.mb-12 {
  margin-bottom: 12px !important ;
}
.mb-15 {
  margin-bottom: 15px !important ;
}
.mb-25 {
  margin-bottom: 25px !important ;
}
.mb-20 {
  margin-bottom: 20px !important ;
}
.mb-30 {
  margin-bottom: 30px !important ;
}
.mb-35 {
  margin-bottom: 35px !important ;
}
.mb-40 {
  margin-bottom: 40px !important ;
}
.mb-45 {
  margin-bottom: 45px !important ;
}
.mb-50 {
  margin-bottom: 50px !important ;
}

.mb_5 {
  margin-bottom: -5px !important ;
}
.mb_10 {
  margin-bottom: -10px !important ;
}
.mb_12 {
  margin-bottom: -12px !important ;
}
.mb_15 {
  margin-bottom: -15px !important ;
}
.mb_20 {
  margin-bottom: -20px !important ;
}
.mb_25 {
  margin-bottom: -25px !important ;
}
.mb_30 {
  margin-bottom: -30px !important ;
}
.mb_35 {
  margin-bottom: -35px !important ;
}
.mb_40 {
  margin-bottom: -40px !important ;
}
.mb_45 {
  margin-bottom: -45px !important ;
}
.mb_50 {
  margin-bottom: -50px !important ;
}

.ml-0 {
  margin-left: 0px !important ;
}
.ml-10 {
  margin-left: 10px !important ;
}
.ml-15 {
  margin-left: 15px !important ;
}
.ml-20 {
  margin-left: 20px !important ;
}
.ml-30 {
  margin-left: 30px !important ;
}
.ml-40 {
  margin-left: 40px !important ;
}
.ml-45 {
  margin-left: 45px !important ;
}
.ml-50 {
  margin-left: 50px !important ;
}

.ml_8 {
  margin-left: -8px !important ;
}
.ml_10 {
  margin-left: -10px !important ;
}
.ml_15 {
  margin-left: -15px !important ;
}
.ml_20 {
  margin-left: -20px !important ;
}
.ml_25 {
  margin-left: -25px !important ;
}
.ml_30 {
  margin-left: -30px !important ;
}
.ml_35 {
  margin-left: -35px !important ;
}
.ml_40 {
  margin-left: -40px !important ;
}
.ml_50 {
  margin-left: -50px !important ;
}
.ml_310 {
  margin-left: -310px !important ;
}

.mr-0 {
  margin-right: 0px !important ;
}
.mr-5 {
  margin-right: 5px !important ;
}
.mr-10 {
  margin-right: 10px !important ;
}
.mr-15 {
  margin-right: 15px !important ;
}
.mr-20 {
  margin-right: 20px !important ;
}
.mr-25 {
  margin-right: 25px !important ;
}
.mr-30 {
  margin-right: 30px !important ;
}
.mr-35 {
  margin-right: 35px !important ;
}
.mr-40 {
  margin-right: 40px !important ;
}
.mr-50 {
  margin-right: 50px !important ;
}

.mr_10 {
  margin-right: -10px !important ;
}
.mr_15 {
  margin-right: -15px !important ;
}
.mr_20 {
  margin-right: -20px !important ;
}
.mr_25 {
  margin-right: -25px !important ;
}
.mr_30 {
  margin-right: -30px !important ;
}
.mr_35 {
  margin-right: -35px !important ;
}
.mr_40 {
  margin-right: -40px !important ;
}
.mr_50 {
  margin-right: -50px !important ;
}
.mr_200 {
  margin-right: -200px !important ;
}

/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: flex;
  text-align: center;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.loader-blob {
  width: 49px;
  height: 49px;
  border-radius: var(--base-border-radius50);
  margin: 3em;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
}
.loader-blob,
.loader-blob:before,
.loader-blob:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
.loader-blob:before,
.loader-blob:after {
  width: 100%;
  height: 100%;
  border-radius: var(--base-border-radius50);
  position: absolute;
  top: 0;
  left: 0;
}
.loader-blob {
  animation-name: loader-blob;
  -o-animation-name: loader-blob;
  -ms-animation-name: loader-blob;
  -webkit-animation-name: loader-blob;
  -moz-animation-name: loader-blob;
}
@keyframes loader-blob {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes loader-blob {
  from {
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes loader-blob {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes loader-blob {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes loader-blob {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
}
.social-icons li {
  margin: 0 2px;
}
.social-icons li a {
  display: block;
  min-width: 26px;
  text-align: center;
}
.social-icons.circle li > a {
  border-width: 1px;
  border-style: solid;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 13px;
  border-radius: var(--base-border-radius50);
}

/*===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
  border: 0;
  outline: 0;
  padding: 0px;
  margin-left: 30px;
  margin-right: 20px;
}

.slick_slider.no-gutters .slick-slide {
  padding: 0;
}
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #e4e4e4;
}
.prt-bgcolor-darkgrey
  .slick-slide_ver-sep
  .slick-slide.slick-active:not(.slick-current)
  > div:after,
.prt-bgcolor-skincolor
  .slick-slide_ver-sep
  .slick-slide.slick-active:not(.slick-current)
  > div:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
  overflow: visible;
}
.slick_slider .slick-arrow {
  height: 37px;
  width: 37px;
  border-radius: var(--base-border-radius-10);
  z-index: 1;
  border: 0;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  border: 0;
}
.slick_slider .slick-next {
  right: 0;
}
.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
  font-family: "themify";
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
  content: "\e64a";
}
.slick_slider .slick-next:before {
  content: "\e649";
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* style1 */
.slider-for.slick-arrow-style1 .slick-arrow {
  height: 51px;
  width: 51px;
  border-radius: var(--base-border-radius-50);
  z-index: 1;
  color: inherit;
  background-color: var(--base-white);
  overflow: hidden;
}
.slider-for.slick-arrow-style1 .slick-prev:before,
.slider-for.slick-arrow-style1 .slick-next:before {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.slider-for.slick-arrow-style1 .slick-prev:before {
  content: "\e808";
  font-family: "fontello";
}
.slider-for.slick-arrow-style1 .slick-next:before {
  content: "\e809";
  font-family: "fontello";
}
.slider-for.slick-arrow-style1 .slick-prev {
  left: 33px;
}
.slider-for.slick-arrow-style1 .slick-next {
  right: 33px;
}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
  display: flex;
}
.site-branding h1 {
  margin-bottom: 0;
  line-height: 0;
}
.site-branding #logo-img {
  max-width: 250px;
  z-index: 1;
  position: relative;
}

/** SiteNavigation(Menu) **/
.site-navigation {
  position: relative;
  z-index: 99;
}
nav.main-menu ul {
  position: relative;
  margin: 0;
}
#site-header-menu .site-navigation ul.menu > li > a {
  text-decoration: none;
  z-index: 1;
}
#site-header-menu .site-navigation ul.menu > li > a:hover,
#site-header-menu .site-navigation ul.menu > li.active > a {
  color: var(--base-skin);
}
#site-header-menu .site-navigation ul.menu > li > a:before,
#site-header-menu .site-navigation ul.menu > li.active > a:before {
  content: "";
  width: 4px;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 42px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#site-header-menu .site-navigation ul.menu > li:hover > a:before,
#site-header-menu .site-navigation ul.menu > li.active > a:before {
  opacity: 1;
  height: 17px;
}
#site-header-menu .site-navigation ul.menu {
  display: flex;
}

/**  side-menu **/
.side-menu-container {
  position: relative;
  padding: 33px 10px 32px;
  margin-right: 38px;
  background-color: var(--base-dark);
  width: 70px;
}
.side-menu {
  position: relative;
}
.side-menu a {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 16px;
  color: var(--base-white);
}
.side-overlay .side {
  display: inline-block;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0px;
  width: 400px;
  padding: 60px 60px 60px;
  z-index: 9;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translateX(-420px);
  -ms-transform: translateX(-420px);
  transform: translateX(-420px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #1c1c1c;
  background-image: url(../images/footer-bg.html);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
}
.side-overlay.on .side {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.side-overlay .flotingbar-title h2 {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
}
.side .close-side {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 16px;
  color: #fff;
}
/*detailss*/
.side .prt-detailss ul {
  padding-left: 0;
  padding-top: 30px;
}
.side .prt-detailss ul > li {
  padding-bottom: 12px;
  list-style: none;
}
.side .prt-detailss li {
  color: var(--base-white);
}
.side .prt-detailss li span,
.side .prt-detailss li span a {
  color: var(--base-white);
}
.side .prt-detailss li span a:hover {
  color: var(--base-skin);
}
/*social-icons*/
.side ul.social-icons {
  padding-top: 35px;
}
.side .social-icons li a {
  width: 34px;
  height: 34px;
  font-size: 13px;
  line-height: 34px;
  color: var(--base-white);
  border: 1px solid var(--base-white);
  border-radius: var(--base-border-radius-50);
  margin: 14px 0;
}
.side .social-icons li a:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}
.side p {
  color: var(--base-white);
}
.side aside.widget_text {
  margin: 35px 0 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.side aside.widget_text h3 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 4px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
  margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input,
.side aside.widget_text .wrap-form.cta_form span.text-input textarea,
.side aside.widget_text .wrap-form.cta_form span.text-input select {
  border-radius: 5px;
  border: 0;
  background-color: #203d71;
  color: rgba(255, 255, 255, 0.4);
}

.site-branding-wrap,
.header_extra {
  display: flex;
  align-items: center;
}
.prt-contact-link a {
  font-size: 18px;
  line-height: 28px;
  color: var(--base-white);
  margin-left: 16px;
  position: relative;
}
.prt-contact-link a i {
  position: absolute;
  left: 0;
  top: 0;
}
/* header_extra */
.header_extra .prt-link .signupbtn {
  font-size: 15px;
  line-height: 25px;
  color: var(--base-white);
  padding: 0 0 0 25px;
}
.header_extra .prt-link .signupbtn:hover,
.prt-contact-link a:hover {
  color: var(--base-skin);
}
.header_extra .prt-link .signupbtn.prt-btn.btn-inline i {
  left: 0;
}
.prt-header-style-01 .header_extra {
  padding-left: 35px;
}
.prt-contact-link-icon i {
  color: var(--base-white);
  font-size: 43px;
  line-height: 53px;
}
.mailchimp-inputbox .prt-contact-link-icon i {
  color: var(--base-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
}
.prt-contact-link.d-flex.text-align-center {
  padding: 0 35px 0 0;
}
.mailchimp-inputbox span {
  color: var(--base-white);
  font-size: 14px;
  padding-right: 5px;
}
.footer .mailchimp-inputbox .prt-contact-link-icon {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

.newsletter-form .prt-contact-link-icon {
  border-bottom: 1px solid rgba(255 255 255 / 0.13);
}
.prt-contact-link-icon .hotline-link {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

/* ===============================================
    Footer
------------------------*/

.footer {
  position: relative;
  background-color: #1c1c1c;
  background-image: url(../images/footer-bg-img.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.first-footrer-desc h2 {
  margin-bottom: 0;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
}
.first-footrer-desc img {
  width: 39px;
  height: 34px;
  margin-top: 10px;
  object-fit: cover;
}
.footer-img img {
  height: 85px;
  max-width: 150px !important;
  border-radius: 5px !important;
  object-fit: cover;
}
.footer > .prt-bg-layer {
  background-color: #1c1c1c;
  opacity: 0;
}
.first-footer {
  padding: 65px 0 70px;
}
.second-footer {
  padding: 0 0 10px 0;
}
.footer-pl {
  padding-left: 70px;
}

h3.widget-title-h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: var(--base-white);
  margin-bottom: 30px;
}
.footer-desc {
  margin-top: 10px;
}
.widget p,
.widget.widget_text a {
  color: var(--base-white);
}
.widget.widget_text a:hover {
  color: var(--base-skin);
}
.widget .widget_text-content {
  padding-left: 22px;
}
.widget .widget_text-content h3 {
  margin-bottom: 0;
}
.widget .widget_text-content h3 a {
  color: var(--base-white);
}
.footer-widget-box p {
  color: #969699 !important;
  font-size: 15px;
}
.widget.widget_text.widget_text-wrap .footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
}
/*menu-footer-link*/
ul.menu-footer-link {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.menu-footer-link li {
  padding: 8px 0 8px 0;
  position: relative;
  display: block;
  color: var(--base-white);
}
ul.menu-footer-link li a:hover {
  color: var(--base-skin);
}

/* newsletter-form */
.newsletter_widget .widget-title {
  margin-bottom: 10px !important;
}
.newsletter-form {
  position: relative;
  clear: both;
  display: inline-block;
  min-width: 430px;
}
.newsletter-form input[type="email"] {
  padding: 15px 10px 0px 18px;
  font-size: 13px;
  line-height: 23px;
  border-radius: none;
  background-color: transparent;
  border-radius: none;
}
.newsletter-form input[type="email"]::placeholder {
  color: rgba(255 255 255 / 0.5);
}
.newsletter-form button[type="submit"] {
  position: absolute;
  top: 19px;
  right: -6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
  display: block;
  padding: 0;
  border: 0;
  color: rgba(255 255 255 / 0.5);
  background-color: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.newsletter-form span.prt-email-icon {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 17px;
  line-height: 58px;
}
ul.prt-list.prt-brand-link li {
  display: inline-block;
  padding: 5px 45px 5px 0;
}
.hotline-link,
.hotline-link1 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
.hotline-link {
  color: var(--base-white) !important;
  margin-right: 15px;
}
.hotline-link:hover {
  color: var(--base-skin) !important;
}
.footer-border-top {
  margin-bottom: 0;
}

/** copyright **/
.copyright {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 20px 0;
}
.copyright,
.copyright .cpy-text a,
.footer-nav-menu li a {
  color: rgba(255, 255, 255, 0.8);
}
.copyright .cpy-text a:hover,
.footer-nav-menu li a:hover {
  color: var(--base-skin);
}

/* footer-nav-menu */
.footer-nav-menu {
  list-style: none;
  text-align: center;
}
.footer-nav-menu li {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  position: relative;
}
.footer-nav-menu li:first-child {
  padding: 0;
  margin: 0;
}
.footer-nav-menu li:before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav-menu li:first-child:before {
  content: "";
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
  font-weight: 900;
  color: #fff;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: var(--base-border-radius-50);
  transition: 0.3s ease-in-out;
}
#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
  background-color: var(--base-skin);
}
@keyframes jump {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 20px;
  }
}
#totop.top-visible {
  animation: jump 4s infinite;
}

/* ===============================================
    Page-Title-Row
------------------------*/
.prt-page-title-row {
  background-image: url(../images/pagetitle-bg.png);
  width: 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: var(--base-dark);
  overflow: hidden;
}
.prt-page-title-row-inner:before {
  content: "";
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 2px;
  margin: auto;
  background-color: var(--base-skin);
  box-shadow: 0 0 0.25em 0.325em var(--base-skin);
  border-radius: 50%;
  top: auto;
  z-index: 1;
  opacity: 0.3;
  font-size: 600px;
  overflow: hidden;
}
.prt-page-title-row-inner {
  position: relative;
  width: 100%;
  padding: 175px 0 100px;
  text-align: center;
  background-color: rgba(0 0 0 / 0.45);
}
.prt-page-title-row-inner.style1 {
  position: relative;
  width: 100%;
  padding: 175px 0 60px;
  background-color: rgba(0 0 0 / 0.45);
}
.page-title-heading h2 {
  font-size: 77px;
  line-height: 90px;
  margin-bottom: 20px;
  color: var(--base-white);
  font-family: var(--base-headingfont);
  font-weight: 600;
}
.about-page-title {
  text-align: left;
}
.page-title-desc p {
  color: rgba(255 255 255 / 0.71);
  font-size: 16px;
  line-height: 26px;
}

/*style1*/
.prt-page-title-row.style1 {
  background-attachment: fixed;
}
.prt-page-title-row.style4 .prt-page-title-row-inner {
  padding: 255px 0 80px;
}
.prt-page-title-row.style1 .page-title-heading .pretitle {
  font-size: 16px;
  line-height: 26px;
  color: var(--base-white);
  margin-bottom: 10px;
  display: inline-block;
}
.prt-page-title-row.style1 .page-title-heading h2 {
  text-transform: inherit;
  font-size: 53px;
  line-height: 63px;
}
.prt-page-title-row.style1 .blog-single-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 40px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}
.prt-page-title-row.style1 .blog-single-block .blog-singleimg {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: var(--base-border-radius50);
}
.prt-page-title-row.style1 .blog-single-block .blog-content {
  padding: 0 0 0 20px;
  text-align: left;
}
.prt-page-title-row.style1 .blog-single-block .blog-content h3 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--base-white);
}
.prt-page-title-row.style1 .blog-single-block .blog-content .position {
  color: var(--base-white);
  margin-bottom: 0;
}

/*style2*/
.prt-page-title-row.style2 {
  position: relative;
  overflow: hidden;
}
.prt-page-title-row.style2 .bg-video-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.prt-page-title-row.style2 .prt-page-title-row-inner {
  background-color: rgba(0, 0, 0, 0.5);
}
.prt-page-title-row.style2 .bg-video-wrap video {
  margin-top: -150px;
}

/*breadcrumb-wrapper*/
.breadcrumb-wrapper {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0 15px;
}
.breadcrumb-wrapper span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--base-headingfont);
  position: relative;
  color: var(--base-white);
  padding-right: 8px;
  margin-right: 4px;
}
.breadcrumb-wrapper span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb-wrapper span a {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-wrapper span a:hover {
  color: var(--base-white);
}
.breadcrumb-wrapper span:after {
  position: absolute;
  content: "/";
  font-size: 16px;
  line-height: 19px;
  right: 0;
  top: 0;
  display: inline-block;
  color: var(--base-white);
}
.breadcrumb-wrapper span:last-child:after {
  display: none;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/

.team-header-wrapper .team-title h2.title,
.team-details-info-title h2.title {
  font-size: 45px;
  line-height: 55px;
}
.team-details-info-position h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: var(--base-headingfont-color);
}
.team-details-list ul li {
  padding: 5px 0px;
}
.team-details-list ul li::marker {
  font-size: 20px;
  color: var(--base-headingfont-color);
}

.prt-team-sidebar .widget-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}
.prt-team-sidebar .team-sidebar-wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.prt-team-sidebar p {
  margin-bottom: 20px;
}
.prt-team-sidebar p a {
  color: var(--base-bodyfont);
}
.prt-team-sidebar p a:hover {
  color: var(--base-skin);
}
ul.team-social-icons li {
}
ul.team-social-icons li a {
  width: 40px;
  height: 36px;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: var(--base-border-radius-10);
  color: var(--base-bodyfont-color);
  font-size: 15px;
  line-height: 36px;
  text-align: center;
}
ul.team-social-icons li a:hover {
  background-color: var(--base-dark);
  border-color: var(--base-dark);
  color: var(--base-white);
}

/*------------------------------------------------------------------------------*/
/*  single_car-details
/*------------------------------------------------------------------------------*/
.prt-car-details-area {
  position: relative;
}
h3.car-details-title {
  font-size: 28px;
  line-height: 38px;
}
h3.title {
  font-size: 22px;
  line-height: 32px;
}

/*slider-nav*/
.prt-car-features.car-view-wrapper {
  margin: 0 -15px;
}
.car-view-wrapper .car-slider-for img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: var(--base-border-radius-20);
}
.slider-nav-car-wrapper img {
  width: 100%;
  border-radius: var(--base-border-radius-20);
}
.slider-nav-car-wrapper.slick-slide.slick-current.slick-active img {
  border: 2px solid var(--base-skin);
}

/*aboutcar-wrapper*/

.prt-aboutcar-wrapper .car-details-list-wrapper {
  padding: 20px 30px;
  border-bottom: 1px solid var(--base-white);
}
ul.car-details-list li {
  position: relative;
  background-color: rgba(255 255 255 / 0.26);
  border-radius: var(--base-border-radius-15);
  border: 1px solid var(--base-border-color-white);
  font-size: 16px;
  line-height: 26px;
  color: var(--base-headingfont-color);
  font-weight: 500;
  padding: 12px 28px 12px 52px;
  margin: 10px 16px 10px 0;
  display: inline-block;
}
ul.car-details-list li i {
  color: var(--base-skin);
  padding-right: 2px;
  position: absolute;
  top: 14px;
  left: 28px;
}
.prt-aboutcar-wrapper .prt-history {
  position: relative;
  padding: 25px 30px 90px;
}
.prt-aboutcar-wrapper .prt-history .prt-history-car {
  position: absolute;
  right: -11%;
  bottom: 0;
}

/*video*/
.video-autoplay {
  overflow: hidden;
  border-radius: var(--base-border-radius-20);
  max-height: 408px;
}
.video-autoplay video {
  max-height: 408px;
  min-width: 104%;
}

/*features-list*/
.prt-features-list-wrap ul.prt-features-list {
  margin: 0;
  padding: 0 0 0 18px;
}
.prt-features-list-wrap ul.prt-features-list li {
  font-size: 16px;
  line-height: 26px;
  padding: 3px 0;
}
.prt-features-list-wrap ul.prt-features-list li::marker {
  font-size: 20px;
  line-height: 10px;
}

.prt-side-header-title h3.title {
  font-size: 24px;
  line-height: 34px;
}
.car-details-sidebar .prt-meta span.prt-meta-line {
  padding-right: 15px;
  margin-right: 5px;
  position: relative;
}
.car-details-sidebar .prt-meta span.prt-meta-line:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: var(--base-border-radius-10);
  background-color: var(--base-bodyfont-color);
}
.car-details-sidebar .prt-meta span.prt-meta-line:last-child:before {
  display: none;
}
.car-details-sidebar h2.title-price {
  font-size: 36px;
  line-height: 46px;
}
.car-details-sidebar .prt-meta {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px;
}
.prt-details-list-warp {
  border-radius: var(--base-border-radius-20);
  background-color: var(--base-grey);
  background-image: url(../images/bg-image/row-bgimage-4.html);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 43px 50px 45px;
}
.prt-details-list-warp ul.prt-details-list li {
  padding: 6px 0;
}
.prt-details-list-warp ul.prt-details-list li span {
  width: 185px;
  color: var(--base-headingfont-color);
  display: inline-block;
  font-weight: 500;
}
.widget-contact .single-contact {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin: 16px 0;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: var(--base-border-radius-15);
  background-color: var(--base-dark);
  color: var(--base-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-contact .single-contact a {
  color: var(--base-white);
  position: relative;
  padding: 0 0 0 22px;
}
.widget-contact .single-contact a i {
  position: absolute;
  top: -3px;
  left: 0;
}
.widget-contact #phoneNumber a i {
  top: -2px;
}
.widget-contact #emailAdress a i {
  top: -5px;
}
.widget-contact #emailAdress a {
  padding: 0 0 0 26px;
}
.widget-contact .single-contact:hover {
  background-color: var(--base-skin);
}
.widget-contact #phoneNumber {
  background-color: transparent;
  border: 1px solid var(--base-skin);
}
.widget-contact #phoneNumber a {
  color: var(--base-headingfont-color);
}
.widget-contact #whatsapp {
  background-color: var(--base-skin);
}
.widget-contact #phoneNumber:hover,
.widget-contact #whatsapp:hover {
  background-color: var(--base-dark);
  border-color: var(--base-dark);
}
.widget-contact #phoneNumber:hover a {
  color: var(--base-white);
}
/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/

article.post.prt-blog-single {
  position: relative;
}
.post.prt-blog-single .prt-blog-single-content h3.entry-title {
  font-size: 32px;
  line-height: 42px;
}
.post.prt-blog-single blockquote {
  background-image: url(../images/bg-image/row-bgimage-4.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 45px 37px;
  margin: 0;
}
.post.prt-blog-single blockquote .qoute-text {
  position: relative;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  font-family: var(--base-headingfont);
  color: var(--base-headingfont-color);
  padding: 30px 0 30px 60px;
  z-index: 0;
}
.post.prt-blog-single blockquote .qoute-text:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  width: 357px;
  height: 130%;
  background-image: url(../images/icon-06.html);
  background-repeat: no-repeat;
  z-index: -1;
}
.post.prt-blog-single .blog-single-featured-img img {
  max-height: 302px;
  object-fit: cover;
}

/*tag_list-block*/
.tag_list-block .prt-tags-links a {
  padding-right: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.tag_list-block .prt-tags-links a span,
.tag_list-block .prt-post-view p {
  font-size: 20px;
  font-weight: 400;
  color: var(--base-bodyfont-color);
}
.tag_list-block .prt-post-view p {
  line-height: 15px;
}
.tag_list-block .prt-post-view {
  text-align: right;
  color: var(--base-headingfont-color);
  font-weight: 600;
}
.tag_list-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 30px;
}

/*social-media-block*/
.social-media-block {
  position: relative;
  text-align: center;
  padding: 25px 0 0px;
  display: block;
  justify-content: space-between;
}
.prt-social-share-wrapper h3.prt-tags-links-title {
  font-size: 24px;
  line-height: 34px;
}
.prt-social-share-wrapper ul.social-icons li {
  margin: 0 3px;
}
.prt-social-share-wrapper ul.social-icons li a {
  width: 35px;
  height: 35px;
  background-color: var(--base-grey);
  border-radius: var(--base-border-radius-50);
  font-size: 14px;
  line-height: 38px;
  color: var(--base-white);
}
.prt-social-share-wrapper ul.social-icons li:nth-child(1) a {
  background-color: #3a54a0;
}
.prt-social-share-wrapper ul.social-icons li:nth-child(2) a {
  background-color: #ce001f;
}
.prt-social-share-wrapper ul.social-icons li:nth-child(3) a {
  background-color: #03aeef;
}
.prt-social-share-wrapper ul.social-icons li:nth-child(4) a {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.prt-social-share-wrapper ul.social-icons li:nth-child(5) a {
  background-color: #0389b9;
}
.prt-social-share-wrapper ul.social-icons li:nth-child(6) a {
  background-color: #e71e93;
}
.prt-social-share-wrapper ul.social-icons li a:hover {
  background: var(--base-skin);
}

/*copy-link*/
.prt-copy-link-wrapper {
  position: relative;
  padding: 13px 22px;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  background-color: #e9f2ff;
}
.prt-copy-link-wrapper button.copytext {
  padding: 0 0 0 15px;
  margin: 0 0 0 18px;
  cursor: pointer;
  color: var(--base-bodyfont-color);
  background-color: transparent;
  border: none;
  border-left: 1px solid rgba(0 0 0 / 0.1);
  outline: none;
}
.prt-copy-link-wrapper button:before {
  content: "Click To Copy";
  position: absolute;
  top: -20px;
  right: -21px;
  color: #fff;
  background: var(--base-skin);
  padding: 4px 10px 5px;
  border-radius: 10px;
  font-size: 12px;
  display: none;
}
.prt-copy-link-wrapper button:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: var(--base-skin);
  transform: rotate(45deg);
  display: none;
}
.prt-copy-link-wrapper button:hover:before,
.prt-copy-link-wrapper button:hover:after {
  opacity: 1;
}
.prt-copy-link-wrapper button:before,
.prt-copy-link-wrapper button:after {
  display: block;
  opacity: 0;
  transition: 0.2s ease;
}
.prt-testimonial-blog {
  position: relative;
  padding: 40px 0 22px;
  text-align: center;
}
.prt-testimonial-blog img {
  border-radius: var(--base-border-radius50);
}
.prt-testimonial-blog h3 {
  font-size: 19px;
  line-height: 26px;
  margin-top: 20px;
}
.tag_list-block.border-top.border-bottom,
.testimonial-blog.border-top.border-bottom {
  border-style: solid !important;
  border-color: #d0d0d0 !important;
  border-width: 1px 0 !important;
}
/*comment-wrap*/
.comment-wrap {
  position: relative;
  margin-top: 110px;
}
.comment-wrap button.comment-wrap-btn {
  background-color: #e9f2ff;
  border-radius: var(--base-border-radius-10);
  color: var(--base-headingfont-color);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--base-headingfont);
  font-weight: 600;
  padding: 10px 20px;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.comment-wrap button.comment-wrap-btn:hover {
  background-color: var(--base-skin);
  color: var(--base-white);
}
.prt-blog-comment {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

/*blog-comment*/
.prt-blog-classic-box-comment_1 h3 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
}
.comments-area {
  position: relative;
}
.comments-area p {
  margin-bottom: 20px;
}
.comment-form textarea,
.comment-form input[type="date"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form select {
  vertical-align: middle;
  width: 100%;
  color: #000;
  padding: 9px 15px;
  font-weight: 500;
  background-color: var(--base-grey);
  text-transform: inherit;
  font-size: 15px;
  line-height: inherit;
  border: none;
  border-radius: var(--base-border-radius-10);
}
.comment-form label {
  display: unset;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="date"]:focus {
  border-color: transparent;
  border: 1px solid var(--base-skin);
}
.comment-form textarea::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form select::placeholder {
  color: var(--base-bodyfont-color);
}
.comment-form span.text-input select {
  color: rgb(255 255 255 / 80%);
}
.comment-form span.text-input option {
  color: var(--base-dark);
}
.comment-form select {
  padding: 11px 20px 14px 0;
  color: rgba(0, 0, 0, 0.5);
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-doctors,
.comments-area .comment-form .comment-form-date {
  position: relative;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.comments-area .comment-form span.date-bday input[type="date"] {
  background-color: var(--base-dark);
  padding: 18px 15px 12px 0;
  color: rgb(255 255 255 / 80%);
}
.comments-area
  .comment-form
  input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-date {
  margin-right: 0;
}
.comments-area .comment-form .select-option {
  position: relative;
}
.comments-area .comment-form .comment-form-diseases {
  position: relative;
  width: 100%;
  float: left;
}
.comments-area .comment-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #888;
}
.comments-area .comment-form .select-option:before {
  right: 20px;
  position: absolute;
  content: "\e64b";
  top: 0;
  bottom: 0;
  font-size: 13px;
  line-height: 57px;
  pointer-events: none;
  font-family: "themify";
}
.comments-area .comment-form span.text-input {
  margin-bottom: 15px;
  display: block;
  padding-top: 5px;
  position: relative;
}
.comments-area .comment-form span.text-input i {
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0.9;
  font-size: 16px;
  z-index: 1;
  color: rgb(255 255 255 / 80%);
}

.comments-area_1 textarea,
.comment-form input[type="text"],
.comments-area_1 input[type="email"],
.comment-form input[type="url"],
.comments-area_1 input[type="author"],
.comment-form input[type="author"],
.comments-area_1 input[type="web"],
.comment-form input[type="web"],
.comments-area_1 .comment-form_1 .comment-form-author input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-email input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-web input[type="text"] {
  text-transform: inherit;
  padding: 11px 15px;
  border: 1px solid rgba(0 0 0 / 0.1);
  background-color: var(--base-grey);
  color: var(--base-bodyfont);
  border-radius: var(--base-border-radius-10);
  text-transform: capitalize;
}
.comments-area_1 input[type="checkbox"] {
  margin: 0 6px 0 0;
}
.comments-area_1 span.checkbox {
  font-size: 15px;
  line-height: 25px;
  color: var(--base-dark);
}
.comments-area_1 .comment-form_1 textarea::placeholder,
.comments-area_1 .comment-form_1 input::placeholder {
  color: var(--base-bodyfont);
}
.comments-area_1 .comment-form_1 .comment-form-author,
.comments-area_1 .comment-form_1 .comment-form-email,
.comments-area_1 .comment-form_1 .comment-form-web {
  position: relative;
  float: left;
  width: 32%;
  margin-top: 10px;
  margin-right: 2%;
}
.comments-area_1 .comment-form_1 .comment-form-web {
  margin-right: 0;
}
.comments-area_1 textarea:focus,
.comments-area_1 input[type="text"]:focus,
.comments-area_1 input[type="email"]:focus,
.comments-area_1 input[type="author"]:focus,
.comments-area_1 input[type="web"]:focus,
.comments-area_1 input[type="url"]:focus {
  border: 1px solid var(--base-skin);
}
.comments-area_1 .prt-btn-color-skincolor:not(.btn-inline):before {
  background-color: var(--base-dark);
}

/* checkbox  */
.comments-area_1 input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.comments-area_1 input[type="checkbox"] + label {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: -2px;
}
.comments-area_1 input[type="checkbox"] + label:before {
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 8px;
}
.comments-area_1 .widget-form p.cookies,
.comments-area_1 .widget-form p.cookies a {
  color: rgba(255 255 255 / 0.5);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.comments-area_1 input[type="checkbox"]:checked + label:before {
  content: "";
  border: solid;
  border-color: var(--base-seconddark);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 7px;
  background-color: transparent !important;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
}
.comments-area_1 .widget-form p.cookies a.underline:before {
  height: 1px;
  background-color: rgba(255 255 255 / 0.6);
}

/*.comments-area_2*/
.comments-area_2 textarea,
.comment-form input[type="text"],
.comments-area_2 input[type="email"],
.comment-form input[type="url"],
.comments-area_2 input[type="author"],
.comment-form input[type="author"],
.comments-area_2 .comment-form_2 .comment-form-author input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-email input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-number input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-zipcode input[type="text"] {
  text-transform: inherit;
  padding: 11px 25px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--base-white);
  border-radius: var(--base-border-radius-10);
  font-size: 14px;
  line-height: 24px;
}
.comments-area_2 .comment-form_2 textarea::placeholder,
.comments-area_2 .comment-form_2 input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}
.comments-area_2 .comment-form_2 .comment-form-author,
.comments-area_2 .comment-form_2 .comment-form-email,
.comments-area_2 .comment-form_2 .comment-form-number {
  position: relative;
  float: left;
  width: 31.7%;
  margin-right: 20px;
}
.comments-area_2 .comment-form_2 .comment-form-number {
  margin-right: 0;
}
.comments-area_2 .comment-form_2 p {
  margin-bottom: 20px;
}

/*.comments-area_3*/
.prt-team-box-comment_3 {
  background-color: var(--base-grey);
  padding: 32px 40px 40px;
}
.comments-area_3 textarea,
.comment-form input[type="text"],
.comments-area_3 input[type="email"],
.comment-form input[type="url"],
.comments-area_3 input[type="author"],
.comment-form input[type="author"],
.comments-area_3 input[type="web"],
.comment-form input[type="web"],
.comments-area_3 .comment-form_3 .comment-form-author input[type="text"],
.comments-area_3 .comment-form_3 .comment-form-email input[type="text"],
.comments-area_3 .comment-form_3 .comment-form-web input[type="text"] {
  text-transform: inherit;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  background-color: transparent;
  color: var(--base-white);
  font-size: 15px;
  line-height: 25px;
}
.comments-area_3 .comment-form_3 textarea::placeholder,
.comments-area_3 .comment-form_3 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.comments-area_3 .comment-form_3 p {
  margin-bottom: 25px;
}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/
.prt_contact_widget_wrapper {
  position: relative;
  z-index: 1;
}
.contact-logo-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-logo-block h3 {
  font-size: 16px;
  line-height: 26px;
  padding: 8px 0 8px 25px;
  margin: 0 0 0 25px;
  border-left: 1px solid rgba(31 99 6 / 0.1);
}
.prt-contact-block1 h3 {
  font-size: 20px;
  line-height: 30px;
}
.prt-contact-block1 p.prt-time {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
.prt_contact_widget_wrapper .rating-star {
  margin-right: 15px;
}
.prt_contact_widget_wrapper .rating-star li {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #ffa800;
}
.prt_contact_widget_wrapper span.headingfont-color {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
.prt_contact_widget_wrapper h2.prt-logo {
  font-size: 56px;
  line-height: 66px;
  font-family: var(--base-headingfontone);
  color: var(--base-dark);
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.wrap-form.contact-us_form span.text-input {
  background-color: transparent;
}
.wrap-form.contact-us_form input,
.wrap-form.contact-us_form textarea {
  background-color: transparent;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #c2c2c2;
}
ul.social-media.contact-sociali-icon li {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
section.error-404 {
  text-align: center;
  position: relative;
  padding: 120px 0 90px 0;
}
section.error-404 .page-content h2 {
  font-size: 120px;
  line-height: 80%;
  margin-bottom: 40px;
  color: var(--base-skin);
  margin-top: 40px;
}
section.error-404 .page-content h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}
section.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--base-white);
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
.google_map,
.map_container {
  height: 100%;
}
#map {
  display: block;
  height: 100%;
  width: 100%;
}
#map iframe {
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  filter: brightness(90%) contrast(150%) saturate(0%) blur(0px) hue-rotate(0deg);
}
body .page.sticky-column {
  overflow: unset;
}
.main-box {
  position: relative;
}

/*pagination*/

.pagination-block .prt-prev {
  text-align: left;
}
.pagination-block .prt-next {
  text-align: right;
  float: right;
}
.pagination-block .prt-prev,
.pagination-block .prt-next {
  display: flex;
  align-items: center;
}
.pagination-block .pagination-img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.pagination-block .pagination-content span a {
  font-size: 12px;
  background-color: #e9f2ff;
  padding: 8px 15px 8px;
  border-radius: var(--base-border-radius-15);
  display: inline;
}
.pagination-block .pagination-content span a:hover {
  background-color: var(--base-dark);
  color: var(--base-white);
}
.pagination-block .pagination-content h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 8px;
}

/*style1*/
.pagination-wrap {
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center;
}
.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap li a {
  background: var(--base-white);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--base-headingfont-color);
  font-weight: 400;
  border-radius: var(--base-border-radius50);
  box-shadow: 0 0 15px 3px rgb(0 0 0 / 0.07);
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
}
.pagination-wrap li a i {
  font-size: 11px;
}
.pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background: var(--base-dark);
  color: var(--base-white);
  transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
  background: var(--base-skin);
  color: var(--base-white);
}
.sidebar .widget-area .widget.with-title {
  background-color: var(--base-grey);
  border-bottom: 3px solid var(--base-skin);
}
.prt-blog-classic .post-meta,
.prt-blog-single .post-meta {
  display: block;
  margin-bottom: 8px;
}
.prt-blog-classic .post-meta .prt-meta-line,
.prt-blog-single .post-meta .prt-meta-line {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.prt-blog-classic .post-meta .prt-meta-line i,
.prt-blog-single .post-meta .prt-meta-line i {
  padding-right: 7px;
  font-size: 13px;
  color: var(--base-skin);
}
.prt-blog-classic .post-meta .prt-meta-line:not(:last-child):after,
.prt-blog-single .post-meta .prt-meta-line:not(:last-child):after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: 8px;
  display: block;
  background-color: #dce1e9;
}
h2.entry-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #eeee;
  padding-bottom: 20px;
}
.pagination-block .page-numbers:hover,
.pagination-block .page-numbers.current,
#totop.top-visible,
.footer .social-icons li a:hover {
  background-color: var(--base-skin);
  color: var(--base-white);
}
.entry-content blockquote {
  display: block;
  padding: 32px 30px 16px 45px;
  position: relative;
  border-left: none;
  color: #555c63;
  margin: 45px 0 30px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  min-height: 100px;
  font-style: normal;
}
.entry-content blockquote:before {
  content: "";
  background-image: url(../images/block-quote-single.png);
  background-color: var(--base-skin);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  z-index: 1;
  border-radius: 50%;
}
.entry-content blockquote cite {
  font-size: 16px;
  margin-top: -7px;
  position: relative;
  font-weight: 600;
  font-style: normal;
}
span.text-input.mb-0 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.prt-blog-single .prt_tag_lists .prt-tags-links-title i {
  padding-right: 5px;
}
.prt-social-share-wrapper {
  display: flex;
  padding-top: 20px;
}
.widget-content-feac .team-member-feac i {
  color: var(--base-black);
}
.comment-cookies label {
  margin-left: 10px;
}

/* =========================================================
   KUMLAMA HERO SLIDER
   MEVCUT BORDER VE BOŞLUK YAPISI KORUNDU
========================================================= */

/*
  Eski yapı korunuyor:
  - 35px dış boşluk
  - Beyaz çevre görünümü
  - Mevcut container yapısı
*/
.kum-hero-section {
  position: relative;
  z-index: 1;
  margin: 35px;
  padding: 0 16px;
  background: #ffffff;
}

.kum-hero-section .container-fluid {
  padding: 0;
}

/*
  Hero ana çerçevesi.
  Eski 14px radius ve overflow yapısı aynen korunuyor.
*/
.kum-hero-card {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 840px;
  overflow: hidden;
  background-color: #111318;
  border-radius: 14px;
}

/* =========================================================
   SWIPER YAPISI
========================================================= */

.kum-hero-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 840px;
  min-height: 840px;
  overflow: hidden;
  border-radius: inherit;
}

.kum-hero-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.kum-hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

/*
  Eski hero içeriğindeki:
  padding: 0 0 140px 84px;
  değeri slayta taşındı.
*/
.kum-hero-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 0 140px 84px;
  overflow: hidden;
}

/* =========================================================
   HERO GÖRSELİ
========================================================= */

.kum-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #111318;
}

.kum-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transition: transform 7s ease;
}

/* Aktif slaytta çok hafif yakınlaşma */
.kum-hero-swiper .swiper-slide-active .kum-hero-bg img {
  transform: scale(1.055);
}

/* Görsel koyulaştırma */
.kum-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(10, 18, 30, 0.35) 0%,
      rgba(10, 18, 30, 0.18) 45%,
      rgba(10, 18, 30, 0.55) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(10, 12, 18, 0.78) 100%
    );
}

/* =========================================================
   HERO YAZILARI
========================================================= */

.kum-hero-content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  opacity: 0;
  transform: translateY(28px);

  transition:
    opacity 0.75s ease 0.25s,
    transform 0.75s ease 0.25s;
}

.kum-hero-swiper .swiper-slide-active .kum-hero-content {
  opacity: 1;
  transform: translateY(0);
}

/* İlk ve diğer slayt başlıkları aynı görünür */
.kum-hero-content h1,
.kum-hero-content h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--base-headingfont);
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1.8px;
}

/* Slaytta küçük üst yazı kullanılıyorsa */
.kum-hero-small-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.83);
  font-family: var(--base-bodyfont);
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kum-hero-small-title::before {
  width: 27px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background-color: var(--base-skin);
}

/* =========================================================
   İSTATİSTİK KUTUSU
   ESKİ BORDER YAPISI AYNEN KORUNDU
========================================================= */

.kum-hero-stats {
  position: absolute;
  right: 78px;
  bottom: 78px;
  z-index: 8;
  width: 126px;
  padding: 18px 14px;
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 7px;

  text-align: center;
  background-color: rgba(8, 10, 14, 0.1);
  backdrop-filter: blur(3px);
}

.kum-stat strong {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.kum-stat span {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
}

.kum-line {
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background: rgba(255, 255, 255, 0.85);
}

/* =========================================================
   ANASAYFA HERO İÇİ HEADER + STICKY DÜZELTMESİ
========================================================= */

/*
  Header HTML olarak hero section içinde kalır.
  Hero ve main-box sticky header'ı kesmez.
*/
body.kum-home-page .main-box {
  position: relative;
  overflow: visible !important;
}

body.kum-home-page .kum-hero-section {
  position: relative;
  z-index: 99990 !important;
  overflow: visible !important;
}

/*
  Slider kendi katmanında kalır.
  Header slider görselinin üzerinde görünür.
*/
body.kum-home-page .kum-hero-card,
body.kum-home-page .kum-hero-swiper,
body.kum-home-page .kum-hero-slide,
body.kum-home-page .kum-hero-bg,
body.kum-home-page .kum-hero-overlay {
  z-index: 1;
}

/*
  Normal durumda header hero kartının içerisinde görünür.
*/
body.kum-home-page .kum-hero-section #masthead {
  position: absolute;
  z-index: 999999 !important;
}

/*
  Tema scroll sırasında is_stuck veya fixed-header
  sınıfını verdiğinde header ekranın üstüne sabitlenir.
*/
body.kum-home-page .kum-hero-section #masthead .prt-stickable-header.is_stuck,
body.kum-home-page .kum-hero-section #masthead .site-header-menu-inner.is_stuck,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header {
  position: fixed !important;

  top: 0 !important;
  right: 0 !important;
  left: 0 !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;

  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;

  box-shadow: 0 8px 28px rgba(15, 18, 25, 0.12) !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;

  z-index: 999999 !important;
}

/*
  Sticky olduğunda bütün header katmanları beyaz olur.
*/
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .site-navigation,
body.kum-home-page
  .kum-hero-section
  #masthead
  .site-header-menu-inner.is_stuck
  .site-navigation,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .site-navigation {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/*
  Sticky header menü yazıları.
*/
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .main-menu
  ul.menu
  > li
  > a,
body.kum-home-page
  .kum-hero-section
  #masthead
  .site-header-menu-inner.is_stuck
  .main-menu
  ul.menu
  > li
  > a,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .main-menu
  ul.menu
  > li
  > a {
  color: #17181c !important;
}

/*
  Menü hover ve aktif bağlantı.
*/
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .main-menu
  ul.menu
  > li:hover
  > a,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .main-menu
  ul.menu
  > li.active
  > a,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .main-menu
  ul.menu
  > li:hover
  > a,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .main-menu
  ul.menu
  > li.active
  > a {
  color: var(--base-skin) !important;
}

/*
  Telefon ve e-posta yazıları.
*/
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .hotline-link,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .hotline-link {
  color: #17181c !important;
}

/*
  İletişim ikonu.
*/
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .prt-contact-link-icon,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .prt-contact-link-icon
  i,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .prt-contact-link-icon,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .prt-contact-link-icon
  i {
  color: #17181c !important;
}

/*
  Sticky teklif butonu.
*/
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .header-btn
  .prt-btn,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .header-btn
  .prt-btn {
  color: #17181c !important;
  background-color: transparent !important;
  border-color: #17181c !important;
}

/*
  Sticky mobil hamburger siyah olur.
*/
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .menubar-inner,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .menubar-inner::before,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.is_stuck
  .menubar-inner::after,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .menubar-inner,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .menubar-inner::before,
body.kum-home-page
  .kum-hero-section
  #masthead
  .prt-stickable-header.fixed-header
  .menubar-inner::after {
  background-color: #17181c !important;
}

@media only screen and (max-width: 991px) {
  /*
    İlk durumda header hero kartının içerisinde.
  */
  body.kum-home-page .kum-hero-section #masthead {
    top: 12px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
  }

  /*
    Scroll sonrasında dış boşluklar kaldırılır.
  */
  body.kum-home-page .kum-hero-section #masthead .prt-stickable-header.is_stuck,
  body.kum-home-page
    .kum-hero-section
    #masthead
    .site-header-menu-inner.is_stuck,
  body.kum-home-page
    .kum-hero-section
    #masthead
    .prt-stickable-header.fixed-header {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  body.kum-home-page
    .kum-hero-section
    #masthead
    .prt-stickable-header.is_stuck
    .container-fluid,
  body.kum-home-page
    .kum-hero-section
    #masthead
    .prt-stickable-header.fixed-header
    .container-fluid {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 575px) {
  body.kum-home-page .kum-hero-section #masthead {
    top: 10px !important;
    right: 10px !important;
    left: 10px !important;
  }
}

/* =========================================================
   KÜÇÜK MASAÜSTÜ
   ESKİ 560PX YÜKSEKLİK KORUNDU
========================================================= */

@media only screen and (max-width: 1199px) {
  .kum-hero-card,
  .kum-hero-swiper {
    height: 560px;
    min-height: 560px;
  }

  .kum-hero-slide {
    padding: 0 0 90px 90px;
  }

  .kum-hero-stats {
    right: 100px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {
  .kum-hero-section {
    margin: 24px;
    padding: 0 12px;
  }

  .kum-hero-card,
  .kum-hero-swiper {
    height: 550px;
    min-height: 550px;
  }

  .kum-hero-slide {
    padding: 0 40px 60px;
  }

  .kum-hero-stats {
    right: 35px;
    bottom: 45px;
  }
}

/* =========================================================
   MOBİL
   ESKİ 520PX YÜKSEKLİK VE BORDER KORUNDU
========================================================= */

@media only screen and (max-width: 767px) {
  .kum-hero-section {
    margin: 15px 10px 25px;
    padding: 0;
  }

  .kum-hero-card,
  .kum-hero-swiper {
    height: 520px;
    min-height: 520px;
    border-radius: 14px;
  }

  .kum-hero-slide {
    padding: 0 25px 45px;
  }

  .kum-hero-content {
    max-width: 290px;
  }

  .kum-hero-content h1,
  .kum-hero-content h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .kum-hero-small-title {
    max-width: 220px;
    font-size: 10px;
    line-height: 18px;
  }

  .kum-hero-stats {
    /* right: 25px;
    bottom: 165px; */
    width: 108px;
    padding: 14px 12px;

    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 7px;
  }

  .kum-stat strong {
    font-size: 21px;
  }

  .kum-stat span {
    font-size: 13px;
  }
}

/* =========================================================
   KÜÇÜK TELEFON
========================================================= */

@media only screen and (max-width: 480px) {
  .kum-hero-card,
  .kum-hero-swiper {
    height: 500px;
    min-height: 500px;
  }

  .kum-hero-slide {
    padding: 0 21px 35px;
  }

  .kum-hero-content {
    max-width: 245px;
  }

  .kum-hero-content h1,
  .kum-hero-content h2 {
    font-size: 31px;
    line-height: 1.15;
  }

  .kum-hero-stats {
    top: 20px;
    right: 20px;
    bottom: auto;
    width: 96px;
    padding: 12px 10px;
  }

  .kum-stat strong {
    font-size: 19px;
  }

  .kum-stat span {
    font-size: 10px;
  }

  .kum-line {
    margin: 13px 0;
  }
}

/* ==========================================================================
   SAYFA ÖZEL STİLLERİ BAŞLANGICI
   ========================================================================== */

/* ==========================================================================
   KONTIRSAN KUMLAMA - HAKKIMIZDA SAYFASI
   Bu bölüm yalnızca body.kontirsan-about-page ve .kontirsan-* sınıflarını etkiler.
   ========================================================================== */

.kontirsan-about-page {
  --kontirsan-red: var(--base-skin, #e30613);
  --kontirsan-dark: #111318;
  --kontirsan-dark-soft: #1b1e24;
  --kontirsan-text: #50545c;
  --kontirsan-muted: #747981;
  --kontirsan-line: #e6e8eb;
  --kontirsan-light: #f5f6f7;
  --kontirsan-white: #ffffff;
}

.kontirsan-about-page .site-main {
  background: var(--kontirsan-white);
}

.kontirsan-about-page .prt-row {
  padding-top: 90px;
  padding-bottom: 90px;
}

.kontirsan-about-page p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

/* -------------------------------------------------
   Page title
------------------------------------------------- */
.kontirsan-about-page .kontirsan-page-title {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 14, 18, 0.97) 0%,
      rgba(12, 14, 18, 0.9) 48%,
      rgba(12, 14, 18, 0.68) 100%
    ),
    radial-gradient(circle at 78% 32%, rgba(227, 6, 19, 0.24), transparent 27%),
    radial-gradient(
      circle at 68% 75%,
      rgba(255, 255, 255, 0.09) 0 1px,
      transparent 1.5px
    );
  background-size:
    cover,
    cover,
    16px 16px;
  background-position: center;
  background-attachment: scroll;
}

.kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
  padding: 190px 0 82px;
  text-align: left;
  background: transparent;
}

.kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner::before {
  width: 340px;
  height: 340px;
  left: auto;
  right: -100px;
  top: -120px;
  bottom: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.kontirsan-title-content {
  max-width: 760px;
}

.kontirsan-eyebrow,
.kontirsan-section-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--kontirsan-red);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.kontirsan-eyebrow::before,
.kontirsan-section-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.kontirsan-title-content h1 {
  margin: 0 0 18px;
  color: var(--kontirsan-white);
  font-family: var(--base-headingfont);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.kontirsan-title-content p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.kontirsan-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.kontirsan-breadcrumb a {
  color: var(--kontirsan-white);
}

.kontirsan-breadcrumb a:hover {
  color: var(--kontirsan-red);
}

/* -------------------------------------------------
   Shared section heading
------------------------------------------------- */
.kontirsan-section-heading {
  margin-bottom: 28px;
}

.kontirsan-section-heading h2,
.kontirsan-process-intro h2,
.kontirsan-cta-box h2 {
  margin: 0;
  color: var(--kontirsan-dark);
  font-size: 34px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.kontirsan-section-heading > p,
.kontirsan-section-intro,
.kontirsan-approach-copy p,
.kontirsan-about-content > p,
.kontirsan-process-intro > p {
  color: var(--kontirsan-text);
  font-size: 18px;
  line-height: 1.75;
}

/* -------------------------------------------------
   Approach
------------------------------------------------- */
.kontirsan-approach-section {
  background: var(--kontirsan-white);
}

.kontirsan-surface-visual {
  position: relative;
  min-height: 585px;
  overflow: hidden;
  border-radius: 18px;
  isolation: isolate;
  background:
    radial-gradient(
        circle at 25% 24%,
        rgba(255, 255, 255, 0.22) 0 1px,
        transparent 1.5px
      )
      0 0 / 18px 18px,
    linear-gradient(130deg, #2a2d33 0%, #17191e 48%, #0e1014 100%);
  box-shadow: 0 24px 60px rgba(17, 19, 24, 0.14);
}

.kontirsan-surface-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      120deg,
      transparent 0 42%,
      rgba(227, 6, 19, 0.75) 42% 43%,
      transparent 43%
    ),
    radial-gradient(circle at 100% 0, rgba(227, 6, 19, 0.35), transparent 42%);
}

.kontirsan-surface-grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.kontirsan-surface-caption {
  position: absolute;
  top: 38px;
  left: 38px;
  right: 38px;
  z-index: 2;
}

.kontirsan-surface-caption span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.kontirsan-surface-caption strong {
  display: block;
  max-width: 360px;
  color: var(--kontirsan-white);
  font-size: 29px;
  line-height: 1.3;
  font-weight: 500;
}

.kontirsan-before-after {
  position: absolute;
  inset: 155px 38px 112px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(3px);
}

.kontirsan-surface-side {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.kontirsan-surface-side + .kontirsan-surface-side {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

/* =========================================================
   ÖNCESİ / SONRASI GÖRSELLERİ
   Mevcut ölçüler korunur
========================================================= */

.kontirsan-surface-side {
  position: relative;
  overflow: hidden;
}

/* HTML içerisinden gelen görseller */
.kontirsan-surface-side > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;

  display: block;
  width: 100%;
  height: 100%;
  max-width: none;

  object-fit: cover;
  object-position: center;
}

/* Görsel üzerindeki hafif koyuluk */
.kontirsan-surface-side::after {
  position: absolute;
  inset: 0;
  z-index: 1;

  content: "";
  pointer-events: none;

  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.02) 35%,
    rgba(8, 9, 12, 0.48) 100%
  );
}

/* Öncesi / Sonrası yazıları görselin üzerinde kalsın */
.kontirsan-surface-side > span {
  position: relative;
  z-index: 2;
}

/* Görsel geçişi */
.kontirsan-surface-side > img {
  transition: transform 0.55s ease;
}

.kontirsan-surface-side:hover > img {
  transform: scale(1.035);
}

.kontirsan-surface-side span {
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 30px;
  background: rgba(12, 14, 18, 0.68);
  color: var(--kontirsan-white);
  font-size: 13px;
  font-weight: 600;
}

.kontirsan-visual-note {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.kontirsan-visual-note > span {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--kontirsan-red);
  color: var(--kontirsan-white);
  font-size: 13px;
  font-weight: 700;
}

.kontirsan-visual-note p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.kontirsan-approach-copy {
  margin-bottom: 28px;
}

.kontirsan-approach-copy p {
  margin-bottom: 16px;
}

.kontirsan-check-list {
  margin-bottom: 32px;
}

.kontirsan-check-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  padding: 18px 0;
  border-top: 1px solid var(--kontirsan-line);
}

.kontirsan-check-item:last-child {
  border-bottom: 1px solid var(--kontirsan-line);
}

.kontirsan-check-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.08);
  color: var(--kontirsan-red);
  font-size: 16px;
  font-weight: 700;
}

.kontirsan-check-item h3 {
  margin: 0 0 5px;
  color: var(--kontirsan-dark);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.kontirsan-check-item p {
  margin: 0;
  color: var(--kontirsan-muted);
  font-size: 16px;
  line-height: 1.65;
}

.kontirsan-main-btn {
  min-width: 205px;
}

/* -------------------------------------------------
   About us
------------------------------------------------- */
.kontirsan-about-section {
  background: var(--kontirsan-light);
}

.kontirsan-sticky-heading {
  position: sticky;
  top: 130px;
  margin-bottom: 0;
}

.kontirsan-about-content {
  padding-left: 12px;
}

.kontirsan-about-content > p {
  margin-bottom: 20px;
}

.kontirsan-value-grid {
  margin-top: 34px;
}

.kontirsan-value-card {
  height: 100%;
  padding: 26px 22px;
  border: 1px solid var(--kontirsan-line);
  border-radius: 14px;
  background: var(--kontirsan-white);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.kontirsan-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(227, 6, 19, 0.25);
  box-shadow: 0 18px 38px rgba(17, 19, 24, 0.08);
}

.kontirsan-card-number {
  display: block;
  margin-bottom: 25px;
  color: var(--kontirsan-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.kontirsan-value-card h3 {
  margin: 0 0 10px;
  color: var(--kontirsan-dark);
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
}

.kontirsan-value-card p {
  margin: 0;
  color: var(--kontirsan-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* -------------------------------------------------
   Services
------------------------------------------------- */
.kontirsan-services-section {
  background: var(--kontirsan-white);
}

.kontirsan-section-intro {
  margin: 0 0 5px;
}

.kontirsan-service-card {
  position: relative;
  min-height: 300px;
  height: 100%;
  overflow: hidden;
  padding: 28px 26px;
  border: 1px solid var(--kontirsan-line);
  border-radius: 15px;
  background: var(--kontirsan-white);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.kontirsan-service-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(227, 6, 19, 0.16);
  border-radius: 50%;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease;
}

.kontirsan-service-card:hover {
  transform: translateY(-7px);
  background: var(--kontirsan-dark);
  box-shadow: 0 20px 45px rgba(17, 19, 24, 0.14);
}

.kontirsan-service-card:hover::after {
  transform: scale(1.15);
  border-color: rgba(255, 255, 255, 0.12);
}

.kontirsan-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}

.kontirsan-service-top span,
.kontirsan-service-top i {
  color: var(--kontirsan-red);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.kontirsan-service-top i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--kontirsan-line);
  border-radius: 50%;
  font-size: 18px;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.kontirsan-service-card:hover .kontirsan-service-top i {
  transform: rotate(45deg);
  border-color: rgba(255, 255, 255, 0.18);
}

.kontirsan-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--kontirsan-dark);
  font-size: 21px;
  line-height: 1.42;
  font-weight: 600;
  transition: color 0.3s ease;
}

.kontirsan-service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--kontirsan-muted);
  font-size: 16px;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.kontirsan-service-card:hover h3 {
  color: var(--kontirsan-white);
}

.kontirsan-service-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

/* -------------------------------------------------
   Process - replaces team cards
------------------------------------------------- */
.kontirsan-about-page .kontirsan-process-section {
  padding-top: 100px;
  padding-bottom: 90px;
  background: var(--kontirsan-white);
}

.kontirsan-process-shell {
  position: relative;
  overflow: hidden;
  padding: 70px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 15%, rgba(227, 6, 19, 0.22), transparent 25%),
    linear-gradient(135deg, #17191e, #0e1014 68%);
}

.kontirsan-process-shell::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -150px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.kontirsan-section-label.is-light {
  color: #ff5963;
}

.kontirsan-process-intro {
  position: relative;
  z-index: 1;
  padding-right: 24px;
}

.kontirsan-process-intro h2 {
  margin-bottom: 20px;
  color: var(--kontirsan-white);
}

.kontirsan-process-intro > p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.63);
}

.kontirsan-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  color: var(--kontirsan-white);
  font-size: 16px;
  font-weight: 600;
}

.kontirsan-text-link:hover {
  color: #ff5963;
  border-color: #ff5963;
}

.kontirsan-process-list {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kontirsan-process-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.kontirsan-process-number {
  color: #ff5963;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.kontirsan-process-item h3 {
  margin: 0 0 7px;
  color: var(--kontirsan-white);
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
}

.kontirsan-process-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.65;
}

/* -------------------------------------------------
   CTA
------------------------------------------------- */

.kontirsan-cta-box > div {
  max-width: 790px;
}

.kontirsan-cta-box > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--kontirsan-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.kontirsan-cta-box h2 {
  font-size: 30px;
}

/* -------------------------------------------------
   Responsive
------------------------------------------------- */
@media (max-width: 1199px) {
  .kontirsan-process-shell {
    padding: 58px 46px;
  }

  .kontirsan-surface-visual {
    min-height: 525px;
  }
}

@media (max-width: 991px) {
  .kontirsan-about-page .prt-row {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
    padding: 160px 0 70px;
  }

  .kontirsan-title-content h1 {
    font-size: 40px;
  }

  .kontirsan-breadcrumb {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .kontirsan-surface-visual {
    min-height: 520px;
    margin-bottom: 45px;
  }

  .kontirsan-sticky-heading {
    position: static;
    margin-bottom: 28px;
  }

  .kontirsan-about-content {
    padding-left: 0;
  }

  .kontirsan-section-intro {
    margin-top: 18px;
  }

  .kontirsan-process-intro {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .kontirsan-about-page .kontirsan-process-section {
    padding-bottom: 72px;
  }

  .kontirsan-cta-section {
    padding-bottom: 72px;
  }

  .kontirsan-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .kontirsan-about-page .prt-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
    padding: 140px 0 58px;
  }

  .kontirsan-title-content h1 {
    font-size: 36px;
  }

  .kontirsan-title-content p,
  .kontirsan-section-heading > p,
  .kontirsan-section-intro,
  .kontirsan-approach-copy p,
  .kontirsan-about-content > p,
  .kontirsan-process-intro > p {
    font-size: 17px;
  }

  .kontirsan-section-heading h2,
  .kontirsan-process-intro h2,
  .kontirsan-cta-box h2 {
    font-size: 30px;
  }

  .kontirsan-surface-visual {
    min-height: 490px;
  }

  .kontirsan-surface-caption {
    top: 28px;
    left: 26px;
    right: 26px;
  }

  .kontirsan-surface-caption strong {
    font-size: 25px;
  }

  .kontirsan-before-after {
    inset: 145px 26px 108px;
  }

  .kontirsan-visual-note {
    left: 26px;
    right: 26px;
    bottom: 25px;
  }

  .kontirsan-process-shell {
    padding: 46px 26px;
  }

  .kontirsan-cta-box {
    padding: 34px 28px;
  }
}

@media (max-width: 575px) {
  .kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
    padding: 125px 0 52px;
  }

  .kontirsan-title-content h1 {
    font-size: 34px;
  }

  .kontirsan-title-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .kontirsan-breadcrumb {
    gap: 8px;
    font-size: 14px;
  }

  .kontirsan-surface-visual {
    min-height: 455px;
    border-radius: 14px;
  }

  .kontirsan-surface-caption strong {
    max-width: 280px;
    font-size: 22px;
  }

  .kontirsan-before-after {
    inset: 138px 20px 105px;
  }

  .kontirsan-surface-side {
    padding: 16px;
  }

  .kontirsan-visual-note {
    left: 20px;
    right: 20px;
    gap: 12px;
  }

  .kontirsan-visual-note p {
    font-size: 13px;
  }

  .kontirsan-check-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .kontirsan-service-card {
    min-height: 270px;
  }

  .kontirsan-process-shell {
    border-radius: 14px;
  }

  .kontirsan-process-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .kontirsan-cta-box {
    gap: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kontirsan-about-page *,
  .kontirsan-about-page *::before,
  .kontirsan-about-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =================================================
   KONTIRSAN HAKKIMIZDA - İÇ SAYFA BANNER YAPISI V2
   Banner görseli: images/hakkimizda-banner.jpg
================================================= */

.kontirsan-about-page {
  background: #f4f5f7;
}

.kontirsan-about-page .page {
  background: #ffffff;
}

/* Header bannerın üzerinde, referanstaki gibi tek yapı görünür. */
.kontirsan-about-page #masthead {
  position: absolute;
  top: 50px;
  /* left: 54px;
  right: 54px; */
  z-index: 100;
  width: auto;
  background: transparent !important;
}

.kontirsan-about-page .site-main {
  background: #ffffff;
}

.kontirsan-about-page .kontirsan-page-title {
  position: relative;
  width: calc(100% - 108px);
  /* max-width: 1810px;
  min-height: 400px; */
  margin: 40px auto 0;
  overflow: hidden;
  border-radius: 30px;
  background-color: #191a1f;
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url("../images/hakkimizda-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 0 22px 55px rgba(18, 24, 35, 0.12);
}

/* Header altındaki ince ayırıcı çizgi */
.kontirsan-about-page .kontirsan-page-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 116px;
  left: 4.5%;
  right: 4.5%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  padding: 175px 0 58px;
  text-align: left;
  background: transparent !important;
}

.kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner::before {
  display: none !important;
}

.kontirsan-about-page .kontirsan-title-content {
  max-width: 720px;
}

.kontirsan-about-page .kontirsan-eyebrow {
  margin-bottom: 13px;
  color: var(--kontirsan-red);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.kontirsan-about-page .kontirsan-eyebrow::before {
  width: 32px;
}

.kontirsan-about-page .kontirsan-title-content h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.kontirsan-about-page .kontirsan-title-content p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.kontirsan-about-page .kontirsan-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.kontirsan-about-page .kontirsan-breadcrumb a {
  color: #ffffff;
  font-weight: 500;
}

.kontirsan-about-page .kontirsan-breadcrumb a:hover {
  color: var(--kontirsan-red);
}

.kontirsan-about-page .kontirsan-breadcrumb-divider {
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.35);
  transform: rotate(15deg);
}

@media (max-width: 1199px) {
  .kontirsan-about-page #masthead {
    top: 30px;
    left: 30px;
    right: 30px;
  }

  .kontirsan-about-page .kontirsan-page-title {
    width: calc(100% - 60px);
    margin-top: 30px;
  }

  .kontirsan-about-page .kontirsan-page-title::after {
    left: 7%;
    right: 7%;
  }
}

@media (max-width: 991px) {
  .kontirsan-about-page #masthead {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .kontirsan-about-page .kontirsan-page-title {
    width: calc(100% - 36px);
    min-height: 390px;
    margin-top: 18px;
    border-radius: 24px;
    background-position: 62% center;
  }

  .kontirsan-about-page .kontirsan-page-title::after {
    top: 102px;
    left: 28px;
    right: 28px;
  }

  .kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
    min-height: 390px;
    padding: 165px 0 48px;
  }

  .kontirsan-about-page .kontirsan-title-content h1 {
    font-size: 36px;
  }

  .kontirsan-about-page .kontirsan-breadcrumb {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .kontirsan-about-page #masthead {
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .kontirsan-about-page .kontirsan-page-title {
    width: calc(100% - 24px);
    min-height: 380px;
    margin-top: 12px;
    border-radius: 20px;
    background-position: 66% center;
  }

  .kontirsan-about-page .kontirsan-page-title::after {
    top: 92px;
    left: 20px;
    right: 20px;
  }

  .kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
    min-height: 380px;
    padding: 145px 0 42px;
  }

  .kontirsan-about-page .kontirsan-title-content h1 {
    font-size: 34px;
  }

  .kontirsan-about-page .kontirsan-title-content p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 575px) {
  .kontirsan-about-page .kontirsan-page-title {
    min-height: 360px;
    background-position: 70% center;
  }

  .kontirsan-about-page .kontirsan-page-title::after {
    display: none;
  }

  .kontirsan-about-page .kontirsan-page-title .prt-page-title-row-inner {
    min-height: 360px;
    padding: 125px 0 34px;
  }

  .kontirsan-about-page .kontirsan-title-content h1 {
    font-size: 31px;
  }

  .kontirsan-about-page .kontirsan-eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .kontirsan-about-page .kontirsan-title-content p {
    max-width: 100%;
    margin-top: 15px;
    font-size: 15px;
  }
}

/* =========================================================
   KONTIRSAN HİZMETLERİMİZ SAYFASI
   3'LÜ GRID - MEVCUT PORTFOLIO HOVER VE OK YAPISI KORUNUR
========================================================= */

/* Hizmetler sayfası banner resmi */
.kontirsan-services-page .kontirsan-services-page-title {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url(../images/hakkimizda-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Hizmetler bölümü */
.kontirsan-services-section {
  padding: 82px 0 62px;
  background-color: #ffffff;
}

/* Bölüm üst başlığı */
.kontirsan-services-section .section-title {
  margin-top: 0;
  margin-bottom: 42px;
}

.kontirsan-services-section .pre-title {
  margin-bottom: 8px;
  text-align: center;
}

.kontirsan-services-section .pre-title span {
  color: var(--base-skin);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.kontirsan-services-section .section-title h2 {
  margin-top: 8px;
  margin-bottom: 14px;
  color: var(--base-headingfont-color);
  font-size: 34px;
  line-height: 1.35;
  font-weight: 500;
}

.kontirsan-services-section .section-title .title-desc {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.kontirsan-services-section .section-title .title-desc p {
  margin: 0;
  padding: 0;
  color: #666970;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

/* Kartın dış alanı */
.kontirsan-services-section .kontirsan-service-box {
  width: 100%;
  margin-bottom: 0;
}

/* Kart ana yapısı */
.kontirsan-services-section .kontirsan-service-box .prt-post-item-inner {
  height: 390px;
  margin-bottom: 30px;
}

/* Kart görsel alanı */
.kontirsan-services-section .kontirsan-service-box .prt-featured-wrapper {
  width: 100%;
  height: 390px;
  overflow: hidden;
  border-radius: 15px;
}

/*
 Temanın kendi görsel hareketi korunuyor.
 width calc(100% + 50px) değeri temanın mevcut
 sağa-sola hareketli hover efektini çalıştırır.
*/
.kontirsan-services-section .kontirsan-service-box .prt-featured-wrapper img {
  width: calc(100% + 50px);
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

/* Kart başlığı */
.kontirsan-services-section .kontirsan-service-box .prt-box-title h3 {
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

/* Kart açıklaması */
.kontirsan-services-section .kontirsan-service-box .prt-box-desc p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Hover sırasında açılan içerik alanı */
.kontirsan-services-section .kontirsan-service-box .prt-box-feac {
  padding-right: 25px;
  padding-left: 25px;
}

/*
 Temanın kırmızı yuvarlak okunu görünür tutar.
 Ok simgesi shortcodes.css içerisindeki
 .prt-portfolio-box-btn:after üzerinden gelir.
*/
.kontirsan-services-section .kontirsan-service-box .prt-portfolio-box-btn {
  position: relative;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ok alanının tıklanabilirliğini korur */
.kontirsan-services-section
  .kontirsan-service-box
  .prt-portfolio-box-btn::after {
  display: block;
}

/* Uzun başlıklarda hover hareketini dengeler */
.kontirsan-services-section
  .kontirsan-service-box
  .prt-post-item-inner:hover
  .prt-box-title {
  transform: translateY(-105px);
}

.kontirsan-services-section
  .kontirsan-service-box
  .prt-post-item-inner:hover
  .prt-box-feac {
  opacity: 1;
  transform: translateY(-105px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

/* Küçük masaüstü */
@media only screen and (max-width: 1199px) {
  .kontirsan-services-section .kontirsan-service-box .prt-post-item-inner,
  .kontirsan-services-section .kontirsan-service-box .prt-featured-wrapper {
    height: 370px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-title h3 {
    min-height: 56px;
    font-size: 21px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-title-content {
    padding: 25px 20px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-feac {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Tablet: 2'li grid */
@media only screen and (max-width: 991px) {
  .kontirsan-services-section {
    padding: 70px 0 50px;
  }

  .kontirsan-services-section .section-title h2 {
    font-size: 31px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-post-item-inner,
  .kontirsan-services-section .kontirsan-service-box .prt-featured-wrapper {
    height: 400px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-title h3 {
    min-height: auto;
    font-size: 23px;
  }
}

/* Telefon: tekli grid */
@media only screen and (max-width: 767px) {
  .kontirsan-services-section {
    padding: 58px 0 38px;
  }

  .kontirsan-services-section .section-title {
    margin-bottom: 32px;
  }

  .kontirsan-services-section .section-title h2 {
    font-size: 29px;
    line-height: 1.35;
  }

  .kontirsan-services-section .section-title .title-desc p {
    font-size: 16px;
    line-height: 1.7;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-post-item-inner,
  .kontirsan-services-section .kontirsan-service-box .prt-featured-wrapper {
    height: 410px;
  }
}

/* Küçük telefon */
@media only screen and (max-width: 575px) {
  .kontirsan-services-section .kontirsan-service-box .prt-post-item-inner,
  .kontirsan-services-section .kontirsan-service-box .prt-featured-wrapper {
    height: 370px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-title-content {
    padding: 24px 18px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-title h3 {
    min-height: auto;
    font-size: 21px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-desc p {
    font-size: 14px;
  }

  .kontirsan-services-section .kontirsan-service-box .prt-box-feac {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* =========================================================
   KONTIRSAN HİZMET DETAY - SADE VE ŞIK TASARIM
========================================================= */

/* Banner resmi */
.ks-service-detail-page .ks-service-detail-banner {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url(../images/hakkimizda-banner.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Ana bölüm */
.prt-row.ks-service-detail-section {
  padding: 88px 0 95px;
  background-color: #ffffff;
}

/* =========================================================
   SOL HİZMET MENÜSÜ
========================================================= */

.ks-service-sidebar {
  position: sticky;
  top: 115px;
  overflow: hidden;
  border: 1px solid #e7e7e9;
  border-radius: 18px;
  background-color: #ffffff;
}

/* Sidebar başlık */
.ks-service-sidebar-title {
  position: relative;
  padding: 27px 24px 25px;
  background-color: #111217;
}

.ks-service-sidebar-title::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 2px;
  content: "";
  background-color: var(--base-skin);
}

.ks-service-sidebar-title span {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-service-sidebar-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

/* Sidebar liste */
.ks-service-sidebar-list {
  margin: 0;
  padding: 8px 0;
}

.ks-service-sidebar-list li {
  margin: 0;
  padding: 0 12px;
}

.ks-service-sidebar-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 67px;
  padding: 13px 12px;
  color: #2c2d31;
  border-bottom: 1px solid #ececee;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  transition:
    color 0.25s ease,
    padding 0.25s ease;
}

.ks-service-sidebar-list li:last-child a {
  border-bottom: 0;
}

.ks-service-sidebar-list li a span {
  padding-right: 12px;
}

/* Sidebar ok */
.ks-service-sidebar-list li a i {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #76777c;
  background-color: #f2f2f3;
  border-radius: 50%;
  font-size: 12px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

/* Hover */
.ks-service-sidebar-list li a:hover {
  padding-left: 17px;
  color: var(--base-skin);
}

.ks-service-sidebar-list li a:hover i {
  color: #ffffff;
  background-color: var(--base-skin);
  transform: rotate(-35deg);
}

/* Aktif menü */
.ks-service-sidebar-list li.active a {
  color: #111217;
  font-weight: 600;
}

.ks-service-sidebar-list li.active a i {
  color: #ffffff;
  background-color: var(--base-skin);
}

/* Aktif sol çizgi */
.ks-service-sidebar-list li.active {
  position: relative;
}

.ks-service-sidebar-list li.active::before {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 0;
  width: 3px;
  content: "";
  background-color: var(--base-skin);
  border-radius: 3px;
}

/* =========================================================
   SAĞ ANA İÇERİK
========================================================= */

.ks-service-main {
  width: 100%;
}

/* Ana görsel */
.ks-service-image {
  position: relative;
  width: 100%;
  height: 535px;
  overflow: hidden;
  border-radius: 22px;
  background-color: #eeeeef;
}

.ks-service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.ks-service-image:hover img {
  transform: scale(1.025);
}

/* Görsel etiketi */
.ks-service-image-tag {
  position: absolute;
  bottom: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 6px 17px 6px 7px;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 50px;
  backdrop-filter: blur(8px);
}

.ks-service-image-tag span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  color: #ffffff;
  background-color: var(--base-skin);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.ks-service-image-tag strong {
  color: #18191d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* Metin içeriği */
.ks-service-content {
  padding-top: 42px;
}

/* İlk başlık düzeni */
.ks-service-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: end;
  gap: 55px;
}

.ks-service-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 13px;
  color: var(--base-skin);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ks-service-label::before {
  width: 27px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background-color: var(--base-skin);
}

.ks-service-intro-title h2 {
  max-width: 620px;
  margin: 0;
  color: #101116;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ks-service-intro-text p {
  margin: 0;
  color: #55575d;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

/* İnce ayırıcı */
.ks-service-content-line {
  width: 100%;
  height: 1px;
  margin: 38px 0 37px;
  background-color: #e5e5e7;
}

/* Açıklamalar */
.ks-service-description p {
  margin: 0 0 19px;
  color: #606269;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
}

.ks-service-description h3 {
  margin: 34px 0 16px;
  color: #121318;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 500;
}

/* =========================================================
   UYGULAMA KAPSAMI KUTUSU
========================================================= */

.ks-service-scope {
  padding: 30px 28px 28px;
  background-color: #f5f5f6;
  border-radius: 18px;
}

.ks-service-scope-label {
  display: block;
  margin-bottom: 7px;
  color: var(--base-skin);
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-service-scope h3 {
  margin: 0 0 23px;
  color: #15161a;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
}

.ks-service-scope ul {
  margin: 0;
  padding: 0;
}

.ks-service-scope li {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 15px 0;
  color: #383a3f;
  border-bottom: 1px solid #dddddf;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.ks-service-scope li:first-child {
  padding-top: 0;
}

.ks-service-scope li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Kırmızı tik */
.ks-scope-icon {
  display: inline-flex;
  flex: 0 0 29px;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  margin-right: 12px;
  color: #ffffff;
  background-color: var(--base-skin);
  border-radius: 50%;
  font-size: 11px;
}

/* =========================================================
   İŞLEM ADIMLARI
========================================================= */

.ks-service-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid #dedee1;
  border-bottom: 1px solid #dedee1;
}

.ks-process-item {
  display: flex;
  align-items: flex-start;
  min-height: 145px;
  padding: 30px 27px;
  border-right: 1px solid #dedee1;
}

.ks-process-item:first-child {
  padding-left: 0;
}

.ks-process-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.ks-process-number {
  display: inline-flex;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-right: 15px;
  color: var(--base-skin);
  border: 1px solid rgba(227, 6, 19, 0.35);
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.ks-process-item h3 {
  margin: 1px 0 7px;
  color: #15161a;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.ks-process-item p {
  margin: 0;
  color: #696b71;
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 1199px) {
  .ks-service-image {
    height: 490px;
  }

  .ks-service-intro {
    gap: 35px;
  }

  .ks-service-intro-title h2 {
    font-size: 32px;
  }

  .ks-service-sidebar-title {
    padding-right: 19px;
    padding-left: 19px;
  }

  .ks-service-sidebar-title h2 {
    font-size: 22px;
  }

  .ks-service-sidebar-list li {
    padding-right: 8px;
    padding-left: 8px;
  }

  .ks-service-sidebar-list li a {
    font-size: 14px;
  }

  .ks-process-item {
    padding-right: 19px;
    padding-left: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .prt-row.ks-service-detail-section {
    padding: 72px 0 78px;
  }

  .ks-service-sidebar {
    position: relative;
    top: auto;
    margin-bottom: 40px;
  }

  .ks-service-sidebar-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .ks-service-sidebar-list li {
    padding: 0 8px;
  }

  .ks-service-sidebar-list li:nth-child(odd) a {
    border-right: 1px solid #ececee;
  }

  .ks-service-sidebar-list li:nth-last-child(-n + 2) a {
    border-bottom: 0;
  }

  .ks-service-sidebar-list li.active::before {
    top: 14px;
    bottom: 14px;
  }

  .ks-service-image {
    height: 500px;
  }

  .ks-service-intro {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .ks-service-intro-title h2 {
    max-width: 700px;
  }

  .ks-service-intro-text p {
    max-width: 760px;
  }

  .ks-service-scope {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .prt-row.ks-service-detail-section {
    padding: 58px 0 65px;
  }

  .ks-service-sidebar-list {
    display: block;
  }

  .ks-service-sidebar-list li:nth-child(odd) a {
    border-right: 0;
  }

  .ks-service-sidebar-list li:nth-last-child(-n + 2) a {
    border-bottom: 1px solid #ececee;
  }

  .ks-service-sidebar-list li:last-child a {
    border-bottom: 0;
  }

  .ks-service-image {
    height: 410px;
    border-radius: 17px;
  }

  .ks-service-content {
    padding-top: 33px;
  }

  .ks-service-intro-title h2 {
    font-size: 29px;
  }

  .ks-service-intro-text p,
  .ks-service-description p {
    font-size: 16px;
    line-height: 1.75;
  }

  .ks-service-description h3 {
    font-size: 24px;
  }

  .ks-service-process {
    grid-template-columns: 1fr;
  }

  .ks-process-item,
  .ks-process-item:first-child,
  .ks-process-item:last-child {
    min-height: auto;
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid #dedee1;
  }

  .ks-process-item:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .ks-service-image {
    height: 320px;
  }

  .ks-service-image-tag {
    right: 15px;
    bottom: 15px;
    left: 15px;
    width: fit-content;
  }

  .ks-service-intro-title h2 {
    font-size: 27px;
  }

  .ks-service-scope {
    padding: 25px 21px;
  }

  .ks-service-scope h3 {
    font-size: 21px;
  }

  .ks-service-sidebar-title h2 {
    font-size: 21px;
  }
}

/* =========================================================
   HİZMET DETAY - SABİT SOL HİZMET MENÜSÜ
========================================================= */

/*
 Tema genelinde bulunan overflow:hidden sticky özelliğini
 engellediği için yalnızca detay sayfasında düzeltiyoruz.
*/
body.ks-service-detail-page {
  overflow-x: hidden;
}

body.ks-service-detail-page .page {
  overflow: visible !important;
}

body.ks-service-detail-page .site-main,
body.ks-service-detail-page .ks-service-detail-section,
body.ks-service-detail-page .ks-service-detail-section > .container {
  overflow: visible !important;
}

/*
 Sol ve sağ sütunun aynı bölüm yüksekliğini kullanmasını sağlar.
 Böylece sol menü, sağ içerik bitene kadar sticky kalabilir.
*/
.ks-service-layout-row {
  align-items: stretch;
}

.ks-service-layout-row > .col-xl-3 {
  position: relative;
}

/* Sabit sol menü */
.ks-service-detail-page .ks-service-sidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 110px;
  z-index: 10;
  width: 100%;
  height: max-content;
  margin-bottom: 0;
  align-self: flex-start;
}

/*
 Header yüksekliği farklıysa yalnızca top değerini
 90px, 100px veya 120px olarak değiştirebilirsin.
*/
@media only screen and (min-width: 992px) {
  .ks-service-layout-row > .col-lg-4 {
    align-self: stretch;
  }

  .ks-service-layout-row .ks-service-sidebar {
    position: sticky !important;
    top: 110px;
  }
}

/* Tablet ve telefonda normal akış */
@media only screen and (max-width: 991px) {
  body.ks-service-detail-page .page {
    overflow: hidden !important;
  }

  .ks-service-layout-row {
    display: flex;
  }

  .ks-service-detail-page .ks-service-sidebar {
    position: relative !important;
    top: auto !important;
    z-index: 1;
    height: auto;
    margin-bottom: 40px;
  }
}

/* =========================================================
   KONTIRSAN FOTO GALERİ SAYFASI
   3'LÜ GRID + PRETTYPHOTO
========================================================= */

/* Sayfa banner resmi */
.ks-gallery-page .ks-gallery-banner {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url(../images/hakkimizda-banner.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Ana galeri bölümü */
.prt-row.ks-gallery-section {
  padding: 85px 0 95px;
  background-color: #ffffff;
}

/* =========================================================
   BÖLÜM BAŞLIĞI
========================================================= */

.ks-gallery-heading-row {
  margin-bottom: 43px;
}

.ks-gallery-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
  color: var(--base-skin);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-gallery-label::before {
  width: 27px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background-color: var(--base-skin);
}

.ks-gallery-heading h2 {
  max-width: 660px;
  margin: 0;
  color: #111217;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ks-gallery-heading-text {
  max-width: 520px;
  margin-left: auto;
}

.ks-gallery-heading-text p {
  margin: 0;
  color: #606269;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

/* =========================================================
   3'LÜ FOTOĞRAF GRID
========================================================= */

.ks-gallery-grid {
  row-gap: 24px;
}

.ks-gallery-item {
  position: relative;
  width: 100%;
  height: 410px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background-color: #eeeeef;
}

.ks-gallery-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Fotoğraf */
.ks-gallery-link > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition:
    transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.4s ease;
}

/* Görsel üzerindeki koyu geçiş */
.ks-gallery-link::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.01) 25%,
    rgba(8, 9, 12, 0.08) 50%,
    rgba(8, 9, 12, 0.82) 100%
  );
  transition: background 0.4s ease;
}

/* Kart içerisindeki içerik */
.ks-gallery-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  pointer-events: none;
}

/* Sağ üst artı ikonu */
.ks-gallery-icon {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #15161a;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  font-size: 14px;
  opacity: 0;
  transform: translateY(-13px);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* Alt başlık alanı */
.ks-gallery-caption {
  display: block;
  transform: translateY(9px);
  transition: transform 0.4s ease;
}

.ks-gallery-caption small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ks-gallery-caption strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
}

/* Alt kırmızı çizgi */
.ks-gallery-item::after {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  content: "";
  pointer-events: none;
  background-color: var(--base-skin);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}

/* =========================================================
   HOVER
========================================================= */

.ks-gallery-item:hover .ks-gallery-link > img {
  transform: scale(1.065);
}

.ks-gallery-item:hover .ks-gallery-link::after {
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.1) 15%,
    rgba(8, 9, 12, 0.23) 48%,
    rgba(8, 9, 12, 0.92) 100%
  );
}

.ks-gallery-item:hover .ks-gallery-icon {
  color: #ffffff;
  background-color: var(--base-skin);
  opacity: 1;
  transform: translateY(0) rotate(90deg);
}

.ks-gallery-item:hover .ks-gallery-caption {
  transform: translateY(0);
}

.ks-gallery-item:hover::after {
  transform: scaleX(1);
}

/* Klavye ile seçim */
.ks-gallery-link:focus-visible {
  outline: 3px solid var(--base-skin);
  outline-offset: -3px;
}

/* =========================================================
   PRETTYPHOTO AÇILIR GALERİ
========================================================= */

body div.pp_overlay {
  z-index: 99999;
  background-color: #07080b;
  opacity: 0.93 !important;
}

body div.pp_pic_holder {
  z-index: 100000;
}

body div.pp_default .pp_content {
  overflow: hidden;
  border-radius: 10px;
}

body div.pp_default .pp_description {
  margin: 7px 50px 5px 0;
  color: #35363b;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}

body div.pp_default .currentTextHolder {
  color: #72747a;
  font-size: 13px;
}

body div.pp_default .pp_nav {
  margin-top: 4px;
}

/* Okların görünürlüğü */
body .pp_arrow_previous,
body .pp_arrow_next {
  display: block !important;
  visibility: visible !important;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

body .pp_arrow_previous:hover,
body .pp_arrow_next:hover {
  opacity: 1;
}

/* Büyük resim üzerindeki sağ-sol geçiş alanları */
body .pp_previous,
body .pp_next {
  display: block !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

/* Küçük masaüstü */
@media only screen and (max-width: 1199px) {
  .ks-gallery-heading h2 {
    font-size: 32px;
  }

  .ks-gallery-item {
    height: 380px;
  }

  .ks-gallery-caption strong {
    font-size: 19px;
  }
}

/* Tablet: 2'li grid */
@media only screen and (max-width: 991px) {
  .prt-row.ks-gallery-section {
    padding: 72px 0 78px;
  }

  .ks-gallery-heading-row {
    margin-bottom: 36px;
  }

  .ks-gallery-heading-text {
    max-width: 720px;
    margin-top: 19px;
    margin-left: 0;
  }

  .ks-gallery-item {
    height: 410px;
  }
}

/* Mobil */
@media only screen and (max-width: 767px) {
  .prt-row.ks-gallery-section {
    padding: 58px 0 65px;
  }

  .ks-gallery-heading h2 {
    font-size: 29px;
  }

  .ks-gallery-heading-text p {
    font-size: 16px;
    line-height: 1.75;
  }

  .ks-gallery-item {
    height: 400px;
    border-radius: 15px;
  }

  .ks-gallery-icon {
    width: 45px;
    height: 45px;
    opacity: 1;
    transform: translateY(0);
  }
}

/* Küçük telefon: tekli grid */
@media only screen and (max-width: 575px) {
  .ks-gallery-grid > [class*="col-"] {
    width: 100%;
  }

  .ks-gallery-item {
    height: 375px;
  }

  .ks-gallery-overlay {
    padding: 18px;
  }

  .ks-gallery-caption strong {
    font-size: 19px;
  }
}

/* =========================================================
   KONTIRSAN BLOG SAYFASI
   3'LÜ GRID
========================================================= */

/* Blog banner görseli */
.ks-blog-page .ks-blog-banner {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url(../images/hakkimizda-banner.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Blog ana alanı */
.prt-row.ks-blog-section {
  padding: 85px 0 95px;
  background-color: #ffffff;
}

/* =========================================================
   BÖLÜM BAŞLIĞI
========================================================= */

.ks-blog-heading-row {
  margin-bottom: 43px;
}

.ks-blog-heading-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
  color: var(--base-skin);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-blog-heading-label::before {
  width: 27px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background-color: var(--base-skin);
}

.ks-blog-heading h2 {
  max-width: 690px;
  margin: 0;
  color: #111217;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ks-blog-heading-text {
  max-width: 520px;
  margin-left: auto;
}

.ks-blog-heading-text p {
  margin: 0;
  color: #606269;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

/* =========================================================
   BLOG KARTLARI
========================================================= */

.ks-blog-grid {
  row-gap: 24px;
}

.ks-blog-card {
  position: relative;
  width: 100%;
  height: 455px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background-color: #eeeeef;
}

.ks-blog-card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Blog görseli */
.ks-blog-card-link > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition:
    transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.4s ease;
}

/* Görsel koyu geçişi */
.ks-blog-card-link::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.01) 18%,
    rgba(8, 9, 12, 0.12) 43%,
    rgba(8, 9, 12, 0.92) 100%
  );
  transition: background 0.4s ease;
}

/* Overlay */
.ks-blog-card-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

/* Sağ üst ok */
.ks-blog-card-arrow {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #15161a;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  font-size: 13px;
  opacity: 0;
  transform: translateY(-13px);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* Alt içerik */
.ks-blog-card-content {
  display: block;
  transform: translateY(10px);
  transition: transform 0.4s ease;
}

/* Kategori ve tarih */
.ks-blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.68);
}

.ks-blog-meta small,
.ks-blog-meta time {
  color: inherit;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ks-blog-meta > span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 9px;
  background-color: var(--base-skin);
  border-radius: 50%;
}

/* Blog başlığı */
.ks-blog-card-content > strong {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.015em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Kısa açıklama */
.ks-blog-card-content > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  opacity: 0;
  transform: translateY(9px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Alt kırmızı çizgi */
.ks-blog-card::after {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  content: "";
  pointer-events: none;
  background-color: var(--base-skin);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}

/* =========================================================
   HOVER
========================================================= */

.ks-blog-card:hover .ks-blog-card-link > img {
  transform: scale(1.065);
}

.ks-blog-card:hover .ks-blog-card-link::after {
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.13) 12%,
    rgba(8, 9, 12, 0.31) 45%,
    rgba(8, 9, 12, 0.97) 100%
  );
}

.ks-blog-card:hover .ks-blog-card-arrow {
  color: #ffffff;
  background-color: var(--base-skin);
  opacity: 1;
  transform: translateY(0) rotate(-35deg);
}

.ks-blog-card:hover .ks-blog-card-content {
  transform: translateY(0);
}

.ks-blog-card:hover .ks-blog-card-content > p {
  opacity: 1;
  transform: translateY(0);
}

.ks-blog-card:hover::after {
  transform: scaleX(1);
}

/* Klavye erişimi */
.ks-blog-card-link:focus-visible {
  outline: 3px solid var(--base-skin);
  outline-offset: -3px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

/* Küçük masaüstü */
@media only screen and (max-width: 1199px) {
  .ks-blog-heading h2 {
    font-size: 32px;
  }

  .ks-blog-card {
    height: 430px;
  }

  .ks-blog-card-content > strong {
    font-size: 20px;
  }
}

/* Tablet: 2'li grid */
@media only screen and (max-width: 991px) {
  .prt-row.ks-blog-section {
    padding: 72px 0 78px;
  }

  .ks-blog-heading-row {
    margin-bottom: 36px;
  }

  .ks-blog-heading-text {
    max-width: 720px;
    margin-top: 19px;
    margin-left: 0;
  }

  .ks-blog-card {
    height: 455px;
  }
}

/* Mobil */
@media only screen and (max-width: 767px) {
  .prt-row.ks-blog-section {
    padding: 58px 0 65px;
  }

  .ks-blog-heading h2 {
    font-size: 29px;
  }

  .ks-blog-heading-text p {
    font-size: 16px;
    line-height: 1.75;
  }

  .ks-blog-card {
    height: 440px;
    border-radius: 15px;
  }

  .ks-blog-card-arrow {
    width: 45px;
    height: 45px;
    opacity: 1;
    transform: translateY(0);
  }

  .ks-blog-card-content > p {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Küçük telefon */
@media only screen and (max-width: 575px) {
  .ks-blog-grid > [class*="col-"] {
    width: 100%;
  }

  .ks-blog-card {
    height: 420px;
  }

  .ks-blog-card-overlay {
    padding: 18px;
  }

  .ks-blog-card-content > strong {
    font-size: 20px;
  }

  .ks-blog-meta small,
  .ks-blog-meta time {
    font-size: 11px;
  }
}

/* =========================================================
   KONTIRSAN BLOG DETAY SAYFASI
========================================================= */

/* Blog detay banner */
.ks-blog-detail-page .ks-blog-detail-banner {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url(../images/hakkimizda-banner.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Sticky özelliğinin çalışması */
body.ks-blog-detail-page {
  overflow-x: hidden;
}

body.ks-blog-detail-page .page,
body.ks-blog-detail-page .site-main,
body.ks-blog-detail-page .ks-blog-detail-section,
body.ks-blog-detail-page .ks-blog-detail-section > .container {
  overflow: visible !important;
}

/* Ana bölüm */
.prt-row.ks-blog-detail-section {
  padding: 88px 0 95px;
  background-color: #ffffff;
}

.ks-blog-detail-layout {
  align-items: flex-start;
}

/* =========================================================
   ANA BLOG GÖRSELİ
========================================================= */

.ks-blog-detail-image {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #eeeeef;
}

.ks-blog-detail-image::after {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  height: 3px;
  content: "";
  background-color: var(--base-skin);
}

.ks-blog-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* =========================================================
   BLOG META
========================================================= */

.ks-blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 31px;
  margin-bottom: 17px;
  color: #72747a;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.ks-blog-detail-meta > span {
  display: inline-flex;
  align-items: center;
}

.ks-blog-detail-meta i {
  margin-right: 7px;
  color: var(--base-skin);
}

.ks-blog-detail-category {
  color: var(--base-skin);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ks-blog-detail-meta-divider {
  width: 4px;
  height: 4px;
  background-color: #c7c7ca;
  border-radius: 50%;
}

/* =========================================================
   BLOG BAŞLIĞI
========================================================= */

.ks-blog-detail-header {
  padding-bottom: 31px;
  border-bottom: 1px solid #e4e4e6;
}

.ks-blog-detail-header h2 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #111217;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ks-blog-detail-header > p {
  margin: 0;
  color: #404248;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
}

/* =========================================================
   BLOG İÇERİĞİ
========================================================= */

.ks-blog-detail-content {
  padding-top: 32px;
}

.ks-blog-detail-content > p {
  margin: 0 0 20px;
  color: #606269;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 400;
}

.ks-blog-detail-content h3 {
  margin: 38px 0 16px;
  color: #15161a;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.015em;
}

/* Blog alıntı */
.ks-blog-detail-quote {
  position: relative;
  margin: 34px 0;
  padding: 30px 34px 30px 93px;
  background-color: #f5f5f6;
  border-left: 3px solid var(--base-skin);
  border-radius: 0 14px 14px 0;
}

.ks-blog-detail-quote p {
  margin: 0;
  color: #282a2f;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 500;
}

.ks-blog-quote-icon {
  position: absolute;
  top: 31px;
  left: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  color: #ffffff;
  background-color: var(--base-skin);
  border-radius: 50%;
  font-size: 15px;
}

/* İçerik içi fotoğraf */
.ks-blog-detail-inline-image {
  width: 100%;
  height: 410px;
  margin: 34px 0 38px;
  overflow: hidden;
  border-radius: 17px;
  background-color: #eeeeef;
}

.ks-blog-detail-inline-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* =========================================================
   AVANTAJ KUTUSU
========================================================= */

.ks-blog-detail-info-box {
  margin: 37px 0;
  padding: 31px 30px;
  background-color: #111217;
  border-radius: 17px;
}

.ks-blog-detail-info-box h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 25px;
}

.ks-blog-detail-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ks-blog-benefit-item {
  display: flex;
  align-items: center;
  min-height: 63px;
  padding: 13px 15px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 9px;
}

.ks-blog-benefit-item > span {
  display: inline-flex;
  flex: 0 0 31px;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin-right: 12px;
  color: #ffffff;
  background-color: var(--base-skin);
  border-radius: 50%;
  font-size: 11px;
}

.ks-blog-benefit-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

/* =========================================================
   BLOG ALT BİLGİ
========================================================= */

.ks-blog-detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 43px;
  padding-top: 27px;
  border-top: 1px solid #e3e3e5;
}

.ks-blog-detail-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ks-blog-detail-tags > span {
  margin-right: 3px;
  color: #25262b;
  font-size: 14px;
  font-weight: 500;
}

.ks-blog-detail-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  color: #61636a;
  background-color: #f3f3f4;
  border-radius: 50px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.ks-blog-detail-tags a:hover {
  color: #ffffff;
  background-color: var(--base-skin);
}

.ks-blog-back-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: #15161a;
  font-size: 14px;
  font-weight: 500;
}

.ks-blog-back-link i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  color: #ffffff;
  background-color: var(--base-skin);
  border-radius: 50%;
  font-size: 11px;
  transition: transform 0.25s ease;
}

.ks-blog-back-link:hover i {
  transform: rotate(-35deg);
}

/* =========================================================
   SAĞ SIDEBAR
========================================================= */

.ks-blog-recent-widget {
  overflow: hidden;
  padding: 0;
  border: 1px solid #e7e7e9;
  border-radius: 18px;
  background-color: #ffffff;
}

/* Sidebar başlığı */
.ks-blog-sidebar-heading {
  position: relative;
  padding: 26px 25px 24px;
  background-color: #111217;
}

.ks-blog-sidebar-heading::after {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  height: 2px;
  content: "";
  background-color: var(--base-skin);
}

.ks-blog-sidebar-heading > span {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-blog-sidebar-heading .widget-title {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
}

/* Eski tema ayarlarını sıfırla */
.ks-blog-recent-widget .prt-recent-post-list {
  margin: 0;
  padding: 8px 20px;
}

.ks-blog-recent-widget .prt-recent-post-list li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #e8e8ea;
}

.ks-blog-recent-widget .prt-recent-post-list li:last-child {
  border-bottom: 0;
}

/* Küçük görsel */
.ks-recent-post-image {
  display: block;
  flex: 0 0 92px;
  width: 92px;
  height: 79px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 9px;
}

.ks-recent-post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.ks-blog-recent-widget li:hover .ks-recent-post-image img {
  transform: scale(1.07);
}

/* Blog başlığı ve tarih */
.ks-blog-recent-widget .post-detail {
  flex: 1;
  min-width: 0;
}

.ks-blog-recent-widget .post-detail > a {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 7px;
  color: #202126;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.25s ease;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ks-blog-recent-widget li:hover .post-detail > a {
  color: var(--base-skin);
}

.ks-blog-recent-widget .post-date {
  display: flex;
  align-items: center;
  color: #87898f;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
}

.ks-blog-recent-widget .post-date i {
  margin-right: 6px;
  color: var(--base-skin);
  font-size: 11px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 1199px) {
  .ks-blog-detail-image {
    height: 470px;
  }

  .ks-blog-detail-header h2 {
    font-size: 33px;
  }

  .ks-blog-recent-widget .prt-recent-post-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ks-recent-post-image {
    flex-basis: 78px;
    width: 78px;
    height: 72px;
    margin-right: 12px;
  }

  .ks-blog-recent-widget .post-detail > a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .prt-row.ks-blog-detail-section {
    padding: 72px 0 78px;
  }

  .ks-blog-recent-widget .prt-recent-post-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    padding: 10px 25px;
  }

  .ks-blog-recent-widget .prt-recent-post-list li:nth-last-child(2) {
    border-bottom: 0;
  }

  .ks-recent-post-image {
    flex-basis: 95px;
    width: 95px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  body.ks-blog-detail-page .page {
    overflow: hidden !important;
  }

  .prt-row.ks-blog-detail-section {
    padding: 58px 0 65px;
  }

  .ks-blog-detail-image {
    height: 390px;
    border-radius: 16px;
  }

  .ks-blog-detail-header h2 {
    font-size: 29px;
  }

  .ks-blog-detail-header > p {
    font-size: 17px;
    line-height: 1.7;
  }

  .ks-blog-detail-content > p {
    font-size: 16px;
    line-height: 1.8;
  }

  .ks-blog-detail-content h3 {
    font-size: 25px;
  }

  .ks-blog-detail-quote {
    padding: 27px 25px 27px 75px;
  }

  .ks-blog-quote-icon {
    top: 28px;
    left: 22px;
    width: 38px;
    height: 38px;
  }

  .ks-blog-detail-quote p {
    font-size: 17px;
  }

  .ks-blog-detail-inline-image {
    height: 350px;
  }

  .ks-blog-detail-benefits {
    grid-template-columns: 1fr;
  }

  .ks-blog-detail-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ks-blog-recent-widget .prt-recent-post-list {
    display: block;
  }

  .ks-blog-recent-widget .prt-recent-post-list li:nth-last-child(2) {
    border-bottom: 1px solid #e8e8ea;
  }
}

@media only screen and (max-width: 575px) {
  .ks-blog-detail-image {
    height: 310px;
  }

  .ks-blog-detail-meta {
    gap: 8px;
    font-size: 12px;
  }

  .ks-blog-detail-meta-divider {
    display: none !important;
  }

  .ks-blog-detail-header h2 {
    font-size: 27px;
  }

  .ks-blog-detail-inline-image {
    height: 285px;
  }

  .ks-blog-detail-info-box {
    padding: 26px 21px;
  }

  .ks-blog-detail-info-box h3 {
    font-size: 22px;
  }

  .ks-blog-detail-quote {
    padding: 70px 21px 25px;
    border-left-width: 2px;
  }

  .ks-blog-quote-icon {
    top: 21px;
    left: 21px;
  }

  .ks-blog-sidebar-heading .widget-title {
    font-size: 22px;
  }
}

/* =========================================================
   BLOG DETAY - SAĞ SIDEBAR SABİT
   Sol içerik kayar, sağ sidebar görünür kalır
========================================================= */

/*
 Tema içerisindeki overflow:hidden, sticky özelliğini engeller.
 Yalnızca blog detay sayfasında gerekli alanları açıyoruz.
*/
html:has(body.ks-blog-detail-page),
body.ks-blog-detail-page {
  overflow-x: clip;
}

body.ks-blog-detail-page .page,
body.ks-blog-detail-page .site-main,
body.ks-blog-detail-page .ks-blog-detail-section,
body.ks-blog-detail-page .ks-blog-detail-section > .container,
body.ks-blog-detail-page .ks-blog-detail-layout,
body.ks-blog-detail-page .ks-blog-sidebar-column {
  overflow: visible !important;
}

/* Sol ve sağ sütun aynı bölüm içerisinde çalışır */
.ks-blog-detail-page .ks-blog-detail-layout {
  position: relative;
  align-items: stretch;
}

/* Sağ sütun */
.ks-blog-detail-page .ks-blog-sidebar-column {
  position: relative;
  align-self: stretch;
}

/*
 Sidebar ekranda sabit kalır.
 Footer'a gelince bulunduğu bölümün sonunda durur.
*/
.ks-blog-detail-page .ks-blog-sidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 110px;
  z-index: 20;
  align-self: flex-start;
  width: 100%;
  height: fit-content;
  max-height: calc(100vh - 130px);
  margin: 0;
}

/*
 Sidebar ekran yüksekliğinden fazla olursa kendi içinde kayar.
 Normal durumda herhangi bir kaydırma çubuğu görünmez.
*/
.ks-blog-detail-page .ks-blog-recent-widget {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(227, 6, 19, 0.55) transparent;
}

.ks-blog-detail-page .ks-blog-recent-widget::-webkit-scrollbar {
  width: 5px;
}

.ks-blog-detail-page .ks-blog-recent-widget::-webkit-scrollbar-track {
  background: transparent;
}

.ks-blog-detail-page .ks-blog-recent-widget::-webkit-scrollbar-thumb {
  background-color: rgba(227, 6, 19, 0.55);
  border-radius: 10px;
}

/* Masaüstü ve küçük masaüstü */
@media only screen and (min-width: 992px) {
  .ks-blog-detail-page .ks-blog-sidebar-column {
    display: block;
  }

  .ks-blog-detail-page .ks-blog-sidebar {
    position: sticky !important;
    top: 110px !important;
  }
}

/* Tablet ve telefonda normal akış */
@media only screen and (max-width: 991px) {
  body.ks-blog-detail-page .page {
    overflow: hidden !important;
  }

  .ks-blog-detail-page .ks-blog-sidebar-column {
    align-self: auto;
  }

  .ks-blog-detail-page .ks-blog-sidebar {
    position: relative !important;
    top: auto !important;
    z-index: 1;
    max-height: none;
    margin-top: 45px;
  }

  .ks-blog-detail-page .ks-blog-recent-widget {
    max-height: none;
    overflow: hidden;
  }
}

/* =========================================================
   KONTIRSAN İLETİŞİM SAYFASI
   MODERN - SADE - İNCE ÇİZGİLİ TASARIM
========================================================= */

/* Sayfa banner görseli */
.ks-contact-page .ks-contact-banner {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url(../images/hakkimizda-banner.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Ana iletişim alanı */
.prt-row.ks-contact-section {
  padding: 90px 0 88px;
  background-color: #ffffff;
}

.ks-contact-layout {
  overflow: hidden;
  border-top: 1px solid #dedee1;
  border-bottom: 1px solid #dedee1;
}

/* =========================================================
   SOL İLETİŞİM BİLGİLERİ
========================================================= */

.ks-contact-information {
  height: 100%;
  padding: 48px 52px 48px 0;
  border-right: 1px solid #dedee1;
}

.ks-contact-section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 13px;
  color: var(--base-skin);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-contact-section-label::before {
  width: 27px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background-color: var(--base-skin);
}

.ks-contact-information > h2 {
  max-width: 510px;
  margin: 0 0 20px;
  color: #111217;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ks-contact-intro {
  max-width: 500px;
  margin: 0;
  color: #62646b;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

/* İletişim bilgi listesi */
.ks-contact-info-list {
  margin-top: 39px;
  border-top: 1px solid #dedee1;
}

.ks-contact-info-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  border-bottom: 1px solid #dedee1;
}

.ks-contact-info-number {
  color: #a0a1a6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.ks-contact-info-content > span {
  display: block;
  margin-bottom: 5px;
  color: #96989e;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-contact-info-content a,
.ks-contact-info-content p {
  margin: 0;
  color: #1c1d22;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.ks-contact-info-content a:hover {
  color: var(--base-skin);
}

/* İletişim satır okları */
.ks-contact-info-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  color: #24252a;
  background-color: #f2f2f3;
  border-radius: 50%;
  font-size: 11px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.ks-contact-info-arrow:hover {
  color: #ffffff;
  background-color: var(--base-skin);
  transform: rotate(-35deg);
}

.ks-contact-info-arrow-static {
  color: #ffffff;
  background-color: #111217;
}

.ks-contact-info-arrow-static:hover {
  color: #ffffff;
  background-color: #111217;
  transform: none;
}

/* =========================================================
   SAĞ İLETİŞİM FORMU
========================================================= */

.ks-contact-form-area {
  height: 100%;
  padding: 48px 0 48px 58px;
}

.ks-contact-form-heading {
  max-width: 680px;
  margin-bottom: 33px;
}

.ks-contact-form-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--base-skin);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-contact-form-heading h2 {
  margin: 0 0 13px;
  color: #111217;
  font-size: 31px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.ks-contact-form-heading p {
  max-width: 620px;
  margin: 0;
  color: #686a71;
  font-size: 16px;
  line-height: 1.75;
}

/* Form alanları */
.ks-contact-form-group {
  position: relative;
  margin-bottom: 28px;
}

.ks-contact-form-group label {
  display: block;
  margin-bottom: 7px;
  color: #26272c;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ks-contact-form-group input,
.ks-contact-form-group select,
.ks-contact-form-group textarea {
  width: 100%;
  margin: 0;
  padding: 7px 0 13px;
  color: #202126;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7da;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  transition:
    border-color 0.25s ease,
    color 0.25s ease;
}

.ks-contact-form-group textarea {
  min-height: 125px;
  padding-top: 8px;
  resize: vertical;
}

.ks-contact-form-group select {
  cursor: pointer;
}

.ks-contact-form-group input::placeholder,
.ks-contact-form-group textarea::placeholder {
  color: #a1a2a7 !important;
  opacity: 1;
}

.ks-contact-form-group input:focus,
.ks-contact-form-group select:focus,
.ks-contact-form-group textarea:focus {
  border-bottom-color: var(--base-skin);
}

.ks-contact-message-group {
  margin-top: 4px;
}

/* Form alt alanı */
.ks-contact-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 3px;
}

/* Onay kutusu */
.ks-contact-consent {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 445px;
  margin: 0;
  cursor: pointer;
}

.ks-contact-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ks-contact-checkmark {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  border: 1px solid #c7c8cc;
  border-radius: 3px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.ks-contact-consent > span:last-child {
  color: #74767c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}

.ks-contact-consent input:checked + .ks-contact-checkmark {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}

.ks-contact-consent input:checked + .ks-contact-checkmark::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

/* Gönder butonu */
.ks-contact-submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 52px;
  margin: 0;
  padding: 5px 6px 5px 22px;
  color: #ffffff;
  background-color: #111217;
  border: 0;
  border-radius: 50px;
  font-family: inherit;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  transition: background-color 0.25s ease;
}

.ks-contact-submit span {
  margin-right: 16px;
}

.ks-contact-submit i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  color: #ffffff;
  background-color: var(--base-skin);
  border-radius: 50%;
  font-size: 11px;
  transition: transform 0.25s ease;
}

.ks-contact-submit:hover {
  background-color: var(--base-skin);
}

.ks-contact-submit:hover i {
  background-color: #ffffff;
  color: var(--base-skin);
  transform: rotate(-35deg);
}

/* =========================================================
   ALT ÖZELLİK ŞERİDİ
========================================================= */

.ks-contact-features-section {
  background-color: #ffffff;
}

.ks-contact-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dedee1;
  border-bottom: 1px solid #dedee1;
}

.ks-contact-feature-item {
  display: flex;
  align-items: flex-start;
  min-height: 150px;
  padding: 34px 38px;
  border-right: 1px solid #dedee1;
}

.ks-contact-feature-item:first-child {
  padding-left: 0;
}

.ks-contact-feature-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.ks-contact-feature-number {
  display: inline-flex;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-right: 16px;
  color: var(--base-skin);
  border: 1px solid rgba(227, 6, 19, 0.35);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
}

.ks-contact-feature-item h3 {
  margin: 1px 0 7px;
  color: #17181c;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.ks-contact-feature-item p {
  max-width: 300px;
  margin: 0;
  color: #74767c;
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   ALT GÖRSEL ALANI
========================================================= */

.prt-row.ks-contact-visual-section {
  padding: 85px 0 95px;
  background-color: #ffffff;
}

.ks-contact-visual {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  border-radius: 22px;
  background-color: #15161a;
}

.ks-contact-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ks-contact-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 9, 12, 0.86) 0%,
    rgba(8, 9, 12, 0.6) 45%,
    rgba(8, 9, 12, 0.08) 100%
  );
}

.ks-contact-visual-content {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 2;
  width: min(520px, calc(100% - 120px));
  transform: translateY(-50%);
}

.ks-contact-visual-content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--base-skin);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-contact-visual-content h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 500;
}

.ks-contact-visual-content p {
  max-width: 500px;
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.ks-contact-visual-content > a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.ks-contact-visual-content > a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  color: #ffffff;
  background-color: var(--base-skin);
  border-radius: 50%;
  font-size: 11px;
  transition: transform 0.25s ease;
}

.ks-contact-visual-content > a:hover i {
  transform: rotate(-35deg);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 1199px) {
  .ks-contact-information {
    padding-right: 38px;
  }

  .ks-contact-form-area {
    padding-left: 42px;
  }

  .ks-contact-information > h2 {
    font-size: 32px;
  }

  .ks-contact-info-content a,
  .ks-contact-info-content p {
    font-size: 15px;
  }

  .ks-contact-form-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .prt-row.ks-contact-section {
    padding: 72px 0;
  }

  .ks-contact-layout {
    overflow: visible;
  }

  .ks-contact-information {
    height: auto;
    padding: 42px 0 55px;
    border-right: 0;
    border-bottom: 1px solid #dedee1;
  }

  .ks-contact-intro {
    max-width: 720px;
  }

  .ks-contact-form-area {
    height: auto;
    padding: 55px 0 43px;
  }

  .ks-contact-features {
    grid-template-columns: 1fr;
  }

  .ks-contact-feature-item,
  .ks-contact-feature-item:first-child,
  .ks-contact-feature-item:last-child {
    min-height: auto;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid #dedee1;
  }

  .ks-contact-feature-item:last-child {
    border-bottom: 0;
  }

  .ks-contact-visual {
    height: 430px;
  }

  .ks-contact-visual-content {
    left: 45px;
    width: min(520px, calc(100% - 90px));
  }
}

@media only screen and (max-width: 767px) {
  .prt-row.ks-contact-section {
    padding: 58px 0;
  }

  .ks-contact-information > h2 {
    font-size: 29px;
  }

  .ks-contact-intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .ks-contact-form-heading h2 {
    font-size: 28px;
  }

  .ks-contact-info-item {
    grid-template-columns: 30px minmax(0, 1fr) 39px;
    gap: 11px;
  }

  .prt-row.ks-contact-visual-section {
    padding: 65px 0;
  }

  .ks-contact-visual {
    height: 410px;
    border-radius: 17px;
  }

  .ks-contact-visual-content {
    left: 30px;
    width: calc(100% - 60px);
  }

  .ks-contact-visual-content h2 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 575px) {
  .ks-contact-information {
    padding-top: 35px;
  }

  .ks-contact-info-item {
    min-height: 112px;
  }

  .ks-contact-info-number {
    display: none;
  }

  .ks-contact-info-item {
    grid-template-columns: minmax(0, 1fr) 39px;
  }

  .ks-contact-form-area {
    padding-top: 44px;
  }

  .ks-contact-form-bottom {
    gap: 23px;
  }

  .ks-contact-submit {
    width: 100%;
    justify-content: space-between;
  }

  .ks-contact-feature-item {
    padding-right: 5px !important;
  }

  .ks-contact-visual {
    height: 430px;
  }

  .ks-contact-visual-overlay {
    background: rgba(8, 9, 12, 0.76);
  }

  .ks-contact-visual-content {
    top: auto;
    right: 23px;
    bottom: 27px;
    left: 23px;
    width: auto;
    transform: none;
  }

  .ks-contact-visual-content h2 {
    font-size: 27px;
  }
}

/* =========================================================
   KONTIRSAN FOOTER CTA
   TÜM SAYFALARDA AYNI TASARIM
========================================================= */

/*
  Hakkımızda sayfasına bağlı değişkenleri footer içerisine
  taşıyoruz. Böylece body class eklemeye gerek kalmaz.
*/
.kum-footer {
  --kontirsan-red: var(--base-skin, #e30613);
  --kontirsan-dark: #111318;
  --kontirsan-line: #e6e8eb;
  --kontirsan-light: #f5f6f7;
  --kontirsan-white: #ffffff;
}

/* CTA dış alan */
.kum-footer .kontirsan-cta-section {
  position: relative;
  z-index: 2;
  /* padding: 0 0 90px; */
  background-color: #ffffff !important;
}

/* CTA kutusu */
.kum-footer .kontirsan-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 44px 48px;
  border: 1px solid var(--kontirsan-line);
  border-left: 4px solid var(--kontirsan-red);
  border-radius: 14px;
  background-color: var(--kontirsan-light);
}

/* Yazı alanı */
.kum-footer .kontirsan-cta-box > div {
  width: 100%;
  max-width: 790px;
}

/* Küçük kırmızı başlık */
.kum-footer .kontirsan-cta-box > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--kontirsan-red);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* CTA ana başlığı */
.kum-footer .kontirsan-cta-box h2 {
  margin: 0;
  color: var(--kontirsan-dark) !important;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* CTA butonu */
.kum-footer .kontirsan-cta-box .kontirsan-main-btn {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {
  .kum-footer .kontirsan-cta-section {
    padding-bottom: 72px;
  }

  .kum-footer .kontirsan-cta-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    padding: 38px 38px;
  }

  .kum-footer .kontirsan-cta-box h2 {
    max-width: 720px;
    font-size: 30px;
  }
}

/* =========================================================
   MOBİL
========================================================= */

@media only screen and (max-width: 767px) {
  .kum-footer .kontirsan-cta-section {
    padding-bottom: 60px;
  }

  .kum-footer .kontirsan-cta-box {
    gap: 25px;
    padding: 34px 28px;
  }

  .kum-footer .kontirsan-cta-box h2 {
    font-size: 27px;
    line-height: 1.4;
  }
}

/* =========================================================
   KÜÇÜK TELEFON
========================================================= */

@media only screen and (max-width: 575px) {
  .kum-footer .kontirsan-cta-box {
    padding: 30px 23px;
    border-left-width: 3px;
    border-radius: 12px;
  }

  .kum-footer .kontirsan-cta-box > div > span {
    font-size: 12px;
  }

  .kum-footer .kontirsan-cta-box h2 {
    font-size: 24px;
  }

  .kum-footer .kontirsan-cta-box .kontirsan-main-btn {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
  }
}

/* =========================================================
   KONTIRSAN VİDEO GALERİ
   3'LÜ GRID + FANCYBOX VIDEO POPUP
========================================================= */

/* Sayfa banner */
.ks-video-gallery-page .ks-video-gallery-banner {
  background-image:
    linear-gradient(
      90deg,
      rgba(12, 13, 17, 0.7) 0%,
      rgba(12, 13, 17, 0.35) 46%,
      rgba(12, 13, 17, 0.2) 100%
    ),
    url(../images/hakkimizda-banner.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Ana video galeri alanı */
.prt-row.ks-video-gallery-section {
  padding: 85px 0 95px;
  background-color: #ffffff;
}

/* =========================================================
   BÖLÜM BAŞLIĞI
========================================================= */

.ks-video-gallery-heading-row {
  margin-bottom: 43px;
}

.ks-video-gallery-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
  color: var(--base-skin);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-video-gallery-label::before {
  width: 27px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background-color: var(--base-skin);
}

.ks-video-gallery-heading h2 {
  max-width: 690px;
  margin: 0;
  color: #111217;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ks-video-gallery-heading-text {
  max-width: 520px;
  margin-left: auto;
}

.ks-video-gallery-heading-text p {
  margin: 0;
  color: #606269;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

/* =========================================================
   VİDEO GRID
========================================================= */

.ks-video-gallery-grid {
  row-gap: 24px;
}

.ks-video-card {
  position: relative;
  width: 100%;
  height: 410px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background-color: #111217;
}

.ks-video-card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Kapak görseli */
.ks-video-card-link > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition:
    transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.4s ease;
}

/* Koyu geçiş */
.ks-video-card-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.08) 0%,
    rgba(8, 9, 12, 0.08) 35%,
    rgba(8, 9, 12, 0.86) 100%
  );
  transition: background 0.4s ease;
}

/* Süre etiketi */
.ks-video-duration {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 57px;
  height: 30px;
  padding: 4px 10px;
  color: #ffffff;
  background-color: rgba(8, 9, 12, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(7px);
}

/* Oynat butonu */
.ks-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  color: #ffffff;
  background-color: var(--base-skin);
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 17px;
  transform: translate(-50%, -50%);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.35s ease;
}

.ks-video-play i {
  position: relative;
  left: 2px;
}

/* Play dış hareketli halka */
.ks-video-play::before {
  position: absolute;
  inset: -13px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: scale(0.9);
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* Alt içerik */
.ks-video-card-content {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 3;
  display: block;
}

.ks-video-card-content > small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ks-video-card-content > strong {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.015em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ks-video-card-content > span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.ks-video-card-content > span i {
  margin-left: 9px;
  color: var(--base-skin);
  font-size: 11px;
}

/* Alt kırmızı çizgi */
.ks-video-card::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  z-index: 5;
  height: 3px;
  content: "";
  pointer-events: none;
  background-color: var(--base-skin);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}

/* =========================================================
   HOVER
========================================================= */

.ks-video-card:hover .ks-video-card-link > img {
  transform: scale(1.065);
}

.ks-video-card:hover .ks-video-card-shade {
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.18) 0%,
    rgba(8, 9, 12, 0.29) 40%,
    rgba(8, 9, 12, 0.94) 100%
  );
}

.ks-video-card:hover .ks-video-play {
  color: var(--base-skin);
  background-color: #ffffff;
  border-color: rgba(227, 6, 19, 0.25);
  transform: translate(-50%, -50%) scale(1.08);
}

.ks-video-card:hover .ks-video-play::before {
  opacity: 1;
  transform: scale(1);
}

.ks-video-card:hover .ks-video-card-content > span {
  opacity: 1;
  transform: translateY(0);
}

.ks-video-card:hover::after {
  transform: scaleX(1);
}

/* Klavye erişimi */
.ks-video-card-link:focus-visible {
  outline: 3px solid var(--base-skin);
  outline-offset: -3px;
}

/* =========================================================
   FANCYBOX POPUP
========================================================= */

.ks-video-gallery-page .fancybox__backdrop {
  background-color: rgba(5, 6, 8, 0.96);
}

.ks-video-gallery-page .fancybox__container {
  --fancybox-color: #ffffff;
  --fancybox-bg: rgba(5, 6, 8, 0.96);
  --f-button-bg: rgba(255, 255, 255, 0.1);
  --f-button-hover-bg: var(--base-skin);
  --f-button-color: #ffffff;
}

.ks-video-gallery-page .fancybox__content {
  overflow: hidden;
  background-color: #000000;
  border-radius: 12px;
}

.ks-video-gallery-page .fancybox__content video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background-color: #000000;
}

.ks-video-gallery-page .fancybox__caption {
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.ks-video-gallery-page .fancybox__nav .f-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.ks-video-gallery-page .fancybox__toolbar .f-button {
  border-radius: 50%;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 1199px) {
  .ks-video-gallery-heading h2 {
    font-size: 32px;
  }

  .ks-video-card {
    height: 380px;
  }

  .ks-video-card-content > strong {
    font-size: 19px;
  }

  .ks-video-play {
    width: 68px;
    height: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .prt-row.ks-video-gallery-section {
    padding: 72px 0 78px;
  }

  .ks-video-gallery-heading-row {
    margin-bottom: 36px;
  }

  .ks-video-gallery-heading-text {
    max-width: 720px;
    margin-top: 19px;
    margin-left: 0;
  }

  .ks-video-card {
    height: 410px;
  }
}

@media only screen and (max-width: 767px) {
  .prt-row.ks-video-gallery-section {
    padding: 58px 0 65px;
  }

  .ks-video-gallery-heading h2 {
    font-size: 29px;
  }

  .ks-video-gallery-heading-text p {
    font-size: 16px;
    line-height: 1.75;
  }

  .ks-video-card {
    height: 400px;
    border-radius: 15px;
  }

  .ks-video-card-content > span {
    opacity: 1;
    transform: translateY(0);
  }

  .ks-video-play {
    width: 64px;
    height: 64px;
    border-width: 6px;
  }
}

@media only screen and (max-width: 575px) {
  .ks-video-gallery-grid > [class*="col-"] {
    width: 100%;
  }

  .ks-video-card {
    height: 375px;
  }

  .ks-video-card-content {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .ks-video-duration {
    top: 17px;
    right: 17px;
  }

  .ks-video-card-content > strong {
    font-size: 19px;
  }
}

/* =========================================================
   SCROLL SONRASI BEYAZ HEADER
   Sayfanın başlangıç görünümüne dokunmaz
========================================================= */

/* Sticky ana katmanlar */
body #masthead.ks-header-scrolled #site-header-menu,
body #masthead.ks-header-scrolled .site-header-menu-inner,
body #masthead.ks-header-scrolled .prt-stickable-header,
body #masthead.ks-header-scrolled .prt-stickable-header.is_stuck,
body #masthead.ks-header-scrolled .site-navigation {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Sticky kutu gölgesi */
body #masthead.ks-header-scrolled .site-header-menu-inner,
body #masthead.ks-header-scrolled .prt-stickable-header,
body #masthead.ks-header-scrolled .prt-stickable-header.is_stuck {
  box-shadow: 0 7px 28px rgba(15, 18, 25, 0.1) !important;
}

/* Menü bağlantıları */
body #masthead.ks-header-scrolled .main-menu ul.menu > li > a {
  color: #17181c !important;
}

/* Hover ve aktif bağlantı */
body #masthead.ks-header-scrolled .main-menu ul.menu > li:hover > a,
body #masthead.ks-header-scrolled .main-menu ul.menu > li.active > a,
body
  #masthead.ks-header-scrolled
  .main-menu
  ul.menu
  > li.current-menu-item
  > a {
  color: var(--base-skin) !important;
}

/*
  Temadaki menü bağlantısının önündeki çizgiyi
  yalnızca sticky durumda kapatır.
*/
body
  #masthead.ks-header-scrolled
  #site-header-menu
  .site-navigation
  ul.menu
  > li
  > a::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}

/* Telefon ve e-posta */
body #masthead.ks-header-scrolled .hotline-link {
  color: #17181c !important;
}

body #masthead.ks-header-scrolled .hotline-link:hover {
  color: var(--base-skin) !important;
}

/* İletişim ikonu */
body #masthead.ks-header-scrolled .prt-contact-link-icon,
body #masthead.ks-header-scrolled .prt-contact-link-icon i,
body #masthead.ks-header-scrolled .prt-contact-link-icon i::before {
  color: #17181c !important;
}

/* Teklif Al butonu */
body #masthead.ks-header-scrolled .header-btn .prt-btn {
  color: #17181c !important;
  background-color: transparent !important;
  border-color: #17181c !important;
}

/* Butondaki kırmızı yuvarlak alan */
body #masthead.ks-header-scrolled .header-btn .prt-btn::after {
  background-color: var(--base-skin) !important;
}

/* Butondaki ok beyaz */
body #masthead.ks-header-scrolled .header-btn .prt-btn::before {
  color: #ffffff !important;
}

/* Teklif butonu hover */
body #masthead.ks-header-scrolled .header-btn .prt-btn:hover {
  color: #ffffff !important;
  background-color: var(--base-skin) !important;
  border-color: var(--base-skin) !important;
}

/* Mobil hamburger */
body #masthead.ks-header-scrolled .menubar-inner,
body #masthead.ks-header-scrolled .menubar-inner::before,
body #masthead.ks-header-scrolled .menubar-inner::after {
  background-color: #17181c !important;
}

/* Sticky geçişi */
body #masthead .site-header-menu-inner {
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

/* =========================================================
   KONTIRSAN MARKA FONT SİSTEMİ
========================================================= */

/* Normal metinler */
body,
p,
li,
label,
input,
textarea,
select,
option {
  font-family: var(--base-bodyfont);
}

/* Başlıklar */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.section-title h3,
.widget-title,
.widget-title-h3,
.page-title-heading h2,
.kontirsan-title-content h1,
.ks-gallery-heading h2,
.ks-video-gallery-heading h2,
.ks-blog-heading h2,
.ks-blog-detail-header h2,
.ks-contact-information > h2,
.ks-contact-form-heading h2,
.ks-service-intro-title h2 {
  font-family: var(--base-headingfont);
}

/* Header menüsü */
#site-header-menu .site-navigation ul.menu > li > a,
#site-header-menu .mega-submenu li a {
  font-family: var(--base-headingfont);
  font-weight: 600;
}

/* Butonlar */
.prt-btn,
button,
input[type="submit"],
input[type="button"],
.ks-contact-submit {
  font-family: var(--base-headingfont);
  font-weight: 600;
}

/* Hero ana başlık */
.kum-hero-content h1 {
  font-family: var(--base-headingfont);
  font-weight: 700;
  letter-spacing: -0.035em;
}

/* İstatistik değerleri */
.kum-stat strong {
  font-family: var(--base-headingfont);
  font-weight: 700;
}

.kum-stat span {
  font-family: var(--base-bodyfont);
  font-weight: 600;
  letter-spacing: 0.07em;
}

/* Küçük üst başlıklar */
.kontirsan-eyebrow,
.kontirsan-section-label,
.ks-gallery-label,
.ks-video-gallery-label,
.ks-blog-heading-label,
.ks-service-label,
.ks-contact-section-label {
  font-family: var(--base-bodyfont);
  font-weight: 600;
}

/* Footer başlıkları */
.kum-footer .widget-title-h3,
.kum-footer .kontirsan-cta-box h2 {
  font-family: var(--base-headingfont);
  font-weight: 500;
}

/* Blog ve galeri kart başlıkları */
.ks-gallery-caption strong,
.ks-video-card-content > strong,
.ks-blog-card-content > strong,
.ks-blog-recent-widget .post-detail > a {
  font-family: var(--base-headingfont);
  font-weight: 600;
}

/* Form metinleri */
.ks-contact-form-group input,
.ks-contact-form-group select,
.ks-contact-form-group textarea {
  font-family: var(--base-bodyfont);
}

/* =========================================================
   HİZMET DETAY BANNER HİZALAMA DÜZELTMESİ
   Hakkımızda ve diğer iç sayfalarla aynı konum
========================================================= */

/*
  Sticky sidebar için overflow visible kalır.
  flow-root, bannerın üst margin değerinin dışarı taşmasını
  ve sayfanın aşağı kaymasını engeller.
*/
body.ks-service-detail-page .site-main {
  display: flow-root;
  overflow: visible !important;
}

/* Masaüstünde diğer iç sayfalarla birebir ölçü */
body.ks-service-detail-page .ks-service-detail-banner {
  /* width: calc(100% - 108px);
  max-width: 1810px;
  min-height: 400px; */
  margin: 40px auto 0 !important;
}

/* Banner içeriği */
body.ks-service-detail-page
  .ks-service-detail-banner
  .prt-page-title-row-inner {
  min-height: 400px;
  padding: 175px 0 58px;
}

/* Header konumu */
body.ks-service-detail-page #masthead {
  top: 50px;
}

/* Küçük masaüstü */
@media only screen and (max-width: 1199px) {
  body.ks-service-detail-page .ks-service-detail-banner {
    width: calc(100% - 60px);
    margin-top: 30px !important;
  }

  body.ks-service-detail-page #masthead {
    top: 30px;
  }
}

/* Tablet */
@media only screen and (max-width: 991px) {
  body.ks-service-detail-page .ks-service-detail-banner {
    width: calc(100% - 36px);
    min-height: 390px;
    margin-top: 18px !important;
    border-radius: 24px;
  }

  body.ks-service-detail-page
    .ks-service-detail-banner
    .prt-page-title-row-inner {
    min-height: 390px;
    padding: 165px 0 48px;
  }

  body.ks-service-detail-page #masthead {
    top: 18px;
  }
}

/* Mobil */
@media only screen and (max-width: 767px) {
  body.ks-service-detail-page .ks-service-detail-banner {
    width: calc(100% - 24px);
    min-height: 380px;
    margin-top: 12px !important;
    border-radius: 20px;
  }

  body.ks-service-detail-page
    .ks-service-detail-banner
    .prt-page-title-row-inner {
    min-height: 380px;
    padding: 145px 0 42px;
  }

  body.ks-service-detail-page #masthead {
    top: 12px;
  }
}

/* Küçük telefon */
@media only screen and (max-width: 575px) {
  body.ks-service-detail-page .ks-service-detail-banner {
    min-height: 360px;
  }

  body.ks-service-detail-page
    .ks-service-detail-banner
    .prt-page-title-row-inner {
    min-height: 360px;
    padding: 125px 0 34px;
  }
}

/* =========================================================
   HEADER LOGO DEĞİŞİMİ
   Normal header: beyaz logo
   Sticky header: siyah logo
========================================================= */

#masthead .site-branding h1 {
  margin: 0;
  line-height: 1;
}

#masthead .site-branding .home-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#masthead .site-branding .header-logo {
  display: block;
  width: 250px;
  max-width: 250px;
  height: auto;
  max-height: 65px;
  object-fit: contain;
  object-position: left center;
}

/* İlk açılışta beyaz logo görünsün */
#masthead .site-branding .header-logo-white {
  display: block;
}

/* İlk açılışta siyah logo gizlensin */
#masthead .site-branding .header-logo-dark {
  display: none;
}

/* =========================================================
   SCROLL SONRASI LOGO DEĞİŞİMİ
========================================================= */

/* Beyaz logoyu gizle */
#masthead .prt-stickable-header.fixed-header .header-logo-white,
#masthead .prt-stickable-header.is_stuck .header-logo-white,
#masthead.ks-header-scrolled .header-logo-white {
  display: none !important;
}

/* Siyah logoyu göster */
#masthead .prt-stickable-header.fixed-header .header-logo-dark,
#masthead .prt-stickable-header.is_stuck .header-logo-dark,
#masthead.ks-header-scrolled .header-logo-dark {
  display: block !important;
}

/* =========================================================
   HAKKIMIZDA - TEK GÖRSEL ALANI
========================================================= */

.kontirsan-before-after-simple {
  display: block;
  width: 100%;
}

.kontirsan-before-after-item {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  border-radius: 18px;
  background-color: #f3f3f3;
}

.kontirsan-before-after-item img {
  display: block;
  width: 100%;
  height: 520px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition: transform 0.5s ease;
}

.kontirsan-before-after-item:hover img {
  transform: scale(1.03);
}

/* Tablet */
@media (max-width: 991px) {
  .kontirsan-before-after-item {
    min-height: 430px;
    margin-bottom: 35px;
  }

  .kontirsan-before-after-item img {
    height: 430px;
  }
}

/* Mobil */
@media (max-width: 575px) {
  .kontirsan-before-after-item {
    min-height: 320px;
    border-radius: 14px;
    margin-bottom: 30px;
  }

  .kontirsan-before-after-item img {
    height: 320px;
    border-radius: inherit;
  }
}

.ks-contact-map-section {
  padding: 0 0 100px;
}

.ks-contact-map-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.ks-contact-map-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #c71920;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-contact-map-heading h2 {
  margin-bottom: 14px;
  font-size: 35px;
}

.ks-contact-map-heading p {
  margin-bottom: 0;
}

.ks-contact-map-frame {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 20px;
  background: #ececec;
  box-shadow: 0 16px 45px rgba(19, 22, 28, 0.1);
}

.ks-contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}

@media (max-width: 991px) {
  .ks-contact-map-section {
    padding-bottom: 75px;
  }

  .ks-contact-map-frame,
  .ks-contact-map-frame iframe {
    min-height: 400px;
    height: 400px;
  }
}

@media (max-width: 575px) {
  .ks-contact-map-frame,
  .ks-contact-map-frame iframe {
    min-height: 340px;
    height: 340px;
    border-radius: 14px;
  }
}

/* Header telefon dikey hizalama */
.prt-header-style-01 .prt-contact-link {
  align-items: center;
}

.prt-header-style-01 .prt-contact-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prt-header-style-01 .prt-contact-number {
  display: flex;
  align-items: center;
}

.prt-header-style-01 .prt-contact-number .hotline-link {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}


/* =========================================================
   MOBİL HEADER DÜZELTMESİ
   Mobilde yalnızca logo ve hamburger gösterilir
========================================================= */

@media only screen and (max-width: 991px) {
  #masthead .header_extra {
    display: none !important;
  }

  #masthead .site-navigation {
    min-height: 82px;
    align-items: center !important;
  }

  #masthead .site-branding-wrap,
  #masthead .sitemenu-main,
  #masthead .menu-link {
    align-items: center !important;
  }

  #masthead .btn-show-menu-mobile {
    margin: 0 !important;
  }
}









/* =========================================================
   TÜM SAYFALARDA SABİT WHATSAPP BUTONU
========================================================= */

.kontirsan-whatsapp-float {
  position: fixed !important;
  right: 28px;
  bottom: 105px;
  z-index: 99998;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;
  padding: 0;

  color: #ffffff !important;
  background-color: #25d366;
  border: 0;
  border-radius: 50%;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.24);

  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateZ(0);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.kontirsan-whatsapp-float i {
  display: block;
  color: #ffffff;
  font-size: 31px;
  line-height: 1;
}

.kontirsan-whatsapp-float:hover {
  color: #ffffff !important;
  background-color: #1ebe5d;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.kontirsan-whatsapp-tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);

  padding: 7px 12px;

  color: #ffffff;
  background-color: #111318;
  border-radius: 6px;

  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(-50%) translateX(6px);

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.kontirsan-whatsapp-float:hover .kontirsan-whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}




/* =========================================================
   BLOG DETAY BANNER HİZALAMA DÜZELTMESİ
   Banner üst boşluğunun sayfa dışına taşmasını engeller
========================================================= */

body.ks-blog-detail-page .site-main {
    display: flow-root;
    overflow: visible !important;
}

/* Masaüstü */
body.ks-blog-detail-page .ks-blog-detail-banner {
    margin: 40px auto 0 !important;
}

/* Küçük masaüstü */
@media only screen and (max-width: 1199px) {
    body.ks-blog-detail-page .ks-blog-detail-banner {
        margin-top: 30px !important;
    }

    body.ks-blog-detail-page #masthead {
        top: 30px;
    }
}

/* Tablet */
@media only screen and (max-width: 991px) {
    body.ks-blog-detail-page .ks-blog-detail-banner {
        margin-top: 18px !important;
    }

    body.ks-blog-detail-page #masthead {
        top: 18px;
    }
}

/* Mobil */
@media only screen and (max-width: 767px) {
    body.ks-blog-detail-page .ks-blog-detail-banner {
        margin-top: 12px !important;
    }

    body.ks-blog-detail-page #masthead {
        top: 12px;
    }
}