.elementor-2373 .elementor-element.elementor-element-d821d4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6d4db84 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

.our-work-page-wrapper {
  background-color: #faf8f5;
  padding: 50px 20px 80px 20px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

/* Header Area Styling */
.work-header-section {
  text-align: center;
  margin-bottom: 35px;
}

.work-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ba6d53;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sub-leaf {
  font-size: 13px;
  opacity: 0.8;
}

.sub-leaf.left { transform: rotate(-20deg); }
.sub-leaf.right { transform: rotate(20deg) scaleX(-1); }

.work-main-heading {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #4a5446;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.work-floral-divider {
  display: flex;
  justify-content: center;
}

/* Instagram Feed Box */
.insta-section-container {
  max-width: 1050px;
  margin: 0 auto 60px auto;
}
/* Increased Profile Avatar Image Size */
.insta-profile-card {
  background-color: #f7ede3;
  border: 1px solid #ebdcd0;
  border-radius: 12px;
  padding: 28px 36px; /* Slightly more vertical breathing room */
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.insta-avatar {
  width: 120px !important;  /* Increased from 85px to 120px */
  height: 120px !important; /* Increased from 85px to 120px */
  border-radius: 50%;
  background: #ffffff;
  padding: 6px;
  border: 1px solid #e5d5c8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.insta-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.insta-info { flex: 1; }

.insta-handle {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #3b4438;
  margin: 0 0 4px 0;
}

.insta-bio {
  font-size: 13.5px;
  color: #6a6d68;
  margin: 0;
}

.insta-follow-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #ba6d53 !important;
  border: 1.5px solid #dcb5a7;
  background-color: #ffffff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.insta-follow-btn:hover {
  background-color: #ba6d53;
  color: #ffffff !important;
}

.insta-feed-plugin-wrapper #sbi_images,
.insta-feed-plugin-wrapper .sbi_photo_wrap {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.insta-feed-plugin-wrapper img {
  border-radius: 12px !important;
  transition: transform 0.3s ease;
}

.insta-feed-plugin-wrapper .sbi_item:hover img {
  transform: scale(1.03);
}

/* Bottom Banner Section */
.work-bottom-banner {
  max-width: 1050px;
  margin: 0 auto;
  background-color: #f7ede3;
  border-radius: 16px;
  padding: 45px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}

/* Side Leaf Images Styling */
.banner-leaf-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px; /* Adjust size if needed */
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.banner-leaf-img.leaf-left { left: 25px; }
.banner-leaf-img.leaf-right { right: 25px; }

.banner-leaf-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.banner-inner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Increased Hoop Circle Icon Size */
.banner-hoop-icon {
  width: 110px !important; /* Increased size */
  height: 110px !important;
  border-radius: 50%;
  background-color: #faf6f0;
  border: 1px solid rgba(186, 109, 83, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.banner-hoop-icon svg {
  width: 72px !important; /* Scaled up SVG icon inside */
  height: 72px !important;
}

.banner-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #3b4438;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.banner-subtitle {
  font-size: 14px;
  color: #6a6d68;
  margin: 0 0 22px 0;
}

.banner-explore-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  background-color: #ba6d53;
  color: #ffffff !important;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(186, 109, 83, 0.2);
}

.banner-explore-btn:hover {
  background-color: #a25941;
  transform: translateY(-2px);
}

/* Mobile Rules */
@media screen and (max-width: 768px) {
  .insta-profile-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .insta-follow-btn { width: 100%; }

  .banner-leaf-img {
    width: 55px;
    opacity: 0.3;
  }
}/* End custom CSS */