@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Darker+Grotesque:wght@300..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap");

@font-face {
  font-family: "Sora", sans-serif;
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Sora", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #cccccc;
  background: #000;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow-x: hidden !important;
}
section {
  padding-top: 5%;
  padding-bottom: 5%;
}
.logo {
  width: 50%;
}
.video-container {
  margin-top: 120px;
}
a {
  color: #8c7676;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #8c7676;
  outline: none;
}

p {
  color: #000000;
  margin-bottom: 1.5em;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Sora", sans-serif;
  font-weight: 400;

  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #8c7676;
}

::-moz-selection {
  color: #fff;
  background: #8c7676;
}

::selection {
  color: #fff;
  background: #8c7676;
}

.navbar-collapse {
  border: none !important;
}

/* ===== Fixed Header ===== */
#fh5co-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  transition: all 0.5s ease;
  height: 80px;
}

#fh5co-header.scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#fh5co-header .navbar {
  border: none;
  margin-bottom: 0;
  background: transparent;
}

#fh5co-header .navbar-brand {
  padding: 10px 15px;
}

#fh5co-header .nav li a {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: all 0.3s ease;
  padding: 30px 15px;
}

/* Active link styling (the point below) */
#fh5co-header .nav li.active a {
  position: relative;
  font-weight: 500 !important;
  background: none !important;
}

#fh5co-header .nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #000000;
}

#navbar .nav li a:hover {
  color: #333333 !important;
}

/* ===== Mobile Navigation & Hamburger ===== */
.navbar-toggle {
  border: none;
  background: transparent !important;
  margin-top: 20px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  width: 25px;
  height: 2px;
  background-color: #000000 !important;
  margin: 4px 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  #navbar {
    background: #ffffff;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  #navbar .nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  #navbar .nav li a {
    padding: 15px 20px;
    display: block;
    text-align: center;
  }

  #fh5co-header .nav li.active a::after {
    bottom: 10px;
    width: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ===== Scroll Effect ===== */
.scrolled {
  padding: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* ===== Home Section ===== */
.container-home {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .container-home {
    margin-top: 80px;
  }
}
/* Use min-height with viewport units for a responsive section */
#fh5co-home {
  min-height: calc(100vh - 100px);
  position: relative;
  width: 100%;
  color: #fff;
  background: #fff;
  background-size: cover;
}

/* Gradient overlay */
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* Text wrap */
#fh5co-home .text-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 20px;
  display: table;
}

#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
}

#fh5co-home .text-inner h1 {
  font-size: 60px;
  color: #000;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 58px;
}
#home {
  margin-bottom: -50px !important;
}
#fh5co-home .text-inner h1 span {
  color: transparent;
}

#fh5co-home .text-inner h2 {
  font-size: 20px;
  line-height: 45px;
  font-weight: 500 !important;
  color: #000 !important;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  #home {
    margin-top: 105px !important;
  }
  #fh5co-home,
  #fh5co-home .text-wrap {
    min-height: auto;
  }
  #fh5co-home .text-inner h1 {
    font-size: 40px;
  }
}
#fh5co-whoweare {
  background-color: #000 !important;
}
.whoweare-container {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.whoweare-container h2 {
  color: white;
  margin-top: 25px;
}
.whoweare-container p {
  color: white;
  text-align: center;
  line-height: 40px;
}
.whoweare-container img {
  margin-left: 30%;
}
.whatwedo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 20px; /* Add padding to avoid overflow on the sides */
  box-sizing: border-box;
}

.whatwedo-container p {
  text-align: center;
  line-height: 40px;
}

.video-verticals {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
  gap: 10px;
  justify-content: center; /* Center cards */
  overflow-x: hidden; /* Prevent horizontal scrolling */
}

.whatwedo-card {
  width: 200px;
  height: 67px;
  border: 2px solid black;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  box-sizing: border-box; /* Ensure width includes border and padding */
}

.project-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Ensures 3 projects per row */
  gap: 20px;
  row-gap: 60px;
  justify-content: center;
}

.project-thumbnail {
  position: relative;
  width: 320px;
  height: 200px; /* Uniform size */
  overflow: hidden;
  cursor: pointer;
}

.project-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Full black transparent overlay on hover */
.project-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* Initially transparent */
  transition: background-color 0.3s ease-in-out;
  z-index: 1; /* Places overlay above the image */
}

.project-thumbnail:hover::after {
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay on hover */
}

/* Centered project title above the overlay */
.project-thumbnail::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}

.project-thumbnail:hover::before {
  opacity: 1; /* Show title on hover */
}

@media (max-width: 1024px) {
  .project-listing {
    grid-template-columns: repeat(2, 1fr); /* 2 projects per row for tablets */
  }
}

@media (max-width: 768px) {
  .project-listing {
    grid-template-columns: repeat(1, 1fr); /* 1 project per row for mobile */
  }
}

.whatsApp-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid black;
  border-radius: 50px;
  background-color: #128c7e;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.whatsApp-btn:hover {
  background-color: #128c7ebe;
  color: white;
  text-decoration: none;
}
.youtube {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid black;
  border-radius: 50px;
  background-color: white;
  color: black;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.youtube:hover {
  background-color: #ff0000;
  color: white;
  text-decoration: none;
}
.arrow {
  margin-top: 2px;
}

@media screen and (max-width: 480px) {
  .whatwedo-card {
    width: 100px;
    height: 27px;
    border: 1px solid black;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #000;
  }
  .video-verticals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
  }
}
/* ===== Video Container ===== */
.video-container {
  position: relative;
  width: 100%;
  height: 620px;
  margin-top: -40px;
  margin-bottom: -20px;
  background: #000;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .video-container {
    margin-bottom: 30px;
  }
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .video-container {
    height: auto;
  }
  .video-container video {
    height: auto;
  }
}

/* ===== Video Controls ===== */
.video-controls-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video-container:hover .video-controls-container {
  opacity: 1;
}

/* ===== Play/Pause Button ===== */
.custom-play-button {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: none; /* initially hidden */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Show play button when video is paused */
.video-container.paused .custom-play-button {
  display: flex;
}

/* Show pause button on hover when video is playing */
.video-container:hover .custom-play-button.pause {
  display: flex;
}

.custom-play-button:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.custom-play-button::after {
  content: "\25B6";
  font-size: 30px;
}

.custom-play-button.pause::after {
  content: "❚❚";
  font-size: 24px;
}

/* ===== Progress Bar ===== */
.progress-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.progress-bar {
  flex-grow: 1;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border-radius: 2.5px;
  position: relative;
}

.progress-bar:hover {
  height: 8px;
}

.progress-bar:hover .progress {
  height: 8px;
}

.progress {
  height: 5px;
  background: #fff;
  border-radius: 2.5px;
  width: 0%;
  transition: height 0.1s ease;
}

.time-display {
  min-width: 100px;
  text-align: right;
}

.sound-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sound-toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 768px) {
  .sound-toggle {
    width: 5px;
    height: 5px;
  }
}

/*services*/
#fh5co-services {
  padding-bottom: 40px;
}

.fh5co-project .project-grid {
  width: 500px;
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
  display: table;
}

.fh5co-project .project-grid .desc {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fh5co-project .project-grid .desc {
    opacity: 1;
  }
}
.fh5co-project .project-grid .desc h3 {
  margin-bottom: 10px;
}
.fh5co-project .project-grid .desc h3 a {
  color: #fff;
}
.fh5co-project .project-grid .desc h3 a:hover,
.fh5co-project .project-grid .desc h3 a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid .desc span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}
.fh5co-project .project-grid .desc p {
  padding: 0;
}
.fh5co-project .project-grid .desc p a {
  padding: 0;
  color: #fff;
}
.fh5co-project .project-grid .desc p a:hover,
.fh5co-project .project-grid .desc p a:focus {
  text-decoration: none;
}
.fh5co-project .project-grid:hover .desc {
  opacity: 1;
}

.getting-started {
  background: #8c7676;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.getting-started .getting-grid {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: table;
}
.getting-started .getting-grid .desc {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  padding: 0 3em;
}
.getting-started h2 {
  color: #fff;
  margin-bottom: 10px;
}
.getting-started p {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-pricing .price-box {
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #8c7676;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -65px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #8c7676;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #8c7676;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .price-box hr {
  border: 1px solid #1a1a1a;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #fff;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.services-container {
  display: flex;
  gap: 2px;
}
.svg-icon {
  margin-top: -5px !important;

  /* opacity: 0;
  transform: translateY(100px);
  animation: slideUp 2s ease-out forwards; */
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.core-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
.core-features .grid2 {
  width: 50%;
  height: 1020px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .core-features .grid2 {
    width: 100%;
  }
}
.core-features .grid2 .core-f {
  padding: 40px;
}
.core-features .grid2 .core-f h3 {
  margin-bottom: 10px;
}
.core-features .grid2 .core-f .core {
  margin-bottom: 2em;
}
.core-features .grid2 .core-f .core i {
  float: left;
  color: #8c7676;
  font-size: 28px;
}
.core-features .grid2 .core-f .core .fh5co-post {
  padding-left: 40px;
}

.fh5co-counters {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 10% 0;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 30px;
  display: block;
  color: rgb(0, 0, 0);
  font-family: "Sora", sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: 0.3em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  display: block;
}

@media screen and (max-width: 768px) {
  /* ===== Play/Pause Button ===== */
  .custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: none; /* initially hidden */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .core-features .grid2.to-animate {
    width: 100%;
    height: 500px; /* adjust height as needed to preserve the image view */
    margin: 0 20px;
  }
  /* For the text container */
  .core-features .grid2:not(.to-animate) {
    width: 100%;
    height: auto;
    margin: 0 0;
  }
  /* Optional: Adjust inner padding for content */
  .core-features .grid2 .core-f {
    padding: 20px;
  }
}

#fh5co-team .team-box {
  position: relative;
  padding: 30px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  #fh5co-team .team-box {
    margin-bottom: 110px;
  }
}
#fh5co-team .team-box .user {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
}
#fh5co-team .team-box .user img {
  width: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
#fh5co-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}
#fh5co-team .team-box .social-media {
  margin: 0;
  padding: 0;
}
#fh5co-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-team .team-box .social-media li a {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-team .team-box .social-media li a:hover,
#fh5co-team .team-box .social-media li a:focus,
#fh5co-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #8c7676 !important;
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 10px;
  }
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
.section-heading h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

/* White Footer with Dark Text */
#fh5co-footer {
  background: #ffffff; /* White background */
  color: #333333; /* Dark text for contrast */
  padding: 50px 0 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: 1px solid #f0f0f0; /* Subtle top border */
}

#fh5co-footer a {
  color: #555555;
  transition: color 0.3s ease;
}

#fh5co-footer a:hover {
  color: #8c7676; /* Your accent color */
  text-decoration: none;
}

#fh5co-footer .section-title {
  font-size: 20px;
  color: #222222; /* Darker text for headings */
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

#fh5co-footer .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #8c7676; /* Accent color underline */
}
#contact {
  background-color: #000000;
}
#contact p,
#contact h2 {
  color: white;
}
#fh5co-footer .contact-info {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#fh5co-footer .contact-info li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fh5co-footer .contact-info li .contact-icon {
  margin-right: 10px;
  color: #8c7676; /* Accent for icons */
}

#fh5co-footer .social-media {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

#fh5co-footer .social-media li {
  display: inline-block;
  margin: 0 5px;
}

#fh5co-footer .social-media li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: #8c7676; /* Accent color for social icons */
  border-radius: 50%;
  transition: all 0.3s ease;
}

#fh5co-footer .social-media li a:hover {
  background: #6a5a5a; /* Darker shade on hover */
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 40px 20px 20px;
  }

  #fh5co-footer .col-md-6 {
    margin-bottom: 30px;
  }

  #fh5co-footer .section-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #fh5co-footer .section-title::after {
    width: 30px;
  }
}

#contact .copyright {
  color: #fff; /* White text color */
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #contact .copyright {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  #contact .copyright {
    font-size: 8px;
  }
}

/* Dummy CSS classes for project.html */

/* Project Details Page Styles */
.fh5co-projectpage {
  width: 100%;
  margin-top: 120px;
  padding: 40px 0;
}

.project-details {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.project-title {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "Commissioner", sans-serif;
  line-height: 1.2;
}

.video-thumbnail {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  flex: 1;
  max-width: 50%;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.video-thumbnail:hover img {
  transform: scale(1.03);
}

.video-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}

.video-description {
  color: #444;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: "DM Sans", sans-serif;
}

.crew-details {
  margin-top: 40px;
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
}

.crew-details h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  font-family: "Commissioner", sans-serif;
}

.crew-members {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.crew-members div {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.crew-members div:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.crew-members h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.crew-members p {
  font-size: 15px;
  color: #666;
}

#project-desc {
  font-size: 17px;
  line-height: 1.7;
}

/* Enhanced Play Button Styles */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.9); /* Black background */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* White icon */
  font-size: 32px;
  transition: all 0.3s ease;
  border: 3px solid white; /* White border */
  z-index: 2;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2); /* Soft white shadow */
}

.video-thumbnail:hover .play-button {
  background-color: rgba(255, 255, 255, 1); /* White background */
  color: black; /* Black play icon */
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3); /* Soft white glow */
}

/* Add an overlay effect when hovering */
.video-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}

.video-thumbnail:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Add a subtle pulse animation */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
}

.play-button {
  animation: pulse 2s infinite ease-in-out;
}

.video-thumbnail:hover .play-button {
  animation: none;
}

/* YouTube Video Modal Styling */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.active {
  opacity: 1;
  visibility: visible;
}

.video-modal-content {
  width: 80%;
  max-width: 900px;
  position: relative;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.video-modal-close:hover {
  background-color: #e74c3c;
  color: white;
}

.video-modal iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border: none;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
  p {
    font-size: 12px !important;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: 18px !important;
  }
  .project-details {
    gap: 30px;
  }

  .crew-members {
    flex-wrap: wrap;
  }

  .crew-members div {
    flex-basis: calc(50% - 15px);
  }
}

@media screen and (max-width: 768px) {
  .fh5co-projectpage {
    margin-top: 80px;
    padding: 30px 0;
  }

  .project-details {
    flex-direction: column;
    gap: 40px;
  }

  .video-thumbnail {
    max-width: 100%;
  }

  .project-title {
    font-size: 28px;
    text-align: center;
  }

  .video-content {
    text-align: center;
  }

  .video-description {
    text-align: left;
  }

  .crew-details {
    margin-top: 30px;
    text-align: center;
  }

  .crew-members {
    justify-content: center;
    gap: 20px;
  }

  .crew-members div {
    flex-basis: 100%;
  }

  .play-button {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-projectpage {
    margin-top: 70px;
    padding: 20px 0;
  }

  .project-title {
    font-size: 24px;
  }

  #project-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .crew-details h2 {
    font-size: 22px;
  }

  .crew-members h4 {
    font-size: 16px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

.back-button {
  float: right;
  background-color: #000000; /* Bootstrap primary color */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.back-button:hover {
  background-color: #00000070; /* Darker shade on hover */
}
