* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;

}

body {
    background: #f6faff !important;
}

.containerKac {
    max-width: 56rem !important;
}


.headeriDex .logo {
    height: 70px;
}


.headeriDex .navbar-expand-lg .navbar-nav {
    margin: 0px auto;
}

.headerLogo {
    height: 70px;
}

.headeriDex .loginBtn button {
    background: #047300;
    padding: 8px 20px;
    color: white;
    border-radius: 7px;
}

.headeriDex .nav-link {
    font-weight: 800;
}

.indexpAGEa1 {
    background: #dee4ef;
}


.indexpAGEa1 .hero .imgRunK {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 15px;
}

.indexpAGEa1 .hero .inPtna {
    position: relative;
    padding: 10px;
    border-radius: 15px;
}

.indexpAGEa1 .hero .inPtna .inbutnber {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    padding: 3px;
    background: linear-gradient(90deg, #9b87f5, #d946ef, #f97316, #0ea5e9, #8b5cf6);
    background-size: 400% 100%;
    z-index: 0;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: electric-border 3s linear infinite
}

.indexpAGEa1 .hero .inPtna .inbutnber:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .8) 50%, transparent 100%);
    width: 15%;
    z-index: 2;
    animation: spark-effect 3s linear infinite;
    border-radius: inherit
}

@keyframes electric-border {
    0% {
        background-position: 0% 0%
    }

    to {
        background-position: 400% 0%
    }
}

@keyframes spark-effect {
    0% {
        left: -15%;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        left: 100%;
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.indexpAGEa1 {
    padding: 35px 0px;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn {
    padding: 20px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.indexpAGEa1 .hero .title {
    text-align: center;
}

.indexpAGEa1 .hero .title h2 {
    color: #2562eb;
    font-size: 60px;
    font-weight: 800;
}

.indexpAGEa1 .hero .title h2 strong {
    color: #000000;
    font-size: 60px;
    font-weight: 800;
}

.indexpAGEa1 .hero .title h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}

.indexpAGEa1 .hero .title p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .upload-box {
    border: 2px dashed #d3d3d3;
    border-radius: 8px;
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    cursor: pointer;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .upload-box:hover {
    background: #fafafa;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .upload-box input[type="file"] {
    display: none;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .upload-icon {
    font-size: 36px;
    color: #3f7dfc;
    margin-bottom: 15px;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .upload-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .upload-subtext {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .btn1,
.indexpAGEa1 .hero .imgRunK .cardiPytn .btn2 {
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .btn1 {
    background: #2563eb;
    color: white;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .btn1:hover {
    background: #1d4ed8;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .btn2 {
    background: #e5edff;
    color: #2563eb;
}

.indexpAGEa1 .hero .imgRunK .cardiPytn .btn2:hover {
    background: #dbeafe;
}





.videoinDex {
    padding: 20px;
    background: white;
    margin-top: 25px;
    border-radius: 10px;
    text-align: center;
}

.videoinDex h3 {
    margin-bottom: 25px;
    font-weight: 600;
}

.videNCtn {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 oranı için (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.videNCtn iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.indexpAGEa1 .hero.hero2 {
    padding: 100px 0px;
}

.indexpAGEa1 .hero.hero2 p {
    width: 60%;
    margin-left: 20%;
}

.indexpAGEa1 .hero.hero2 .searcHForm input {
    height: 40px;
    padding: 0px 7px;
    border: 1px solid #0d6efd;
    border-radius: 7px 0px 0px 7px;
}

.indexpAGEa1 .hero.hero2 .searcHForm button {
    height: 40px;
    width: 50px;
    border: 1px solid #0d6efd;
    background: #0d6dfda7;
    color: white;
    margin-left: -6px;
    border-radius: 0px 7px 7px 0px;
}

.indexpAGEa1 .hero.hero2 .icons {
    font-size: 60px;
    background: #0a57ca33;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    line-height: 80px;
    font-size: 50px;
    border-radius: 50%;
    color: #0a57ca;
}

.indexpAGEa1 .hero.hero2 .btKcn button {
    margin: 0px 7px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 7px;
    font-weight: 500;
}

.indexpAGEa1 .hero.hero2 .btKcn .t1 {
    color: #0a57ca;
    background: #0a57ca67;
}

.indexpAGEa1 .hero.hero2 .btKcn .t2 {
    color: black;
    background: white;
}

.filterGuidespage .category-checkbox label {
    cursor: pointer;
    user-select: none;
}

.filterGuidespage .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.filterGuidespage .badge-category {
    background-color: #F1F1F1;
    color: #8A898C;
    border-radius: 50px;
    height: 25px;
    padding: 0px 9px;
}

.filterGuidespage .icon-circle {
    width: 50px;
    height: 50px;
    background-color: rgba(30, 174, 219, 0.1);
    color: #1EAEDB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.filterGuidespage .badge-category2 {
    background-color: #F1F1F1;
    color: #8A898C;
    border-radius: 7px;
    height: 20px;
    font-size: 12px;
    padding: 0px 9px;
}

.guidesFaq {
    background: #dee4ef;
    padding: 50px 0px;
}

.guidesFaq .nav-link.active {
    background: #005eff;
    color: white;
}

.pricePageindc {
    background: #f8f9fa;
}

.pricePageindc .glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.3s;
}

.pricePageindc .glass:hover {
    transform: translateY(-5px);
}

.pricePageindc .toggle-span {
    cursor: pointer;
}

.pricePageindc .most-popular-label {
    background-color: #0d6efd;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.pricePageindc .line-through {
    text-decoration: line-through;
    color: #6c757d;
}

.priceAcard1 {
    padding: 35px 0px;
    background: #e5e7eb;
}

.priceAcard1 .crdPricealt .rounded-xl {
    padding: 15px;
    background: #ffffff;
    border-radius: 15px;
}

.priceAcard1 .crdPricealt .rounded-xl .iKicon {
    background: #0a57ca52;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-bottom: 7px;
}

.priceAcard1 .crdPricealt .rounded-xl .iKicon i {
    color: #0a58ca;
}

.leftPorpage .nav {
    display: flex;
    flex-direction: column;
}

.leftPorpage {
    padding: 30px 15px 20px;
    text-align: center;
    border: 1px solid #e8f0ff;
    border-radius: 5px;
}

.leftPorpage .nav-link {
    padding: 5px;
    border: none;
}

.leftPorpage .card {
    padding: 5px;
    border: 2px solid #e5e7eb;
    border-radius: 10px !important;
}

.leftPorpage .nav-link.active .card {
    border-image: linear-gradient(to right, rgb(76, 175, 80), rgb(33, 150, 243), rgb(156, 39, 176)) 1;
    border-style: solid;
    border-width: 4px;
    border-radius: 5px !important;
    background: #e8f0ff;
}

.addPropertyBtn {
    margin-top: 8px;
    border-radius: 5px;
    background: white;
    border: 2px solid #e8f0ff !important;
    margin-bottom: 15px;
    height: 40px;
    color: #39b54a;
    font-weight: 600;
}

.leftPorpage .card {
    text-align: left;
    display: -webkit-box;
    padding: 7px;
    align-items: center;
}

.leftPorpage .card .text {
    width: calc(100% - 100px);
}

.leftPorpage .card .berStn {
    width: 50px;
}

.leftPorpage .titHober {
    background: #e8f0ff;
    text-align: center;
    padding: 7px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
    margin-top: 5px;
}


.leftPorpage .cardHoBer {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background: #fff;
    margin-top: 7px;
}

.leftPorpage .cardHoBer .rating-bar {
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 14px;
    justify-content: space-between;
}

.leftPorpage .cardHoBer .a {
    background: #00a651;
    width: 25%;
}

.leftPorpage .cardHoBer .b {
    background: #39b54a;
    width: 35%;
}

.leftPorpage .cardHoBer .c {
    background: #ffc000;
    width: 45%;
    color: #5c4100;
}

.leftPorpage .cardHoBer .d {
    background: #fbe168;
    width: 55%;
    color: #5c4100;
}

.leftPorpage .cardHoBer .e {
    background: #fbb97d;
    width: 65%;
    color: #5c4100;
}

.leftPorpage .cardHoBer .f {
    background: #f15a29;
    width: 75%;
}

.leftPorpage .cardHoBer .g {
    background: #ed1c24;
    width: 85%;
}

.leftPorpage .cardHoBer .investment {
    margin: 15px 0 5px;
    font-size: 16px;
    color: #444;
}

.leftPorpage .cardHoBer .price {
    font-size: 22px;
    color: #005eff;
    font-weight: bold;
}

.leftPorpage .cardHoBer .btn {
    display: block;
    background: #00a651;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 12px;
    border-radius: 6px;
    margin: 15px 0;
    font-size: 15px;
}

.leftPorpage .cardHoBer .btn:hover {
    background: #008a42;
}

.leftPorpage .extra-box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    width: 100%;
    margin-top: 7px;
}

.leftPorpage .extra-box small {
    display: block;
    color: #000;
    font-size: 20px;
    margin-top: 5px;
}

.rightPorgeK {
    padding: 7px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 9px 15px !important;
}

.rightPorgeK h4 {
    font-weight: 600;
    margin-left: 15px;
    margin-top: 15px;
}

.rightPorpage .mdKs1 .nav {
    background: red;
    width: max-content;
    padding: 5px;
    border-radius: 5px;
    background: rgba(145, 187, 255, 0.3);
}

.rightPorpage .mdKs1 .nav-item {
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-right: 7px;
}

.rightPorpage .mdKs1 .nav-item button {
    color: #444;
}

.rightPorpage .mdKs1 .nav-link.active {
    background: white;
}

.rightPorpage .midindex .rightPorgeK .hed1 {
    display: flex;
    flex-direction: column;
}

.rightPorpage .midindex .rightPorgeK .hed1 .text {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.rightPorpage .midindex .rightPorgeK .hed1 .text h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rightPorpage .midindex .rightPorgeK .hed1 .text h6 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #005eff;
}

.rightPorpage .midindex .rightPorgeK .hed2 canvas {
    max-width: 300px;
    height: 300px;
    margin: auto;
    position: relative;
}

.rightPorpage .midindex .rightPorgeK .hed2 .top-legend {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    font-weight: 500;
    line-height: 1.6;
}

.rightPorpage .midindex .rightPorgeK .hed2 .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

/* Alt legend grid */
.rightPorpage .midindex .rightPorgeK .hed2 .legend-grid a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    margin: 6px 0;
    font-size: 15px;
}

.rightPorpage .midindex .rightPorgeK .hed2.legend-grid a:hover {
    text-decoration: underline;
}

.rightPorgeK .divtbs2Card {
    border: 1px solid #e5e7eb;
    padding: 10px;
    border-radius: 5px;
    transition: .3s;
    margin: 3px;
}

.rightPorgeK .divtbs2Card .he1 {
    display: flex;
    justify-content: space-between;
}

.rightPorgeK .divtbs2Card .he2 {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.rightPorgeK .divtbs2Card .he2 h4 {
    font-size: 15px;
    font-weight: 800;
    margin-left: 0px;
}

.rightPorgeK .divtbs2Card .he2 h6 {
    font-size: 12px;
    font-weight: 400;
    color: #005eff;
}

.rightPorgeK .divtbs2Card .he3 button {
    border: 1px solid #444;
    background: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.rightPorgeK .divtbs2Card:hover {
    background: #e5e7eb;
    scale: 1.1;
}

.divtbs2Card {
    width: 32.5% !important;
}

.sgCardindex {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    padding: 20px 10px;
    border-radius: 7px;

}

.sgCardindex .txt1 {
    color: rgba(82, 145, 246, 1);
    font-size: 11px;
    margin-bottom: 7px;
}

.sgCardindex .txt2 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 7px;
}

.sgCardindex .txt3 {
    color: rgb(4, 115, 0);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.sgCardindex .txt4 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.sgCardindex2 {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    padding: 20px 10px;
    border-radius: 7px;

}

.sgCardindex2 .txt1 {
    display: flex;
    justify-content: space-between;

}

.sgCardindex2 .txt1 .t1 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 800;
}

.sgCardindex2 .txt1 .t2 {
    color: rgb(4, 115, 0);
    font-size: 22px;
    font-weight: 800;
}

.sgCardindex2 .btn1 {
    color: #047300;
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0px;
    background: rgba(4, 115, 0, 0.216);
    border: 1px solid #047300;
    border-radius: 5px;
}

.sgCardindex2 .btn2 {
    color: #000673;
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0px;
    background: #00067337;
    border: 1px solid #000673;
    border-radius: 5px;
}

.sgCardindex2 .btn3 {
    color: #ef00b3;
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0px;
    background: #ef00b337;
    border: 1px solid #ef00b3;
    border-radius: 5px;
}

.tabs3almTn .col {
    text-align: left !important;
    display: flex;
    flex-direction: column;
}

.cardulLi {
    margin-top: 15px;
}

.cardulLi li {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.cardulLi li .txt1 {
    font-weight: 800;
}

.cardulLi li .txt1 i {
    font-size: 22px;
    margin-right: 7px;
}

.cardulLi ul {
    padding-left: 0px;
}

.txtCard {
    padding: 15px;
    background: #d4d4e0;
    border: 2px solid #9ba0ff;
    border-radius: 10px;
}

.right2ch {
    display: flex;
    flex-direction: column;
}

.right2ch .cardTxb {
    padding: 15px;
    background: #fafaff;
    border: 2px solid #9ba0ff;
    border-radius: 10px;
    margin-bottom: 25px;
}

.right2ch .cardTxb h5 {
    font-weight: 800;
}

.right2ch .cardTxb h5 i {
    margin-right: 10px;
}

.right2ch .cardTxb li {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.right2ch .cardTxb li i {
    color: #008a42;
    font-size: 22px;
}

.right2ch .cardTxb li .txt1 {
    font-weight: 600;
    margin-bottom: 6px;
}

.right2ch .cardTxb button {
    background: #005eff;
    padding: 7px 14px;
    width: 100%;
    border-radius: 10px;
    color: white;
    font-weight: 600;
}


.right2ch .cardTxb2 {
    padding: 15px;
    background: #ffffff;
    border: 2px solid #a4a4a4;
    border-radius: 10px;
    margin-bottom: 25px;
}


.right2ch .cardTxb2 li {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.right2ch .cardTxb2 li .txt1 {
    font-weight: 600;
    margin-bottom: 6px;
}

.rhgKBnna .card {
    padding: 15px 20px;
}

.rhgKBnna ul {
    padding-left: 0px;
}

.rhgKBnna ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rhgKBnna .card h4 {
    font-weight: 800;
}

.rhgKBnna ul li i {
    margin-right: 10px;
}

.rhgKBnna ul li span {
    font-weight: 600;
}

.priceTotal {
    display: flex;
    justify-content: space-between;
}

.DocumentsiDex .card {
    width: 100%;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.DocumentsiDex .card .txt1 {
    display: flex;
    flex-direction: column;
}

.DocumentsiDex .card .txt1 .t1 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

.DocumentsiDex .card .txt1 .t2 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
    color: #282828;
}

.DocumentsiDex .card .txt1 .t3 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    color: #282828;
}

.DocumentsiDex .card .btn1 a {
    color: #000;
    width: 100%;
    border: 1px solid #dbdcff;
    background: #d1d3ff;
    padding: 2px 14px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 7px;
    font-weight: 600;
}

.indexArdcArd {
    margin-top: 25px;
}

.indexArdcArd .card {
    padding: 15px;
    height: max-content;
}

.indexArdcArd .card strong {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.indexArdcArd .card h5 {
    font-weight: 800;

}

.indexArdcArd .card.td3 span {
    color: #008a42;
}

.indexArdcArd .card a {
    color: #000000;
    text-decoration: none;
}

.indexArdcArd .card a i {
    margin-left: 7px;
}

.indexArdcArd .card.td1 button {

    background: white;
    border: 1px solid #282828;
    border-radius: 7px;
    height: 40px;
    margin-top: 7px;
}


.rightPorgeK .cardbh1D {
    margin-top: 25px;
    background: #fdfeff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px;
}

.rightPorgeK .cardbh1D img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.rightPorgeK .cardbh1D .img {
    position: relative;
    margin-top: 15px;
}

.rightPorgeK .cardbh1D .imgtxt {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.467);
    bottom: 0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
}

.rightPorgeK .cardbh1D .car1k {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}

.rightPorgeK .cardbh1D .car1k .card1 {
    width: 32%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.rightPorgeK .cardbh1D .car1k .card1.t1 {
    background: rgb(254 226 226);
    border-radius: 5px;
}

.rightPorgeK .cardbh1D .car1k .card1.t1 p {
    color: rgb(255, 88, 88);
}

.rightPorgeK .cardbh1D .car1k .card1.t2 {
    background: rgb(255, 249, 212);
    border-radius: 5px;
}

.rightPorgeK .cardbh1D .car1k .card1.t2 p {
    color: rgb(101, 91, 0);
}

.rightPorgeK .cardbh1D .car1k .card1.t3 {
    background: rgb(198, 255, 189);
    border-radius: 5px;
}

.rightPorgeK .cardbh1D .car1k .card1.t3 p {
    color: rgb(24, 130, 0);
}

.rightPorgeK .cardbh1D .txt {
    text-align: center;
    margin-top: 15px;
}

.rightPorgeK .cardbh1D ul {
    padding-left: 0px;
    margin-top: 15px;
}

.rightPorgeK .cardbh1D ul li {
    display: flex;
    flex-direction: column;
    margin-top: 11px;
}

.rightPorgeK .cardbh1D ul li i {
    padding: 8px;
    font-size: 18px;
    border-radius: 50%;
}

.rightPorgeK .cardbh1D ul li strong {
    font-size: 22px;
    margin-left: 40px;
}

.rightPorgeK .cardbh1D .txtggK {
    display: flex;
    flex-direction: column;
}

.rightPorgeK .cardbh1D .txtggK .k1 {
    display: flex;
    justify-content: space-between;
}

.indexChbox .group {
    display: flex;
    align-items: center;
}

.indexChbox .group label {
    margin: 0px;
    margin-left: 7px;
    font-size: 18px;
}

.indexChbox .group label input {
    height: 20px;
    width: 20px;
}



.bariNdx .form-range {
    height: 1.25rem;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.bariNdx .form-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.bariNdx .form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid white;
    cursor: pointer;
}

/* Day coverage bar */
.bariNdx .day-coverage-wrapper {
    height: 6px;
    background-color: #e9ecef;
    border-radius: 4px;
    position: relative;
}

.bariNdx .day-coverage-fill {
    height: 6px;
    background-color: #28a745;
    border-radius: 4px;
    width: 0%;
    transition: width 0.3s ease;
    position: relative;
}

.bariNdx .day-coverage-indicator {
    position: absolute;
    top: -22px;
    color: #28a745;
    font-weight: 500;
    white-space: nowrap;
    transform: translateX(-50%);
}

.alticonCard {
    display: flex;
    justify-content: center;
}

.alticonCard .text-center {
    margin: 0px 10px;
}

.indextxtac1 .txta1 {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 60px;
}

.indextxtac1 .txta1 a {
    color: #005eff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
}

.indextxtac1 .txta1 .tbnCn {
    margin-bottom: 10px;
}

.indextxtac1 .txta1 .tbnCn button {
    margin: 0px 5px;
    padding: 7px 14px;
    border-radius: 5px;
}

.indextxtac1 .txta1 .tbnCn .btn1 {
    background: #005eff;
    color: white;
}

.indextxtac1 .txta1 .tbnCn .btn2 {
    background: white;
    color: #005eff;
}

.indextxtac1 .txta1 .tctx1 {
    width: 80%;
    margin-left: 10%;
    border: 1px solid white;
    border-radius: 15px;
    padding: 15px;
    margin-top: 10px;
}

.indextxtac1 .txta2 {
    text-align: center;

}

.indextxtac1 .txta2 a {
    color: #005eff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 800;
}

.indextxtac1 .txta2 a p {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.tetsfasd {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 3;
}


.mpnitoPagecard .glass {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mpnitoPagecard .glass:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mpnitoPagecard .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgba(13, 110, 253, 0.1);
    /* Bootstrap primary/10 */
    margin-right: 1rem;
}

.mpnitoPagecard .icon-box i {
    font-size: 24px;
    color: var(--bs-primary);
}

.mpnitoPagecard .text-muted-foreground {
    color: #6c757d;
}



.monitorPricecard .glass {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.monitorPricecard .glass:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.monitorPricecard .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.monitorPricecard .feature-item i {
    font-size: 1.2rem;
    color: var(--bs-primary);
    margin-right: 0.75rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.monitorPricecard .pricing-badge {
    background-color: var(--bs-primary);
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.4rem;
    border-radius: 10px 10px 0px 0px;
}

.monitorPricecard .text-muted-foreground {
    color: #6c757d;
}

.monitorCard2a .step-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textPage .container {
    padding: 35px 0px;
}




.noBillspage .selected-address {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 10px;
}

.noBillspage .step-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin-top: 40px;
}

.noBillspage .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 9px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
}

.noBillspage .step-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e1e2d;
}
.noBillspage .fmtgDrn{
    background: #008a42;
    padding: 7px 14px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
}

.noBillspage .btn-primary {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    border: none;
    font-weight: 500;
    padding: 10px 24px !important;
    border-radius: 8px;
}

.noBillspage .btn-primary:hover {
    opacity: 0.9;
}

.noBillspage .btn-outline-primary {
    border-radius: 6px;
    padding: 10px 24px !important;
    font-weight: 500;
}

/* Select Your Utilities */
.noBillspage .utility-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    background: #fff;
    transition: 0.3s;
    cursor: pointer;
}

.noBillspage .utility-card i {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
    color: #2563eb;
}

.noBillspage .utility-card.active {
    border: 2px solid #2563eb;
    background: #2563eb;
    color: #2563eb;
}

.noBillspage .utility-card.active {
    color: #ffffff !important;
}

.noBillspage .utility-card.active i {
    color: #ffffff !important;
}

#showMoreServices {
    width: 2rem;
    height: 2rem;
}

.showMoreServicesclass {
    margin-left: 15px;
    line-height: 2.5rem;
    font-weight: bold;
}

#moreService nav .tab-content {
    padding: 15px 7px !important;
}

/* Add More Services Cards */
.noBillspage .service-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    background: #fff;
    transition: 0.3s;
}

.noBillspage .service-card i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #000000;
    text-align: center !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 50%;
    margin: 5px auto;
    display: flex;
}

.noBillspage .service-card .bi::before,
[class^="bi-"]::before,
.noBillspage .service-card [class*=" bi-"]::before {
    line-height: 60px;
    margin: 0px auto;
    -moz-osx-font-smoothing: grayscale;
}

.noBillspage .form-control,
.noBillspage .form-select {
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
}

.noBillspage .form-label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #374151;
}

#moreServices .nav {
    display: flex;
    justify-content: space-between;
    /* veya space-around / space-evenly */
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    border-radius: 7px;
    background: #f8fbff !important;
}

#moreServices .nav li {
    flex: 1;
    /* tüm li'ler eşit genişlikte olur */
    text-align: center;
    /* isteğe bağlı */


}

#moreServices .nav li button {

    width: 100%;
}

.utility-card.t6 {
    display: flex;
    text-align: left;
    padding: 10px !important;
}
.utility-card.t6 strong {
margin: auto 10px;
display: block;
}
.utility-card.t6 i {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 50%;
    background: #00003338 !important;
    text-align: center;
    color: black;
}

.utility-card.t6 b{
font-size: 14px;
}
.utility-card.t6 p{
font-size: 12px;
}
.uploadBoxIndex {
    /* Renk Değişkenleri */
    --accent: #4050d8;
    --accent-dark: #3140b9;
    --muted: #98a0b3;
    --success-bg: #dff3e6;
    --success-border: #bfe6c9;
    --success-text: #2a8a49;
    --card-bg: #ffffff;
    --ghost: #f5f7fb;
    --text-primary: #122035;
    --border-light: rgba(18, 32, 53, 0.06);
    --shadow-subtle: 0 4px 12px rgba(11, 15, 40, 0.05);
    --shadow-main: 0 12px 40px rgba(11, 15, 40, 0.08);
    --danger-text: #e3342f;

    /* Temel Ayarlar */
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: none;
    margin: 0;
    padding: 0;
    color: var(--text-primary);
    line-height: 1.5;
}

.uploadBoxIndex .container {
    max-width: 920px;
    margin: 20px auto;
    background: var(--card-bg);
    border-radius: 18px;
    padding: 32px;
    box-shadow: var(--shadow-main);
}

.uploadBoxIndex h1 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}

.uploadBoxIndex h3 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}

/* STEP 1: Upload Box Styling */
.uploadBoxIndex .upload-box {
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    cursor: pointer;
    transition: .3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.uploadBoxIndex .upload-box:hover {
    transform: translateY(-2px);
}

.uploadBoxIndex .upload-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #eaf0ff, #f6f8ff);
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--accent);
    box-shadow: 0 4px 10px rgba(64, 80, 216, 0.1);
}

.uploadBoxIndex .upload-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}

.uploadBoxIndex .upload-sub {
    color: var(--muted);
    margin-top: 8px;
    font-size: 14px;
}

/* YÜKLENEN DOSYALAR LİSTESİ (Alt Alta Gözükme) */
.uploadBoxIndex #uploadIndexFileList {
    margin-top: 15px;
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.uploadBoxIndex #uploadIndexFileList li {
    background: var(--ghost);
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.uploadBoxIndex #uploadIndexFileList .file-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
}

.uploadBoxIndex #uploadIndexFileList .file-remove {
    cursor: pointer;
    color: var(--danger-text);
    font-size: 16px;
    transition: color .2s;
}

.uploadBoxIndex #uploadIndexFileList .file-remove:hover {
    color: var(--text-primary);
}


/* General Layout & Animation */
.uploadBoxIndex .slideDown {
    animation: slideDown .4s ease-out forwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.uploadBoxIndex .info-card {
    border-radius: 12px;
    padding: 24px;
    background: var(--card-bg);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-subtle);
}

.uploadBoxIndex .row {
    display: flex;
    gap: 15px;
}

.uploadBoxIndex .col {
    flex: 1;
}

.uploadBoxIndex .row+.row {
    margin-top: 12px;
}

/* Form Control Styling */
.uploadBoxIndex input.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    font-size: 15px;
    transition: .2s;
    box-sizing: border-box;
}

.uploadBoxIndex input.form-control:focus {
    border-color: var(--accent);
    outline: none;
    box-shadow: 0 0 0 3px rgba(64, 80, 216, 0.1);
}

/* Adres Otomatik Tamamlama Dropdown Stili */
.uploadBoxIndex #uploadIndexAddressDropdown {
    position: absolute;
    top: 100%;
    /* Inputun hemen altına yerleştir */
    left: 0;
    right: 0;
    z-index: 10;
    background: var(--card-bg);
    border-radius: 0 0 10px 10px;
    box-shadow: var(--shadow-subtle);
    border: 1px solid var(--border-light);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    /* JS tarafından gösterilir */
}

.uploadBoxIndex #uploadIndexAddressDropdown>div {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.1s;
}

.uploadBoxIndex #uploadIndexAddressDropdown>div:hover {
    background: var(--ghost);
}


/* Selected Address */
.uploadBoxIndex .selected-address {
    margin-top: 16px;
    background: var(--success-bg);
    border: 1px solid var(--success-border);
    padding: 16px;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.uploadBoxIndex .selected-address .check {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e8f7ea;
    color: var(--success-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.uploadBoxIndex .selected-address .addr h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.uploadBoxIndex .selected-address .addr p {
    margin: 4px 0 0 0;
    color: #6c7b8e;
    font-size: 14px;
}

/* Checkbox & Agree Row */
.uploadBoxIndex .agree-row {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
}

.uploadBoxIndex .agree-row input[type="checkbox"] {
    min-width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid var(--muted);
    accent-color: var(--accent);
}

/* Buttons */
.uploadBoxIndex .btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    transition: .2s;
    text-decoration: none;
}

.uploadBoxIndex .btn:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(64, 80, 216, 0.2);
}

.uploadBoxIndex .btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.uploadBoxIndex .btn.ghost {
    background: var(--ghost);
    color: var(--accent);
    border: 1px solid #d0d7e4;
}

.uploadBoxIndex .btn.ghost:hover {
    background: #e8ebf5;
    box-shadow: none;
    transform: none;
}

/* Yeni Düzenle Butonu Stili */
.uploadBoxIndex .btn-edit {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    font-size: 13px;
    background: var(--ghost);
    color: var(--text-primary);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.uploadBoxIndex .btn-edit:hover {
    background: #e5e9f1;
}

/* BUTONLARI ORTALAMAK İÇİN EKLENDİ */
.uploadBoxIndex .footer-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    justify-content: center;
    /* Ortalamak için eklendi */
}

/* Overlay & Processing Card & MODAL CARD */
.uploadBoxIndex .overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 18, 36, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
}

.uploadBoxIndex .processing-card,
.uploadBoxIndex .modal-card {
    width: 560px;
    max-width: 92%;
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 18px 60px rgba(10, 20, 50, 0.35);
    text-align: left;
}

.uploadBoxIndex .processing-card h3 {
    text-align: center;
    margin-bottom: 25px;
}

/* İŞLEM AKIŞI STİLİ (AI PROCESSING) */
.uploadBoxIndex .processing-step {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--muted);
    transition: color 0.3s;
}

.uploadBoxIndex .processing-step.done {
    color: var(--text-primary);
}

.uploadBoxIndex .processing-step.active {
    color: var(--accent);
}

.uploadBoxIndex .step-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #eef1ff;
    color: var(--muted);
    transition: background 0.3s, color 0.3s;
}

.uploadBoxIndex .processing-step.done .step-icon {
    background: var(--success-bg);
    color: var(--success-text);
}

.uploadBoxIndex .processing-step.active .step-icon {
    background: #eaf0ff;
    color: var(--accent);
    animation: pulse 1.5s infinite;
}

.uploadBoxIndex .step-text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.uploadBoxIndex .step-text p {
    margin: 4px 0 0 0;
    font-size: 14px;
    color: inherit;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(64, 80, 216, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(64, 80, 216, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(64, 80, 216, 0);
    }
}

.uploadBoxIndex .progress-track {
    height: 10px;
    background: #eef2fb;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
}

.uploadBoxIndex .progress-bar {
    height: 10px;
    background: linear-gradient(90deg, var(--accent), #6a7bf2);
    border-radius: 10px;
    width: 0%;
    transition: width .25s ease-out;
}

.uploadBoxIndex .processing-footer {
    text-align: center;
    color: var(--muted);
    font-size: 14px;
}


/* STEP 3: PLAN SEÇİMİ YENİ STİLİ */
.uploadBoxIndex #uploadIndexPlansGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
    justify-content: center;
    /* Kartları ortalamak için */
}

.uploadBoxIndex .plan-card {
    /* Max 4 kart yanyana, min 200px genişlikte olmalı */
    flex: 1 1 calc(25% - 12px);
    min-width: 200px;
    max-width: 250px;
    padding: 20px;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    background: var(--card-bg);
    transition: all 0.2s ease-in-out;
    position: relative;
    text-align: center;
    /* İçerik Ortalamak İçin */
}

.uploadBoxIndex .plan-card:hover {
    border-color: rgba(64, 80, 216, 0.3);
    box-shadow: var(--shadow-subtle);
    transform: translateY(-2px);
}

.uploadBoxIndex .plan-card.active {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px var(--accent);
    background: #f8faff;
}

/* İkon Stili */
.uploadBoxIndex .plan-icon {
    font-size: 32px;
    color: var(--accent);
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: var(--ghost);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    /* Kartın tamamı clickable olduğu için ikonu default yaptık */
}

.uploadBoxIndex .plan-card>div:nth-child(2) {
    /* İkinci çocuk (Başlık) */
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.uploadBoxIndex .plan-price {
    color: var(--accent);
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 12px;
    /* Buton için boşluk */
}

.uploadBoxIndex .plan-checkbox {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--muted);
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    transition: all 0.2s;
    pointer-events: none;
    /* Checkbox'ın tıklanma olayını kartın kendisine bırakır */
}

.uploadBoxIndex .plan-checkbox.checked {
    background: var(--accent);
    border-color: var(--accent);
}

/* STEP 4: ÖZET STİLİ */
.uploadBoxIndex #uploadIndexSummaryList {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.uploadBoxIndex .summary-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed var(--border-light);
    font-size: 16px;
}

.uploadBoxIndex .summary-item:last-of-type {
    border-bottom: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    padding-top: 15px;
}

.uploadBoxIndex .summary-item:last-of-type span:first-child {
    color: var(--accent);
}

.uploadBoxIndex .summary-item span:last-child {
    font-weight: 600;
}


/* SADECE MOBİLDE GÖZÜKMESİ GEREKEN ELEMAN */
.uploadBoxIndex #uploadIndexCameraLabel {
    display: none;
}

/* Responsive Adjustments */
@media (max-width:900px) {

    /* 900px altında 2'li sıra */
    .uploadBoxIndex .plan-card {
        flex: 1 1 calc(50% - 8px);
    }
}

@media (max-width:520px) {

    /* 520px altında tek sıra */
    .uploadBoxIndex .row {
        flex-direction: column;
    }

    .uploadBoxIndex .plan-card {
        flex: 1 1 100%;
    }

    .uploadBoxIndex .container {
        padding: 20px;
        margin: 10px auto;
    }

    .uploadBoxIndex .upload-box {
        padding: 25px;
    }

    .uploadBoxIndex .row+.row {
        margin-top: 10px;
    }

    .uploadBoxIndex .footer-actions {
        flex-direction: column;
        justify-content: flex-start;
    }

    /* MOBİL GÖRÜNÜM İÇİN KAMERA BUTONUNU GÖSTER */
    .uploadBoxIndex #uploadIndexCameraLabel {
        display: inline-block;
    }
}










footer {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 50px 0px;
}

footer .footer-logo img {
    height: 56px;
    object-fit: contain;
}

footer .social-icons a {
    background: #e9ecef;
    padding: 8px;
    border-radius: .5rem;
    margin-right: .5rem;
    color: #0d6efd;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .social-icons a:hover {
    background: #dee2e6;
    color: #0a58ca;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: .5rem;
}

footer ul li a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer ul li a:hover {
    color: #0a58ca;
}

@media (min-width: 600px) {
.loginBtn{
    display: block;
}
}
@media (max-width: 600px) {
.loginBtn{
    display: none;
}
.indexpAGEa1 .hero .title h2{
    font-size: 32px;
}
.indexpAGEa1 .hero .title h2 strong{
    font-size: 32px;
}
.indexpAGEa1 .hero .title h5{
    font-size: 21px;
}
.uploadBoxIndex .container {
max-width: 920px;
margin: 0px auto;
background: var(--card-bg);
border-radius: 18px;
padding: 12px;
box-shadow: var(--shadow-main);
}
.indextxtac1 .txta1 .tctx1 {
width: 91%;
margin-left: 5%;
border: 1px solid white;
border-radius: 15px;
padding: 15px;
margin-top: 35px;
}
.indexpAGEa1 .hero.hero2 {
padding: 25px 0px;
}
.indexpAGEa1 .hero.hero2 p {
width: 90%;
margin-left: 5%;
}
.category-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.category-checkbox .form-check{
margin-left: 15px;
}
.privacyClas{
    font-size: 12px;
}
}