body {
    font-family: 'Roboto', sans-serif;
    background-color: #f1f3f4;
    margin: 0;
    padding: 0;

}

html {


    --fontGoogle :  'Google Sans', sans-serif;
    --color-mavi: #1a73e8;
    --color-mavi-hover: #1b66c9;
    --light-color-mavi: #f6fafe;

}

 

a {
    text-decoration: none;
    color: #000;
}

input,
textarea,
select {
    font-family: 'Roboto', sans-serif;
}


.sans {
    font-family: 'Google Sans', sans-serif;
}

.sol-fix {
    width: 80px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
}

.sol-fix .menu {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    margin-top: 10px;
}

.sol-fix .menu i {
    color: #5f6368;
    font-size: 24px;
}



.h-title { font-family: var(--fontGoogle); font-size: 22px; line-height: 28px; color:#202124; font-weight: 400;}


.content { max-width: 1200px; margin: 0 auto;}





.g-buton { height: 36px; line-height: 36px; border-radius: 5px; font-size: 14px; font-weight: 500; background: var(--color-mavi); color: #fff; display: inline-block; padding: 0px 20px;   }
.g-buton:hover { background: var(--color-mavi-hover);  cursor: pointer; }


.g-buton-1 {
    height: 48px;
    border-radius: 90px;
    font-size: 14px;
    font-weight: 500;
    background: var(--color-mavi);
    color: #fff;
    display: inline-flex; /* Flexbox ile hizalama */
    align-items: center; /* Dikey hizalama */
    justify-content: center; /* İçeriği ortala */
    padding: 0px 20px;
    gap: 8px; /* İkon ve yazı arasına boşluk ekler */
    text-decoration: none; /* Link ise alt çizgiyi kaldır */
}

.g-buton-1:hover {
    background: var(--color-mavi-hover); cursor: pointer;
}

.g-buton-1 i {
    font-size: 22px; /* İkon boyutunu isteğe göre ayarla */
    display: flex; /* Flex ile hizalama */
    align-items: center; /* Dikey hizalama */
}

.g-buton-2 { height: 36px; line-height: 36px; border-radius: 5px; font-size: 14px; font-weight: 500;   color: var(--color-mavi); display: inline-block; padding: 0px 20px;   }
.g-buton-2:hover { background: var(--light-color-mavi);  cursor: pointer; }

.t-buton { display: inline-block; color: var(--color-mavi); font-size: 14px; font-weight: 500; padding: 6px 10px; cursor: pointer;  }
.t-buton:hover { background: var(--light-color-mavi);   }

.fiyat-google {font-family: var(--fontGoogle); font-size: 26px;}


.i-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); }
.i-card  .i-head { background: #f8f9fa; color: #3c4043; padding: 10px; display: flex; align-items: center; font-size: 12px; position: relative; }
.i-card  .i-head .ikon { display: inline-block; padding-right: 10px;  }
.i-card  .i-head .dahfazla {  position: absolute; right: 0; display: inline-block; width: 30px; text-align: center; }

.i-card .i-content { padding: 30px;}
.i-card .i-content h3 {  padding: 0px; margin: 0px; font-size: 16px; line-height: 23px; color: #202124; font-family: var(--fontGoogle); padding-bottom: 10px; font-weight: 500;}
.i-card .i-content p  {  padding: 0px; margin: 0px; font-size: 14px; line-height: 20px; color: #3c4043; font-weight: 400; }
.i-card hr { border: none; border-top: 1px solid #ccc; }



.faturalan .i-content h3 { color: #5f6368; }
.faturalan .i-content .fiyat-google { font-size: 18px; color: #202124; }




.text-banner { display: flex; padding: 10px; align-items: center; justify-content: space-between;  border: 1px solid #dadce0; }
.text-banner > div { display: flex; align-items: center; font-size: 14px ; color: #202124; gap: 5px;}
.text-banner > div > i { display: inline-block; width: 30px; height: 30px; font-size: 18px; color: #fff; line-height: 30px; text-align: center; background: #9aa0a6; border-radius: 30px; margin-right: 10px;  }


.card-3 { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); position: relative; padding: 20px; }
.card-3 .fiyat { font-family: var(--fontGoogle); font-weight: 400; font-size: 32px; color:  #202124; }
.card-3 .dahfazla {  position: absolute; right: 5px; top: 15px; display: inline-block; width: 30px; text-align: center; color: #5f6368; }
.card-3 h3 { margin: 0; padding: 0px; font-family: var(--fontGoogle); font-size: 18px;  font-weight: 400; color: #202124; padding-bottom: 13px;  }
.card-3 .line-tablo { display: flex; align-items: end; gap: 15px; }

.cvf .min-info { font-size: 12px; font-weight: 500; line-height: 14px; color: #202124; }
.cvf .min-text { font-size: 12px; font-weight: 400; line-height: 16px; color: #3c4043; }

.cvf-2 .min-info { font-size: 12px; font-weight: 400; line-height: 16px; color: #5f6368; }
.cvf-2 .min-text { font-size: 16px; font-weight: 500; line-height: 24px; color: #202124; font-family: var(--fontGoogle); }

.odeme-info { font-size: 12px; font-weight: 400; line-height: 16px; color: #3c4043; display: flex; align-items: center; gap: 15px;}
.odeme-info img { width: 30px;}




.card-4 { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); position: relative;   }
.card-4 .baslik { font-family: var(--fontGoogle); font-size: 18px; color:#202124; font-weight: 400; padding: 0px 15px;}
.card-4 i.ikon  {   display: inline-block; width: 30px; height: 30px; font-size: 30px; line-height: 30px; text-align: center; color: #616161;}

.card-4 .acort-icerik {
    display: none;
    border-top: 1px solid #dadce0;
    padding: 20px;
 
}

.card-4 .acort-title {
    cursor: pointer; padding: 20px;
 
}
.card-4 .acort-title:hover  { background: #f0f0f0; }


 
.card-4 .ikon {
    transition: transform 0.3s ease;
}

.card-4 .ikon.rotate {
    transform: rotate(180deg);
}

 
.text-blue { color: var(--color-mavi);}



.ozet-acor { font-size: 14px; color: #3c4043; }
.ozet-acor > div > div { padding: 5px; border-bottom: 1px solid #ccc;}
.ozet-acor h4  { display: flex ; justify-content: space-between; padding: 5px;  font-weight:400  ; font-size: 14px; margin: 0px; color: var(--color-mavi);border-bottom: 1px solid #ccc; }
.ozet-acor h4 span { font-weight: 700; color: #3c4043;  }



.ozet-tema { background: #f1f3f4; font-size: 14px; font-weight: 400; color: #3c4043; height: 36px; }
.ozet-tema > div { padding: 0px 10px; line-height:36px ;}
.ozet-tema .bold { font-weight: 700; }




.drp-menu { padding: 0px  0px; width: 100%; position: relative;}
.drp-menu > i {  position: absolute; bottom:0px ; right: 20px;}
.drp-menu .l-1 { font-size: 12px; line-height: 16px; font-weight: 400; color: #5f6368;  }
.drp-menu .l-2 strong { font-size: 16px; line-height: 24px; font-weight: 500; color: #202124; font-family: var(--fontGoogle);  }
.drp-menu .l-2 span { font-size: 12px; line-height: 16px; font-weight: 400; color: #5f6368; }


.drp-menu .opne-drop { position: absolute; background: #fff; padding: 5px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1) ; display: none; z-index: 3000;}
.drp-menu:hover .opne-drop { display: block;}
.drp-menu .opne-drop a img { width: 20px; height: 20px; object-fit: contain; padding: 3px;}
.drp-menu .opne-drop a span { width:12px; height: 12px; display: inline-block; border-radius: 90px; background: #0b8043;}



.drp-menu .opne-drop a {
    display: flex;
    justify-content: space-between; /* İçeriği iki yana yay */
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #3c4043;
    padding: 9px 10px;
    gap: 5px;
}

.drp-menu .opne-drop a b {
    margin-left: auto; /* En sağa yaslamak için */ 
    font-weight: 400;
}

.drp-menu .opne-drop a:hover { text-decoration: underline;}




.content-line {
    padding-left: 100px;
}

.header {
    width: 100%;
    padding: 9px 0px;
}

.header .logo img {
    width: 172px;
    padding-right: 30px;
}


.aramagovdesi {
    border: 1px solid #80868b;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0px 12px;
}

.aramagovdesi i {
    width: 24px;
    height: 24px;
    color: #5f6368;
    display: inline-block;
}

.aramagovdesi input {
    width: 350px;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    color: #000;
    padding: 0px 12px;
}

.aramagovdesi:hover {
    border: 1px solid #000;
}


.flex {
    display: flex;
    align-items: center;
}



.ust-sag {
    text-align: right;
    padding-right: 30px;
    padding: 6px 0px;
}

.ust-ikonlar {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #5f6368;
    padding: 0px 10px;
}

.ust-ikonlar i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
}
.ust-ikonlar:hover { background: #e5e7e8;}

.user-name {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 0px 20px;
}

.user-name p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #5f6368;
}


.user-pic {
    display: inline-block;
    padding: 0px 20px;
    cursor: pointer;
}

.user-pic .kullanici_sec {
    width: 35px;
    height: 35px;
    border-radius: 90px;
    object-fit: cover;
}







.user_sec {
    width: 100%;
    max-width: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    right: 0;
}

.info-user {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.3s;
}

.info-user:hover {
    background: #f1f1f1;
}

.user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    background-color: #ddd;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: bold;
    color: #333;
}

.user-email {
    font-size: 14px;
    color: #666;
}






.sol-minik {
    width: 100%;
    padding: 8px 8px;
}

.sol-minik:hover {
    background: #eaeced;
    cursor: pointer;
}

.sol-minik > img {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 90px;
    padding: 8px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.sol-minik > p {
    font-size: 12px;
    color: #5f6368;
    line-height: auto;
}

.sol-minik > span {
    font-size: 12px;
    color: #5f6368;
    line-height: auto;
    display: inline-block;
    word-break: break-word;
    text-align: center;
}

.sol-minik > i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    color: #5f6368;
}


.sol-minik .open-menu {
    position: absolute;
    left: 80px;
    background: #fff;
    width: 300px;
    top: 65px;
    height: calc(100% - 65px);
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: none;
}
.sol-minik:hover .open-menu { display: block;}


.open-menu .yes-acordion {
  
    margin-bottom: 10px;
    border-radius: 24px;
    overflow: hidden;
    
}
.open-menu .yes-acordion.open {
    background: #f8f9fa; /* Açıkken beyaz */
}

.open-menu .alt-title,
.open-menu .title {
 
    padding: 0px 21px; 
    cursor: pointer;
    height: 48px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 24px;
     
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--fontGoogle);
    font-size: 14px;
    
}
.open-menu .alt-title:hover,
.open-menu .title:hover { border: 1px solid #505050; }







.open-menu .icerik {
    display: none;
    padding: 10px;
  
}
.open-menu .icon {
     
}
.open-menu .rotated {
    transform: rotate(180deg);
}



.user-container {
    width: 300px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute; right: 0;
   display: none;
    
}
.user-container.active {
     display: block;
}
.user-header {
    padding: 16px;
    text-align: center;
}
.user-header img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    border-radius: 90px;
}
.user-header h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.user-header p {
    color: #4b5563;
    margin: 4px 0 0;
}
.user-header button {
    margin-top: 8px;
    padding: 8px 16px;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.user-section {
    border-top: 1px solid #e5e7eb; 
}
.user-section .info {
    padding: 16px;
    background-color: #dbeafe; border-left: 3px solid #3b82f6;
}
.user-section .info p {
    margin: 4px 0;
}
.user-section .info p:first-child {
    font-size: 14px;
    font-weight: 600;
}
.user-section .info p:nth-child(2),
.user-section .info p:nth-child(3) {
    font-size: 12px;
    color: #4b5563;
}
.user-section .user-content {
    padding: 16px;
}
.user-section .user-content .item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.user-section .user-content .item img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}
.user-section .user-content .item p {
    margin: 0;
}
.user-section .user-content .item p:first-child {
    font-size: 14px;
    font-weight: 600;
}
.user-section .user-content .item p:nth-child(2) {
    font-size: 12px;
    color: #4b5563;
}
.user-footer {
    border-top: 1px solid #e5e7eb;
    padding: 16px;
    display: flex;
    justify-content: space-between; gap: 5px;
}
.user-footer > div {
    background: none;
    border: none;
    color: #3b82f6;
    cursor: pointer;
    border: 1px solid #dadce0;
   
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    border-radius: 6px;
    font-size: 14px;
}

.user-footer > div:hover { background: #f6f8fc; color:  #174ea6;}



.user-footer-text {
    border-top: 1px solid #e5e7eb;
    padding: 16px;
    text-align: center;
    font-size: 12px;
    color: #4b5563;
}



.menu-content {
    display: none;
    background: #f0f0f0;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
}

.menu-content.active {
    display: block;
}











