body {
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.9;
    color: #555555;
    background-color: #fff;
}

html {
    scroll-padding-top: 80px; /* This should match the height of your sticky navbar */
}

iframe {
width: 90%;
height: 1100px;
border: none;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}

#particleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  z-index: 3; /* Changed to be on top of image */
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}
/* End hero section particle */

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.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 */
}

.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);
}

.card-item .card img {
    padding: 8px;
    border-radius: 20px;
}

.card-hover {
  position: relative;
  cursor: pointer;
}

.card:focus-within {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

.card-body, .card-title{
    color:#555;
}

/* Image wrapper */
.card-image-wrapper {
  position: relative;
  overflow: hidden;
}

/* Overlay layer */
.card-image-overlay {
  position: absolute;
  inset: 0;

  background: rgba(255, 255, 255, 0.9);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: opacity 0.25s ease;

  z-index: 2;
  pointer-events: none;
}

/* Hover trigger */
.card-hover:hover .card-image-overlay {
  opacity: 1;
  border-radius: 20px;
  border:0;
}

/* Optional polish */
.card-hover:hover img {
  opacity: 0.95;
}

/* CTA text */
.view-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0000ff;
}


.card-title {
  font-weight: 500;
  font-size: 20px;
}

.textWrapbalance {
    text-wrap: pretty;
}

.filter-tabs {
  display: flex;
  gap: 24px;
}

.filter-link {
  position: relative;
  text-decoration: none;
  color: #6c757d;
  font-weight: 500;
  padding-bottom: 6px;
}

.filter-link.active,
.filter-link:hover {
  color: #000;
}

.filter-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.25s ease;
}

.filter-link.active::after {
  width: 100%;
}

/* Start auto hide nav animation */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    transition: top 0.3s ease-in-out;
    animation: slideDown 0.6s ease-out;
}

@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

/* End auto hide nav animation */


/* Start fade in left and right */
/* Shared animation base */
.fade-in-left,
.fade-in-right {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

/* Left → Center */
.fade-in-left {
  animation-name: fadeFromLeft;
}

/* Right → Center */
.fade-in-right {
  animation-name: fadeFromRight;
}

/* Keyframes */
@keyframes fadeFromLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* End fade in left and right */



.section-header {
  display: flex;
  align-items: center;
  width: 100%;
}

.section-header .line {
  flex: 1;
  height: 1px;
  background-color: #d3d8de; /* Bootstrap grey */
}


.textNda {
    color: #888888;
    font-size: 14px !important;
    font-weight: 400;
}

.bgcase {
    background-color: #F5F5F7;
}


.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: "Google Sans Flex", sans-serif;
    color: #555;
    font-weight: 500;
    line-height: 1.7;
}

.topheaderfill {
    background-color: #1f1f1f;
    height: 2px;
    margin: 0;
    padding: 0;
}

.hero-section {
  min-height: 40vh;
  background-image: url("../images/uxai.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; /* or cover based on image */

}

.card{
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 1px 2px #e6e6e6; 
    box-shadow: 0px 0px 1px 2px #e6e6e6;
}

.card-hover {
  transition: transform 0.10s ease, box-shadow 0.5s ease;
}

.card-hover:hover {
  transform: translateY(-1px) scale(1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12);
  border: 1px solid #c0c0c0;
}

.bgWorks{
    background-color: #F5F5F7;
}


.breadcrumb-item.active {
    color: #000;
}

.footerfill {
    background-color: #e8e8eb;
}

.navbar-toggler, .navbar-toggler-icon {
    color: #212529;
}

.offcanvas-header .btn-close{
    color: #fff;
    background-color: #fff;
}

.offcanvas{
    background-color: #111;
}

.navbar .navbar-nav .nav-link {
    font-family: "Google Sans Flex", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #c2c2c2;
    padding: 5px 0px;
    display: inline-block;
    line-height: 1.3;
    margin: 0px 30px;
}

.navbar .navbar-nav a.nav-link.active {
    display: inline-block;
    line-height: 1.3;
    border-bottom: 3px solid #fff;
    padding: 5px 0px;    
    color: #fff;
}

.navbar .navbar-nav a.nav-link:hover {
    display: inline-block;
    line-height: 1.3;
    border-bottom: 3px solid #ffffff;
    padding: 5px 0px;   
    color: #ececec;     
}

.navbar .navbar-nav a.nav-link.resume {
    display: inline-block;
    line-height: 1.3;
    padding: 8px 12px; 
    color: #3c3c3c;
    background-color: #fff;
    border-radius: 6px;
}

.navbar .navbar-nav a.nav-link.resume:hover{
    border-bottom: 0;
    color: #000000;
}

.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-20 {
    font-size: 1.25rem;
}

.font-18 {
    font-size: 1.125rem;
}

.lh-1{
    line-height: 1.25 !important;
}

.font-weight600 {
    font-weight: 600;
}

.font-weight500 {
    font-weight: 500;
}

.font-weight400 {
    font-weight: 400;
}

a.emailContact {
    color: #525252;
}

.btn-resume {
    background-color: #ffffff;
    color: #404040;
    font-size: .85em !important;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    border-radius: 12px;
    font-size: 16px;
    padding: 6px 6px;
    width: 14%;
}

.btn-resume:hover {
    background-color: #ffffff;
    color: #404040;
}

.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;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0056c0;
    color: white;
    cursor: pointer;
    height: 30px;
    width: 30px;
    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: #111;
    padding: 10px 0 20px 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;
}



.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: 4px;
    background: #f2f1d5;
    background: linear-gradient(90deg,rgba(242, 241, 213, 1) 0%, rgba(185, 229, 181, 1) 21%, rgba(172, 210, 230, 1) 49%, rgba(232, 201, 242, 1) 78%, rgba(242, 213, 224, 1) 100%);
    width: 0%;
}

.deepakphoto {
    border-radius: 12px 12px 0 0;
    z-index: 99999999999 !important;
    width: 100%;
    height: auto;
    max-width: 400px; /* default for large screens */
}

.decision-section h3 {
  font-weight: 600;
}

.decision-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.decision-block {
  margin-bottom: 1.25rem;
}

.decision-figure {
  flex: 1;                 
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.decision-search{
    background-image: url('../images/pride/serial_search.png');
}

.decision-quote{
    background-image: url('../images/pride/quote.gif');
}

.decision-checkout{
    background-image: url('../images/pride/checkout.png');
}

.decision-qdetails{
    background-image: url('../images/pride/qdetails.gif');
}

.decision-ordetails{
    background-image: url('../images/pride/ordetails.gif');
}

.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;
}

.case-study-nav {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1000;
}

.nav-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0e0e0;
  color: #333;
  text-decoration: none;
  pointer-events: all;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #000;
}

.nav-prev {
  left: 0;
  border-radius: 0 30px 30px 0;
  padding-left: 10px;
}

.nav-next {
  right: 0;
  border-radius: 30px 0 0 30px;
  padding-right: 10px;
}




/* --------------------------- Media Queries (Optimized) ----------------------------- */

/* Responsive adjustments */
@media (max-width: 768px) {
  .nav-btn {
    width: 50px;
    height: 50px;
  }
  
  .nav-prev {
    border-radius: 0 25px 25px 0;
  }
  
  .nav-next {
    border-radius: 25px 0 0 25px;
  }
  
  .nav-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .case-study-nav {
    display: none;
  }
}



/* Mobile & tablet */
@media (max-width: 991px) {
  .decision-figure {
    min-height: 460px;

    /* 🔥 Key fix */
    background-size: 130% auto;   /* enlarge screenshot */
    background-position: top center;

    background-color: #f8f9fa;
    margin-top: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

/* Mobile First Styles (0px - 575.98px) */
@media (max-width: 575.98px) {

      .hero-section {
    background-image: none;
    min-height: 0;
  }

    .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: #111;
        padding: 10px 0 20px 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) {

  .hero-section {
    background-image: none;
    min-height: 0;
  }

    .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: #111;
        padding: 10px 0 20px 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) {

  .hero-section {
    background-image: none;
    min-height: 0;
  }

    .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: #111;
        padding: 10px 0 20px 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: #111;
        /* backdrop-filter: blur(10px); */
        padding: 10px 0 20px 0;
        margin: 0;
        border-bottom: 1px solid #d6d6d6;
    }

    .btn-secondary, .btn-light {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1399px) {
  .decision-figure {
    background-size: contain;     /* 👈 less cropping */
    background-position: top;
    background-color: #f8f9fa;    /* neutral frame */
  }
}

/* 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: #111;
        /* backdrop-filter: blur(10px); */
        padding: 10px 0 20px 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: #111;
      /* backdrop-filter: blur(10px); */
      padding: 10px 0 20px 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;
    }
  }