body {
    background: linear-gradient(135deg, #f5f2f4, #d68cb2, #910a50);
    background-attachment: fixed;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #ffe4f2;
    color: #4a4a4a;
    line-height: 1.7;
}

h1, h2, h3, h4 {
    font-weight: 700;
    color: #590c32;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}


.navbar {   
    background-color: #ffb6d9 !important;
    padding: 12px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.navbar-brand {
    font-weight: 700;
    color: #c2185b !important;
    font-size: 1.4rem;
}

.nav-link {
    font-weight: 500;
    margin-left: 10px;
    color: #5a0032 !important;
    transition: .3s;
}

.nav-link:hover {
    color: #ff007f !important;
    transform: translateY(-2px);
}

.nav-link.active {
    color: #ff007f !important;
    font-weight: 700;
}

.navbar input {
    border-radius: 20px;
    padding-left: 14px;
}

.navbar .nav-link.active-page {
    color: #d63384 !important;
    font-weight: 700;
    border-bottom: 2px solid #d63384;
}


.hero {
    min-height: 80vh;
    background:         
        linear-gradient(rgba(255, 182, 217, 0.6), rgba(255, 182, 217, 0.6)),
        url('../images/bg2.jpg');
    background-size: cover;      
    background-position: center; 
    background-repeat: no-repeat;
}

.hero .btn-pink {
    background-color: #ff5fa2;
    border-radius: 25px;
    padding: 10px 25px;
    color: #fff;
    border: none;
}

.hero .btn-outline-pink {
    border: 2px solid #ff5fa2;
    color: #7e1543;
    border-radius: 25px;
}

.hero .btn-outline-pink:hover {
    background-color: #ff5fa2;
    color: #fff;
}


.feature-card {
    background: #fff;
    border-radius: 18px;
    transition: .3s;
    border: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.feature-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}


.carousel-item img {
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #ff4f9d;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

.about-heading {
    color: #d63384;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-text {
    font-size: 1.05rem;
    color: #5a0032;
    line-height: 1.8;
}

.highlight {
    color: #d63384;
    font-weight: 600;
}

.about-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #d63384;
    margin-top: 25px;
    margin-bottom: 8px;
}

.about-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px 18px;
    color: #4a4a4a;
    line-height: 1.6;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-left: 4px solid #ff5fa2;
}

.social-icon img {
    width: 40px;
    border-radius: 10px;
    transition: 0.3s;
}

.social-icon img:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


.about-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, #ffe6f2, #fff0f8);
    border-radius: 20px;
}

.profile-img {
    width: 100%;
    max-width: 320px;
    border-radius: 25px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    object-fit: cover;
}

.about-text {
    background: #ffffff;
    padding: 25px 28px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.about-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #d63384;
    margin-bottom: 15px;
}

.social-icon img {
    width: 38px;
    margin-right: 8px;
    transition: .3s;
}

.social-icon img:hover {
    transform: scale(1.12) rotate(3deg);
}

.accordion-button {
    background: #ffe7f3;
    color: #c2185b;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #ff5fa2;
    color: #fff;
}

.timeline-card {
    background: #fff;
    border-left: 6px solid #ff5fa2;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.accordion-button {
    background: #ffecf6;
    color: #d63384;
    border: none;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ff5fa2;
}

.timeline-card {
    background: #fff;
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 12px;
    border-left: 5px solid #ff4f9d;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.skill-badge {
    display: inline-block;
    background: #ff7eb9;
    padding: 10px 16px;
    border-radius: 20px;
    margin: 5px;
    color: #fff;
    font-weight: 500;
}

.portfolio-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.portfolio-card img {
    height: 220px;
    object-fit: cover;
}

.badge-category {
    background-color: #f25b9a !important;
    color: #fff !important;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}


.nav-tabs .nav-link {
    color: #ee9ac4;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff5fa2;
}

.modal-content {
    border-radius: 18px;
    border: none;
}

.modal-header {
    background-color: #ff5fa2;
    color: #fff;
}


.contact-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.form-control, .form-select {
    border-radius: 12px;
    padding: 10px;
}

.btn-pink {
    background-color: #ff5fa2;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 12px;
}

.btn-pink:disabled {
    background-color: #ffcce3;
}

.alert {
    border-radius: 12px;
}


footer {
    background-color: #ffd1e6;
    padding: 20px;
    text-align: center;
    color: #6a0030;
    font-weight: 500;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px; 
}

.footer-social img {
    width: 32px;
    height: 32px;
    object-fit: contain; 
    transition: .3s;
}

.footer-social img:hover {
    transform: scale(1.15);
}

.btn-github {
    background-color: #24292f;
    color: #fff;
    border-radius: 12px;
    padding: 8px 18px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-github:hover {
    background-color: #000;
    color: #fff;
}

.btn-close-pink {
    background-color: #ff5fa2;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-close-pink:hover {
    background-color: #d63384;
    color: #fff;
}

