/* Root Variables */
:root {
    --primary-color: #0d6efd;
    --secondary-color: #6c757d;
}

/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

/* ===================== */
/* Navigation Styles */
/* ===================== */
.navbar {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a58ca 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 0.6rem;
    padding: 1rem 1rem;
    position: relative;
    z-index: 1030;
    display:flex;
    
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: white !important;
}

.nav-link {
    margin-left: 20px;
    transition: color 180ms cubic-bezier(.2,.8,.2,1), background 180ms cubic-bezier(.2,.8,.2,1);
    color: white!important;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
}

.nav-link:hover {
    color: #e6e6e6 !important;
    background: rgba(255,255,255,0.04) !important;
}
/* Remove the default blue focus outline on navbar links and dropdown toggles
   when focused by mouse/hover, but preserve visible keyboard focus via
   :focus-visible where supported. */
.nav-link:focus:not(:focus-visible),
.dropdown-toggle:focus:not(:focus-visible),
.nav-link:hover,
.dropdown-toggle:hover {
    outline: none !important;
    box-shadow: none !important;
}

.nav-item.dropdown .dropdown-menu {
    margin-top: 0 !important;
    top: 100%;
}

/* Remove the default caret/chevron icon added by Bootstrap for dropdowns */
.navbar .dropdown-toggle::after {
    display: none !important;
    width: 0;
    height: 0;
    content: none !important;
}

/* Dropdown Menu Styles */
.navbar-nav .nav-item.dropdown {
    position: relative;
}

/* Smooth dropdown: keep element present and animate opacity/transform
   rather than toggling display, for a more natural motion. */
.dropdown-menu {
    background-color: #0d6efd;
    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    margin-top: 0;
    display: block; /* remain in flow so transitions work */
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 220ms cubic-bezier(.2,.8,.2,1), transform 220ms cubic-bezier(.2,.8,.2,1);
    pointer-events: none;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.navbar-nav .nav-item.dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.dropdown-menu .dropdown-item {
    color: white;
    transition: color 180ms cubic-bezier(.2,.8,.2,1), background 180ms cubic-bezier(.2,.8,.2,1);
    padding: 6px 12px;
    border-radius: 4px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #e6e6e6 !important;
    background: rgba(255,255,255,0.04) !important;
}

.navbar-dark .dropdown-toggle::after {
    border-color: white;
}

/* Ensure dropdown links do not cause gaps when hidden */
.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
}

/* ===================== */
/* Hero Section Styles */
/* ===================== */
.hero {
    position: relative;
    background: url('/images/hero.png') no-repeat center center;
    background-size: cover;
    color: black;
    overflow: hidden;   /* katmanın aşağı taşmasını engeller */
  padding: 300px 0;    /* hero yüksekliği */
    text-align: center;
    margin-top: 1px !important; /* Removed the gap between navbar and hero */
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
    position: relative;
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #002855;
  
}

.hero p {
    font-size: 1.8rem;
    color: #002855;
    text-align: center;
    margin: 20px 0;
    position: relative;
    font-weight: 300;
}
/* ===================== */
/* Features Section Styles */
/* ===================== */
.features {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.feature-card {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* ===================== */
/* Content Section Styles */
/* ===================== */
.content-section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
}

/* ===================== */
/* Footer Styles */
/* ===================== */
footer {
    background-color: #343a40; /* Darker background for better contrast */
    color: #ffffff;
    padding: 30px 20px; /* Adjust padding for a sleeker look */
    text-align: left; /* Align text to the left */
    font-size: 0.9rem; /* Make text smaller */
    font-weight: normal; /* Remove bold text */
    line-height: 1.5; /* Add better line spacing for elegance */
}

footer a {
    color: #f8f9fa;
    text-decoration: none;
    font-weight: normal; /* Remove bold from links */
}

footer a:hover {
    color: #ffc107;
    text-decoration: underline;
}

.footer-section {
    margin-bottom: 1.5rem; /* Keep spacing between sections */
}

.footer-section h5 {
    font-size: 1.2rem; /* Slightly larger font size for h5 elements */
    margin-bottom: 1rem;
    color: #f8f9fa; /* Subtle color for section titles */
    font-weight: bold; /* Make h5 elements bold */
}

.footer-section ul li {
    margin-bottom: 0.5rem; /* Keep spacing between list items */
    font-size: 1rem; /* Slightly smaller font size for list items */
}

.footer-section ul li a {
    font-size: 0.9rem; /* Smaller font for links */
}

.footer-section ul li a:hover {
    color: #ffc107;
    text-decoration: none;
}

/* ===================== */
/* Process Steps Styles */
/* ===================== */
.process-step {
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.process-step h5 {
    margin: 0 0 8px 0;
    color: #333;
}

.process-step p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
}

/* ===================== */
/* Language Badge Styles */
/* ===================== */
.language-badge {
    background: white;
    border: 2px solid var(--primary-color);
    padding: 25px 15px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
}

.language-badge:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-5px);
}

.language-badge i {
    font-size: 2rem;
    color: var(--primary-color);
    display: block;
    margin-bottom: 10px;
}

.language-badge:hover i {
    color: white;
}

.language-badge h5 {
    margin: 0;
    font-size: 0.95rem;
}

/* Top Info Bar Styles */
.top-info-bar {
    background-color: #002855;
    color: white;
    font-size: 0.9rem;
    padding: 15px 0;
    z-index: 1040;
}

.top-info-bar .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-info-bar .info-item i {
    color: orange;
}
@media screen and (max-width: 766px) {
    #contact-video {
        margin-top: 20px;
    }
}
/* Responsive Styles for Small Screens */
@media screen and (max-width: 460px){
    .navbar {
        flex-direction: column;
        padding: 0.5rem;
       
    }

    .navbar-brand {
        font-size: 1.2rem;
    }

    .nav-link {
        font-size: 0.8rem;
        margin-left: 10px;
    }
    .info-text {
        display: none;
    }
    .info-textt {
    display: block;
    
}
h1.hero-title {
    font-size: 3.2rem;
  
}
p.hero-description {
    font-size: 1.5rem;
}
.process-step {
    flex-direction: column;
    align-items: flex-start;
}
.step-number {
    display: none;
}
 #how-it-works{
    padding: 40px;
 }
}
@media screen and (min-width: 462px){
.info-textt {
    display: none;
}
 p.step-description {
    font-size: 1.2rem;
 }
}

@media screen and (max-width: 1290px){
.hero {
    padding: 250px 0;
}
h1.hero-title {
    font-size: 3.2rem;
  
}

}