/* Footer custom styles extracted from _FooterPartial.cshtml */
.thumbnails {
    padding-left: 0px;
}
.main-footer {
    background: linear-gradient(120deg, #1a5740 80%, #22835b 100%);
    border-radius: 38px 38px 0 0;
    box-shadow: 0 8px 32px 0 rgba(30,136,229,0.08);
    position: relative;
    overflow: hidden;
    margin-top: 36px;
    padding-bottom: 0;
}
.main-footer .row > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 180px;
}
.main-footer .col-md-4, .main-footer .col-md-2, .main-footer .col-sm-12 {
    margin-bottom: 18px;
}
.main-footer .col-md-4 {
    align-items: flex-start;
}
.main-footer .col-md-2 {
    align-items: flex-start;
}
.main-footer .ft-ul li a {
    font-weight: 500;
    transition: color 0.18s;
}
.main-footer .ft-ul li a:hover {
    text-decoration: underline;
}

.main-footer .newsletter-input {
    border-radius: 12px;
    border: 1.5px solid #e6eaf0;
    box-shadow: 0 2px 8px 0 rgba(30,136,229,0.04);
}
.main-footer .btn-primary {
    border-radius: 12px;
    font-weight: 700;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(30,136,229,0.08);
}
.main-footer .btn-primary:hover {
    background: linear-gradient(90deg, #42a5f5 60%, #1976d2 100%);
}
.main-footer .footer-pencil {
    position: absolute;
    right: 32px;
    top: -28px;
    z-index: 2;
    width: 68px;
    height: 68px;
    background: radial-gradient(circle at 60% 40%, #fff 60%, #e3f0ff 100%);
    border-radius: 50%;
    box-shadow: 0 4px 18px 0 rgba(30,136,229,0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-18deg);
}
.main-footer .footer-pencil svg {
    width: 38px;
    height: 38px;
    filter: drop-shadow(0 2px 6px #90caf9);
}
@media (max-width: 991px) {
    .main-footer {
        border-radius: 24px 24px 0 0;
    }
    .main-footer .container {
        padding-top: 18px;
    }
}
@media (max-width: 767px) {
    .main-footer {
        border-radius: 12px 12px 0 0;
    }
    .main-footer .container {
        padding-top: 8px;
    }
    .main-footer .row > div {
        min-height: unset;
    }
}
.icon-group {
    display: flex;
    gap: 12px;
    align-items: center;
}
.icon.button.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(30,136,229,0.10);
    transition: box-shadow 0.18s, transform 0.18s;
    border: none;
    position: relative;
}
.icon.button.circle:hover {
    box-shadow: 0 6px 18px 0 rgba(30,136,229,0.18);
    transform: translateY(-2px) scale(1.08);
}
.icon.button.circle img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 50%;
}
.icon.button.circle.facebook { border: 2px solid #1976d2; }
.icon.button.circle.email { border: 2px solid #00b4f5; }
.icon.button.circle.linkedin { border: 2px solid #1976d2; }
.icon.button.circle.tiktok { border: 2px solid #111; }
