/* =====================
   GLOBAL STYLES
===================== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 80px;
  color: #333;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* =====================
   HEADER
===================== */
.navbar-brand span {
  font-weight: bold;
  font-size: 20px;
}

/* =====================
   HERO SECTION
===================== */
.hero-section img {
  height: 90vh;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0,0,0,0.6);
  padding: 30px;
  border-radius: 5px;
}

.carousel-caption h1 {
  font-size: 42px;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 18px;
}

/* =====================
   ABOUT SECTION
===================== */
.about-section h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.about-section p {
  line-height: 1.7;
}

/* =====================
   SERVICES
===================== */
.service-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.service-card i {
  font-size: 45px;
  color: #f5b301;
  margin-bottom: 15px;
}

.service-card h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 15px;
}

.service-card a {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* =====================
   STATS
===================== */
.stats-section {
  background: #111;
  padding: 50px 0;
}

.stats-section h2 {
  font-size: 40px;
  color: #f5b301;
  font-weight: bold;
}

.stats-section p {
  margin: 0;
}

/* =====================
   PROJECTS
===================== */
.projects-section img {
  transition: 0.3s;
}

.projects-section img:hover {
  transform: scale(1.05);
}

/* =====================
   REVIEWS
===================== */
.review-box {
  background: #fff;
  padding: 25px;
  border-left: 5px solid #f5b301;
  margin-bottom: 20px;
  font-style: italic;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* =====================
   CONTACT CTA
===================== */
.contact-cta {
  background: url('../images/slider1.jpg') center/cover no-repeat;
  padding: 70px 0;
}

.contact-cta h2 {
  font-size: 36px;
  font-weight: bold;
}

/* =====================
   FOOTER
===================== */
.footer {
  padding: 50px 0 20px;
}

.footer h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

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

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #ccc;
}

.footer ul li a:hover {
  color: #f5b301;
}

/* =====================
   WHATSAPP BUTTON
===================== */
.whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25D366;
  color: #fff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  z-index: 999;
}
.profile-card {
  background: #ffffff;
}

.profile-img {
  max-height: 320px;
  object-fit: cover;
}


/* =====================
   TOP BUTTON
===================== */
/* #topBtn {
  position: fixed;
  right: 20px;
  bottom: 90px;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 14px;
  border-radius: 4px;
  display: none;
  z-index: 999;
  cursor: pointer;
} */

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 28px;
  }
}

.social-icon {
  color: #ffc107;
  font-size: 22px;
  margin-right: 12px;
  text-decoration: none;
}

.social-icon:hover {
  color: #ffffff;
}
