/**
* Template Name: FlexStart
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Updated: Nov 01 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

.grecaptcha-badge {
  visibility: hidden;
}

:root {
  --default-font: "Raleway", sans-serif;
  --heading-font: 'Jost', sans-serif;
  --nav-font: "Raleway", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #012970;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #e97e26f1;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #012970;
  /* The default color of the main navmenu links */
  --nav-hover-color: #e97e26f1;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #4154f1;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

#coachingTab .nav-link {
  color: var(--nav-color);
  /* Standart nav link rengi */
}

#coachingTab .nav-link:hover,
#coachingTab .nav-link.active {
  color: var(--nav-hover-color);
  background-color: transparent;
}

/* btn-primary için */
.btn.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.btn.btn-primary:hover {
  background-color: #d7791ef1;
  /* Hover rengi biraz daha açık yapalım */
  border-color: #d7791ef1;
}

/* btn-outline-primary için */
.btn.btn-outline-primary {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.btn.btn-outline-primary:hover {
  background-color: var(--accent-color);
  color: #fff;
  /* Metin rengini beyaz yapalım */
  border-color: var(--accent-color);
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/

::-webkit-scrollbar {
  width: 10px;
  /* Scrollbar genişliği */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  /* Track background */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  /* Scrollbar parmağı */
  border-radius: 20px;
  /* Köşeleri yuvarla */
  border: 3px solid rgba(0, 0, 0, 0.1);
}

body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  scroll-behavior: smooth;
}

.ana {
  font-family: 'Raleway';
  color: var(--heading-color);
}

@media (max-width: 576px) {
  .ana {
    margin-left: 10px !important;
    padding-left: 0 !important;
    text-align: left;
  }

  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ana {
    margin-left: 30px !important;
    padding-left: 30px !important;
    text-align: left;
  }

  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 50px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 15px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 500;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(255, 255, 255, 0.5);
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 12px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}



/* Listing Dropdown - Desktop */
@media (min-width: 1200px) {
  .navmenu .listing-dropdown {
    position: static;
  }

  .navmenu .listing-dropdown ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .listing-dropdown ul li {
    flex: 1;
  }

  .navmenu .listing-dropdown ul li a,
  .navmenu .listing-dropdown ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
    background-color: var(--nav-dropdown-background-color);
  }

  .navmenu .listing-dropdown ul li a:hover,
  .navmenu .listing-dropdown ul li .active,
  .navmenu .listing-dropdown ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: var(--nav-dropdown-background-color);
  }

  .navmenu .listing-dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}

/* Listing Dropdown - Mobile */
@media (max-width: 1199px) {
  .navmenu .listing-dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .listing-dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .listing-dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  font-size: 16px;
  color: var(--accent-color);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 0px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/

.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.title-strip {
  background-color: rgba(117, 117, 117, 0.1);
  /* Açık şerit rengi */
  padding: 10px;
  text-align: left;
  /* Sol hizalama */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  /* İçeriği sola hizala */
  align-items: center;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 98px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 56px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-img img {
  position: absolute;
  max-width: 100%;
  height: auto;
  display: block;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 5px 0 0 0;
  font-size: 20px;
}

.hero .sign-up-form {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 7px;
  background: color-mix(in srgb, var(--default-color) 5%, white 90%);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}

.hero .sign-up-form input[type=email] {
  background-color: transparent;
  border: 0;
  padding: 4px 10px;
  width: 100%;
}

.hero .sign-up-form input[type=email]:focus-visible {
  outline: none;
}

.hero .sign-up-form input[type=submit] {
  border: 0;
  box-shadow: none;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  padding: 8px 20px 10px 20px;
  border-radius: 7px;
  color: var(--contrast-color);
  transition: 0.3s;
}

.hero .sign-up-form input[type=submit]:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 10px;
  width: 100%;
  margin: 0;
}

.about .content h3 {

  font-weight: 700;
  color: var(--accent-color);

  font-family: var(--heading-font);
}

.about .content h2 {
  font-size: 24px;
  font-weight: 700;
}

.about .content p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .content .btn-read-more {
  color: var(--contrast-color);
  background: var(--accent-color);
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.about .content .btn-read-more span {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .content .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
  font-family: var(--default-font);
}

.about .content .btn-read-more:hover i {
  transform: translateX(5px);
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-left: 100px;
}

.about-image {
  width: 70%;
  /* Resmi %80 genişliğinde yapar */
  border-radius: 15px;
  /* Kenarları yuvarlatır */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* Hafif bir gölge ekler */
}

@media (max-width: 768px) {
  .about-container {
    margin-left: 0;
    justify-content: center;
  }

  .about-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .col-lg-6.d-flex.align-items-center {
    justify-content: center !important;
  }
}

/*--------------------------------------------------------------
# Values Section
--------------------------------------------------------------*/
.values .card {
  background-color: var(--surface-color);
  color: var(--default-color);
  padding: 30px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border: 0;
}

.values .card img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .card:hover {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.values .card:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.features .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}

.features .features-item .btn-get-started {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
}

.features .features-item .btn-get-started:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .features-item img {
  border: 6px solid var(--surface-color);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.features .features-item .features-img-bg {
  position: relative;
  min-height: 500px;
}

@media (max-width: 640px) {
  .features .features-item .features-img-bg {
    min-height: 300px;
  }
}

.features .features-item .features-img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed-img {
  width: 100%;
  max-width: 400px;
  height: 300px;
  object-fit: cover;
}

.features-item {
  margin-bottom: 40px;
}



/* Mobil uyumluluk için */
@media (max-width: 768px) {
  .features-item .col-lg-5 {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .features-item .col-lg-7 {
    order: 2;
  }

  .fixed-img {
    max-width: 400px;
    height: 300px;
    margin: 0 auto;
  }
}

/* Daha küçük mobil cihazlar (480px ve altı) */
@media (max-width: 480px) {
  .features .features-item .features-img-bg.small-image img {
    width: 100%;
    /* Görseli ekran genişliğine göre ayarla */
    height: auto;
    /* Oranı koru */
  }

  .features .features-item .features-img-bg .small-image {
    width: 100%;
    /* Ekran genişliğine tam uyum */
    height: 200px;
    /* Daha kısa yükseklik */
  }
}


.features .features-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.features .features-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.features .features-item .image-stack.small-image .stack-back {
  width: 50%;
  /* Küçültme işlemi */

}

.features .features-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;

  border: none !important;
  box-shadow: none !important;
  outline: none !important;

}

.rounded-image {
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Alt Features Section
--------------------------------------------------------------*/
.alt-features .icon-box {
  display: flex;
}

.alt-features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.alt-features .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: var(--accent-color);
  margin-right: 15px;
}

.alt-features .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-item .icon {
  font-size: 36px;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-item h3 {
  font-size: 24px;
  font-weight: 700;
}

.services .service-item .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-item .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-item.item-cyan {
  border-bottom: 3px solid #0dcaf0;
}

.services .service-item.item-cyan .icon {
  color: #0dcaf0;
  background: rgba(13, 202, 240, 0.1);
}

.services .service-item.item-cyan .read-more {
  color: #0dcaf0;
}

.services .service-item.item-cyan:hover {
  background: #0dcaf0;
}

.services .service-item.item-orange {
  border-bottom: 3px solid #fd7e14;
}

.services .service-item.item-orange .icon {
  color: #fd7e14;
  background: rgba(253, 126, 20, 0.1);
}

.services .service-item.item-orange .read-more {
  color: #fd7e14;
}

.services .service-item.item-orange:hover {
  background: #fd7e14;
}

.services .service-item.item-teal {
  border-bottom: 3px solid #20c997;
}

.services .service-item.item-teal .icon {
  color: #20c997;
  background: rgba(32, 201, 151, 0.1);
}

.services .service-item.item-teal .read-more {
  color: #20c997;
}

.services .service-item.item-teal:hover {
  background: #20c997;
}

.services .service-item.item-red {
  border-bottom: 3px solid #df1529;
}

.services .service-item.item-red .icon {
  color: #df1529;
  background: rgba(223, 21, 4, 0.1);
}

.services .service-item.item-red .read-more {
  color: #df1529;
}

.services .service-item.item-red:hover {
  background: #df1529;
}

.services .service-item.item-indigo {
  border-bottom: 3px solid #6610f2;
}

.services .service-item.item-indigo .icon {
  color: #6610f2;
  background: rgba(102, 16, 242, 0.1);
}

.services .service-item.item-indigo .read-more {
  color: #6610f2;
}

.services .service-item.item-indigo:hover {
  background: #6610f2;
}

.services .service-item.item-pink {
  border-bottom: 3px solid #f3268c;
}

.services .service-item.item-pink .icon {
  color: #f3268c;
  background: rgba(243, 38, 140, 0.1);
}

.services .service-item.item-pink .read-more {
  color: #f3268c;
}

.services .service-item.item-pink:hover {
  background: #f3268c;
}

.services .service-item:hover h3,
.services .service-item:hover p,
.services .service-item:hover .read-more {
  color: #fff;
}

.services .service-item:hover .icon {
  background: #fff;
}

.services-icerik {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.services-icerik-alt {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-tem {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  text-align: center;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  max-width: 80%;
  height: 100%;
  border: rgba(102, 16, 242, 0.1) solid 4px;
  margin-left: 50px;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .pricing .pricing-tem:hover {
    transform: scale(1.1);
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  }
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: var(--heading-color);
  font-weight: 600;
  font-family: var(--heading-font);
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .icon {
  padding: 20px 0;
}

.pricing .icon i {
  font-size: 48px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: var(--default-color);
  text-align: left;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: var(--accent-color);
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid var(--accent-color);
  margin-top: auto;
}

.pricing .btn-buy:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}


.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 767px) {
  .pricing .pricing-tem {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
  }
}


/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-container .faq-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

@media (max-width: 468px) {
  .team .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.team .team-member .pic {
  overflow: hidden;
  width: 150px;
  height: 150px;
  /* Yükseklik ekleniyor */
  border-radius: 50%;
  flex-shrink: 0;
}


.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

@media (max-width: 468px) {
  .team .team-member .member-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
  }
}

.team .team-member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member .social {
    justify-content: center;
  }
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
  transition: 0.3s;
  opacity: 0.5;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}



/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts .post-item {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.recent-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-posts .post-item .post-content {
  padding: 30px;
}

.recent-posts .post-item .post-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-posts .post-item .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.recent-posts .post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.recent-posts .post-item hr {
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  margin: 20px 0;
}

.recent-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-posts .post-item:hover .post-title,
.recent-posts .post-item:hover .readmore {
  color: var(--accent-color);
}

.recent-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background-image: url("../img/contact-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
    background-size: contain;
  }
}

.contact:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}


/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  background: url(../img/1.png) top center no-repeat;
  background-size: cover;
  /* Arka planı ekran boyutuna sığdırır */
  background-position: center;
  /* Ortalar */
  background-attachment: fixed;
  /* Sayfa kaydırıldığında sabit kalmasını sağlar */
  width: 100vw;
  /* Genişliği tam ekran yapar */
  height: 100vh;
  /* Yüksekliği tam ekran yapar */
}

#starter-section .image-stack {
  display: flex;
  justify-content: center;
  /* Resmi yatayda ortalar */
  align-items: center;
  /* Resmi dikeyde ortalar */
}

#starter-section .stack-back {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #starter-section .image-stack {
    justify-content: center;
    /* Mobilde ortalanmayı sağlar */
    margin-top: 20px;
    /* Üst kısımdan biraz boşluk bırakır */
  }
}



/* Tüm main bölümlerini gizle */
.services-main {
  display: none;
}

/* Eğer URL'de belirli bir id varsa, o bölüm görünsün */
.services-main:target {
  display: block;
}


/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}


/*--------------------------------------------------------*/
/* WhatsApp Button Styling */
@keyframes bounce {

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

  50% {
    transform: translateY(-10px);
  }
}

.whatsapp-button {
  background-color: #25d366;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  /*animation: bounce 1s infinite ease-in-out;*/
  /* Hareket eklenebilir */
}

.whatsapp-button i {
  color: #fff;
  /* Simgenin rengini beyaz yapar */
  font-size: 30px;
  /* Simgenin boyutunu ayarlar */
  position: fixed;
}



/*---------------TimeLine-----------------------*/

.timeline {
  position: relative;
  padding: 20px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 4px;
  height: 100%;
  background: #df1529;
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.timeline-icon {
  width: 50px;
  height: 50px;
  background: #df1529;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.timeline-content {
  background: #f8f9fa;
  padding: 10px 20px;
  border-radius: 8px;
  margin-left: 20px;
  width: 80%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/*------------------BG-------------------*/

.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
  animation: float 6s infinite ease-in-out;
}

.circle:nth-child(1) {
  width: 150px;
  height: 150px;
  background: rgba(255, 0, 0, 0.6);
  top: 50%;
  left: 15%;
  animation-duration: 5s;
}

.circle:nth-child(2) {
  width: 200px;
  height: 200px;
  background: rgba(255, 200, 0, 0.6);
  top: 60%;
  left: 70%;
  animation-duration: 7s;
}

.circle:nth-child(3) {
  width: 100px;
  height: 100px;
  background: rgba(255, 0, 0, 0.4);
  top: 40%;
  left: 80%;
  animation-duration: 4s;
}

@keyframes float {

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

  50% {
    transform: translateY(-20px);
  }
}

/*--------------------Services----------------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;700&family=Raleway:wght@300;400;700&display=swap');

@media (max-width: 480px) {
  .service-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-item {
    width: 100% !important;
  }
}

.service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
}

.service-item {
  padding: 50px;
  text-align: center;
  color: #ffffff;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 30%;
  box-sizing: border-box;
}

.dark-blue {
  background-color: #012A4A;
  color: #ffffff;
  /* İçerik ve başlıklar için beyaz yazı rengi */
}

.dark-blue .service-title {
  color: #ffffff;
  /* Başlık rengi beyaz */
}

.light-beige {
  background-color: #f8f7ec;
  color: #012A4A;
  /* İçerik ve başlıklar için dark blue yazı rengi */
}

.light-beige .service-title {
  color: #012A4A;
  /* Başlık rengi dark blue */
}

.service-title {
  font-family: var(--heading-font);

}

.service-icon {
  max-height: 100px;
}

p {
  font-family: var(--default-font)
}


/*-----------------Pop Up Abone----------------*/

/* body {
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(to bottom, #87CEEB, #ffffff);
    margin: 0;
    padding: 0;
} */

/* Abone Ol Butonu */
#subscribe-icon {
  position: fixed;
  left: 20px;
  bottom: 80px;
  background-color: #085896;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 9999;
  /* Önceliği artır */
}


/* Popup Genel Stili */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s;
  z-index: 9999;
}

.popup-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 80%;
  max-width: 400px;
  position: relative;
  animation: slideUp 0.5s;
  background: url('../img/services/linkedin.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.popup-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /* Arka plan transparan */
  border-radius: 10px;
  z-index: 0;
}

.popup-content * {
  position: relative;
  z-index: 1;
}

/* Uçak Animasyonu */
.plane-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.plane {
  position: absolute;
  width: 100px;
}

.closed-envelope {
  left: -100px;
  animation: flyIn 2s forwards;
}

.open-envelope {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) scale(0);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}

.hidden {
  opacity: 0;
  transition: opacity 0.7s;
}

/* Popup İçerik Stilleri */
.popup h2,
.popup p,
.popup form {
  margin-top: 20px;
}

.popup h2 {
  font-family: var(--heading-font);
  font-weight: bold;
  color: #012A4A;
}

.popup p {
  font-family: var(--default-font);
  color: #555555;
}

.email-input {
  width: calc(100% - 22px);
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
}

/* Kapat Butonu */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 34px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s;
}

.close:hover {
  transform: rotate(90deg);
}

/* Buton Stilleri */
button {
  background-color: #012A4A;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #f59c18;
}

/* Animasyonlar */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes flyIn {
  0% {
    left: -100px;
    top: 50%;
  }

  100% {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
  }
}

/*------------------Ekibimiz----------------------*/

h1 {
  text-align: center;
  margin-top: 20px;
}

.member-info {
  text-align: center;
  margin-top: 10px;
}

/* Modal stil ayarları */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 1200px;
  border-radius: 10px;
  position: relative;
  animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
  }
  .close:hover {
    color: #000;
  } */

.modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.modal-image {
  flex: 1 1 300px;
}

.modal-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-details {
  flex: 2 1 300px;
  background: linear-gradient(135deg, #f0f0f0, #ffffff);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: var(--default-font);
  color: #444;
}

.modal-details h2 {
  margin-top: 0;
  font-size: 28px;
  color: #222;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.modal-details p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/*----------------KVKK Popup-----------------*/

/* Modal Arkaplanı */
.kvkk-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.5s;
  background: #FFF;
}

/* Fade-in animasyonu */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Modal İçeriği */
.kvkk-modal-content {
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  position: relative;
  animation: slideIn 0.5s;
  max-height: 60vh;
  overflow-y: auto;
  text-align: left;

}

.kvkk-modal-content::-webkit-scrollbar {
  width: 8px;
}

.kvkk-modal-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.kvkk-modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.kvkk-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.kvkk-modal-content h2 {
  margin-top: 0;
  font-family: var(--heading-font);
  color: #333;
}

/* Paragraf Stili */
.kvkk-modal-content p {
  font-size: 16px;
  font-family: var(--default-font);
  line-height: 1.6;
  color: #555;
}

/*--------------------Kültürümüz--------------------*/

/* .culture-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%; 
  gap: 20px;
  margin: 0 auto;
  overflow: visible; /* İçerik taşsa da görünür kalsın 
  
} */

.culture-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* İçerikleri ortalar */
  gap: 20px;
  /* Kutular arası boşluk */
  padding: 20px;
}


@media (max-width: 1024px) {
  .culture-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .box {
    max-width: 45%;
    flex: 1 1 45%;

  }
}

@media (max-width: 768px) {
  .culture-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .box {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.box {
  flex: 1 1 200px;
  max-width: 50%;
  min-width: 100px;
  height: 450px;
  background: linear-gradient(135deg, #012a4a, #012a4a);
  color: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}


.box:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-top: 50px;
}

.box .title {
  font-family: 'Josefin Slab', serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
}

.box hr {
  width: 50%;
  border: 0;
  height: 2px;
  background: #f8f7ec;
  /* nth-child renginde */
  margin: 10px auto;
  opacity: 0.7;
}

.box:nth-child(even) hr {
  background: #012a4a;
  /* Normal .box rengi */
}

.box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.box:nth-child(even) {
  background: linear-gradient(135deg, #f8f7ec, #f8f7ec);
  color: #333;
}



/* CV SON */

.cv-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cv-form-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 40px;
}

/* Sağ Taraftaki Form */
.cv-form-right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* İki sütunlu düzen */
.input-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.input-box {
  position: relative;
  flex: 1;
}

.input-box label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

/* İkonları içeriğe ekleme */
.input-box i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  background: #f9f9f9;
  outline: none;
  transition: border 0.3s;
}

.input-box input:focus,
.input-box textarea:focus {
  border: 1px solid #ff9900;
}

/* Placeholder Stili */
.input-box input::placeholder,
.input-box textarea::placeholder {
  color: #aaa;
  font-style: italic;
}

.input-box select {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  background: #f9f9f9;
  color: #333;
  outline: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
  transition: border 0.3s;
}

.input-box select:focus {
  border: 1px solid #ff9900;
}

/* "Placeholder" gibi görünen ilk option'a stil */
.input-box select option[disabled] {
  color: #aaa;
  font-style: italic;
}


/* Mobil uyumda da düzgün görünsün */
@media (max-width: 900px) {
  .input-box select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px 12px 40px;
    font-size: 15px;
  }
}

/* Mesaj Kutusu */
#messageBox textarea {
  height: 100px;
  resize: none;
}

.file-upload-btn {
  display: inline-block;
  background: #ff9900;
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s;
}

.file-upload-btn:hover {
  background: #e68a00;
}

.file-name {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

/* Gönder Butonu */
.cv-submit-btn {
  background: #ff9900;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.cv-submit-btn:hover {
  background: #e68a00;
}

/* Sol Taraftaki Açıklamalar */
.cv-form-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  text-align: center;
  background: #f9f9f9;
}

.cv-form-left h1 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.cv-form-left p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}

.cv-form-left img {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 15px;
  object-fit: cover;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Add this to your CSS to highlight error fields */
.error {
  border: 2px solid red;
  background-color: #ffe6e6;
  border-radius: 8px;
}


/* Mobil Uyum */
@media (max-width: 900px) {
  .cv-form-wrapper {
    flex-direction: column;
    padding: 10px;
  }

  .input-row {
    flex-direction: column;
    gap: 10px;
  }

  .cv-form-left,
  .cv-form-right {
    width: 100%;
  }

  .cv-form-left img {
    max-width: 100%;
  }

  .input-row input,
  .input-row textarea,
  .input-row select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px 12px 40px;
    margin: 0;
    border-radius: 6px;
    font-size: 15px;
  }

  .input-row input::placeholder,
  .input-row textarea::placeholder {
    font-size: 15px;
    position: relative;
    left: 0;
  }
}

/* CV Yükleme ve ReCaptcha Yan Yana */
.cv-upload-recaptcha {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* KVKK Onay Kutusu */
/* KVKK Onay Kutusu */
.cv-kvkk-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f9f9f9;
  padding: 12px 15px;
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid #ddd;
  transition: background 0.3s;
  flex-wrap: wrap;
  /* Küçük ekranlarda sığmayan içerik için */
}

.cv-kvkk-container:hover {
  background: #f1f1f1;
}

.cv-kvkk-container input[type="checkbox"] {
  all: unset;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e68a00;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  margin-right: 8px;
  flex-shrink: 0;
  /* Mobilde checkbox'ın küçülmesini engeller */
}

.cv-kvkk-container input[type="checkbox"]:checked {
  background-color: #e68a00;
  border-color: #e68a00;
}

.cv-kvkk-container input[type="checkbox"]:checked:after {
  content: "\2713";
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: -2px;
  left: 3px;
}

.cv-kvkk-container label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  flex: 1;
  /* Metnin genişleyerek alanı daha iyi kullanmasını sağlar */
}

.g-recaptcha {
  transform-origin: 0 0;
}

@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.85);
  }
}

@media (max-width: 360px) {
  .g-recaptcha {
    transform: scale(0.75);
  }
}

/*---------------------Culture Section------------------*/

.culture-container {
  max-height: 0;
  overflow: hidden;
  transform-origin: top;
  animation: rollOpen 1.5s ease-out forwards;
}

@keyframes rollOpen {
  from {
    max-height: 0;
    transform: scaleY(0.1);
  }

  to {
    max-height: 1000px;
    transform: scaleY(1);
  }
}


.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 15px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
  /* Yuvarlak köşeler */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
  /* Yuvarlak kenarların düzgün görünmesi için */
}

.table th,
.table td {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  border: 1px solid #e0e0e0;
}

.table th {
  background-color: #ed9751;
  color: white;
  font-weight: bold;
  text-align: center;
}

.table td {
  background-color: #fafafa;
  color: #333;
}

.table td:nth-child(even) {
  background-color: #f2f2f2;
}

.table td:first-child,
.table td:last-child {
  font-weight: bold;
}

.table .fa-check,
.table .fa-times {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table .fa-check {
  color: #28a745;
}

.table .fa-times {
  color: #dc3545;
}

@media (max-width: 768px) {
  .container-wrapper {
    padding: 0 15px;
  }

  .table th,
  .table td {
    font-size: 14px;
    padding: 10px;
  }
}


.page-title {
  background: no-repeat center center;
  background-size: cover;
  /* Arka planın her zaman tamamen ekranı kapsamasını sağlar */
  height: 300px;
  /* Sabit yükseklik */
  width: 100%;
  position: relative;
  /* Yazının düzgün yerleşmesi için */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  /* Yazıyı görünür kılmak için */
  font-size: 2em;
  /* Yazı boyutunu ayarlayabilirsin */
}

@media (max-width: 768px) {
  .page-title {
    height: 200px;
    /* Mobilde daha düşük yükseklik */
    background-size: 120%;
    /* Resmi biraz büyüt */
    background-position: center top;
    /* Resmi üstten hizala */
  }
}

@media (max-width: 480px) {
  .page-title {
    height: 150px;
    /* Küçük ekranlarda daha küçük yükseklik */
    background-size: 130%;
    /* Resmi daha da büyüt */
  }
}


/*---------------------------------------------------*/

:root {
  --primary: #003366;
  /* Koyu mavi */
  --secondary: #006699;
  /* Açık mavi */
  --accent: #ff6600;
  /* Turuncu */
  --bg: #f4f6f8;
  /* Açık gri */
  --text: #333;
  --card-bg: rgba(0, 0, 0, 0.055);
  --shadow: rgba(0, 0, 0, 0.1);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  background: var(--card-bg);
  padding: 50px;
  /* İstediğiniz büyüklüğe göre ayarlayın */
  border-radius: 8px;
  /* Daha hoş görünmesi için opsiyonel */
}


.tab-button {
  background: #FFF;
  border: 2px solid var(--secondary);
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--secondary);
}


.tab-button i {
  font-size: 1.2rem;
  color: var(--secondary);
}

.tab-button:hover {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

/* Hover'da ikonun kaybolmaması için renk beyaza çekiliyor */
.tab-button:hover i {
  color: #fff;
}

.tab-button.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.tab-button.active i {
  color: #fff;
}

.tab-content2 {
  display: none;
  padding: 30px;
  border-left: 4px solid var(--accent);
  border-radius: 4px;
  box-shadow: 0 4px 12px var(--shadow);
  animation: fadeIn 0.4s ease;
  margin-bottom: 40px;
}

.tab-content2.active {
  display: block;
}

.tab-content2 h3 {
  margin-bottom: 15px;
  color: var(--primary);
  font-size: 1.8rem;
}

.tab-content2 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.tab-content2 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.tab-content2 ul li::before {

  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

.cta {
  text-align: center;
  margin-bottom: 60px;
}

.cta button {
  background: var(--secondary);
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.cta button:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 58, 95, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-container {
  background: white;
  border-radius: 15px;
  width: 90%;
  max-width: 850px;
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px rgba(30, 58, 95, 0.3);
}

.popup-image {
  flex: 1;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.9), rgba(77, 171, 245, 0.8)), 
              url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
  color: white;
}

.popup-content {
  flex: 1;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8f9fa;
}

.newsletter-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: #1e3a5f;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-weight: bold;
}

.newsletter-close-btn:hover {
  background: white;
  transform: rotate(90deg);
  color: #ff6b35;
}

.popup-header h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1e3a5f;
  text-align: center;
}

.popup-header p {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
}

.newsletter-form {
  display: flex;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(30, 58, 95, 0.1);
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 16px 20px;
  border: 2px solid #e9ecef;
  border-right: none;
  font-size: 15px;
  background: white;
  transition: all 0.3s;
}

.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: #4dabf5;
  background: #f8f9fa;
}

.newsletter-form input[type="submit"] {
  background: linear-gradient(135deg, #ff6b35, #e55a2b);
  color: white;
  border: none;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.newsletter-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #e55a2b, #cc4a23);
  transform: translateY(-2px);
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
  color: #495057;
  padding: 8px 0;
}

.benefit-item i {
  color: #ff6b35;
  margin-right: 12px;
  font-size: 16px;
  background: rgba(255, 107, 53, 0.1);
  padding: 6px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-content {
  text-align: center;
}

.image-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
  color: white;
}

.image-content p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 25px;
}

.privacy-info {
  margin-top: 30px;
  font-size: 13px;
  opacity: 0.8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.privacy-info p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Form durum mesajları */
#newsletterPopup .loading,
#newsletterPopup .error-message,
#newsletterPopup .sent-message {
  display: none;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

#newsletterPopup .loading {
  background: rgba(255, 243, 205, 0.8);
  color: #856404;
  border: 1px solid #ffeaa7;
}

#newsletterPopup .error-message {
  background: rgba(248, 215, 218, 0.8);
  color: #721c24;
  border: 1px solid #f5c6cb;
}

#newsletterPopup .sent-message {
  background: rgba(209, 237, 255, 0.8);
  color: #0c5460;
  border: 1px solid #b8daff;
}

/* Responsive */
@media (max-width: 768px) {
  .popup-container {
    flex-direction: column;
    max-width: 450px;
    margin: 20px;
  }
  
  .popup-image {
    padding: 30px 25px;
  }
  
  .popup-content {
    padding: 30px 25px;
  }
  
  .newsletter-form {
    flex-direction: column;
    border-radius: 10px;
  }
  
  .newsletter-form input[type="email"] {
    border-radius: 10px 10px 0 0;
    border-right: 2px solid #e9ecef;
    border-bottom: none;
    margin-bottom: 0;
  }
  
  .newsletter-form input[type="submit"] {
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
  
  .popup-header h2 {
    font-size: 24px;
  }
  
  .image-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .popup-container {
    width: 95%;
    margin: 10px;
  }
  
  .popup-header h2 {
    font-size: 22px;
  }
  
  .popup-image,
  .popup-content {
    padding: 25px 20px;
  }
}