body {
    font-family: "Geologica", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0,
    "SHRP" 0;
    color: #274572;
    background-color: #f8f9fa;
}
html {
    scroll-behavior: smooth;
}

header {
    background-color: #4978bc;
}

header img {
    max-width: 150px;
}

h2 {
    color: #274572;
}

.bg-light {
    background-color: #fff !important;
}

.row {
    justify-content: center!important;
}

.bg-primary {
  position: relative;
  min-height: 200px;
  background-image: linear-gradient(135deg, #274572, #4cc6e3, #4978bc);
  z-index: 1;
  border-radius: 0 0 40px 40px;
}

.bg-primary::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(225deg, #274572, #4cc6e3, #4978bc) !important;
  z-index: -1;
  transition: opacity 1s linear;
  opacity: 0;
  border-radius: 0 0 40px 40px;
}
.bg-primary:hover::before {
  opacity: 1;
  border-radius: 0 0 40px 40px;
}












.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    align-items: center!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #274572;
    transition:all 0.5s;
    text-align: center;
    margin: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #4cc6e3;
    transition:all 0.5s;
}
.nav-link:active {
    color: #4cc6e3;
    transition:all 0.5s;
}

.navbar.scrolled {
    box-shadow: 0 4px 2px -2px gray;
    transition: box-shadow 0.3s;
}
.navbar {
    box-shadow: 0px 3px 10px;
    }
.hizmetler{
    transition:all 0.5s;
    }
.hizmetler:hover{
    filter: drop-shadow(3px 3px 10px gray);
    transition:all 0.5s;
    }
.sosyal{
    max-width: 30px;
    margin:10px;
    transition:all 0.5s;
    }
.sosyal:hover{
    filter: drop-shadow(3px 3px 10px gray);
    transition:all 0.5s;
    scale:1.1;
    }
footer {
    background-color: #274572;
}

footer p {
    margin: 0;
}

section {
    padding: 60px 0;
}

section h2 {
    font-size: 2.5rem;
}

section p {
    font-size: 1.1rem;
}

.animate__animated {
    animation-duration: 1.5s;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Mobil Menü */
/* Navbar scrolled shadow */
.navbar.scrolled {
    box-shadow: 0 4px 2px -2px gray;
    transition: box-shadow 0.3s;
}

/* Mobil Menü stilleri */
.navbar-toggler {
    border: none;
    outline: none;
}



.navbar-nav {
    text-align: center;
}

.navbar-nav .nav-link {
    color: #274572 !important;
    padding: 10px 15px;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #4cc6e3 !important;
}

i {
    font-size: 40px !important;
    font-weight: 800 !important;
}

section {
    scroll-margin-top: 100px;
}

/* Toggler Button Icon Animation */
.navbar-toggler-icon {
    transition: transform 0.3s ease-in-out;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(90deg); /* İkonu 90 derece döndür */
}

#team {
    background-color: #f8f9fa;
}

#team h2 {
    color: #274572;
    font-weight: bold;
}

.card {
    border: none;
    transition: all 0.5s ease;
    align-items: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.card:hover {
    scale: 1.01;
    transition: all 1s;
    box-shadow: 0px 0px 5px black;
}

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

.card-img-top {
    height: 300px;
    object-fit: cover;
}

.card-title {
    color: #4978bc;
    font-weight: 700;
    font-size: 18px;
}

.card-text {
    color: #274572;
}
.card-img-top {
    width: 100%;
    max-width: 400px !important;
    height: auto;
    max-height: 400px;
    /* For portrait images */
    object-fit: cover;
}
.cv-card {
        font-style: italic;
    }
/*
@media (max-width: 768px) {
    .card-img-top {
        height: 200px;
    }
}
*/
section {
    scroll-margin-top: 100px!important;
}
/* Mobil Ayar */
@media only screen and (max-device-width: 480px){
.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
    .lead {
    font-size: 1rem;
    font-weight: 300;
}
footer p {
    margin: 0;
    font-weight: 500;
    font-size: 10px;
}
section {
    scroll-margin-top: 450px!important;
}

    }
    
    
    /* FAQ Container */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Her Soru */
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

/* Soru Başlığı */
.faq-question {
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #007bff;
}

/* Cevap Alanı */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 0.95rem;
  color: #444;
  padding-left: 0.5rem;
}

/* Açıldığında */
.faq-item.active .faq-answer {
  max-height: 500px;
  margin-top: 0.5rem;
}


.btn-custom {
    border: 2px solid #4978bc;
    color: #4978bc !important;
    background-color: transparent !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 8px 16px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
}

.btn-custom:hover {
    background-color: #4978bc !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px) !important;
}

.btn-cta {
    background: linear-gradient(135deg, #3a8ef6, #4978bc);
    color: #fff !important;
    padding: 12px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
}

.btn-cta:hover {
  background: linear-gradient(135deg, #2f6fd0, #365f9f)!important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25)!important;
}

.faq-item.active > .faq-question{
    border-bottom: 3px solid #4cc6e3 !important;
    margin-bottom:5px;
    border-radius:0 0 10px;
    transition:all 1s;

}

.faq-item.active > .faq-question:before{
    content:"► ";
    transition:all 1s;
}

button:focus {
    outline: none!important
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}