:root {
  --primary: #F87831;
  --primary-900: #AC3D25;
  --white: #ffffff;
}

html,
body {
  overflow-x: hidden;
}

body {
  /* background-image: url('../img/new-bg.png'); */
  background-image: url('../img/wrt-bg-home.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  font-family: 'NunitoSans-Regular', sans-serif;
  /* font-family: 'NunitoSans-Light', sans-serif; */
  font-size: 16px;
  line-height: 25px;
  color: var(--white);
}


::placeholder {
  color: #e3c9c9 !important;
  opacity: 1;
}

.btn {
  padding: 10px 12px;
  font-size: 14px;
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background: var(--primary-900);
  border-color: var(--primary-900);
}

.btn:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  background-color: var(--primary) !important;
}

.topgradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}

.site-logo img {
  width: 143px;
}

.sticky .site-logo img {
  width: 100px;
}

.navbar {
  padding: 24px 0;
}

body:not(.home-page) .navbar {
  background: url(../img/dark-texure.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

body:not(.home-page) .navbar.sticky {
  background: rgba(42, 6, 6, 0.5);
}

.navbar .nav-link {
  color: #FFFFFF !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active,
.offcanvas .nav-link:hover,
.offcanvas .nav-link.active {
  color: var(--primary) !important;
}

.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(42, 6, 6, 0.5);
  padding: 18px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.logo-container {
  display: flex;
  justify-content: center;
}

.logo-container .img-fluid {
  width: 350px;
}

.headline {
  margin: 1rem auto;
}

h1 {
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 40px;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: 1px;
}

h2 {
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 34px;
  line-height: 32px;
  color: var(--primary);
  letter-spacing: 1px;
}

h3 {
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 25px;
  line-height: 26px;
  color: var(--primary);
  letter-spacing: 1px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

.hero-title {
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 40px;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: 1px;
}

.project-title {
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 40px;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: 1px;
}

.distribution-sections .section-title,
.consultancy-title,
.coming-soon {
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 40px;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: 1px;
}

.headline h1 {
  text-align: center;
}

.description {
  text-align: center;
}

.description p {
  font-size: 16px;
  line-height: 25px;
  color: var(--white);
}

.icons-section {
  margin: 20px auto 0;
}

.footer {
  padding: 1rem 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer p {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
  height: -webkit-fill-available;
  align-items: center;
}

.social-icons {
  display: flex;
  justify-content: end;
}

.footer .social-icons .social-icon {
  margin-left: 1rem;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #290708;
  background: var(--primary);
  border-radius: 100%;
}

.footer .social-icons .social-icon:hover {
  color: #ffc966;
}

.social-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1000;
}

.social-sidebar .social-sidebar-icon img {
  width: 30px;
  height: auto;
}

/* Team Page Styles */
.site-header {
  padding: 1.5rem 0 0.5rem;
}

.header-logo img {
  max-width: 180px;
  height: auto;
}

.nav-divider-bottom {
  border-color: var(--primary);
  opacity: 0.5;
  margin: 0 0 2rem 0;
}

.nav-divider-top {
  border-color: var(--primary);
  opacity: 0.5;
  margin: 2rem 0 0 0;
}

.team-header {
  margin-bottom: 4rem;
}

.team-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.team-illustration img {
  max-width: 100%;
  height: auto;
}

/* Mission Statement Page Styles */
.mission-statement-section {
  margin-bottom: 3rem;
}

.mission-section {
  /* background: url("../img/grey-bg.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.our-mission-section {
  margin: 4rem 0;
}

.our-mission-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.our-mission-illustration img {
  max-width: 100%;
  height: auto;
}

.hero-text p.hero-highlight {
  font-size: 16px !important;
  color: var(--primary) !important;
  font-weight: bold;
}

.hero-content-and-heading {
  display: flex;
}

.hero-title {
  min-width: 95px;
  display: inline-table;
}

.hero-content {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--primary);
}

.who-we-are-section {
  background: url("../img/grey-bg.png");
  padding: 90px 0;
}

.who-we-are-block {
  text-align: center;
}

.who-we-are-section h2 {
  margin-bottom: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}

.who-we-are-section p {
  margin-bottom: 2rem;
}

.bg-pattern {
  background-image: radial-gradient(circle at center, #4a1c1c 1px, transparent 1px);
  background-size: 20px 20px;
  background-repeat: repeat;
}

.hero-section {
  padding: 3rem 2rem;
}

.hero-text p {
  line-height: 28px;
}

.illustration img {
  max-width: 100%;
  height: auto;
}

.collaboration-text {
  text-align: center;
  margin: 40px 0 0;
}

.founding-organizations-section .founding-orgs {
  transform: translate(0, 50px);
}

.founding-orgs h2 {
  margin: 72px 0 20px;
  text-align: center;
  flex: 1 1 100%;
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 40px;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: 1px;
}

.founding-orgs .icon-box-wrapper {
  flex-wrap: wrap;
  height: auto;
}

.founding-orgs .icon-box-wrapper .icon-box {
  flex: 1 1 calc((100% - 24px) / 3);
  padding-top: 0;
  justify-content: flex-start;
}

.founding-orgs .icon-box-wrapper .icon-box h3 {
  margin-bottom: 0;
}

.founding-orgs .icon-box-wrapper .icon-box p {
  color: #969696;
}

.org-card {
  background: url("../img/box-bg-01.png") no-repeat top;
  border-radius: 10px;
  padding: 60px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 475px;
  border: 1px solid #2A3E86;
}

.org-logo {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

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

.temple-logo img {
  max-width: 80%;
}

.executive-team h2 {
  color: var(--primary);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.team-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.team-position {
  height: 56px;
  margin-bottom: 16px;
  color: #d4d4d4;
  line-height: 28px;
}

.focus-section,
.approach-section {
  /* background: rgba(0, 0, 0, 0.6); */
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.focus-section h2,
.approach-section h2 {
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-family: 'Juicy Gossip', cursive;
  text-transform: uppercase;
}

.focus-list,
.approach-list,
.work-with-list {
  list-style: none;
  padding: 0;
}

.focus-list li,
.approach-list li,
.work-with-list li {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}

.focus-list li i,
.approach-list li i,
.work-with-list li i {
  color: var(--primary);
  margin-right: 1rem;
  margin-top: 0.5rem;
  font-size: 8px;
}

.service-card {
  display: flex;
  position: relative;
  padding: 0 15px;
}

.stick {
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 75px;
  background: linear-gradient(to bottom, #ff8c42, #c44e2c);
}

.stick::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 4px;
  height: 15px;
  background: linear-gradient(to right, #ff8c42, #c44e2c);
  border-radius: 2px;
}

.work-with-section {
  margin: 4rem 0;
}

.work-with-section h2 {
  color: var(--primary);
  font-size: 36px;
  margin-bottom: 2rem;
  font-family: 'Juicy Gossip', cursive;
  text-transform: uppercase;
}

.get-in-touch-section {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  border-radius: 10px;
}

.get-in-touch-section p {
  margin-bottom: 2rem;
}

.write-to-us-btn {
  font-family: 'NunitoSans-Bold';
}

/* aims-objectives-section */
.aims-objectives-section {
  padding: 80px 0;
}

.international-sales-section {
  padding-top: 30px;
}

.international-sales-section .section-list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.international-sales-section .section-list li {
  width: 23%;
}

@media (max-width: 919px) {
  .international-sales-section .section-list li {
    width: 32%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .international-sales-section .section-list li {
    width: 48%;
  }
}

.list-highlight {
  font-size: 16px !important;
  color: var(--primary) !important;
  font-weight: bold;
}

.our-team-section {
  padding-top: 30px;
}

.aims-objectives-section .section-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.aims-objectives-section .objectives-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--white);
}

.aims-objectives-section .highlight-text {
  color: #ff5722;
  font-weight: bold;
}

.aims-objectives-section .illustration img {
  width: 46%;
}

.icon-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/distribution-approach.png') no-repeat top / cover;
  height: 285px;
  border: 1px solid #2A3E86;
  border-radius: 8px;
}

@media (max-width: 1340px) {
  .icon-box-wrapper {
    height: 340px;
  }
}

.icon-box {
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-box i,
.icon-box img {
  height: 100px;
  color: #ff5722;
  margin-bottom: 20px;
}

.icon-box p {
  color: var(--white);
  font-size: 16px;
}

/* Our Project Section */
.our-project-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.projects-list-section {
  background: url('../img/projects-grey-bg.png') no-repeat center /cover;
  padding: 66px 0;
}

.projects-list-section .project-title {
  margin-bottom: 0;
}

.projects-list-section .project-subtitle {
  color: #FCFCFC;
}

.projects-list-section .project-description {
  color: #FCFCFC;
}

.projects-list-section .project-status {
  color: #FCFCFC;
}

.projects-list-section .project-status h4 {
  color: var(--primary);
}

.projects-list-section .project-details p {
  margin-bottom: 21px;
}

/* new */
.distribution-sections {
  display: flex;
  position: relative;
  padding: 65px 0 55px;
}

.common-bg-destribution {
  position: absolute;
  height: 100%;
  width: 50%;
}

.focus-background {
  background: url('../img/distribution-focus.png') center center/cover no-repeat;
  left: 0;
  top: 0;
}

.approach-background {
  background: url('../img/distribution-approach.png') center center/cover no-repeat;
  right: 0;
  top: 0;
}

.distribution-sections .distribution-approach {
  margin-left: 56px;
}

.distribution-sections .section-content {
  position: relative;
  z-index: 2;
  color: #fafafa;
}

.distribution-sections .section-title {
  margin-bottom: 24px;
}

.section-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.section-list li:before {
  content: "";
  position: absolute;
  background: url("../img/reel-bullet.png")no-repeat;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
}

/* consultancy-section */
.consultancy-section {
  background: url("../img/bg.png");
  padding: 3rem 2rem;
  border-radius: 15px;
}

@media (max-width: 575px) {
  .consultancy-section {
    background-position: 0 -1px;
  }
}

.consultancy-title {
  text-align: center;
  margin-bottom: 1rem;
}

.consultancy-description {
  text-align: center;
  margin-bottom: 3rem;
}

.consultancy-services {
  margin-top: 2rem;
}

.get-in-touch-section .focus-background {
  left: auto;
  right: 0;
}

.get-in-touch-section .approach-background {
  left: 0;
  right: auto;
}

/* new  */
.consultancy-services {
  display: flex;
}

.service-col {
  flex: 1 1 324px;
  min-width: 220px;
  max-width: 324px;
  /* margin: 0 37px; */
}

.service-card p {
  margin: 0;
}

@media (max-width: 900px) {
  .consultancy-services {
    gap: 18px;
  }

  .service-col {
    flex: 0 1 45%;
    min-width: 180px;
  }
}

@media (max-width: 600px) {
  .consultancy-services {
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
    padding: 20px 8px;
  }

  .service-col {
    min-width: 0;
    max-width: 100%;
  }
}

.founding-organizations-section {
  /* padding-bottom:50px; */
}

.team-page {
  background-size: 107%;
}

.executive-team-section h2 {
  text-align: center;
  margin-bottom: 36px;
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 40px;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: 1px;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 24px;
}

.team-member {
  max-width: 356px;
  padding: 0 18px 10px;
  flex: 1 1 280px;
  text-align: center;
}

.team-name {
  margin: 15px 0 5px
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .team-row {
    gap: 24px 18px;
  }

  .team-member {
    max-width: 90vw;
    flex: 1 1 100%;
  }

  .team-img {
    width: 140px;
    height: 140px;
    margin-bottom: 14px;
  }
}

.executive-team-section {
  background: url('../img/Team-grey-bg.png') no-repeat top /cover;
  padding: 140px 0 80px;
}

/* Contact Page Styles */
.contact-title {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.contact-description {
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* .contact-info {
    margin-top: 3rem;
} */
.info-section {
  display: flex;
}

.info-icon {
  color: var(--primary);
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  flex: 0 0 35px;
}

.info-title {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.20rem;
  font-family: 'NunitoSans-SemiBold';
  vertical-align: middle;
}

.info-content {
  color: var(--white);
  margin-top: 2px;
  font-size: 1rem;
  line-height: 1.5;
}

.form-section {
  padding: 67px 0 79px;
}

.form-section h3 {
  text-align: center;
}

.padding-right-30 {
  padding-right: 30px;
}

.form-label {
  font-weight: 500;
  margin-bottom: 0.45rem;
}

.form-section .form-control,
.form-section textarea {
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid var(--primary-900);
  min-height: 48px;
  background: #000;
  color: #e3c9c9;
}

.btn-orange {
  background-color: #ff7315;
  color: var(--white);
  border: none;
  font-weight: 500;
}

.btn-orange:hover {
  background-color: #e05900;
  color: var(--white);
}

.get-in-touch-section .focus-background {
  left: auto;
  right: 0;
}

.get-in-touch-section .approach-background {
  left: 0;
  right: auto;
}

/* new  */
.consultancy-services {
  display: flex;
}

.service-col {
  flex: 1 1 324px;
  min-width: 220px;
  max-width: 324px;
  /* margin: 0 37px; */
}

.service-card p {
  margin: 0;
}

@media (max-width: 900px) {
  .consultancy-services {
    gap: 18px;
  }

  .service-col {
    flex: 0 1 45%;
    min-width: 180px;
  }
}

@media (max-width: 600px) {
  .consultancy-services {
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
    padding: 20px 8px;
  }

  .service-col {
    min-width: 0;
    max-width: 100%;
  }
}

.founding-organizations-section {
  /* padding-bottom:50px; */
}

.executive-team-section h2 {
  text-align: center;
  margin-bottom: 36px;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 24px;
}



.team-name {
  margin: 15px 0 5px
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .team-row {
    gap: 24px 18px;
  }

  .team-member {
    max-width: 90vw;
    flex: 1 1 100%;
  }

  .team-img {
    width: 140px;
    height: 140px;
    margin-bottom: 14px;
  }
}

.contact-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.form-section {
  background-image: url(../img/distribution-focus.png);
  background-position: -102px 0;
  background-size: 100%;
}

.media-section {
  padding-top: 30px;
  padding-bottom: 45px;
}

.coming-soon-section {
  height: 220x;
}

.media-page footer {
  background: none;
}

/* responsive */
/* .navbar-collapse {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.95);
    display: flex;
} */
.menu-open {
  overflow: hidden;
}

.offcanvas {
  background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 575px) {
  .offcanvas {
    width: 100% !important;
  }
}

.offcanvas-body .navbar-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

.navbar-collapse .navbar-nav {
  display: flex;
  gap: 30px;
}

.navbar-toggler {
  margin-left: auto;
  z-index: 9999;
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:focus-within {
  box-shadow: none;
  outline: none;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar-toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2) {
  top: 0px;
}

.navbar-toggler span:nth-child(3),
.navbar-toggler span:nth-child(4) {
  top: 8px;
}

.navbar-toggler span:nth-child(5),
.navbar-toggler span:nth-child(6) {
  top: 16px;
}

.navbar-toggler.open span:nth-child(1),
.navbar-toggler.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.open span:nth-child(2),
.navbar-toggler.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.navbar-toggler.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.navbar-toggler.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler.open span:nth-child(5) {
  left: 5px;
  top: 11px;
}

.navbar-toggler.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 11px;
}

@media (max-width: 575px) {
  body {
    background-image: url('../img/mobile-home.png');
    background-size: cover;
    background-repeat: unset;
  }

  /* header */
  .site-logo img {
    width: 119px;
  }

  .navbar {
    padding: 10px 0;
    background-position: top;
    background-size: 141%;
  }

  .hero-content-and-heading {
    flex-direction: column;
  }

  .hero-title {
    width: 100%;
    padding-bottom: 20px;
    margin: 0;
    text-align: center;
  }

  .hero-content {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid var(--primary);
    padding-top: 20px;
    text-align: center;
  }

  .illustration img {
    padding: 0 10px;
  }

  .who-we-are-section {
    padding: 50px 0;
  }

  .who-we-are-section h2 {
    margin: 0;
  }

  .icon-box-wrapper {
    background: url(../img/founding-mobile-bg.png) no-repeat top / 100%;
    flex-direction: column;
    height: auto;
    background-size: cover;
    padding: 30px 0;
  }

  .aims-objectives-section {
    padding: 40px 0 0;
  }

  .our-project-section {
    padding: 40px 0;
  }

  .projects-list-section {
    background: url('../img/mobile-mask-group-3715.png');
    background-size: cover;
    background-position: bottom;
    padding: 53px 0;
  }

  .project-image img {
    margin-bottom: 20px;
  }

  .projects-list {
    text-align: center
  }

  .projects-list-section .project-title {
    margin-bottom: 10px;
  }

  .common-bg-destribution {
    height: 60%;
    width: 100%;
  }

  .approach-background {
    bottom: -28px;
    top: auto;
  }

  .distribution-sections {
    padding: 35px 0 20px;
  }

  .get-in-touch-section.distribution-sections {
    padding-bottom: 20px;
  }

  .get-in-touch-section.distribution-sections .distribution-approach {
    transform: translate(0, -7px);
  }

  .focus-distributing .section-list {
    padding-bottom: 50px;

  }

  .icon-box {
    padding: 0 20px;
  }

  .icon-box i,
  .icon-box img {
    margin-bottom: 10px;
  }

  .founding-orgs h2 {
    margin-top: 0;
  }

  .founding-orgs .icon-box-wrapper .icon-box {
    padding: 0 20px;
  }

  .team-member {
    padding: 0;
  }

  .team-img {
    width: 100%;
    height: auto;
  }

  .executive-team-section {
    padding: 88px 0 45px;
  }

  .coming-soon-section {
    height: auto;
  }

  .media-section {
    padding: 40px 0;
  }

  .contact-section {
    padding: 40px 0;
  }

  .form-section {
    padding: 40px 0;
  }

  .distribution-sections .distribution-approach {
    margin-left: 0;
    /* transform: translate(0, 32px); */
  }

  .consultancy-description {
    margin-bottom: 0;
  }

  /* footer */
  .nav-divider-top {
    margin-top: 1rem;
  }

  .footer {
    padding: 2rem 0;
    background-image: none !important;
  }

  .footer p {
    justify-content: center;
  }

  .social-icons {
    justify-content: center;
  }


}

/* Project Details Updates */
.project-details h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-family: 'NunitoSans-Bold', sans-serif;
}

.project-details p {
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--white);
}

.project-details .text-primary {
  color: var(--primary) !important;
}

.project-details .badge {
  font-size: 0.9rem;
  padding: 0.5em 0.7em;
}

/* Bidjara Kumari Media Section */
/* .bidjara-media-section {
  padding: 60px 0;
} */

.media-card {
  background: transparent;
  border: none;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.media-card-img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 190px;

}

.media-card-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 10px;
  border: 2px solid var(--primary);
}


.media-card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.media-card-title {
  font-size: 18px;
  line-height: 1.4;
  color: var(--primary);
  margin-bottom: 15px;
}

.media-card-text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 15px;
  opacity: 0.8;
}

.media-card-bottom {
  margin-top: auto;
}

.media-source {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.btn-read-more {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-read-more:hover {
  background-color: var(--primary-900);
  border-color: var(--primary-900);
  color: var(--white);
}

@media (max-width: 575px) {
  .media-card-img {
    height: 214px;
  }
}

.project-card-box {
  /* width: 283px; */
  height: 374px;
  background: #212121;
  border: 1px solid #707070;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* padding: 20px; */
  width: 100%;
}

.project-card-box img {
  width: 100%;
  height: 100%;
}

.project-card-box h3 {
  color: #707070;
  font-family: 'Juicy Gossip', 'Nunito Sans' !important;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 767.98px) {
  .project-item .project-image {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .project-card-box {
    margin-bottom: 1rem; /* space below the image box */
    height: 260px;       /* reduce height for mobile so it doesn't touch the title */
  }

  .project-card-box h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .projects-list-section .project-title {
    margin-top: 12px; /* additional gap above project title */
  }
}