.custom-footer {
  background-color: hsl(0, 0%, 25%) ;
}

.custom-footer-container {
    max-width: 1400px;
    margin: auto;
    padding: 1rem;
}
@media (max-width: 991.9px) {
    .custom-footer-container {
        padding: 1.2rem 1.5rem;
    }
}
@media (max-width: 991.9px) {
    .custom-footer .col-6 {
    min-width: 0;
    width: 100%;
    display: block;
    margin-bottom: 1.2rem;
    }
    .custom-footer {
    padding-left: 0;
    padding-right: 0;
    }
    .custom-footer .btn-sm {
    font-weight: 500;
    min-width: 100px;
    max-width: 220px;
    width: 70%;
}
}

.custom-footer-container ul li,
.custom-footer-container ul li span {
    color: hsl(0, 0%, 80%);
    padding: 0.2rem 0;
    font-size: clamp(0.9rem, 1vw, 1.3rem);
}

.custom-footer-container a {
    color: #ddd;
    text-decoration: none;
}

.custom-footer .col-6 {
  min-width: 150px;
}

.custom-footer a {
    font-size: clamp(0.9rem, 1vw, 1.3rem);
    line-height: 1;
    text-decoration: none;
}

.custom-footer a:hover {
    color: hsl(195, 100%, 70%);
}

.custom-footer h4 a {
    /* Optimum Planlama*/
    font-size: clamp(1.1em, 1.5vw, 1.8rem);
    color: hsl(195, 100%, 70%);
    font-weight: 600;
    margin-bottom: 2rem;
}

.custom-footer h5 a {
    font-size: clamp(1.0em, 1.3vw, 1.6rem);
    color: hsl(0, 0%, 95%);
    font-weight: 600;
    margin-bottom: 2rem;
}

.custom-footer .btn-sm {
    font-size: clamp(0.9rem, 1vw, 1.3rem);
    text-align: left;
    font-weight: 500;
    min-width: 180px;
    max-width: 300px;
    width: 80%;
    color: hsl(0, 0%, 13%);
    border: none;
    background-color: hsl(0, 0%, 85%);
    padding: 0.5rem 0.8rem;
}

.custom-footer .btn-sm:hover {
    background-color: hsl(195, 100%, 40%);
    color: hsl(0, 0%, 100%);
}

.custom-footer .btn+.btn {
    margin-top: 0.4rem;
}

.custom-footer .custom-footer-note {
  color: hsl(0, 0%, 80%); /* Lighter gray */
  font-size: clamp(0.8em, 1vw, 1.2rem);
}