
/* body {

  background-color: #000;

  color: white;

} */

.dm-banner,
.problem-section,
.dm-problem-section,
.traditional-section,
#ourLagacy,
#blog-section,
.faq-tabination-section,
#ExistingTownships  {
  background-color: #000;
  color: #fff;
}

/* Hero Section */

.dm-banner {

  position: relative;

  width: 100%;

  height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

}



.dm-banner::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  z-index: 0;

}



.background-image {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



/* Content Box */

.dm-banner-content {

  position: absolute;

  left: 0;

  right: 0;

  top: 30%;

  text-align: center;

  /* max-width: 600px; */

  z-index: 2;

}



.mainflashtitle {

  color: white;

  font-size: 54px;

  line-height: 42px !important;

}



/* Main Headline */

.subflashtitle {

  font-size: 40px;

  font-weight: normal;

  line-height: 1.2;

  margin-top: 10px;

  text-align: center;

}



.subflashtitle .Bon-Vivant-fonts {

  font-size: 40px;

}



/* CTA Button */

.cta-button {

  display: inline-block;

  margin-top: 20px !important;

  padding: 12px 20px !important;

  color: white !important;

  font-size: 16px;

  text-decoration: none;

  /* border-radius: 5px; */

  border: 1px solid #ffdc8f;

  background-color: transparent;

  font-family: "Playfair Display";
    img {
    display: inline-block;
    margin-left: 5px;
    transition: 0.5s;
    width: 15px;
  }


}

.cta-button .forward-arrow {
  max-width: 15px;
}

.trending-topics-gradient {

  width: 100%;

  padding: 15px 0;

  text-align: center;

  display: flex;

  justify-content: center;

  background: rgba(255, 255, 255, 0.1);

  /* opacity: 0.5; */

  position: absolute;

  bottom: 0;

  z-index: 1;

  backdrop-filter: blur(5px);

}

.trending-topics-gradient h2 {

  color: #fff;

  font-family: "Figtree", light;

  font-size: 16px;

  font-weight: normal;

  text-transform: capitalize;

  opacity: 0.8;

 }

/* Trending Topics Section */

.trending-topics {

  width: 100%;

  background: rgba(255, 255, 255, 0.1);

  padding: 15px 0;

  text-align: center;

  display: flex;

  justify-content: center;

}



.trending-title {

  color: #fff;

  font-family: "Figtree", light;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  text-transform: capitalize;

  opacity: 0.8;

  /* background: var(--Gold-Linear, linear-gradient(295deg, #FFE5A1 4.89%, #BF841A 50.44%, #FFCD74 95.06%));

	background-clip: text;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent; */

}



.trending-topics-list {

  list-style: none;

  display: flex;

  justify-content: center;

  gap: 25px;

  margin: 0;

}



.trending-topics-list li {

  position: relative;

  padding: 0 10px;

}



.trending-topics-list li::before {

  content: "";

  position: absolute;

  left: -13px;

  top: 5px;

  background: radial-gradient(

    62.73% 1550% at 50% 700%,

    rgba(242, 187, 90, 0.88) 0%,

    #ffe195 47.11%,

    rgba(191, 122, 0, 0.75) 62.27%,

    rgba(15, 18, 24, 0) 100%

  );

  width: 1px;

  height: 25px;

}



.trending-topics ul li a {

  color: rgba(255, 255, 255, 0.8);

  font-family: "Figtree", light;

  text-decoration: none;

  font-size: 16px;

  font-weight: normal;

}



.trending-topics ul li a:hover {

  text-decoration: underline;

}



.problem-section {

  width: 100%;

  padding: 60px 20px;

  text-align: center;

  background-color: black;
   .video-content {
        iframe{
          border: none;
        }
      }

}



.problem-section-content {

  display: flex;

  margin-top: 40px;

}



.problem-section .subtitle {

  font-size: 16px;

  font-family: "Figtree", light;

  color: #bda371 !important;

  text-align: center;

  font-weight: 600;

}



/* Section Title */

.section-title {

  width: fit-content;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 32px;

  font-weight: 400;

  font-family: "Playfair Display";

  text-align: center;

  position: relative;

  color: white;

  z-index: 4;

}



.section-title::before,

.section-title::after {

  content: "";

  background-position: right;

  background-repeat: no-repeat;

  background-size: cover;

  /* background-image: url(/wp-content/themes/dellastore/newhome/images/shadow-line-horizontal.svg) !important; */

  width: 55px;

  height: 1px;

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.section-title::before {

  left: -60px;

}



.section-title::after {

  right: -60px;

}



/* Underline below the title */

.title-underline {

  width: 110px;

  height: 4px;

  background: var(

    --Gold-Linear,

    linear-gradient(295deg, #ffe5a1 4.89%, #bf841a 50.44%, #ffcd74 95.06%)

  );

  margin: 10px auto 40px;

  border-radius: 50px;

}



/* Description */

.description {

  font-size: 16px;

  line-height: 1.4;

  color: #fff;

  max-width: 1000px;

  margin: 0 auto 30px;

  font-family: "Figtree", light;

  text-align: left;

}



/* Key Issues Title */

.key-issues-title {

  margin-bottom: 20px;

  font-size: 22px;

  font-weight: 600;

  text-align: left;

  /* background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 254.75%);

	background-clip: text;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent; */

  font-family: "Playfair Display";

}



.key-issues-title .Bon-Vivant-fonts {

  font-size: 23px;

  line-height: 24px;

  font-weight: 400;

  letter-spacing: 3px;

}



.dmdesigned .heading .Bon-Vivant-fonts {

  font-size: 22px;

  line-height: 24px;

  font-weight: 400;

  letter-spacing: 3px;

  font-family: "bon_vivant_family_scriptRg";

}



.subheading .Bon-Vivant-fonts {

  font-size: 17px;

  line-height: 24px;

  font-weight: 400;

  letter-spacing: 3px;

}



/* Key Issues List */

.key-issues-list {

  list-style: none;

  text-align: left;

  margin: 0 auto;

  padding-left: 0;

}



.key-issues-list li {

  margin-bottom: 5px;

  font-size: 16px;

  position: relative;

  /* padding-left: 10px; */

  font-family: "Figtree", light;

  font-weight: 100;

}



.key-issues-list span {

  padding-right: 10px;

}



.custom-circle {

  width: 6px;

  height: 6px;

  margin-right: 30px;

  margin-top: 10px;

  background: radial-gradient(

    circle,

    rgba(255, 255, 255, 1) 0%,

    rgba(255, 255, 255, 0) 100%

  );

  border-radius: 50%;

  position: relative;

  display: inline-block;

}



/* Outer Ring */

.custom-circle::before {

  content: "";

  position: absolute;

  top: -5px;

  left: -5px;

  width: 15px;

  height: 15px;

  border-radius: 50%;

  border: 1px solid white;

  opacity: 0.6;

}



/* Section Styling */

.dm-model-section {

  padding: 10px 0 70px;

  background-color: black;

}



/* Container to align text and image */

.dm-model-container {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 40px;

  margin-top: 20px;

}



.dm-model-section .title-underline {

  margin-bottom: 10px;

}



.dm-model-container .text-content {

  width: 100%;

  max-width: 1000px;

  margin: 0 auto;

}



.dm-model-section .text-content p {

  margin-bottom: 20px;

}



/* Text Content */

.text-content {

  width: calc(48% - 0px);

}



.subheading {

  margin-top: 15px;

  margin-bottom: 0;

  font-size: 12px;

  color: #bda371;

  text-transform: uppercase;

  letter-spacing: 1px;

  text-align: center;

  font-family: "Figtree", light;

}



.dm-model-section .description {

  margin-top: 40px;

  font-size: 16px;

  line-height: 26px;

  margin: 10px auto;

  text-align: center;

}



/* Image Content */

.image-content {

  width: calc(53% - 0px);

  margin-right: 30px;

}



.image-content img {

  width: 100%;

  height: auto;

}



/* Della Legacy slider */

.dellaLegacySlider{

  padding-bottom: 60px;

}

.dellaLegacySlider-slider-paginationAndcounter {

  width: 200px;



}  

.dellaLegacySlider .swiper-button-prev, .dellaLegacySlider  .swiper-button-next {

  top: auto;

  bottom: 0;

  background-image: none !important;

}

.dellaLegacySlider .swiper-button-prev {

  left: 30% !important;

}

.dellaLegacySlider  .swiper-button-next { 

  right: 30% !important;

}

.dellaLegacySlider .dellaLegacySlider-slider-pagination {

  top: auto !important;

  bottom: 18px !important;

  width: 30% !important;

}

.dellaLegacySlider  .swiper-button-next img, .dellaLegacySlider  .swiper-button-prev img {

  width: 20px;

}



.traditional-section {

  /* padding-bottom: 50px; */

  background-color: black;

}



.traditional-section .dm-model-container {

  margin-top: 35px;

  align-items: stretch;

}



.traditional-section .section-title {

  text-align: left;

  /* font-weight: 600; */

}



.traditional-section .subheading {

  margin: 15px 0;

  font-size: 11px;

  text-align: center;

  line-height: 18px;

}



.traditional-section .key-issues-list {

  /* display: flex;

	flex-wrap: wrap; */

  padding: 0;

}



.traditional-section .key-issues-list li {

  width: 100%;

  display: inline-flex;

  margin-right: 15px;

  margin-bottom: 10px;

  padding-left: 0;

  font-size: 12px;

  font-weight: 300;

}



.traditional-section .key-issues-list li:nth-child(2n) {

  margin-right: 0;

}



.traditional-section .key-issues-list li .innertext {

  font-weight: 600;

}



.traditional-section .key-issues-list li span {

  font-weight: 100;

  font-size: 14px;

}



.traditional-section .key-issues-list .gold {

  padding-right: 5px;

}



.traditional-section .bottomtext {

  font-size: 12px;

  text-align: left;

  font-family: "Figtree", light;

}



.traditional-section .custom-circle {

  width: 12px;

  height: 6px;

  margin-top: 8px;

  margin-right: 14px;

}



.traditional-section .text-content {

  padding: 0;

  margin: 0;

  max-width: 41%;

  text-align: left;

}



.traditional-section .cta-button,

.hospitality-section .cta-button {

  margin-top: 0;

  padding: 12px 30px;

  text-align: center;

  border: 1px solid #bda371;

  color: white;

  border-radius: 0;

  font-size: 16px !important;

  font-weight: 400;

  font-family: "Playfair Display";

}



.traditional-section.dmdesigned .text-content {

  max-width: 41%;

}



.traditional-section.dmdesigned .subheading {

  margin-top: 20px;

  text-align: left;

  color: #fff;

  font-size: 9px;

  font-weight: bold;

}



.traditional-section.dmdesigned .image-content {

  width: calc(59% - 0px);

  margin-right: 0;

}



.dmdesigned .heading {

  margin-bottom: 10px;

  font-size: 16px;

  color: white;

  font-family: "Figtree", light;

  line-height: 20px;

}



.dmdesigned .subheading .Bon-Vivant-fonts {

  font-size: 10px;

}



.traditional-section.dmdesigned .key-issues-list li {

  margin-bottom: 0px;

}



.join-text {

  margin-top: 20px;

  margin-left: 33px;

}



.experiential-hospitality p {

  max-width: 900px;

  margin: 0 auto 50px;

}



.quoteblock {

  display: flex;

  align-items: flex-start;

}



.number {

  padding-right: 8px;

  font-family: "Playfair Display", serif !important;

}



/* .section-title {

font-size: 24px;

text-align: center;

margin-bottom: 40px;

position: relative;

} */



/* .section-title::before,

.section-title::after {

content: "";

display: block;

width: 80px;

height: 2px;

background-color: #c79a52;

margin: 10px auto;

} */



/* Cards Container */



.cddmo-section {

  padding: 90px 0 0px;

  background-color: black;

}



.cddmo-section .cards-container {

  display: flex;

  gap: 30px;

  max-width: 1200px;

  padding: 20px;

  flex-wrap: wrap;

  justify-content: center;

  margin: 30px auto;

}



/* Individual Card */

.cddmo-section .card {

  width: calc(30% - 0px);

  margin-bottom: 30px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  background-color: #000;

  border: 1px solid #d4d2e3;

  padding: 35px 20px;

  text-align: center;

  border-radius: 0;

  transition: transform 0.3s ease, border 0.3s ease;

}



.cddmo-section .card.swiper-slide {

  height: auto;

  margin-right: 30px;

}



.cddmo-section .swiper-wrapper {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}



.cddmo-section .card:hover {

  transform: translateY(-5px);

  border: 1px solid #bda371;

}



/* Headings */

.cddmo-section .card h3 {

  font-size: 20px;

  font-weight: 600;

  color: #bda371;

  font-family: "Figtree", light;

  margin-bottom: 10px;

}



/* Subtitles */

.cddmo-section .subtitle {

  font-size: 14px;

  font-weight: bold;

  margin-bottom: 10px;

}



/* Paragraph */

.cddmo-section .card p {

  font-size: 14px;

  line-height: 1.6;

  color: rgba(255, 255, 255, 0.8);

  font-family: "Figtree", light;

}



/* Read More Button */

.cddmo-section .read-more {

  display: inline-block;

  margin-top: 10px;

  font-size: 16px;

  font-weight: 600;

  color: #bda371;

  font-family: "Figtree", light;

  transition: color 0.3s ease;

}



.cddmo-section .read-more:hover {

  color: #f5d7a4;

}



.hospitality-section {

  padding: 80px 0;

  background-color: black;

}



.hospitality-section .content {

  margin-top: 40px;

  display: flex;

  align-items: center;

  gap: 40px;

  max-width: 1000px;

  margin: 50px auto;

}



.hospitality-section .image-container {

  flex: 1;

  max-width: 240px;

}



.hospitality-section .image-container img {

  width: 100%;

}



.text-container {

  flex: 2;

}



.text-container p {

  margin: 0;

  font-size: 14px;

  font-family: "Figtree", light;

  line-height: 20px;

  color: white;

}



blockquote {

  font-style: italic;

  font-size: 18px;

  color: #bda371;

  margin: 15px 0;

  padding-left: 15px;

  font-family: "Figtree", light;

}



.text-container blockquote p {

  color: #bda371;

  font-style: normal;

}



.text-container .q1 img {

  width: 35px;

}

#ExistingTownships blockquote img {

  width: 55px !important;

}



cite {

  display: block;

  font-size: 14px;

  margin-top: 5px;

  color: #bda371;

  font-family: "Figtree", light;

  font-style: normal;

}



#ExistingTownships .TownClients {

  display: none;

}



.traditional-section.community .section-title {

  font-size: 28px;

}



.traditional-section.community .subtitle {

  font-size: 16px;

  font-family: "Figtree", light;

  color: #bda371 !important;

  text-align: center;

  font-weight: 600;

}



.traditional-section.community .subheading {

  font-size: 14px;

  font-family: "Figtree", light;

  color: #bda371 !important;

  text-align: center;

  margin-top: 15px;

}



.traditional-section.community .subpara {

  margin-top: 6px;

  font-size: 14px;

  font-family: "Figtree", light;

  color: white !important;

  text-align: left;

  display: block;

}



.traditional-section.community .dm-model-container .image-content {

  width: calc(57% - 0px);

  margin-right: 0;

  gap: 0;

}



.traditional-section.community .key-issues-list li {

  margin-bottom: 5px;

}



.traditional-section.community .key-issues-list li span {

  line-height: 16px;

}



/* span.gold {

	font-family: "Playfair Display";

} */



.traditional-section.partner {

  padding-bottom: 80px;

}



.traditional-section.partner .dm-model-container {

  align-items: center;

}



.traditional-section.partner .section-title {

  font-size: 28px;

}



.traditional-section.partner .text-content {

  max-width: 35%;

}



.dmrisevalue {

  background-color: black;

  padding-bottom: 80px;

}



.dmrisevalue .image-content {

  width: calc(54% - 0px);

  margin-right: 0;

}



.dmrisevalue .text-content {

  width: calc(40% - 0px);

  padding: 0;

}



.dmrisevalue .text-content li {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.dmrisevalue .text-content li p {

  font-size: 14px;

  font-family: "Figtree", light;

  color: white;

  line-height: 20px;

  font-weight: 400;

  position: relative;

  padding-left: 40px;

}



.dmrisevalue .text-content li p::after {

  content: "";

  position: absolute;

  top: 40%;

  height: 20px;

  width: 1px;

  left: 0;

  border-left: 1px solid white;

}



.dmrisevalue .text-content li figure {

  margin-right: 58px;

}



.dlcgroup {

  padding: 70px 0;

  background-color: #000;

}



.dlcgroup img {

  width: 100%;

}



.dlcgroup figure {

  margin-top: 50px;

}



.dlcgroup .heading {

  margin-top: 40px;

  font-size: 16px;

  color: white;

  font-family: "Figtree", light;

  line-height: 30px;

  text-align: center;

}



/* Blog Container */



.blog-section {

  background-color: white;

  position: relative;

}



.blog-section::after {

  content: "";

  position: absolute;

  top: 0;

  width: 100%;

  height: 185px;

  background-color: black;

  z-index: 0;

}



.blog-container {

  display: flex;

  justify-content: center;

  gap: 20px;

  padding: 20px;

  max-width: 1200px;

  margin: 0 auto;

  position: relative;

  z-index: 5;

}



/* Blog Card */

.blog-card {

  margin-right: 20px;

  color: black;

  max-width: 280px;

  overflow: hidden;

  transition: transform 0.3s ease-in-out;

}



.blog-card:hover {

  transform: scale(1.05);

}



.blog-card img {

  width: 100%;

  height: auto;

  display: block;

}



.blog-content {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.blog-date {

  margin-bottom: 0;

  font-size: 14px;

  color: #000;

  font-family: "Figtree", light;

}



.blog-title {

  font-size: 14px;

  font-weight: 400;

  margin: 5px 0;

  font-family: "Figtree", light;

  letter-spacing: 1.5px;

  min-height: 45px;

}



.read-more {

  display: inline-block;

  margin-top: 5px;

  color: black;

  text-decoration: none;

  font-size: 13px;

  font-weight: 400;

  font-family: "Figtree", light;

  letter-spacing: 1.1px;

  transition: color 0.3s ease;

}



.read-more:hover {

  color: #a37f3f;

}



#ourLagacy {

  padding-top: 0 !important;

  padding-bottom: 0;

}



#ourLagacy .Legacyleft {

  padding-right: 100px !important;

}



#ourLagacy .Legacyleft p {

  line-height: 26px;

}



#ourLagacy .townshipTitle {

  font-size: 40px;

}



#ourLagacy .row {

  justify-content: space-between;

}



#ourLagacy .text-content {

  width: calc(45% - 0px);

  padding: 0;

  margin-top: 50px;

  padding: 0 50px;

}



#ourLagacy .text-content li {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

#ourLagacy .text-content li a {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



#ourLagacy .text-content li p {

  font-size: 14px;

  font-family: "Figtree", light;

  color: white;

  line-height: 20px;

  font-weight: 400;

  position: relative;

  padding-left: 40px;

}



#ourLagacy .text-content li p::after {

  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  height: 24px;

  width: 1px;

  left: 18px;

  border-left: 2px solid white;

}



/* township broken issue section */

.township-broken-section {

  background: url(/wp-content/themes/dellastore/newhome/images/township-broken-bg.jpg) no-repeat center center;

  background-size: cover;

  position: relative;

  padding: 50px 0;



}

.key-issues-list {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  margin-top: 30px;



}

.key-issues-icon {

  max-width: 60px;

  max-height: 60px;

}

.key-issues-icon img{

  max-width: 100%;

  height: auto;

}

.key-issues-content {

  display: flex;

  flex-direction: column

}

.key-issues-content h5{

  color: #bda371;

  font-size: 20px;

  font-family: "Figtree", light;

}

.key-issues-content p{

  color: #fff;

  font-size: 16px;

  font-family: "Figtree", light;

}









.dmrisevalue .text-content li figure {

  margin-right: 58px;

}



.certificateSlider .swiper-button-next img,

.certificateSlider .swiper-button-prev img {

  width: 22px;

}







.certificateSlider img {

  width: 100%;

}

.text-content .republic-logo {

  max-width: 110px;

  margin-right: 42px;

}



.certificateSlider .swiper-button-prev,

.certificateSlider .swiper-button-next {

  top: auto;

  bottom: 25%;

  background-image: unset !important;

}

.certificateSlider .center-pagination {

  bottom: 32% !important;

}



.pagination-counter {

  position: absolute;

  bottom: 15%;

  left: 0;

  right: 0;

  text-align: center;

  margin: 0 auto;

  color: white;

  font-family: "Playfair Display", serif;

  font-size: 18px;

}



.pagination-counter .count {

  margin-left: -25px;

  bottom: 8px !important;

}



.certificateSlider .swiper-wrapper {

  padding-bottom: 150px !important;

}



.awardpara {

  display: none;

}



.center-pagination {

  top: inherit;

  width: 80% !important;

  left: 0 !important;

  right: 0 !important;

  bottom: 30% !important;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  transform: translate(0px, 0px);

  margin: auto;

  background-color: #fff3;

}



.center-pagination .swiper-pagination-bullet {

  border-radius: 0;

  margin: 0;

  -webkit-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  -webkit-transition: all 0.35s ease;

  -o-transition: all 0.35s ease;

  transition: all 0.35s ease;

  height: 3px;

  margin: 0 !important;

}



.center-pagination .swiper-pagination-bullet-active {

  background-color: white !important;

}



.para2 {

  color: white;

  font-family: "Playfair Display", serif;

  font-size: 16px;

  line-height: 28px;

  opacity: 1 !important;

}



.swiper-button-next {

  right: 0;

}



.blog-container .swiper-button-prev {

  left: 0;

}



.swiper-button-prev {

  left: 0;

}



.blog-container .swiper-button-next,

.cddmo-section .swiper-button-next,

.cddmo-section .swiper-button-prev,

.blog-container .swiper-button-prev {

  display: none;

}



ul,

li {

  list-style: none;

}

.problem-section-content .text-container p {

  text-align: left;

  margin-bottom: 7px;

}

.dm-model-gallery-content {

  margin-top: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

}

.dm-model-gallery-list {

  display: flex;

  gap: 20px;

  padding: 0;

  overflow: unset !important;

}

.dm-model-gallery-list .swiper-wrapper{

  align-items: center;  

  justify-content: center;

}

.dm-model-gallery-list .dm-model-gallery-list-item {

  position: relative;

  border: 1px solid #bda371;

  border-radius: 5px;

  background-size: cover;

  width: 25% !important;

  background-repeat: no-repeat;

  padding: 65px 0;

  overflow: hidden;

  background-position: center;

  height: 100% !important;

  min-height: 236px;

  margin-right: 20px;

}



.dm-model-gallery-content .swiper-button-next,

.dm-model-gallery-content .swiper-button-prev {

  display: none;

}



.dm-model-box {

  width: 100%;

  height: 100%;

}

.dm-model-gallery-list .dm-model-gallery-list-item:hover .dm-model-list-para {

  opacity: 1;

  visibility: visible;

  opacity: 1;

  transform: translateY(50px);

}

.dm-model-gallery-list .dm-model-gallery-list-item:hover .dm-model-list-title {

  transform: translateY(-60px);

}

.dm-model-overlay-content {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);

  display: flex;

  justify-content: center;

  align-items: center;



  /* opacity: 0;

	visibility: hidden; */

}

.dm-model-list-title {

  color: #bda371;

  font-size: 18px;

  font-family: "Figtree", sans-serif;

  line-height: normal;

  text-align: center;

  /* position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%); */

  width: 100%;

  padding: 0 12px;

  transition: transform 0.4s ease;

}

.dm-model-list-para {

  padding: 0 5px;

  color: rgba(255, 255, 255, 0.7);

  font-size: 14px;

  font-family: "Figtree", sans-serif !important;

  line-height: 22px;

  text-align: center;

  opacity: 0;

  visibility: hidden;

  transform: translateY(150px);

  transition: opacity 0.4s ease, transform 0.4s ease;

}



.dm-problem-section {

  background-color: #000;

  /* background-image: url("/wp-content/themes/dellastore/newhome/images/dmservices/problem-secionbackground.webp"); */

  /* background-image: url("/wp-content/themes/dellastore/newhome/images/dmservices/township-broken-bg.jpg");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center; */

  color: #fff;

  position: relative;

  padding: 40px 20px 80px;

}

/* .dm-problem-section::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);

  z-index: 0;

} */



.dm-problem-section .subtitle {

  font-size: 18px;

  color: #bda371;

  line-height: 20px;

  font-family: "Figtree", sans-serif !important;

}



.dm-problem-container {

  max-width: 1200px;

  margin: 0 auto;

  text-align: center;

  position: relative;

  z-index: 1;

}



.dm-problem-container h2 {

  margin-bottom: 30px;

  font-size: 30px;

  font-weight: normal;

  font-family: "Playfair Display", serif;

  padding-bottom: 8px;

}



.dm-problem-container h2 span {

  padding: 0 5px;

}



.dm-problem-container h4 {

  margin: 30px 0;

  font-size: 20px;

  color: #bda371;

  line-height: 20px;

  font-family: "Figtree", sans-serif !important;

}



.dm-problem-intro {

  /* max-width: 900px; */

  /* margin: 0 auto 40px; */

  font-size: 16px;

  font-family: "Figtree", sans-serif !important;

  line-height: 1.7;

  color: #fff;

}



.dm-problem-grid {

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

  justify-content: center;

  margin-top: 40px;

  counter-reset: problem-counter;

  max-width: 900px;

    margin: 0 auto;

}



.dm-problem-box {

  padding: 0 0 20px;

  border-radius: 10px;

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

}



/* .dm-problem-box img {

  width: 40px;

  height: auto;

  margin-bottom: 15px;

} */

.dm-problem-box p::before {

  counter-increment: problem-counter; 

  content: counter(problem-counter) ". ";

  /* margin-right: 5px; */

  font-family: 'Playfair Display', serif;

  color: #bda371;

  font-size: 22px;

}

/* .dm-problem-box .highlighted-sentence {

  font-size: 20px;

} */



.dm-problem-box p {

  font-size: 16px;

  line-height: normal;

  color: #fff;

  font-family: "Figtree", sans-serif !important;

  margin: 0;

  text-align: left;

}





.dm-partner-cta {

  margin-top: 40px;

}



.partner-btn {

  background-color: transparent;

  color: #fff;

  border: 1px solid #bda371;

  padding: 12px 24px;

  font-size: 14px;

  border-radius: 2px;

  text-decoration: none;

  transition: 0.3s;

}



.traditional-section .image-content {

  max-width: 57%;

  margin-right: 0;

  width: calc(55% - 0px);

}



.info-grid {

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

  /* max-width: 1200px; */

  margin: 0 auto;

  flex-basis: 50%;

}



.info-box {

  width: calc(47% - 0px);

  /* margin-bottom: 5px; */

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  border: 1px solid #bda371;

  padding: 20px 10px;

  text-align: center;

  border-radius: 4px;

  /* background-color: #111; */

  /* transition: all 0.5s ease; */

  min-height: 175px;

}



.info-box h6 {

  font-size: 20px;

  color: #fff;

  font-family: "Figtree", sans-serif !important;

  text-align: center;

  line-height: normal;

}

.info-box .info-text {

  font-size: 14px;

  line-height: 20px;

  margin: 10px 0 0;



  max-height: 0;

  overflow: hidden;

  opacity: 0;

  transform: translateY(20px);

  transition: all 1s ease;

}



.info-box:hover {

  padding: 10px;

}

.info-box:hover .info-text {

  max-height: 100px;

  opacity: 1;

  transform: translateY(0);

}



.icon {

  width: 60px;

  margin-bottom: 10px;

  transition: all 0.5s ease;

}

.info-box:hover .icon{

  width: 40px;

}



/* .poweringbrands .dm-model-list-title {

  transform: translateY(-80px);

} */



.poweringbrands {

  overflow-x: hidden;

}



.poweringbrands .dm-model-gallery-list .dm-model-gallery-list-item {

  padding: 90px 0;

  width: calc(33% - 0px) !important;

  margin-right: 20px;

}



/* .poweringbrands .dm-model-list-para {

  transform: translateY(80px);

} */



.poweringbrands .dm-model-gallery-content {

  max-width: 1240px;

  margin: 0 auto;

}



.poweringbrands .paragraph {

  max-width: 1000px;

  margin: 0 auto 40px;

}



.poweringbrands .dm-model-list-para {

  padding: 0 20px;

  line-height: 24px;

}



/* new project hover effect */





.categorysection #categories .cards .hoverText {

  font-family: 'Playfair Display', serif !important;

  font-weight: 400;

  font-size: 40px;

  display: none;

  opacity: 0;

  transition: all 1s ease;



}



.categorysection #categories .cards:hover .hoverText {

  display: contents;

  opacity: 1;

}



/* Category Section  */



.categorysection #categories .card2 .cards_bkg {

  left: -100%;

  background-size: 100%;

}



.categorysection #categories .card3 .cards_bkg {

  left: -200%;

  background-size: 100%;

}





.homecategoriesimages {

  display: none;

}



.categorysection {

  position: relative;

  /* padding-top: 80px; */

}



.categorysection .makeDiffrence {



  color: #bda371;

  text-transform: uppercase;

  font-weight: 300;

  font-family: 'Figtree', sans-serif;

  letter-spacing: 5px;

  text-align: center;

  margin-bottom: 30px;

  font-size: 16px;

}



.categorysection #categories {

  width: 100%;

  position: relative;

  z-index: 2;

  height: 50vh;

  display: flex;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  /* gap: 20px; */

}



.categorysection #categories .cards {

  cursor: pointer;

  display: inline-block;

  height: 100%;

  position: relative;

  overflow: hidden;

  backface-visibility: hidden;

  transition: opacity 0.3s ease-in-out;

  background-size: 100%;

  background-repeat: no-repeat;

  width: 100%;

  transition: all ease-in-out;

}



.categorysection #categories .cards::after {

  background-color: rgba(0, 0, 0, 0.4);

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}







.categorysection #categories .cards_bkg {

  position: relative;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100%;

  background-size: 100%;

  background-position: center;

  background-repeat: no-repeat;

  transition: opacity 0.3s ease-in-out;

}

.categorysection #categories .card3 .cards_bkg {

  background-size: contain;

}

.categorysection .cards .cards_content {

  position: absolute;

  top: 50%;

  left: 50%;

  color: white;

  text-align: center;

  width: 100%;

  opacity: 1;

  transition: all 0.7s ease-in-out;

  z-index: 20;

  transform: translate(-50%, -50%);

}

.categorysection #categories .cards:hover .cards_content{

  top: auto;

  bottom: 10%;

  transform: translateY(-50%, -10%);

}

.categorysection #categories .cards:hover .cards_content_desc{

  display: flex;

}



.cards_content_title {

  font-family: "Figtree", sans-serif;

  font-weight: 700;

  color: #bda371;

  font-size: 24px;

  margin-bottom: 15px;



}

.cards_content_desc {

  line-height: 1.5;

  margin-bottom: 0 !important;

  display:none;

  width: 80%;

  margin: 0 auto;



}















.gallery-container .row > * {

  padding-left: 0;

  padding-right: 0;

}



.gallery-container-mobile {

  display: none;

}



.faq-accordion-list {

  padding: 0;

  list-style: none;

  /* border: 1px solid #bda371; */

  max-width: 1050px;

  margin: 40px auto 0;

  /* padding: 20px; */

}



.faq-accordion-list .faq-accordion-item {

  border-top: 1px solid #bda371;

  padding: 15px 0 10px;

}



.faq-accordion-list .faq-accordion-item:first-child {

  border-top: 0;

}



.faq-accordion-list .faq-accordion-item:last-child {

  border-top: 1px solid #bda371;

}



.faq-accordion-list .faq-accordion-item .title {

  margin-bottom: 10px;

  position: relative;

  display: flex;

  color: white;

  font-size: 16px;

  font-family: "Figtree", light;

  line-height: 24px;

  cursor: pointer;

}



.faq-accordion-list .faq-accordion-item .title span {

  padding-right: 10px;

}



.faq-accordion-list .faq-accordion-item .title::after {

  content: "+";

  color: #fff;

  font-size: 18px;

  position: absolute;

  right: 0;

  top: 0;

  display: flex;

  align-items: center;

}



.faq-tabination-section {

  padding: 100px 0 30px;

}



.faq-tabination-section .heading {

  margin: 40px 0;

  text-align: center;

  color: #fff;

  font-size: 35px;

  font-family: "Playfair Display", serif;

}



.faq-accordion-list .faq-accordion-item.active .title::after {

  content: "-";

}



.faq-accordion-list .faq-accordion-item .para {

  color: white;

  font-size: 14px;

  font-family: "Figtree", light;

  padding-bottom: 20px;

  padding-left: 20px;

  display: none;

}

.projectTitle-dm {

  font-size: 22px !important;

  font-family: "Playfair Display", serif !important;

} 




.cddmo-model-swiper {
  .swiper-button-next, 
  .swiper-button-prev {
    top:50%;
  }
}
.readmore-cta-btn {
  img {
    display: inline-block;
  }
}

.dm-dervice-cddmo-model {
  overflow: hidden;
}


/* Responsive Design */

@media (max-width: 768px) {





  .projectTitle-dm {

    font-size: 18px !important;

    font-family: "Playfair Display", serif !important;

  }

 

  .poweringbrands .dm-model-gallery-list .dm-model-gallery-list-item {

    width: 100% !important;

    padding: 0;

  }



  .poweringbrands

    .dm-model-gallery-list

    .dm-model-gallery-list-item

    .dm-model-list-title {

    transform: translateY(-70px);

  }

.poweringbrands .paragraph {

  font-size: 14px;

  margin: 0 auto 10px;

}

  .poweringbrands .dm-model-gallery-content .center-pagination {

    bottom: 12% !important;

  }

  .pagination-counter .count, .pagination-counter .total {

    font-size: 16px;

  }

  .dm-model-gallery-list {

    overflow: hidden !important;

  }



  .dm-model-gallery-content .swiper-button-next,

  .dm-model-gallery-content .swiper-button-prev {

    display: block;

    bottom: 4%;

  }



  .dm-model-gallery-list .dm-model-gallery-list-item {

    width: 100% !important;

    margin: 0 !important;

  }



  .dm-model-gallery-content .center-pagination {

    bottom: 12% !important;

    width: 75% !important;

  }



  .dm-model-gallery-content .pagination-counter {

    bottom: 0;

  }



  

  .dm-model-section {

    padding-bottom: 40px;

  }





  .dm-model-list-para {

    opacity: 1;

    visibility: visible;

    transform: translateY(40px);

    line-height: 20px;

  }



  .dm-model-list-title {

    transform: translateY(-40px);

  }



  .dm-model-gallery-content .swiper-wrapper {

    padding-bottom: 50px;

  }



  .traditional-section .text-content {

    order: 2;

    margin-bottom: 0;

  }

  .powering-townships-section .paragraph {

    font-size: 14px;

  }



  .info-grid {

    gap: 10px;

  }

  .cta-button {

    font-size: 14px;

    font-weight: normal;

    padding: 8px 15px !important;

  }

  .dm-problem-grid {

    flex-direction: column;

  }

  .dm-problem-intro {

    font-size: 14px;

  }

  .dm-problem-box {

    width: 100%;

    /* padding: 20px 10px; */

  }

  /* .dm-problem-box h5 {

    font-size: 20px;

  } */

  .dm-problem-box p {

    font-size: 14px;

  }

  /* .dm-problem-box img {

    width: 40px;

  } */

  /* .dm-problem-box .highlighted-sentence {

    font-size: 16px;

  } */

  .swiper-button-next,

  .swiper-button-prev {

    background-image: none !important;

    top: auto !important;

  }



  .video-overlay {

    margin-top: 100px;

  }

  

  .trending-topics-gradient {

    padding: 10px 0;

  }

  .trending-topics-gradient h2 {

    font-size: 14px;

  }

  #ourLagacy .text-content li p::after {

    left: -18px;

  }



  #ourLagacy .text-content li figure {

    width: 40%;

  }



  #ourLagacy .text-content li p {

    padding-left: 0;

    width: 51%;

    font-size: 12px;

  }



  #ourLagacy .text-content img {

    width: 100%;

  }



  #ourLagacy .text-content {

    padding: 0;

  }



  .dm-banner-content {

    padding: 0 10px;

    text-align: left;

  }



  /* .cta-button {

    margin-top: 0 !important;

  } */



  .mainflashtitle {

    color: white;

    font-size: 24px;

    /* text-align: left; */

    line-height: 1.4;

  }



  .subflashtitle .Bon-Vivant-fonts {

    font-size: 20px;

    line-height: 20px;

    margin-top: 0;

  }

  .subflashtitle {

    /* white-space: nowrap; */

    margin-top: 12px;

    line-height: 0;

    text-align: center;

  }



  .gallery-container-mobile {

    display: block;

  }



  .gallery-container-desktop {

    display: none;


    
  }


  .gallery-main {

    display: none;

  }




  



  #TownshipProjectDevelopment .readmore {

    margin: 0 !important;

  }









  .cddmo-section .swiper-wrapper,

  .blog-section .swiper-wrapper {

    flex-wrap: unset;

    justify-content: unset;

    padding-bottom: 140px;

  }



  .cddmo-section .cards-container {

    padding: 0 20px;

    margin-top: 30px;

  }



  .problem-section {
    padding: 30px 0 0;
     
  }



  .common-container {

    padding: 0;

  }



  .key-issues-title,

  .traditional-section .section-title {

    text-align: center;

  }



  .key-issues-list li {

    display: inline-flex;

    margin-bottom: 10px !important;

  }



  .dmrisevalue .text-content li p::after {

    top: 25%;

    height: 30px;

    width: 1px;

    left: 18px;

  }



  .key-issues-list span {

    padding-right: 10px;

  }



  .hospitality-section .image-container {

    max-width: 100%;

  }



  .section-title {

    font-size: 20px !important;

    padding: 0 10px;

    text-align: center;

  }



  .section-title::before {

    left: -11px;

  }



  .section-title::after {

    right: -17px;

  }



  .section-title::before,

  .section-title::after {

    position: absolute;

    width: 40px;

    display: none;

  }



  .q1 {

    margin-bottom: 15px;

  }



  .headline {

    font-size: 34px;

  }



  .problem-section-content,

  .dm-model-container,

  .cards-container,

  .hospitality-section .content {

    flex-direction: column;

  }



  .dmrisevalue .text-content li figure {

    margin-right: 0;

  }



  .cddmo-section .card {

    width: 100%;

  }



  .traditional-section.partner {

    padding-bottom: 0;

    padding-top: 50px;

  }



  .dmrisevalue {

    padding: 60px 0;

  }



  .hospitality-section .text-container .q1 img {

    width: 30px;

  }



  /* .dmrisevalue .text-content li p::after {

		content: none;

	} */



  .hospitality-section .text-container blockquote p,

  .hospitality-section cite {

    text-align: center;

  }



  .image-content,

  .text-content {

    width: 100% !important;

    max-width: 100% !important;

    margin-top: 10px !important;

    margin-right: 0;

    margin-bottom: 30px;

  }

  .traditional-section .image-content {

    margin-bottom: 0;

  }



  /* .image-content #videoFrame{

    min-height: 300px;

  } */

  .problem-section-content {

    margin: 0 !important;

  }

  .problem-section-content .video-content {

     margin: 0 !important;

  }



  .video-content {

    position: relative;

    width: 100%;

    padding-bottom: 56.25%; /* 16:9 ratio (9 / 16 = 0.5625) */

    height: 0;

    overflow: hidden;

  }

  

  .video-content iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: 0;

  }



  .trending-topics {

    overflow-x: auto;

    padding-left: 10px;

    scrollbar-width: none;

    align-items: center;

    justify-content: unset;

  }



  .trending-title {

    font-size: 14px;

    line-height: 1.5;

  }



  .trending-topics-list {

    gap: 0;

  }



  .trending-topics ul li a {

    font-size: 12px;

    line-height: 16px;

    white-space: nowrap;

  }



  .trending-topics-list li {

    line-height: 20px;

    padding: 0;

    margin-right: 20px;

  }



  .trending-topics-list li::before {

    width: 2px;

    height: 20px;



    left: -13px;

    top: 3px;

  }

  .traditional-section {

    padding-bottom: 0;

  }

  .traditional-section .dm-model-container {

    margin-top: 30px;

  }

  .info-box .info-text {

    max-height: 100px;

    opacity: 1;

    transform: translateY(0);



  }



  .info-box {

    padding: 10px 5px;

  }

  .info-box .icon {

    width: 40px;

  }

  .info-box h6 {

    font-size: 16px;

  }

  .blog-container {

    flex-direction: column;

    align-items: center;

  }



  .blog-card {

    max-width: 90%;

  }



  .blog-section {

    padding-top: 80px;

  }



  .text-content .republic-logo { 

    

  }

  .certificateSlider .swiper-wrapper {

    padding-bottom: 100px !important;

  }



  .certificateSlider .swiper-button-prev,

  .certificateSlider .swiper-button-next {

    top: auto;

    bottom: 9%;

  }







  .certificateSlider .center-pagination {

    bottom: 18% !important;

    left: 0 !important;

    width: 70% !important;

  }



  .certificateSlider .pagination-counter {

    bottom: 0%;

  }



  .hospitality-section,

  .cddmo-section {

    padding-bottom: 5px;

  }



  #ourLagacy {

    padding: 0 !important;

  }



  #ourLagacy .Legacyleft {

    padding-right: 0 !important;

  }



  #ourLagacy .townshipTitle {

    text-align: left !important;

    padding-left: 10px;

    font-size: 22px !important;

  }



  .swiper-button-next,

  .swiper-button-prev {

    z-index: 100;

    bottom: 17%;

    top: auto;

    display: block !important;

  }



  .blog-container .swiper-button-next,

  .cddmo-section .swiper-button-next,

  .cddmo-section .swiper-button-prev,

  .blog-container .swiper-button-prev {

    display: block !important;

  }



  .swiper-button-next {

    right: 5px;

  }



  .swiper-button-prev {

    left: 5px;

    right: auto;

  }



  .center-pagination {

    bottom: 22% !important;

  }



  .blog-section .center-pagination .swiper-pagination-bullet-active {

    background-color: black !important;

  }



  .blog-section .pagination-counter {

    color: black;

  }



  /* .blog-section .center-pagination {



	} */



  /* .swiper-button-next img,

  .swiper-button-prev img {

    width: 20px !important;

  } */

  .dm-model-gallery-list {

    flex-direction: column;

  }

  .dm-banner {

    height: 80vh;

  }




.gallery-slider-mobile {

  padding-bottom: 70px;

}



  /* .poweringbrands .dm-model-gallery-list  {

    width: 100%;

  } */



  .dm-model-gallery-list .dm-model-gallery-list-item:hover .dm-model-list-title {

    transform: none;

  }

  .dm-model-gallery-list .dm-model-gallery-list-item:hover .dm-model-list-para {

    transform: none;

  }

  .township-form .projectTitle {

    font-size: 18px;

  }



.gallery-slider-mobile-pagination {

  bottom: 34px !important;

  justify-content: center;

}

.gallery-slider-mobile-slider-counter {

  bottom: 0 !important;

}

.faq-accordion-list .faq-accordion-item .title {

  padding-right: 10px;

}



.dm-problem-section {

  padding-bottom: 50px;

}

.townshipFormNew {

  padding: 0 !important;

}



}



 .swiper-button-next::after,
 .swiper-button-prev::after {
  content: none;
  display: none;
}
