/* Poppins Font family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.vision-section {
    background-color: #ffffff;
    padding: 50px 0;
    text-align: center;
}

.vision-header {
    margin-bottom: 30px;
}

.vision-header h2 {
    font-family: 'Georgia', serif;
    font-size: 28px;
    color: #a1271b; 
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.vision-header p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.vision-card {
    background-color: white;
    border: none;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #a1271b;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
}

.vision-card h3 {
    font-family: 'Georgia', serif;
    color: #a1271b;
    font-size: 20px;
    margin-bottom: 20px;
}

.vision-card p {
    color: #666;
    font-size: 14px;
    margin-top: auto; 
}

.vision-number {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #a1271b;
    color: white;
    border-radius: 50%;
    font-size: 18px;
}

.vision-row {
    display: flex;
    justify-content: center;
    align-items: stretch; 
    gap: 20px;
}

.vision-card-container {
    flex: 1; 
    max-width: 400px;
}

@media (max-width: 768px) {
    .vision-row {
        flex-direction: column;
    }

    .vision-card-container {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.contact-bg {
    background-color: #1d1c1d;
}   
.footer {
    background-color: #1d1c1d;
    color: #fff;
    padding: 40px 0;
}

.footer h5 {
    color: #f5f5f5;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer p, .footer a {
    color: #cfcfcf;
    font-size: 14px;
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
}

.footer .social-icons a {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}



.footer-bottom {
    padding-top: 20px;
    font-size: 12px;
    border-top: 1px solid #333;
    color: #cfcfcf;
}

.footer-bottom a {
    color: #cfcfcf;
    margin: 0 10px;
}

.footer-bottom a:hover {
    color: #ffffff;
}

.section-padding {
    padding: 60px 0;
}

.hizmetler-card {
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.hizmetler-card i {
    font-size: 3rem;
    color: #333;
    margin-bottom: 15px;
}

.hizmetler-card h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}


.hizmetler-card p {
    font-size: 1rem;
    color: #666;
}

.hizmetler-card:hover {
    background-color: #ff7e00;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hizmetler-card:hover i,
.hizmetler-card:hover h5,
.hizmetler-card:hover p {
    color: white;
}




.navbar-custom {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.navbar-custom .navbar-brand img {
    width: 150px;
    height: auto;
}
/* Define the active color for navbar links */
:root {
    --bs-navbar-active-color: #93a677; /* Set the active color */
  }
  
  /* Apply active color to navbar links */
  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    color: var(--bs-navbar-active-color) !important;
  }
  
.navbar-custom .nav-link {
    color: #7d7d7d;
    font-size: 16px;
    margin: 0 15px;
    font-weight: 500;
}

.navbar-custom .nav-link.active {
    color: #93a677; 
}

.navbar-custom .nav-link:hover {
    color: #93a677; 
}

.navbar-custom .language-selector img {
    width: 24px;
    height: auto;
}


.subscription-section {
    background-color: #1d1c1d;
    padding: 30px;
    text-align: center;
    color: #fff;
}
.form-control, .btn {
    border-radius: 5px;
}
.checkbox-label {
    color: #fff;
}


/* Parallax */


.parallax-section {
    position: relative;
    background-image: url('assets/images/Subscribe.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
}


/* --------- */

  .services-section {
            text-align: center;
        }

        .services-section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .service-card {
            background-color: #2d2d2d;
            padding: 30px;
            border-radius: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: left;
            height: 100%;
            color: white;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }

        .service-icon {
            font-size: 2rem;
            margin-bottom: 20px;
            color: #4CAF50;
        }

        .service-card h4 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .service-card p {
            color: #cfcfcf;
            margin-bottom: 15px;
        }

        .service-link {
            color: #ff7e00;
            font-weight: bold;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .service-link:hover {
            color: #ff7e00;
        }

/* ------------------------------------------------- */
.about-page img {
    width: 100%;
    height: 509px;
}
.about-page img {
    width: 100%;
    height: 400px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}



.custom-card {
    border-radius: 15px;
    padding: 30px;
}

.img-custom-large {
    border-radius: 15px;
    width: 90%;
    height: auto;
}

.img-custom-small {
    border-radius: 15px;
    width: 200px;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
}



.goal-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.position-relative-custom {
    position: relative;
}

/* ---------------------------------------- */
.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
  
  }
  .get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
    color: #2b2b2b;
  }
  
  .contact-form .form-field {
    position: relative;
    margin: 32px 0;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #3d3d3d;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .contact-form .input-text:focus {
    outline: none;
  }
  .contact-form .input-text:focus + .label,
  .contact-form .input-text.not-empty + .label {
    transform: translateY(-24px);
  }
  .contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #3d3d3d;
    cursor: text;
    transition: .2s ease-in-out;
  }
  
  /* -------------------- Accordion */
  .accordion-item {
    border: 1px solid black;
    margin-bottom: 10px;
    border-radius: 5px;
}

.accordion-header {
    font-weight: bold;
    font-size: 1.2rem;
}

.accordion-button {
    font-size: 1rem;
    padding: 20px;
    background-color: white;
    border: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.accordion-button:focus {
    box-shadow:  none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-body {
    font-size: 0.9rem;
    padding: 20px;
    background-color: #f8f9fa;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}


/* ---------------- Media Q  */

@media (max-width: 768px) {
    .service-card {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .hizmetler-card {
        margin-bottom: 20px;
    }
    .divider-mq {
        width: 95% !important;
    }
    .contact-bg h2{
        font-size: 2.5rem;
    }
    .contact-bg p{
        font-size: 1rem !important;
        width: 100% !important;
    }
    .contact-bg button{
        font-size: 1rem !important;
        width: 75% !important;
        padding: .7rem !important;
    }
     .title {
        font-size: 2rem !important;
    }
    .btn-mq {
        margin-left: .3rem !important;
    }
    .about-page h3 {
        font-size: 3rem !important;
    }
    .carousel-img{
        width: 100%;
        height: 350px !important;
    }
}


.services-color {
    color: #ff7e00;
}

.blog-card {
    object-fit: cover;
  }