:root {
  --primary-100: #01a4d4;
  --primary-200: #0f448a;
  --primary-300: #0f448a;
  --accent-100: #ff7f11;
  --accent-200: #e66f0f;
  --text-100: #3c3c3c;
  --text-200: #ffffff;
  --bg-100: #ffffff;
  --bg-200: #f5f5f7;
  --bg-300: #e2e2e8;
  --body-primary: #2e2b3f;
  --shadow-100: rgba(75, 64, 104, 0.4);
  --shadow-200: rgba(75, 64, 104, 0.4);
  --shadow-300: rgba(230, 111, 15, 0.4);
}

/* Genel Ayarlar */
body {
  font-family: "Poppins", sans-serif;
  color: var(--body-primary);
  font-size: 1.3rem;
  background-color: var(--bg-100);
  margin: 0;
  padding: 0;
}

h2,
h3 {
  font-weight: 600;
}

section {
  padding: 50px 0;
}

.top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 12;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 1s ease;
  border-bottom: 0px solid #e1e1e1;
}

.top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top.fixed {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}

.top .logo {
  width: 138px;
}

.top .logo img {
  max-width: 100%;
}

/* WhatsApp Butonu */
#whatsappBtn {
  background-color: #25d366;
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  height: 48px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  z-index: 20;
  /* Başlangıçta gizli */
  transition: all 0.3s ease-in-out;
}

#whatsappBtn:hover {
  background-color: #ff6366;
}

#whatsappBtn i {
  margin-right: 10px;
  font-size: 26px;
}

.bg-alt {
  background-color: var(--bg-200);
}

/* Özel Buton */
.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  font-size: 22px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--primary-200), var(--primary-100));
  color: var(--text-200);
  text-decoration: none;
  transition: background 0.5s ease, transform 0.3s ease;
  border: 2px solid var(--primary-200);
}

.custom-btn i {
  margin-right: 10px;
  font-size: 26px;
  transition: transform 0.3s ease;
}

/* Hover Efekti */
.custom-btn:hover {
  background: linear-gradient(90deg, var(--primary-100), var(--primary-200));
  transform: scale(1.05);
}

.custom-btn:hover i {
  transform: rotate(360deg);
}

/* Yeşil Özel Buton */
.custom-btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  font-size: 22px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--primary-200), var(--primary-100));
  color: var(--text-200);
  text-decoration: none;
  transition: background 0.5s ease, transform 0.3s ease;
  border: 2px solid var(--primary-200);
}

.custom-btn-green i {
  margin-right: 10px;
  font-size: 26px;
  transition: transform 0.3s ease;
}

/* Hover Efekti */
.custom-btn-green:hover {
  background: linear-gradient(90deg, var(--primary-100), var(--primary-200));
  transform: scale(1.05);
}

.custom-btn-green:hover i {
  transform: rotate(360deg);
}

/* Özel Buton Outline Versiyonu */
.custom-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  font-size: 22px;
  border-radius: 10px;
  background: transparent;
  color: var(--primary-100);
  text-decoration: none;
  transition: background 0.5s ease, transform 0.3s ease, color 0.3s ease;
  border: 2px solid var(--primary-200);
}

.custom-btn-outline i {
  margin-right: 10px;
  font-size: 26px;
  transition: transform 0.3s ease;
}

/* Hover Efekti */
.custom-btn-outline:hover {
  background: var(--primary-100);
  color: var(--bg-100);
  transform: scale(1.05);
}

.custom-btn-outline:hover i {
  transform: rotate(360deg);
}

/* Hero Bölümü */
#hero {
  /*min-height: 849px;*/
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 70px 0 50px;
  background: radial-gradient(
    ellipse at center,
    #ffffff 0%,
    #d0e6e7 35%,
    #c0dbdc 100%
  );
  position: relative;
  overflow: hidden;
}
#hero .col-md-5 {
  z-index: 9;
}
.ocean {
  opacity: 0.3;
  height: 15%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #015871;
}

.wave {
  background: url(https://cdn.kcak11.com/codepen_assets/wave_animation/wave.svg)
    repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 50s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 50s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.endWave {
  display: none;
}
.hero-carousel {
  margin-left: 40px;
}

.hero-title {
  font-size: calc(2rem + 1vw);
  font-weight: 700;
  color: var(--text-100);
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 29px;
}

.hero-title span {
  /*display: block;*/
  color: var(--primary-200);
}

.hero-slogan {
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--text-100);
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Form */
.hero-form {
  margin-top: 0;
  position: relative;
  padding: 40px;
  transition: all ease 0.2s;
  background: #fff;
  text-align: center;
  /*+border-radius: 33px !important;*/
  -moz-border-radius: 33px !important;
  -webkit-border-radius: 33px !important;
  -khtml-border-radius: 33px !important;
  border-radius: 33px !important;
  /*+box-shadow:0 0 50px var(--shadow-100);*/
  -moz-box-shadow: 0 0 50px var(--shadow-100);
  -webkit-box-shadow: 0 0 50px var(--shadow-100);
  box-shadow: 0 0 50px var(--shadow-100);
}

.hero-form:hover {
  border-radius: 20px 15px 20px 20px;
}

.hero-form .form-title {
  padding: 0 31px 15px 0;
  font-weight: bold;
}

.hero-form .form-title small {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 10px;
}

/*.hero-form .input-group
{
	overflow: hidden;
	border-radius: 20px 15px 20px 20px;
}*/
.hero-form .form-control {
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0 30px 30px 0;
}

.hero-form .iti {
  width: 100%;
  display: block;
}

.hero-form .input-group {
  flex-wrap: nowrap;
}

.hero-form .input-group-text {
  background-color: var(--bg-200);
  border: none;
  padding: 15px;
  border-radius: 30px 0 0 30px;
}

.hero-form .btn-primary {
  background-color: var(--accent-200);
  border: none;
  padding: 15px;
  font-weight: 600;
  border-radius: 20px 15px 20px 20px;
  transition: background-color 0.3s;
  margin-top: 20px;
}

.hero-form .btn-primary:hover {
  background-color: var(--accent-100);
}

.hero-form .input-group i {
  color: var(--primary-100);
}

#hero .pop {
  position: absolute;
  top: -65px;
  right: -136px;
  z-index: 10;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pop {
  animation: pulse 1.5s infinite;
}

/* Görsel */
.img-fluid {
  /*max-width: 90%;*/
  height: auto;
  border-radius: 20px 15px 20px 20px;
}

/* Hizmetler Bölümü */
/* Her hizmeti ayıran stil */
.service-item {
  position: relative;
  margin-bottom: 50px;
  padding: 40px;
  background: linear-gradient(135deg, var(--primary-300), var(--bg-100));
  border-radius: 20px 15px 20px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.service-title {
  font-size: calc(1.8rem + 1vw);
  font-weight: 700;
  color: var(--accent-200);
  margin-bottom: 20px;
}

.service-title small {
  display: block;
  color: var(--body-primary);
  font-size: calc(0.8rem + 1vw);
  font-weight: normal;
}

.service-description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-200);
  margin-bottom: 20px;
}

.see-all-btn {
  background-color: var(--accent-200);
  color: var(--bg-100);
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 20px 15px 20px 20px;
  transition: background-color 0.3s;
  text-decoration: none;
  margin-top: 20px;
}

.see-all-btn:hover {
  background-color: var(--accent-100);
}

/**** Neden Biz Bölümü ****/
#why-us {
  background-color: #ffffff;
}

.section-title {
  font-size: calc(1.8rem + 1vw);
  font-weight: 700;
  /*color:var(--accent-100);*/
  margin-bottom: 60px;
}

/* Card Item Styles */
.card-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: var(--bg-100);
  border-radius: 40px !important;
  /*+box-shadow:4px 15px 50px var(--shadow-200) !important;*/
  -moz-box-shadow: 4px 15px 50px var(--shadow-200) !important;
  -webkit-box-shadow: 4px 15px 50px var(--shadow-200) !important;
  box-shadow: 0px 0px 5px 0px var(--shadow-200) !important;
}

.card-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.masked-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.masked-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.masked-image:hover img {
  transform: scale(1.05);
}

.badge {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.card-body {
  padding: 20px;
  text-align: center;
}

.card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-100);
  margin-bottom: 15px;
}

.card-text {
  color: var(--text-100);
  margin-bottom: 20px;
}

/* Dots container styling */
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

/* Dot style (default) */
.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 30px !important;
  margin: 0 5px;
  border-radius: 50%;
  border: 2px solid var(--primary-200);
  /* Dış çember rengi */
  background-color: transparent;
  transition: all 0.3s ease;
}

/* Active dot styling */
.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--primary-200);
  /* İçi dolu aktif dot */
  border-color: var(--primary-200);
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff !important;
  font-size: 13px !important;
  margin: 5px;
  padding: 4px 7px;
  background-color: #565f6e !important;
  display: block;
  cursor: pointer;
  border-radius: 273px;
  width: 48px;
  border: 4px solid var(--primary-200) !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: var(--primary-200) !important;
  text-decoration: none;
}

.ba-slider.owl-theme .owl-nav {
  position: absolute;
  top: 47%;
  transform: translatey(-50%);
  right: 35px;
}

.icon-box {
  width: 100%;
  padding: 15px 15px 15px 20px;
  border: 1px solid var(--accent-100);
  /* Hafif border */
  background-color: var(--bg-100);
  /* Beyaz arka plan */
  margin-bottom: 15px;
  /* Dikeyde aralık */
  display: flex;
  align-items: center;
  transition: transform 0.2s;
  /* Hover animasyonu */
  /*+border-radius: 20px;*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.icon-box h5 {
  font-weight: bold;
}

.icon-box i {
  color: var(--accent-100);
  /* Accent rengi ikon rengi */
  margin-right: 0;
}

.icon-box:hover {
  transform: scale(1.05);
  /* Hover'da hafif büyüme efekti */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Hafif gölge */
}

#process {
}

#process .step-title {
  color: var(--accent-200);
}

#process i {
  color: var(--accent-200);
}

/* Sorular için stil */
.question {
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: var(--primary-200);
  display: flex;
  align-items: center;
}

.question h4 {
  margin-bottom: 0;
}

.question i {
  margin-right: 10px;
  /* İkon ve metin arasına boşluk */
}

.answer {
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: var(--body-primary);
  display: flex;
  align-items: center;
  font-weight: 400;
}

.answer p {
  margin-bottom: 0;
}

.answer i {
  margin-right: 10px;
  margin-top: 6px;
}

.cta {
  background-color: var(--body-primary);
  max-width: 1140px;
  margin: auto;
  color: white;
  padding: 30px;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.cta .cta-content {
  max-width: 53%;
  margin-right: 88px;
}

.cta-icon {
  font-size: 44px;
  width: 64px;
  height: 64px;
  color: #ffffff;
  margin-right: 15px;
  /*+border-radius: 268px;*/
  -moz-border-radius: 268px;
  -webkit-border-radius: 268px;
  -khtml-border-radius: 268px;
  border-radius: 268px;
  background-color: var(--primary-100);
}

.cta h2 {
  margin-bottom: 0;
}

.footer {
  text-align: center;
  padding-bottom: 193px;
}

.footer p {
  margin: 10px 0;
  color: #6c757d;
}
LI.footer-social A {
  border: 1px solid #535353;
  text-decoration: none;
  padding: 10px 5px;
  display: block;
  margin: auto auto 11px auto;
  max-width: 245px;
  /*+border-radius: 153px;*/
  -moz-border-radius: 153px;
  -webkit-border-radius: 153px;
  -khtml-border-radius: 153px;
  border-radius: 153px;
  font-size: 15px;
}

LI.footer-social A:hover {
  background-color: #213e4b;
}
/* CTA Kısmının Mobil Alt Alta Hizalanması */
@media (max-width: 960px) {
  body {
    font-size: 1.1rem;
  }

  .custom-btn,
  .custom-btn-green,
  .custom-btn-outline {
    padding: 15px 20px;
    font-size: 18px;
  }

  h1,
  h2,
  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .hero-form .form-title {
    padding: 5px;
    font-size: 1.3rem;
  }

  .hero-carousel {
    margin-left: auto;
  }

  #hero .pop {
    top: -59px;
    width: 167px;
    right: -1px;
  }

  #hero .pop img {
    max-width: 100%;
  }

  section {
    padding: 40px 0;
  }

  .service-title {
    font-size: calc(1.2em + 1vw);
    font-weight: 700;
    color: var(--accent-100);
    margin-bottom: 20px;
  }

  .top {
    /*position: relative;*/
    text-align: center;
  }

  .cta .cta-content {
    max-width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 22px;
  }

  #hero {
    padding-top: 96px;
  }

  #hero .hero-form {
    padding: 50px 30px 30px;
  }

  .hero-title {
    font-size: calc(2.3rem + 1vw);
    font-weight: 700;
    color: var(--text-100);
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .hero-slogan {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.3rem;
    text-align: center;
  }

  .cta {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    /*+border-radius: 15px;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
  }

  .footer {
    padding-bottom: 78px !important;
  }

  .cta-icon {
    margin-bottom: 0;
  }

  .custom-btn,
  .custom-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .service-item {
    padding: 20px;
  }

  #services .row {
    flex-direction: column !important;
    text-align: center;
  }

  #services img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .card-body {
    padding: 15px;
  }

  #beforeafter {
    text-align: center;
  }

  #beforeafter .ba-slider {
    margin-bottom: 32px;
  }
}

/* Yukarı Çık Butonu */
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--primary-200);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  display: none;
  /* Başlangıçta gizli */
  transition: opacity 0.3s ease-in-out;
}

#scrollToTopBtn.show {
  display: flex;
  opacity: 1;
}

/* Kaydırma sonrası görünür hale gelmesi */
#whatsappBtn.show {
  display: flex;
  opacity: 1;
}

#why-us {
  position: relative;
}
#why-us .service-title {
  font-size: 14px;
  margin-bottom: 0px;
}
#why-us .image_cover {
  background-image: url(/assets/img/about_section_bg_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  position: absolute;
  right: 0px;
  top: 0;
  width: 50%;
}
#beforeafter {
  background: linear-gradient(-45deg, #7ed2ea, #01a4d4, #0f4289, #364688);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#comments {
  background: linear-gradient(-45deg, #7ed2ea, #01a4d4, #0f4289, #364688);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 50px 0px;
}
#comments .item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
#comments .client-info-wrap .client-img {
  width: 70px;
  margin-right: 10px;
}
#comments .client-quote {
  font-size: 16px;
  height: 200px;
  overflow: auto;
}
#comments .client-info-wrap {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
#comments .client-info-wrap .client-info {
  display: block;
  align-items: center;
}
#comments .client-info-wrap h5 {
  margin: 0px;
}
#comments .client-info-wrap .star-rating {
  display: flex;
}
#comments .client-info-wrap .star-rating svg {
  color: #fdd663;
}
#comments .comments-logo .comments-logo-content {
  display: grid;
}
#comments .comments-logo .comments-logo-content p {
  font-weight: bolder;
}
#comments .comments-logo .comments-logo-content p,
#comments .comments-logo .comments-logo-content a {
  font-size: 13px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px !important;
  font-size: 16px;
}
.intl-tel-input {
  width: 100% !important;
}
.hide {
  display: none;
}
.error {
  display: block;
}
.intl-tel-input {
  width: 100%;
}

#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99;
}
#pageForm-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 5px;
  right: 12px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99;
}
#pageForm-modal .btn_close i {
  color: var(--primary-300);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 28px;
}
#pageForm-modal .modal-body-form .model-form {
  margin-top: 10px;
  padding: 10px 20px 25px;
  background-color: var(--primary-300);
}
#pageForm-modal .modal-body-form .model-form h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 10px 0px;
}
#pageForm-modal .modal-body-form .model-form .form-group .wformin {
  background-color: #fff;
}
#pageForm-modal .modal-body-form .model-form .form-group .btn-one {
  border-radius: 0px;
  margin-top: 10px;
  width: 100%;
}
#pageForm-modal .modal-heading {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
#pageForm-modal .modal-heading img {
  width: 45px;
  height: 45px;
}
#pageForm-modal #popupForm button {
  width: 100%;
}
#pageForm-modal .modal-heading p {
  margin: 0;
  font-size: 20px;
  margin-left: 15px;
  font-weight: 700;
}
#pageForm-modal #popupForm .selected-dial-code {
  padding-left: 25px !important;
}
.ri-close-line:before {
  content: "\eb99";
}
