body{
    background-color: #2C2D32 !important;
    margin: 0;
    width: 100%;
    overflow-x: clip;
}

/* Color */
.calm-white{
    color: #EBEBEB;
}
.dark-green{
    color: #608159 !important;
}
.dodger-blue{
    color: #1098F7 !important;
}
.jet{
    color: #2C2D32 !important;
}
.blue-ncs{
    color: #22a7ef !important;
}

/* Navbar */
.navbar{
    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #FFFFFF !important;
    width: 100%;
    max-width: 100%;
    height: 100px;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar .container-fluid{
    width: 100%;
    max-width: 100%;
    padding-left: clamp(12px, 2vw, 24px);
    padding-right: clamp(12px, 2vw, 24px);
    overflow-x: clip;
}
.navbar.navbar-scrolled{
    background-color: rgba(22, 23, 27, 0.45) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.navbar-brand{
    font-size: 25px;
}
.navbar-brand .verified-icon{
    /* width: 16px; */
    margin: auto 4px 3px 4px;
}
.navbar-collapse ul li a{
    font-size: 19px;
    color: #FFFFFF !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.nav-item {
    margin: auto 23px !important;
}
.navbar-collapse{
    min-width: 0;
}
.navbar-nav{
    max-width: 100%;
}
.instagram, .linkedin, .github{
    height: 28px;
    width: 28px;
    margin: auto 10px;
}
/* Navbar-end */

/* Main Header */
.main-header{
    background: linear-gradient(rgba(44, 45, 50, 0.65), rgba(44, 45, 50, 0.65)), url("../img/home-bg.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -100px;
    padding-top: 100px;
    height: 900px !important;
    overflow: hidden;
}
.main-header .row{
    min-height: calc(900px - 100px);
}
.main-header .title .top-title{
    font-family: "IBM Plex Sans";
    font-size: 50px;
    font-weight: 500;
    font-style: normal;
    position: static;
    margin: -150px 0 0;
    transition: transform 1s;
}
.main-header .title .top-title:hover{
    transform: scale(1.08);
}
.main-header .title .name-title{
    animation: 1.5s slide-right;
}
@keyframes slide-right {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0%;
    }
}
.main-header .title .job-title{
    animation: 1.5s slide-left;
}
@keyframes slide-left {
    from {
      margin-left: 100%;
    }
    to {
      margin-left: 0%;
    }
}
.main-header .profile-picture{
    position: relative;
}
.main-header .profile-picture img{
    width: 680px;
}
.main-header .profile-picture h1{
    font-family: "IBM Plex Sans";
    position: absolute;
    bottom: clamp(250px, 10vw, 110px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: none;
    margin: 0;
    color: white;
    font-size: 80px;
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}
.text-type{
    border-right: 2px solid #EBEBEB;
    animation: blinkGuide 0.3s infinite ease-in-out alternate;
}
@keyframes blinkGuide {
    0% {
        border-right: none;
    }
    100% {
        border-right: 2px solid #EBEBEB;
    }
}
/* Main Header-end */

@media (max-width: 1199.98px){
    .nav-item{
        margin: auto 12px !important;
    }
    .main-header{
        height: auto !important;
        min-height: 780px;
        padding-top: 130px;
        padding-bottom: 40px;
    }
    .main-header .row{
        min-height: auto;
        row-gap: 24px;
    }
    .main-header .title .top-title{
        position: static;
        text-align: center !important;
        font-size: 44px;
        line-height: 1.15;
    }
    .main-header .profile-picture img{
        width: min(800px, 85vw);
    }
    .main-header .profile-picture h1{
        bottom: 200px;
        font-size: 56px;
    }
    .about-main-row{
        width: 100%;
        padding: 20px 24px 80px;
        row-gap: 28px;
    }
    .about .title h1{
        margin: 50px auto 30px;
    }
    .about-desc p{
        font-size: 18px;
    }
    .about-card{
        gap: 12px;
    }
}

@media (max-width: 991.98px){
    .main-header{
        min-height: 520px;
        padding-top: 120px;
        padding-bottom: 20px;
    }
    .main-header .row{
        min-height: auto;
    }
    .main-header .hero-profile-col,
    .main-header .hero-job-col{
        display: none !important;
    }
    .main-header .hero-name-col{
        min-height: 320px;
    }
    .main-header .hero-name-col .name-title{
        position: static;
        text-align: center !important;
        font-size: clamp(36px, 8vw, 54px);
        line-height: 1.15;
        animation: 1.2s slide-up-mobile;
    }
    .main-header .title .top-title{
        margin: 0 0;
    }
}

@keyframes slide-up-mobile {
    from {
        transform: translateY(48px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 767.98px){
    .navbar .container-fluid{
        padding-left: 12px;
        padding-right: 12px;
    }
    .navbar-collapse{
        margin-top: 10px;
    }
    .navbar-nav{
        width: 100%;
    }
    .nav-item{
        margin: 6px 0 !important;
    }
    .main-header{
        min-height: 690px;
        padding-top: 120px;
    }
    .main-header .title .top-title{
        font-size: 34px;
    }
    .main-header .profile-picture img{
        width: min(400px, 88vw);
    }
    .main-header .profile-picture h1{
        font-size: 36px;
        bottom: 18px;
        width: 100%;
        left: 0;
    }
    .about .title h1{
        font-size: 34px;
        margin: 38px auto 20px;
    }
    .about-main-row{
        padding: 15px 16px 60px;
    }
    .about-image{
        margin-bottom: 10px;
    }
    .about-desc p{
        font-size: 16px;
        text-align: center;
    }
}

/* About */
.about{
    /* background-color: rgb(55, 56, 62); */
    background: linear-gradient(rgba(44, 45, 50, 0.65), rgba(44, 45, 50, 0.65)), url("../img/am-bg2.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.about .title h1{
    font-family: "IBM PLex Sans";
    color: white;
    font-size: 45px;
    margin: 70px auto;
}
.about-main-row{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 130px;
}
.about-image img{
    height: 442.04px;
    width: 350px;
    border-radius: 50px;
    z-index: 2;
}
.about-desc p{
    font-size: 20px;
    color: #EBEBEB;
    text-align: justify;
}
/* About-end */

/* Experiences */
.exp-skills-section{
    background-color: #1f1f1f;
    background-image:
        radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.05), transparent 32%),
        radial-gradient(circle at 82% 82%, rgba(255, 255, 255, 0.03), transparent 28%),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.018) 0px,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 14px
        ),
        linear-gradient(180deg, #232323 0%, #1d1d1d 100%);
}
.experiences,
.skills{
    background: transparent;
}
.experiences{
    padding-top: 18px;
    padding-bottom: 0;
}
.experiences .title h1{
    font-family: "IBM PLex Sans";
    color: white;
    font-size: 45px;
    margin: 50px auto;
}
.exp-main-row{
    padding-bottom: 50px;
}
.experience-status-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: none;
}
.experience-status-badge.ongoing{
    color: #ebebeb !important;
    background: rgba(8, 125, 60, 0.817);
    border: 1px solid rgba(8, 125, 60, 0.817) !important;
    box-shadow: 0 0 0 0 rgb(9, 112, 52) !important;
    animation: ongoing-badge-pulse 1.5s ease-in-out infinite;
}
.experience-status-badge.ongoing::before{
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #9cfcc3;
    box-shadow: 0 0 0 0 rgba(156, 252, 195, 0.8);
    animation: ongoing-dot-pulse 1.2s ease-in-out infinite;
}
.experience-status-badge.completed{
    color: #d1e7ff !important;
    background: rgba(14, 80, 167, 0.687);
    border: 1px solid rgba(14, 80, 167, 0.687);
}
@keyframes ongoing-badge-pulse{
    0%,
    100%{
        opacity: 0.7;
        box-shadow: 0 0 0 0 rgba(61, 191, 120, 0.2);
    }
    50%{
        opacity: 1;
        box-shadow: 0 0 0 8px rgba(61, 191, 120, 0);
    }
}
@keyframes ongoing-dot-pulse{
    0%,
    100%{
        transform: scale(0.9);
        opacity: 0.65;
        box-shadow: 0 0 0 0 rgba(156, 252, 195, 0.6);
    }
    50%{
        transform: scale(1.1);
        opacity: 1;
        box-shadow: 0 0 0 6px rgba(156, 252, 195, 0);
    }
}
.carousel-item {
    width: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item:not(.active) {
    transform: translateX(-25%);
    opacity: 0.5;
    z-index: 0;
}

.carousel-item.active {
    z-index: 1;
}
/* Experiences-end */

/* Skills */
.skills{
    padding: 0 0 85px;
}
.skills .title h1{
    font-family: "IBM Plex Sans";
    color: #EBEBEB;
    font-size: 45px;
    margin: 50px auto;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.skills .card{
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(20, 129, 186, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 254, 0.82)) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.skills .card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
    transform: translateX(-130%);
    transition: transform 0.8s ease;
    pointer-events: none;
}
.skills .card:hover{
    transform: translateY(-8px);
    border-color: rgba(20, 129, 186, 0.5);
    box-shadow: 0 18px 42px rgba(0,0,0,0.28);
}
.skills .card:hover::before{
    transform: translateX(130%);
}
.skills .card-body{
    padding: 25px;
}
.skills .card-title{
    color: #1e2b38;
    font-weight: 600;
    margin-bottom: 10px;
}
.skills .card-subtitle{
    color: #4d6c8a !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.skills .card-text{
    color: #3d5369;
    font-size: 14px;
    line-height: 1.6;
}
/* Skills-end */

/* Portfolio */
.portfolio{
    /* background-color: rgb(55, 56, 62); */
    background: linear-gradient(rgba(44, 45, 50, 0.65), rgba(44, 45, 50, 0.65)), url("../img/pf-bg.png");
    background-size: cover;
    /* background-position: center top; */
    background-repeat: no-repeat;
    padding: 0px 0px 80px 0;
}
.portfolio .title h1{
    font-family: "IBM Plex Sans";
    color: #EBEBEB;
    font-size: 45px;
    margin: 50px auto;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.portfolio-item{
    width: 100%;
    max-width: 350px;
}
.portfolio-image{
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.portfolio-image:hover{
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* Portfolio image specific styling */
.portfolio-image img {
    transition: all 0.3s ease;
}

.portfolio-image:hover img {
    transform: scale(1.05);
}

/* Portfolio overlay styling */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.portfolio-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.portfolio-image:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-image:hover .portfolio-title {
    transform: translateY(0);
}

/* Portfolio Modal */
.modal-content{
    background-color: #2C2D32;
    border: none;
    border-radius: 20px;
    color: #EBEBEB;
}

.modal-image-secondary {
    transition: all 0.3s ease;
}

.modal-image-secondary:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.modal-image-third {
    transition: all 0.3s ease;
}

.modal-image-third:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.modal-header{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 20px 30px;
}
.modal-title{
    color: #EBEBEB;
    font-family: "IBM Plex Sans";
    font-weight: 600;
    font-size: 24px;
}
.btn-close{
    filter: invert(1);
}
.modal-body{
    padding: 30px;
}
.modal-image{
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.modal-body h4{
    color: #EBEBEB;
    font-family: "IBM Plex Sans";
    font-weight: 600;
}
.modal-body h6{
    color: #1481BA;
    font-weight: 600;
    margin-bottom: 10px;
}
.modal-body p{
    color: #B8B8B8;
    line-height: 1.6;
}
.modal-body .tech-stack .badge{
    font-size: 12px;
    padding: 8px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #1481BA, #1098F7) !important;
    border: none;
}
.modal-body ul li{
    color: #B8B8B8;
    margin-bottom: 8px;
    padding-left: 5px;
}
.modal-footer{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 30px;
}
.modal-footer .btn{
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.modal-footer .btn-primary{
    background: linear-gradient(135deg, #1481BA, #1098F7);
    border: none;
}
.modal-footer .btn-primary:hover{
    background: linear-gradient(135deg, #1098F7, #1481BA);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(20, 129, 186, 0.3);
}
.modal-footer .btn-outline-secondary{
    border-color: rgba(255,255,255,0.3);
    color: #EBEBEB;
}
.modal-footer .btn-outline-secondary:hover{
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
    color: #EBEBEB;
}
.modalFeatureLabel{
    color: #dbdbdb;
    font-size: 11px;
    font-style: italic;
}
/* Portfolio-end */

/* Contact */
.contact{
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 38%),
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.015) 0px,
            rgba(255, 255, 255, 0.015) 1px,
            transparent 1px,
            transparent 16px
        ),
        linear-gradient(180deg, #222222 0%, #181818 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 80px 0;
}
.contact .title h1{
    font-family: "IBM Plex Sans";
    color: #EBEBEB;
    font-size: 45px;
    margin: 50px auto;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.contact-info h3{
    color: #EBEBEB;
    font-family: "IBM Plex Sans";
    font-weight: 600;
}
.contact-info p{
    color: #B8B8B8;
    font-size: 16px;
    line-height: 1.6;
}
.contact-item h6{
    color: #EBEBEB;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-item p{
    color: #B8B8B8;
    margin: 0;
}
.contact-form h3{
    color: #EBEBEB;
    font-family: "IBM Plex Sans";
    font-weight: 600;
}
.contact-form .form-label{
    color: #EBEBEB;
    font-weight: 500;
    margin-bottom: 8px;
}
.contact-form .form-control{
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #EBEBEB;
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}
.contact-form .form-control:focus{
    background-color: rgba(255,255,255,0.15);
    border-color: #1481BA;
    box-shadow: 0 0 0 0.2rem rgba(20, 129, 186, 0.25);
    color: #EBEBEB;
}
.contact-form .form-control::placeholder{
    color: rgba(235, 235, 235, 0.6);
}
.contact-form .btn-primary{
    background: linear-gradient(135deg, #075e3b, #25D366);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.contact-form .btn-primary:hover{
    background: linear-gradient(135deg, #25D366, #075e3b);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(20, 186, 97, 0.3);
}
.social-links h6{
    color: #EBEBEB;
    font-weight: 600;
}
.social-link{
    display: inline-block;
    transition: transform 0.3s ease;
}
.social-link:hover{
    transform: translateY(-3px);
}
.contact-highlight{
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(71, 194, 255, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(11, 33, 58, 0.96), rgba(24, 62, 90, 0.95));
    border: 1px solid rgba(108, 188, 255, 0.28);
    box-shadow: 0 20px 52px rgba(4, 20, 40, 0.42);
    color: #F5F8FB;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    animation: fadeInUp 0.9s ease-out both;
}
.contact-highlight::after{
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    top: -70px;
    background: radial-gradient(circle, rgba(71, 194, 255, 0.3), rgba(71, 194, 255, 0));
    pointer-events: none;
}
.contact-highlight:hover{
    transform: translateY(-5px);
    border-color: rgba(108, 188, 255, 0.48);
    box-shadow: 0 24px 64px rgba(4, 20, 40, 0.5);
}
.contact-highlight h3{
    color: #FFFFFF;
    font-size: 1.75rem;
}
.contact-highlight-list{
    line-height: 2;
    color: #E5EDF7;
}
.contact-highlight-list li{
    margin-bottom: 12px;
    font-weight: 500;
}
.contact-highlight-list li i{
    color: #47C2FF;
}
.contact-highlight-copy{
    color: rgba(245, 248, 251, 0.9);
}
.contact-card{
    background:
        linear-gradient(160deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
    border: 1px solid rgba(125, 204, 255, 0.22);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    animation: fadeInUp 1s ease-out both;
}
.contact-card:hover{
    transform: translateY(-4px);
    border-color: rgba(71, 194, 255, 0.52);
    box-shadow: 0 24px 72px rgba(6, 26, 44, 0.42);
}
.contact-form .btn-primary{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1481BA, #1DA1F2);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
}
.contact-form .btn-primary::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60%;
    width: 40%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.38), transparent);
    transform: skewX(-20deg);
}
.contact-form .btn-primary:hover{
    background: linear-gradient(135deg, #1DA1F2, #1481BA);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(20, 129, 186, 0.35);
}
.contact-form .btn-primary:hover::after{
    animation: btn-shine 0.8s ease;
}
@keyframes btn-shine{
    from{
        left: -60%;
    }
    to{
        left: 130%;
    }
}
.contact-send-note{
    font-size: 12px;
    color: rgba(223, 236, 249, 0.85);
    letter-spacing: 0.2px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Contact-end */

/* Footer */
.footer-message {
    font-size: 0.85rem;
    color: var(--dark);
    opacity: 0.85;
  }
  
  .footer-message p {
    color: #EBEBEB;
    margin: 10px 0;
    font-size: 14px;
  }
  
  .footer-credit-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 0 2px;
    background-image: linear-gradient(
      110deg,
      #435a3d 0%,
      #baddb1 22%,
      #c2d8ba 42%,
      #c5e8bb 58%,
      #30432c 100%
    );
    background-size: 240% auto;
    background-position: 0% 50%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: footer-credit-shimmer 2s ease-in-out infinite;
    transition:
      transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
      filter 0.4s ease;
  }

  .footer-credit-link:hover {
    animation-duration: 1.05s;
    transform: translateY(-2px) scale(1.01) skewX(-3deg);
    filter: drop-shadow(0 0 10px rgba(225, 48, 108, 0.55))
      drop-shadow(0 0 20px rgba(131, 58, 180, 0.4));
    background-image: linear-gradient(
      110deg,
      #833ab4 0%,
      #1db2fd 35%,
      #fcfcfc 65%,
      #833ab4 100%
    );
    background-size: 220% auto;
  }

  .footer-credit-link:focus-visible {
    outline: 2px solid rgba(225, 48, 108, 0.75);
    outline-offset: 3px;
    border-radius: 2px;
  }

  @keyframes footer-credit-shimmer {
    0%,
    100% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .footer-credit-link {
      animation: none;
      background: none;
      -webkit-background-clip: unset;
      background-clip: unset;
      color: #a8cfa0 !important;
      -webkit-text-fill-color: #a8cfa0;
    }
    .footer-credit-link:hover {
      transform: none;
      filter: none;
    }
  }
  
  .footer-message-landing {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 1.5rem 1rem;
  }
  
  .footer-message-main {
    padding: 1rem 1.5rem;
    background: rgba(98, 129, 65, 0.06);
    border-top: 1px solid rgba(98, 129, 65, 0.12);
  }
/* Footer-end */
