body {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.9;
    color: #606060;
    /* background-image: url("assets/images/grain.png"); */
    background-repeat: repeat;
    background-color: #F8F8F8;
}

html {
    scroll-padding-top: 80px; /* This should match the height of your sticky navbar */
}

.featured-card {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease; */
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    transition: all 0.3s ease; /* Added transition for hover effects */
    border: 1px solid #e8e8e8;
}

.featured-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: scale(1.03); /* Slight expansion */
    background-color: rgba(255, 255, 255, 1);
}

.color1txt {
    color: #606060;
}

.textNda {
    color: #888888;
    font-size: 14px !important;
    font-weight: 400;
}

.bgcase {
    background-color: #d8d8d8;
}

.bgcase_burgundy {
    background-color: #c197b2;
}

.bgcase_manpower {
    background-color: #B3C8C0;
}

.bgcase_hp {
    background-color: #024AD8;
}

.bgcase_lombard {
    background-color: #5A287D;
}

.bgcase_uslbm {
    background-color: #1F2957;
}

.bgcase_ideclare {
    background-color: #4485B7;
}

.bgcase_blue {
    background-color: #025791;
}

.bgcase_yellow {
    background-color: #9f8700;
}

.logotext {
    font-family: "Sora", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: #026fce;
}

.heroheadertxt {
    font-family: "Sora", sans-serif;
    font-weight: 500;
    color: #737373;
}

.navShortIntro {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.5; /* Fixed: line-height: 0 was problematic */
    color: #242424;
    border-bottom: 10px;
}

.blogIntro {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

.navbar .navbar-brand {
    color: #026fce;
}

.bgabout {
    background-color: transparent;
    padding: 0 25px 25px 0;
    border-radius: 14px;
}

.imgme {
    border-top-right-radius: 28px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Sora", sans-serif;
    color: #000000;
    font-weight: 500;
    line-height: 1.7;
}

.topheaderfill {
    background-color: #085a90;
    height: 10px;
    margin: 0;
    padding: 0;
}

.breadcrumb-item.active {
    color: #000;
}

.footerfill {
    background-color: #252525;
}

.navbar .navbar-nav .nav-link {
    font-family: "Sora", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #8a8a8a;
    padding: 5px 20px;
    display: inline-block;
    line-height: 1.3;
    margin-right: 20px;
}

.navbar .navbar-nav a.nav-link.active {
    display: inline-block;
    line-height: 1.3;
    background-color: #d3d3d3;
    padding: 5px 20px;
    border-radius: 100px;
    color: #000;
}

.navbar .navbar-nav a.nav-link:hover {
    display: inline-block;
    line-height: 1.3;
    background-color: #d3d3d3;
    padding: 5px 20px;
    border-radius: 100px;
    color: #000;
}

.navbar .navbar-nav a.nav-link.resume {
    display: inline-block;
    line-height: 1.3;
    padding: 5px 20px;
    border-radius: 100px;
    /* border:1px solid #bebebe; */
    color: #026fce;
}

.heroImage {
    background-image: url(../images/img1.png);
    background-color: #fff;
    height: 620px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 4s;
}

.myskill_bg, .mywork_bg, .courses_bg {
    /* background-image: url(../images/pattern1.png); */
    background-color: #e4f5fc;
    height: 160px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.index-neg {
    position: relative;
}

.margin-top-neg1 {
    position: relative;
    margin-top: -62px;
}

.margin-top-neg2 {
    position: relative;
    margin-top: 20px;
}

.font-70 {
    font-size: 4.375rem;
}

.font-50 {
    font-size: 3.125rem;
}

.font-40 {
    font-size: 2.5rem;
}

.font-30 {
    font-size: 1.875rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-weight600 {
    font-weight: 600;
}

.font-weight500 {
    font-weight: 500;
}

.font-weight400 {
    font-weight: 400;
}

a.emailContact {
    color: #525252;
}

.btn-resume {
    background-color: #026fce;
    color: #fff;
    font-size: .85em !important;
    border-radius: 6px;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    border-radius: 100px;
    font-size: 16px;
    padding: 6px 16px;
}

.btn-resume:hover {
    background-color: #037fec;
    color: #fff;
}

.colorWhite {
    color: #fff;
}

.contdisplayblock {
    display: block;
}

.contdisplaynone {
    display: none;
}

.graybg {
    background-color: #f7f7f7;
}

.links {
    text-decoration: none;
    color: #125bc8;
}

.img-thumbnail {
    padding: 20px;
}

.lighterblue {
    background-color: #eaf8fd;
}

.nda {
    padding: 6px;
    background-color: #FCE9B3;
    text-align: center;
    font-size: 1rem;
}

.btn-secondary {
    background-color: #444;
    color: #ffffff;
    border: 0;
    font-weight: 600;
    padding: 10px 20px;
    font-size: .85em !important;
    font-family: "Manrope", sans-serif;
}

.bg-light {
    background-color: #fff !important;
    opacity: 0.9;
    background-image: url(../images/grain.png);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0056c0;
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 80%;
    box-shadow: -3px 4px 5px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: -3px 4px 5px 0px rgba(255, 255, 255, 0.28);
    -moz-box-shadow: -3px 4px 5px 0px rgba(255, 255, 255, 0.28);
}

#myBtn:hover {
    background-color: #0069e9;
}

div#footermenu ul.dropdown-menu {
    width: 96%;
    text-align: center;
    line-height: 2rem;
}

.navbar {
    background-color: #EFEFEC;
    padding: 15px 0 5px 0;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.nav-link:hover {
    border: 0;
}

.noPadding {
    padding: 0;
}

.list_header_text {
    background-color: #789aae;
    color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #525252;
    background-color: #e0edf5;
    border-color: #a9b5bd;
}

.nav-link {
    transition: none;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #666 !important;
    border: 0;
}

.arrow_bg {
    color: #000;
    display: inline-block;
    width: 75px;
    height: 75px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.pattern1 {
    background-image: url(../images/pattern1.png);
    background-color: #eaf8fd;
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
}

.noPattern {
    background-image: none;
}

.font-weight-bold {
    font-weight: bold;
}

.btn-outline-secondary {
    border-radius: .4rem;
    padding: 5px 20px;
    font-family: "Manrope", sans-serif;
}

.display-8 {
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.display-9 {
    background-color: #f7f7ff;
}

.paypalLogo, .wiproLogo, .mphasisLogo, .capstoneLogo {
    background-color: #e3e3e3;
    background-position: 1300px 14px, top center;
    background-repeat: no-repeat, repeat-x;
    background-size: 236px 86px, 1920px 301px;
    position: relative;
}

.wiproLogo {
    background-size: 240px 155px, 1920px 301px;
    background-position: 1300px -18px, top center;
}

.mphasisLogo {
    background-size: 271px 114px, 1920px 301px;
    background-position: 1300px 6px, top center;
}

.capstoneLogo {
    background-image: url(../images/Capstone_logo.png);
    background-size: 230px 37px, 1920px 301px;
    background-position: 1300px 40px, top center;
}

.artbg {
    background-color: #eaf8fd;
}

.paddingLeft {
    padding-left: 0 !important;
}

.paddingRight {
    padding-right: 0 !important;
}

div.scrollparent {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

div.scrollparent aside {
    flex: 1 1 auto;
    overflow-y: auto;
    height: 0px;
    padding-left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.videoBorder {
    border-bottom: 1px solid #B0C8DA;
}

.borderTop {
    border-top: 1px solid #B0C8DA;
}

.list-group-item.activeLi {
    z-index: 2;
    color: #525252;
    background-color: #e0edf5;
    border-color: #a9b5bd;
}

.rowart {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnart {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.columnart img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.galleryBtn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
}

.galleryBtn:hover {
    background-color: #ddd;
}

.galleryBtn.activebtn {
    background-color: #666;
    color: white;
}

.birthday {
    background-color: #cc00ff;
}

/*Lavender, purple, sea blue and yellow*/

.labs {
    background-color: #bcced2;
}

.labs1 {
    background-color: #efefef;
}

.border1 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.border2 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

div.labs1 a:link {
    color: #032a79;
}

div.labs1 a:visited {
    color: #032a79;
}

div.labs1 a:hover {
    color: #1162AD;
}

.darkblue {
    background-color: #1162AD;
}

.shade {
    box-shadow: 1px 5px 8px rgb(216, 216, 216);
}

.myDiv {
    display: none;
}

.cardbg1 {
    background-color: #FFEDED;
}

.cardbg2 {
    background-color: #E6F4FF;
}

.cardbg3 {
    background-color: #FFF0E5;
}

a.link-dark {
    text-decoration: none !important;
}

.card {
    transition: transform .2s;
    transition: .5s ease;
}

.card-overlay {
    background-color: #E6F4FF;
    position: absolute;
    top: 0;
    left: 0;
    color: #032a79;
    font-size: 1rem;
    width: 100%;
    opacity: .95;
    border-radius: .375rem;
}

.preview {
    background-color: #ffffff;
    color: #125BC8;
    border: 1px solid #125BC8;
    font-weight: 600;
    padding: 10px 20px;
    font-size: .85em !important;
    border-radius: 0.375rem;
    position: absolute;
    top: 50%;
    left: 25%;
    opacity: 1;
}

.card-overlay {
    display: none;
}

.movheight {
    height: 615px;
}

.info {
    position: absolute;
    padding: 10px;
    left: 355px;
    top: 30px;
    color: #333;
    user-select: none;
    font-weight: bold;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.5),
        1px -1px 0 rgba(255, 255, 255, 0.5),
        -1px 1px 0 rgba(255, 255, 255, 0.5),
        1px 1px 0 rgba(255, 255, 255, 0.5);
    z-index: 1020;
}

.marginTop {
    margin-top: 7rem;
}

ul#navRight {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 20px 0 50px 20px;
    background-color: #f3fafc;
    border: 1px solid #b3bcbe;
    position: static;
    overflow: auto;
    width: 17%;
    border-radius: 10px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    width: 80%;
}

ul#navRight li {
    padding: 0 25px 25px 0;
}

.divLeft {
    margin-right: 17%;
    padding: 1px 16px;
    height: 1000px;
    width: 35%;
    margin-top: 90px;
}

.itemWidth {
    flex-basis: 450px;
    flex-grow: 0;
    flex-shrink: 0;
}

.progress-bar {
    height: 10px;
    background: #337fc4;
    width: 0%;
}

.deepakphoto {
    border-radius: 12px 12px 0 0;
    z-index: 99999999999 !important;
    width: 100%;
    height: auto;
    max-width: 400px; /* default for large screens */
}


.body {
    padding: 10% 0;
    text-align: center;
}

.overlay1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #f5f5f4;
    background-image: url(../images/grain.png);
    color: rgb(59, 59, 59);
    padding: 10% 0;
    text-align: center;
    opacity: 0.95;
}

.bgblue {
    background: #025170;
    background: linear-gradient(175deg, rgba(2, 81, 112, 1) 0%, rgba(0, 137, 191, 1) 100%);
    color: #fff;
    opacity: 0.85;
}

.text-brandBlue {
    color: #026fce;
}

.texture {
    background-size: cover;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: .6;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

:root {
    --s: 10;
    --h: 50;
    --speed: 2s;
}

.g-container {
    width: 300px;
    margin: auto;
    height: calc(var(--h) * 1px);
    line-height: calc(var(--h) * 1px);
    font-size: 20px;
    background: #ffffff;
    color: #333;
    overflow: hidden;
}

ul.carousel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

ul.carousel li {
    flex-shrink: 0;
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif;
    color: #666;
    font-weight: 500;
}

ul.carousel {
    animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
}

ul.carousel li {
    white-space: wrap;
    cursor: pointer;
    animation: liMove calc(var(--speed)) infinite;
}

@keyframes move {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}

@keyframes liMove {
    0% {
        transform: translate(0, 0);
    }
    80%,
    100% {
        transform: translate(0, calc(var(--h) * -1px));
    }
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
    color: #323232;
}

.nav-underline {
    gap: 50px;
}

.w-sm-100, .w-md-100, .w-lg-100 { /* Fixed selector syntax */
    width: 50% !important;
}

.borderLeft {
    border-left: 1px solid #b7b7b7;
}

:root {
    --bs-body-bg: #ebebeb; /* Example: Light gray */
    --bs-table-hover-bg: #eeeded; /* Example: Lighter gray on hover */
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.90;
}

.cert-card img {
    object-fit: cover;
    height: 250px;
    width: 100%;
    cursor: zoom-in; /* Added this line */
}

.cert-card {
    height: 100%;
}

.modal-nav-btn {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --------------------------- Media Queries (Optimized) ----------------------------- */

/* Mobile First Styles (0px - 575.98px) */
@media (max-width: 575.98px) {
    .borderLeft {
        border-left: none;
    }

    .bgabout {
        padding: 0;
        font-size: 20px;
        background-color: transparent;
    }

    .w-sm-100, .w-md-100, .w-lg-100 { /* Fixed selector syntax */
        width: 100% !important;
    }

    body {
        font-size: 0.95rem;
    }

    .font-70, .font-50, .font-40 {
        font-size: 2rem;
    }

    .font-30, .font-24 {
        font-size: 1.1rem;
    }

    .movheight {
        height: 315px;
    }

    .contdisplayblock {
        display: none;
    }

    .contdisplaynone {
        display: block;
    }

    .img-fluid-reduce {
        width: 28%;
        height: 14%;
    }

    .heroImage {
        background-image: url(../images/img2.png);
        height: 500px;
    }

    .btn-secondary, .btn-light {
        width: 100%;
        display: block;
    }

    .paddingLeft, .paddingRight {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar {
        background-color: #EFEFEC;
        padding: 15px 0 5px 0;
        margin: 0;
        border-bottom: 1px solid #d6d6d6;
    }

    li.nav-item {
        margin: 20px 0;
    }

    div.scrollparent aside {
        height: 40vh;
        padding-left: 10px;
    }
}

/* Small Devices (576px - 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .borderLeft {
        border-left: none;
    }

    .bgabout {
        padding: 0;
        font-size: 20px;
        background-color: transparent;
    }

    .w-sm-100, .w-md-100, .w-lg-100 { /* Fixed selector syntax */
        width: 100% !important;
    }

    body {
        font-size: 1.1rem;
    }

    .font-70 {
        font-size: 2rem;
    }

    .font-50, .font-40 {
        font-size: 1.5rem;
    }

    .font-30, .font-24 {
        font-size: 1.1rem;
    }

    .movheight {
        height: 315px;
    }

    .contdisplayblock {
        display: none;
    }

    .contdisplaynone {
        display: block;
    }

    .img-fluid-reduce {
        width: 28%;
        height: 14%;
    }

    .heroImage {
        background-image: url(../images/img2.png);
        height: 500px;
    }

    .btn-secondary, .btn-light {
        width: 100%;
        display: block;
    }

    .paddingLeft, .paddingRight {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar {
        background-color: #EFEFEC;
        padding: 15px 0 5px 0;
        margin: 0;
        border-bottom: 1px solid #d6d6d6;
    }

    li.nav-item {
        margin: 20px 0;
    }

    div.scrollparent aside {
        height: 40vh;
        padding-left: 10px;
    }
}

/* Medium Devices (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .borderLeft {
        border-left: none;
    }

    .bgabout {
        padding: 0;
        font-size: 20px;
        background-color: transparent;
    }

    .w-sm-100, .w-md-100, .w-lg-100 { /* Fixed selector syntax */
        width: 100% !important;
    }

    .navbar {
        background-color: #EFEFEC;
        padding: 15px 0 5px 0;
        margin: 0;
        border-bottom: 1px solid #d6d6d6;
    }

    .font-70 {
        font-size: 3rem;
    }

    .font-50 {
        font-size: 2.5rem;
    }

    .font-40 {
        font-size: 1.875rem;
    }

    .font-30 {
        font-size: 1.5rem;
    }

    .font-24, .font-subheading {
        font-size: 1.5rem;
    }

    .contdisplayblock {
        display: none;
    }

    .contdisplaynone {
        display: block;
    }

    .heroImage {
        background-image: url(../images/img3.png);
        height: 600px;
    }

    .btn-secondary, .btn-light {
        width: 100%;
        display: block;
    }

    .paddingRight {
        padding-right: 10px !important;
    }

    div.scrollparent aside {
        height: 40vh;
        padding-left: 10px;
    }
}

/* Large Devices (992px - 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .w-sm-100, .w-md-100, .w-lg-100 { /* Fixed selector syntax */
        width: 50% !important;
    }

    .heroImage {
        background-image: url(../images/hero_img3.png);
    }

    .bg-light {
        background-color: transparent;
    }

    .navbar {
        background-color: #EFEFEC;
        /* backdrop-filter: blur(10px); */
        padding: 15px 0 10px 0;
        margin: 0;
        border-bottom: 1px solid #d6d6d6;
    }

    .btn-secondary, .btn-light {
        width: 100%;
        display: block;
    }
}

/* Extra Large Devices (1200px - 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .w-sm-100, .w-md-100, .w-lg-100 { /* Fixed selector syntax */
        width: 50% !important;
    }

    .navbar {
        background-color: #EFEFEC;
        /* backdrop-filter: blur(10px); */
        padding: 15px 0 10px 0;
        margin: 0;
        border-bottom: 1px solid #d6d6d6;
    }
  
    .btn-secondary, .btn-light {
      width: 100%;
      display: block;
    }
  }
  
  /* XXL Devices (1400px - 1919.98px) */
  @media (min-width: 1400px) and (max-width: 1919.98px) {

    .w-sm-100 .w-md-100 .w-lg-100{
      width: 50% !important;
  }

    .navbar {
      background-color: #EFEFEC;
      /* backdrop-filter: blur(10px); */
      padding: 15px 0 10px 0;
      margin: 0;
      border-bottom: 1px solid #d6d6d6;
    }
  
    .btn-secondary, .btn-light {
      width: 50%;
      display: block;
    }
  }

  @media (max-width: 991.98px) {
    .deepakphoto {
      max-width: 300px;
    }
  }