* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.icon {
  color: #e7a6b9;
}

/* Breadcrumb */
.breadcrumb-section {
  background: url("/assets/images/pregnant_woman.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}

.breadcrumb-item.active {
  color: white !important;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: white !important;
}

#header {
  width: 100%;
  background-color: #444444;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

/* Navbar */
#navbar {
  backdrop-filter: blur(0px) saturate(180%);
  -webkit-backdrop-filter: blur(0px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.nav-link {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #432f55 !important;
}

.dropdown-item {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #432f55 !important;
}


.navbar-brand {
  font-size: 1.2rem !important;
}

.primary-button {
  width: fit-content;
  padding: 12px 15px;
  border: none;
  border-radius: 8px;
  font-weight: 650;
  background-color: #EA6A87;
}

/* Hero Section */
#hero-section {  
  background-color: #fdf1f5;
}


.hero-wrapper {
    z-index: 999 !important;
}

.hero-img {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-heading {
  color: #432f55;
  font-family: "Alkatra", system-ui !important;
}

.section-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.section-icon {
  position: relative;
}

.section-icon img {
  width: 50px;
}

.section-icon::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -110px;
  width: 100px;
  height: 2px;
  background-color: #e7a6b9;
}

.section-icon::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -110px;
  width: 100px;
  height: 2px;
  background-color: #e7a6b9;
}

#divider {
  width: 200px;
  height: 2px;
  border: none;
  background-color: #e7a6b9;
}

.about-img-container {
  width: 100%;
  height: 500px;
  border-radius: 5px;
  overflow: hidden;
}

.about-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Services Section */
#service-section {
  background-color: #f6f4f6;
}

.tag {
  color: #EA6A87;
  font-weight: 600;
}

.service-card {
  background-color: white;
  border: none;
  border-radius: 15px;
  padding: 20px;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card-top .service-icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #432f55;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-card-top h6 {
  color: #432f55;
  font-weight: 500;
}

.service-card-top .service-card-arrow-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-arrow-icon i {
  transform: rotate(-30deg);
}

.service-card-bottom .service-img {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.service-card-bottom .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Approach Section */
.approach-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.approach-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-button {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

/* Approach Section */
#approach-section {
    background-image: url('/assets/images/contact-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Work Section */
.featured-wrapper {
  background-color: #f6f4f6;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

#work-section .work-img {
  width: 100%;
  height: 500px;
  border-radius: 5px;
  overflow: hidden;
}

#work-section .work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Contact Section */
#contact-section {
  background-image: url("/assets/images/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-section-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-section-left .contact-left-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form {
  /* width: 240px;
  height: 360px; */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
}

/* Testimonial Section */
#testimonials-section {
  background-color: #faf7f4;
}

.testimonial-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.testimonial-card {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: white;
  /* border: 1px solid red; */
}

.testimonial-card .testimonial-card-wrapper .testimonial-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-card .testimonial-card-wrapper .testimonial-img img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CTA Section */
#cta-section {
  width: 100%;
  height: 500px;
  background-image: url("/assets/images/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cta-section .cta-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Accordion Section */
.accordion-button {
  font-weight: 600;
  color: #fff;
  background-color: #e7a6b9;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #e7a6b9;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
}

.accordion-body {
  padding: 1.5rem;
  color: #666;
}

.accordion-body li {
  position: relative;
  padding-left: 20px;
}

.accordion-body li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-bg);
}


#phone-icon {
    position: fixed;
    bottom: 5%;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: teal;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#whatsapp {
    position: fixed;
    bottom: 5%;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: green;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#go-to-top {
    position: fixed;
    top: 80%;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d92524;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    outline: none;
}

#footer {
  background-color: #432f55;
  color: white;
}
