/* Temel ve sadeleştirilmiş stil dosyası - Sadece index.htm için */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #222;
    background: #fff;
    margin: 0;
    padding: 0;
}
.header {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header .topbar {
    background: #f8f8f8;
    padding: 8px 0;
    font-size: 14px;
}
.header .top-link, .header .top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
}
.header .top-link li a, .header .top-contact li a {
    color: #1A76D1;
    text-decoration: none;
    transition: color 0.2s;
}
.header .top-link li a:hover, .header .top-contact li a:hover {
    color: #0d4e91;
}
.header-inner {
    padding: 18px 0;
}
.logo img {
    max-height: 48px;
}
.main-menu .menu {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu .menu li a {
    color: #222;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.2s;
}
.main-menu .menu li.active a, .main-menu .menu li a:hover {
    color: #1A76D1;
}
.get-quote .btn {
    background: #1A76D1;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 22px;
    font-weight: 600;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
}
.get-quote .btn:hover {
    background: #0d4e91;
}
.slider {
    background: #f5faff;
    padding: 0;
}
.single-slider {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.single-slider .text {
    background: rgba(255,255,255,0.85);
    padding: 32px 28px;
    border-radius: 8px;
    max-width: 520px;
}
.single-slider h1 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #1A76D1;
    margin-bottom: 18px;
}
.single-slider h1 span {
    color: #0d4e91;
}
.single-slider p {
    color: #333;
    margin-bottom: 22px;
}
.single-slider .button .btn {
    margin-right: 10px;
    margin-bottom: 8px;
}
.schedule {
    background: #fff;
    padding: 40px 0 20px 0;
}
.single-schedule {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 24px 18px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    text-align: center;
}
.single-schedule .icon {
    font-size: 2.2rem;
    color: #1A76D1;
    margin-bottom: 10px;
}
.single-schedule h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 8px 0 10px 0;
}
.single-schedule a {
    color: #1A76D1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.single-schedule a:hover {
    color: #0d4e91;
}
.Feautes.section {
    background: #f5faff;
    padding: 40px 0 20px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 32px;
}
.section-title h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1A76D1;
    margin-bottom: 10px;
}
.section-title p {
    color: #333;
    font-size: 1rem;
}
.section-title img {
    max-height: 32px;
    margin-bottom: 10px;
}
.single-features {
    background: #fff;
    border-radius: 8px;
    padding: 22px 16px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    text-align: center;
}
.single-features .signle-icon {
    font-size: 2.2rem;
    color: #1A76D1;
    margin-bottom: 10px;
}
.single-features h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 8px 0 10px 0;
}
.single-features p {
    color: #333;
    font-size: 1rem;
}
/* About Info Section Styles */
.about-info-section {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}

.about-info-content {
    max-width: 800px;
    margin: 0 auto;
}

.section-main-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.wave-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1A76D1, #4CAF50);
    margin: 0 auto 30px auto;
    border-radius: 2px;
    position: relative;
}

.wave-line::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #1A76D1, #4CAF50);
    border-radius: 4px;
    opacity: 0.3;
}

.section-sub-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
}

.underline {
    width: 40px;
    height: 3px;
    background: #1A76D1;
    margin: 0 auto 25px auto;
    border-radius: 2px;
}

.about-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
    text-align: center;
}

.certificates-list {
    margin-bottom: 35px;
}

.certificate-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.certificate-icon {
    width: 24px;
    height: 24px;
    background: #ff4757;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.certificate-icon i {
    color: #fff;
    font-size: 12px;
}

.certificate-item span {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

.roles-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.role-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.role-icon {
    width: 20px;
    height: 20px;
    background: #1A76D1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.role-icon i {
    color: #fff;
    font-size: 10px;
    margin-left: 1px;
}

.role-item span {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

/* Pricing Section Styles */
.pricing-section {
    background: #f8f9fa;
    padding: 80px 0;
    text-align: center;
}

.pricing-header {
    margin-bottom: 60px;
}

.pricing-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.pricing-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.pricing-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
    border: 2px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.pricing-card.featured {
    border-color: #1A76D1;
    transform: scale(1.05);
}

.pricing-card.featured::before {
    content: 'Ən Populyar';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1A76D1;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.pricing-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1A76D1, #4CAF50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.pricing-icon i {
    font-size: 2rem;
    color: #fff;
}

.pricing-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.pricing-amount {
    margin-bottom: 30px;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1A76D1;
    display: block;
}

.period {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #555;
}

.pricing-features i.fa-check {
    color: #4CAF50;
    font-size: 1.1rem;
    min-width: 16px;
}

.pricing-features i.fa-times {
    color: #ff4757;
    font-size: 1.1rem;
    min-width: 16px;
}

.pricing-btn {
    background: #1A76D1;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.pricing-btn:hover {
    background: #155a96;
    color: #fff;
    text-decoration: none;
}

.footer {
    background: #1A76D1;
    color: #fff;
    padding: 32px 0 0 0;
}
.footer .footer-top {
    padding-bottom: 18px;
}
.footer .single-footer h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer .single-footer p, .footer .single-footer ul {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 8px;
}
.footer .single-footer ul {
    list-style: none;
    padding: 0;
}
.footer .single-footer ul li {
    margin-bottom: 4px;
}
.footer .single-footer ul li a {
    color: #fff;
    text-decoration: underline;
}
.footer .single-footer ul li a:hover {
    color: #e0e0e0;
}
.footer .copyright {
    background: #155a9c;
    padding: 12px 0;
    text-align: center;
    font-size: 0.95rem;
    margin-top: 18px;
}
/* Unified Navbar Styles */
.header, .navbar {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
  z-index: 100;
}
.navbar-container, .header-container, .header > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.navbar-logo img, .header .logo img {
  height: 48px;
  max-width: 100%;
}
.navbar-links, .main-menu.navigation .nav.menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-links li, .main-menu.navigation .nav.menu li {
  display: flex;
  align-items: center;
}
.navbar-links a, .main-menu.navigation .nav.menu a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.navbar-links a.active, .main-menu.navigation .nav.menu a.active, .navbar-links a:hover, .main-menu.navigation .nav.menu a:hover {
  color: #1A76D1;
}
.navbar-contact {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.98rem;
}
.navbar-contact i {
  color: #1A76D1;
  margin-right: 0.3em;
}
.navbar-btn, .get-quote .btn {
  background: #1A76D1;
  color: #fff;
  border-radius: 24px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  border: none;
  transition: background 0.2s;
  margin-left: 1rem;
  text-decoration: none;
  display: inline-block;
}
.navbar-btn:hover, .get-quote .btn:hover {
  background: #155a96;
  color: #fff;
}
/* Hamburger menu for mobile */
.hamburger {
  display: none;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 120;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #1A76D1;
  border-radius: 2px;
  transition: 0.3s;
}
/* --- TRUE MOBILE RESPONSIVE OVERRIDES --- */
@media (max-width: 991px) {
  .about-info-section {
    padding: 40px 0;
  }
  
  .section-main-title {
    font-size: 1.8rem;
  }
  
  .section-sub-title {
    font-size: 1.3rem;
  }
  
  .about-description {
    font-size: 1rem;
    padding: 0 15px;
  }
  
  .pricing-section {
    padding: 50px 0;
  }
  
  .pricing-title {
    font-size: 1.8rem;
  }
  
  .pricing-description {
    font-size: 1rem;
    padding: 0 15px;
  }
  
  .pricing-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .pricing-card.featured {
    transform: none;
  }
  
  .navbar-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.5rem 0.5rem;
  }
  .navbar-logo {
    justify-content: center;
    display: flex;
    margin-bottom: 0.5rem;
  }
  .navbar-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    flex-direction: column;
    z-index: 110;
    padding: 0.5rem 0;
  }
  .navbar-links.open {
    display: flex;
  }
  .navbar-container {
    position: relative;
  }
  .navbar-links li {
    width: 100%;
  }
  .navbar-links a {
    display: block;
    width: 100%;
    padding: 12px 0 12px 8px;
    font-size: 1.1rem;
  }
  .navbar-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .navbar-btn {
    width: 100%;
    margin: 0.5rem 0 0 0;
    font-size: 1.1rem;
    padding: 12px 0;
    text-align: center;
  }
  .slider, .Feautes.section, .schedule, .footer, .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-slider {
    min-height: 180px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .single-slider .text {
    padding: 10px 2vw;
    max-width: 98vw;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.98);
    font-size: 1rem;
  }
  .single-slider h1 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .single-slider p {
    font-size: 0.98rem;
    margin-bottom: 10px;
  }
  .button .btn {
    font-size: 1rem;
    padding: 10px 18px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
  }
  .section-title h2 {
    font-size: 1.1rem;
  }
  .footer {
    padding: 10px 0 0 0;
  }
  .single-schedule, .single-features {
    padding: 10px 4px;
    margin-bottom: 10px;
  }
  .row, .container, .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: block !important;
  }
  .col-lg-4, .col-lg-3, .col-lg-6, .col-lg-7, .col-lg-12, .col-md-6, .col-md-9, .col-md-12, .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
  }
  img, video {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 600px) {
  .about-info-section {
    padding: 30px 0;
  }
  
  .section-main-title {
    font-size: 1.5rem;
  }
  
  .section-sub-title {
    font-size: 1.2rem;
  }
  
  .about-description {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  
  .certificate-item, .role-item {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0 10px;
  }
  
  .certificates-list, .roles-list {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .pricing-section {
    padding: 40px 0;
  }
  
  .pricing-title {
    font-size: 1.5rem;
  }
  
  .pricing-description {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  
  .pricing-card {
    padding: 25px 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .pricing-features {
    margin-bottom: 20px;
  }
  
  .pricing-features li {
    font-size: 0.9rem;
    padding: 6px 0;
    gap: 8px;
  }
  
  .pricing-icon {
    width: 60px;
    height: 60px;
  }
  
  .pricing-icon i {
    font-size: 1.5rem;
  }
  
  .price {
    font-size: 2rem;
  }
  
  .pricing-features li {
    font-size: 0.9rem;
    padding: 6px 0;
  }
  
  .pricing-btn {
    font-size: 1rem;
    padding: 10px 20px;
  }
  
  .pricing-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .pricing-card.featured::before {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
  
  .navbar-logo img {
    height: 38px;
  }
  .single-slider {
    min-height: 100px;
  }
  .single-slider .text {
    padding: 6px 1vw;
    font-size: 0.98rem;
  }
  .single-slider h1 {
    font-size: 0.98rem;
    margin-bottom: 8px;
  }
  .single-slider p {
    font-size: 0.93rem;
    margin-bottom: 8px;
  }
  .button .btn {
    font-size: 0.98rem;
    padding: 8px 10px;
    margin-bottom: 6px;
    width: 100%;
    box-sizing: border-box;
  }
  .section-title h2 {
    font-size: 0.98rem;
  }
  .footer {
    padding: 6px 0 0 0;
  }
  .single-schedule, .single-features {
    padding: 7px 2px;
    margin-bottom: 8px;
  }
}
/* Remove horizontal scroll on mobile */
html, body {
  overflow-x: hidden !important;
}
/* Hamburger open/close animation */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}