:root {
  --section-bg-color: #ffffff;
  --primary-color: rgb(33, 86, 202);
  --secondary-color: #d86666;
  --headings-color: #000000;
  --text-primary-color: #000000;
  --slider-shadow-color: rgba(0, 0, 0, 0.11);
  --header-shadow-color: rgba(10, 5, 5, 0.35);
  --footer-shadow-color: rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease-in-out;
}

img.toggle-btn_moon,
img.toggle-btn_sun {
  width: 30px;
  height: 30px;
  margin-top: -5px;
}

.layoutsi,
.airotateabout,
svg.view-icon {
  filter: none;
}

.line-drop.style-2 {
  justify-content: space-evenly;
}

.line-drop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.line-gwt-item {
  position: relative;
  height: 100%;
  min-height: 400px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.149);
}

.line-gwt-item:nth-child(1):before {
  animation-duration: 2.1s;
  animation-delay: 0.2random (10) * 0.1s;
}

.line-gwt-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 3px;
  height: 80px;
  border-radius: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  animation: line-drop 3s linear infinite;
}

.line-drop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.line-drop.style-1 {
  justify-content: space-around;
}

.line-drop.style-2 {
  justify-content: space-evenly;
}

.line-gwt-item {
  position: relative;
  height: 100%;
  min-height: 400px;
  width: 1px;
  background-color: rgb(255 255 255 / 13%);
  z-index: 7;
}

.line-gwt-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 3px;
  height: 80px;
  border-radius: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  animation: line-drop 3s linear infinite;
}

.line-gwt-item:nth-child(1):before {
  animation-duration: 2.1s;
  animation-delay: 0.2random (10) * 0.1s;
}

.line-gwt-item:nth-child(2):before {
  animation-duration: 2.2s;
  animation-delay: 0.4random (10) * 0.1s;
}

.line-gwt-item:nth-child(3):before {
  animation-duration: 2.3s;
  animation-delay: 0.6random (10) * 0.1s;
}

.line-gwt-item:nth-child(4):before {
  animation-duration: 2.4s;
  animation-delay: 0.8random (10) * 0.1s;
}

.line-gwt-item:nth-child(5):before {
  animation-duration: 2.5s;
  animation-delay: 1random (10) * 0.1s;
}

.line-gwt-item:nth-child(6):before {
  animation-duration: 2.6s;
  animation-delay: 1.2random (10) * 0.1s;
}

.line-gwt-item:nth-child(7):before {
  animation-duration: 2.7s;
  animation-delay: 1.4random (10) * 0.1s;
}

.line-gwt-item:nth-child(8):before {
  animation-duration: 2.8s;
  animation-delay: 1.6random (10) * 0.1s;
}

.line-gwt-item:nth-child(9):before {
  animation-duration: 2.9s;
  animation-delay: 1.8random (10) * 0.1s;
}

.line-gwt-item:nth-child(10):before {
  animation-duration: 3s;
  animation-delay: 2random (10) * 0.1s;
}

@keyframes line-drop {
  0% {
    top: 0;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    top: calc(100% - 80px);
    opacity: 0;
  }
}

a.custom-button.s1 {
  box-shadow: 0px 0px 0px var(--primary-color) !important;
  color: #fff !important;
  border: 2px solid !important;
}

/* Light Mode */
[data-theme="light"] .layoutsi,
[data-theme="light"] .airotateabout,
[data-theme="light"] .svg.view-icon {
  filter: grayscale(1);
}

i.icon-social-instagram.iconsociaf,
i.icon-social-facebook.iconsociaf,
i.icon-social-instagram.iconsociai,
i.icon-social-facebook.iconsocia {
  font-weight: 600;
}

#theme-switcher {
  position: relative;
  top: 0px;
  left: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--text-primary-color);
}

.theme-toggle-button {
  background: none !important;
  color: var(--text-primary-color);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 27px;
  cursor: pointer;
  box-shadow: 0 0 10px #cbc4c4, 0 0 20px #f3f3f300;
}

.theme-toggle-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

ul.social li a {
  font-size: 18px !important;
}

.col-lg-3.lefthealtfooter {
  position: relative;
  padding: 15px;
  border: 15px solid #00000000;
  border-radius: 3px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-top: -32px;
  background: #00000094;
}

.row.countdown-container {
  border-radius: 3px;
  /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), inset 0 0 30px var(--primary-color);*/
}

span.count,
span.sufflix {
  color: #fff;
}

.countdown-item:hover span.count,
.countdown-item:hover span.sufflix {
  color: #fff;
}

.row.justify-content-center.position-relative {
  border-radius: 3px;
  /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), inset 0 0 30px var(--primary-color);*/
}

.col-lg-3.lefthealtfooter:hover {
  transform: translateY(-5px);
}

.footer .footer-social li a {
  color: var(--text-primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  border-radius: 2px;
}

.footer .footer-social li a:hover {
  box-shadow: 0px 0px 50px var(--primary-color) !important;
  transition: 0.5s;
}

.side-widget .address a:hover {
  box-shadow: 0px 0px 50px var(--primary-color) !important;
  transition: 0.5s;
}

.iconsocia,
.iconsociai {
  font-size: 26px !important;
  line-height: 48px;
  color: var(--text-primary-color) !important;
}

.iconsociaf {
  font-size: 26px !important;
  line-height: 48px;
  color: #fff !important;
}

.category-link {
  color: var(--text-primary-color) !important;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category-link:hover {
  box-shadow: 0px 0px 50px var(--primary-color) !important;
  border-radius: 3px;
}

.category-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

/* Swiper Container */
.carousel-services {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

/* Hizmet Kutusu */
.creative-service-box {
  background: var(--card-bg-color);
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
}

a.custom-button.x {
  text-decoration: none;
  display: flex;
  float: right;
  height: auto;
  width: 42px;
  line-height: 42px;
  margin-left: 60px;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px #009de000 !important;
}

a.custom-button.x:hover {
  background-color: var(--secondary-color);
}

a.custom-button.x i {
  font-size: 18px;
  margin-right: 8px;
}

i.fas.fa-arrow-right {
  transform: rotate(-45deg);
}

.creative-service-content:hover a i {
  transform: rotate(0deg);
}

.icon-social-twitter:before,
.icon-social-youtube:before {
  -webkit-text-stroke: 1px;
}

/* Hizmet Resmi */
.creative-service-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}

.creative-service-box svg,
.icon-box svg,
.col-lg-3.lefthealtfooter svg,
.box .image svg,
.galeri svg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.class-box svg {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.class-box {
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 3px;
  display: flex;
  padding: 38px 40px 3px;
  position: relative;
  border-bottom: 4px solid var(--primary-color);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.class-box:hover {
  background: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

.class-box:hover h2,
.class-box:hover .testimonial-card .testimon-text {
  color: #fff !important;
}

.class-box .stars {
  color: gold;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.class-box:hover .stars {
  color: #fff;
}

.countdown-item svg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.page-header svg {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* Swiper Pagination and Buttons */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  /* color: var(--primary-color); */
  color: var(--white);
}

.creative-service-content {
  padding: 0px 20px 0;
}

/* Hizmet Kutusu İçindeki İkon */
.creative-service-content i {
  font-size: 60px;
  color: var(--text-primary-color);
  margin-bottom: 15px;
  background: var(--section-bg-color);
  padding: 20px;
  margin-top: -96px;
  border-radius: 3px;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: absolute;
  left: 20px;
}

/* Hover Efekti */
.creative-service-box:hover i {
  transform: scale(1.2);
  transition: transform 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
}

/* Hizmet Başlıkları */
.creative-service-content h3 {
  font-size: 24px;
  margin-top: 32px;
  color: var(--text-primary-color);
  font-weight: 700;
  text-align: left;
}

/* Hizmet Açıklamaları */
.creative-service-content p {
  font-size: 16px;
  color: var(--text-secondary-color);
  margin: 10px 0 30px;
  text-align: left;
  padding-right: 100px !important;
}

.titleblog {
  font-size: 20px;
  font-weight: 600;
  color: var(--headings-color);
  font-family: Anta;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 30px;
}

.datetext {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-primary-color);
  font-family: Anta;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 2px;
  position: relative;
  /* Pseudo-element için gerekli */
}

.datetext::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* Çizgiyi alt kısma ekler */
  width: 100%;
  /* Boydan boya olacak şekilde */
  height: 2px;
  /* Çizginin kalınlığı */
  background-color: var(--primary-color);
  /* Çizginin rengi */
}

.category-containers {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.category-links {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color);
  font-family: Anta;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s;
  /*padding: 15px;*/
  /*box-shadow: 0px 0px 10px var(--primary-color) !important;*/
}

.category-links:hover {
  color: var(--primary-color);
  /*box-shadow: 0px 0px 50px var(--primary-color) !important;*/
}

.social-share h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

ul.social-icons li a {
  display: inline-block;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--section-bg-color);
  color: var(--primary-color);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

ul {
  list-style: disc;

  margin: 0;

  padding-left: 15px;
  margin-top: 10px;
}

li {
  display: list-item;

  float: none;

  position: relative;

  text-decoration: none;

  transition-duration: 0.5s;

  margin-bottom: 15px;
}

/* Laoder */
body {
  background: var(--section-bg-color) !important;
}

.page-loaded .preloader {
  top: 0;
  transform: translateY(20px);
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  background: var(--section-bg-color) !important;
  pointer-events: none;
}

.page-loaded {
  transition: all 0s;
}

.preloader {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "proxima-nova-soft", sans-serif;
  -webkit-user-select: none;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--section-bg-color);
  top: 0;
  left: 0;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader {
  background: #2c2d44;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    var(--primary-color),
    rgba(0, 0, 0, 0)
  );
  animation: rotate 1.2s infinite linear;
}

.preloader img {
  position: relative;
  left: 0px;
  top: 2px;
}

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--primary-color);
}

#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
  background: var(--section-bg-color);
  background-image: -moz-linear-gradient(
    45deg,
    var(--section-bg-color) 0%,
    var(--section-bg-color) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    var(--section-bg-color) 0%,
    var(--section-bg-color) 100%
  );
  background-image: linear-gradient(
    45deg,
    var(--section-bg-color) 0%,
    var(--section-bg-color) 100%
  );
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Loader Finish */
.swiper-pagination-bullet {
  margin-left: 5px;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar .navbar-button a {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.navbar .navbar-button a:hover {
  color: var(--primary-color);
}

.price-list-price {
  color: var(--primary-color);
}

.price-list-separator {
  border-bottom-color: var(--primary-color);
}

.custom-button {
  background: var(--primary-color);
  font-weight: 600;
}

.counter-box h6:after {
  display: none;
}

.hamburger-menu span {
  background: var(--primary-color);
}

.cardContent h2 {
  background: var(--primary-color);
}

.custom-button:hover {
  background: var(--secondary-color);
}

.custom-button12 {
  background: var(--primary-color);
  font-weight: 600;
}

.iconsocia:hover {
  color: var(--primary-color);
}

.wpcf7-validates-as-date {
  border-bottom: 0.3rem solid var(--primary-color);
  border-radius: 3px;
}

.side-widget .address a {
  border: 1px solid var(--primary-color);
  border-radius: 2px;
}

.side-widget .address a:hover {
  border: 1px solid var(--primary-color);
}

.custom-button12:hover {
  background: var(--secondary-color);
}

.custom-button-form {
  border-bottom: 0.3rem solid var(--primary-color);
  font-weight: 600;
}

.menueffect a:hover {
  color: var(--secondary-color);
}

h6.counts {
  font-size: 20px;
  font-weight: 600;
}

p.counttextt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0px 25px 0px 25px;
}

p.dz {
  transform: rotate(272deg);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

p.dzv {
  transition: 0.5s;
  font-size: 67px;
  padding: 4px 4px 8px 7.5px;
  position: relative;
  margin-top: 10px;
}

.iconservice {
  background: var(--section-bg-color);
  box-shadow: 0 0 10px var(--primary-color) !important;
  color: var(--text-primary-color) !important;
  transition: 0.5s;
}

.iconservice:hover {
  box-shadow: 0 0 50px var(--primary-color) !important;
}

i.flaticon-play.vdslidericon {
  font-size: 30px;
  text-align: center;
  line-height: 2000px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 28px;
  margin-top: -5px;
}

.ahr {
  display: inline-flex;
  margin-right: 33px;
  position: relative;
}

.deptops {
  padding: 22px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}

.btnvdd {
  display: inline-flex;
  position: absolute;
  margin-top: 7px;
}

.phonecounttext {
  transform: translate(-50%, -50%);
  color: transparent;
  font-weight: 400;
  font-size: 50px;
  z-index: -1;
  -webkit-text-stroke: 1px #000000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Anta;
}

.phonecounttext {
  border-bottom: 2px solid #bababa;
}

.phonecounttext:hover {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.content-section {
  background: var(--primary-color);
}

input#wp-block-search__input-1 {
  border-bottom: 0.3rem solid var(--primary-color);
}

.content-section.bottom-dark-spacing:after {
  background: var(--primary-color);
}

.section-title h2 {
  color: var(--primary-color);
}

.image-box .time {
  color: var(--primary-color);
}

.side-content form button[type="submit"] {
  color: var(--primary-color);
}

.side-image .side-timetable li b {
  color: var(--primary-color);
}

.side-member figcaption {
  background: var(--primary-color);
}

.custom-progress span {
  color: var(--primary-color);
}

.custom-progress .progress-bar .progress {
  background: var(--primary-color);
}

.tab-wrapper .tab-nav li.active a {
  background: var(--primary-color);
}

.tab-wrapper .tab-nav li.active a:hover {
  background: var(--secondary-color);
}

.tab-wrapper .tab-item .tab-inner {
  background: var(--primary-color);
}

.tab-wrapper .tab-item .tab-inner ul li span {
  color: var(--primary-color);
}

.service-box {
  background: var(--primary-color);
}

.service-box:before {
  background: var(--primary-color);
}

.image-overlap-box figure {
  background: var(--primary-color);
}

.image-overlap-box .content a:hover {
  color: var(--secondary-color);
}

.video {
  background: var(--primary-color);
}

.video a {
  color: var(--primary-color);
}

.class-box figure {
  background: var(--section-bg-color);
}

.text-box h5 {
  color: var(--primary-color);
}

.recent-news figure {
  background: var(--primary-color);
}

.recent-news .content h3 a {
  color: var(--primary-color);
}

.recent-news .content small span {
  background: var(--primary-color);
}

.blog-box figure {
  background: var(--primary-color);
}

.blog-box .content h3 a {
  color: var(--primary-color);
}

.blog-box .content blockquote {
  color: var(--primary-color);
}

.sidebar .widget .widget-title {
  color: var(--primary-color);
}

.sidebar .widget .widget-title:before {
  background: var(--primary-color);
}

.sidebar .widget form input[type="submit"] {
  background: var(--primary-color);
}

.sidebar .widget .categories li a {
  color: var(--primary-color);
}

.branch-box h6 {
  color: var(--primary-color);
}

.branch-box a {
  color: var(--primary-color);
}

.member-box figcaption {
  background: var(--primary-color);
}

.icon {
  background: var(--primary-color);
}

.iconsv {
  background: var(--primary-color);
}
.iconk {
  color: #f5f5f5;
}

li a:hover {
  color: var(--primary-color);
}

.iconk:hover {
  color: var(--secondary-color);
}

.sidebar-service {
  background: none;
}

span.menu-service {
  background: var(--primary-color);
}

span.menu-service:hover {
  background: var(--secondary-color);
}

span.menu-service.menuactive {
  background: var(--secondary-color);
}

.iconleft {
  color: var(--primary-color);
}

.iconleft:hover {
  color: var(--secondary-color);
}

a.menucolor {
  color: var(--primary-color);
}

a.menucolor:hover {
  color: var(--secondary-color);
}

.pagination .page-item .page-link {
  color: var(--primary-color);
}

.footer .footer-info a {
  color: var(--primary-color);
}

.footer .footer-social li a:hover {
  background: none;
}

.iconk {
  color: var(--primary-color);
}

.iconk:hover {
  color: var(--secondary-color);
}

.iconleft {
  color: var(--primary-color);
}

.iconk {
  color: var(--primary-color);
}

.iconk:hover {
  color: var(--secondary-color);
}

.iconleft {
  color: var(--primary-color);
}

span.menu-service {
  color: var(--primary-color);
}

textarea#comment {
  border-bottom: 0.3rem solid var(--primary-color);
}

input#author {
  border-bottom: 0.3rem solid var(--primary-color);
}

input#email {
  border-bottom: 0.3rem solid var(--primary-color);
}

input#url {
  border-bottom: 0.3rem solid var(--primary-color);
}

.paketler2__on--arkayazi-1 {
  background: linear-gradient(
    to right bottom,
    var(--primary-color),
    var(--secondary-color) d7
  );
}

.form__input {
  border-bottom: 0.3rem solid var(--primary-color);
  border-radius: 3px;
  padding: 30px;
}

.form__input:focus {
  border-bottom: 0.3rem solid var(--primary-color);
}

.form__input:focus:invalid {
  border-bottom: 0.3rem solid var(--primary-color);
}

.form__radio-buton {
  border: 0.5rem solid var(--primary-color);
}

.form__radio-buton::after {
  background-color: var(--primary-color);
  border-radius: 3px;
}

.form-popup__input {
  border-bottom: 0.3rem solid var(--primary-color);
  border-radius: 3px;
}

.form-popup__input:focus {
  border-bottom: 0.3rem solid var(--primary-color);
  border-radius: 3px;
}

.form-popup__input:focus:invalid {
  border-bottom: 0.3rem solid var(--primary-color);
}

.hizmetler-kutu--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.ozellik-kutu--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.post-kutu--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.yorum-kutu--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.ozellik-kutu-iletisim--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.baslik-4--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.yukaricik {
  background-image: linear-gradient(
    to right bottom,
    var(--primary-color),
    var(--secondary-color)
  );
}

.footer-404 {
  background-image: linear-gradient(
    to right bottom,
    var(--primary-color),
    var(--secondary-color)
  );
}

.form-alani {
  background-image: linear-gradient(
    to right bottom,
    var(--primary-color),
    var(--secondary-color)
  );
}

.h2-baslik-hizmetler {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.h2-baslik-hizmetler__paragraf {
  color: var(--primary-color);
}

.h2-baslik-hizmetler-2 {
  color: var(--headings-color);
}

.side-widget small {
  color: var(--text-primary-color);
}

.swiper-pagination {
  width: 100%;
  margin-bottom: 20px;
  /* Alt konum */
  display: flex;
  justify-content: center;
  gap: 10px;
}

.about-section2 {
  padding: 20px 0 20px;
}

.swiper-pagination-bullet {
  width: 50px;
  /* Daire boyutu */
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease;
  cursor: pointer;
}

.swiper-pagination-bullet:hover {
  transform: scale(1.2);
}

.swiper-pagination-bullet-active {
  border-color: var(--section-bg-color);
  transform: scale(1.1);
  box-shadow: 0 0 10px var(--primary-color);
  background: var(--primary-color);
}

/* Custom Carousel Bullet */
.swiper-pagination.cx .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  margin-top: 10px;
  border-radius: 1px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.gallery a:before {
  content: "";
  position: absolute;
  width: 95% !important;
  transform: translateX(-50%) scaleX(1) !important;
  border-radius: 1px !important;
  height: 4% !important;
  left: 53%;
  bottom: -3px !important;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    rgba(255, 255, 255, 0)
  ) !important;
}

.img-fluid {
  border: none;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.custom-buttonw1 {
  border-bottom: 0.3rem solid var(--primary-color);
  font-weight: 600;
}

.iconsocia {
  color: var(--text-primary-color);
}

.paketler3__gorsel--1 {
  background-image: linear-gradient(
    to right bottom,
    var(--primary-color),
    var(--secondary-color)
  );
}

.paketler3__on--arkayazi-1 {
  background-image: linear-gradient(
    to right bottom,
    var(--primary-color),
    var(--secondary-color)
  );
}

p.countb {
  background: var(--primary-color);
}

.icontops {
  background: var(--primary-color);
  border-radius: 3px;
  color: #fff;
}

.icontops:hover {
  background: var(--secondary-color);
  border-radius: 3px;
  color: #fff;
}

.boslukpls {
  margin-top: -5rem;
}

i.icon-aifind-1.view {
  font-size: 41px;
  position: relative;
  top: 10px;
  left: 0;
}

.zoom-in {
  transform: scale(0);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transform-origin: center;
}

.swiper-slide-active .zoom-in {
  transform: scale(1);
  opacity: 1;
}

p.footerp {
  color: var(--text-primary-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

input#submit {
  background: none !important;
  color: var(--primary-color);
}

.custom-buttonw:hover {
  background: var(--primary-color);
}

.comment-meta.commentmetadata a:hover {
  color: var(--secondary-color);
}

a.comment-edit-link:hover {
  color: var(--secondary-color);
}

p.logged-in-as a:hover {
  color: var(--secondary-color);
}

.menu-item a:hover {
  color: var(--primary-color);
}

li a {
  color: var(--primary-color);
}

.tag-cloud-link {
  color: var(--primary-color);
}

.tagcloud a:hover {
  color: var(--secondary-color);
}

li#recent-posts-5 a:hover {
  color: var(--secondary-color);
}

input#s {
  border-bottom: 0.3rem solid var(--secondary-color);
}

.telh {
  background: var(--primary-color);
  color: var(--text-primary-color);
  font-family: Anta;
}

.telh:hover {
  background: var(--secondary-color);
}

.shimmer {
  color: grey;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300%
    100%;
  background-repeat: no-repeat;
  animation: shimmer 5.5s infinite;
}

@keyframes shimmer {
  100% {
    -webkit-mask-position: left;
  }
}

.col-lg-3.infs1 {
  border-radius: 3px;
}

.col-lg-3.infss3 {
  position: relative;
  border-radius: 3px;
}

.col-lg-3.infs2 {
  border-radius: 3px;
}

.col-lg-3.infs1,
.col-lg-3.infs2 {
  position: relative;
}

.col-lg-3.infs1:before,
.col-lg-3.infs2:before,
.col-lg-3.infss3:before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: -1;
  border-radius: 3px;
}

.col-lg-3.infs1:before,
.col-lg-3.infs2:before,
.col-lg-3.infss3:before {
  bottom: 0;
  display: block;
  height: 100%;
  width: 0%;
  left: 0;
  content: "";
  z-index: -1;
  background-color: var(--secondary-color);
  border-radius: 3px;
}

.col-lg-3.infs1:hover:before,
.col-lg-3.infs2:hover:before,
.col-lg-3.infss3:hover:before {
  opacity: 1;
  width: 100%;
}

/* Dep VBefore After */
.col-lg-6.ds,
.col-lg.ds,
.col-xl.ds,
.col-xl-3.ds {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: default;
  text-align: center;
}

.dep {
  position: relative;
  background: none;
}

.dep:before {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: -1;
  border-radius: 3px;
}

.dep:before {
  bottom: 0;
  display: block;
  height: 100%;
  width: 0%;
  left: 0;
  content: "";
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: 3px;
  transition: all 0.8s;
}

.dep:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.8s;
}

.dep:hover h4,
.dep:hover h3 {
  color: var(--text-primary-color);
  position: relative;
}

.ek-box .ek-box__img img {
  height: auto;
}

.slick-slide img {
  display: block;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.col-lg-3.ds {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: default;
  text-align: center;
}

@keyframes blinks {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Dep Finish */
.box-style.box-primary-color::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(13, 24, 32, 0)),
    color-stop(100%, var(--primary-color)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    180deg,
    rgba(13, 24, 32, 0) 0%,
    var(--primary-color) 100%,
    rgba(0, 0, 0, 0.7) 100%
  );
  border-radius: 3px;
}

.box-style::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(61.46%, rgba(255, 255, 255, 0.4)),
    to(rgba(255, 255, 255, 0.9))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 61.46%,
    rgba(255, 255, 255, 0.9) 100%
  );
  bottom: 0;
  border-radius: 3px;
}

.box-style.box-primary-color::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 193, 148, 0)),
    color-stop(61.98%, var(--secondary-color) e0),
    to(var(--secondary-color))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 193, 148, 0) 0%,
    var(--secondary-color) e0 61.98%,
    var(--secondary-color) 100%
  );
  bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
}

.box-style.box-primary-color:hover::after {
  opacity: 1;
  visibility: visible;
}

.box-style:hover {
  -webkit-animation: electricef2 0.4s both;
  animation: electricef2 0.4s linear;
}

.box-style {
  position: relative;
  -webkit-transition: 0.5s;
  transition: var(--transition);
  width: 100%;
  height: 100%;
}

.descontent {
  z-index: 1;
}

/* Artura Click Effect */
i.fragment {
  position: absolute;
  height: 120px;
  width: 120px;
  background: var(--primary-color);
  margin: -60px;
  border-radius: 100%;
  opacity: 1;
  transform: scale(0);
  z-index: 99999999;
  user-select: none;
  pointer-events: none;
}

html.dark-mode i.fragment {
  background: var(--primary-color);
}

i.fragment.active {
  transition: transform 500ms ease, opacity 400ms ease;
  opacity: 0;
  transform: scale(1);
}

body {
  overflow-x: hidden;
}

.home-tiles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.layoutsi {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.col-lg-2.ff {
  border-radius: 3px;
  transition: all 0.9s;
}

.col-lg-4.ff,
.col-lg-2.ff {
  /*border: 1px solid rgb(255 255 255 / 12%);*/
}

/* General Container Styling */

.process {
  padding: 0px 0 20px;
  margin-top: -60px;
}

/* General Styling */
.process {
  position: relative;
  overflow: hidden;
}

/* Neon Background Effect */
.neon-background {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    transparent,
    var(--primary-color)
  );
  box-shadow: 0 0 5px var(--primary-color), 0 0 5px var(--primary-color);
  animation: move-neon 4s linear infinite, neon-pulse 2s infinite alternate;
  z-index: 0;
  transform: translateY(-50%);
}

/* Neon Animation */
@keyframes move-neon {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

/* Neon Pulse Animation */
@keyframes neon-pulse {
  0% {
    box-shadow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color);
    opacity: 1;
  }

  100% {
    box-shadow: 0 0 20px var(--primary-color), 0 0 40px var(--primary-color);
    opacity: 0.8;
  }
}

/* Box Styling: Modern ve Dinamik Alan */
.icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 30px 20px;
  border-radius: 3px;
  border-bottom: 4px solid var(--primary-color);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  z-index: 1;
  overflow: hidden;
}

.icon-box:hover {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: #fff;
}

.icon-box:hover h3 {
  color: #fff;
}

/* Dinamik Hareketli Arka Plan Efekti */
.icon-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    transparent 70%
  );
  transform: rotate(45deg);
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.icon-box:hover::before {
  transform: rotate(0deg) scale(1.2);
  opacity: 0.6;
}

/* Icon Styling */
.iconpro {
  width: 90px;
  height: 90px;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.icon-box:hover .iconpro {
}

/* Title Styling */
.icon-box h3 {
  font-family: Anta;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--text-primary-color);
}

/* Description Styling */
.icon-box p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-secondary-color);
  font-family: Anta;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
}

/* Hover Efekti: Parlama Çizgisi */
.icon-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translateX(-50%) scaleX(0);
  /* Başlangıçta dar */
  transition: transform 0.4s ease;
  z-index: 2;
}

.icon-box:hover::after {
  transform: translateX(-50%) scaleX(1);
  /* Hover sırasında genişler */
}

/* Neon Glow Animation */
@keyframes neon-glow {
  0%,
  100% {
    box-shadow: 0 0 5px var(--primary-color), 0 0 20px var(--primary-color);
  }

  50% {
    box-shadow: 0 0 10px var(--primary-color), 0 0 40px var(--primary-color);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .icon-box {
    padding: 20px 15px;
  }

  .iconpro {
    width: 60px;
    height: 60px;
    font-size: 50px;
  }

  .icon-box h3 {
    font-size: 20px;
  }

  .icon-box p {
    font-size: 13px;
  }
}

/* Görselin Temel Stili */
.single-image-container {
  position: relative;
  width: 100%;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.single-image-container img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out,
    filter 0.5s ease-in-out;
}

.single-image-container:hover img {
  transform: scale(1.05);
  box-shadow: 0px 15px 40px rgba(0, 150, 255, 0.3);
  filter: brightness(1.1);
}

.single-image-container {
  position: relative;
  width: 100%;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.single-image-container svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: auto;
}

.single-image-container.scroll-effect {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.single-image-container.scroll-effect.active {
  opacity: 1;
  transform: translateY(0);
}

/* Glow Efekti */
.glow-effect {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(121, 207, 191, 0.3),
    rgba(31, 59, 88, 0.1)
  );
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 0;
}

.h2-baslik-anasayfa-ozel {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.paragraf {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.deph2h {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.deph2h {
  padding: 0px;
  border-radius: 3px;
  padding-bottom: 24px;
}

.yazi-kutu-ab {
  color: var(--text-primary-color);
  font-family: Anta;
  font-weight: 400;
}

/* Icon Temel Stili */
.iconhh2 {
  padding: 0;
  text-align: center;
  height: auto;
  border-radius: 3px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-left: auto;
  margin-right: auto;
  font-size: 67px;
  z-index: 2;
  position: relative;
  color: #fff;
}

/* Hover Efekti: Dinamik Hareket ve Parlama */
.iconhh2:hover {
  color: #fff;
}

/* Icon İç Çizgi Efekti */
.iconhh2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.3;
  transition: all 0.4s ease;
  z-index: -1;
}

.iconhh2:hover::before {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.4);
  border-color: var(--secondary-color);
}

/* Navigation */
.menus-nav {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.menus-nav ul ul {
  display: none;
}

.menus-nav ul a {
  font-family: Anta;
  color: var(--text-primary-color);
  transition: letter-spacing 300ms;
}

a.rotbutton {
  font-family: Anta;
  color: var(--text-primary-color);
}

.close_back_button {
  font-family: inherit;
  margin: 1em 0 0 0;
  position: relative;
  font-family: Anta;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  transition: letter-spacing 300ms;
  color: var(--text-primary-color);
}

.close_back_button:hover,
.close_back_button:focus {
  color: var(--primary-color);
  text-decoration: line-through;
  cursor: pointer;
}

.special_button {
  color: transparent;
  font-family: Anta;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), color 0.5s,
    letter-spacing 0.5s, background-color 0.5s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.special_button {
  color: transparent;
  letter-spacing: 0px;
  width: 300px;
  line-height: 300px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  margin: 148px 0 125px 0px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.special_button:hover {
  color: transparent;
}

.cloudsysco-innovation {
  padding: 20px 0 47px;
}

@media (min-width: 0px) and (max-width: 1250px) {
  .cloudsysco-innovation {
    padding: 20px 0 50px;
  }

  .wave-shape {
    bottom: -2px;
  }

  .class-box {
    padding: 5px;
  }

  .special_button {
    color: var(--primary-color);
    font-family: Anta;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), color 0.5s,
      letter-spacing 0.5s, background-color 0.5s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .special_button {
    letter-spacing: 0px;
    width: 300px;
    line-height: 525px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    font-weight: 600;
    cursor: pointer;
    position: relative;
  }

  .special_button:hover {
    color: white;
  }

  .arturaimg {
    display: none;
  }
}

/* Particle container for the particless class */
.particle-container-above {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  background: transparent;
}

.advantage {
  padding: 20px 0 20px;
}

.arturaimg {
  z-index: 7;
}

html.loaded .special_button {
}

.menus-nav--open ~ .special_button {
  pointer-events: none;
}

.menus-nav--open.menus-nav {
  pointer-events: all;
}

.intro-content {
  transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.menus-nav--open .intro-content {
  pointer-events: none;
  opacity: 0;
  transform: scale(0.2);
}

.layoutsi .arturaimg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  overflow: hidden;
}

.cursor {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 2px;
}

html.dark-mode .cursor {
  stroke-width: 2px;
}

.cursor.active {
  stroke-width: 2px;
}

@media (any-pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    z-index: 9000;
  }

  html[data-horizontal-scroll="true"] .cursor {
    position: absolute;
  }

  .cursor__inner {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 2px;
  }
}

.box-style .descontent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 2px 9px 20px;
}

.box-style2.box-primary-color2::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(13, 24, 32, 0)),
    color-stop(100%, var(--secondary-color)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    180deg,
    rgba(13, 24, 32, 0) 0%,
    var(--primary-color) 85 100%,
    rgba(0, 0, 0, 0.7) 100%
  );
  border-radius: 3px;
}

.box-style2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 90%;
  bottom: 0;
  border-radius: 3px;
}

.box-style2.box-primary-color2::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
}

.box-style2.box-primary-color2:hover::after {
  opacity: 1;
  visibility: visible;
}

.box-style2.box-primary-color2:hover:before {
  background: linear-gradient(
    180deg,
    rgba(13, 24, 32, 0) 0%,
    #1f3b58 100%,
    rgba(0, 0, 0, 0.7) 100%
  );
  transition: 0.5s;
}

.box-style2:hover {
  -webkit-animation: electricef2 0.4s both;
  animation: electricef2 0.4s linear;
}

.box-style2 {
  position: relative;
  -webkit-transition: 0.5s;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  color: #000;
  z-index: 2;
}

.box-style2 i {
  font-size: 60px;
  color: var(--text-primary-color);
  margin-bottom: 15px;
  background: var(--section-bg-color);
  padding: 20px;
  margin-top: -40px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 20px var(--primary-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-style2:hover i {
  transform: rotate(360deg) scale(1.3);
  box-shadow: 0 0 40px var(--secondary-color), 0 0 60px var(--primary-color);
}

.box-style2 h2 {
  font-size: 20px;
  margin-top: -20px;
  font-family: Anta;
  font-weight: 600;
  color: var(--headings-color);
}

.descontent {
  z-index: 1;
}

.descontent:before {
  position: absolute;
  content: "";
  height: 105%;
  width: 100%;
  border-radius: 3px;
  transition: all 0.9s ease-in-out;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--section-bg-color);
  border-radius: 3px;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.box-style2 .descontent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-style2 .class-button {
  visibility: hidden;
  opacity: 0;
  margin-bottom: -80px;
  transition: all 0.3s ease-in-out;
}

.box-style2:hover .class-button {
  visibility: visible;
  opacity: 1;
  margin-bottom: -2px;
}

.descontent:after {
  position: absolute;
  content: "";
  height: 115%;
  width: 100%;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--section-bg-color) 6c;
  border-radius: 3px;
  transition: all 0.6s ease-in-out;
}

.bg-light {
  background: var(--section-bg-color) !important;
}

/* Team */
.box {
  text-align: center !important;
  border-radius: 3px;
  background: var(--primary-color);
}

.box .image {
  width: 100%;
  height: 0;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  background: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom: 12px solid #ffffff;
}

.box .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.box .image:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
}

.box .image:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.box .image:before,
.box .image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms linear 0s;
  visibility: visible;
}

.box .image:after {
  transform: rotate(45deg);
}

.box:hover .image:after,
.box:hover .image:before {
}

.box .image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 300ms linear 0s;
}

.box:hover .image img {
  transform: scale(1.1);
}

.box h3 {
  display: block;
  font-family: Anta;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.box p {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: italic;
}

.box .social {
  padding: 0;
  list-style: none;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  background: var(--secondary-color);
  padding-top: 15px;
}

.box:hover .social {
  opacity: 1;
  transform: translateY(0);
}

.box .social li {
  display: inline-block;
  margin-right: 5px;
}

.box .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 1px;
  font-size: 15px;
  background: var(--secondary-color);
  color: #fff !important;
  transition: all 0.3s ease;
}

.box:hover .social li a {
  background: var(--primary-color);
  color: #fff;
}

.box .social li a:hover {
  transform: scale(1.2);
}

.box:hover .image {
  visibility: visible;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .box {
    margin-bottom: 30px;
  }
}

/* Team Finish */
/* Button Effect Start */
.my-custom-buttons [class^="btn-"] {
  position: relative;
  display: block;
  overflow: hidden;
  height: 80px;
  max-width: 250px;
  margin: 1rem auto;
  color: var(--text-primary-color);
}

@keyframes criss-cross-left {
  0% {
    left: -10px;
  }

  50% {
    left: 35%;
    width: 50px;
    height: 50px;
  }

  70% {
    left: 20%;
  }

  100% {
    background-color: var(--secondary-color);
    left: 110%;
    width: 375px;
    height: 375px;
    color: var(--text-primary-color);
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  30% {
    right: 30%;
    width: 20px;
    height: 20px;
  }

  40% {
    right: 20%;
  }

  100% {
    right: 80%;
    width: 125px;
    height: 125px;
  }
}

.btn-1 {
  position: relative;
  background: var(--primary-color);
  color: #fff;
  font-family: Anta;
  height: 75px;
  line-height: 70px;
  display: inline-block;
  padding: 0 21px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 19px;
  padding-left: 6px;
  padding-right: 11px;
}

.btn-1:before,
.btn-1:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: var(--secondary-color);
  border-radius: 5%;
}

.btn-1:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-1:after {
  background: var(--secondary-color);
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.btn-1:hover {
  font-family: Anta;
  font-weight: 600;
  height: 75px;
  line-height: 70px;
  display: inline-block;
  color: var(--text-primary-color);
  padding: 0 21px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 19px;
  padding-left: 6px;
  padding-right: 11px;
}

.btn-1:hover:before {
  -webkit-animation: criss-cross-left 0.9s both;
  animation: criss-cross-left 0.9s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-1:hover:after {
  -webkit-animation: criss-cross-right 0.5s both;
  animation: criss-cross-right 0.5s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

p.asdas {
  color: #fff;
  font-family: Anta;
  font-weight: 600;
  z-index: 2;
  position: relative;
  display: flex;
  font-size: 18px;
}

/* Button Effect Finish */

/* custom button effect */
@keyframes criss-cross-left2 {
  0% {
    left: -10px;
  }

  50% {
    left: 35%;
    width: 50px;
    height: 50px;
  }

  70% {
    left: 20%;
  }

  100% {
    background-color: var(--secondary-color);
    left: 110%;
    width: 375px;
    height: 375px;
    color: var(--text-primary-color);
  }
}

@keyframes criss-cross-right2 {
  0% {
    right: -20px;
  }

  30% {
    right: 30%;
    width: 20px;
    height: 20px;
  }

  40% {
    right: 20%;
  }

  100% {
    right: 80%;
    width: 125px;
    height: 125px;
  }
}

.ozld {
  border-radius: 3px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
  width: 100%;
}

.spaceproject {
  margin-top: 45px;
}

/* Temel Buton Stili */
.btn-2 {
  position: relative;
  color: #fff;
  font-family: Anta;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  padding: 0 24px;
  border-radius: 3px;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Hover Efekti */
.btn-2:hover {
  background: linear-gradient(
    135deg,
    var(--secondary-color),
    var(--primary-color)
  );
  box-shadow: 0 10px 30px var(--secondary-color);
  transform: scale(1.05);
  color: #fff;
}

.btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-45deg);
  transition: all 0.5s ease;
  z-index: 1;
}

.btn-2:hover::before {
  left: 100%;
  transition: all 0.5s ease;
}

/* Kenar Çizgisi Efekti */
.btn-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary-color);
  border-radius: 3px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.btn-2:hover::after {
  opacity: 1;
}

@keyframes criss-cross-left5 {
  0% {
    left: -10px;
  }

  50% {
    left: 35%;
    width: 50px;
    height: 50px;
  }

  70% {
    left: 20%;
  }

  100% {
    background-color: var(--primary-color);
    left: 110%;
    width: 375px;
    height: 375px;
    color: var(--text-primary-color);
  }
}

@keyframes criss-cross-right5 {
  0% {
    right: -20px;
  }

  30% {
    right: 30%;
    width: 20px;
    height: 20px;
  }

  40% {
    right: 20%;
  }

  100% {
    right: 80%;
    width: 125px;
    height: 125px;
  }
}

p.btnn2 {
  color: #fff;
  font-family: Anta;
  font-weight: 600;
  z-index: 2;
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}

/* custom button finish */

/* Slider button start */
@keyframes criss-cross-left3 {
  0% {
    left: -10px;
  }

  50% {
    left: 35%;
    width: 50px;
    height: 50px;
  }

  70% {
    left: 20%;
  }

  100% {
    background-color: var(--secondary-color);
    left: 110%;
    width: 375px;
    height: 375px;
    color: var(--text-primary-color);
  }
}

@keyframes criss-cross-right3 {
  0% {
    right: -20px;
  }

  30% {
    right: 30%;
    width: 20px;
    height: 20px;
  }

  40% {
    right: 20%;
  }

  100% {
    right: 80%;
    width: 125px;
    height: 125px;
  }
}

.btn-3 {
  position: relative;
  font-family: Anta;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  color: var(--text-primary-color);
  border: 2px solid;
  padding: 0 32px;
  position: relative;
  border-radius: 3px;
  font-size: 16px;
  text-transform: capitalize;
  border: none;
  margin: 0px;
}

.btn-3:before,
.btn-3:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5%;
}

.btn-3:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-3:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.btn-3:hover {
  font-family: Anta;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  color: var(--text-primary-color);
  padding: 0 32px;
  position: relative;
  border-radius: 3px;
  font-size: 16px;
  text-transform: capitalize;
}

span.btnn3 {
  color: var(--text-primary-color);
  font-family: Anta;
  font-weight: 600;
  z-index: 2;
  position: relative;
  display: flex;
}

.scal:hover {
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: all 1s linear;
}

.orta1 {
  text-align: center;
}

.hero6,
.hero8 {
  position: relative;
}

.iconsociai {
  color: var(--text-primary-color);
}

.iconsociai:hover {
  color: var(--primary-color);
}

::selection {
  background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

.ozellik-kutu-yorumlar--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.services-kutu1--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.services-kutu2--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.services-kutu3--icon {
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

b.fn a:hover {
  color: var(--secondary-color);
}

li a:hover {
  color: var(--primary-color);
}

select {
  border-bottom: 0.3rem solid var(--primary-color);
  margin-bottom: 17px;
  border-radius: 3px;
}

.wp-block-latest-posts__list a:hover {
  color: var(--primary-color);
}

#tabs li {
  color: var(--text-primary-color);
  border-bottom: 0px solid var(--primary-color);
}

#tabs li:before {
  content: "";
  position: absolute;
  width: 100% !important;
  transform: translateX(-50%) scaleX(1) !important;
  border-radius: 3px !important;
  height: 6% !important;
  left: 50%;
  bottom: 0px !important;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    rgba(255, 255, 255, 0)
  ) !important;
}

#tabs li:hover {
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1),
    0 0 10px var(--primary-color);
}

.custom-buttonf {
  background: var(--primary-color);
  font-weight: 600;
}

.custom-buttonf:hover {
  background: var(--secondary-color);
}

.beer-slider {
  border: 4px solid var(--primary-color);
  border-radius: 15px;
}

.button-next1 {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 3px;
}

.button-next1:hover {
  background: var(--primary-color);
}

.button-prev1 {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 3px;
}

.button-prev1:hover {
  background: var(--primary-color);
}

.footer .footer-social li a {
  background: none;
}

.wp-post-image {
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.menueffect a:before {
  background-color: var(--secondary-color);
}

.menueffect a:after {
  display: none;
}

.services-kutu2--yazi1 {
  width: 100%;
}

.footer .footer-menu li a {
  color: var(--primary-color);
}

h3.prongl a {
  font-family: Anta;
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
}

h3.prongl {
  font-family: Anta;
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
}

h3.prongl2 a {
  font-family: Anta;
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
}

h3.prongl2 {
  font-family: Anta;
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
}

.footer .footer-menu li:before {
  background: var(--primary-color);
  display: none;
}

.iconserv {
  color: var(--primary-color);
  margin-top: 27rem;
  margin-bottom: -10px;
}

.iconserv:hover {
  color: var(--secondary-color);
  margin-top: 27rem;
  margin-bottom: -10px;
}

h3.businesss a {
  font-family: Anta;
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
}

h3.pron a {
  font-family: Anta;
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
  text-align: left;
}

h3.pron {
  font-family: Anta;
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
  text-align: left;
}

h3.pron2 a {
  font-family: Anta;
  font-size: 20px;
  color: var(--text-primary-color);
  font-weight: 600;
}

h3.pron2 {
  font-family: Anta;
  font-size: 20px;
  color: var(--text-primary-color);
  font-weight: 600;
}

h3.businesss {
  font-family: Anta;
  font-size: 16px;
  color: var(--headings-color);
  text-align: center;
}

p.businesss {
  font-family: Anta;
  font-size: 16px;
  color: var(--text-primary-color);
  text-align: center;
}

.horstime {
  color: var(--primary-color);
}

.or56 {
  text-align: center;
  display: inline-block;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.horstime:hover {
  color: var(--secondary-color);
}

.dep:hover {
}

.row.ff {
  border-radius: 3px;
  pointer-events: none;
  cursor: default;
  z-index: -1;
}

.dep {
  box-shadow: 0px 0px 5px var(--primary-color) !important;
}

.dep33 {
  background: var(--primary-color);
  padding: 9px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px var(--primary-color) !important;
}

.col-lg-2.d4 {
  margin-top: -10px;
}

.dep-ic {
  padding-left: 10px;
  padding-right: 10px;
}

.side-widget .site-menu ul li a {
  color: var(--text-primary-color) !important;
}

.preloader figure {
  border: 1px solid #bababa;
}

.preloader figure:after {
  border-top: 3px solid var(--primary-color);
}

.cloudsysco-innovation {
  background: #ffffff;
}

.cloudsysco-innovation2 {
  background: 3890;
}

.team-section {
  background: #ffffff;
}

.team-section2 {
  background: transparent; /* makes background fully transparent */
}

.why-us {
  background: #ffffff;
}

.processs {
  background: 3888;
}

.special-paket-alani {
  background: 2815;
}

.faqs {
  background: var(--primary-color);
}

.bg-light {
  z-index: 8;
}

.fa,
.fas {
  color: var(--primary-color);
}

.side-widget {
  z-index: 9;
  box-shadow: 0 0 60px var(--primary-color) !important;
}

.navbar .site-menu ul li a:hover,
.navbar .hamburger-menu {
}

.widget {
  text-align: left;
  border-radius: 3px;
  width: 100%;
  list-style: none !important;
  align-items: center;
  align-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px var(--primary-color) !important;
}

h2.widgettitle {
  display: inline-flex;
  text-align: left;
  list-style: none !important;
  border-radius: 3px;
  width: 100%;
  align-items: center;
  align-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
}

.container.asa {
  padding-left: 0px;
  margin-left: -11px;
}

h3.baslik-2.h-yazi-margin-kucuk {
  font-family: Anta;
  font-size: 22px;
  font-weight: 600;
}

ul#menu-all-services {
  display: inline-grid;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 10px;
  line-height: 35px;
  color: var(--headings-color);
  font-family: Anta;
  font-size: 18px;
  z-index: 1;
  position: relative;
}

ul#menu-all-services a {
  padding-left: 24px;
}

ul#menu-all-services a:hover {
  color: var(--text-primary-color);
}

ul#menu-all-services a:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 9px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: var(--primary-color);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.textwidget img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.textwidget img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 15px var(--primary-color);
}

i.icon-social-youtube.iconsociaf {
  font-size: 34px !important;
}

ul#menu-all-services li {
  position: relative;
  display: block;
  color: var(--text-primary-color) !important;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  padding: 10px 16px 10px;
  padding-right: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

ul#menu-all-services li:hover {
  box-shadow: 0px 0px 50px var(--primary-color) !important;
  border-radius: 3px;
}

ul#menu-all-services a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

ul#menu-all-services a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0;
  /*background: var(--primary-color);*/
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
}

.paketler3__gorsel {
  background-size: cover;
  height: 23rem;
  background-blend-mode: color;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.bosluksv {
  margin-top: 2rem;
}

.footer .copyright:before {
  flex: 1;
  content: "";
  height: 1px;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}

.footer .copyright:after {
  flex: 1;
  content: "";
  height: 1px;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}

/* text primary */
.cardContent h2,
.answer {
  font-family: Anta;
}

.services-kutu2--yazi1ss {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.services-kutu2--wt {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.services-kutu2--wt13 {
  color: #fff;
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.icon-project-detail {
  font-size: 65px;
  color: var(--primary-color);
}

.icon-project-detail:hover {
  color: var(--secondary-color);
}

img.prodetal {
  border-radius: 3px;
}

.sectionbars {
  background: var(--primary-color);
}

.sectionbars2 {
  background: var(--primary-color);
}

.sectionbars3 {
  background: var(--primary-color);
}

.sectionbars4 {
  background: var(--primary-color);
}

.services-kutu2--wtbb {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.services-kutu2--wts3 {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  position: relative;
}

.component-systemTabs .cards .card .cardContent button {
  background: var(--primary-color);
  font-family: Anta;
}

.person {
  color: var(--primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.ozellik-kutu-iletisim--yazi {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.footer-info p {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.ozellik-kutu-iletisim {
  box-shadow: 0px 0px 10px var(--primary-color) !important;
}

.ozellik-kutu-iletisim:hover {
  box-shadow: 0px 0px 50px var(--primary-color) !important;
  transition: 0.5s;
}

.dep3 {
  background: var(--section-bg-color);
  padding: 22px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 0px 25px #bdbdbd59;
}

p {
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.h2-baslik-hizmetler-21__paragraf {
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paketler3__icerik ul li {
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-info {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

ul.post-categories a {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
}

span.date {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 16px;
  background: none;
  line-height: 52px;
}

h4.infostext {
  font-family: Anta;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color);
}

h4.infostextgl {
  font-family: Anta;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color);
}

h4.infostext2 {
  font-family: Anta;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color);
}

p.heroparagraf {
  font-family: Anta;
  font-size: 22px;
  font-weight: 300;
  color: var(--text-primary-color);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

span.category {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
}

span.tt {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-info a {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-sol-beyaz a {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-sol-beyaz-orta a {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-ahp a {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-pdetay a {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-404 a {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.h2-baslik-hizmetler-yorum__yorum {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.testimon-text {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.post-kutu p {
  text-align: center;
  margin-top: 11px;
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.services-kutu2--yazi1 {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.h2-baslik-hizmetler-2__paragraf {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

.paragraf-popup {
  color: var(--text-primary-color);
  font-family: Anta;
  font-size: 18px;
  font-weight: 400;
}

ul.post-categories {
  color: var(--primary-color);
  font-family: Anta;
  font-size: 18px;
}

.services-kutu2--yazi {
  font-family: Anta;
  font-size: 18px;
}

.testimonial-card {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

section.cloudsysco-testimonial-container {
  padding: 30px 0 5px;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2),
    transparent 50%
  );
  animation: rotateGlow 6s linear infinite;
  z-index: 0;
}

@keyframes rotateGlow {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.testimon-text {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  line-height: 1.8em;
  font-size: 17px;
  text-align: left;
  color: var(--text-primary-color);
  z-index: 1;
  position: relative;
}

.testimon-text span {
  display: inline-block;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: textGlow 3s ease-in-out infinite alternate;
}

@keyframes textGlow {
  0% {
    text-shadow: 0 0 5px rgba(92, 238, 255, 0.7),
      0 0 10px rgba(33, 232, 255, 0.5);
  }

  100% {
    text-shadow: 0 0 20px rgba(92, 238, 255, 1),
      0 0 30px rgba(33, 232, 255, 0.8);
  }
}

.testimonial-card:hover .testimon-text,
.testimonial-card:hover .h2-baslik-hizmetler-2cc {
  color: #fff;
}

/* Blog Thumbnail */
.blog-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.blog-thumbnail:hover {
}

/* Post Box */
.post-kutu {
  position: relative;
  border-radius: 3px;
  height: 100%;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 0 10px #7874747d !important;
}

.post-kutu:hover {
  box-shadow: 0 0 30px var(--primary-color) !important;
  transform: scale(1.05);
}

/* Title Styling */
.baslik-3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: Anta !important;
  color: var(--primary-color) !important;
  transition: color 0.3s ease-in-out;
}

/* Date Styling */
.date {
  font-size: 14px;
  font-family: Anta !important;
  color: var(--text-primary-color) !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .post-kutu {
    margin-bottom: 20px;
  }

  .baslik-3 {
    font-size: 20px;
  }
}

/* headings */
.h2-baslik-forms {
  font-family: Anta;
  font-size: 22px;
  font-weight: 900;
  background: var(--primary-color);
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px 18px;
  border-radius: 3px;
  color: var(--headings-color);
}

h2.herrobigtitle {
  font-family: Anta;
  font-size: 42px;
  font-weight: 900;
  color: var(--primary-color);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flip-boxes h2 {
  font-size: 20px;
  color: var(--headings-color);
  font-family: Anta;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flip-boxes p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.flip-boxes i {
  color: var(--text-primary-color);
  font-size: 67px;
  line-height: 120px;
  box-shadow: 0 0 10px var(--primary-color) !important;
  padding: 10px;
}

.flip-boxes:hover i {
}

.about-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.about-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    0deg,
    var(--section-bg-color) 0px,
    var(--section-bg-color) 2px,
    transparent 2px,
    transparent 4px
  );
  animation: data-flow 6s linear infinite;
}

@keyframes data-flow {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* About Section Background */
.cloudsysco-innovation {
  position: relative;
  overflow: hidden;
}

.cloudsysco-innovation .about-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Matrix Line Effect */
.cloudsysco-innovation .about-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/* Glowing Dots Effect */
.cloudsysco-innovation .about-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* Keyframes for Matrix Lines */
@keyframes custom-matrix-lines {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

/* Keyframes for Glowing Dots */
@keyframes custom-glow-dots {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }

  100% {
    opacity: 0.8;
    transform: scale(1.2);
  }
}

.flip-box2.icon-box .btn-2,
.flip-box2.icon-box:hover .btn-2,
.flip-box.icon-box .btn-2,
.flip-box.icon-box:hover .btn-2 {
  padding-top: 20px;
}

.flip-box .backss,
.flip-box .front,
.flip-box2 .backss2,
.flip-box2 .front2 {
  background-color: var(--section-bg-color);
}

.flip-box:hover .backss,
.flip-box:hover .front,
.flip-box2:hover .backss2,
.flip-box2:hover .front2 {
  background-color: var(--section-bg-color);
}

.col-xl-3.sai {
  margin-bottom: 20px;
}

.backss h2,
.backss p,
.backss2 h2,
.backss2 p {
  color: var(--text-primary-color);
}

.flip-box .backss,
.flip-box2 .backss2 {
  background-color: var(--section-bg-color);
}

.flip-box,
.flip-box2 {
  z-index: 1;
}

.counter-box .odometer {
  color: var(--headings-color);
}

h2.wow.fadeInLeft {
  font-weight: 600;
  font-family: Anta;
}

.iconpfooter1,
.iconpfooter2,
.iconpfooter3 {
  color: var(--primary-color);
}

.h2-baslik-anasayfa-wtbb {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.countt {
  background: var(--primary-color);
  font-family: Anta;
}

.countb {
  background: var(--primary-color);
  font-family: Anta;
}

.h2-baslik-anasayfa-wt {
  color: #000;
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.component-systemTabs .cards .card .cardContent h2 {
  color: var(--headings-color);
  font-size: 21px;
  padding: 5px;
  margin-top: 25rem;
  font-family: Anta;
}

.h2-baslik-anasayfa {
  color: var(--headings-color);
  border-bottom: 0.1rem solid var(--primary-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-hizmetler-223 {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-anasayfa-blog {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-ahb {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-bottom {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-404 {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-footer {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-iletisim-ozel {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-popup {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.baslik-3-h {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.baslik-33 {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.baslik-star {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-hizmetler-yorum {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.baslik-3s {
  color: var(--headings-color);
  font-family: Anta;
}

.baslik-3white {
  font-family: Anta;
}

.baslik-orta {
  font-size: 23px;
  color: var(--headings-color);
  font-family: Anta;
  font-weight: 900;
}

.baslik-4 {
  color: var(--headings-color);
  font-family: Anta;
  font-weight: 900;
}

.slider .main-slider .swiper-slide .container h1 {
  font-family: Anta;
  color: #fff;
}

.slider .main-slider .swiper-slide .container p {
  font-family: Anta;
  color: #fff;
}

.slider .main-slider .swiper-slide .container a {
  font-family: Anta;
  border-radius: 3px;
  border: none;
  background: var(--primary-color);
}

.slider .main-slider .swiper-slide .container a:hover {
  font-family: Anta;
  border-radius: 3px;
  background: var(--secondary-color);
}

.slider .main-slider .swiper-slide .container a {
  position: relative;
  font-family: Anta;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  color: #fff;
  padding: 0 24px;
  border-radius: 3px;
  font-size: 19px;
  text-transform: capitalize;
  width: auto;
  text-align: center;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  overflow: hidden;
  text-decoration: none;
}

.slider .main-slider .swiper-slide .container a:hover {
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--secondary-color),
    var(--primary-color)
  );
}

.slider .main-slider .swiper-slide .container a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-45deg);
  transition: all 0.5s ease;
  z-index: 1;
}

.slider .main-slider .swiper-slide .container a:hover::before {
  left: 100%;
  transition: all 0.5s ease;
}

.slider .main-slider .swiper-slide .container a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary-color);
  border-radius: 3px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.slider .main-slider .swiper-slide .container a:hover::after {
  opacity: 1;
}

.slider .button-next,
.slider .button-prev {
  background: none !important;
  border-radius: 50%;
  opacity: 0.6;
  transform: translateX(0px);
}

.textcenter {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: auto;
}

.slider .main-slider .swiper-slide .container p {
  text-align: center;
}

.slider .button-next:hover {
  background: none !important;
  border-radius: 50%;
  opacity: 1;
  transform: translateX(20px);
  transition: all 0.8s;
}

.slider .button-prev:hover {
  background: none !important;
  border-radius: 50%;
  opacity: 1;
  transform: translateX(-20px);
  transition: all 0.8s;
}

.custom-button {
  font-family: Anta;
  font-weight: 600;
}

.custom-buttonw {
  font-family: Anta;
}

.question {
  font-family: Anta;
  font-size: 18px;
  color: var(--text-primary-color);
}

.question::after {
  color: var(--primary-color) !important;
}

.answer {
  color: var(--text-primary-color);
}

.baslik-sol {
  font-family: Anta;
}

.member-box figcaption h6 {
  font-family: Anta;
}

.member-box figcaption p {
  font-family: Anta;
}

.h2-baslik-hizmetler-2 {
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-hizmetler-21 {
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.h2-baslik-hizmetler-2111 {
  color: var(--headings-color);
  font-size: 36px;
  font-weight: 900;
}

.baslik-3-service {
  font-family: Anta;
}

.paketler3__pr-yazi {
  font-family: Anta;
}

.paketler3__pr-degeri {
  font-family: Anta;
  font-size: 36px;
  font-weight: 900;
}

.baslik-3 {
  font-size: 20px;
  color: var(--headings-color);
  font-family: Anta;
}

.footer .widget-title {
  color: var(--headings-color);
  font-family: Anta;
  font-weight: 900;
  text-align: center;
}

.page-header .container h2 {
  color: #fff;
  font-family: Anta;
  text-align: center !important;
}

.page-header .container p {
  color: #fff;
  font-family: Anta;
  text-align: center !important;
  justify-content: center !important;
}

.page-header .container a {
  color: #fff;
  font-family: Anta;
  text-align: center !important;
}

.page-header .container a:hover {
  color: #fff;
  font-family: Anta;
}

.navbar .site-menu ul li a {
  font-family: Anta;
  color: var(--text-primary-color);
  padding: 11px;
}

.navbar .site-menu ul li a:hover {
  color: var(--primary-color);
  padding: 11px;
}

.navbar .site-menu ul li {
  display: flex;
}

h2.widgettitle,
.h2-baslik-popup,
.h2-baslik-anasayfa-ozels3 {
  font-weight: 600;
  font-family: Anta;
  font-size: 25px;
}

header.page-header {
  box-shadow: 0px 0px 0px 500px var(--header-shadow-color) inset;
}

/* Animation */
.col-xl.ds .dep::before,
.col-xl.ds .dep::after,
.col-xl-3.ds .dep::before,
.col-xl-3.ds .dep::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: var(--secondary-color);
}

.marka {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid transparent;
  border-radius: 3px;
  background: none;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  filter: grayscale(1);
  padding: 10px 0px 10px;
  text-align: center;
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(3px);
  }

  75% {
    transform: translateX(-2px);
  }

  100% {
    transform: translateX(0);
  }
}

.marka:hover {
  animation: shake 0.4s ease-in-out;
  filter: grayscale(0);
}

.testimonial-card img {
  position: relative;
  top: 25px;
  margin-bottom: 40px;
}

.testimonial-card h2 {
  font-family: Anta;
  font-size: 19px;
  font-weight: 700;
  color: var(--headings-color);
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-card:hover h2 {
  color: #fff;
}

.marka::before,
.marka::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary-color);
  border-radius: 3px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.marka::before {
  z-index: 1;
  border: 2px solid transparent;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color),
    var(--primary-color)
  );
  mask: linear-gradient(#000, transparent);
  -webkit-mask: linear-gradient(#000, transparent);
  animation: glow-animation 2s linear infinite;
}

.marka::after {
  z-index: 0;
  background: rgba(255, 255, 255, 0.05);
}

.marka:hover::before {
  opacity: 1;
}

.marka:hover {
  filter: grayscale(0);
}

.marka img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}

.marka:hover img {
  transform: scale(1.1);
}

@keyframes glow-animation {
  0% {
    opacity: 0.3;
    box-shadow: 0 0 5px var(--primary-color);
  }

  50% {
    opacity: 0.8;
    box-shadow: 0 0 20px var(--secondary-color);
  }

  100% {
    opacity: 0.3;
    box-shadow: 0 0 5px var(--primary-color);
  }
}

.row.center {
  position: relative;
  justify-content: center;
  align-items: center;
}

.col-xl.ds .dep .dep-ic::before,
.col-xl.ds .dep .dep-ic::after,
.col-xl-3.ds .dep .dep-ic::before,
.col-xl-3.ds .dep .dep-ic::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: var(--secondary-color);
}

.dep:hover {
  box-shadow: 0px 0px 5px var(--secondary-color) !important;
}

.col-xl.ds .dep:hover::before,
.col-xl.ds .dep:hover::after,
.col-xl-3.ds .dep:hover::before,
.col-xl-3.ds .dep:hover::after {
  width: 100%;
}

.col-xl.ds .dep:hover .dep-ic::before,
.col-xl.ds .dep:hover .dep-ic::after,
.col-xl-3.ds .dep:hover .dep-ic::before,
.col-xl-3.ds .dep:hover .dep-ic::after {
  height: 100%;
}

.col-xl.ds .dep::before,
.col-xl.ds .dep::after,
.col-xl-3.ds .dep::before,
.col-xl-3.ds .dep::after {
  transition-delay: 0.3s ease-in-out;
}

.col-xl.ds .dep .dep-ic::before,
.col-xl.ds .dep .dep-ic::after,
.col-xl-3.ds .dep .dep-ic::before,
.col-xl-3.ds .dep .dep-ic::after {
  transition-delay: 0s;
}

.col-xl.ds .dep::before,
.col-xl-3.ds .dep::before {
  right: 0;
  top: 0;
}

.col-xl.ds .dep::after,
.col-xl-3.ds .dep::after {
  left: 0;
  bottom: 0;
}

.col-xl.ds .dep .dep-ic::before,
.col-xl-3.ds .dep .dep-ic::before {
  left: 0;
  top: 0;
}

.col-xl.ds .dep .dep-ic::after,
.col-xl-3.ds .dep .dep-ic::after {
  right: 0;
  bottom: 0;
}

.col-xl.ds .dep:hover::before,
.col-xl.ds .dep:hover::after,
.col-xl-3.ds .dep:hover::before,
.col-xl-3.ds .dep:hover::after {
  transition-delay: 0s;
}

.col-xl.ds .dep:hover .dep-ic::before,
.col-xl.ds .dep:hover .dep-ic::after,
.col-xl-3.ds .dep:hover .dep-ic::before,
.col-xl-3.ds .dep:hover .dep-ic::after {
  transition-delay: 0.3s ease-in-out;
}

p.dzv i {
  font-size: 60px;
  color: var(--text-primary-color);
  margin-bottom: 15px;
  background: var(--section-bg-color);
  padding: 20px;
  margin-top: -40px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 20px var(--primary-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dep-ic:hover i {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px var(--secondary-color);
}

.menueffect * {
  box-sizing: revert;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--text-primary-color);
  padding: 11px;
}

@media (min-width: 1280px) and (max-width: 1280px) {
  .navbar-light .navbar-nav .nav-link {
    color: var(--text-primary-color);
    padding: 14px;
  }

  .special_button {
    letter-spacing: 0px;
    width: 250px;
    line-height: 250px;
    margin: 125px 0 125px 0px;
  }
}

.dropdown-menu {
  min-width: 16rem;
  background: var(--section-bg-color);
  border-radius: 3px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 4px;
}

.counter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  text-align: center;
  border-radius: 3px;
  margin-top: -4rem;
}

.odometer {
  font-family: Anta;
  font-size: 80px;
}

.counter-box h6 {
  font-family: Anta;
}

.iconp {
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

img.imgsg {
  border-radius: 3px;
}

/* Event */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-size: 5px 5px, 5px 5px, 1px 29px;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-size: 5px 5px, 5px 5px, 1px 29px;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

input#search_keywords {
  font-size: 17px;
  color: #828279;
}

input#search_location {
  font-size: 17px;
  color: #828279;
}

button#drp_autogen0 {
  font-size: 17px;
  color: #828279;
}

select#search_categories {
  font-size: 17px;
  color: #828279;
}

select#search_event_types {
  font-size: 17px;
  color: #828279;
}

/* text secondary */
ul.post-categories a:hover {
  color: #ffffff;
  font-family: Anta;
  font-size: 18px;
}

.reply a:hover {
  color: #ffffff;
}

cite.fn a:hover {
  color: #ffffff;
}

time:hover {
  color: #ffffff;
}

/* service background */
.footer {
  background: var(--primary-color);
  margin-top: 25px;
}

.serviceb-alani {
  background: none;
}

.yorumlar-alani-sayfa {
  background: 3884;
}

.orserv {
  text-align: left;
}

/*
    responsive
    */

@media (min-width: 1180px) and (max-width: 1180px) {
  .info-or {
    padding: 15rem 0 30rem;
    background: #fbfbfb;
  }
}

.col-lg-12.counbig {
  text-align: center;
}

.counter-box.fft4 {
  margin-top: -171px;
}

.counttext {
  transform: translate(-50%, -50%);
  color: transparent;
  font-weight: 700;
  font-size: 120px;
  z-index: -1;
  -webkit-text-stroke: 1px #e9e9e9;
  margin-bottom: -31px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Anta;
}

.icon {
  padding: 5px;
  text-align: center;
  height: 90px;
  border-radius: 10rem;
  color: var(--primary-color) !important;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  font-size: 75px;
  z-index: 2;
  position: relative;
  background: none;
}

.icon:hover {
  background: none;
  color: var(--primary-color);
}

.page-header .container h2 {
  font-size: 40px !important;
  line-height: auto !important;
  text-align: center !important;
}

img.efozel2 {
  border-radius: 3px;
  width: 100%;
}

h2.widgettitle:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--primary-color),
    var(--primary-color)
  );
  background-size: 200% 100%;
  animation: neon-move 2s linear infinite;
  left: 0;
  margin-top: 20%;
}

.services-kutu2 {
  width: 100%;
}

.iconw {
  background: none;
}

.iconw {
  width: 90px;
  height: 93px;
  line-height: 80px;
  color: var(--text-primary-color);
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 80px;
}

.h2-baslik-hizmetler-2cc {
  font-family: Anta;
  font-size: 19px;
  font-weight: 700;
  color: var(--headings-color);
}

.page-header .container h2 {
  font-size: 40px;
}

img.drt {
  border-radius: 3px;
}

.iconinf22sty:hover {
  background: var(--secondary-color);
}

.iconinf22sty {
  padding: 10px;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 78px;
  border-radius: 3px;
  background: var(--primary-color);
  color: var(--text-primary-color);
  transition: 0s;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 65px;
}

@media (min-width: 100px) and (max-width: 1300px) {
  body {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.footer .copyright {
  color: #fff !important;
}

.col-lg-4.lefthealt,
img.ff {
  border-radius: 3px;
}

.col-lg-4.lefthealtfooter {
  padding-bottom: 16px;
}

.iconhh {
  color: var(--primary-color);
}

h2.h2-baslik-anasayfa-wth2e {
  color: var(--headings-color);
  font-family: Anta;
  font-size: 23px;
  font-weight: 900;
}

h2.h2-baslik-ab {
  color: var(--headings-color);
  font-family: Anta;
  font-weight: 900;
}

.iconhh {
  padding: 0;
  text-align: center;
  height: auto;
  border-radius: 10rem;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  z-index: 2;
  position: relative;
  background: none;
  line-height: 0;
  width: 97px;
}

.dephh {
  background: var(--primary-color);
  padding: 0px;
  border-radius: 3px;
  padding-bottom: 24px;
}

.col-lg-6.lefthealt {
  border-radius: 3px;
}

.dephh {
  box-shadow: 0px 0px 25px var(--text-primary-color);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.depff {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

span.footlst {
  font-weight: 900;
  text-align: center;
  color: var(--text-primary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  font-size: 16px;
}

span.footli {
  text-align: center;
  color: var(--text-primary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  font-size: 16px;
}

.depff {
  padding: 22px;
  border-radius: 3px;
}

.iconheal {
  color: #fff;
  border-bottom: 5px solid var(--primary-color);
  border-radius: 1px;
  margin-bottom: 21px;
}

.iconheal:hover {
  transition: 0.5s;
}

img.footim {
  text-align: center;
  justify-content: center;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

h2.h2-baslik-anasayfa-wthe {
  color: #fff;
  font-family: Anta;
  font-size: 21px;
  font-weight: 900;
  padding-bottom: 20px;
}

/* Rotate */
.airotateabout {
  display: block;
  max-width: 100%;
  height: auto;
  width: 650px;
  border-radius: 50%;
  animation: rotateImage 70s linear infinite;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 0 0 10px var(--primary-color) !important;
  overflow: hidden;
  will-change: transform;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .airotateabout {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .airotateabout {
    width: 50%;
    max-width: 300px;
  }
}

.deptop {
  box-shadow: 0px 0px 5px #b5b5b561;
}

.deptop {
  position: relative;
  background: none;
}

.deptop {
  background: var(--section-bg-color);
  padding: 22px;
  border-radius: 3px;
  margin-bottom: 16px;
}

.deptop:hover {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  left: 0;
  content: "";
  background-color: var(--primary-color);
  border-radius: 3px;
  box-shadow: 0px 0px 5px #b5b5b561;
}

.deptop:before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: -1;
  border-radius: 3px;
}

.deptop:before {
  bottom: 0;
  display: block;
  height: 100%;
  width: 0%;
  left: 0;
  content: "";
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: 3px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 10px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination a:hover {
  color: var(--primary-color);
}

.pagination .current {
  box-shadow: 0 0 10px var(--primary-color) !important;
  color: var(--text-primary-color);
  font-weight: bold;
  pointer-events: none;
}

.pagination-prev,
.pagination-next {
  font-size: 14px;
  color: var(--text-primary-color);
  margin: 0 5px;
  transition: 0.3s;
  box-shadow: 0 0 10px var(--primary-color) !important;
}

.pagination-prev:hover,
.pagination-next:hover {
  color: var(--primary-color);
}

.tags-section {
  font-family: Anta;
  color: var(--text-primary-color);
  margin-top: 25px;
  margin-bottom: 18px;
  text-align: center;
}

.tags-section .tag-links {
  margin-right: 5px;
  color: var(--text-primary-color);
  text-decoration: none;
  font-size: 16px;
}

.tags-section .tag-links:hover {
  text-decoration: underline;
}

/* Sidebar General Settings */
.sidebar {
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  padding: 20px;
  margin-top: 15px;
  box-shadow: 0 0 10px var(--primary-color);
}

/* Sidebar Title */
.sidebar-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
  letter-spacing: 2px;
}

/* Category and Tag Lists */
.sidebar-categories,
.sidebar-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.sidebar-categories li,
.sidebar-tags li {
  margin-bottom: 10px;
}

.sidebar-categories li a,
.sidebar-tags li a {
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  color: var(--primary-color);
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

li a {
  color: var(--text-primary-color) !important;
}

.sidebar-categories li a:hover,
.sidebar-tags li a:hover {
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 0 20px var(--primary-color);
}

.sidebar-tags li a {
  font-size: 14px;
}

.sidebar-tags li a:hover {
  box-shadow: 0 0 20px var(--primary-color);
  color: var(--text-primary-color);
}

/* Search Sidebar */

.search-form {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}

.search-input {
  width: 100% !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  border: 2px solid var(--primary-color) !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  color: var(--text-primary-color) !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 15px var(--primary-color) !important;
}

.search-input::placeholder {
  color: var(--primary-color) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  text-align: center !important;
}

.search-input:focus {
  box-shadow: 0 0 25px var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.search-button {
  display: none !important;
}

.search-form:hover .search-input {
  box-shadow: 0 0 20px var(--primary-color), inset 0 0 10px var(--primary-color) !important;
}

/* Search Sidebar Finish */
.deptop:hover:before {
  opacity: 1;
  width: 100%;
}

.deptop:hover h4,
.deptop:hover h3 {
  color: var(--primary-color);
  position: relative;
}

.form-popup__input {
  font-size: 18px;
}

span.wpcf7-list-item-label {
  font-size: 18px;
  color: #979393;
}

input[type="checkbox"]:checked {
  border: 6px solid var(--primary-color);
}

.form-popup__input,
select {
  font-size: 18px;
}

.page-header {
  width: 100% !important;
  height: 444px !important;
  max-height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: scroll !important;
}

li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--primary-color);
  margin-left: 10px;
  transition: transform 0.3s ease;
  margin-bottom: 1px;
}

li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

@media (min-width: 200px) and (max-width: 1250px) {
  .dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-bottom: -1px;
  }

  .page-header .container p {
    width: 100%;
    display: block;
    margin-bottom: 31px;
    font-size: 16px;
    margin-top: 15px;
  }

  .side-widget .logo {
    max-width: 90%;
  }

  .side-widget .site-menu {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .menu-item-has-children.dropdown-open .dropdown-menu {
    overflow: scroll !important;
  }

  .menu-item-has-children .dropdown-menu {
    position: relative !important;
    overflow: scroll !important;
  }

  .dropdown-menu a {
    padding: 3px 0px !important;
    font-size: 17px !important;
  }

  .category-link,
  span.date {
    padding: 0px !important;
  }

  #theme-switcher {
    position: relative;
    top: 0px;
    left: 3px;
  }

  .search-icon {
    margin-left: 6px !important;
  }
}

/* Dropdown Menüler için Ana Stil */
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  display: inline-block;
  color: var(--text-primary-color);
  padding: 10px 15px;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.menu-item-has-children > a:hover {
  color: var(--primary-color);
}

span.categories {
  line-height: 55px;
}

.gallery-section {
  background: var(--section-bg-color) !important;
}

/* Dropdown Menü */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--section-bg-color);
  margin-top: 10px;
  z-index: 9999;
  padding: 5px 0;
  min-width: 200px;
  display: none;
}

.dropdown-menu li {
  position: relative;
  list-style: none;
}

.dropdown-menu a {
  display: block;
  padding: 8px 20px;
  color: var(--text-primary-color);
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dropdown-menu a:hover {
  color: var(--section-bg-color);
}

/* Hover ile Menü Gösterme */
.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .dropdown-menu {
    position: static;
    background: var(--section-bg-color);
    padding: 0;
  }

  .dropdown-menu a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .menu-item-has-children:hover > .dropdown-menu {
    display: none !important;
  }

  .menu-item-has-children .dropdown-menu {
    display: none !important;
  }

  .menu-item-has-children.dropdown-open .dropdown-menu {
    display: block !important;
  }
}

.countdown2 {
  padding: 0px 0 50px;
}

.info-featured {
  padding: 20px 0 20px;
}

/* Countdown Section */
/** countdown */
.countdown-item {
  text-align: center;
  padding: 20px;
  border-radius: 3px;
  width: 100%;
  background: linear-gradient(135deg, var(--white));
  color: var(--dark) !important;
  border: 1px solid #ddd; /* Light gray border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding: 20px;
  border-radius: 8px; /* Optional rounded corners */
  background-color: #fff; /* White background */
}

.countdown-item i {
  color: #fff;
}

.countdown-item h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--dark) !important;
  margin-bottom: 5px;
}
.countdown-item span {
  color: var(--dark);
}
.countdown-item h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

.countdown-item p {
  font-size: 16px;
  margin: 5px 0 0;
  text-align: center;
}

ul.plumb {
  list-style: none;
  padding-left: 5px;
  margin-top: 2px;
}

ul.plumb li i {
  color: var(--primary-color);
  font-size: 23px;
}

.countdown-item:hover {
  background: linear-gradient(
    135deg,
    var(--secondary-color),
    var(--primary-color)
  );
  color: #fff !important;
}

.countdown-item:hover i,
.countdown-item:hover p,
.countdown-item:hover h3,
.countdown-item:hover h4 {
  color: #fff !important;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
  box-shadow: 0 24px 29px rgba(0, 0, 0, 0.3),
    inset 0px 14px 50px var(--primary-color);
}

.countdown-item:hover::before {
  opacity: 1;
  top: -50%;
  left: -50%;
}

/* Mobil için */
@media (max-width: 768px) {
  .countdown-item {
    width: 100%;
  }

  .countdown-item h3 {
    font-size: 36px;
  }

  .countdown-item h4 {
    font-size: 16px;
  }

  .countdown-item p {
    font-size: 14px;
  }
}

/* Counter Box */
.counter-box {
  position: relative;
  text-align: center;
  padding: 10px;
  padding-bottom: 52px;
  border-radius: 3px;
  box-shadow: 0 0 10px var(--primary-color);
  overflow: hidden;
}

.counter-box p {
  text-align: center;
}

/* Moving Borders */
.counter-box .border-line {
  position: absolute;
  background: var(--primary-color);
  z-index: 1;
}

/* Top Border */
.counter-box .border-line.top {
  width: 0;
  height: 2px;
  top: 0;
  left: 0;
  animation: animate-top 8s linear infinite;
}

/* Right Border */
.counter-box .border-line.right {
  width: 2px;
  height: 0;
  top: 0;
  right: 0;
  animation: animate-right 8s linear infinite;
}

/* Bottom Border */
.counter-box .border-line.bottom {
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
  animation: animate-bottom 8s linear infinite;
}

/* Left Border */
.counter-box .border-line.left {
  width: 2px;
  height: 0;
  bottom: 0;
  left: 0;
  animation: animate-left 8s linear infinite;
}

/* Animations for Borders */
@keyframes animate-top {
  0% {
    width: 0;
    left: 0;
  }

  25% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes animate-right {
  0% {
    height: 0;
    top: 0;
  }

  25% {
    height: 0;
    top: 0;
  }

  50% {
    height: 100%;
    top: 0;
  }

  75% {
    height: 100%;
    top: 0;
  }

  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes animate-bottom {
  0% {
    width: 0;
    right: 0;
  }

  25% {
    width: 0;
    right: 0;
  }

  50% {
    width: 100%;
    right: 0;
  }

  75% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes animate-left {
  0% {
    height: 0;
    bottom: 0;
  }

  25% {
    height: 0;
    bottom: 0;
  }

  50% {
    height: 100%;
    bottom: 0;
  }

  75% {
    height: 100%;
    bottom: 0;
  }

  100% {
    height: 0;
    bottom: 100%;
  }
}

h3.titleblog a {
  color: var(--headings-color) !important;
}

.orts {
  padding: 10px 40px;
  text-align: center;
}

.orts h3 {
  margin-bottom: 20px;
}

.latest-posts {
  padding: 20px 0 20px;
}

.aisection {
  padding: 0px 0 20px;
}

.post-thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contactdiv {
  padding: 2rem 0 2rem;
}

.google-maps-alani {
  padding: 0rem !important;
}

.slider,
.slidersa,
.info-featured,
.cloudsysco-innovation,
.cloudsysco-testimonial-container,
.sectionbars4,
.serviceb-alani,
.sectionbars,
.team-section,
.countdown,
.yorumlar-alani-sayfa,
.markalar,
.side-widget.active,
.serviceveltrix,
.advantage,
.fq2,
.countdown2,
.info-featured2,
.iletisim-icon-alani,
.iletisim-form-alani,
.news-alani-sayfa,
.process,
.hizmetlerr-bolumu,
.hizmetler-detay-sayfasi-alani,
.category-page,
section.search-results,
body,
.latest-posts,
.aisection,
.contactdiv,
.google-maps-alani {
  background: var(--section-bg-color);
}

.comments-section {
  margin-top: 50px;
  padding: 30px;
  background-color: var(--section-bg-color);
  border: 1px solid #1f2e30;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  color: var(--text-primary-color);
  box-shadow: 0px 0px 10px var(--primary-color) !important;
}

.post-content {
  margin-top: 20px;
}

h1.single-post-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.single-post-meta {
  margin-bottom: 20px;
}

.comments-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary-color);
}

ol.commentlist {
  list-style: none;
}

h3#reply-title {
  font-size: 22px !important;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #1f2e30;
  background-color: var(--section-bg-color);
  color: var(--text-primary-color);
  border-radius: 3px;
}

textarea#comment {
  font-size: 16px;
  font-family: inherit;
  padding: 1.3rem 2rem;
  border-radius: 0.2rem;
  color: inherit;
  border: none;
  border-bottom: 0.3rem solid transparent;
  width: 100%;
  display: block;
  transition: all 0.3s;
  box-shadow: 0px 0px 10px var(--primary-color) !important;
  border-bottom: 0.3rem solid var(--primary-color);
}

.comment-form input[type="submit"] {
  background: none !important;
  color: var(--primary-color);
  border: none !important;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px var(--primary-color) !important;
}

p.logged-in-as a {
  color: var(--primary-color) !important;
}

.comment-form input[type="submit"]:hover {
  background-color: #007a99;
}

input#url {
  font-size: 16px;
  font-family: inherit;
  padding: 1.3rem 2rem;
  border-radius: 0.2rem;
  color: inherit;
  border: none;
  border-bottom: 0.3rem solid transparent;
  width: 100%;
  display: block;
  transition: all 0.3s;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.075);
  border-bottom: 0.3rem solid var(--primary-color);
}

.comment-list {
  margin-top: 30px;
  padding: 20px;
  background-color: var(--section-bg-color);
  border-radius: 3px;
  border: 1px solid #1f2e30;
}

input#wp-comment-cookies-consent {
  width: auto !important;
}

/* Checkbox and Label Wrapper */
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.search-results {
  padding: 50px 0;
}

.search-title {
  font-size: 28px !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

.search-title span {
  color: #ff5733 !important;
}

.modern-search-results {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  justify-content: center !important;
}

.search-result-item {
  background: var(--text-primary-color) !important;
  border: 2px solid #ddd !important;
  border-radius: 8px !important;
  padding: 20px !important;
  transition: 0.3s all ease !important;
  width: 100% !important;
  max-width: 350px !important;
  text-align: center !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.search-result-item:hover {
  border-color: #ff5733 !important;
  box-shadow: 0 6px 10px rgba(255, 87, 51, 0.2) !important;
}

.result-thumbnail img {
  width: 100% !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
}

.result-title a {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-decoration: none !important;
}

.result-title a:hover {
  color: #ff5733 !important;
}

.result-excerpt {
  font-size: 16px !important;
  color: #555 !important;
  margin-bottom: 10px !important;
}

.result-meta {
  font-size: 14px !important;
  color: #999 !important;
}

.no-results {
  font-size: 18px !important;
  text-align: center !important;
  color: #999 !important;
  margin-top: 50px !important;
}

section.search-results {
  padding: 20px 0 20px;
}

/* Arama İkonu */
.search-icon {
  cursor: pointer;
  font-size: 24px;
  color: var(--text-primary-color);
  position: relative;
  z-index: 10;
  padding: 7px;
  text-align: center;
  border-radius: 100rem;
  transition: 0.5s;
  font-size: 27px;
  z-index: 2;
  position: relative;
  background: none;
  width: 50px;
  height: 50px;
  margin-left: 32px;
  box-shadow: 0 0 10px #cbc4c4, 0 0 20px #f3f3f300;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  z-index: 1;
}

.search-icon:hover {
  transform: scale(1.2);
  color: var(--text-primary-color);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  z-index: 1;
}

/* Arama Alanı Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--section-bg-color);
  display: none;
  z-index: 9;
  justify-content: center;
  align-items: center;
}

.search-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Arama Formu */
.search-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.search-form {
  width: 100%;
  position: relative;
}

.search-input {
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  border: none;
  border-bottom: 2px solid #00ffcc;
  background: transparent;
  color: var(--text-primary-color);
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input::placeholder {
  color: var(--text-primary-color);
}

.search-input:focus {
  border-color: var(--primary-color);
}

/* Checkbox Stilize */
input#wp-comment-cookies-consent {
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  cursor: pointer;
  border: 1px solid #1f2e30;
  background-color: var(--section-bg-color);
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

p.comment-form-cookies-consent {
  padding: 30px 0;
}

input#wp-comment-cookies-consent:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

#wp-comment-cookies-consent + label {
  font-family: Anta;
  font-size: 14px;
  color: #d1d1d1;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  line-height: 1.2;
}

#wp-comment-cookies-consent + label:hover {
  color: var(--primary-color);
}

.comment-list li {
  margin-bottom: 20px;
  padding: 15px;
  border-bottom: 1px solid #1f2e30;
  color: #d1d1d1;
}

.comment-list li:last-child {
  border-bottom: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  width: 100%;
  z-index: 4;
  bottom: -23px;
  z-index: 6;
  position: relative;
}

.serviceveltrix {
  padding: 40px 0 40px;
}

span.border.border-right,
span.border.border-top,
span.border.border-bottom,
span.border.border-left {
  background: var(--primary-color) !important;
}

.side-widget .address {
  color: var(--text-primary-color);
}

input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
input[type="email"],
.custom-buttonf,
.custom-buttonf:hover,
.form__input,
.custom-button:hover,
.custom-button {
  background: none !important;
  color: var(--text-primary-color) !important;
}

input[type="text"].search-input {
  color: var(--primary-color) !important;
}

select,
.form-popup__input {
  background: none !important;
  color: var(--text-primary-color);
}

::placeholder {
  color: var(--text-primary-color) !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: var(--text-primary-color) !important;
}

:-moz-placeholder {
  color: var(--text-primary-color) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: var(--text-primary-color) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--text-primary-color) !important;
}

.services-kutu2--wt13,
h2.h2-baslik-anasayfa-wthe {
  text-align: center;
}

.custom-button {
  box-shadow: 0px 0px 10px var(--primary-color) !important;
  border: none !important;
}

.custom-button:hover {
  box-shadow: 0px 0px 50px var(--primary-color) !important;
  transition: 0.5s;
}

.iconsv {
  position: relative;
  background: none !important;
  color: var(--text-primary-color);
  font-size: 67px;
  border-radius: 3px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.icon {
  background: none !important;
}

/* Hover Efekti */
.iconsv:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 5px 5px 25px var(--primary-color),
    -5px -5px 25px var(--secondary-color);
  background: linear-gradient(
    145deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

/* İç Çizgi Efekti */
.iconsv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.3;
  transition: all 0.4s ease;
  z-index: -1;
}

.iconsv:hover::before {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.4);
  border-color: var(--secondary-color);
}

p.dzv {
  color: var(--text-primary-color);
}

.wpcf7 select option {
  background-color: var(--section-bg-color) !important;
  color: var(--text-primary-color) !important;
}

.wpcf7 select:focus option {
  background-color: var(--section-bg-color) !important;
  color: var(--text-primary-color) !important;
}

/* Neon Line Effect */
.neon-line {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--primary-color),
    var(--primary-color)
  );
  background-size: 200% 100%;
  animation: neon-move 2s linear infinite;
  box-shadow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color),
    0 0 30px var(--primary-color);
  opacity: 0.3;
}

/* Animate */
@keyframes neon-move {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.single-post-meta .views {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary-color);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.single-post-meta .views .view-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.single-post-meta .views:hover .view-icon {
  transform: scale(1.2);
}

.acf-hl.acf-tab-group {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.acf-hl.acf-tab-group li {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: move;
  text-align: center;
  transition: background-color 0.3s ease;
}

.acf-hl.acf-tab-group li:hover {
  background-color: #e0e0e0;
}

.ui-sortable-placeholder {
  border: 2px dashed #ccc;
  visibility: visible !important;
  background-color: #f1f1f1;
  height: 40px;
}

input#ai-prompt {
  width: 100%;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.glow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2),
    transparent 70%
  );
  transform: translate(-50%, -50%) scale(1);
  animation: rotateGlow 5s linear infinite, pulseGlow 2s infinite ease-in-out;
  z-index: 0;
  /* Görselin altında */
  pointer-events: none;
  /* Etkileşime kapalı */
}

/* Glow Döndürme Animasyonu */
@keyframes rotateGlow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}

/* Glow Parlama Efekti */
@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}

.wave-shape {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}

.wave-shape svg {
  width: 100%;
  height: auto;
  display: block;
}

.main-slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.main-slider .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: 10s ease-out;
  transform: scale(1.1);
}

.main-slider .swiper-slide.swiper-slide-active .slide-image {
  transform: scale(1);
}

/* İçerik katmanı */
.container {
  position: relative;
  z-index: 3;
  transform: translateZ(0);
}

/* İçerik katmanı */
.container {
  position: relative;
  z-index: 3;
}

.slider .main-slider .swiper-slide .slide-image {
  box-shadow: 0px 0px 0px 5000px var(--slider-shadow-color) inset;
}

.navbar .site-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.navbar .site-menu ul li {
  position: relative;
  margin: 0 15px;
}

.navbar .site-menu ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 1;
}

/* Hover Efekti */
.navbar .site-menu ul li a:hover::before {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: var(--secondary-color);
}

/* Dropdown Menü */
.navbar .site-menu ul li ul.dropdown-menu {
  position: absolute !important;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 100;
}

.navbar .site-menu ul li:hover ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown Öğeleri */
.navbar .site-menu ul li ul.dropdown-menu li a {
  padding: 10px 20px;
  color: #555;
  transition: all 0.2s ease;
}

.navbar .site-menu ul li ul.dropdown-menu li a:hover {
  color: #fff;
}

/* Özel Animasyon */
@keyframes pulse {
  0% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.7);
  }

  70% {
    transform: translateY(-50%) rotate(45deg) scale(1.1);
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }

  100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

.footermenucontent {
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  padding: 15px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  transition: box-shadow 0.3s ease !important;
}

.footermenucontent:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.bx {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px !important;
}

.widget-title2 {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.footer-menu2 ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-menu2 ul li {
  margin-bottom: 6px !important;
}

.footer-menu2 ul li a {
  position: relative !important;
  display: inline-block !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  padding: 2px 0 !important;
}

.footer-menu2 ul li a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -2px !important;
  width: 0% !important;
  height: 2px !important;
  background: #fff !important;
  transition: width 0.3s ease !important;
}

.footer-menu2 ul li a:hover {
  color: #fff !important;
}

.footer-menu2 ul li a:hover::after {
  width: 100% !important;
}

.footer-menu2 ul li a::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 2px !important;
  background: #fff !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
  transition: transform 0.3s ease, background 0.3s ease !important;
}

.footer-menu2 ul li a:hover::before {
  transform: scale(1.2) !important;
  background: #fff !important;
}

.spacefrm {
  margin-top: -22px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.custom-buttonf {
  box-shadow: 0px 0px 10px var(--primary-color) !important;
  border: none !important;
}

img:is([sizes="auto"i], [sizes^="auto,"i]) {
  contain-intrinsic-size: 3000px 1500px;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.bg-light {
  /* background: none !important; */
  background: var(--white) !important;
}

.menur li a {
  color: #ffffff !important;
}

.navbar .site-menu ul li ul.dropdown-menu li a {
  color: #000 !important;
}

.sticky .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.creative-service-box:hover {
  transform: scale(1.05);
}

.navbar .site-menu ul li a:hover {
  color: var(--text-primary-color);
}

.hamburger-menu span {
  background: var(--dark) !important;
}

.iconp {
  color: #fff;
}

.btn-1 {
  background: none;
}

.btn-1:before,
.btn-1:after {
  background: none;
}

.btn-1:hover:before {
  animation: none;
}

.sticky p.asdas,
.sticky .iconp {
  color: var(--text-primary-color);
}

.sticky li a {
  color: var(--text-primary-color) !important;
}

.sticky a.dropdown-item {
  color: var(--text-primary-color) !important;
}

p.ic {
  color: var(--text-primary-color);
}

.sticky li a:hover {
  color: var(--text-primary-color) !important;
}

nav.navbar.navbar-expand-md.navbar-light.bg-light.sticky li a {
  /*color: var(--text-primary-color) !important;*/
}

nav.navbar.navbar-expand-md.navbar-light.bg-light.sticky {
  background: var(--section-bg-color) !important;
}

.search-icon,
.search-icon:hover {
  color: #fff;
}

.sticky .search-icon,
.sticky .search-icon:hover {
  color: var(--primary-color);
}

.sticky .hamburger-menu span {
  background: var(--text-primary-color) !important;
}

.logo img.logo-dark {
  display: none;
}

.sticky .logo img.logo-light {
  display: none !important;
}

.sticky .logo img.logo-dark {
  display: block !important;
}

.cloudsysco-logo-text {
  display: flex; /* enable flex */
  align-items: center; /* vertically center icon and text */
  gap: 10px; /* space between icon and text */
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(
    90deg,
    rgb(0, 198, 255) 0%,
    rgb(0, 114, 255) 50%,
    rgb(75, 0, 130) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/* .sticky .cloudsysco-logo-text {
  background: linear-gradient(
    90deg,
    rgb(139, 0, 0) 0%,
    rgb(178, 34, 34) 50%,
    rgb(220, 20, 60) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
} */

.contact-number-nav {
  position: relative;
  color: var(--dark);
  font-family: Anta;
  height: 75px;
  line-height: 70px;
  display: inline-block;
  padding: 0 21px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 19px;
  padding-left: 6px;
  padding-right: 11px;
}
.sticky .contact-number-nav {
  color: var(--text-primary-color) !important;
}

.sidebar-icon {
  color: #000000 !important;
}

aside .fa-square-facebook {
  color: #4440a6;
}
aside .fa-square-instagram {
  color: #720372;
}
aside .fa-square-x-twitter {
  color: #1373e0;
}
aside .fa-square-youtube {
  color: #9c0f0f;
}
aside .fa-brands {
  font-size: 30px;
}

ul.footer-social i {
  width: 53px;
  height: 49px;
  line-height: 52px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 60px;
  border-radius: 5px;
}
.slider-container {
  background-color: rgba(0, 0, 0, 0.63);
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.process .icon-box {
  border: 1px solid #ddd; /* Light gray border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding: 20px;
  border-radius: 8px; /* Optional rounded corners */
  background-color: #fff; /* White background */
}
section.cloudsysco-innovation .icon-box {
  border: 1px solid #ddd; /* Light gray border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding: 20px;
  border-radius: 8px; /* Optional rounded corners */
  background-color: #fff; /* White background */
}
.container-box-border-with-shadow {
  border: 1px solid #ddd; /* Light gray border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding: 20px;
  border-radius: 8px; /* Optional rounded corners */
  background-color: #fff; /* White background */
}

.white-on-dark li a {
  color: var(--text-primary-color) !important;
}
div.space-after-nav {
  margin-top: 85px;
}
.answercont {
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #bfbdbd;
  color: black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 0.5;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}

.about-us {
  padding: 0rem 5rem;
  font-size: 16px;
}
.about-us .container {
  max-width: 1000px;
  margin: 0 auto;
}
.about-us h1,
.about-us h2,
.about-us h3 {
  margin: 0.5rem 0 0.75rem;
}
.about-us p {
  line-height: 1.7;
  margin: 0.5rem 0 1rem;
}
.about-us ul {
  margin: 0.25rem 0 1rem 1.2rem;
}
.notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.notes-grid article {
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}

.notes .notes-grid h3 {
  color: #9e4b47;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.notes .notes-grid h2 {
  color: #9e4b47;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.terms-notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.terms-notes-grid article {
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}

.terms-notes .terms-notes-grid h3 {
  color: #9e4b47;
  font-weight: bold;
  margin-top: 25px;
}
.terms-notes .terms-notes-grid h2 {
  color: #9e4b47;
  font-weight: bold;
  margin-top: 25px;
}
.terms-notes-grid a {
  color: var(--dark);
}

.btn-secondary {
  color: var(--white) !important;
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.modal .btn-close::before {
  content: "×"; /* Unicode multiplication sign for X */
  font-size: 1.25rem;
  color: #000; /* Set the color as needed */
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.modal .btn-close {
  background: none; /* remove default background */
  border: none; /* remove default border */
  width: 2rem; /* adjust size */
  height: 2rem;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.email-text {
  font-size: 15px !important;
}
