/*!
 * sd.css (combined)
 * Generated: 2025-12-22 15:17:08Z
 * Sources (in load order to preserve behavior):
 *  1) assets/css/style.css
 *  2) assets/css/hero.css
 *  3) assets/css/doucet.css
 *  4) Inline <style> block from index.html
 *
 * NOTE: Vendor CSS (Bootstrap, AOS, Swiper, etc.) remains separate and should stay linked in <head>.
 */

 /* ====== BEGIN: style.css ====== */
/**
* Scott Doucet - v4.9.2
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
  font-size: 16px;
  background: #f3f4f6;
}

a {
  color: #001aff;
  text-decoration: underline;
  font-weight: 500;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0563bb;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0563bb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  /* z-index: 9997; */
  z-index: 999;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
  /* background-color: #6f6f6f56; */
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #000000;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #ffffff;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #0563bb; /* blue outline */
  box-shadow: 0 0 0 2px rgba(5, 99, 187, 0.08); /* soft halo */
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {
  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  color: #fff;
  background: #0563bb;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  height: 100vh;
  background: #000000;
  alt: "Scott Doucet";
  position: relative;
}

/* Hero background slideshow layer */
#hero {
  position: relative;
  overflow: hidden;
}

#hero .hero-bg-layer {
  position: absolute;
  inset: 0;
  background: url("assets/img/hero-bg1.jpg") top right no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

/* When JS has initialized the slideshow, we can show the first image */
#hero.hero-bg-ready .hero-bg-layer {
  opacity: 1;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.2); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 56px;
  color: #ffffff;
  text-shadow: 7px 7px 7px #1d1d1d;
}

#hero h4 {
  margin: 0;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 56px;
  color: #ffffff;
  text-shadow: 4px 4px 4px #1d1d1d;
}

#hero h6 {
  margin: 0;
  padding-top: 0px;
  padding-bottom: -10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 56px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #1d1d1d;
}

/* Alternate H6 for BS release and skills */

#bs {
  margin: 0;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 50x;
  color: #ffffff;
  text-shadow: 1px 1px 1px #1d1d1d;
}

#skills {
  margin: 0;
  padding-top: 5px;
  font-size: 1px;
  font-weight: 400;
  line-height: 50x;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 1px #1d1d1d;
}

#hero p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 40px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
  text-shadow: 2px 2px 2px #1d1d1d;
}

#hero .social-links a:hover {
  color: #0563bb;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #0563bb;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #0563bb;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume-item2 h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  /* text-transform: uppercase; */
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #0563bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  /* background: rgba(255, 255, 255, 0.7); */
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
  backdrop-filter: blur(3.5px);
  /* -webkit-filter: blur(8px); */
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 20px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.portfolio-details .portfolio-info {
  padding: 20px;
  box-shadow: 0px 0 30px rgba(40, 47, 53, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# UX Design
--------------------------------------------------------------*/
.center {
  text-align: left;
}

.left {
  text-align: left;
}

.line-space {
  line-height: 170%;
  font-style: italic;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #0563bb;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0563bb;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #0563bb;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #d9e2eb;
  color: #0563bb
  font-size: 14px;
  text-align: center;
  padding: 50px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/* Gradient for Modal */
#grad {
  background: linear-gradient(to right, rgba(31, 107, 178, 1) 0%, rgba(31, 107, 178, 1) 20%, rgba(52, 144, 94, 1) 85%);
  height: 36px;
}

.grad {
  background: linear-gradient(to right, rgba(31, 107, 178, 1) 0%, rgba(31, 107, 178, 1) 20%, rgba(52, 144, 94, 1) 85%);
  height: 36px;
}

.modalParentBox {
  z-index: 500;
}

.modalChildBox {
  z-index: 500;
}

/* .modal {
  z-index: 500;
} */

.portfolio-labels {
  font-size: 28px;
  color: rgb(255, 255, 255);
}

.portfolio-labels-small {
  font-size: 18px;
  color: rgb(251, 255, 0);
}

.intro {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Portfolio II - make buttons round
--------------------------------------------------------------*/
/* .portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
} */

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 5px 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #4864b7;
  color: #fff;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #0563bb;
  padding: 10px;
  transition: 0.3s;
  color: #111111;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Different Tab look for Case Studies */
.case-tabs {
 border-radius: 0px !important;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #bd0202;
  border: 1px solid #bd0202;;
}

.tabs .nav-link.active {
  background: #0563bb;
  color: #fff;
  border-color: #0563bb;
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }

  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0563bb;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/* Experience section pull content up to title */

.exp-title {
  margin-top: -60px;
}

.p-right {
  padding-right: 4px;
}

.bullet-bottom {
  margin-bottom: -4px;
}

/* SlideShow */

.slideshow {
  list-style-type: none;
}

/** SLIDESHOW **/

.first {
  font-style: italic;
  font-size: 13px;
}

/* Portfolio section with no space between rows and columns */
#portfolio .portfolio-container {
  margin: 0;
  padding: 0;
}

#portfolio .portfolio-item {
  padding: 0;
  margin: 0;
}

#portfolio .portfolio-container {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0 !important;
}

#portfolio .portfolio-item {
  padding: 0 !important;
  margin: 0 !important;
  width: calc(100% / 3); /* Adjust for responsiveness */
}

#portfolio .portfolio-item .portfolio-wrap {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#portfolio .row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
  margin: 0 !important;
}

#portfolio .portfolio-item img {
  outline: 3px solid #0563bb !important; /* Change to your preferred color */
  outline-offset: 2px; /* Space between the image and the outline */
}
#portfolio .portfolio-item img {
  border: 3px solid transparent; /* No border initially */
  transition: border-color 0.3s ease-in-out;
}

#portfolio .portfolio-item img:hover {
  border-color: #0563bb; /* Change to your preferred hover color */
}

/* Change font for tabs */
.d-lg-block {
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* Enhanced contact section cards (aligned with New Lock styling, using blue) */
.contact .card {
  border-radius: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.contact-form-card {
  overflow: hidden;
}

.contact-header {
  background: #0563bb;
  padding: 0.85rem 1.25rem;
}

.contact-header h5 {
  font-weight: 600;
}

.contact-list a {
  color: #0563bb;
  text-decoration: underline;
}

.contact-list a:hover {
  color: #0678e3;
  text-decoration: none;
}

.contact-qr {
  max-width: 160px;
}

@media (max-width: 991.98px) {
  .contact .card {
    margin-bottom: 1rem;
  }

  .contact-qr {
    max-width: 140px;
  }
}

/*--------------------------------------------------------------
# Contemporary Layout - Grey canvas, white cards
--------------------------------------------------------------*/

/* Give the main content a bit more breathing room */
#main {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

/* Sections float as white "cards" on the grey background */
#main > section > .container {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  padding: 3rem 2.5rem;
}

/* Let the outer section backgrounds go transparent so the grey shows through */
.about,
.services,
.contact {
  background-color: transparent !important;
}

/* Tweak spacing on smaller viewports so cards don't feel cramped */
@media (max-width: 767.98px) {
  #main > section > .container {
    border-radius: 18px;
    padding: 2rem 1.5rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  }
}

/*--------------------------------------------------------------
# Portfolio Carousel
--------------------------------------------------------------*/
.portfolio-carousel-wrapper {
  position: relative;
  margin-top: 1.5rem;
}

.portfolio-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  background-color: #000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16 / 9; /* controls height relative to width */
}

/* Slides fill the carousel area and fade in/out */
.portfolio-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 800ms ease-in-out;
  z-index: 1;
}

.portfolio-slide.is-active {
  opacity: 1;
  z-index: 2;
}

/* Images stretch to the slide box and keep a nice crop */
.portfolio-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Carousel navigation arrows */
.portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
  z-index: 3;
}

.portfolio-nav i {
  font-size: 1.25rem;
}

.portfolio-nav-prev {
  left: 1rem;
}

.portfolio-nav-next {
  right: 1rem;
}

.portfolio-nav:hover,
.portfolio-nav:focus {
  background: rgba(5, 99, 187, 0.95);
  outline: none;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.45);
}

/* Smaller footprint on mobile */
@media (max-width: 767.98px) {
  .portfolio-carousel-wrapper {
    margin-top: 1rem;
  }

  .portfolio-carousel {
    max-width: 100%;
  }

  .portfolio-nav {
    width: 32px;
    height: 32px;
  }

  .portfolio-nav i {
    font-size: 1rem;
  }
}

/* Make sure the contact section background isn't a big solid block */
#contact,
.contact {
  background-color: transparent !important;
}

/* Remove the extra space under the white card */
#contact {
  padding-bottom: 0; /* or something small like 1rem */
}

/* Optionally also reduce #main bottom padding so the page ends tighter */
#main {
  padding-bottom: 0rem; /* tweak to taste */
}

/* Grey canvas, sections are just wrappers */
body {
  background: #f3f4f6; /* your light grey */
}

/* Make all sections under #main “invisible” wrappers */
#main > section {
  padding: 0; /* no top/bottom padding on the section itself */
  background-color: transparent !important;
}

/* Cards: white, rounded, shadow, and spacing between them */
#main > section > .container {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  padding: 2.5rem 2.25rem;
  margin: 0 auto 3rem; /* space between each card */
}

/* Optional: slightly less bottom space on the last card */
#main > section:last-of-type > .container {
  margin-bottom: 2rem;
}


/* Global drop shadow for all portfolio images */
/* Portfolio image shadow – single place to tweak */
/* :root {
  --portfolio-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  --portfolio-radius: 10px;
} */

/* Force shadow on all portfolio images */
/* #portfolio .portfolio-carousel .portfolio-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--portfolio-radius) !important;
  box-shadow: var(--portfolio-shadow) !important;
} */

/* Optional: subtle lift on hover */
/* .portfolio-carousel .portfolio-slide img:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
} */


/* Fix Portfolio section so videos have space */
.section-title-portfolio {
  text-align: center;
  padding-bottom: 10px!important;
}

 /* ====== END: style.css ====== */


 /* ====== BEGIN: hero.css ====== */
/* === HERO OVERLAY & TEXT POP === */

/* Make hero a positioned container so the overlay can sit behind content */
/* Make hero a positioned container so the overlay can sit behind content */
#hero {
  position: relative;
  overflow: hidden;
}

/* Horizontal band gradient: darkest behind text, lighter above/below */
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    /* top clear */ rgba(0, 0, 0, 0.15) 25%,
    /* start darkening */ rgba(0, 0, 0, 0.5) 40%,
    /* darkest where text is */ rgba(0, 0, 0, 0.2) 50%,
    /* fade back out */ rgba(0, 0, 0, 0) 100% /* bottom clear */
  );
}

/* Keep hero content above overlay */
#hero .container {
  position: relative;
  z-index: 1;
}

/* Text pop */
#hero h1,
#hero h4,
#hero #skills,
#hero #bs {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}

/* Optional: you can keep or drop the mobile override from earlier.
        If you want the same band on all sizes, you can REMOVE any @media
        override that was changing #hero::before. */

 /* ====== END: hero.css ====== */


 /* ====== BEGIN: doucet.css ====== */
.redhyper:hover {
  color: rgb(51, 3, 224) !important;
  text-decoration: underline;
}

.redhyper {
  color: rgb(51, 3, 224) !important;
  font-weight: 600;
  text-decoration: none;
}

.video {
  color: red !important;
  font-size: 18px;
  font-weight: 600;
}

/* Ensure modal sits above backdrop correctly */
.modal {
  z-index: 1055;
}

.modal-backdrop.show {
  z-index: 1050;
}

/* Safety net: hero background slideshow layer */
#hero {
  position: relative;
  overflow: hidden;
}
#hero .hero-bg-layer {
  position: absolute;
  inset: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
  z-index: 0;
}
#hero.hero-bg-ready .hero-bg-layer {
  opacity: 1;
}

/* Base style for the icon + text */
.reel {
  color: #1500d6 !important;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none !important;
}

/* Remove underline from the link itself */
a.btn-watch-video,
a.btn-watch-video:hover,
a.btn-watch-video:focus {
  text-decoration: none !important;
}

/* On hover, change icon + text to #ff3a3a */
a.btn-watch-video:hover .reel,
a.btn-watch-video:focus .reel {
  color: #ff3a3a !important;
}

/* Light border around images */
.border-image {
  width: 100%;
  border: 1px solid #ccc;
}

/* AI image swap and play */
.ai-thumb-link {
  display: inline-block;
  position: relative;
}

/* both images fade smoothly */
.ai-thumb-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.15s ease-in-out;
  border-radius: 0.5rem;
}

/* hover image sits on top, invisible by default */
.ai-thumb-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

/* on hover, cross-fade between the two */
.ai-thumb-link:hover .ai-thumb-hover {
  opacity: 1;
}

.ai-thumb-link:hover .ai-thumb-default {
  opacity: 0;
}

/* Modern footer styling */
#footer.footer-modern {
  background: radial-gradient(circle at top left, #191b2e 0, #050713 55%, #020308 100%);
  color: #f5f7ff;
  padding: 40px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 0;
}

#footer .footer-title {
  font-size: 1.25rem;
  font-weight: 700;
}

#footer .footer-tagline {
  font-size: 0.95rem;
  color: rgba(230, 233, 255, 0.8);
}

#footer .footer-social-label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(230, 233, 255, 0.75);
}

#footer .footer-links a {
  font-size: 0.9rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  color: rgba(230, 233, 255, 0.85);
  text-decoration: none;
  position: relative;
}

#footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #ffd600;
  transition: width 0.2s ease;
}

#footer .footer-links a:hover::after {
  width: 100%;
}

#footer .footer-links a:hover {
  color: #ffffff;
}

#footer .social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  color: #f5f7ff;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#footer .social-links a:hover {
  background-color: #ffd600;
  color: #050713;
  border-color: #ffd600;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

#footer .copyright {
  color: rgba(230, 233, 255, 0.8);
}

#footer a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  #footer .footer-title {
    margin-bottom: 0.25rem;
  }
  #footer .footer-tagline {
    margin-bottom: 1rem;
  }
  #footer .footer-links {
    margin-bottom: 0.75rem;
  }
}

/* Certifications Lables */
.cert-label {
  font-size: 13px;
  font-weight: 600;
  color: #070047;
  text-align: center;
  line-height: 1.1; /* tighten the gap between the two lines */
  margin-top: 0.15rem; /* optional: small space above the text */
}

/* Portfolio video row */
/* Row styling is optional, just keeps things tidy */
/* Video row layout */
.video-row .video-item {
  text-align: center;
}

/* Thumbnails: responsive but not enormous */
.video-row .ai-thumb-img {
  width: 100%;
  max-width: 200px; /* desktop-ish max */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Slightly smaller caps on tiny screens if you want */
@media (max-width: 575.98px) {
  .video-row .ai-thumb-img {
    max-width: 180px;
  }
}

/* Caption under each video */
.video-row .video-caption {
  margin-top: 1px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

/* Caption overlay inside each portfolio slide */
.portfolio-slide {
  position: absolute; /* already set in your CSS, OK to repeat */
  inset: 0;
}

/* Image stays full-frame */
.portfolio-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Caption styling: 14px, bold, black, centered */
.portfolio-caption {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 800;
  color: #000;
  text-align: center;
  z-index: 3;

  /* optional but highly recommended so black text is readable on any image */
  background: rgba(139, 236, 249, 0.85);
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
}

/* QR Contact Code */
.contact-qr {
  width: 100px;
  height: auto;
}

/* Portfolio slide counter */
.portfolio-counter {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #111;
}

/* Portfolio Filter Buttons space */
.portfolio-filters .btn {
  margin: 0 0.25rem 0.5rem; /* left/right space + a little bottom for wrapping */
}

/* Portfolio Button Colors  */

/* Base (non-active) filter buttons */
.portfolio-filters .btn-outline-primary {
  color: #0269b6; /* text color */
  border-color: #0269b6; /* border color */
  background-color: transparent;
}

/* Hover state */
.portfolio-filters .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #0269b6;
  border-color: #0269b6;
}

/* Active filter (the one currently selected) */
.portfolio-filters .btn-outline-primary.active {
  color: #ffffff;
  background-color: #0269b6;
  border-color: #0269b6;
}

/* LOGO CAROUSEL */

.logo-carousel-wrapper {
  overflow: hidden;
  position: relative;
}

.logo-carousel-track {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  animation: logoScroll 80s linear infinite; /* was 40s */
}

/* Each logo */
.logo-slide img {
  max-height: 60px;
  width: auto;
  /* filter: grayscale(100%);
              opacity: 0.8; */
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.logo-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Optional: pause on hover */
.logo-carousel-wrapper:hover .logo-carousel-track {
  animation-play-state: paused;
}

/* Keyframes: move exactly half the track width.
              Because we duplicated the logos, half the width = first sequence. */
@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background-color: #000;
  color: #fff;
  z-index: 10000;
}

.pdf {
  margin-top: -10px;
}

/* Captions for the Case Studies */
.captions {
  font-size: 14px;
  color: #010b3d;
  white-space: nowrap;
  text-align: center;
}

.clickable-image {
  cursor: pointer;
}

/* Case Studies Sub Title */
.case-sub {
  font-size: 0.9rem;
  font-weight: 500;
  color: #e4f0a3;
}

.case-sub {
  font-size: 0.85rem;
  font-weight: 500;
  /* remove color so it inherits from the tab/link */
}

/* default/inactive subtitle color */
.nav-tabs .nav-link .case-sub {
  color: #0004f0; /* or whatever your inactive text color is */
}

/* active tab subtitle color */
.nav-tabs .nav-link.active .case-sub {
  color: #e4f0a3;
}

/* No movement between images for mouse over for videos */

.pull-up2,
.pull-up2:hover {
  transform: none !important;
}

/* Small visual nudge for the map-pin icon */
#casestudies-tabs .nav-link .ri-map-pin-2-fill {
  margin-left: -2px; /* or -3px if needed */
}

/* Bullet point padding for video production skills */
.indent {
  padding-left: 15px;
}

/* Code styling changes for 508 Case Study */

code {
  font-family: "SF Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.9em;
  font-weight: 500;
  background-color: #f5f5f5;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  color: #ad0000;
}

/* Skills link default + hover */
.skills-link {
  color: #4d10be !important;
  text-decoration: none !important;
}

.skills-link:hover,
.skills-link:focus {
  color: #ff0000;
  text-decoration: underline;
}

.intro-paragraph {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

 /* ====== END: doucet.css ====== */


 /* ====== BEGIN: index.html inline styles (moved here) ====== */
/* Case Studies tabs: add a 1px black underline beneath the entire tab row */
  #casestudies-tabs .nav.nav-tabs {
    border-bottom: 1px solid #000 !important;
  }


  /* Case Studies images: subtle drop shadow (right-column screenshots) */
  .case-shadow {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  }


  /* Footer menu: keep links on one line (no wrap, no scroll) */
  .footer-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: clamp(6px, 1.1vw, 12px);
    white-space: nowrap;
    overflow: visible; /* do not clip */
    padding-left: 0;
    padding-right: 0;
  }
  .footer-links a {
    display: inline-block;
    white-space: nowrap;
    font-size: clamp(0.62rem, 1.05vw, 0.95rem);
    line-height: 1.2;
    padding: 0;
  }

  /* Footer copyright: center under menu */
  .footer-modern .copyright {
    display: block;
    width: 100%;
    text-align: center !important;
    margin-top: 6px;
  }


  /* If the viewport gets tight, scale the whole row slightly instead of wrapping or scrolling */
  @media (max-width: 520px) {
    .footer-links { transform: scale(0.92); transform-origin: center; }
  }
  @media (max-width: 420px) {
    .footer-links { transform: scale(0.86); }
  }
  @media (max-width: 360px) {
    .footer-links { transform: scale(0.80); }
  }

    /* hide scrollbars */
    /* scrollbar-width: none;   
    -ms-overflow-style: none; 
  } */

/* hide scrollbars (still scrollable) */
* {
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE/Edge legacy */
}

*::-webkit-scrollbar {
  display: none;              /* Chrome/Safari */
}


  .footer-links::-webkit-scrollbar {
    display: none;            /* Chrome/Safari */
  }
  .footer-links a {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.95rem;       /* slightly smaller so it fits more often */
  }

 /* ====== END: index.html inline styles ====== */


 /* Text Muted */
 .text-muted {
  color: #434343 !important;
 }