
/* Experience Section Styles */
.experience-section {
    background-color: #101010; /* Dark background */
    padding: 20px 20px 50px 20px;
}

    /* Custom Styles for Headings and Text */
    .worktitle,
    .experience-section h2,
    .experience-section div,
    .experience-section ul li {
        color: #add8e6; /* Light blue text */
        text-shadow: 1px 1px 2px #00008b; /* Dark blue shadow */
        font-family: inherit; /* Keep existing font family */
    }

.worktitle {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 700;
}

    .experience-section h2 {
        font-size: 1.5em;
        margin-top: 20px;
    }

/* Bootstrap Column Adjustments */
.experience-item {
    margin-bottom: 20px;
}

/* Separator Line */
hr {
    border: none;
    border-top: 1px solid #add8e6; /* Light blue line */
    margin: 40px 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .experience-item {
        margin-bottom: 30px;
    }
}




.minheight {
    min-height: 700px;
}






.imgproject {
    width: 400px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 80px;
    padding: 10px;
}

@media (max-width: 450px) {
    .imgproject {
        width: 200px;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 30px;
        padding: 10px;
    }
}
.imgproject2 {
    width: 400px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
}

@media (max-width: 450px) {
    .imgproject2 {
        width: 200px;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 10px;
    }
}

.projimgcolumn {
  background: url("../../assets/img/decoframe.png") bottom / contain no-repeat;
  padding: 40px 0 40px 0;
}

@media (min-width: 1200px) {
  .projimgcolumn {
    background: url("../../assets/img/decoframe.png") bottom / contain no-repeat;
    padding: 40px 0 0px 0;
  }
}

@media (max-width: 992px) {
  .projimgcolumn {
    background: url("../../assets/img/decoframe.png") bottom / contain no-repeat;
    padding: 20px 0 20px 0;
  }
}

.projqoute-box {
  background-color: rgba(255, 255, 255, 0.21);
  padding: 10px 30px;
  border-radius: 10px;
}

.readmebutton {
  --bg: darkblue;
  --hover-bg: lightblue;
  --hover-text: #000;
  color: #fff;
  cursor: pointer !important;
  border: 1px solid var(--bg);
  border-radius: 4px;
  padding: 0.8em 2em;
  background: var(--bg);
  transition: 1s;
  padding-right: 50px;
  padding-left: 50px;
}

.readmebutton:hover {
  color: var(--hover-text);
  transform: translate(-0.25rem, -0.25rem);
  background: var(--hover-bg);
  box-shadow: 0.25rem 0.25rem var(--bg);
}

.readmebutton:active {
  transform: translate(0);
  box-shadow: none;
}

.buttononleft {
  padding: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 51px;
}

@media (min-width: 768px) {
  .projdeets {
    padding: 10px 70px;
  }
}

@media (min-width: 992px) {
  .projdeets {
    padding: 10px 10px;
  }
}

@media (min-width: 1200px) {
  .projdeets {
    padding: 10px 70px;
  }
}

.projtext {
    max-width: 430px;
    margin: 0px 40px;
}

@media (max-width: 450px) {
  .projtext {
    margin: 0px;
    font-size: .8em;
  }
}

.projectheader {
  font-weight: 700;
}

@media (max-width: 450px) {
  .projectheader {
    font-size: 1.3em;
  }
}

@media (max-width: 450px) {
  .projectsubheading {
    font-size: 1.1em;
  }
}

.projtextwhite {
  text-shadow: 0px 0px 4px darkblue;
  color: lightblue !important;
}

.projtextblack {
  text-shadow: 0px 0px 4px lightblue;
  color: darkblue !important;
}

.projtitle {
  padding: 50px;
  font-size: 3em;
}

@media (max-width: 576px) {
  .projtitle {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .projswitchwide {
    display: none;
  }
}

.projswitchthin {
  display: none;
}

@media (max-width: 768px) {
  .projswitchthin {
    display: block;
  }
}



.dlcv {
    background: rgba(0,0,0,0.49);
    padding: 60px 5px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: rgba(8,149,252,0.43);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}



.imgvideo {
    width: 500px;
    height: 400px;
    padding: 10px;
}

@media (max-width: 550px) {
    .imgvideo {
        width: 400px;
        height: 300px;
        padding: 10px;
    }
}

@media (max-width: 450px) {
    .imgvideo {
        width: 300px;
        height: 200px;
        padding: 10px;
    }
}
.imgvideo2 {
    width: 500px;
    height: 600px;
    padding: 10px;
}

@media (max-width: 550px) {
    .imgvideo2 {
        width: 400px;
        height: 500px;
        padding: 10px;
    }
}

@media (max-width: 450px) {
    .imgvideo2 {
        width: 300px;
        height: 400px;
        padding: 10px;
    }
}
.addmarginbottom {
    margin-bottom:50px;
}