/* ========================================
   AUVERGNE SOLS - RESPONSIVE CSS STYLES
   Güncel cep telefonu çözünürlüklerine göre optimize edilmiş
   Mobil Dikey (320px-767px) | Tablet (768px-1199px) | Masaüstü (1200px+)
======================================== */

/* ===================
   BASE STYLES
=================== */
.video-section {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Section Responsive */
/* Mobil Dikey (320px - 767px) */
@media (max-width: 767.98px) {
    .video-section {
        height: 600px;
    }
}

/* ===================
   GENEL RESPONSIVE KURALLAR
=================== */

/* Tüm cihazlar için temel responsive kurallar */
@media (max-width: 1920px) {
    .container-fluid {
        max-width: 1800px;
        margin: 0 auto;
    }
}

/* 4K ve büyük ekranlar için */
@media (min-width: 1921px) {
    .container-fluid {
        max-width: 1920px;
        margin: 0 auto;
    }
    
    body {
        font-size: 1.1rem;
    }
    
    h1 { font-size: 3.5rem; }
    h2 { font-size: 3rem; }
    h3 { font-size: 2.5rem; }
    h4 { font-size: 2rem; }
    h5 { font-size: 1.5rem; }
    h6 { font-size: 1.25rem; }
}

/* Çok küçük ekranlar için (280px - 319px) */
@media (max-width: 319.98px) {
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    body {
        font-size: 0.8rem;
    }
    
    .navbar-brand img {
        height: 30px;
    }
    
    .btn {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
}

/* Landscape orientation için özel kurallar */
@media (max-height: 500px) and (orientation: landscape) {
    .video-section {
        height: 70vh;
    }
    
    .navbar {
        padding: 0.25rem 0;
    }
    
   /* .top-bar {
        display: none;
    } */
    
    .back-to-top,
    .phone-button {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .back-to-top {
        bottom: 50px;
        right: 10px;
    }
    
    .phone-button {
        bottom: 10px;
        left: 10px;
    }
}

/* Print stilleri */
@media print {
    .navbar,
    .back-to-top,
    .phone-button,
    .phone-menu,
    .action-buttons,
    .video-section video {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
    }
    
    .container,
    .container-fluid {
        width: 100% !important;
        max-width: none !important;
    }
}

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .video-section {
        height: 70vh;
    }
    .support-popup {
        position: absolute;
        background: white;
        color: #005189;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        padding: 30px;
        width: 90%;
        max-width: 380px;
        z-index: 1060;
        text-align: center;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .video-section {
        height: 450px;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .video-section {
        height: 600px;
    }
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e3669;
    opacity: 0.4;
    z-index: 1;
}
.blue-oval {
    position: relative;
    background-color: #1e3669;
    color: white;
    padding: 100px 15px;
    text-align: center;
}
.blue-oval1::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 100' xmlns='http://www.w3.org/2000/svg'><path fill='%231e3669' d='M0,0 C480,100 960,100 1440,0 L1440,100 L0,100 Z'/></svg>") no-repeat top center;
    background-size: cover;
}
.white-oval1::before {
    content: "";
    position: absolute; /* isteğe bağlı */
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 100' xmlns='http://www.w3.org/2000/svg'><path fill='%23ffffff' d='M0,0 C480,100 960,100 1440,0 L1440,100 L0,100 Z'/></svg>") no-repeat top center;
    background-size: cover;
}
.blue-oval2::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 100' xmlns='http://www.w3.org/2000/svg'><path fill='%231e3669' d='M0,100 C480,0 960,0 1440,100 L1440,0 L0,0 Z'/></svg>") no-repeat bottom center;
    background-size: cover;
}
.white-oval2::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 100' xmlns='http://www.w3.org/2000/svg'><path fill='%23ffffff' d='M0,100 C480,0 960,0 1440,100 L1440,0 L0,0 Z'/></svg>") no-repeat bottom center;
    background-size: cover;
}
.blue-oval2f::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 100' xmlns='http://www.w3.org/2000/svg'><path fill='%231e3669' d='M0,100 C480,0 960,0 1440,100 L1440,0 L0,0 Z'/></svg>") no-repeat bottom center;
    background-size: cover;
}
.bg-bleu {background-color: #1e3669;}
.contentbg-bleu {
    background-color: #1e3669;
    padding: 100px 0px 15px 0px;
}
.shadowRound{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid #e5e7eb;
}
.support-popup {
    position: absolute;
    background: white;
    color: #1e3669;
    border-radius: 20px;
    padding: 30px;
    width: 90%;
    max-width: 380px;
    z-index: 1060;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid #e5e7eb;
}

.support-popup p {
    color: #374151;
    font-weight: 500;
    line-height: 1.5;
}

.profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -60px;
    margin-bottom: 15px;
}

.svg-container {
  width: 100%;
  height: auto;
}

.svg-container svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===================
   SUPPORT POPUP RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .support-popup {
        position: absolute;
        background: white;
        color: #005189;
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        padding: 8px;
        width: 95%;
        max-width: 280px;
        z-index: 1060;
        text-align: center;
        top: 78vh;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.8rem;
    }
    .profile-pic {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        margin-top: -30px;
        margin-bottom: 3px;
    }
    .support-popup .btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .support-popup {
        position: absolute;
        background: white;
        color: #005189;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        padding: 12px;
        width: 90%;
        max-width: 350px;
        z-index: 1060;
        text-align: center;
        top: 65vh;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.9rem;
    }
    .profile-pic {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-top: -40px;
        margin-bottom: 5px;
    }
    .support-popup .btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .support-popup {
        position: absolute;
        top: 40vh;
        left: 26%;
        transform: translate(-50%, -50%);
        transform: none;
        max-width: 380px;
        padding: 25px;
    }
    .profile-pic {
        width: 70px;
        height: 70px;
        margin-top: -50px;
        margin-bottom: 10px;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .support-popup {
        top: 50vh;
        left: auto;
        right: 3%;
        transform: none;
        max-width: 380px;
        padding: 30px;
    }
    .profile-pic {
        width: 80px;
        height: 80px;
        margin-top: -60px;
        margin-bottom: 15px;
    }
}

/* Top Bar Styles */
.top-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.top-bar .top-link {
    color: #1e3669;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.top-bar .top-link:hover {
    color: #d97706;
    text-decoration: none;
}

.top-bar .btn-warning {
    padding: 0.25rem 1rem;
    font-size: 14px;
}

/* Main Navbar Styles */
/* Navbar genel stilleri */
/* Navbar stilleri */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1040;
}

.navbar .btn-warning {
    padding: 0.5rem 1.5rem;
    white-space: nowrap;  /* Buton metninin alt satıra geçmesini önler */
}

.navbar .nav-link {
    color: #1e3669;
    font-weight: 500;
    padding: 1.5rem 1rem;
    transition: color 0.3s;
}

.navbar .nav-link:hover {
    color: #ffc107;
}

/* ===================
   NAVBAR RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
   /* .top-bar {
        display: none;
    } */
    
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand img {
        height: 30px;
    }
    
    .navbar .btn-warning {
        font-size: 12px;
        padding: 0.6rem 1rem;
        margin-left: auto;
    }
    
    .navbar .nav-link {
        padding: 0.4rem 0;
        font-size: 0.9rem;
    }
    
    .navbar-collapse {
        padding: 0.8rem 0;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
       /* .top-bar {
        display: none;
    } */
    
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar-brand img {
        height: 35px;
    }
    
    .navbar .btn-warning {
        font-size: 13px;
        padding: 0.45rem 1rem;
        margin-left: auto;
    }
    
    .navbar .nav-link {
        padding: 0.5rem 0;
        font-size: 0.95rem;
    }
    
    .navbar-collapse {
        padding: 1rem 0;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
      /* .top-bar {
        display: none;
    } */
    
    .navbar .btn-warning {
        font-size: 14px;
        padding: 0.5rem 1.2rem;
        margin-left: auto;
    }
    
    .navbar .nav-link {
        padding: 0.6rem 0;
        font-size: 1rem;
    }
    
    .navbar-collapse {
        padding: 1rem 0;
    }
}

/* Büyük Tablet ve Küçük Masaüstü (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar .btn-warning {
        margin-left: auto;
        padding: 0.5rem 1.3rem;
        font-size: 14px;
    }

    .navbar .nav-link {
        padding: 1rem 1.2rem;
        font-size: 0.95rem;
    }
    
    .navbar-nav {
        margin-right: 1.5rem;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .navbar .btn-warning {
        margin-left: auto;
        padding: 0.5rem 1.5rem;
    }

    .navbar .nav-link {
        padding: 1rem 1.5rem;
    }
    
    .navbar-nav {
        margin-right: 2rem;
    }
}

/* Dropdown Menu Styles */
.dropdown-menu {
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 280px;
    background-color: #ffffff;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #1f2937;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f3f4f6;
    color: #1e3669;
    transform: translateX(5px);
}

.dropdown-item:focus {
    background-color: #e5e7eb;
    color: #1e3669;
}

.dropdown-item svg {
    color: #ffc107;
    transition: transform 0.3s ease;
}

.dropdown-item:hover svg {
    transform: scale(1.1);
}

.dropdown-divider {
    margin: 0.5rem 1rem;
    border-color: #e9ecef;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* ===================
   DROPDOWN RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #f8f9fa;
        border-radius: 0;
        margin-top: 0;
        padding: 0;
        position: static;
        float: none;
        width: 100%;
        margin-left: 0.5rem;
    }
    
    .dropdown-item {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
        border-left: 2px solid transparent;
    }
    
    .dropdown-item:hover {
        background-color: #e9ecef;
        border-left-color: #ffc107;
        transform: none;
    }
    
    .dropdown-item svg {
        width: 16px;
        height: 16px;
    }
    
    .dropdown-divider {
        margin: 0.2rem 0;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #f8f9fa;
        border-radius: 0;
        margin-top: 0;
        padding: 0;
        position: static;
        float: none;
        width: 100%;
        margin-left: 0.8rem;
    }
    
    .dropdown-item {
        padding: 0.45rem 0.9rem;
        font-size: 0.85rem;
        border-left: 3px solid transparent;
    }
    
    .dropdown-item:hover {
        background-color: #e9ecef;
        border-left-color: #ffc107;
        transform: none;
    }
    
    .dropdown-item svg {
        width: 18px;
        height: 18px;
    }
    
    .dropdown-divider {
        margin: 0.25rem 0;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #f8f9fa;
        border-radius: 0;
        margin-top: 0;
        padding: 0;
        position: static;
        float: none;
        width: 100%;
        margin-left: 1rem;
    }
    
    .dropdown-item {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        border-left: 3px solid transparent;
    }
    
    .dropdown-item:hover {
        background-color: #e9ecef;
        border-left-color: #ffc107;
        transform: none;
    }
    
    .dropdown-divider {
        margin: 0.25rem 0;
    }
}

/* Counter Section Styles */
.counter-section {
    color: white;
}

.counter-item {
    text-align: center;
    padding: 2rem 1rem;
}

.counter-isole .counter-number {
    font-size: 3rem;
    font-weight: bold;
    color:#f08700;
    line-height: 1;
    margin-bottom: 0.5rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.counter-isole .counter-unit {
    font-size: 1.2rem;
    color: #f08700;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-bottom: 0;
    align-self: flex-end;
    line-height: 1;

}

.counter-isole .counter-label {
    font-size: 1rem;
    color:#f08700;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter-chantier .counter-number {
    font-size: 3rem;
    font-weight: bold;
    color:#00497b;
    line-height: 1;
    margin-bottom: 0.5rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.counter-chantier .counter-unit {
    font-size: 1.2rem;
    color: #00497b;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-bottom: 0;
    align-self: flex-end;
    line-height: 1;

}

.counter-chantier .counter-label {
    font-size: 1rem;
    color:#00497b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.counter-clients .counter-number {
    font-size: 3rem;
    font-weight: bold;
    color:#039ee2;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.counter-clients .counter-unit {
    font-size: 1.2rem;
    color: #039ee2;
    font-weight: 600;
    margin-bottom: 0;
    align-self: flex-end;
    line-height: 1;
}

.counter-clients .counter-label {
    font-size: 1rem;
    color: #039ee2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.counter-jour .counter-number {
    font-size: 3rem;
    font-weight: bold;
    color:#70b52c;
    line-height: 1;
    margin-bottom: 0.5rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.counter-jour .counter-unit {
    font-size: 1.2rem;
    color: #70b52c;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-bottom: 0;
    align-self: flex-end;
    line-height: 1;
}

.counter-jour .counter-label {
    font-size: 1rem;
    color:#70b52c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* ===================
   COUNTER SECTION RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .counter-isole .counter-number,
    .counter-chantier .counter-number,
    .counter-clients .counter-number,
    .counter-jour .counter-number {
        font-size: 1.8rem;
    }
    
    .counter-isole .counter-unit,
    .counter-chantier .counter-unit,
    .counter-clients .counter-unit,
    .counter-jour .counter-unit {
        font-size: 0.9rem;
    }
    
    .counter-isole .counter-label,
    .counter-chantier .counter-label,
    .counter-clients .counter-label,
    .counter-jour .counter-label {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
    
    .counter-item {
        padding: 1rem 0.3rem;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .counter-isole .counter-number,
    .counter-chantier .counter-number,
    .counter-clients .counter-number,
    .counter-jour .counter-number {
        font-size: 2.2rem;
    }
    
    .counter-isole .counter-unit,
    .counter-chantier .counter-unit,
    .counter-clients .counter-unit,
    .counter-jour .counter-unit {
        font-size: 1rem;
    }
    
    .counter-isole .counter-label,
    .counter-chantier .counter-label,
    .counter-clients .counter-label,
    .counter-jour .counter-label {
        font-size: 0.85rem;
        letter-spacing: 0.8px;
    }
    
    .counter-item {
        padding: 1.3rem 0.4rem;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .counter-isole .counter-number,
    .counter-chantier .counter-number,
    .counter-clients .counter-number,
    .counter-jour .counter-number {
        font-size: 2.5rem;
    }
    
    .counter-isole .counter-unit,
    .counter-chantier .counter-unit,
    .counter-clients .counter-unit,
    .counter-jour .counter-unit {
        font-size: 1.1rem;
    }
    
    .counter-isole .counter-label,
    .counter-chantier .counter-label,
    .counter-clients .counter-label,
    .counter-jour .counter-label {
        font-size: 0.95rem;
    }
    
    .counter-item {
        padding: 1.8rem 0.8rem;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .counter-isole .counter-number,
    .counter-chantier .counter-number,
    .counter-clients .counter-number,
    .counter-jour .counter-number {
        font-size: 3rem;
    }
    
    .counter-isole .counter-unit,
    .counter-chantier .counter-unit,
    .counter-clients .counter-unit,
    .counter-jour .counter-unit {
        font-size: 1.2rem;
    }
    
    .counter-isole .counter-label,
    .counter-chantier .counter-label,
    .counter-clients .counter-label,
    .counter-jour .counter-label {
        font-size: 1rem;
    }
    
    .counter-item {
        padding: 2rem 1rem;
    }
}

/* Innovation Section Styles */
.content-text {
    padding: 2rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.section-content {
    font-size: 1.1rem;
    line-height: 1.6;
}

.svg-container {
    min-height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===================
   INNOVATION SECTION RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .content-text {
        padding: 0.8rem;
        text-align: center;
    }
    
    .section-title {
        font-size: 1.5rem;
        line-height: 1.1;
    }
    
    .section-content {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .svg-container {
        min-height: 200px;
        margin-bottom: 1rem;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .content-text {
        padding: 1rem;
        text-align: center;
    }
    
    .section-title {
        font-size: 1.75rem;
        line-height: 1.15;
    }
    
    .section-content {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .svg-container {
        min-height: 250px;
        margin-bottom: 1rem;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .content-text {
        padding: 1.5rem;
        text-align: center;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-content {
        font-size: 1rem;
    }
    
    .svg-container {
        min-height: 350px;
        margin-bottom: 1rem;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .content-text {
        padding: 2rem;
        text-align: left;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .section-content {
        font-size: 1.1rem;
    }
    
    .svg-container {
        min-height: 400px;
    }
}

/* Feature Cards Styles */
.feature-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 1.5rem;
    height: 100%;
    border: 2px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: #1f2937;
}

.feature-title svg,
.feature-title i {
    color: #3b82f6;
    margin-right: 0.5rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    position: relative;
    font-weight: 500;
}

.feature-list li:before {
    content: "✓";
    color: #10b981;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1rem;
}

/* ===================
   FEATURE CARDS RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .feature-card {
        padding: 0.8rem;
        margin-bottom: 0.8rem;
        border-radius: 8px;
    }
    
    .feature-title {
        font-size: 0.95rem;
        text-align: center;
        justify-content: center;
        margin-bottom: 0.8rem;
    }
    
    .feature-list li {
        font-size: 0.75rem;
        line-height: 1.4;
        margin-bottom: 0.4rem;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .feature-card {
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: 8px;
    }
    
    .feature-title {
        font-size: 1rem;
        text-align: center;
        justify-content: center;
        margin-bottom: 0.9rem;
    }
    
    .feature-list li {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 0.45rem;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .feature-card {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .feature-title {
        font-size: 1.1rem;
        text-align: center;
        justify-content: center;
    }
    
    .feature-list li {
        font-size: 0.85rem;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .feature-card {
        padding: 1.5rem;
        margin-bottom: 0;
    }
    
    .feature-title {
        font-size: 1.25rem;
        text-align: left;
        justify-content: flex-start;
    }
    
    .feature-list li {
        font-size: 0.9rem;
    }
}

.text-top-white {
    color: #1e3669;
}

/* Chape Liquide Section Styles */
.chape-liquide {
    background-color: #fff;
    padding: 60px 0;
}

.chape-liquide .content-text {
    padding: 2rem;
}

.chape-liquide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive düzenlemeler - ara çözünürlükler için */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .chape-liquide .content-text {
        padding: 1.5rem;
        font-size: 0.95rem;
    }
    
    .chape-liquide .section-title {
        font-size: 2rem;
    }
    
    .chape-liquide .section-content {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .chape-liquide img {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .chape-liquide {
        padding: 40px 0;
    }
    
    .chape-liquide .content-text {
        padding: 1.5rem;
        margin-top: 2rem;
    }
    
    .chape-liquide .section-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .chape-liquide .section-content {
        font-size: 0.9rem;
        text-align: center;
    }
    
    .chape-liquide img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767.98px) {
    .chape-liquide {
        padding: 30px 0;
    }
    
    .chape-liquide .content-text {
        padding: 1rem;
        margin-top: 1.5rem;
    }
    
    .chape-liquide .section-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .chape-liquide .section-content {
        font-size: 0.85rem;
        text-align: center;
    }
    
    .chape-liquide img {
        max-width: 100%;
        margin: 0 auto 1rem auto;
        display: block;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 40px 20px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    margin: 20px 0;
}

.testimonials-section .section-title {
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 1rem;
}

.testimonials-section .section-subtitle {
    color: #6b7280;
    font-weight: 500;
}

.testimonials-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

/* Swiper Customization */
.testimonialsSwiper {
    width: 100%;
    padding: 0 20px 20px 20px;
}

.testimonialsSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.testimonial-card {
    width: 100%;
    height: 100%;
}

.testimonial-content {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.testimonial-card:hover .testimonial-content {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.testimonial-card:hover .testimonial-content::before {
    transform: translateX(0);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.avatar-initial {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.testimonial-rating {
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}

.testimonial-rating i {
    color: #fbbf24;
    font-size: 14px;
    width: 14px;
    height: 14px;
}

.testimonial-rating svg {
    width: 14px;
    height: 14px;
    fill: #fbbf24;
    stroke: #fbbf24;
    stroke-width: 1;
}

.star-filled {
    fill: #fbbf24;
    stroke: #fbbf24;
}

.testimonial-date {
    font-size: 12px;
    color: #6b7280;
}

.testimonial-text {
    color: #374151;
    line-height: 1.7;
    margin-bottom: 15px;
    flex: 1;
    font-size: 0.95rem;
    font-weight: 400;
}

.read-more {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #1d4ed8;
}

/* Swiper Navigation Buttons - Hidden */
.testimonialsSwiper .swiper-button-next,
.testimonialsSwiper .swiper-button-prev {
    display: none;
}

/* Swiper Pagination */
.testimonialsSwiper .swiper-pagination {
    position: static;
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonialsSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.testimonialsSwiper .swiper-pagination-bullet-active {
    background: #3b82f6;
    transform: scale(1.3);
}

.testimonialsSwiper .swiper-pagination-bullet:hover {
    background: #64748b;
}

/* Partners Slider */
.partners-section {
    background-color: #f8fafc;
    padding: 60px 0;
}

.partners-section .section-title {
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 1rem;
}

.partners-section .section-subtitle {
    color: #6b7280;
    font-weight: 500;
}

.partners-slider-container {
    margin: 0 auto;
    padding: 0 15px;
}

.partnersSwiper {
    padding-bottom: 50px;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.partner-logo img {
    width: auto;
    height: 280px;
    object-fit: contain;
    /* filter: grayscale(100%);
    transition: filter 0.3s ease;*/
}

.partner-logo:hover img {
    filter: grayscale(0%);
}

.partnersSwiper .swiper-pagination {
    position: static;
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnersSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 5px;
    border-radius: 50%;
}

.partnersSwiper .swiper-pagination-bullet-active {
    background: #3b82f6;
    transform: scale(1.3);
}

.partnersSwiper .swiper-pagination-bullet:hover {
    background: #64748b;
}

/* Footer Styles */
.footer {
    background: #1e3669 !important;
    color: white;
    position: relative;
}

.footer-logo {
    width: 100%;
    padding:0px 50px;
}

.footer-title {
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 0.5rem;
}

.footer-dropdown {
    position: relative;
}

.footer-dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-dropdown-toggle i {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.footer-dropdown-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.footer-submenu {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 1rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding-left: 1rem;
}

.footer-submenu li {
    margin-bottom: 0.3rem;
}

.footer-submenu .footer-link {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 0.2rem 0;
    display: block;
}

.footer-submenu .footer-link:hover {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 8px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: white;
    text-decoration: none;
    padding-left: 5px;
}

.footer-contact .contact-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    line-height: 1.5;
}

.footer-contact .contact-item strong {
    color: white;
    font-weight: 600;
}

.footer-contact .contact-item i {
    color: #4a90e2;
    width: 16px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-link:hover {
    background: #4a90e2;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
}

.footer-legal a:hover {
    color: white;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0;
}

/* ===================
   FOOTER SECTION RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .footer {
        text-align: center;
        padding: 2rem 0 1rem;
    }
    
    .footer .row {
        justify-content: center;
    }
    
    .footer .col-lg-6,
    .footer .col-lg-2 {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .footer-logo {
        padding: 0px 20px;
        max-width: 150px;
        margin: 0 auto 1rem;
        display: block;
    }
    
    .footer-menu {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .footer-dropdown-toggle {
        justify-content: center;
        text-align: center;
        font-size: 1rem;
    }
    
    .footer-submenu {
        margin: 0.5rem auto 0 auto;
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding-left: 0;
        padding-top: 0.5rem;
        text-align: center;
        max-width: 180px;
    }
    
    .footer-submenu .footer-link {
        text-align: center;
        padding: 0.25rem 0;
        font-size: 1rem;
    }
    
    .footer-submenu .footer-link:hover {
        padding-left: 0;
        color: #4a90e2;
    }
    
    .footer-title {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    
    .footer-link {
        font-size: 1rem;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .footer-contact .contact-item {
        font-size: 1rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.8rem;
    }
    
    .footer-contact .contact-item svg {
        margin-right: 8px;
    }
    
    .social-links {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .footer-legal {
        text-align: center;
        margin-top: 1rem;
    }
    
    .footer-bottom .col-md-6:last-child {
        text-align: center !important;
        margin-top: 1rem;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .footer {
        text-align: center;
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer .row {
        justify-content: center;
    }
    
    .footer .col-lg-6,
    .footer .col-lg-2 {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .footer-logo {
        padding: 0px 30px;
        margin: 0 auto 1rem;
        display: block;
    }
    
    .footer-menu {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .footer-dropdown-toggle {
        justify-content: center;
        text-align: center;
    }
    
    .footer-submenu {
        margin: 0.5rem auto 0 auto;
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding-left: 0;
        padding-top: 0.5rem;
        text-align: center;
        max-width: 200px;
    }
    
    .footer-submenu .footer-link {
        text-align: center;
        padding: 0.3rem 0;
    }
    
    .footer-submenu .footer-link:hover {
        padding-left: 0;
        color: #4a90e2;
    }
    
    .footer-title {
        font-size: 1.3rem;
    }
    
    .footer-link {
        font-size: 1.1rem;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .footer-contact .contact-item {
        font-size: 1.1rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.8rem;
    }
    
    .footer-contact .contact-item svg {
        margin-right: 8px;
    }
    
    .social-links {
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .social-link {
        width: 38px;
        height: 38px;
    }
    
    .footer-legal {
        text-align: center;
        margin-top: 1rem;
    }
    
    .footer-bottom .col-md-6:last-child {
        text-align: center !important;
        margin-top: 1rem;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .footer {
        text-align: left;
        padding: 3rem 0 2rem;
    }
    
    .footer .col-lg-6,
    .footer .col-lg-2 {
        margin-bottom: 2rem;
    }
    
    .footer-logo {
        padding: 0px 20px;
        margin-bottom: 1rem;
    }
    
    .footer-menu {
        text-align: left;
        margin-bottom: 1.5rem;
    }
    
    .footer-dropdown-toggle {
        justify-content: space-between;
        text-align: left;
    }
    
    .footer-submenu {
        margin: 0.5rem 0 0 1rem;
        border-left: 2px solid rgba(255, 255, 255, 0.2);
        padding-left: 1rem;
        padding-top: 0;
        text-align: left;
        max-width: none;
    }
    
    .footer-submenu .footer-link {
        text-align: left;
        padding: 0.2rem 0;
    }
    
    .footer-submenu .footer-link:hover {
        padding-left: 8px;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .footer-title {
        font-size: 1.4rem;
    }
    
    .footer-contact .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 0.8rem;
    }
    
    .footer-contact .contact-item svg {
        margin-right: 8px;
        flex-shrink: 0;
    }
    
    .social-links {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .footer-legal {
        margin-top: 1rem;
    }
    
    .footer-bottom .col-md-6:last-child {
        text-align: right !important;
        margin-top: 0;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .footer {
        text-align: left;
        padding: 4rem 0 2rem;
    }
    
    .footer .col-lg-6,
    .footer .col-lg-2 {
        margin-bottom: 1.5rem;
    }
    
    .footer-logo {
        padding: 0px 50px;
        margin-bottom: 1rem;
    }
    
    .footer-menu {
        text-align: left;
        margin-bottom: 0;
    }
    
    .footer-dropdown-toggle {
        justify-content: space-between;
        text-align: left;
    }
    
    .footer-submenu {
        margin: 0.5rem 0 0 1rem;
        border-left: 2px solid rgba(255, 255, 255, 0.2);
        padding-left: 1rem;
        padding-top: 0;
        text-align: left;
        max-width: none;
    }
    
    .footer-submenu .footer-link {
        text-align: left;
        padding: 0.2rem 0;
    }
    
    .footer-submenu .footer-link:hover {
        padding-left: 8px;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .footer-contact .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 0.8rem;
    }
    
    .footer-contact .contact-item svg {
        margin-right: 8px;
        flex-shrink: 0;
    }
    
    .social-links {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .footer-legal {
        margin-top: 1rem;
    }
    
    .footer-bottom .col-md-6:last-child {
        text-align: right !important;
        margin-top: 0;
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

.back-to-top svg {
    width: 20px;
    height: 20px;
}

/* Phone Button */
.phone-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: #10b981;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
}

.phone-button:hover {
    background: #059669;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
    color: white;
}

.phone-button svg {
    width: 20px;
    height: 20px;
}

/* Phone Menu Popup */
.phone-menu {
    position: fixed;
    bottom: 90px;
    left: 30px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 1090;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    min-width: 200px;
}

.phone-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.phone-menu-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin: 5px 0;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.phone-menu-item:hover {
    background: #10b981;
    color: white;
    border-color: #10b981;
    transform: translateX(3px);
    text-decoration: none;
}

.phone-menu-item svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
}

.phone-menu-item span {
    font-size: 14px;
}

/* Appointment Modal Styles */
#appointmentModal{
    z-index: 2000;
}
.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modal-header {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    padding: 1.5rem;
}

.modal-title {
    font-weight: 600;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.modal-header .btn-close {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: white;
}

.modal-header .btn-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    color: white;
    opacity: 1;
}

.modal-header .btn-close i {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
}

.modal-body {
    padding: 2rem;
}

.form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #ef4444;
}

.form-control.is-valid,
.form-select.is-valid {
    border-color: #10b981;
}

.invalid-feedback {
    font-size: 0.875rem;
    color: #ef4444;
    margin-top: 0.25rem;
}

.form-check-input {
    border: 2px solid #e5e7eb;
    border-radius: 4px;
    width: 1.2em;
    height: 1.2em;
}

.form-check-input:checked {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.form-check-label {
    font-size: 0.95rem;
    color: #374151;
    margin-left: 0.5rem;
}

.form-check-label a {
    color: #3b82f6;
    text-decoration: none;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.modal-footer {
    padding: 1.5rem 2rem;
    border-top: 1px solid #e5e7eb;
    border-radius: 0 0 20px 20px;
}

.modal-footer .btn {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.modal-footer .btn-secondary {
    background: #6b7280;
    border-color: #6b7280;
    color: white;
}

.modal-footer .btn-secondary:hover {
    background: #4b5563;
    border-color: #4b5563;
    transform: translateY(-1px);
}

.modal-footer .btn-primary {
    background: #3b82f6;
    border-color: #3b82f6;
}

.modal-footer .btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Réalisations Section */
.realisations-section {
    padding: 80px 0;
    background: white;
}

.realisations-slider-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Réalisations Swiper */
.realisationsSwiper {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}

.realisationsSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.realisation-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.realisation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.realisation-image:hover img {
    transform: scale(1.05);
}

/* Réalisations Pagination */
.realisationsSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    z-index: 10;
}

.realisationsSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.realisationsSwiper .swiper-pagination-bullet-active {
    background: #fbbf24;
    transform: scale(1.3);
}

/* Réalisations Content */
.realisations-content {
    padding: 0 30px;
}

.realisations-content .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.realisations-content .section-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.realisations-content .section-description strong {
    color: #1f2937;
    font-weight: 600;
}

/* ===================
   ACTION BUTTONS
=================== */
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.action-buttons .btn {
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.action-buttons .btn-primary {
    background: #3b82f6;
    color: white;
}

.action-buttons .btn-primary:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.action-buttons .btn-warning {
    background: #fbbf24;
    color: white;
}

.action-buttons .btn-warning:hover {
    background: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

/* ===================
   ACTION BUTTONS RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .action-buttons {
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
    
    .action-buttons .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
        width: 100%;
        max-width: 250px;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .action-buttons {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    
    .action-buttons .btn {
        padding: 11px 22px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 280px;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .action-buttons {
        gap: 12px;
        justify-content: center;
    }
    
    .action-buttons .btn {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .action-buttons {
        gap: 15px;
        justify-content: flex-start;
    }
    
    .action-buttons .btn {
        padding: 12px 24px;
        font-size: 1rem;
    }
}

/* ===================
   TESTIMONIALS SECTION RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .testimonialsSwiper {
        padding: 0.8rem 0;
    }
    
    .testimonial-card {
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    .testimonial-text {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .testimonial-author {
        font-size: 0.8rem;
    }
    
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .testimonialsSwiper {
        padding: 1rem 0;
    }
    
    .testimonial-card {
        padding: 1.2rem;
        margin: 0 0.6rem;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .testimonial-author {
        font-size: 0.85rem;
    }
    
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .testimonialsSwiper {
        padding: 1.5rem 0;
    }
    
    .testimonial-card {
        padding: 1.5rem;
        margin: 0 0.8rem;
    }
    
    .testimonial-text {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .testimonial-author {
        font-size: 0.9rem;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .testimonialsSwiper {
        padding: 2rem 0;
    }
    
    .testimonial-card {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .testimonial-text {
        font-size: 1.1rem;
        line-height: 1.7;
    }
    
    .testimonial-author {
        font-size: 1rem;
    }
}

/* ===================
   BACK TO TOP & PHONE BUTTON RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        bottom: 75px;
        right: 12px;
    }
    
    .phone-button {
        width: 45px;
        height: 45px;
        bottom: 12px;
        left: 12px;
    }
    
    .phone-menu {
        bottom: 65px;
        left: 12px;
        min-width: 160px;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
    }
    
    .phone-button {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }
    
    .phone-menu {
        bottom: 75px;
        left: 15px;
        min-width: 180px;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .back-to-top {
        width: 50px;
        height: 50px;
        bottom: 25px;
        right: 25px;
    }
    
    .phone-button {
        width: 55px;
        height: 55px;
        bottom: 25px;
        left: 25px;
    }
    
    .phone-menu {
        bottom: 90px;
        left: 25px;
        min-width: 200px;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .back-to-top {
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 30px;
    }
    
    .phone-button {
        width: 50px;
        height: 50px;
        bottom: 30px;
        left: 30px;
    }
    
    .phone-menu {
        bottom: 90px;
        left: 30px;
        min-width: 200px;
    }
}

/* ===================
   RÉALISATIONS SECTION RESPONSIVE
=================== */

/* Küçük Mobil Cihazlar (320px - 479px) */
@media (max-width: 479.98px) {
    .realisations-section {
        padding: 2rem 0;
    }
    
    .realisations-section h2 {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
        line-height: 1.2;
    }
    
    .realisations-section p {
        font-size: 0.85rem;
        margin-bottom: 1.2rem;
        line-height: 1.5;
    }
    
    .btn-warning {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .realisationsSwiper {
        padding: 1rem 0;
    }
    
    .realisation-image {
        height: 200px;
    }
    
    .swiper-pagination {
        bottom: -30px;
    }
}

/* Mobil Dikey (480px - 767px) */
@media (min-width: 480px) and (max-width: 767.98px) {
    .realisations-section {
        padding: 2.5rem 0;
    }
    
    .realisations-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }
    
    .realisations-section p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    
    .btn-warning {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
    
    .realisationsSwiper {
        padding: 1.2rem 0;
    }
    
    .realisation-image {
        height: 220px;
    }
    
    .swiper-pagination {
        bottom: -35px;
    }
}

/* Tablet (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .realisations-section {
        padding: 3rem 0;
    }
    
    .realisations-section h2 {
        font-size: 2.2rem;
        margin-bottom: 1.2rem;
    }
    
    .realisations-section p {
        font-size: 1rem;
        margin-bottom: 1.8rem;
    }
    
    .btn-warning {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }
    
    .realisationsSwiper {
        padding: 1.5rem 0;
    }
    
    .realisation-image {
        height: 250px;
    }
}

/* Masaüstü (1200px+) */
@media (min-width: 1200px) {
    .realisations-section {
        padding: 4rem 0;
    }
    
    .realisations-section h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .realisations-section p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .btn-warning {
        font-size: 1rem;
        padding: 0.7rem 1.5rem;
    }
    
    .realisationsSwiper {
        padding: 2rem 0;
    }
    
    .realisation-image {
        height: 280px;
    }
}

/* Responsive Design */
@media (max-width: 767.98px) {
    .testimonials-section {
        padding: 10px 0;
        margin: 20px 0;
    }
    
    .testimonial-content {
        padding: 20px;
    }
    
    .phone-menu-item {
        padding: 10px 12px;
    }
    
    .phone-menu-item span {
        font-size: 13px;
    }
    
    /* Réalisations Mobile */
    .realisations-section {
        padding: 50px 0;
    }
    
    .realisationsSwiper {
        height: 300px;
        margin-bottom: 30px;
    }
    
    .realisations-content {
        padding: 0 15px;
    }
    
    .realisations-content .section-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .realisations-content .section-description {
        font-size: 0.95rem;
        text-align: center;
    }
    
    .action-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
    }
    
    .action-buttons .btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto !important;
        display: block;
    }
}
/* LIGHTBOX CSS */
/* Lightbox Styling */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-modal.show {
    display: block;
    opacity: 1;
}

.lightbox-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-image {
    max-height: 80vh;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    align-items: center;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.lightbox-close:hover {
    opacity: 1;
}

.lightbox-caption {
    color: white;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.lightbox-nav:hover {
    opacity: 1;
}

.lightbox-prev {
    left: -55px;
}

.lightbox-next {
    right: -55px;
}

@media (max-width: 768px) {
    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .lightbox-prev {
        left: -45px;
    }
    
    .lightbox-next {
        right: -45px;
    }
}