*{
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
  --content-width: 1200px;
}

a{
  transition: transform 0.5s ease;
  transform-origin: center center;
}

a:hover{
  text-decoration: underline !important;
  transform: scale(1.1);
  transform-origin: center center;
}

img{
  max-width: 100%;
}

body{
  margin: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

#professional-services-container{
  padding-bottom: 50px;
}

#professional-services {
  max-width: var(--content-width);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}

#professional-services-left{
  width: 40%;
}

#professional-services-left img{
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#professional-services-right {
  width: 60%;
  background-color: #0d3d4f;
  color: white;
  padding: 100px 50px;
}

#professional-services-right h2{
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 58px;
}

#professional-services-right > p{
  font-size: 16px;
  margin-bottom: 30px;
}

#professional-services-list svg{
  width: 30px;
  height: 30px;
  fill: white;
}

#professional-services-list span {
  width: 60px;
  height: 60px;
  display: block;
  padding: 15px 16px 15px 14px;
  border-radius: 1000px;
  text-align: center;
}

#professional-services-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#professional-services-list .professional-services-individual{
  width: 48%;
  margin-bottom: 40px;
}

#professional-services-list h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

#professional-services-list a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}

#product-brands-container {
  padding: 100px 30px;
}

#product-brands {
  max-width: var(--content-width);
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

#product-brands > .individual-product-brand {
  background-image: url('http://localhost:8000/assets/img/photographs/secta5.jpg');
  width: 48%;
  padding: 50px 30px;
  border-radius: 4px;
  color: white;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  background-size: cover;
  background-position: center;
}

#product-brands > .individual-product-brand img {
  width: 200px;
}

#product-brands > .individual-product-brand .ind-product-brand-small-title{
  font-size: 14px;
}

#product-brands > .individual-product-brand h3{
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

#product-brands > .individual-product-brand .ind-product-brand-desc{
  margin-bottom: 40px;
}

#product-brands > .individual-product-brand a{
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

#certifications-container{
  padding: 0px 30px 100px;
}

#certifications {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}


#cert-left, #cert-right {
  width: 50%;
  margin-bottom: 50px;
  text-align: right;
}

#cert-left{
  text-align: left;
}

#cert-right a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

#certifications .cert-ind{
  width: 19%;
}

#footer svg {
  width: 15px;
  height: 15px;
}


#footer-container {
  background-color: black;
  color: white;
  fill: white;
  padding: 50px 30px 0;
}

#footer {
  max-width: var(--content-width);
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

#footer-left{
  width: 40%;
  padding-bottom: 50px;
}

#footer-right{
  width: 55%;
  padding-bottom: 50px;
}

#footer-left h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

#footer-left p {
  margin-bottom: 20px;
}

#contact-list .contact-list-item{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
  gap: 10px;
}

#copyright-container {
  background-color: black;
  border-top: 1px solid white;
  color: white;
}

#copyright {
  max-width: var(--content-width);
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 30px;
}

#breadcrumb-container {
  background-image: url(http://localhost:8000/assets/img/photographs/hero-image.png);
  background-size: cover;
  background-position: center;
  padding: 130px 0px 100px 0px;
  position: relative;
}



#breadcrumb {
  backdrop-filter: blur(15px);
  background-color: rgba(204,231,250, 0.5);
  width: 30%;
  margin-left: auto;
  padding: 20px 30px;
  box-shadow: 0 0 10px 0 #888;
  position: relative;
  z-index: 2;
}

#breadcrumb-content {
    width: 100%;
    margin-right: auto;
    max-width: calc(var(--content-width) * 0.3);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-between;
}

#breadcrumb-content h1{
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 40px;
  line-height: 48px;
}

#breadcrumb-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, #f1f1f1);
  z-index: 1; /* Place the gradient layer above the background image */
}

#leading-desc-container {
  padding: 50px 30px;
}

#leading-desc {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: auto;
}

#leading-desc p {
  font-size: 20px;
}

.inner-shadow-container {
  background-color: white;
  box-shadow: inset 0px 0px 30px 0px #1f4e55;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 100px 60px 0px;
}

#footer a{
  color: white;
  text-decoration: none;
  display: block;
}

#certifications .cert-ind img{
  height: 200px;
  object-fit: contain;
  object-position: center center;
}

@media only screen and (max-width: 500px) {
  #professional-services-left, #professional-services-right,
  #professional-services-list .professional-services-individual,
  #product-brands > .individual-product-brand,
  #cert-left, #cert-right,
  #footer-left, #footer-right {
    width: 100%;
  }

  #professional-services-right h2 {
    font-size: 30px;
    line-height: 38px;
  }

  #product-brands > .individual-product-brand{
    margin-bottom: 30px;
  }
  
  #cert-right{
    text-align: left;
  }

  #certifications .cert-ind {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  #certifications .cert-ind img {
    max-height: 150px;
    width: 250px;
    object-fit: cover;
}

  #breadcrumb{
    width: 95%;
  }

  
  .inner-shadow-container{
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}