@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Outfit:wght@100..900&display=swap');

:root {
  --primary-color: #D29062;
  --background-color: #F9F5F4;
  --text-dark: #1f2732;
  --text-light: #626981;
  --white: #ffffff;
  --max-width: 1440px;
  --header-font: "Cormorant Garamond", serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
  height: 600px;
}

.section__header {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  color: var(--text-dark);
}

.section__subheader {
  color: var(--text-light);
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("Images/Hero section (1).png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

nav {
  max-width: var(--max-width);
  margin: auto;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  width: 95px;
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.nav__links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.link a {
  position: relative;
  padding: 10px 0;
  color: var(--white);
  transition: 0.3s;
}

.link a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background-color: var(--white);
  transition: 0.3s;
}

.link a:hover::after {
  width: 100%;
}

.nav__menu__btn {
  display: none;
  font-size: 1.5rem;
  color: var(--white);
}

.header__container {
  text-align: center;
  color: var(--white);
  padding: 5rem 1rem 3rem; 
}

.header__container h1 {
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 600;
  font-family: var(--header-font);
}

.header__container p {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 2rem; 
  font-size: 1.2rem;
  font-weight: 300;
}

.header__container .btn {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
}

.header__container .btn:hover {
  background-color: var(--text-dark);
}

/* .header__container a {
  display: inline-block;
  padding: 0 12px;
  font-size: 3rem;
  color: var(--white);
  backdrop-filter: blur(10px);
  border: 1px solid var(--white);
  border-radius: 100%;
} */

#about {
  background-color: var(--background-color);
}

.section-padding {
  padding: 52px 0;
  height: auto;
  text-align: center;
}

.about-img {
  margin-bottom: 20px;
}

.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  color: var(--text-dark);
}

.about-text p {
  margin-bottom: 20px;
  font-family: "outfit", sans-serif;
  font-weight: 300;
  color: var(--text-light)

}

.about-text .btn {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 20px;
}

.about-text .btn:hover {
  background-color: var(--text-dark);
}

#services {
  position: relative;
  padding-top: 0; 
}

.background-element {
  background-color: var(--primary-color);
  height: 561px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#services .container {
  position: relative;
  z-index: 1;
}

.section-padding {
  padding: 52px 0;
}

.section-header {
  text-align: center; 
  padding-bottom: 5rem; 
}

.section-header h2 {
  font-size: 2.5rem; 
  font-family: "Cormorant Garamond", serif; 
  color: var(--white);
  margin-bottom: 1rem; 
  margin-top: 3rem;
}

.section-header p {
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif; 
  color: var(--white); 
  width: 100%;
  margin: 0 auto; 
  line-height: 1.6;
}

.card {
  margin-bottom: 30px;
  box-shadow: 0px 12px 56px rgba(6, 28, 61, 0.1);
  border: none;
}

.img-area img {
  width: 100%;
  height: 257px;
  object-fit: cover;
  margin: 0 auto; 
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 15px;
  text-align: left;
  color: var(--text-dark);
}

.card-body p {
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  text-align: left;
  color: var(--text-light);
}

.text-dark {
  color: #343a40;
}

#our-process {
  background-color: var(--background-color);
  text-align: left;
  font-family: "Outfit", sans-serif;
  color: var(--text-dark); 

  .card {
    border-radius: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    height: auto;
  }

  .icons .div {
    background-color: var(--primary-color);
    color:var(--white); 
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .list-unstyled {
    list-style: disc;
    padding-left: 16px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
  }
}

#our-process .section-header h2 {
  font-size: 2rem; 
  font-weight: bold; 
  color: var(--text-dark);
}

#our-process .section-header p {
  font-size: 1.2rem; 
  line-height: 1.5; 
  color: var(--text-light); 
}


.why-choose-us {
  background-color: var(--white);
  padding: 52px 0;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  color: #1f2732;
}

.why-choose-us h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #1f2732;
  font-size: 2rem;
}

.innovative {
  padding: 20px;
}

.frame-child {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f9f5f4;
}

.regularlightning-icon {
  width: 50%;
  height: 50%;
  width: 48px;
  height: 48px;
}


.ellipse-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.expect-innovative-concepts {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.we-thrive-on {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  color: #626981;
}


.testimonials {
  background-color: var(--background-color);
  padding: 52px 0;
}

.section-header {
  margin-bottom: 40px; 
}

.section-header h2 {
  font-size: 2.5rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--text-dark);
}
.section-header .white-text {
color: #ffffff;
}
.section-header p {
  font-size: 1.25rem;
  color: var(--text-light);
}

.testimonial.card {
  border: none; 
  background-color: var(--white); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 0px;
  padding: 20px;
  text-align: left; 
  margin-bottom: 30px;
}

.testimonial .card-body {
  padding: 0; 
}

.quotes-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px; /
}

.image-icon {
  width: 154px; 
  height: 170px;
  border-radius: 8px;
  margin-bottom: 20px; 
}

.text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-light);
  margin-bottom: 20px;
}

.name {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-dark);
}

.contact-us {
  position: relative;
  padding: 60px 0;
  background: url('Images/Contact us.png') no-repeat center center;
  background-size: cover;
  color: var(--text-dark);
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.container {
  position: relative;
  z-index: 1;
}

.contact-details {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.heading-7 {
  font-size: 2.5rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--white);
  text-align: left;
}

.sub-text {
  font-size: 1.25rem;
  color: var(--white);
  text-align: left;
}

.contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  font-size: 20px;
}

.contact-item {
  display: flex;
  gap: 5px;
}

.contact-role {
  font-weight: bold;
  font-size: 1rem;
  color: var(--white);
}

.contact-number {
  font-size: 1rem;
  color: var(--white);
}

.btn-primary {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif;
  color: var(--white);
  background-color: var(--primary-color);
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
}

.btn-primary:hover {
  background-color: var(--text-dark);
}


footer.footer {
  background-color: var(--white);
  color: var(--text-light)
}

.footer .logo-icon {
  max-width: 120px;
}

.footer h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.footer ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}

.footer ul li {
  margin-bottom: 0.5rem;
}

.footer ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: var(--primary-color);
}

.footer .social-icons {
  display: flex;
  gap: 12px;
}

.footer .social-icons a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.footer .social-icons a:hover {
  color: #b0bec5;
}

.footer .icon {
  width: 24px;
  height: 24px;
}

.footer .divider {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}


@media (max-width: 1200px) {
  .header__container {
    padding: 3rem 1.5rem 2rem; 
  }

  .header__container h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 900px) {
  .header__container {
    padding: 3rem 1.5rem 2rem;
  }

  .header__container h1 {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  nav {
    position: fixed;
    width: 100%;
    padding: 1rem;
    background-color: #000000;
    z-index: 99;
  }

  .nav__links {
    position: absolute;
    left: 0;
    top: 68px;
    padding: 2rem;
    width: 100%;
    flex-direction: column;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .nav__links .link a {
    opacity: 0;
  }

  .nav__links.open .link a {
    opacity: 1;
  }

  .nav__links.open {
    transform: scaleY(1);
  }

  .nav__menu__btn {
    display: block;
  }

  .header__container {
    padding: 2rem 1rem 1rem; 
  }

  .header__container h1 {
    margin-top: 4rem;
    font-size: 2.5rem;
  }

  .header__container p {
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: 300;
}
  .section__container {
    height: 466px;
  }

  .about-text p {
    font-size: 1rem ;
  }
  .section-header h2 {
    font-size: 2rem; 
    font-family: "Cormorant Garamond", serif; 
    color: var(--text-dark);
    margin-bottom: 1rem; 
    margin-top: 3rem;
  }
  
  .section-header p {
    font-size: 1rem;
    font-family: "Outfit", sans-serif; 
    color: var(--text-light); 
    width: 100%;
    margin: 0 auto; 
    line-height: 1.6;
  }
  
  #our-process .section-header p {
    font-size: 16px; 
    line-height: 1.5; 
    color: var(--text-light); 
  }

  .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .list-unstyled {
    list-style: disc;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .expect-innovative-concepts {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
  }
  
  .we-thrive-on {
    font-size: 16px;
    line-height: 1.6;
    font-family: "Outfit", sans-serif;
    color: #626981;
  }

  .why-choose-us {
    background-color: var(--white);
    padding: 32px 16px;
    gap: 20px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    color: #1f2732;
  }

  .heading-7 {
    font-size: 2rem;
  }

  .sub-text {
    font-size: 1rem;
  }

  .contacts {
    font-size: 16px;
  }

  .contact-item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .contact-details {
    gap: 36px;
  }

  .footer ul {
    padding: 0;
    list-style: none;
    display: block;
    gap: 60px;
  }
  .footer .social-icons {
    display: flex;
    gap: 10px;
  }
  
}