/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}


.single-service-icon-class img {
    width: 200px; /* İstediğiniz genişlik */
    height: 200px; /* İstediğiniz yükseklik */
    object-fit: cover; /* Resimleri kutuya sığdırır */
    border-radius: 8px; /* İsteğe bağlı: Köşeleri yumuşatma */
}


*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#818998;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #444a57;
	font-size:20px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#444a57;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#818998;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #020250;
}
.section-header p{color: #444a57;text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
/* Navbar genel ayarları */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(204, 124, 124, 0.9); /* Şeffaf arka plan */
    padding: 5px 5px;
    height: 70px; /* Navbar yüksekliği */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Hafif gölge efekti */
    z-index: 1000; /* Slider'dan daha yüksek */
    position: fixed; /* Navbar sabit */
    top: 0; /* Ekranın üst kısmına yerleştir */
    left: 0;
    width: 100%; /* Ekranın tamamını kapla */
}


/* Navbar brand (logo ve metin) */
.navbar-header a.navbar-brand {
    display: flex; /* Logo ve metni yan yana hizalar */
    align-items: center; /* Logo ve metni dikey ortalar */
    color: #5f3131; /* Marka metni rengi */
    font-size: 14px; /* Metin boyutu */
    font-family: 'Rufina', serif; /* Yazı tipi */
    font-weight: 700; /* Metin kalınlığı */
    text-transform: uppercase; /* Metni büyük harf yapar */
    text-decoration: none; /* Alt çizgiyi kaldırır */
    position: fixed; /* Navbar her zaman üstte kalır */
    transform: none;
    pointer-events: none; 
    
}

/* Logo ayarları */
.navbar-header a.navbar-brand img {
    margin-top: 65px;
    max-width: 200%;
    max-height: 350%; /* Logonun navbar yüksekliğine sığmasını sağlar */
    margin-right: 5px; /* Logo ile metin arasına boşluk bırakır */
    transition: none; /* Hover veya geçiş efekti uygulanmaz */
    transform: none; /* Büyümeyi engeller */
}



/* Navbar menü çökmesi (mobil için) */
.navbar-toggle {
    background-color: transparent; /* Şeffaf arka plan */
    border: 1px solid #682e2e; /* Beyaz kenarlık */
    padding: 10px; /* İçerik etrafındaki boşluk */
}


/* Mobilde Navbar İçeriği */
@media (max-width: 768px) {
    .navbar {
        height: auto;
        padding: 10px 15px;
    }

    .navbar-toggle {
        display: block; /* Sadece mobilde göster */
    }

    .navbar-nav {
        flex-direction: column;
        gap: 10px;
        display: none; /* Mobilde başlangıçta gizli */
    }

    .navbar-collapse.open .navbar-nav {
        display: flex; /* Mobilde açıldığında göster */
    }

    .navbar-nav > li {
        text-align: center; /* Menü elemanlarını ortala */
    }

    .navbar-nav > li > a {
        font-size: 18px;
    }
}

nav.navbar.bootsnav ul.nav > li > a {padding: 48px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#968c00;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #968c00;}

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
  /*  background:url(../images/welcome-hero/handshake.jpg)no-repeat;*/
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 900;}

/*.welcome-hero-txt*/
.welcome-hero-txt{text-align: center;padding: 150px 0 200px;}
.welcome-hero-txt h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.welcome-hero-txt h4 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.welcome-hero-txt p {
    font-size: 20px;
    text-transform: initial;
    color: #fff;
    font-weight: 500;
    max-width: 735px;
    margin: 0 auto;
}
.welcome-btn {
    background: #4e4ffa;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 25px;
    display: inline-block;
    width: 70%;        /* Genişliği ekranın %80'i olacak */
    max-width: 230px;  /* Maksimum genişlik 230 piksel olacak */
    height: 60px;
}
.welcome-btn:hover{
    background: #0102fa;
}
/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 3px;
}

/*.single-model-search*/
.single-model-search{margin-bottom: 30px;}
.single-model-search:last-child {margin-bottom: 0;}

.single-model-search h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 60px;
}
.model-select-icon select {
    font-size: 16px;
    color: #888f9d;
    text-transform: capitalize;
}
.model-select-icon:after{
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #888f9d;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
}/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service {
    padding: 80px 0 87px;
}

.single-service-item{
    text-align: center;
    padding:35px 20px 40px;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {padding-bottom: 35px;text-transform: initial;position: relative;}
.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #4e4ffa;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}


.single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;}


/*-------------------------------------
        6. New-cars
--------------------------------------*/
.new-cars{
    background: #f8f9fb;
    padding:100px 0 100px;
}
.new-cars-content{padding-top:36px;}
/*.new-cars-txt*/
.new-cars-txt {margin-left: 29px;margin-bottom: 30px;}
.new-cars-txt h2 a {
    font-size:  30px;
    font-weight:  500;
    margin-bottom: 26px;
}
.new-cars-txt h2 a span {text-transform:  uppercase;}
.new-cars-para2 {margin-top: 30px;}
.welcome-btn.new-cars-btn {
    width: 176px;
    margin-top: 32px;
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,.new-cars .owl-theme .owl-dots .owl-dot:hover span {background: #6a7781;}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars {
    background-color: #fcf6db;
    padding: 52px 0 100px;
    background-image: url('../images/welcome-hero/welcome-banner4.jpg');
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırır */
    background-position: center; /* Resmi ortalar */
    background-repeat: no-repeat; /* Resmin tekrar etmesini engeller */
}

.featured-cars-content {
    padding-top: 36px;
}

.single-featured-cars {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Gölge efekti */
    border-radius: 10px; /* Kenar yumuşatma */
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.single-featured-cars:hover {
    transform: scale(1.1); /* Hover durumunda hafif büyütme */
}

.featured-img-box {
    border: 1px solid #dadfe9;
    padding: 5px; /* Kutunun çevresinde daha fazla boşluk sağlamak için padding eklendi */
    height: 340px; /* Kutu yüksekliği biraz artırıldı */
    margin-bottom: 5px;
}

.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 300px; /* Resmin daha küçük görünmesini sağlamak için yüksekliği azaltıldı */
    border-bottom: 1px solid #dadfe9;
    overflow: hidden; /* Taşan içeriğin görünmemesi için */
    border-radius: 8px; /* Resim köşelerini yumuşatma */
}
/* Başlık ve alt başlık stilleri */
.featured-cars-txt h2 a {
    font-size: 20px;
    font-weight: bold;
    color: #333; /* Başlık rengi */
    text-decoration: none;
    text-align: center; /* Yazıları ortalar */
}

.featured-cars-txt h2 a:hover {
    color: #e2b41e; /* Hover durumunda başlık rengi */
    text-align: center; /* Yazıları ortalar */
}


.featured-cars-txt h3 {
    font-size: 20px;
    color: #555; /* Alt başlık rengi */
    margin-bottom: 5px;
    text-align: center; /* Yazıları ortalar */
}

.featured-cars-txt p {
    font-size: 20px;
    color: #4e7de2; /* Telefon numarası rengi */
    margin-bottom: 0;
    text-align: center; /* Yazıları ortalar */
}

.featured-cars-txt p span {
    font-weight: bold;
    color: #4e7de2; /* Telefon etiketinin rengi */
    text-align: center; /* Yazıları ortalar */
}

.featured-cars-img img {
    max-width: 95%; /* Resim genişliğini kutuya göre daha küçük yapar */
    max-height: 95%; /* Resim yüksekliğini kutuya göre daha küçük yapar */
    object-fit: contain; /* Resmin en-boy oranını koruyarak kutuya sığmasını sağlar */
}

.featured-model-info{padding:12px 7px;}
.featured-model-info p {
    font-size: 18px;
    color: #be7f0a;
    text-transform: capitalize;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-cars-txt{margin:29px 0 47px;
    text-align: center; /* Yazıları ortalar */}
.featured-cars-txt h2 a{font-size: 20px;margin-bottom: 15px;}
.featured-cars-txt h2 a span{text-transform: uppercase;}
.featured-cars-txt h3{margin-bottom: 10px;}
.featured-cars-txt h3,.featured-cars-txt p{font-size: 18px;}
/*.single-featured-cars*/

.section-header p {
    font-size: 18px; /* Yazı boyutu */
    font-weight: bold; /* Kalınlık */
    color: #000000; /* Yazı rengi */
    text-align: center; /* Ortala */
    margin-bottom: 10px; /* Alt boşluk */
}

.section-header h2 {
    font-size: 36px; /* Başlık boyutu */
    color: #000000; /* Başlık rengi */
    text-align: center; /* Ortala */
    margin-top: 10px; /* Üst boşluk */
    margin-bottom: 20px; /* Alt boşluk */
    display: inline-block; /* Ortalamak için gerekli */
    padding-bottom: 5px; /* Alt çizgi ile yazı arası boşluk */
}

/*-------------------------------------
        8. Clients-say 
--------------------------------------*/
.clients-say {
    padding: 55px 0 40px;
    background: #d1d3f0;
    background: url(../images/welcome-hero/welcome-banner2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Single Testimonial Box */
.single-testimonial-box {
    padding: 30px 10px 37px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    transition: .3s;
}

/* Testimonial Description */
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12 {
    width: 100%;
    height: auto;
}

/* Testimonial Image */
.testimonial-img {
    width: 100px; /* İstediğiniz boyutu buraya girin */
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; /* Resmi ortalamak için */
    margin-bottom: 5px;
    /* Diğer stiller */
    transition: .3s;
}

.testimonial-img img {
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
    margin-bottom: 5px;
    padding-bottom: 8px;}

/* Testimonial Text */
.testimonial-comment p {
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 25px;
}

.testimonial-description h2 a {
    font-size: 20px;
    color: #000103;
    font-weight: 600;
}

/* Hover Effects */
.single-testimonial-box:hover h2 a,
.single-testimonial-box:hover h4,
.single-testimonial-box:hover p {
    color: #fff;
}

.single-testimonial-box:hover {
    background: #cea801;
    border: 1px solid #4e4ffa;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/* Owl Carousel */
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 40px 0 40px;
}

.clients-say .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    /* Mobil cihazlar için ayarlamalar */
    .testimonial-comment p {
        font-size: 16px;
    }

    .testimonial-description h2 a {
        font-size: 18px;
    }

    .clients-say .owl-carousel .owl-item {
        flex-direction: column;
    }

    .single-testimonial-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
  .testimonial-comment p.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Gösterilecek maksimum satır sayısı */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
  }

  .testimonial-comment p.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, white, transparent);
  }

  .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: transparent;
    border: none;
    color: #4e4ffa;
    cursor: pointer;
    font-size: 14px;
  }

  .read-more-btn:hover {
    text-decoration: underline;
  }
}


/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #2a2d54;
}
.footer-top {padding: 112px 0 72px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover{
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget ul li a {
    font-size:  14px;
    color:  #cfd0e3;
    font-weight:  300;
    padding-bottom: 13px;
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#26294d;
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}
.footer-copyright p,.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social{text-align: right;}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#4e4ffa;
	border:1px solid #4e4ffa;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #4e4ffa;
	border:1px solid #4e4ffa;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
gmp-map {
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
  }

/*========================Thank you=================


/* Genel bölüm stili */
.new-application {
    background-color: #d4c1c1; /* Açık gri arka plan */
    padding: 50px 20px; /* İçerik çevresindeki boşluklar */
    border-radius: 10px; /* Köşeleri yumuşatır */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    margin-top: 20px;
}

/* Form başlığı */
.new-application .form-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333; /* Başlık rengi */
    margin-bottom: 30px; /* Alt boşluk */
}

/* Form genel ayarları */
.new-application .application-form {
    max-width: 800px; /* Form genişliği */
    margin: 0 auto; /* Ortalar */
    background-color: #ffffff; /* Formun arka planı */
    padding: 30px; /* İçerik boşluğu */
    border-radius: 10px; /* Köşeleri yumuşatır */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Hafif gölge efekti */
}

/* Form grupları */
.new-application .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #555; /* Label rengi */
}

.new-application .form-group input,
.new-application .form-group select {
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
    color: #333; /* Input metin rengi */
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Hover ve focus efektleri */
.new-application .form-group input:focus,
.new-application .form-group select:focus {
    border: 1px solid #007bff; /* Mavi border */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3); /* Mavi glow efekti */
    outline: none;
}

/* Checkbox alanı */
.new-application .form-group label input[type="checkbox"] {
    margin-right: 10px;
}

/* Gönder butonu */
.new-application .btn-primary {
    background-color: #007bff; /* Mavi arka plan */
    color: #ffffff; /* Beyaz yazı */
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.new-application .btn-primary:hover {
    background-color: #0056b3; /* Daha koyu mavi hover */
    transform: scale(1.05); /* Hafif büyütme efekti */
    cursor: pointer;
}

/* Form sıralama düzeni */
.new-application .form-row {
    display: flex;
    flex-wrap: wrap; /* Alan daraldığında alt alta geçiş */
    gap: 15px; /* Elemanlar arası boşluk */
    margin-bottom: 20px; /* Alt boşluk */
}

.new-application .form-group.col-md-6 {
    flex: 1 1 calc(50% - 15px); /* %50 genişlik ve arada boşluk */
}

.new-application .form-group.col-md-12 {
    flex: 1 1 100%; /* %100 genişlik */
}


/*Swiper*/

.prev-btn:hover,
.next-btn:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev-btn {
    left: 10px;
  }
  
  .next-btn {
    right: 10px;
  }

  .prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
}

.slider {
    margin-top: 70px; /* Navbar yüksekliğine eşit */
    z-index: 1; /* Navbar'ın altında kalması için daha düşük z-index */
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh; /* Tam ekran yüksekliği */
}

  
  .slides {
    z-index: 1;
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slides {
    z-index: 1; /* Navbar'ın altında kalması için daha düşük bir değer */
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    z-index: 1;
    min-width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    position: relative;
}



/* Articles Section */
.articles {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.articles .section-header h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    color: #000000;
}

.single-article {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-article:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-color: #4e4ffa;
}

.article-img {
    text-align: center;
    margin-bottom: 15px;
}

.article-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.article-img img:hover {
    transform: scale(1.1);
}

.article-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.single-article:hover .article-title h3 {
    color: #4e4ffa;
}

.article-title p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 3 satırda kesme */
    -webkit-box-orient: vertical;
}

/* Parent Row Flex Ayarları */
.articles-content .row {
    display: flex;
    flex-wrap: wrap;
}

/* Medya Sorguları */
@media (max-width: 992px) {
    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .col-md-6, .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article-img img {
        height: auto;
    }

    .article-title h3 {
        font-size: 16px;
    }

    .article-title p {
        font-size: 14px;
    }
}



  