body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.sigorta-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.sigorta-section {
    margin-top: 30px;
}

.eynbg {
    background: #fff
}

.iconright {
    float: right;
    color: #ffc107
}

.libaslik {
    background-color: #2c3e50;
    border-color: #2980b9;
    color: #fff
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.navbar-default .list-group>li>a:hover {
    color: #fff
}

.label-eyn {
    background: #2c3e50
}

.adblock {
    z-index: 999;
    position: absolute;
    border: 1px solid gray;
    width: 100%;
    height: 450%;
    background: #2c3e50;
    opacity: 1
}

.adblockmetin {
    margin-top: 20%;
    margin-left: 30%;
    color: #fff;
    position: absolute;
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    padding: 25px 10px 10px;
    border: 2px solid #FFF;
    box-shadow: 0 0 20px #FFF;
    border-radius: 12px
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px
}

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222;
    border: 4px solid #FFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px
}

.carousel-control.right {
    right: -12px
}

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px
}

.carousel-indicators li {
    background: #cecece
}

.carousel-indicators .active {
    background: #428bca
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px
}

#pac-input:focus {
    border-color: #4d90fe
}

.pac-container {
    font-family: Roboto
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid#eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout-danger {
    border-left-color: #ce4844
}

.bs-callout-success {
    border-left-color: #5cb85c
}

.bs-callout-warning {
    border-left-color: #f0ad4e
}

.bs-callout-info {
    border-left-color: #1b809e
}

.MT10 {
    margin-top: 10px
}

.MT5 {
    margin-top: 5px
}

;

.MT15 {
    margin-top: 15px
}

.MB5 {
    margin-bottom: 5px
}

.baslik {
    font-size: 22px
}

.eynheading {
    background: #cb2027;
    color: #fff;
    padding: 10px 15px;
    border-color: #cb2027
}

.eynicon {
    color: #ffc107;
    font-size: 16px
}

.navbar-sigorta-header {
     background: linear-gradient(89.99deg, #002561 3.65%, #00b1cd 96.66%);
    /*background: linear-gradient(233deg, #0d5d81, #E91E63);*/
}

.onayli {
    color: #9fe053;
}

.gizle {
    display: none
}

.colorBeyaz {
    color: #fff;
}

.solReklam {
    width: 15%;
    height: 50%;
    margin-top: 10%;
    position: absolute;
    margin-left: 5px;
}
.acenteekle {
    background: #4CAF50;
    margin-top: -5px;
}

.curser {
    cursor: pointer;
}

.main-content {
    align-items: center;
    justify-content: center;
    color: #6c757d;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}


.navbar-sigorta-footer
{
    background: linear-gradient(89.99deg, #002561 3.65%, #00b1cd 96.66%);
}
.footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-brand i {
    font-size: 2.5rem;
    margin-right: 15px;
    color: #fff;
}

.footer-brand h3 {
    margin: 0;
    font-weight: 700;
    font-size: 1.8rem;
}

.footer-brand small {
    display: block;
    opacity: 0.9;
    font-size: 0.9rem;
    margin-top: 5px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-links a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-links a:hover::before {
    width: 100%;
}

.footer-section h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-info i {
    width: 25px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px 0;
    }

    .footer-brand {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-section {
        margin-bottom: 40px;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}

.highlight-link {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.highlight-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.breadcrumb-custom {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.breadcrumb-custom .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #6c757d;
}

.contact-info-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

.contact-info-box .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.contact-info-box .info-item i {
    width: 20px;
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-box .info-item strong {
    margin-right: 8px;
}

.search-notice {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px rgba(23, 162, 184, 0.3);
}

.search-notice a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.lawyers-section h2 {
    color: #495057;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #138496;
    display: inline-block;
}

.sigorta-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #00a2c2;
}

.sigorta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sigorta-name {
    color:#002f69;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    text-decoration: none !important;
}

.sigorta-name:hover {
    color: #002f69;
    text-decoration: underline;
}

.sigorta-type {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.contact-link {
    color: #17a2b8;
    font-size: 0.9rem;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}

.contact-link:hover {
    color: #138496;
    text-decoration: underline;
}

.contact-link i {
    margin-right: 5px;
}

.ad-section {
    position: sticky;
    top: 20px;
}

.ad-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.ad-box h5 {
    color: #495057;
    margin-bottom: 15px;
    font-weight: 600;
}

.google-ad {
    background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: white;
    padding: 40px 20px;
    border-radius: 8px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.google-ad h6 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.google-ad p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.sponsor-badge {
    background: #41894e;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 1.8rem;
    }

    .contact-info-box {
        padding: 20px;
    }

    .sigorta-card {
        padding: 15px;
    }

    .ad-section {
        position: static;
        margin-top: 30px;
    }
}

.pagination-custom {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination-custom .page-link {
    color: #003e74;
    border-color: #003e74;
}

.pagination-custom .page-item.active .page-link {
    background-color: #003e74;
    border-color: #00709b;
    color: #fff;
}

.pagination-custom .page-link:hover {
    color: #003e74;
    background-color: rgba(56, 152, 231, 0.1);
}

.content-sigorta-header {
    background: linear-gradient(135deg, #2b5662 0%,#31e2ff);
    color: white;
    padding: 15px 30px;
    margin: 0;
}

.page-header {
    background: linear-gradient(135deg, #2b5662 0%, #31e2ff 100%);
    color: white;
    padding: 40px 0;
    border-radius: 15px
}
.page-branch-header {
    background: linear-gradient(266deg, #FF9800 0%, #2196F3 100%);
    color: white;
    padding: 40px 0;
    border-radius: 15px;
}

.page-header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.sigorta-intro {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}


.content-header {
    background: linear-gradient(135deg, #495057, #6c757d);
    color: white;
    padding: 25px 30px;
    margin: 0;
}

.content-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.sigorta-link {
    color: #17a2b8;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.sigorta-link:hover {
    color: #138496;
    text-decoration: underline;
}

.contact-info {
    padding: 30px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #005f73;
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.info-item i {
    font-size: 1.3rem;
    color: #005f73;
    margin-right: 15px;
    width: 25px;
    text-align: center;
}

.info-item .label {
    font-weight: 600;
    color: #495057;
    margin-right: 8px;
}

.info-item .value {
    color: #6c757d;
}

.info-item a {
    color: #17a2b8;
    text-decoration: none;
}

.info-item a:hover {
    color: #138496;
    text-decoration: underline;
}

.expertise-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.expertise-header {
    background: linear-gradient(135deg, #4285f4, #34a853);
    color: white;
    padding: 20px 30px;
    text-align: center;
}

.expertise-list {
    padding: 30px;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.expertise-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: linear-gradient(135deg, #e8f5e8, #f0f8f0);
    border-radius: 8px;
    border-left: 3px solid #41894e;
    transition: all 0.3s ease;
}

.expertise-item:hover {
    transform: translateX(5px);
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);
}

.expertise-item i {
    color: #41894e;
    margin-right: 10px;
}

.sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar-header {
    background: linear-gradient(135deg, #0d89a6, #166868);
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

.sigorta-list {
    padding: 20px;
}

.sigorta-list-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #e9ecef;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease;
}

.sigorta-list-item:last-child {
    border-bottom: none;
}

.sigorta-list-item:hover {
    color: #064e88;
    transform: translateX(5px);
}

.sigorta-list-item i {
    color: #41894e;
    margin-right: 10px;
    width: 15px;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.btn-custom {
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-edit {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: white;
}

.btn-edit:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(23, 162, 184, 0.3);
}

.btn-report {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

.btn-report:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.stats-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #dc3545;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.map-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.map-header {
    background: linear-gradient(135deg, #41894e, #20c997);
    color: white;
    padding: 20px 30px;
}

.map-container {
    height: 400px;
    background: #e9ecef;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder {
    text-align: center;
    color: #6c757d;
}

.direction-btn {
    position: absolute;
    top: 65px;
    right: 20px;
    background: linear-gradient(135deg, #4285f4, #34a853);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.direction-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(66, 133, 244, 0.3);
}

.note-section {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 1px solid #ffeaa7;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

.note-section .alert-heading {
    color: #856404;
    font-weight: 600;
    margin-bottom: 10px;
}

.note-section p {
    color: #856404;
    margin: 0;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 1.8rem;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .action-buttons {
        flex-direction: column;
    }

    /*.sidebar {
        position: static;
        margin-top: 30px;
    }*/

    .stats-section {
        flex-direction: column;
        gap: 20px;
    }
}


.av-card{background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;}
.av-list-card
{
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #247db1
}

.av-list-card:hover{transform: translateX(-5px);
    box-shadow: 0 5px 5px #247db1;}
.border-left-success{border-left: 4px solid #8BC34A;}
.sub-title {
    font-size: 16px;
    color: #fff;
    margin: 8px 0 0 0;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.logo-title {
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
    line-height: 1;
    font-size: 27px;
    text-wrap: wrap;
    width: 105px;
    background: linear-gradient(90deg, #f9fbff 3.65%, #00d4ff 96.66%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Makale Listesi Stilleri */
.articles-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 30px;
}

.articles-header {
    background: linear-gradient(135deg, #009688 0%, #34495e 100%);
    color: white;
    padding: 25px 30px;
    text-align: center;
}

.articles-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.articles-subtitle {
    font-size: 14px;
    opacity: 0.9;
}

.articles-list {
    padding: 30px;
}

.article-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #3498db;
    transition: all 0.3s ease;
    cursor: pointer;
}

.article-item:hover {
    background: #e8f4f8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.article-item:last-child {
    margin-bottom: 0;
}

.article-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 10px;
}

.article-date {
    display: flex;
    align-items: center;
}

.article-category {
    background: #3498db;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.article-excerpt {
    color: #555;
    line-height: 1.5;
}

.no-articles {
    text-align: center;
    color: #7f8c8d;
    font-style: italic;
    padding: 40px;
}
.submit-btn {
    background: linear-gradient(45deg, #1f5a77, #567dc7);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .sigorta-header {
        padding: 20px;
    }

    .sigorta-info {
        padding: 20px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .articles-list {
        padding: 20px;
    }
}

.sigorta-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.sigorta-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, #1f5a77, #1987A8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}

.sigorta-info h2 {
    color: #333;
    margin-bottom: 8px;
    font-size: 24px;
}

.sigorta-info p {
    color: #666;
    font-size: 16px;
    margin-bottom: 5px;
}

.rating-summary {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.stars-display {
    display: flex;
    margin-right: 15px;
}

.star {
    font-size: 20px;
    color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 2px;
}

.star.filled {
    color: #ffd700;
}

.star:hover {
    transform: scale(1.2);
}

.rating-text {
    color: #666;
    font-size: 14px;
}

.review-form {
    background: #f8f9ff;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #e8ecff;
}

.form-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.rating-input {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rating-stars {
    display: flex;
    margin-right: 15px;
}

.rating-star {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.rating-star:hover,
.rating-star.active {
    color: #ffd700;
    transform: scale(1.1);
}

.rating-star:hover~.rating-star {
    color: #ddd;
}

.rating-value {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    
    outline: none;
    border-color: #1f5a77;
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.2);
}

textarea {
    resize: vertical;
    min-height: 120px;
}


.reviews-section {
    margin-top: 30px;
}

.reviews-title {
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.review-item {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #667eea;
}

.review-header {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 10px;
}

.reviewer-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.review-date {
    color: #999;
    font-size: 14px;
    margin-left: auto;
}

.review-rating {
    display: flex;
    margin: 8px 0;
}

.review-text {
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.stat-card {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.stat-number {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
}
.reklampanosu{
    background: linear-gradient(135deg, #56509a, #8681bd);
    color: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}
@media (max-width: 768px) {
    .sigorta-header {
        flex-direction: column;
        text-align: center;
    }

    .sigorta-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
input.gsc-input {
    height: 50px !important;
    font-size: 20px;
    background: none !important;
}

.gsc-search-button-v2 svg {
    width: 30px;
    height: 45px;
    fill: #2b7ca5;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #4281a0;
    background-color: #1f5a77;
    background-image: none;
    filter: none;
    border-radius: 5px;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #1f5a77;
}

/*PAYLAŞIM*/
 .content {
     max-width: 800px;
     margin: 0 auto;
     background: white;
     padding: 40px;
     border-radius: 10px;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
 }

 /* Sosyal Medya Butonları Container */
 .social-share-container {
     position: fixed;
     right: 20px;
     top: 50%;
     transform: translateY(-50%);
     z-index: 1000;
     display: flex;
     flex-direction: column;
     gap: 8px;
 }

 /* Buton Stilleri */
 .share-btn {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     color: white;
     font-size: 14px;
     transition: all 0.3s ease;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
     cursor: pointer;
     position: relative;
 }

 .share-btn:hover {
     transform: scale(1.1);
     box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
 }

 /* Tooltip */
 .share-btn::before {
     content: attr(data-tooltip);
     position: absolute;
     right: 40px;
     background: #333;
     color: white;
     padding: 5px 8px;
     border-radius: 4px;
     font-size: 11px;
     white-space: nowrap;
     opacity: 0;
     pointer-events: none;
     transition: opacity 0.3s ease;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .share-btn::after {
     content: '';
     position: absolute;
     right: 34px;
     border: 4px solid transparent;
     border-left-color: #333;
     opacity: 0;
     pointer-events: none;
     transition: opacity 0.3s ease;
 }

 .share-btn:hover::before,
 .share-btn:hover::after {
     opacity: 1;
 }

 /* Platform Renkleri */
 .facebook {
     background: #1877f2;
 }

 .twitter {
     background: #000000;
 }

 .whatsapp {
     background: #25d366;
 }

 .linkedin {
     background: #0077b5;
 }

 .telegram {
     background: #0088cc;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .social-share-container {
         right: 10px;
         gap: 6px;
     }

     .share-btn {
         width: 28px;
         height: 28px;
         font-size: 12px;
     }

     .share-btn::before {
         display: none;
     }

     .share-btn::after {
         display: none;
     }
 }
/*PAYLAŞIM*/