/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; overflow-x: hidden;

}

/* 🔹 Announcement Bar */
.announcement {
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  height: 50px;
}

.announcement p {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 12s linear infinite;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding:20px;
      background: transparent;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      position: absolute;
      width: 100%;
      top: 10;
      left: 0;
      z-index: 9999;
      font-family:'Times New Roman', Times, serif;
      font-size: 20px;
    }


/* Logo */
.logo .digital {
  font-size: 25px;
  font-weight: 700;
  color: black;
  font-family: pacifico;
  font-weight: 1000;

}

.logo .growth {
  font-size: 25px;
  font-weight: 700;
  color: #D4AF37; 
  margin-left: 3px;
  font-family: pacifico;
}

/* Desktop Menu */
    .nav-links {
      display: flex;
      gap: 20px;
    }

    .nav-links a {
      text-decoration: none;
      color: black;
    }

.nav-links a:hover {
  color: goldenrod;
}

/* Underline animation */
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: goldenrod;
  transition: width 0.3s ease; 
}



.nav-links a:hover::after {
  width: 100%;
}


.nav-links li a:hover {
  color: #D4AF37;
}


/* Hamburger */
    .hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
height: 18px;
  cursor: pointer;
}
.hamburger { padding: 1px; border: none; background: transparent; }
.hamburger-svg { width: 24px; height: 24px; display: block; }

/* smaller on tight mobile */
@media (max-width: 480px) {
  .hamburger-svg { width: 24px; height: 18px; }
  .hamburger { padding: 4px; }
}


.hamburger span {
  display: inline-block; 
   
  width: 35px;
  height: 1px;
  background: rgb(25, 22, 22);
  border-radius: 2px;

  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


/* Mobile Menu (Sidebar) */
.mobile-menu {

  position: absolute;
  top: 0;
  right: -100%;
  width: 50%;        
      height: 50%;
      color: #121111;
  background: #e3b84a;
  box-shadow: -2px 0 20px rgba(33, 12, 12, 0.2);
  transition: right 0.3s ease;
  padding: 60px 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  color: rgb(18, 17, 17);
  transition: 0.3s;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.mobile-menu ul li a:hover {
  color: #b8860b;
}

.follow-us {
  display: none;
  align-items: flex-start;   
  gap: 15px;            
  margin-top: 40px;
  flex-direction: column;
}

.follow-us h5 {
  margin: 0;  
          margin-top: 10px;   
  font-size: 20px;
  color: black;
  font-weight: 100;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.icons a {
  color: black;             
  font-size: 20px;          
  transition: color 0.3s ease;

  gap: 15px;

}

.icons a:hover {
  color: goldenrod;        
}



/* Responsive */

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }}

  .hamburger {
    display: none; 
  }
  
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
.navbar.hide {
  display: none;
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;   
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: px;
    cursor: pointer;
    color :rgb(23, 22, 22);
  }

  .hamburger div {
    width: 50px;
    height: 1px;
    background-color: rgb(14, 12, 12);
    border-radius: 2px;
    color: #000;
  }

  /* Desktop nav links hide on mobile */
  .nav-links {
    display: none;
  }
}



/* Header */
.header {
  height: 100vh;
  background: url("./images/Untitled\ design\ \(1\).png") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  position: relative;
}
.header-content h1 {
  font-size: 48px;
  animation: fadeInDown 1s ease;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
}
.header-content h1 span { color: #171615; }
.header-content h6 {
  font-size: 18px;
  margin: 15px 0;
  animation: fadeInUp 1.5s ease;
  font-weight: 200;
}
.btn {
  background: #000;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover { background: #E1AD01; transform: scale(1.1); }

/* Wave */
.wave { position: relative; bottom: -5px; }
.wave svg { display: block; width: 100%; height: 100px; }

/* Animations */
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* Responsive */
@media (max-width: 992px) {
  .hamburger { display: block; }
  .nav-links {
    position: absolute;
    right: 0;
    top: 70px;
    background: #E1AD01;
    flex-direction: column;
    width: 220px;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
  }
  .nav-links.open {
    height: 350px;
    padding: 15px 0;
  }
  .nav-links li { margin: 15px 0; }
}


/* Digital Marketing Section Styling */
.digital-marketing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 50px;
  background: #ede6d4;
  gap: 50px;
  flex-wrap: wrap;
  overflow: hidden;
  
}

.digital-marketing .content {
  max-width: 600px;
}

/* Animations */
@keyframes slideIn {
  0% {opacity: 0; transform: translateY(50px);}
  100% {opacity: 1; transform: translateY(0);}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes slideInRight {
  0% {opacity: 0; transform: translateX(50px);}
  100% {opacity: 1; transform: translateX(0);}
}

.animate-slide {
  animation: slideIn 1s ease forwards;
}

.animate-fade {
  animation: fadeIn 1.5s ease forwards;
}

.animate-slide-right {
  animation: slideInRight 1s ease forwards;
}

/* H1 & Paragraph Styling */
.digital-marketing h1 {
  font-size: 36px;
  color: #E1AD01;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: 'Times New Roman', Times, serif;
}

.digital-marketing h1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: #e2c977;
  left: 0;
  bottom: -5px;
  transition: width 0.5s;
}

.digital-marketing h1:hover::after {
  width: 100%;
}

.digital-marketing p {
  font-size: 17px;
  line-height: 1.6;
  color: grey;
  font-weight: 500;
  align-items: center;
}

/* Image Styling */
.digital-marketing .image img {
  max-width: 600px;
  border-radius: 20px;
  transition: transform 0.5s, box-shadow 0.5s;
}

.digital-marketing .image img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media(max-width: 900px) {
  .digital-marketing {
    flex-direction: column;
    text-align: center;
  }
  .digital-marketing .image img {
    max-width: 80%;
  }
}
/* Services Section (Icons Only) */
.services {
  padding: 80px 50px;
  background: #121211;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;

  
}






.section-title {
  font-size: 36px;
  color: #E1AD01;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: #E1AD01;
  left: 0;
  bottom: -10px;
  transition: width 0.5s;
}

.section-title:hover::after {
  width: 100%;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.service-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 15px;
  width: 250px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: transform 0.4s, box-shadow 0.4s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

/* Icon Styling */
.service-card .icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #E1AD01; /* Dark mustard */
  transition: transform 0.3s;
}

.service-card .icon:hover {
  transform: scale(1.2);
}

.service-card h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Animations */
@keyframes slideIn {
  0% {opacity: 0; transform: translateY(30px);}
  100% {opacity: 1; transform: translateY(0);}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.animate-slide {
  animation: slideIn 1s ease forwards;
}

.animate-fade {
  animation: fadeIn 1.2s ease forwards;
}

/* Staggered fade for each card */
.services-container .service-card:nth-child(1) { animation-delay: 0.2s; }
.services-container .service-card:nth-child(2) { animation-delay: 0.4s; }
.services-container .service-card:nth-child(3) { animation-delay: 0.6s; }
.services-container .service-card:nth-child(4) { animation-delay: 0.8s; }
.services-container .service-card:nth-child(5) { animation-delay: 1s; }
.services-container .service-card:nth-child(6) { animation-delay: 1.2s; }

/* Responsive */
@media(max-width: 900px) {
  .services-container {
    flex-direction: column;
    align-items: center;
  }
}


.strategy-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  background-color: #f5f5f5;
  gap: 25px; /* gap between elements */
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
}

.container {
  max-width: 800px;
  width: 100%;
  text-align: center;
}

/* Animation for all elements */
.animate {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s forwards;
}

.strategy-section h2.animate { animation-delay: 0.2s; }
.strategy-section p.animate { animation-delay: 0.4s; }
.strategy-image.animate { animation-delay: 0.6s; }
.strategy-section a.animate { animation-delay: 0.8s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Paragraph styling */
.strategy-section p {
  font-size: 18px;
  color: grey;
  margin: 15px 0;
}

/* Image styling */
.strategy-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.strategy-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Button styling */
.strategy-section button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius:  25px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  margin-top: 20px;
}

.strategy-section button:hover {
  color: #000; /* Dark mustard */

  background-color: #E1AD01;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .strategy-image img {
    max-width: 100%;
  }
}



:root {
  --mustard: #E1AD01;
  --mustard-dark: #b8860b;
  --text-dark: #222;
  --text-muted: #555;
  --card-bg: #fff;
  --card-shadow: 0 6px 16px rgba(0,0,0,0.08);
  --radius: 14px;
}

.pricing-section {
  padding: 70px 20px;
  text-align: center;
  background: #fdfbf5;
}

.pricing-title {
  font-size: 32px;
  color: var(--text-dark);
  margin-bottom: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  animation: fadeDown 1s ease;
}

.pricing-sub {
  color: var(--text-muted);
  margin-bottom: 50px;
  animation: fadeUp 1.2s ease;
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.pricing-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
  padding: 30px 20px;
  flex: 1 1 250px;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.pricing-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.pricing-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.pricing-card .price {
  font-size: 20px;
  color: var(--mustard);
  margin-bottom: 16px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.pricing-card ul li {
  margin-bottom: 10px;
}

.btn-pricing {
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s ease;
  gap:20px ;
  
}

.btn-pricing:hover {
  background: #E1AD01;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Animate cards on load */
.animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive */
@media (max-width: 940px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
}








:root {
  --mustard: #E1AD01;
  --mustard-dark: #b8860b;
  --faq-bg: #fdfbf5;
  --text-dark: #222;
  --muted: #555;
  --radius: 12px;
  --shadow: 0 6px 16px rgba(0,0,0,0.08);
}


    .faq-title {
      padding-top: 30px;
      font-size: 28px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      text-align: center;
      margin-bottom: 2px0px;
    }

    .faq-sub {
      text-align: center;
      margin-bottom: 20px;
      color: #746f6f;
      margin: 3px;
    }

    .faq-container {
      max-width: 1000px;
      margin: auto;
      background: #faf0f0;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin-bottom: 60px;
      margin-top: 20px;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
      padding: 10px 0;
    }

    .faq-question {
      width: 100%;
      text-align: left;
      font-size: 18px;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      font-weight: bold;
    }

    .faq-answer {
      display: none;
      padding: 8px 0;
      font-size: 16px;
      color: #444;
      line-height: 1.5;
    }

    .faq-question .icon {
      font-weight: bold;
      font-size: 20px;
      margin-left: 10px;
    }

    .faq-question.active .icon {
      transform: rotate(45deg);
    }

#reviews {
  padding: 60px 20px;
  background: #E1AD01;
  text-align: center;
}

.reviews-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #222;
  animation: fadeDown 1s ease;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.reviews-sub {
  max-width: 700px;
  margin: 0 auto 36px;
  color: rgb(66, 64, 64);
  animation: fadeUp 1s ease;
  font-weight: 400;
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.review-card {
  background: #fdfbf5;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.review-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.stars {
  color: #E1AD01; /* mustard */
  font-size: 20px;
  margin-bottom: 12px;
}

.review-text {
  font-style: italic;
  color: #333;
  margin-bottom: 12px;
}

.review-author {
  font-weight: bold;
  color: #444;
}

/* === Animations === */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate {
  animation: fadeUp 1s forwards;
}



:root {
  --mustard: #E1AD01;
  --mustard-dark: #b8860b;
  --text-dark: #222;
  --muted: #555;
  --radius: 12px;
  --shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.contact-section {
  padding: 70px 20px;
  background: #fdfbf5;
  text-align: center;
}

.contact-title {
  font-size: 32px;
  margin-bottom: 10px;
  color: var(--text-dark);
  animation: fadeDown 1s ease;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.contact-sub {
  margin-bottom: 40px;
  color: var(--muted);
  animation: fadeUp 1.2s ease;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: fadeUp 1s ease;
}

.btn-google {
  background: #000;
  color: #fff;
  padding:  12px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s ease;
  width: 50%;
  justify-content: center;
  display: center;
  margin :20px auto 0;
  gap: 5px;
}

.btn-google:hover {
  background: #E1AD01;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.contact-info {
  background: #fff;
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: left;
  animation: fadeUp 1.4s ease;
  display: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-info h3 {
  margin-bottom: 12px;
  color: var(--text-dark);
}

.contact-info p {
  margin: 8px 0;
  color: #444;
}

.contact-info a {
  color: var(--mustard);
  text-decoration: none;
  font-weight: bold;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Adjustments */
@media (max-width: 640px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
  .contact-info {
    text-align: center;
  }
}
.footer-section {
  background: #111;
  color: #fff;
  padding: 60px 20px 30px 20px;
  font-family: sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}

.footer-col {
  flex: 1 1 250px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #E1AD01;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: #E1AD01;
  transform: translateX(5px);
}

.social-icons a {
  font-size: 22px;
  margin-right: 12px;
  color: #fff;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: #E1AD01;
  transform: scale(1.3) rotate(-10deg);
}

.footer-col p a {
  color: #E1AD01;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.footer-col p a:hover {
  text-decoration: underline;
  transform: scale(1.05);
}

.footer-bottom {
  grid-column: 1/-1;
  margin-top: 30px;
  text-align: center;
  color: #aaa;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

/* Animate on load */
.animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-col {
    margin-bottom: 20px;
  }
  .social-icons a {
    margin: 0 6px;
  }
}
