/*!
Theme Name: muimedya
Theme URI: https://muimedya.com/
Author: Mui Medya
Author URI: https://muimedya.com/
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: Mui Medya
License URI: LICENSE
Text Domain: muimedya
Web Dev / Design: serkanikizoglu.com.tr
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * marent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the marious rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

 


@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Heavy.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Heavy.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Bold.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Medium.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Regular.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Light.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}







* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,
html {
    padding: 0;
    font-family: "Gilroy" !important;
    margin: 0;
    background-color: #fff !important;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body li {
    list-style: none;
    font-size: 14px;
}



body a {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    width: 100%;
    display: block;
}

p {
    font-size: 16px;
    font-weight: 300;
}

input:focus,
textarea:focus,
select:focus {
    outline: unset !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: unset !important;
}

 
.top-bar-sare{z-index: 99;background: #2A7FAF;font-weight: 400;color: #CEE4FF;position: relative;font-size: 14px;padding: 10px 0;border-bottom: 1px solid #ffffff17;}
.flex-34{
display: flex;justify-content: space-between;gap: 14px;
}
.text-v{color: #fff;font-weight: 300;display: flex;gap: 18px;}
.text-v span{

color: #CEE4FF;
}
.text-on{font-size: 14px;font-weight: 300;}

.hero-sera{
background: #031427;


background: -moz-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);


background: -webkit-linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);


background: linear-gradient(130deg, rgba(3, 20, 39, 1) 0%, rgba(17, 85, 124, 1) 100%);
}
.hd-list{z-index: 999;position: relative;background: #2A7FAF;padding-bottom: 30px;padding-top: 20px;}
.header-box{}
.header-box .logo{

}
.header-box .logo img{

}
.offer-link{

font-size: 14px;
}
.offer-link a{
      color: #fff;
      border: 1px solid #fff;
      padding: 15px 22px;
      display: inline-block;
      line-height: 1;
      border-radius: 100px;
      font-weight: 500;
}
.offer-link a:hover{

        background: #fff;
      color:#031427;

}
.rl-a{
    position: relative;
}
.menu-list{

}

.menu-list li{

}
.menu-list a{
    color: #fff;
}


.hero-sera {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper { width: 100%; height: 100%; }

.swiper-slide {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;

}

.slide-bg { position: absolute; inset: 0; z-index: 0; }


.slide-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
  gap: 32px;
}

.slide-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 5px 13px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: fit-content;
}
.tag-dot { width: 6px; height: 6px; border-radius: 50%; }
.dot-1 { background: #2A7FAF; } .dot-2 { background: #1d9e75; } .dot-3 { background: #9b7de8; }
.tag-1 { color: #7dcff5; } .tag-2 { color: #4ed9a7; } .tag-3 { color: #c4a8ff; }

.text-slider {font-size: 42px;font-weight: 600;line-height: 1.25;color: #fff;}
.hl-1 { color: #2A7FAF; } .hl-2 { color: #1d9e75; } .hl-3 { color: #9b7de8; }

.slide-desc {font-size: 20px;font-weight: 300;line-height: 34px;max-width: 80%;color: #fff;}

.link-slider-box {display: flex;gap: 20px;}
.btn-p {padding: 16px 70px 16px 25px;border-radius: 8px;font-size: 16px;font-weight: 400;text-decoration: none;transition: background 0.3s;}
.btn-p-1 {background: #ffffff0d;color: #fff;border-radius: 100px;position: relative;} .btn-p-1:hover { background: #2d8ec4; }
.btn-p-1 i{
    
color: #2A7FAF;
    
position: absolute;
    
background: #fff;
    
right: 0;
    
padding: 7px 14px;
    
top: 1px;
    
font-size: 27px;
    
border-radius: 100px;
}
.btn-p-2 { background: #1d9e75; color: #fff; } .btn-p-2:hover { background: #178a63; }
.btn-p-3 { background: #7b5dcf; color: #fff; } .btn-p-3:hover { background: #6a4db8; }
.btn-outline {padding: 2px 13px;border-radius: 20px;font-size: 13px;font-weight: 400;text-decoration: none;background: transparent;border: 1px solid rgb(181 181 181 / 22%);color: #fff;transition: background 0.3s;display: flex;align-items: center;}
.btn-outline:hover { background: rgba(255,255,255,0.07); }

.slide-img-box {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 260px; */
  height: 300px;
}
.btn-outline i{
    
font-size: 34px;
}
.slide-accent-circle {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}
.ac-1 { background: radial-gradient(circle, #2A7FAF, transparent 70%); }
.ac-2 { background: radial-gradient(circle, #1d9e75, transparent 70%); }
.ac-3 { background: radial-gradient(circle, #9b7de8, transparent 70%); }

.slide-placeholder {
  width: 100%;
  border-radius: 14px;
  
  ,:
  relative !important;
  display: flex;
  height: 420px;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.ph-icon { font-size: 42px; }

.slider-pagination {
  z-index: 1 !important;
  position: absolute; 
  top: 55%;
  left: 52%;
  /* transform: translate(-50%, -50%); */
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.s-bullet {
  width: 3px;
  height: 28px;
  border-radius: 3px;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  transition: background 0.35s, height 0.35s;
}
.s-bullet.active {
  background: #ffffff;
  height: 44px;
}

/* Animasyonlar */
.swiper-slide .slide-content {opacity: 0;transform: translateX(-26px);transition: opacity 0.55s 0.1s, transform 0.55s 0.1s;padding: 190px 0 190px;}
.swiper-slide-active .slide-content { opacity: 1; transform: translateX(0); }
.swiper-slide .slide-tag { opacity: 0; transform: translateY(-8px); transition: opacity 0.45s 0.05s, transform 0.45s 0.05s; }
.swiper-slide-active .slide-tag { opacity: 1; transform: translateY(0); }
.swiper-slide .slide-img-box { opacity: 0; transform: translateX(22px) scale(0.96); transition: opacity 0.65s 0.2s, transform 0.65s 0.2s; }
.swiper-slide-active .slide-img-box { opacity: 1; transform: translateX(0) scale(1); }

.slider-box{z-index: 1;display: flex;position: absolute;gap: 60px;/* margin-bottom: 50px; */bottom: 50px;}
.slider-box .item-sl{

color: #fff;

font-weight: 300;

font-size: 20px;

line-height: 30px;
}
.slider-box .item-sl span{
    
display: block;
    
font-size: 30px;
    
font-weight: 600;
}


.item-sl:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #ffffff24;
}

.item-sl {
    position: relative;
}

.slider-pagination::before {
  content: '';
  width: 701px;
  height: 400px;
  border: 1px solid rgb(181 181 181 / 22%);
  position: absolute;
  right: -674px;
  top: -41px;
  z-index: -100;
  border-radius: 34px;
}
.about-sare{padding: 50px 0;}

.text-home-ab{

}
.text-home-ab h2{color: #041427;font-size: 24px;}
.text-home-ab p{
    
}
.text-home-ab h2 span{

font-weight: 300;
}
.text-home-ab a{

color: #2A7FAF;

font-size: 16px;
}
.wpcf7-response-output{
      font-size: 13px;
}
.wpcf7-not-valid-tip{
      font-size: 13px !important;
}
.text-home-ab a:Hover{
      color: #041427;
}
input[type="submit"]:hover{
  background: #041427 !important;
}
.form-sec-ab h2 {
    color: #041427;
    font-size: 24px;
}
.form-sec-ab h2 span {
    font-weight: 300;
}
.head-fx{

margin-bottom: 24px;

display: inline-block;

position: relative;
}
.head-fx span{

font-size: 14px;

z-index: 9;

color: #2A7FAF;

position: relative;
}
.head-fx h2{

color: #041427;

font-size: 28px;

z-index: 9;

position: relative;
}
.service-swiper{

}
.service-swiper img{border-radius: 25px;height: 300px;object-fit: cover;}
.service-swiper span{
    
display: block;
    
text-align: center;
    
margin-top: 8px;
    
color: #041427;
}


.project-swiper img{border-radius: 25px;height: 350px;object-fit: cover;}
.project-swiper span{
    
display: block;
    
text-align: center;
    
margin-top: 8px;
    
color: #041427;
}
.service-sec {


}
.service-sec button{

border: none;

background: transparent;

color: #2A7FAF;

font-size: 24px;
}

.service-sec button i{


}

.service-sec .swiper-nav{

display: flex;

gap: 13px;

justify-content: right;
}

.bef-head-2:before{
    content: '';
    position: absolute;
    width: 275px;
    left: -49px;
    height: 270px;
    top: -26px;
    border-radius: 40px;
    background: #F5F5F5;
    background: linear-gradient(
206deg, rgb(245 245 245 / 52%) 0%, rgb(255 255 255 / 36%) 100%);
    z-index: 1;
}



.h-box-step{text-align: center;margin-bottom: 50px;}
.h-box-step span{

font-size: 14px;

z-index: 9;

color: #2A7FAF;

position: relative;
}
.h-box-step h2{

color: #041427;

font-size: 28px;
}
.sec-step .step-head{

font-size: 22px;

font-weight: 200;
}
.sec-step  .step-head span{

color: #2A7FAF;

font-weight: 500;
}
.sec-step  p{

margin-bottom: 35px;

color: #041427;

font-size: 14px;
}
.sec-step{
    margin: 75px 0 10px;
}

.bg-sa{
    background: #F5F5F5;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 100%);
    padding: 50px 50px;
    border-radius: 60px;
}
.pool-mar-sec{margin-top: 75px;}


.left-pool{

}
.left-pool img{

width: 90%;
}
.left-pool p{

font-size: 16px;

margin-bottom: 10px;

margin-top: 15px;
}
.left-pool a{

color: #2A7FAF;

font-size: 16px;
}
.right-pool img{border-radius: 18px;/* height: 340px; */border: 1px solid #e7e7e7;object-fit: cover;}

.t-height{
    
display: flex;
    
align-items: center;
    
height: 100%;
}
.t-height a:hover{
  color:#031427;
}
.br-lare{
    border: 1px solid #e7e7e7;
    padding: 40px;
    border-radius: 50px;
}
.prj-tap{
    margin-top: 50px;
}



  .sss-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: var(--font-sans);
  }

  .sss-header {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .sss-header .badge {
    display: inline-block;
    background: #E1F5EE;
    color: #0F6E56;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
  }

  .sss-header h2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin-bottom: 0.4rem;
  }

  .sss-header p {
    font-size: 14px;
    color: var(--color-text-secondary);
  }

  .sss-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  @media (max-width: 600px) {
    .sss-grid { grid-template-columns: 1fr; }
  }

  .sss-col {display: flex;flex-direction: column;gap: 20px;}

  .acc-item {
    background: var(--color-background-primary);
    border: 0.5px solid var(--color-border-tertiary);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    transition: border-color 0.25s;
    background: #fff;
    border-radius: 16px;
  }

  .acc-item.active {
    border-color: #1D9E75;
  }

  .acc-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
  }

  .acc-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #E1F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s;
  }

  .acc-item.active .acc-icon {
    background: #1D9E75;
  }

  .acc-icon svg {
    width: 16px;
    height: 16px;
    fill: #0F6E56;
    transition: fill 0.25s;
  }

  .acc-item.active .acc-icon svg {
    fill: #fff;
  }

  .acc-question {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #041427;
    font-weight: 400;
    line-height: 1.4;
  }

  .acc-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .acc-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #041427;
    fill: none;
    transition: transform 0.35s ease, stroke 0.25s;
  }

  .acc-item.active .acc-arrow svg {
    transform: rotate(180deg);
    stroke: #2A7FAF;
  }

  .acc-body {
    display: none;
    padding: 0 16px 14px 19px;
  }

  .acc-body p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 14px;
  }

  .acc-body .tag {
    display: inline-block;
    background: #E1F5EE;
    color: #0F6E56;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 4px;
    margin-bottom: 6px;
  }
  .blog-time{

  }

  .item-blog-time img{height: 250px;object-fit: cover;}
  .item-blog-time .blog-heads{

margin-bottom: 15px;

font-weight: 500;

}
  .blog-text{

font-size: 14px;

font-weight: 300;

margin-bottom: 20px;

}
  .blog-footers{

display: flex;

justify-content: space-between;

border-top: 1px solid #e6e6e6;

padding-top: 15px;

}
  .blog-footers span{font-size: 13px;font-weight: 400;}
    .blog-footers .link-blogs{font-size: 14px;color: #4bae8a;font-weight: 500;}

  .top-blog{

text-align: center;

margin-bottom: 40px;

}
  .top-blog h2{

color: #041427;

font-size: 28px;

}
  .top-blog h2 span{

display: block;

color: #2A7FAF;

font-weight: 400;

}

  .tx-top{
    
font-size: 14px;
    
z-index: 9;
    
color: #2A7FAF;
    
position: relative;
  }
  .box-her{
    padding: 18px;
    background: #fafafa;
  }
footer{

}










.left-logo-footer{

}
.left-logo-footer img{

width: 175px;
}


.left-logo-footer p{
    
color: #fff;
    
font-size: 14px;
    
margin-top: 20px;
}

.left-logo-footer .social-l{

border: 1px solid #ffffff1f;

color: #fff;

padding: 1px 6px;

font-size: 20px;

display: inline-block;

border-radius: 7px;
}



.list-item-footer{position: relative;z-index: 99;}


.head-footer-l{

color: #fff;

font-size: 19px;

margin-bottom: 9px;

font-weight: 500;

border-bottom: 1px solid #ffffff1c;

padding-bottom: 6px;

margin-bottom: 13px;
}
.list-item-footer ul{

}
.list-item-footer ul li{
    
margin-bottom: 9px;
}
.list-item-footer ul li a{
    
color: #fff;
    
font-size: 14px;
    
font-weight: 300;
}

.cont-item-footer{z-index: 9;position: relative;}

.cont-item-footer ul{

}
.cont-item-footer ul li:nth-child(1) a{

position: relative;

top: 5px;
}
.cont-item-footer ul li:nth-child(2) a{
    
position: relative;
    
top: 5px;
}
.cont-item-footer ul li{

margin-bottom: 25px;

position: relative;
}
.cont-item-footer ul li  i{
    position: absolute;
    left: 0;
    border: 1px solid #ffffff1f;
    color: #fff;
    padding: 1px 6px;
    font-size: 20px;
    display: inline-block;
    background: #0414271f;
}
.cont-item-footer ul li a{

font-size: 16px;

color: #fff;

padding-left: 45px;

font-weight: 300;

display: block;

padding-top: 0;
}
.f-bg{padding: 40px 30px 25px;margin-top: 70px;background: #2A7FAF;position: relative;}
.Copyright{display: flex;justify-content: center;margin: 20px 0;}
.Copyright a{font-size: 14px;color: #474747;}
.Copyright li{

font-size: 12px;

font-weight: 400;
}
.Copyright a b{
    
}
.blog-a-l{
    display: table;
    margin: auto;
    color: #2A7FAF;
    margin-top: 20px;
    border: 1px solid;
    padding: 15px 25px;
    border-radius: 100px;
}

.blog-a-l:hover{
    background:#2A7FAF; ;
    color: #fff;
}
.sections-home{
    padding-top: 30px;
    background: #2a7faf;
    padding-bottom: 30px;
}
.sections-home h1{color: #fff;font-size: 32px;margin-bottom: 0;}
.sections-home ul{

}
.sections-home ul li{
  
}
.sections-home ul li a{
  
}
.bred-box p{
	margin-bottom:0;
	font-size: 14px;
}
.bred-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bred-box a{
color:#fff;
	font-weight:500
}

.bred-box .last{
	color:#fff
}
.bred-box  .separator{
		color:#fff
}

.bred-box .breadcrumb{
margin-bottom: 0 !important;
}

.head-contact{margin-bottom: 50px;color: #041427;}
.head-contact h2{font-size: 22px;text-align: center;}
.head-contact p{text-align: center;max-width: 550px;margin: auto;font-size: 18px;}
.contact-page{margin: 75px 0 15px;}
.box-item-contact{background: #fafafa;padding: 15px 20px 26px;z-index: 9;color: #041427;height: 100%;border: 1px solid #e9e9e9;position: relative;}
.box-item-contact h3{color: #464646;font-size: 18px;font-weight: 600;margin-bottom: 0;}
.box-item-contact ul{

}
.box-item-contact ul li{font-size: 16px;font-weight: 300;}
.box-item-contact .maps-1{color: #2A7FAF;font-weight: 500;margin-top: 13px;display: inline-block;}

.pos-rel{
  position: relative;
}
.bef-cont-3{
	height:100%;
}
.bef-cont-1{
	height:100%;
}
.bef-cont-2{
	height:100%;
}
.image-page-c {

}
.image-page-c img{
  height: 500px;
  border-radius: 30px;
  object-fit: cover;
}

.form-page-c{color: #041427;padding-right: 50px;}
.form-page-c h2{
  
}
.form-page-c p{
  
}

.form-page-c label{width: 100%;}

.form-page-c input{
  font-size: 14px;
  padding: 10px;
  width: 100%;
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
}
.form-page-c textarea{
  width: 100%;
  font-size: 14px;
  height: 150px;
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
}
.form-page-c input[type="submit"] {
  background: #2A7FAF;
  color: #fff;
  width: fit-content;
  padding: 10px 70px;
  border-radius: 0 35px 0 35px;
}

.form-page-c input::placeholder{
  
}
.kvkk-text{
	font-size: 14px;
}
.kvkk-text a{
	font-weight:500;
}
.head-contact-form {

}
.head-contact-form h2{font-size: 26px;}
.head-contact-form h2 span{color: #2A7FAF;}
.head-contact-form p{
  font-size: 14px;
}
.contact-page-form {
	margin-top: 40px;
	margin-bottom: 50px;
}

.about-page{padding: 75px 0;}
.content-text-box{margin-bottom: 40px;text-align: left;}

.content-text-box h2{
  color: #041427;
}
.content-text-box h2 span{
  color: #2A7FAF;
}


.content-text-box p{
  color: #041427;
  font-size: 16px;
}
.img-r-f{position: relative;}
.img-r-f img{
  border-radius: 30px;
  z-index: 0;
  position: relative;
}
.second-text{
  margin-top: 75px;
}
.second-text h2{
  font-size: 18px;
}
.thirt-text h2{
	 font-size: 18px;
}
.thirt-text{
	margin-top:75px
}
.first-one-about img{
  height: 375px;
  object-fit: cover;
  z-index: 999;
  border-radius: 30px;
  position: relative;
}
.first-one-about .img-r-f::after{
  content: '';
  width: 120px;
  height: 150px;
  position: absolute;
  background:#2A7FAF;
  left: -8px;
  top: -8px;
  z-index: 1;
  border-radius: 30px;
}
.first-one-about .img-r-f::before{
  content: '';
  width: 120px;
  height: 150px;
  position: absolute;
  background:#2A7FAF;
  right: -8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 30px;
}

.second-text img{z-index: 0;position: relative;border-radius: 30px;}

.second-text .img-r-f{

}


.second-text .img-r-f::before{
  content: '';
  width: 120px;
  height: 150px;
  position: absolute;
  background:#2A7FAF;
  right: -8px;
  bottom: -8px;
  z-index: 0;
  border-radius: 30px;
}

.thirt-text .img-r-f::before{
  content: '';
  width: 120px;
  height: 150px;
  position: absolute;
  background:#2A7FAF;
  right: -8px;
  bottom: -8px;
  z-index: 0;
  border-radius: 30px;
}
.r-about{
  text-align: right;
}
.blog-section{
  margin: 75px 0;
}
.blog-sh{
  display: grid !important;
}
.blog-sh h1{
  margin-bottom: 10px;
}
.blog-d{
  margin: 75px 0;
}

.text-detail-blog{
  background-color: #fff;
  padding: 30px;
  /* border: 1px solid #f4f4f4; */
  background: #fafafa;
}
.text-detail-blog ol{
	padding-left: 16px;
}
.text-detail-blog ul{
	padding-left: 16px;
}
.text-detail-blog  li{
	margin-bottom: 12px;
	list-style: disc;
}
.text-detail-blog h2{
	font-size: 24px;
	color: #041427;
	font-weight: 500;
	margin-top: 25px;
}
.text-detail-blog p{
	font-size:14px;
	font-weight: 400;
	color: #041427;
}
.text-detail-blog b{
	font-size:14px;
	font-weight: 600;
	color: #041427;	
}
.text-detail-blog h3{
	font-size: 18px;
	color: #041427;
	margin-top: 30px;
}
.text-detail-blog h4{
	
}


.eks-ai-widget {
  margin: 1.5rem 0;
 }

.eks-ai-inner {
  border: 0.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fafafa;
}

.eks-ai-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.eks-ai-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f0f0ff;
  color: #5b4fcc;
  flex-shrink: 0;
}

.eks-ai-header span {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}

.eks-ai-buttons {
    display: flex;
    gap: 8px;
}

.eks-ai-btn {
     display: grid;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: 8px;
  border: 0.5px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.eks-ai-btn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #111827;
  text-decoration: none;
}

.eks-ai-btn:active {
  background: #e5e7eb;
  transform: scale(0.98);
}

.eks-ai-btn svg {
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .eks-ai-buttons {
    flex-direction: column;
  }

  .eks-ai-btn {
    width: 100%;
    justify-content: center;
  }
}
.aside-blog {padding: 30px;background: #fafafa;}
.aside-blog h3{font-size: 18px;margin-bottom: 16px;color: #2A7FAF;}
.aside-blog ul{padding-left: 17px;}
.aside-blog ul li{
  margin-bottom: 20px;
  position: relative;
}
.aside-blog ul li a{
  font-size: 14px;
}
.aside-blog ul li i{
  font-size: 9px;
  position: absolute;
  left: -18px;
  top: 2px;
  color: #2A7FAF;
}
.text-detail-blog .images img{
    object-fit: cover;
    height: 400px;
    margin-bottom: 22px;
}

.side-box-contact{

}
.side-box-contact li i{font-size: 20px;}
.hd-cont{align-items: center;margin-bottom: 12px;display: flex;justify-content: space-between;background: #f4f4f4;padding: 15px 21px;font-weight: 500;font-size: 16px;border:1px solid  #f4f4f4;}
.hd-cont-2{
  background: #2A7FAF0f;
  align-items: center;
  border-radius: 15px;
  color: #2A7FAF;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  padding: 15px 21px;
  font-size: 16px;
  font-weight: 500;
  border:1px solid #2A7FAF0f;
}
.hd-cont-2:hover{
  border:1px solid #8ccaf3;
}
.hd-cont:hover{
  border:1px solid #ccc;
}
.side-box-contact{
  margin-top: 15px;
}
.date-d{
  display: inline-block;
  background: #2A7FAF0f;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #c0e8ff;
  color: #287aa8;
  font-size: 14px;
  margin-top: 15px;
}
.aside-blog ul li a:hover{
  color: #2A7FAF;
}








 
.hd-list * { box-sizing: border-box; }

 
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 24px;
}

 
.hd-list .logo { flex-shrink: 0; }
.hd-list .logo a { display: block; }
.hd-list .logo img {
    height: 50px;
    width: auto;
    display: block;
}

 
.hd-nav { flex: 1; }

.hd-menu,
.hd-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.hd-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    z-index: 9999;
    position: relative;
}

.hd-menu > li { position: relative; }

.hd-menu > li > a {
    display: block;
    padding: 8px 13px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background .18s, color .18s;
    white-space: nowrap;
}

.hd-menu > li > a:hover,
.hd-menu > li.current-menu-item > a,
.hd-menu > li.current-menu-ancestor > a {
}

 
.hd-menu li.menu-item-has-children > a::after {
    content: '\EA4E';
    font-family: 'remixicon';
    font-style: normal;
    display: inline-block;
    position: relative;
    border-bottom: 0;
    border-radius: 100px;
    vertical-align: middle;
    transition: transform .22s;
}

 
.hd-menu .sub-menu {
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: 0 !important;
    min-width: 200px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 24px rgba(0,0,0,0.11);
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: opacity .18s, transform .18s, visibility .18s;
    z-index: 9999;
    pointer-events: none;
}

.hd-menu .sub-menu .sub-menu {
    top: -6px !important;
    left: 100% !important;
}

 @media (min-width: 901px) {
    .hd-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}
.hd-menu .sub-menu a {
    display: block !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
    color: #041427 !important;
    text-decoration: none !important;
    transition: background .14s !important;
    white-space: nowrap;
}

.hd-menu .sub-menu a:hover {
    color: #4bae8a !important;
}

 .hd-cta { flex-shrink: 0; }
.hd-cta a {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: #4BAE8A;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: background .18s;
}
.hd-cta a:hover {background: #ffffff;color: #4bae8a;}

 .hd-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    margin-left: auto;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.hd-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .28s ease, opacity .2s ease;
    transform-origin: center;
}

.hd-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hd-hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hd-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

 @media (max-width: 991px) {
  .head-service-on{
    text-align: center !important; 
  }
  .text-r{
     text-align: center !important;
     justify-content: center !important;
  }
  .hd-list{
    padding-bottom: 5px;
    padding-top: 2px;
  }
  .about-vet .about-img{
    display:none !important;
  }
	 .top-bar-sare{
		 text-align:center;
	 }
	 .slide-box-ss .box-t-1{font-size: 20px !important;}
   .slide-box-ss .slider-h{font-size: 24px !important;}
   .slide-box-ss .slider-text{font-size: 14px !important;}
   .slide-box-ss a{font-size: 14px !important;}
	 
	 .tablo-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 
}

.havuz-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}





.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}
	 
	 h2.baslik {
  
    font-size: 24px;

}
  .blog-a-l{
        margin-top: 0;

  }
  .left-logo-footer{
    margin-bottom: 30px;
  }
  .list-item-footer{
      margin-bottom: 30px;
  }
  .t-height{justify-content: center;}
  .left-pool{text-align: center;margin-bottom: 30px;}
  .right-pool img{}
  .br-lare{
    padding: 20px;
  }
  .gofe-list{margin-bottom: 17px;}
  .left-pool img {
    width: 200px;
    display: table;
    margin: auto;
}


 .footer-accordion-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .footer-toggle-icon {
        font-size: 18px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }

    .footer-accordion-content {
        display: none;
        overflow: hidden;
    }

    .footer-accordion-content.open {
        display: block;
    }
.left-pool a {
    
}
	 .form-sec-ab h2{
		font-size: 18px;
		}
  .form-sec-ab{
    padding: 30px 30px !important;
    margin: 0 !important;
  }
  .slider-pagination::before{
    content:none !important;
  }
      .item-sl:not(:last-child)::after {
      content:none !important;
    }
    .slide-placeholder{
    flex-direction: unset;
    border-radius: 0;
    }
	 .slide-placeholder img{
		 height: fit-content;
		 border-radius: 35px !important;
		}
	 .slider-box {
      bottom: 20px;
      padding-right: 19px;
      width: 100%;
      justify-content: space-between;
      justify-content: center;
    }
      .slider-box .item-sl {
    text-align: center;
    /* width: 100%; */
    line-height: 18px;
    font-size: 14px !important;
    }
  .hero-sera{
        padding-bottom: 100px;
  }

	 .slider-box .item-sl span{
		 text-align: center;
		 margin-bottom: 8px;
		}

.text-v{
  display: none;
}
.top-bar-sare i{
  display: none;
}


    .hd-hamburger {display: flex;}
    .hd-cta { display: none; }

    .hd-nav {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #ffffff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 6px 20px rgba(0,0,0,0.10);
        padding: 8px 0 16px;
        z-index: 9998;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hd-nav.is-open {display: block;}



    .hd-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0 !important;
    }

    .hd-menu > li > a {
        border-radius: 0;
        padding: 10px 18px;
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }

    .hd-menu > li:last-child > a { border-bottom: none; }

     .hd-menu .sub-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        border-left: 3px solid #4bae8a !important;
        border-radius: 0 !important;
        background: #fafafa !important;
        padding: 4px 0 !important;
        margin: 0 0 0 20px !important;
        display: none;
        pointer-events: auto !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .hd-menu .sub-menu.hd-sub-open { display: block !important; }

    .hd-menu .sub-menu a {
        padding: 11px 16px !important;
        font-size: 13px !important;
        border-bottom: 1px solid #eeeeee !important;
        color: #444 !important;
        white-space: normal !important;
    }

    .hd-menu .sub-menu li:last-child a { border-bottom: none !important; }

     
    .hd-menu li.menu-item-has-children.hd-open > a::after {
        transform: rotate(180deg);
        border-top-color: #2A7FAF;
    }
}

  .text-detail-hiz .slider-wrapper {
      position: relative;
      width: 100%;
      max-width: 1240px;
      margin: 0 0 15px;
   
      overflow: hidden;
      aspect-ratio: 16 / 6.5;
    }

      .text-detail-hiz .swiper {
      width: 100%;
      height: 100%;
    }

     .text-detail-hiz  .swiper-slide {
      position: relative;
      overflow: hidden;
    }

     .text-detail-hiz  .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
     border-radius: 100px 0 0 0  !important ;
    }

    
   
  

    
      .text-detail-hiz .slide-actions {
      position: absolute;
      bottom: 32px;
      right: 36px;
      z-index: 20;
      display: flex;
      align-items: center;
      gap: 12px;
    }

      .text-detail-hiz .btn-phone {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 14px 26px;
      border: 1.5px solid rgba(255,255,255,0.75);
      border-radius: 999px;
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(14px);
      color: #fff;
  
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.5px;
      cursor: pointer;
      transition: background 0.3s, border-color 0.3s;
      text-decoration: none;
      white-space: nowrap;
    }

      .text-detail-hiz .btn-phone:hover {
      background: rgba(255,255,255,0.22);
      border-color: #fff;
    }

      .text-detail-hiz .btn-teklif {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 14px 26px;
      border-radius: 999px;
      background: #fff;
      color: #1a1a1a;
  
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.3px;
      cursor: pointer;
      border: none;
      transition: background 0.3s, transform 0.2s;
      text-decoration: none;
      white-space: nowrap;
    }

      .text-detail-hiz .btn-teklif:hover {
      background: #f0f0f0;
      transform: translateY(-1px);
    }

     .text-detail-hiz  .btn-teklif svg, .btn-phone svg {
      flex-shrink: 0;
    }

 
      .text-detail-hiz .swiper-pagination {
      bottom: 38px !important;
      left: 36px !important;
      width: auto !important;
      display: flex;
      gap: 0px;
    }

     .text-detail-hiz  .swiper-pagination-bullet {
      width: 32px !important;
      height: 3px !important;
     
      background: rgba(255,255,255,0.45) !important;
      opacity: 1 !important;
      transition: background 0.3s, width 0.3s !important;
      border-radius: 100px;
    }

      .text-detail-hiz .swiper-pagination-bullet-active {
      background: #fff !important;
      width: 52px !important;
    }

  
     .text-detail-hiz  .swiper-button-next,
    .swiper-button-mar {
      display: none;
    }

    .form-sec-ab input {
          font-size: 14px;
    padding: 10px;
    width: 100%;
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    }

        .form-sec-ab input[type="submit"] {
          background: #2A7FAF;
    color: #fff;
    width: fit-content;
    padding: 10px 70px;
    border-radius: 0 35px 0 35px;
    }
    .form-sec-ab{
      background: #F5F5F5;
      padding: 0 30px 40px;
      border-radius: 0 0 0 120px;
      margin-left: 52px;
      position: relative;
    }
.form-sec-ab:before{
	content:'';
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	position: absolute;
	top: -50px;
	left: 0;
}
.cont-list{margin: 75px 0;}
.item-cont-g {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.item-cont-g::after {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(4, 20, 39, 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.item-cont-g:hover::after {
  opacity: 0.5;
}
.head-cont {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  color: #fff;
  font-size: 14px;
}
.cont-list img{
  height: 300px;
  object-fit: cover;
}

.item-blog-time{
	margin-bottom:35px
}


.blog-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}

.blog-pagination .page-numbers,
.blog-pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  color: #222;
  background: #fff;
  transition: background 0.15s, border-color 0.15s;
}

.blog-pagination a.page-numbers:hover {
  background: #f5f5f5;
  border-color: #bbb;
}

.blog-pagination .page-numbers.current {
  background: #f5f5f5;
  border-color: #999;
  font-weight: 500;
  cursor: default;
}

.blog-pagination .next.page-numbers {
  padding: 0 14px;
}

.aside-blog li.active{
  color: #2A7FAF;

}
.text-detail-hiz h2{font-size: 24px;font-weight: 600;}
.text-detail-hiz p{font-size: 16px;}
.text-detail-hiz h3{
	font-size: 18px;font-weight: 500;
}
.text-detail-hiz{
      color: #041427;
}
.text-detail-hiz ul{margin-bottom: 24px;padding-left: 16px;}
.text-detail-hiz ul li{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  list-style: disc;
}
.urun-item{border: 1px solid #e9e9e9;padding: 15px;border-radius: 30px;margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.urun-item img{
    border-radius: 30px;
    object-fit: cover;
    height: 300px;
}

.urun-item  .urun-title{margin-top: 10px;text-align: center;font-weight: 500;font-size: 14px;}

.urun-item:hover{
  border:1px solid #2A7FAF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.side-project{

}
.box-prejct-side img{width: 50px;display: table;margin: auto;margin-bottom: 10px;}
.side-project ul{display: grid;gap: 10px;}
.side-project li{font-size: 14px;}
.side-project span{}
.side-project b{
  
}
.box-prejct-side{
	margin:20px 0;
	gap: 13px;
	display: flex;
}
.box-prejct-side  a{
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 20px 20px;
  border-radius: 13px;
}
.box-prejct-side i{
  display: block;
  line-height: 1;
  font-size: 50px;
  margin-bottom: 11px;
}
.order-project{
    font-size: 13px;
    text-align: center;
    color: #2A7FAF;
    padding: 0 28px;
}
.order-det{font-size: 13px;text-align: center;}
.side-project h2{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.project-d-cont{
  margin-top: 30px !important;
}
.gofe-list{
  height: 100%;
}
.text-detail-page{
  margin: 50px 0 !important;
}

.quick-menu span{
    font-size: 14px;
    font-weight: 300;
}
.quick-menu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 7;
    padding: 10px 0;
    z-index: 9999999;
    background: #4BAE8A;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.quick-menu.in-active {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}
.scroll-up-btn i{
    font-size: 30px !important;
}

.quick-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    color: #fff;

    margin: 0 10px;
    border-radius: 7px;
    font-size: 14px;
    transition: 0.3s;
    position: relative
}

.quick-menu a svg * {
    stroke: #fff;
    transition: .3s
}

.quick-menu a:hover svg * {
    transition: .3s;
    stroke: #69c6ea
}

.quick-menu a:hover {
    transition: .3s;
    color: #2A7FAF;
}

.quick-menu a svg {
    fill: #fff0;
    height: auto;
    width: 23px;
    stroke: #fff;
    transition: .3s
}

.quick-menu a.wp svg,.quick-menu a.get-offer svg {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
    transition: .3s
}

.quick-menu a.wp svg {
    stroke-width: .8px
}
.scroll-up-btn{
    /* padding-top: 10px !important; */
    /* padding-bottom: 6px !important; */
}
.quick-menu a+a {
    margin-top: 10px
}

.quick-menu a+a:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff2e;
}

.quick-menu a:hover {
    background: #fff;
}

.quick-menu a.scroll-up-btn svg {
    fill: none;
    stroke: #17191c;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    transform: rotate(-90deg);
    position: relative;
    top: 6px
}
.quick-menu i{font-size: 23px;}
@media only screen and (max-width: 767px) {
    .quick-menu {
        display:flex;
        left: 0;
        right: 0;
        bottom: -3px;
        border-radius: 0;
        padding: 7px 0
    }

    .quick-menu a+a:before {
        top: 0;
        left: -5px;
        height: 100%;
        width: 1px
    }

    .quick-menu a {
        padding: 5px 5px;
        margin: 0 5px;
        flex: 1;
        font-size: 3vw
    }

    .quick-menu a.scroll-up-btn {
        flex: none;
        padding: 0 10px
    }

    .quick-menu a+a {
        margin-top: 0
    }
}




@media only screen and (max-width: 1400px) {
.form-sec-ab:before{
  content:none;
}
  .slider-pagination::before {
    content: '';
    width: 690px;
    height: 400px;
    right: -670px;
}
.form-sec-ab{background: #FFF;background: linear-gradient(191deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.55) 100%);}

.slider-pagination {left: 47% !important;}
}



@media only screen and (max-width: 1200px) {
  .slider-img{
    margin-bottom: 50px;
  }

.about-vet .about-img {

    top: 0 !important;
 
}
.tp-slider::before {
    content: none !important;
 
}

.hd-menu {


    gap: 6px;
    justify-content: flex-end;
}
  .item-sl:not(:last-child)::after {right: -16px;}
 
.hd-cta{
display:none; 
}
.text-slider {
    font-size: 28px;
    font-weight: 600;

}

.slide-desc {
    font-size: 16px;
  
    line-height: 25px;

}
.btn-p-1{

}
.btn-p{font-size: 14px;padding: 19px 70px 16px 21px;}
.btn-p-1 i {
   font-size: 24px;
   padding: 10px 17px;
}
.slider-box{gap: 30px;}
.slider-box .item-sl{font-size: 16px;}
.slider-box .item-sl span{
  font-size: 24px;
}
	
}



@media only screen and (max-width: 991px) {

	.slide-box-ss{
		margin-top:10px !important;
	}
	.cor-box-st{
		text-align: center !important;
	}
	.fix-h{
    margin-bottom: 30px;
    text-align: center;
  }
	.h-box-step{
		margin-bottom:20px;
	}
	.h-box-step h2{
		font-size: 24px;
	}
	.top-blog h2{
		font-size:24px;
	}
	.text-home-ab{
		margin-bottom:50px;
	}
	.form-sec-ab input[type="submit"]{
		margin-bottom: -17px;
	}
	.head-fx h2{
		font-size:24px;
	}
	.bg-sa{
		padding: 30px 20px;
	}
	.bef-head-2:before{
		content:none;
	}
	.head-fx{
		text-align:center;
		width: 100%;
		margin-bottom: 0;
	}
	.service-sec .swiper-nav{
		justify-content: center;
		margin-bottom: 26px;
	}
	
	.form-sec-ab{
		background: #f2f2f2;
		border-radius: 30px;
		padding: 30px 20px !important;
	}
	.sec-step .step-head {
    font-size: 18px;
    font-weight: 200;
}
	.sec-step{
		margin-bottom:0;
	}

  .slider-pagination {
    display: flex;
    flex-direction: unset;
    /* align-items: center; */
    gap: 10px;
}
.about-page{
    padding: 50px 0;
}
.content-text-box{
  margin-top:30px;
}
	.bred-box .breadcrumb{
		justify-content: center;
	}
	.bred-box{
		display:grid;
		justify-content:center;
		
	}
	    .slider-pagination {
        left: 24% !important;
        text-align: center;
        top: 46%;
    }
	.s-bullet.active {
   
    height: 4px;
}
.hero-sera .swiper-slide{overflow: visible;}
	.s-bullet{
		width: 35px;
		height: 4px;
	}
   .aside-cat-accordion-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .aside-cat-toggle-icon {
        font-size: 18px;
        flex-shrink: 0;
    }

    .aside-cat-accordion-content {
        display: none;
        overflow: hidden;
    }

    .aside-cat-accordion-content.open {
        display: block;
    }
	.swiper-slide .slide-content {
   
		padding: 150px 0 130px;
}
.slide-desc{
	max-width: 100%;
}
  .swiper-slide-active .slide-content{
    text-align: center;
  }
    .text-slider {
        font-size: 24px;
       
    }
	.btn-p {
        font-size: 14px;
        display: flex;
        padding: 14px 62px 13px 12px;
        align-items: center;
    }
  .link-slider-box{
    justify-content: center;
    gap: 5px;
  }
	    .btn-p-1 i {
        font-size: 24px;
        padding: 10px 15px;
    }
  .slide-inner{
    display: grid;
  }

  .sections-home {
 /* padding-top: 35px; */
}

.sections-home h1 {
   font-size: 28px;
   text-align: center;
}
.side-box-contact{
  display: none;
}
.hd-menu > li > a{
  color:#031427;
}
.text-detail-hiz .slide-actions{
  display:none;
}
.urun-item img {

    height: 220px;
}
.box-item-contact{
  height: auto;
  margin-bottom: 20px;
}
.bef-cont-2::after {
    right: 4px;
    left: 2px;
    bottom: 12px;
}
	.bef-cont-1::after {
    right: 5px;
    bottom: auto;
    left: auto;
}
	
.text-detail-hiz .swiper-slide img{
  border-radius: 20px !important;
}
.hd-menu li.menu-item-has-children > a::after {
  right: 24px;
  /* top: 18px; */
  /* background: #07182c; */
  /* left: auto; */
}

.aside-accordion-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .aside-toggle-icon {
        font-size: 18px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }

    .aside-accordion-content {
        display: none;
        overflow: hidden;
    }

    .aside-accordion-content.open {
        display: block;
    }
    .blog-d{
        margin: 50px 0;
    }
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #4BAE8A;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #2E3944;
}
.slide-placeholder img{
  border-radius: 100px 100px 0 0;
}
form label{
  width: 100%;
}

@media (min-width: 991px) {
    .footer-toggle-icon {
        display: none;
    }

    .footer-accordion-content {
        display: block !important;
    }

    .aside-toggle-icon {
        display: none;
    }

    .aside-accordion-content {
        display: block !important;
    }
       .aside-cat-toggle-icon {
        display: none;
    }

    .aside-cat-accordion-content {
        display: block !important;
    }
}

.google-f{max-width: 300px;display: table;margin: auto;margin-bottom: 30px;}
.box-google{display: flex;align-items: center;gap: 12px;}
.box-google img{width: 30px;height: 30px;}
.side-google{text-align: left;display: grid;gap: 1px;}
.stars{display: flex;gap: 8px;}
.stars i{color: #F5D81D;}
.side-google span{font-size: 12px;color: #041427;}
.google-comment{
  margin:75px 0;
}













@keyframes borderRotate {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 6px 1px rgba(255,255,255,0.08); }
  50% { box-shadow: 0 0 12px 3px rgba(255,255,255,0.18); }
}

.demo-stage {
  min-height: 220px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.demo-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(120,80,255,0.08) 0%, transparent 60%);
}

.btn-animated-wrap {
  position: relative;
  display: inline-flex;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(270deg, #a78bfa, #38bdf8, #f472b6, #a78bfa);
  background-size: 300% 300%;
  animation: borderRotate 3s ease infinite, glowPulse 3s ease infinite;
}

.tp-slider{
  background: #2A7FAF;
  position: relative;
}
.slide-box-ss{height: 100%;z-index: 99;margin-top: 70px;position: relative;}
.slide-box-ss .box-t-1{
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.slide-box-ss .slider-h{
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.slide-box-ss .slider-text{
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  max-width: 550px;
}
.slide-box-ss a{
  background: #4BAE8A;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 22px;
  font-size: 16px;
}
.fix-h{
  margin-top: 35px;
}
.slider-img img{
	z-index: 9;
	width:100%;
	position: relative;
}
.navo{
  display: flex;
  align-items: center;
  gap: 30px;
}

.to-slider{
    position: relative;
  overflow: hidden; 
}
.tp-slider::before {
  content: "";
  display: block;
  background-color: #ffffff;
  transform: rotate(
3deg);
  width: 150%;
  height: 300px;
  position: absolute;
  bottom: -100px;
  left: -30px;
}

.slider-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2026/05/pattern.png');
  background-repeat: repeat;
  background-size: auto;
  z-index: 1;
}
.about-vet{
    position: relative;
}
.pos-leb{
position: relative;
}
.about-vet img{

}
.cor-box-st{
	text-align:right;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
	z-index: 9;
}
.about-vet h2{color: #4BAE8A;}
.about-vet h2 span{display: block;font-weight: 300;}
.about-vet p{


}
.about-vet a{
  color: #4BAE8A;
  font-weight: 500;
}


.about-vet .about-img {
    width: 839px;
    display: block;
    position: absolute;
    top: -142px;
    z-index: 1;
}
.box-t-l{

}
.box-t-l img{width: 50px;display: table;margin: auto;margin-bottom: 11px;}
.text-head-b{text-align: center;font-weight: 600;color: #474747;}

.box-t-l p{text-align: center;font-size: 14px;color: #7E7E7E;}

.bg-list-a{
  background: #fafafa;
  padding: 35px 0px;
  margin-bottom: 50px;
}






  .servs-list .slider-wrap { padding: 1rem 0; }
    .servs-list   .swiper { width: 100%; }
     .servs-list  .swiper-slide {background: #fff;overflow: hidden;}
     .servs-list  .card-img { height: 130px; display: flex; align-items: center; justify-content: center; font-size: 40px; }
    .servs-list   .card-body { padding: 12px; }
    .servs-list   .card-tag { font-size: 11px; color: #999; margin-bottom: 4px; }
    .servs-list   .card-name { font-size: 14px; font-weight: 500; color: #111; margin-bottom: 4px; }
    .servs-list   .card-price { font-size: 14px; color: #555; }
    .servs-list   .bottom-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 1.25rem; }
    .servs-list   .bottom-nav i {font-size: 24px;color: #4BAE8A;cursor: pointer;}
    .servs-list   .bottom-nav i:hover {color: #2A7FAF;}
    .servs-list   .bottom-nav a {font-size: 16px;color: #4BAE8A;text-decoration: none;}
    .servs-list  .bottom-nav a:hover {color: #2a7faf;}

    .text-vet{
      position: absolute;
      bottom: 12px;
      left: 20px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
    }
    .servs-list .bef-img:before{
      content:'';
      position: absolute;
      height: 100%;
      width: 100%;
     background: #FFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(42, 127, 175, 0.55) 100%);

    }
    .servs-list{
      margin-bottom: 40px;
      margin-top: 60px;
    }
    .head-service-on{

    }
    .head-service-on h2{
      color: #4BAE8A;
    }
    .head-service-on span{display: block;font-weight: 300;}
    .text-r{display: flex;justify-content: right;align-items: center;height: 100%;text-align: right;}
    .text-tirle{padding: 200px 50px;background-repeat: no-repeat !important;position: relative;}
    .head-tr{display: grid;color: #fff;font-size: 34px;line-height: 38px;z-index: 9999;position: relative;font-weight: 600;}
    .head-tr a{
      font-size: 20px;
      font-weight: 400;
    }

    .text-tirle:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    background: linear-gradient(263deg, rgba(255, 255, 255, 0) 0%, rgba(42, 127, 175, 0.55) 100%);
}
.content-blog{background: #FAFAFA;padding: 13px;}
.text-cont{font-weight: 500;font-size: 16px;color: #474747;}
.content-blog p{line-height: 22px;font-size: 15px;margin-top: 7px;margin-bottom: 0;}
.content-blog .date{
  font-size: 13px;
  color: #4BAE8A;
  margin-top: 10px;
}

.content-box{

}
.content-box p{

}
.content-box h2{font-size: 18px;}


.f-log-a {align-items: center;display: flex;justify-content: space-between;border-top: 1px solid #ffffff3b;padding-top: 15px;margin-top: 20px;position: relative;z-index: 9;}
.f-log-a img{

}
.f-log-a .logo-footer{

}

.f-log-a  .cpy{color: #fff;font-weight: 300;font-size: 16px;}
.f-log-a  .text-v{

}


.f-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/05/pattern.png);
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
}

.box-item-contact i{font-size: 44px;color: #2a7faf;}

.side-blog h2{font-size: 22px;color: #4bae8a;}
.side-blog ul{

}
.side-blog .category-item{
    margin-bottom: 10px;
}
.side-blog .category-item a{
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 0 0 9px;
  border-bottom: 1px solid #eeeeee;
}

.side-blog .category-item a:hover{
  border-color: #4bae8a;
  color:#4bae8a;
}
.box-team {background: #fafafa;padding: 20px;margin-bottom: 33px;}
.box-team img{margin-bottom: 15px;object-fit: cover;height: 400px;}
.box-team .text-head-team{font-size: 18px;font-weight: 600;}
.text-head-sub{

}
.team-contt{
  margin: 75px 0;
}
.about-a {
  margin-bottom: 50px;
  text-align: center;
}
.slide-box-ss a:hover{
  background: #fff;
  color:#4BAE8A;
}

.hd-menu > li > a:hover{
  color:#4BAE8A;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#vetSwiper img{
  object-fit: cover;
  height: 250px;
}

#blogSwiper img{
    object-fit: cover;
  height: 300px;
}


table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    margin-block-end:15px;width: 100%
}

table td,table th {
    border: 1px solid hsla(0,0%,50%,.502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-block-start:1px solid hsla(0,0%,50%,.502)}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50%,.071)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50%,.102)
}

table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50%,.502)}

@media(max-width: 767px) {
  .f-log-a{
    display:grid !important;
    justify-content: center;
    text-align: center;
    gap: 13px;
  }
    table table {
        font-size:.8em
    }

    table table td,table table th {
        line-height: 1.3;
        padding: 7px
    }

    table table th {
        font-weight: 400
    }
}

dd,dl,dt,li,ol,ul {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin-block-end:0;margin-block-start:0;outline: 0;
    vertical-align: baseline
}
table strong{
font-weight: 600;
}
.about-page img{
  margin-bottom: 20px;
}
.about-a p{
	    font-size: 18px;
    font-weight: 500;
}