/**
* Template Name: Laura
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ffb727;
  text-decoration: none;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  height: 80px;
  background: rgb(21, 22, 24);
}
#header.logo img {
  max-width: 100%; /* Ensures the image doesn't exceed the width of its container */
  height: auto; /* Maintains aspect ratio */
}
#header.header-transparent {
  background: rgba(20, 21, 23, 0.756);
}

#header.header-scrolled {
  height: 60px;
  background: rgb(25, 28, 31);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb727;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #3b434a;
  letter-spacing: 1px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb727;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36, 41, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 14px;
  color: #3b434a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb727;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb727;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top right;
  background-size: cover;
  position: relative;
}

#hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* Adjust the height as needed */
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s ease;
}

#hero:hover .hero-img {
  transform: scale(1.1);
}

.container {
  position: relative;
  z-index: 1; /* Ensures the text is above the image */
  color: #fff; /* Optional: Ensure text is readable */
}


#hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* Adjust the height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s ease;
  z-index: -1; /* Ensure the image is behind the content */
}

#hero:hover .hero-img {
  transform: scale(1.1);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.typed {
  color: #ffb727; /* Blue color for the typed text */
  font-weight: bold;
  font-style: "Raleway";
  font-size: 20px; /* Increased size for better visibility */
}

.btn-scroll {
  display: inline-block;
  margin-top: 20px;
}


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

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-family: "Satisfy", serif;
  color: #fff;
}

#hero h2 {
  color: #41f2ff;
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}


#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

#hero .btn-scroll i {
  font-size: 48px;
}

#hero .btn-scroll:hover {
  color: #ffb727;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: 40px;
  }

  #hero h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .container p {
    font-size: 20px; /* Adjusted for better responsiveness */
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

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

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3b434a;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #eef0f2;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f4f5f6;
  min-height: 40px;
  margin-top: 78px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
/* About Me Section */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #6c757d;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.section-title p {
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

.about .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px; /* Reduce margin to lessen the gap */
}

.about .image {
  margin-bottom: 30px; /* Reduce margin for better spacing */
}

.about img {
  max-width: 100%;
  height: auto; /* Maintain aspect ratio */
  border-radius: 8%; /* Adjust to your preference */
}

.about .content {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  width: 100%;
  margin-bottom: 30px; /* Reduce margin to lessen the gap */
}

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

.about ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
}

.about ul li i {
  font-size: 18px;
  color: #3498db;
  margin-right: 10px;
}

.about ul li strong {
  font-weight: 600;
  width: 100px;
  display: inline-block;
}

.about ul li span {
  flex: 1;
  font-weight: 300;
}

.about p {
  color: #555;
  line-height: 1.6;
  margin-top: 20px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .about .container {
      flex-direction: column;
  }

  .about .image {
      order: 1;
  }

  .about .content {
      order: 2;
  }
}

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills {
  padding: 30px 0; /* Adjust padding to reduce gap */
  background: #f7f7f7; /* Optional background color for separation */
}

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

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

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

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

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #f4bd08;
}
/* Add styles for skill subheadings */
.skills h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3b434a;
  font-family: "Poppins", sans-serif; /* Ensure consistency in font usage */
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: 0; /* Removed negative margin to avoid overlap */
  border-left: 2px solid #82909c;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffb727;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif; /* Ensure consistency in font usage */
}

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

.resume-item p, .resume-item ul {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.resume .resume-item ul {
  padding-left: 20px;
  margin-bottom: 10px; /* Added margin to avoid overlapping with other content */
}

.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: 50%;
  left: -24px; /* Adjusted to align properly with the border */
  top: 0;
  background: #b8baa4;
  border: 2px solid #82909c;
}

/* ======= Services Section ======= */
.services {
  padding: 60px 0;
  background: #f9f9f9;
}

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

.services .section-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services .section-title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.services .icon-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-bottom: 30px;
}

.services .icon-box:hover {
  background: #f8f8f8;
  transform: translateY(-5px);
}

.services .icon-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.services .icon-box .icon svg {
  width: 80px;
  height: 80px;
  fill: #f5f5f5;
}

.services .icon-box .icon i {
  font-size: 40px;
  color: #333;
}

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

.services .icon-box h4 a {
  color: #333;
  text-decoration: none;
}

.services .icon-box p {
  font-size: 14px;
  color: #777;
}

.services .iconbox-orange {
  background: #fff4e1;
}

.services .iconbox-pink {
  background: #fce4ec;
}

.services .iconbox-yellow {
  background: #fffde7;
}

.services .iconbox-red {
  background: #ffe3e3;
}

/* Responsive */
@media (max-width: 767px) {
  .services .icon-box {
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Tools Section
--------------------------------------------------------------*/
.tools {
  padding: 60px 0;
  background: #f9f9f9;
}

.tools .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.tools .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.tools .icon-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.tools .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.tools .icon-box .tool-icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.tools .icon-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .tools .icon-box {
    padding: 15px;
  }

  .tools .icon-box .tool-icon {
    font-size: 30px;
  }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
  background: #f8f9fa;
}

.portfolio .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio .section-title p {
  font-size: 16px;
  color: #666;
}

.portfolio .row {
  margin: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-wrap {
  position: relative;
  overflow: hidden;
  background: #222;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-item .portfolio-wrap img {
  transition: transform 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
  display: block;
}

.portfolio .portfolio-item .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-item .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  transition: all 0.3s ease;
  opacity: 0;
}

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

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.portfolio .portfolio-item .portfolio-info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  margin-top: 10px;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #d3b016;
}

.portfolio .portfolio-item .portfolio-links a i {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Portfolio Filters
--------------------------------------------------------------*/
#portfolio-flters {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

#portfolio-flters li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

#portfolio-flters li.filter-active {
  font-weight: 700;
  color: #ecd001;
}

#portfolio-flters li:hover {
  color: #d0c008;
}

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

.portfolio-details .portfolio-details-slider img,
.portfolio-details .portfolio-details-slider video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.portfolio-details .portfolio-details-slider {
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.portfolio-info {
  margin-bottom: 30px;
}

.portfolio-info .card {
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
}

.portfolio-info .card-body {
  padding: 30px;
}

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

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

.portfolio-info ul li {
  margin-bottom: 10px;
}

.portfolio-description {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
  background-color: #fff;
}

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

.portfolio-description p {
  font-size: 15px;
  line-height: 1.6;
}



/*--------------------------------------------------------------
# Contact Me Section
--------------------------------------------------------------*/
.contact {
  padding: 60px 0;
  background: #f9f9f9;
}

.contact .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.contact .section-title span {
  font-size: 16px;
  color: #ffb727;
  text-transform: uppercase;
}

.contact .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.contact .section-title p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

.contact iframe {
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.contact .info-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.contact .info-box i {
  font-size: 24px;
  color: #ffb727;
  margin-bottom: 10px;
}

.contact .info-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.contact .info-box p {
  font-size: 16px;
  color: #555;
}

.contact .info-box a {
  color: #333;
  text-decoration: none;
}

.contact .info-box a:hover {
  color: #ffb727;
}

.contact .social-links {
  margin-top: 10px;
}

.contact .social-links a {
  font-size: 18px;
  color: #333;
  margin: 0 10px;
  transition: color 0.3s;
}

.contact .social-links a:hover {
  color: #ffb727;
}

.contact .php-email-form {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact .php-email-form .form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  color: #333;
}

.contact .php-email-form .form-control:focus {
  border-color: #ffb727;
  box-shadow: 0 0 5px rgba(255, 183, 39, 0.5);
}

.contact .php-email-form button {
  background: #ffb727;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact .php-email-form button:hover {
  background: #e09b00;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: url("assets/img/footer.jpg") top center no-repeat;
  background-size: absolute; /* Ensure the background image covers the entire container */
  color: #ffffff00; /* Adjusted text color for better visibility */
  font-size: 14px;
  text-align: center;
  padding: 80px 0;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(27, 25, 25, 0.71); /* Darkened overlay with 50% opacity */
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #f8b328; /* Example: Adjusted color */
  position: relative;
  font-family: "Satisfy", serif;
  padding: 0;
  margin: 0 0 15px 0;
}

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

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

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffb727;
  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: #f3a200;
  color: #fff;
  text-decoration: none;
}

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

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