

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
    margin: 0;
    padding-bottom: 0;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #f39c12;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 25px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 60px 0;
  }

  #services {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #f39c12;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .navbar-logo {
    height: 50px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    transition: all 0.3s ease;
  }

  .navbar-logo:hover {
    transform: scale(1.05);
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 2em;
    margin-right: 0;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #f39c12;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #f39c12;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #f39c12;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.4);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 60px 0;
  }

  .home-slider .caption h1 {
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .home-slider .caption h3 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    margin-bottom: 0;
    opacity: 0.95;
  }

  /* Responsive slider text */
  @media only screen and (max-width: 767px) {
    .home-slider .caption h1 {
      font-size: 2.5em;
      margin-bottom: 15px;
    }
    
    .home-slider .caption h3 {
      font-size: 1.2em;
      line-height: 1.5;
    }
    
    .home-slider .caption {
      padding: 40px 0;
    }
  }

  @media only screen and (max-width: 480px) {
    .home-slider .caption h1 {
      font-size: 2em;
      margin-bottom: 10px;
    }
    
    .home-slider .caption h3 {
      font-size: 1.1em;
    }
    
    .home-slider .caption {
      padding: 30px 0;
    }
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    background-position: center center;
    height: 650px;
    position: relative;
    overflow: hidden;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/slider-image1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider .item-second {
    background-image: url(../images/slider-image2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider .item-third {
    background-image: url(../images/slider-image3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider .item-fourth {
    background-image: url(../images/slider-image4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider .item-fifth {
    background-image: url(../images/slider-image5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider .item-sixth {
    background-image: url(../images/slider-image6.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #f39c12;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #f39c12;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #3f51b5;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #252020;
    padding: 60px 0 30px 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #f39c12;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #f39c12;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #f39c12;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: 1em;
      margin-right: 0;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 40px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .navbar-logo {
      height: 45px;
      max-width: 200px;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    .navbar-logo {
      height: 40px;
      max-width: 180px;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }

  /*---------------------------------------
     WHATSAPP BUTTON STYLES              
  -----------------------------------------*/
  
  .whatsapp-btn {
    background-color: #25D366 !important;
    color: white !important;
    border-radius: 25px;
    padding: 8px 15px !important;
    margin-left: 10px;
    transition: all 0.3s ease;
    font-weight: bold;
  }

  .whatsapp-btn:hover {
    background-color: #128C7E !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
  }

  .whatsapp-btn i {
    margin-right: 5px;
    font-size: 16px;
  }

  /*---------------------------------------
     CONTACT INFO STYLES              
  -----------------------------------------*/
  
  .contact-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }

  .contact-info:hover {
    transform: translateY(-5px);
  }

  .contact-info h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .contact-info h3 i {
    color: #3498db;
    margin-right: 10px;
  }

  .contact-info p {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .contact-info strong {
    color: #2c3e50;
  }

  .contact-map {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  .contact-map h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .contact-map h3 i {
    color: #e74c3c;
    margin-right: 10px;
  }

  .map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  }

  .map-container iframe {
    border-radius: 10px;
  }

  .contact-details {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  .contact-details h3 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 1.4em;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
  }

  .contact-details h3 i {
    color: #3498db;
    margin-right: 10px;
  }

  .contact-details h4 {
    color: #000000;
    margin: 20px 0 10px 0;
    font-size: 1.1em;
  }

  .contact-details h4 i {
    color: #e74c3c;
    margin-right: 8px;
  }

  .contact-details p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
  }

  .contact-details p strong {
    color: #000000 !important;
  }

  .contact-details strong {
    color: #000000;
  }

  /*---------------------------------------
     PAGE IMAGE STYLES              
  -----------------------------------------*/
  
  .page-image {
    margin: 20px 0;
    text-align: center;
  }

  .page-image img {
    max-width: 60%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
  }

  .page-image img:hover {
    transform: scale(1.02);
  }

  /*---------------------------------------
     GALLERY STYLES              
  -----------------------------------------*/
  
  .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }

  .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.1);
  }

  /*---------------------------------------
     HAC INFO STYLES              
  -----------------------------------------*/
  
  .hac-info-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 40px;
    margin: 30px 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
  }

  .hac-banner {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 15px;
    color: white;
    box-shadow: 0 10px 25px rgba(44,62,80,0.3);
  }

  .hac-banner h3 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    color: #ffffff !important;
  }

  .hac-subtitle {
    font-size: 1.2em;
    font-style: italic;
    opacity: 0.9;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    color: #ffffff !important;
  }

  .hac-content {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .hac-text {
    margin-bottom: 40px;
  }

  .hac-text p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: justify;
    text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.05);
  }

  .hac-highlight {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    border-left: 5px solid #27ae60;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(39,174,96,0.1);
  }

  .hac-highlight p {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .hac-highlight strong {
    color: #27ae60;
    font-weight: 700;
  }

  .hac-highlight em {
    color: #7f8c8d;
    font-style: italic;
  }

  .hac-features {
    margin-top: 40px;
  }

  .feature-box {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 30px;
  }

  .feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }

  .feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(52,152,219,0.3);
  }

  .feature-icon i {
    font-size: 2em;
    color: white;
  }

  .feature-box h4 {
    font-size: 1.4em;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.05);
  }

  .feature-box p {
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0;
    font-size: 1em;
  }

  /*---------------------------------------
     FIXED RESERVATION BUTTON STYLES              
  -----------------------------------------*/
  
  .fixed-reservation-btn {
    position: fixed;
    top: 90px;
    right: 30px;
    z-index: 9999;
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .fixed-reservation-btn:hover {
    opacity: 1;
    transform: scale(1.05);
  }

  .reservation-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    text-decoration: none;
    padding: 15px 12px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    min-width: 60px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }

  .reservation-btn:hover {
    background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    color: white;
    text-decoration: none;
    transform: scale(1.05);
  }

  .reservation-btn i {
    font-size: 1.8em;
    margin-bottom: 5px;
    display: block;
  }

  .reservation-btn span {
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    white-space: nowrap;
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .fixed-reservation-btn {
      top: 80px;
      right: 20px;
    }
    
    .reservation-btn {
      padding: 12px 10px;
      min-width: 55px;
    }
    
    .reservation-btn i {
      font-size: 1.5em;
    }
    
    .reservation-btn span {
      font-size: 0.7em;
    }
  }
  
  /*---------------------------------------
     BANK INFO STYLES              
  -----------------------------------------*/
  
  .bank-info h2 {
    color: #ffffff !important;
  }

  /*---------------------------------------
     ŞARTLAR VE KOŞULLAR / İADE POLİTİKASI STYLES              
  -----------------------------------------*/
  
  .sartlar-content, .iade-content {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin: 30px 0;
  }

  .sartlar-section, .iade-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
  }

  .sartlar-section:last-child, .iade-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .sartlar-section h3, .iade-section h3 {
    color: #2c3e50;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
  }

  .sartlar-section h3 i, .iade-section h3 i {
    color: #3498db;
    margin-right: 10px;
  }

  .sartlar-section h4, .iade-section h4 {
    color: #34495e;
    font-size: 1.3em;
    font-weight: 600;
    margin: 25px 0 15px 0;
  }

  .sartlar-section p, .iade-section p {
    color: #2c3e50;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
  }

  .sartlar-section ul, .iade-section ul {
    margin: 15px 0;
    padding-left: 20px;
  }

  .sartlar-section li, .iade-section li {
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 8px;
  }

  /* İade Politikası Özel Stilleri */
  .iade-notice {
    background: linear-gradient(135deg, #e8f4fd 0%, #f0f8ff 100%);
    border-left: 4px solid #3498db;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
  }

  .iade-notice h4 {
    color: #2980b9;
    margin-bottom: 10px;
  }

  .iade-timeline {
    margin: 30px 0;
  }

  .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #27ae60;
  }

  .timeline-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .timeline-icon i {
    color: white;
    font-size: 1.2em;
  }

  .timeline-content h4 {
    color: #27ae60;
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .timeline-content p {
    margin-bottom: 5px;
  }

  .timeline-content strong {
    color: #27ae60;
    font-weight: 700;
  }

  .special-case {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
  }

  .special-case p:first-child {
    font-weight: 600;
    color: #856404;
    margin-bottom: 10px;
  }

  .payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
  }

  .payment-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e9ecef;
  }

  .payment-item h5 {
    color: #2c3e50;
    margin-bottom: 10px;
  }

  .payment-item h5 i {
    color: #3498db;
    margin-right: 8px;
  }

  .process-steps {
    margin: 30px 0;
  }

  .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
  }

  .step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2em;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .step-content h4 {
    color: #2c3e50;
    margin-bottom: 8px;
  }

  .no-refund {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
  }

  .no-refund h4 {
    color: #721c24;
    margin-bottom: 15px;
  }

  .no-refund li {
    color: #721c24;
  }

  .contact-info {
    background: #e8f5e8;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
  }

  .contact-details {
    margin: 15px 0;
  }

  .contact-details p {
    margin-bottom: 8px;
    color: #2c3e50;
  }

  .support-note {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    border-left: 4px solid #27ae60;
  }

  .support-note h4 {
    color: #27ae60;
    margin-bottom: 10px;
  }

  .support-note h4 i {
    color: #e74c3c;
    margin-right: 8px;
  }

  .general-info {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
  }

  .effective-date {
    background: white;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    border: 2px solid #3498db;
  }

  .effective-date h4 {
    color: #3498db;
    margin-bottom: 10px;
  }

  /*---------------------------------------
     CONTACT CARDS STYLES              
  -----------------------------------------*/
  
  .contact-details {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 0;
  }

  .contact-details h3 {
    color: #2c3e50;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 3px solid #3498db;
    display: flex;
    align-items: center;
  }

  .contact-details h3 i {
    color: #3498db;
    margin-right: 8px;
    font-size: 1.1em;
  }

  .contact-details h4 {
    color: #34495e;
    font-size: 1.1em;
    font-weight: 600;
    margin: 15px 0 8px 0;
    display: flex;
    align-items: center;
  }

  .contact-details h4 i {
    margin-right: 6px;
    font-size: 0.9em;
  }

  .contact-details h4 i.fa-user {
    color: #f39c12;
  }

  .contact-details h4 i.fa-users {
    color: #e74c3c;
  }

  .contact-details h4 i.fa-phone {
    color: #e74c3c;
  }

  .contact-details p {
    color: #2c3e50;
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 0.95em;
  }

  .contact-details strong {
    color: #2c3e50;
    font-weight: 600;
  }

  .map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-top: 0;
  }

  .map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .contact-details {
      margin-bottom: 20px;
      padding: 20px;
    }
    
    .contact-details h3 {
      font-size: 1.3em;
      margin-bottom: 12px;
    }
    
    .contact-details h4 {
      font-size: 1em;
      margin: 12px 0 6px 0;
    }
    
    .contact-details p {
      font-size: 0.9em;
      margin-bottom: 6px;
    }
    
    .map-container iframe {
      height: 250px;
    }
  }
  
  .bank-account h4 {
    color: #ffffff !important;
  }

  .bank-account p {
    color: #ffffff !important;
  }

  .bank-account strong {
    color: #ffffff !important;
  }

  /*---------------------------------------
     MODERN KURUMSAL TASARIM ÖĞELERİ              
  -----------------------------------------*/

  /* Kurumsal Renk Paleti */
  :root {
    --primary-color: #2c5aa0;
    --secondary-color: #1e3a5f;
    --accent-color: #f39c12;
    --success-color: #27ae60;
    --warning-color: #e67e22;
    --danger-color: #e74c3c;
    --light-color: #f8f9fa;
    --dark-color: #2c3e50;
    --gradient-primary: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    --gradient-accent: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    --shadow-soft: 0 10px 30px rgba(44, 90, 160, 0.1);
    --shadow-hover: 0 15px 40px rgba(44, 90, 160, 0.2);
  }

  /* Modern Kart Tasarımları */
  .modern-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(44, 90, 160, 0.1);
  }

  .modern-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
  }

  /* Gradient Butonlar */
  .btn-gradient {
    background: var(--gradient-primary);
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
  }

  .btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.4);
    color: white;
  }

  .btn-accent {
    background: var(--gradient-accent);
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
  }

  .btn-accent:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
    color: white;
  }

  /* Modern Başlık Stilleri */
  .modern-title {
    position: relative;
    margin-bottom: 25px;
  }

  .modern-title h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .modern-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-accent);
    border-radius: 2px;
  }

  /* İkon Kutuları */
  .icon-box {
    text-align: center;
    padding: 25px 15px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: 1px solid rgba(44, 90, 160, 0.1);
  }

  .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
  }

  .icon-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    color: white;
  }

  .icon-box h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
  }

  .icon-box p {
    color: #666;
    line-height: 1.6;
  }

  /* Modern Form Elemanları */
  .form-modern {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(44, 90, 160, 0.1);
  }

  .form-modern .form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f8f9fa;
  }

  .form-modern .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.25);
    background: #ffffff;
  }

  /* Animasyonlar */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .animate-fadeInUp {
    animation: fadeInUp 0.8s ease-out;
  }

  .animate-fadeInLeft {
    animation: fadeInLeft 0.8s ease-out;
  }

  .animate-fadeInRight {
    animation: fadeInRight 0.8s ease-out;
  }

  /* Modern Rezervasyon Butonu - Kaldırıldı (yukarıda birleştirildi) */

  .reservation-btn {
    background: var(--gradient-accent);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }

  .reservation-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(243, 156, 18, 0.5);
    color: white;
  }

  .reservation-btn i {
    font-size: 20px;
  }

  /* Modern Navbar */
  .navbar-logo {
    max-height: 50px;
    transition: all 0.3s ease;
  }

  .navbar-logo:hover {
    transform: scale(1.05);
  }

  /* Sayfa Başlık Alanları */
  .page-header {
    background: var(--gradient-primary);
    color: white;
    padding: 30px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
  }

  .page-header h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .page-header p {
    font-size: 1.2em;
    opacity: 0.95;
    position: relative;
    z-index: 2;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }

  /* İçerik Alanları */
  .content-section {
    padding: 40px 0;
  }

  .content-section:nth-child(even) {
    background: #f8f9fa;
  }

  /* Tur Kartları Özel Stilleri */
  .tour-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
  }

  .tour-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .tour-icon i {
    font-size: 24px;
    color: white;
  }

  .tour-title h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 1.3em;
  }

  .tour-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .tour-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
  }

  .tour-details {
    margin-top: 15px;
  }

  .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
  }

  .detail-item i {
    width: 20px;
    color: var(--accent-color);
    margin-right: 12px;
    font-size: 14px;
  }

  .detail-item span {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
  }

  .detail-item strong {
    color: var(--primary-color);
  }

  /* Tur Kartları Hover Efektleri */
  .modern-card:hover .tour-icon {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }

  .modern-card:hover .tour-title h4 {
    color: var(--accent-color);
    transition: all 0.3s ease;
  }

  /* Tur Öne Çıkanları Stilleri */
  .highlight-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid var(--accent-color);
    transition: all 0.3s ease;
  }

  .highlight-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.15);
    background: #ffffff;
  }

  .highlight-center {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .highlight-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .highlight-center .highlight-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .highlight-icon i {
    font-size: 20px;
    color: white;
  }

  .highlight-content h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 8px 0;
    font-size: 1.2em;
  }

  .highlight-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  /* Avantaj Öğeleri Stilleri */
  .advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid var(--accent-color);
    transition: all 0.3s ease;
  }

  .advantage-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.1);
    background: #ffffff;
  }

  .advantage-icon {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .advantage-icon i {
    font-size: 16px;
    color: white;
  }

  .advantage-content h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 1.1em;
  }

  .advantage-content p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }

  /* Detay Kartları Stilleri */
  .detail-card {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(44, 90, 160, 0.1);
    border: 1px solid rgba(44, 90, 160, 0.1);
    transition: all 0.3s ease;
  }

  .detail-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.15);
  }

  .detail-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .detail-icon i {
    font-size: 18px;
    color: white;
  }

  .detail-content h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 1.2em;
  }

  .detail-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }

  /* Fiyat Kartları Stilleri */
  .pricing-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(44, 90, 160, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(44, 90, 160, 0.2);
  }

  .pricing-card.featured {
    border-color: var(--accent-color);
    transform: scale(1.05);
  }

  .pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
  }

  .pricing-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--gradient-accent);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .pricing-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
  }

  .pricing-header h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 1.3em;
  }

  .pricing-header .price {
    color: var(--accent-color);
    font-size: 2.5em;
    font-weight: 700;
    margin: 0;
  }

  .pricing-features {
    margin-bottom: 25px;
  }

  .pricing-features .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
  }

  .pricing-features .feature-item i {
    color: var(--success-color);
    margin-right: 10px;
    font-size: 14px;
  }

  .pricing-features .feature-item span {
    color: #666;
    font-size: 14px;
  }

  /* Program Kartları Stilleri */
  .program-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(44, 90, 160, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
  }

  .program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(44, 90, 160, 0.2);
  }

  .program-card.featured {
    border-color: var(--accent-color);
    transform: scale(1.05);
  }

  .program-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
  }

  .program-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--gradient-accent);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .program-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
  }

  .program-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .program-icon i {
    font-size: 24px;
    color: white;
  }

  .program-title h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 1.4em;
  }

  .program-duration {
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 600;
  }

  .program-timeline {
    margin-bottom: 25px;
  }

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

  .timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 35px;
    width: 2px;
    height: calc(100% + 5px);
    background: #e0e0e0;
  }

  .timeline-marker {
    width: 30px;
    height: 30px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
  }

  .timeline-content h6 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 1.1em;
  }

  .timeline-content p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }

  .program-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
  }

  /* Kurumsal Tasarım Stilleri */
  .corporate-content {
    text-align: center;
    padding: 20px 0;
  }

  .corporate-intro {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .corporate-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
  }

  .corporate-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
  }

  .corporate-icon i {
    font-size: 32px;
    color: white;
  }

  .modern-card:hover .corporate-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(44, 90, 160, 0.3);
  }

  .signature-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid var(--accent-color);
  }

  .signature-content {
    text-align: center;
    padding: 30px 20px;
  }

  .signature-text {
    font-size: 18px;
    font-style: italic;
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: 600;
  }

  .signature-info h4 {
    color: var(--primary-color);
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .signature-title {
    color: var(--accent-color);
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .signature-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
  }

  /* Footer Stilleri */
  .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-menu li {
    margin-bottom: 8px;
  }

  .footer-menu li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }

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

  .footer-extra p {
    margin-bottom: 15px;
    color: #ccc;
    line-height: 1.6;
  }

  .footer-extra strong {
    color: var(--accent-color);
  }

  .footer-extra i {
    color: var(--accent-color);
    margin-right: 5px;
  }

  .copyright-text {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #444;
  }

  .copyright-text p {
    color: #999;
    font-size: 14px;
    margin: 0;
  }

  /* Lightbox Stilleri */
  .lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
  }

  .lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
    animation: zoomIn 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    object-fit: contain;
  }

  .lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .lightbox-close:hover {
    color: var(--accent-color);
  }

  .lightbox-prev,
  .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .lightbox-prev {
    left: 20px;
  }

  .lightbox-next {
    right: 20px;
  }

  .lightbox-prev:hover,
  .lightbox-next:hover {
    background-color: var(--accent-color);
    transform: translateY(-50%) scale(1.1);
  }

  .gallery-item {
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover {
    transform: scale(1.05);
  }

  .gallery-item img {
    transition: all 0.3s ease;
  }

  .gallery-item:hover img {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes zoomIn {
    from { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  }

  /* İletişim Bölümü Stilleri */
  .contact-details {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(44, 90, 160, 0.1);
    margin-bottom: 20px;
  }

  .contact-details h3 {
    color: var(--primary-color);
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .contact-details h3 i {
    font-size: 18px;
    margin-right: 8px;
    color: var(--accent-color);
  }

  .contact-details h4 {
    color: var(--primary-color);
    font-size: 1.1em;
    font-weight: 600;
    margin: 20px 0 10px 0;
  }

  .contact-details h4 i {
    font-size: 14px;
    margin-right: 6px;
    color: var(--accent-color);
  }

  .contact-details p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .contact-details p strong {
    color: var(--primary-color);
  }

  .contact-map {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(44, 90, 160, 0.1);
    margin-bottom: 20px;
  }

  .contact-map h3 {
    color: var(--primary-color);
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .contact-map h3 i {
    font-size: 18px;
    margin-right: 8px;
    color: var(--accent-color);
  }

  .map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  /* Slider Navigation ve Dots Stilleri */
  .slider-container {
    position: relative;
  }

  .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
    z-index: 10;
  }

  .slider-prev,
  .slider-next {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  .slider-prev:hover,
  .slider-next:hover {
    background: var(--accent-color);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .slider-prev i,
  .slider-next i {
    font-size: 18px;
    color: var(--primary-color);
    transition: color 0.3s ease;
  }

  .slider-prev:hover i,
  .slider-next:hover i {
    color: white;
  }

  .slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
  }

  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
  }

  .dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
  }

  .dot.active {
    background: var(--accent-color);
    border-color: white;
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(255, 165, 0, 0.6);
  }

  /* Slider Animasyonları */
  .owl-carousel .owl-item {
    transition: all 0.5s ease-in-out;
  }

  /* Background image koruması */
  .owl-carousel .owl-item .item {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Random Animasyon Sınıfları */
  .owl-carousel .owl-item.active .caption h1 {
    animation: slideInUp 0.8s ease-out;
  }

  .owl-carousel .owl-item.active .caption h3 {
    animation: slideInUp 0.8s ease-out 0.2s both;
  }

  /* Farklı Animasyon Türleri */
  @keyframes slideInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-100px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideInRight {
    from {
      opacity: 0;
      transform: translateX(100px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

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

  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale(0.5);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes zoomInUp {
    from {
      opacity: 0;
      transform: scale(0.5) translateY(50px);
    }
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }

  @keyframes zoomInDown {
    from {
      opacity: 0;
      transform: scale(0.5) translateY(-50px);
    }
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }

  @keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes rotateIn {
    from {
      opacity: 0;
      transform: rotate(-180deg) scale(0.5);
    }
    to {
      opacity: 1;
      transform: rotate(0deg) scale(1);
    }
  }

  @keyframes flipInX {
    from {
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
    to {
      opacity: 1;
      transform: perspective(400px) rotateX(0deg);
    }
  }

  @keyframes flipInY {
    from {
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
    to {
      opacity: 1;
      transform: perspective(400px) rotateY(0deg);
    }
  }

  /* Animasyon Sınıfları */
  .animate-slideInUp {
    animation: slideInUp 0.8s ease-out;
  }

  .animate-slideInLeft {
    animation: slideInLeft 0.8s ease-out;
  }

  .animate-slideInRight {
    animation: slideInRight 0.8s ease-out;
  }

  .animate-slideInDown {
    animation: slideInDown 0.8s ease-out;
  }

  .animate-zoomIn {
    animation: zoomIn 0.8s ease-out;
  }

  .animate-zoomInUp {
    animation: zoomInUp 0.8s ease-out;
  }

  .animate-zoomInDown {
    animation: zoomInDown 0.8s ease-out;
  }

  .animate-fadeInScale {
    animation: fadeInScale 0.8s ease-out;
  }

  .animate-bounceIn {
    animation: bounceIn 0.8s ease-out;
  }

  .animate-rotateIn {
    animation: rotateIn 0.8s ease-out;
  }

  .animate-flipInX {
    animation: flipInX 0.8s ease-out;
  }

  .animate-flipInY {
    animation: flipInY 0.8s ease-out;
  }

  /* Slider Fade Effect */
  .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .owl-carousel .owl-stage {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  /* Farklı Geçiş Efektleri */
  .owl-carousel .owl-item {
    transition: all 0.8s ease-in-out;
  }

  /* Slide Geçişleri */
  .owl-carousel .owl-item.slideOutLeft {
    animation: slideOutLeft 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.slideInRight {
    animation: slideInRight 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.slideOutRight {
    animation: slideOutRight 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.slideInLeft {
    animation: slideInLeft 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.slideOutUp {
    animation: slideOutUp 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.slideInDown {
    animation: slideInDown 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.slideOutDown {
    animation: slideOutDown 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.slideInUp {
    animation: slideInUp 0.8s ease-in-out;
  }

  /* Zoom Geçişleri */
  .owl-carousel .owl-item.zoomOut {
    animation: zoomOut 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.zoomIn {
    animation: zoomIn 0.8s ease-in-out;
  }

  /* Flip Geçişleri */
  .owl-carousel .owl-item.flipOutX {
    animation: flipOutX 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.flipInX {
    animation: flipInX 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.flipOutY {
    animation: flipOutY 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.flipInY {
    animation: flipInY 0.8s ease-in-out;
  }

  /* Rotate Geçişleri */
  .owl-carousel .owl-item.rotateOut {
    animation: rotateOut 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.rotateIn {
    animation: rotateIn 0.8s ease-in-out;
  }

  /* Bounce Geçişleri */
  .owl-carousel .owl-item.bounceOut {
    animation: bounceOut 0.8s ease-in-out;
  }

  .owl-carousel .owl-item.bounceIn {
    animation: bounceIn 0.8s ease-in-out;
  }

  /* Keyframe Animasyonları */
  @keyframes slideOutLeft {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-100%); opacity: 0; }
  }

  @keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }

  @keyframes slideOutRight {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
  }

  @keyframes slideInLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }

  @keyframes slideOutUp {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(-100%); opacity: 0; }
  }

  @keyframes slideInDown {
    from { transform: translateY(-100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  @keyframes slideOutDown {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(100%); opacity: 0; }
  }

  @keyframes slideInUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  @keyframes zoomOut {
    from { transform: scale(1); opacity: 1; }
    to { transform: scale(0.3); opacity: 0; }
  }

  @keyframes zoomIn {
    from { transform: scale(0.3); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }

  @keyframes flipOutX {
    from { transform: perspective(400px) rotateX(0deg); opacity: 1; }
    to { transform: perspective(400px) rotateX(90deg); opacity: 0; }
  }

  @keyframes flipInX {
    from { transform: perspective(400px) rotateX(-90deg); opacity: 0; }
    to { transform: perspective(400px) rotateX(0deg); opacity: 1; }
  }

  @keyframes flipOutY {
    from { transform: perspective(400px) rotateY(0deg); opacity: 1; }
    to { transform: perspective(400px) rotateY(90deg); opacity: 0; }
  }

  @keyframes flipInY {
    from { transform: perspective(400px) rotateY(-90deg); opacity: 0; }
    to { transform: perspective(400px) rotateY(0deg); opacity: 1; }
  }

  @keyframes rotateOut {
    from { transform: rotate(0deg) scale(1); opacity: 1; }
    to { transform: rotate(180deg) scale(0.3); opacity: 0; }
  }

  @keyframes rotateIn {
    from { transform: rotate(-180deg) scale(0.3); opacity: 0; }
    to { transform: rotate(0deg) scale(1); opacity: 1; }
  }

  @keyframes bounceOut {
    0% { transform: scale(1); opacity: 1; }
    20% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.3); opacity: 0; }
  }

  @keyframes bounceIn {
    0% { transform: scale(0.3); opacity: 0; }
    50% { transform: scale(1.05); opacity: 1; }
    70% { transform: scale(0.9); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
  }

  /* Responsive Tasarım */
  @media (max-width: 768px) {
    .modern-title h2 {
      font-size: 2em;
    }
    
    .page-header {
      padding: 20px 0;
    }
    
    .page-header h1 {
      font-size: 2.5em;
    }
    
    .modern-card {
      padding: 15px;
    }
    
    /* Mobil rezervasyon butonu yukarıda tanımlandı */
    
    .reservation-btn {
      padding: 12px 20px;
      font-size: 14px;
    }

    /* Mobil Lightbox Stilleri */
    .lightbox-content {
      max-width: 98%;
      max-height: 85%;
    }

    .lightbox-content img {
      max-width: 100%;
      max-height: 100%;
    }

    .lightbox-close {
      top: 10px;
      right: 20px;
      font-size: 30px;
    }

    .lightbox-prev,
    .lightbox-next {
      font-size: 20px;
      padding: 8px 12px;
    }

    .lightbox-prev {
      left: 10px;
    }

    .lightbox-next {
      right: 10px;
    }

    /* Mobil İletişim Stilleri */
    .contact-details {
      padding: 20px 15px;
      margin-bottom: 15px;
    }

    .contact-details h3 {
      font-size: 1.2em;
      margin-bottom: 15px;
    }

    .contact-details h3 i {
      font-size: 16px;
    }

    .contact-details h4 {
      font-size: 1em;
      margin: 15px 0 8px 0;
    }

    .contact-details h4 i {
      font-size: 12px;
    }

    .contact-map {
      padding: 20px 15px;
      margin-bottom: 15px;
    }

    .contact-map h3 {
      font-size: 1.2em;
      margin-bottom: 15px;
    }

    .contact-map h3 i {
      font-size: 16px;
    }

    /* Mobil Slider Stilleri */
    .slider-nav {
      padding: 0 15px;
    }

    .slider-prev,
    .slider-next {
      width: 40px;
      height: 40px;
    }

    .slider-prev i,
    .slider-next i {
      font-size: 14px;
    }

    .slider-dots {
      bottom: 20px;
      gap: 8px;
    }

    .dot {
      width: 10px;
      height: 10px;
    }

    .tour-header {
      flex-direction: column;
      text-align: center;
    }

    .tour-icon {
      margin-right: 0;
      margin-bottom: 15px;
    }

    .tour-title h4 {
      font-size: 1.1em;
    }

    .highlight-item {
      flex-direction: column;
      text-align: center;
      padding: 15px;
    }

    .highlight-icon {
      margin-right: 0;
      margin-bottom: 15px;
    }

    .highlight-content h5 {
      font-size: 1.1em;
    }
  }
  