.elementor-1703 .elementor-element.elementor-element-f42acc7{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1703 .elementor-element.elementor-element-b601733{margin:-9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1703 .elementor-element.elementor-element-2fd346b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1703 .elementor-element.elementor-element-b907c50{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1703 .elementor-element.elementor-element-cfbd465{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1703 .elementor-element.elementor-element-9205638{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1703 .elementor-element.elementor-element-0f190ca{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1703 .elementor-element.elementor-element-7b61d4d{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b601733 *//* ===============================
   OUR TEAM – FULL WIDTH HEADER
================================ */

.dp-inner-header.team-header {
  position: relative;
  width: 100vw;          /* FULL SCREEN WIDTH */
  max-width: 100%;
  height: 360px;
  margin: 0;
  padding: 0;

  background-image: url("https://dreamplusjaipur.com/wp-content/uploads/2024/01/about-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  overflow: hidden;
}

/* Cinematic dark overlay */
.dp-inner-header.team-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      rgba(0,0,0,0.85) 0%,
      rgba(0,0,0,0.55) 50%,
      rgba(0,0,0,0.85) 100%
    );
  z-index: 1;
}

/* Luxury grain texture */
.dp-inner-header.team-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  opacity: 0.15;
  z-index: 2;
}

/* Content */
.dp-inner-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1100px;
  width: 100%;
  padding: 0 24px;
}

/* Title */
.dp-inner-content h1 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 14px;
}

/* Gold divider */
.dp-inner-content h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, #b08d2f, #ffd700, #b08d2f);
}

/* Subtitle */
.dp-inner-content p {
  font-size: 19px;
  color: #e0e0e0;
  margin-top: 16px;
  line-height: 1.7;
  letter-spacing: 0.4px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .dp-inner-header.team-header {
    height: 300px;
  }

  .dp-inner-content h1 {
    font-size: 44px;
    letter-spacing: 2px;
  }
}

@media (max-width: 768px) {
  .dp-inner-header.team-header {
    height: 240px;
  }

  .dp-inner-content h1 {
    font-size: 32px;
    letter-spacing: 1.5px;
  }

  .dp-inner-content p {
    font-size: 15px;
  }
}
/* FORCE FULL WIDTH – OUR TEAM HEADER FIX */

.team-header,
.dp-inner-header {
  width: 100vw !important;
  max-width: 100vw !important;

  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Elementor boxed section fix */
.elementor-section.team-header {
  max-width: 100% !important;
}

/* Remove inner container spacing */
.team-header .elementor-container,
.dp-inner-header .elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Background image full cover */
.team-header {
  background-size: cover !important;
  background-position: center !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b907c50 *//* ==============================
   FULL WIDTH TEAM SECTION (FIXED)
================================ */

.dp-team-section {
  width: 100vw;                       /* full screen width */
  margin-left: calc(-50vw + 50%);     /* parent container se bahar */
  background-color: #F1E9D2;
  padding: 90px 0;
  font-family: 'Playfair Display', serif;
  overflow: hidden;
}

/* CONTENT CENTER */
.dp-team-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;                    /* mobile safe padding */
}

/* HEADINGS */
.dp-team-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  color: #9c7c3b;
  text-transform: uppercase;
}

.dp-team-title {
  font-size: 38px;
  color: #2b2b2b;
  margin: 8px 0 45px;
  font-weight: 600;
}

/* CARD */
.dp-team-card {
  display: flex;
  align-items: center;
  gap: 48px;
  background: #ffffff;
  padding: 48px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* IMAGE CENTER */
.dp-team-image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-team-image img {
  width: 260px;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 4px solid #e6d7b8;
}

/* CONTENT */
.dp-team-content {
  flex: 1;
}

.dp-team-content h3 {
  font-size: 30px;
  margin-bottom: 4px;
  color: #1f1f1f;
}

.dp-team-content span {
  font-size: 15px;
  color: #9c7c3b;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.dp-team-content p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  max-width: 600px;
}

/* ==============================
   LAPTOP
================================ */
@media (max-width: 1024px) {
  .dp-team-card {
    padding: 40px;
    gap: 36px;
  }

  .dp-team-image img {
    width: 230px;
    height: 290px;
  }
}

/* ==============================
   TABLET / iPAD
================================ */
@media (max-width: 900px) {
  .dp-team-card {
    flex-direction: column;
    text-align: center;
  }

  .dp-team-content p {
    max-width: 100%;
  }
}

/* ==============================
   MOBILE
================================ */
@media (max-width: 576px) {
  .dp-team-section {
    padding: 60px 0;
  }

  .dp-team-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .dp-team-card {
    padding: 28px;
    gap: 24px;
  }

  .dp-team-image img {
    width: 190px;
    height: 240px;
  }

  .dp-team-content h3 {
    font-size: 24px;
  }

  .dp-team-content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9205638 *//* ==============================
   SALES MANAGER SECTION
================================ */

.dp-sales-manager {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: 8; /* thoda contrast */
  padding: 90px 0;
  overflow: hidden;
}

/* reverse layout for desktop */
.dp-reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 48px;
}

/* tablet & mobile fix */
@media (max-width: 900px) {
  .dp-reverse {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bac167 *//* ==============================
   DEPUTY SALES MANAGERS
================================ */

.dp-deputy-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: ;
  padding: 110px 0;
  font-family: 'Playfair Display', serif;
}

.dp-deputy-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 60px;
}

/* Heading */
.dp-deputy-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  color: #9c7c3b;
  text-transform: uppercase;
}

.dp-deputy-title {
  font-size: 42px;
  color: #2b2b2b;
  margin: 10px 0 60px;
}

/* Grid */
.dp-deputy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */
.dp-deputy-card {
  background: #ffffff;
  padding: 30px 26px 36px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.dp-deputy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 65px rgba(0,0,0,0.12);
}

/* Image */
.dp-deputy-card img {
  width: 160px;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  border: 4px solid #e6d7b8;
  margin-bottom: 20px;
}

/* Text */
.dp-deputy-card h3 {
  font-size: 22px;
  margin-bottom: 6px;
  color: #1f1f1f;
}

.dp-deputy-card span {
  font-size: 14px;
  color: #9c7c3b;
  font-weight: 600;
}

.dp-deputy-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-top: 14px;
}

/* ==============================
   TABLET
================================ */
@media (max-width: 1024px) {
  .dp-deputy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==============================
   MOBILE
================================ */
@media (max-width: 576px) {
  .dp-deputy-container {
    padding: 0 20px;
  }

  .dp-deputy-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .dp-deputy-grid {
    grid-template-columns: 1fr;
  }

  .dp-deputy-card img {
    width: 140px;
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61c2e1c *//* ==============================
   STAR SALES EXECUTIVES
================================ */

.dp-star-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: ;   /* thoda lighter tone */
  padding: 100px 0;
  font-family: 'Playfair Display', serif;
}

.dp-star-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 60px;
}

/* Heading */
.dp-star-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  color: #9c7c3b;
  text-transform: uppercase;
}

.dp-star-title {
  font-size: 40px;
  color: #2b2b2b;
  margin: 10px 0 55px;
}

/* Grid */
.dp-star-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* Card */
.dp-star-card {
  background: #ffffff;
  padding: 28px 24px 34px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 16px 36px rgba(0,0,0,0.07);
  transition: all 0.35s ease;
}

.dp-star-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(0,0,0,0.12);
}

/* Image */
.dp-star-card img {
  width: 140px;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  border: 3px solid #e6d7b8;
  margin-bottom: 18px;
}

/* Text */
.dp-star-card h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #1f1f1f;
}

.dp-star-card span {
  font-size: 13px;
  color: #9c7c3b;
  font-weight: 600;
}

.dp-star-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-top: 12px;
}

/* ==============================
   TABLET
================================ */
@media (max-width: 1024px) {
  .dp-star-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==============================
   MOBILE
================================ */
@media (max-width: 576px) {
  .dp-star-container {
    padding: 0 20px;
  }

  .dp-star-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .dp-star-grid {
    grid-template-columns: 1fr;
  }

  .dp-star-card img {
    width: 120px;
    height: 160px;
  }
}/* End custom CSS */