:root {
    --primary-color: #2c3e50;
    --secondary-color: #e74c3c;
    --light-color: #ecf0f1;
    --primary: 174 65% 56%;
    --primary-dark: 174 75% 36%;
    --primary-light: 174 45% 76%;
    --gradient-primary: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-dark)));
    --gradient-hero: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--primary-light)) 100%);
    --radius:12px;
    --yellow: #f6d85c;
    --green :#69dace;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}
/* Navbar */
.bg-black {
    background-color: #000000 !important;
}
.navbar {
    background: var(--gradient-primary);
}


/* Brend rənglər */
.text-warning {
    color: #f6d85c !important;
}

.bg-warning {
    background-color: #f6d85c !important;
}

.bg-info {
    background-color: #90dcd9 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

/* Status Box */
.status-box {
    font-size: 18px;
    font-weight: bold;
}

.hero-section {

    color: #333333;
    padding: 3rem 0;
    margin-bottom: 2rem;
    border-radius: 0 0 10px 10px;

}



.contact-info {
    margin-top: 1rem;
}

.contact-info i {
    color: var(--secondary-color);
    margin-right: 10px;
}

.map-icon {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-right: 10px;
}

footer {
    background-color: var(--primary-color);
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
}
.highlight-card {
    background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--primary-light)) 100%);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.highlight-card img {
    max-width: 250px;
    border-radius: 0.5rem;
}
.card-title {
    font-weight: bold;
}
.badge-custom {
    font-size: 0.75rem;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--primary-light)) 100%);
    border-radius: 10px;
    padding: 10px 15px;
    color: black;
    font-weight: 500;
}
.icon-box i {
    font-size: 1.5rem;
}
.contact-form {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.footer {
    background: #000;
    color: #fff;
    padding: 40px 0;
}
.footer a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
}
.footer a:hover {
    color: #fff;
}
.btn-primary{

    background-color: #f6d85c;
    border: unset;
}
.swiper-slide img {
    height: 50px; /* İstədiyin hündürlüyü təyin et */
    width: auto; /* Oran qorunaraq genişlik avtomatik olsun */
    object-fit: contain; /* Şəkilin içərisində tam görünməsi */
    display: block; /* Mümkün boşluqları aradan qaldırmaq */
    margin: 25px;
}
.mySwiper {
    overflow: hidden;
    width: 100%;
}

.swiper-wrapper {
    /* Heç bir justify-content istifadə etmə! */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.swiper-slide img {
    height: 50px;
    width: 100%;
    object-fit: contain;
    display: block;
}
.partners-section{
    background: white;
}
.bg-light{
    background: white !important;
}

.map-icon {
    color: red;
    margin-right: 8px;
}
.branch-card {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    max-width: 400px; /* İstəyə görə dəyişdirilə bilər */
}

.branch-img {
    width: 100%;
    height: auto;
    display: block;
}

.branch-info {
    padding: 16px;
}

.branch-info h5 {
    margin-bottom: 4px;
}

.branch-info p {
    margin: 0;
}
.branch-img {
    width: 100% !important;
    height: 200px !important;
    display: block;
    background-position: center !important;
    background-size: cover !important;
    margin: unset !important;
}
.branch-map-icon {
    background:  linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--primary-light)) 100%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;          /* Dikey mərkəzləşdir */
    justify-content: center;      /* Üfüqi mərkəzləşdir */
    border-radius: 50%;           /* Dairəvi görünüş üçün */
    overflow: hidden;             /* Kənarlardan daşmanı qarşısını al */
}

.fas.fa-map-marker-alt {
    font-size: 16px;  /* İkonun ölçüsünü dairəyə uyğunlaşdırır */
    color: white;     /* İkonun rəngini ağ edir */
}


.fas.fa-map-marker-alt {
    font-size: 16px; /* İkonun ölçüsünü düzəldirik ki, dairəyə sığsın */
    color: white; /* İkonun rəngini ağ edir */
}


.fa-chevron-right{
    color: gray;
}
.hero{
    background: var(--gradient-hero);
    width: 100%;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.img-hero{
    width: 100%;
    border: none;
    border-radius: 23px;
}
.track-box{
    background-color: rgb(255 255 255 / 0.1);
    border-radius: 23px;
}

.track-input{
    background-color: rgb(255 255 255 / 0.2);
    border-radius: var(--radius);
    color: white;
}
.track-input::placeholder {
    color: white;
}


.track-box .input-group .btn {
    margin-left: 10px; /* input ilə button arasında 10px boşluq */
    border-radius: var(--radius); /* buttonun sağ tərəfi yuvarlaq */
}
.nav-link{
    color: white;
}
.bg-yellow{

}
.col-md-6 {
    position: relative;
}

.img-hero {
    width: 100%;
    height: auto;
}

.corner-box {
    position: absolute;
    width: 40px; /* İkonun ölçüsünü uyğunlaşdırmaq üçün */
    height: 40px; /* Eyni ölçü */
    background-color: rgba(0, 0, 0, 0.3); /* Rəngini təyin edin */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* İkon rəngi */
    font-size: 20px; /* İkonun ölçüsü */
}

.corner-box-left {
    left: 0;
    bottom: -15px; /* Sol aşağı küncə */
    background: white ;
    color: var(--green);
}

.corner-box-right {
    right: 0;
    top: -15px; /* Sağ yuxarı küncə */
    background: var(--yellow) ;
    color: black;
}
.fa-box-open{
    color: var(--yellow);
}
.gradient1{
    background: var(--gradient-hero);
}
.gradient2{
    background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--primary-light)) 100%);
}

