@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 50px 0;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-size: 32px;
  color: #597e81;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.heading_container p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #495057;
  font-size: 16px;
}

.heading_container h2 span {
  color: #597e81;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #597e81;
  border-radius: 0 0 350px 0;
}

.sub_page .hero_area {
  min-height: auto;
  border-radius: 0 0 45px 0;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #000000;
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #495057;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #eb3d2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eb3d2b;
}

.quote_btn-container .quote_btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  text-align: center;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #597e81;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #597e81;
}

.slider_section .detail-box .btn-box .btn1:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #495057;
}

.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box {
  margin-top: 25px;
  padding: 15px;
  border-radius: 14px;
  /*-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);*/
  /*        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);*/
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  /*transition: all 0.3s;*/

  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px;
  background-color: #faf8fd;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box img {
  width: 75px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.service_section .box .detail-box a {
  color: inherit;
}

.service_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  color: #ffffff;
}

.service_section .box:hover::before {
  -webkit-transform: scale(5);
          transform: scale(5);
  background-color: #597e81;
}

.service_section .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.btn-box a {
  background-color: #007bff;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease;
}

.btn-box a:hover {
  background-color: #0056b3;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #eb3d2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eb3d2b;
}

.service_section .btn-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.about_section {
  background-color: #597e81;
  color: #ffffff;
  border-radius: 250px 0 250px 0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #eb3d2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eb3d2b;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.detail-box a i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.detail-box a:hover i {
  transform: translateX(3px);
}

.case_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case_section .box {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;

  margin-top: 45px;
  background-color: #ffffff;
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);*/
  /*        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);*/
  text-align: center;
}

.case_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.case_section .img-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.case_section .detail-box {
  padding: 20px;
}

.case_section .detail-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #004080;
}

.case_section .detail-box a span {
  background-color: #eb3d2b;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.case_section .detail-box a span:hover {
  background-color: #eb3d2b;
}

.case_section .mb-4 {
  margin-bottom: 30px !important;
}

.case_section .box .img-box {
  position: relative;
}

.case_section .box .img-box img {
  width: 100%;
}

.case_section .box .detail-box {
  padding: 25px;
}

.case_section .box .detail-box h5 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
  color: #2c3e50;
}

.case_section .box .detail-box p {
  font-size: 15px;
  color: #555;
  margin: 10px 0;
}

.case_section .box .detail-box a {
  color: #597e81;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
  text-align: center;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  position: relative;
  margin-bottom: -62.5px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #597e81;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  background-color: #597e81;
  color: #ffffff;
  border-radius: 15px;
  padding: 85px 45px 15px 45px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #597e81;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #495057;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 45px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #eb3d2b;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eb3d2b;
  margin-top: 10px;
}

.contact_section button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  margin-left: 45px;
}

.contact_section .map_container .map {
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.footer_container {
  background-color: #597e81;
  color: #ffffff;
  border-radius: 350px 0 0 0;
  padding-top: 145px;
}

/* info section */
.info_section h4 {
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #eb3d2b; /* Ana renk */
  border-radius: 1px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #495057;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #495057;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #495057;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #495057;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #495057;
  margin-top: 15px;
}

.info_section form button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.scroll-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
}
.scroll-container::-webkit-scrollbar {
  display: none;
}

.news-box {
  flex: 0 0 auto;
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.news-box .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.detail-box {
  padding: 15px;
}

.detail-box h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.detail-box p {
  font-size: 14px;
  margin-bottom: 10px;
}

.detail-box a {
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.carousel-icon {
  font-size: 22px;
  color: #333;
  background-color: #eee;
  border-radius: 50%;
  padding: 5px 10px;
  transition: background 0.3s;
}

.carousel-icon:hover {
  background-color: #ccc;
}

.carousel-controls .carousel-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.carousel-icon {
  font-weight: bold;
}

@media (max-width: 768px) {
  .map_container iframe {
    height: 320px !important;
  }
}

.animated-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: fadeInChar 0.6s forwards;
}


.space-char {
  width: 0.03em;
}

.animated-text span:nth-child(1) { animation-delay: 0s; }
.animated-text span:nth-child(2) { animation-delay: 0.05s; }
.animated-text span:nth-child(3) { animation-delay: 0.1s; }
.animated-text span:nth-child(4) { animation-delay: 0.15s; }
.animated-text span:nth-child(5) { animation-delay: 0.2s; }
.animated-text span:nth-child(6) { animation-delay: 0.25s; }
.animated-text span:nth-child(7) { animation-delay: 0.3s; }
/* Devamı otomatik çoğaltılabilir */

@keyframes fadeInChar {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Paragraf için basit gecikmeli fade-in */
.fade-in-text {
  opacity: 0;
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.2s;
}

@keyframes fadeInText {
  to {
    opacity: 1;
  }
}

/* Başlıkların başlangıç durumları */
h5 {
  opacity: 0;
  transform: translateX(50px); /* Sağdan kaydırma */
  transition: opacity 1s ease, transform 1s ease;
}

h5.visible {
  opacity: 1;
  transform: translateX(0);
}

/* carousel item için animasyon */
.carousel-item {
  animation: slideIn 1s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.carousel-controls .carousel-btn {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.carousel-controls .carousel-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.img-box img {
  width: 100%;           /* Responsive uyum */
  height: auto;
  border-radius: 15px;   /* Köşeler hafif yuvarlak */
  box-shadow: 0 8px 20px; /* Hafif gölge */
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
}

.img-box img:hover {
  transform: scale(1.1);
  opacity: 0.9;
  box-shadow: 0 15px 30px; /* Hover’da gölge derinleşir */
}


.btn-goksu {
  color: #eb3d2b;
  border: 1px solid #eb3d2b;
  background-color: transparent;
  transition: all 0.3s;
}

.btn-goksu:hover,
.btn-goksu.active {
  background-color: #eb3d2b;
  color: white;
}

.committee {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.member {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 15px;
  flex: 1 1 250px;
  max-width: 300px;
  text-align: center;
}
.member img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
.member h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}
.member p {
  margin: 5px 0;
  font-size: 0.95rem;
}

.nav-item {
  position: relative;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 180px;
  z-index: 1000;
}

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li::before {
  color: #c6d300;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.menu-link {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-link:hover {
  background-color: #f0f0f0;
  color: #002d7b;
  cursor: pointer;
}

/* Yukarı Çık Butonu Stili */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #002d7b;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background-color: #c6d300;
  color: #002d7b;
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .row { /* eğer menü ve içerik aynı row içindeyse */
    display: flex;
    /*flex-direction: column;*/
  }

  .menu-block {
    order: -1; /* menü bloklarını öne al */
    width: 100% !important; /* mobilde tam genişlik */
    margin-bottom: 20px; /* alt boşluk */
  }

  /* İçerik kısmının order'u normalde 0 ise */
  .content-block {
    order: 0;
  }
}

.menu-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Masaüstü hover efekti */
@media (hover: hover) and (pointer: fine) {
  .menu-link:hover {
    color: #c6d300;
  }
}

/* Mobil dokunmatik renk değişimi */
@media (hover: none) and (pointer: coarse) {
  .menu-link:active,
  .menu-link:focus {
    color: #c6d300;
  }
}

[id] {
  scroll-margin-top: 300px; /* Menü yüksekliği kadar boşluk */
}

/* Tablolar için */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

th, td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background-color: rgb(0, 45, 123);
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.highlight {
  background-color: #eaf2f8;
  padding: 15px;
  border-left: 4px solid #2980b9;
  margin: 20px 0;
  font-weight: bold;
}

.yillik-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.yillik-box {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.yillik-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.yillik-table th, .yillik-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .yillik-table {
    font-size: 0.95rem;
  }
}

.ekstra-info {
  background: #e8f4ff;
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 15px;
}

.lesson-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: #f1f1f1;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.yillik-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.yillik-tag {
  background-color: #ecf0f1;
  color: #2c3e50;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 600px) {
  .yillik-tag {
    font-size: 13px;
    padding: 6px 10px;
  }
}

@media (max-width: 768px) {
  table {
    font-size: 14px;
  }
}

table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgb(110, 108, 108);
}

.yillik-box h2 {
  border-bottom: 2px solid #c6d300;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #002d7b;
  font-weight: 600;
  font-size: 30px;
}

.yillik-box {
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.weekly-lesson-title {
  border-bottom: 2px solid #c6d300;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #002d7b;
}

.info-section {
  margin-top: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background-color: #f9faf6;
  padding: 20px 25px;
  border-left: 6px solid #c6d300;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(198, 211, 0, 0.15);
}

.info-title {
  font-weight: 700;
  color: #002d7b;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #c6d300;
  padding-bottom: 6px;
}

.info-note-label {
  font-style: italic;
  font-weight: 600;
  color: #a1a14d;
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 16px;
}

.info-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #444;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-box {
  background-color: #f8f9fa;
  border-left: 4px solid #002d7b;
  padding: 15px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

.feature-box.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr; /* Mobilde tek sütun */
  }

  .feature-box {
    font-size: 0.95rem;
    padding: 10px 14px;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Kutu sıralamasına göre animasyon gecikmesi */
.feature-box:nth-child(1) { animation-delay: 0.1s; }
.feature-box:nth-child(2) { animation-delay: 0.2s; }
.feature-box:nth-child(3) { animation-delay: 0.3s; }
.feature-box:nth-child(4) { animation-delay: 0.4s; }
.feature-box:nth-child(5) { animation-delay: 0.5s; }
.feature-box:nth-child(6) { animation-delay: 0.6s; }
.feature-box:nth-child(7) { animation-delay: 0.7s; }
.feature-box:nth-child(8) { animation-delay: 0.8s; }
.feature-box:nth-child(9) { animation-delay: 0.9s; }

a.detail-box {
  display: inline-block;
  padding: 10px 45px;
  background-color: #eb3d2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #eb3d2b;
  margin-top: 15px;
}

.gallery-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #002d7b;
  position: relative;
  z-index: 2;
}

.video-wrapper {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #0a91f1;
  clip-path: polygon(25% 20%, 75% 50%, 25% 80%);
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 5px;
  pointer-events: none; /* BU SATIRI EKLEYİN */
}

/* GLightbox mobil uyumluluk */
.gslide-media {
  touch-action: pan-y !important;
}

.gslide {
  padding: 10px !important;
}

.glightbox-mobile .gslide-media {
  max-height: 80vh !important;
}

/* Swiper stilleri */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.glightbox-video {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .glightbox-container .gslide {
    padding: 0;
  }

  .glightbox-container .gslide-media {
    height: 100%;
  }
}

#guidance {
  max-width: 900px;
  margin: auto;
  padding: 2rem 1rem;
  color: #222;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

#guidance h2 {
  color: #002d7b;
  margin-bottom: 1rem;
  font-weight: 700;
}

#guidance h4 {
  color: #004495;
  margin-bottom: 1rem;
  font-weight: 600;
  border-left: 5px solid #eb3d2b;
  padding-left: 0.75rem;
}

#guidance p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

#guidance ul {
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}

#guidance ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}

#guidance ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #eb3d2b;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

blockquote {
  border-left: 5px solid #eb3d2b;
  background-color: #f8f9fa;
  padding: 1.25rem 1.5rem;
  font-style: italic;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
}

.gallery-menu-card {
  margin-bottom: 30px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.menu-link {
  transition: all 0.3s;
}

.menu-link:hover {
  color: #002d7b !important;
  font-weight: bold;
  padding-left: 5px;
}







