.card-img-top {
    height: 150px;
    object-fit: contain;
  }
  
  .color-box {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px;
  }
  .natural-titanium {
      background-color: #B0B0B0; 
  }
  .blue-titanium {
      background-color: #1C3D6C;
  }
  footer {
    background-color: black;
    color: white;
    padding: 20px 0;
}
.space-black {
    background-color: #000000;
}

.deep-purple {
    background-color: #5c3a9e;
}

.silver {
    background-color: #c0c0c0;
}

.gold {
    background-color: #ffd700;
}
.graphite {
    background-color: #4b4b4b;
}

.sierra-blue {
    background-color: #abc9e1;
}
.pacific-blue {
    background-color: #1C4A7C;
}
.black {
    background-color: #000000; /* Basic Black */
}
.mint-green {
    background-color: #cff7cf; /* Mint Green */
}
.light-blue {
    background-color: #ADD8E6; /* Light Blue */
}
.pink {
    background-color: #FFC0CB; /* Pink */
}
.yellow {
    background-color: #FFFF00; /* Yellow */
}
.red {
    background-color: #FF0000; /* Red */
}
.white-titanium {
    background-color: #f5f5f7; /* Adjust this color to match the actual White Titanium shade */
}
.black-titanium {
    background-color: #1c1c1e; /* Adjust this color to match the actual Black Titanium shade */
}
.footercontainer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.socialicons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.socialicons a {
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 0 10px;
    border-radius: 50%;
    color: black;
    transition: background-color 0.5s, color 0.5s;
}

.socialicons a i {
    font-size: 2em;
    color: black;
    opacity: 0.9;
}

.socialicons a:hover {
    background-color: #111;
    color: white;
}

.footernav {
    margin: 20px 0;
    text-align: center;
}

.footernav ul {
    display: inline-flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.footernav ul li {
    margin: 0 15px;
}

.footernav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    opacity: 0.7;
    transition: opacity 0.5s;
}

.footernav ul li a:hover {
    opacity: 1;
}

.footercontact {
    text-align: center;
    margin: 20px 0;
}

.footercontact p {
    margin: 5px 0;
}



.footerbottom {
    background-color: #000;
    padding: 10px;
    text-align: center;
    position: relative;
}

.footerbottom p {
    margin: 0;
}

.designer {
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

#backToTop {
    position: absolute;
    top: -50px;
    right: 20px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.5s, color 0.5s;
}

#backToTop:hover {
    background-color: #111;
    color: white;
}
