/* =============================
   BASE STYLES
============================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
   
}


/* =============================
   NAV
============================= */

.navbar {
    
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.nav-inner ul {
    
    display: flex;
    list-style: none;
    padding: 15px 0;
    flex-wrap: wrap;
}

.nav-inner li {
    margin-right: 30px;
}

.nav-inner a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

/* =============================
   HERO
============================= */

.hero {
    position: relative;
    height: 380px;
    background: url(./images/memphis.jpg) center/cover no-repeat;
    display: flex;

   
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
}

.hero-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 600px;
}

.hero h1 {
    font-size: 42px;
    font-weight: 700;
    
}

.cta-btn {
    display: inline-block;
    margin-top: 18px;
    background: #39B54A;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    text-decoration: none;
}

/* =============================
   QUOTE BOX
============================= */

/* ---------- Container ---------- */
.quote-box-section {
  max-width: 1200px;
    margin: 40px auto;
    display: flex;
    gap: 40px;
    padding: 20px;
}

.quote-container {
    width: 350px;
    background: #1f252b;        /* dark panel color */
    padding: 30px;
    color: #fff;
    border-radius: 4px;
    font-family: Arial, sans-serif;
}

/* ---------- Header ---------- */

.quote-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.quote-header i {
    font-size: 32px;
    color: #fff;
}

.quote-header h2 {
    font-size: 24px;
    font-weight: 700;
}

/* ---------- Form Layout ---------- */

.quote-form input,
.quote-form select,
.quote-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

/* Two-column layout for Name + Phone */

.row-2 {
    display: flex;
    gap: 10px;
}

.row-2 input {
    width: 100%;
}

.quote-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #ddd;
}

/* Text area */

.quote-form textarea {
    height: 90px;
    resize: vertical;
}

/* ---------- Submit Button ---------- */

.quote-form button {
    width: 100%;
    background: #39B54A;   /* orange */
    border: none;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.quote-form button:hover {
    background: #32913f;
}


/* RIGHT CONTENT */
.content {
    flex: 1;
}

.subtitle {
    color: #39B54A;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

.content h1 {
    margin: 10px 0 20px;
    font-size: 36px;
}

.content p {
    color: #555;
    line-height: 1.6;
}

.feature {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #39B54A;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.feature h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

body {
    margin: 0;
    background: #ffffff;
}
/* How We work Section */
.how-we-work {
    max-width: 1200px;
    margin: 100px auto;
    text-align: center;
    padding: 0 20px;
}

.how-we-work h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
}

.divider {
    width: 60px;
    height: 3px;
    background: #39B54A;
    margin: 0 auto 25px;
}

.intro {
    max-width: 700px;
    margin: 0 auto 70px;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}

.steps {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.step {
    flex: 1;
    max-width: 330px;
    margin: 0 auto;
}

.icon-circle {
    width: 90px;
    height: 90px;
    border: 2px solid #39B54A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #39B54A;
}

.step h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.step p {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

/* footer */

.site-footer {
  font-family: Arial, Helvetica, sans-serif;
  color: #9aa0a6;
}

/* Top section */
.footer-top {
  background: #1f1f24;
  padding: 40px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-item p {
  margin: 0;
  line-height: 1.5;
}

.footer-item a {
  color: #9aa0a6;
  text-decoration: none;
}

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

.icon {
  font-size: 18px;
  opacity: 0.8;
}

/* Social */
.social-icons{
margin-top:20px;
display:flex;
gap:15px;
}

/* Base icon style */

.social-icons a{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:20px;
color:white;
text-decoration:none;
transition:0.3s;
}

/* Facebook Blue */

.facebook{
background:#1877F2;
}

/* TikTok Red */

.tiktok{
background:#FE2C55;
}

/* Hover Effect */

.social-icons a:hover{
transform:scale(1.15);
background-color: white;
}

/* CTA Buttons */
.footer-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Bottom section */
.footer-bottom {
  background: #2a2a30;
  padding: 18px 20px;
  text-align: left;
}

.footer-bottom-Socials {

  padding: 18px 20px;
  text-align: left;
}
.footer-bottom p {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #8a8f96;
}



/* =============================
   SERVICE SECTIONS */

   * {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    background: #ffffff;
    color: #333;
}

.site-container {
    max-width: 1300px;
    margin: 80px auto;
    padding: 0 20px;
}

/* SERVICE SECTIONS */
.service-section {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
}

.service-section.reverse {
    flex-direction: row-reverse;
}

/* IMAGE */
.image-box {
    flex: 1;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* CONTENT */
.content-box {
    flex: 1;
}

.content-box h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.divider {
    width: 60px;
    height: 3px;
    background: #ff6a21;
    margin-bottom: 25px;
}

.content-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

/* BUTTON */
.btn {
    display: inline-block;
    background: #39B54A;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
}

.btn:hover {
    background: #32913f;
}


/* =============================
   CONTACT FORM STYLES

============================= */

/* RIGHT CONTENT */
.quote-content h1 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #000000;
}

.divider {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #39B54A;
  margin: 15px 0 25px;
}

.quote-content p {
  font-size: 17px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* INFO ITEMS */
.info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.info-icon {
  background: #39B54A;
  color: #ffffff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.info-item strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.info-item span {
  color: #777;
  font-size: 14px;
}



/* projects carousel */


* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}

body {
background: #FAF9F6;
}

.header {
background: #FAF9F6;
color: rgb(8, 8, 8);
padding: 5px 0;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;

}


.header-container {
width: 90%;
max-width: 1200px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
}

.logo img {
height: 250px;
}

.nav ul {
list-style: none;
display: flex;
gap: 15px;
}

.nav a {
color: rgb(15, 15, 15);
text-decoration: none;
font-weight: 500;
transition: 0.3s;

}

.nav a:hover {
color: #39c24a;
}

.header-contact {
display: flex;
align-items: center;
gap: 20px;

}

.contact-info {
display: flex;
flex-direction: column;
font-size: 16px;
}


.quote-btn {
background: #39c24a;
color: white;
padding: 10px 18px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: 0.3s;
}

.quote-btn:hover {
background: #1e7227;
}


/* ---------- Mobile Responsive ---------- */

@media all and (max-width: 768px) {
  /* General container spacing */
  .container {
    width: 100%;
    padding: 0 16px;
  }

  /* Header layout: stack items, reduce logo size */
  .header {
    padding: 12px 0;
  }

  .header-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .logo img {
    height: 140px;
    max-width: 100%;
  }

  .nav ul {
    flex-direction: column;
    gap: 12px;
    padding: 10px 0;
  }

  .nav a {
    font-size: 16px;
    display: block;
    padding: 10px 16px;
    width: 100%;
    text-align: center;
  }

  .header-contact {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .contact-info {
    align-items: center;
    text-align: center;
  }

  .quote-btn {
    width: 100%;
    max-width: 320px;
  }

  /* Hero adjustments */
  .hero {
    height: auto;
    padding: 80px 0;
  }

  .hero-content {
    top: auto;
    transform: none;
    padding: 0 16px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }

  /* Quote section stacks vertically */
  .quote-box-section {
    flex-direction: column;
    gap: 24px;
    margin: 30px auto;
    padding: 16px;
  }

  .quote-container {
    width: 100%;
    max-width: 500px;
  }

  .row-2 {
    flex-direction: column;
  }

  .feature {
    flex-direction: column;
    gap: 16px;
  }

  .steps {
    flex-direction: column;
    align-items: center;
  }

  .step {
    margin-bottom: 40px;
    max-width: 500px;
  }

  .service-section,
  .service-section.reverse {
    flex-direction: column;
    gap: 30px;
  }

  .content-box h2 {
    font-size: 28px;
  }

  .service-section {
    margin-bottom: 80px;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-cta {
    width: 100%;
    flex-direction: row;
  }

  .btn {
    width: 100%;
  }
}

