body {
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo-panel {
    display: inline-flex;
}
.logo-panel img {
    max-width: 90px;
    display: flex;
}
.iconic-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #000000;
}
.videosection-wrap {
    display: flex;
    flex-wrap: wrap;
  align-items: stretch; 
}
.videosection {
    overflow: hidden;
    flex: 1;
}
.videosection .video-old {
    width: 100%;
    height: 100%;
    display: flex;
}
.videosection video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.new-we-are-mad {
    background-color: #1C1C1C;
    padding: 40px 0 30px;
    flex: .5;
    .section-title {
        font-size: clamp(20px, calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1920 - 767))), 40px);
        line-height: clamp(20px, calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1920 - 767))), 40px);
    }
}
.content-wrapper {
    text-align: center;
}
.section-title {
    font-family: "bon_vivant_family_scriptRg";
    color: #bda371;
    font-size: 40px;
    line-height: normal;
}
.section-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: "Figtree", sans-serif;
}
.section-para {
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
}
.logininputfields, select {
    border: 0;
    background: #1C1C1C;
    border-bottom: 1px solid #707070AA;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, .8);
    outline: none;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    padding: 0;
    display: flex;
    height: 38px;
    align-items: center;
}
.err, .form-error {
    color:#dc3545;
    font-size: 12px;
}
.logininputfields::placeholder {
    color: #707070; 
}
.contactcodenumber {
    z-index: 0;
}
.contactcodenumber .logininputfields, 
.contactcodenumber select {
    padding-bottom: 0;
    color: #fff; 
}


.Bon-Vivant-fonts {
    font-size: 60px;
    line-height: 80px;
    white-space: nowrap;
}

.collaborative-design-section .build h2 {
    font-size: 28px;
    right: -10%;
}

/* .collaborative-design-section .build {
      padding: 0 17px 0 30px;
    } */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #1c1c1c inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

.section-para {
    font-size: 14px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked~label[for="iconic-quotedesign-radio"],
input[type="radio"]:checked~label[for="iconic-quoteturnkey-radio"] {
    border: 1px solid #bda371;
    color: #bda371;
}

label.active {
    border: 1px solid #bda371 !important;
    color: #bda371 !important;
}

label:hover {
    border: 1px solid #bda371 !important;
    color: #bda371 !important;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    margin-right: 20px;
    color: white;
    border: 1px solid #bda371;
    font-size: 14px !important;
    font-weight: 100;
    position: relative;
    /* padding-left: 28px; */
    padding: 8px 18px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #838383;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #838383;
    font-family: 'Figtree', sans-serif !important;
    transition: all 0.5s ease;
}

.budget-filter label:hover {
    border: none !important;
    color: #bda371 !important;
}

.budget-filter {
    display: none;
    opacity: 0;
    max-height: 0;
    transition: all 0.6s ease-in-out;
}

.budget-filter.active {
    display: block;
    max-height: 100%;
    opacity: 1;
}

.grecaptcha-badge {
    opacity: 0 !important;
}


.budget-filter .budget-label {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}
.budget-filter-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.budget-filter-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 100;
    color: rgba(255, 255, 255, .8);
}


.radio-label input {
    display: none;
}

.custom-radio {
    width: 12px;
    height: 12px;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.radio-label input:checked + .custom-radio {
    background-color: #fff;
    border-color: #fff;
}

.radio-label input:checked + .custom-radio::after {
    content: "✔";
    position: absolute;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    left: 1px;
    top: -2px;
}
/* radio above */




.getquote {
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #BDA371;
    background-color: transparent;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.getquote img {
    transition: 0.5s;
    width: 15px;
}
.getquote:hover img {
    width: 20px;
}
.about-della-section {
    background-color: #000;
    color: #fff;
    text-align: center;
}


.impact-section {
    background-color: #000;
    color: #fff;
    text-align: center;
}
.impact-section-wrapper {
    padding: 0 20px;
    width: 100%;
}
.section-title-type2{
    font-size: 32px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.section-title-type2 .bon-font{
    font-family: "bon_vivant_family_scriptRg";
    color: #bda371;
    font-size: 40px;
    line-height: normal;
}
.impact-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    padding: 0;
}
.impact-list-wrapper {
    border: 1px solid #D4AD68;
    padding: 1rem;
    position: relative;
}

.impact-list-icon {
    height: 70px;
    width: 70px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    right: -12px;
    top: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.impact-list-icon::after {
    content: "";
    position: absolute;
    right: -4px;
    top: -4px;
    height: 55px;
    width: 55px;
    background-color: #282828;
    border-radius: 100%;
}
.impact-list-icon img {
    max-width: 32px;
    max-height: 32px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 9;
}
.impact-list-content {
    display: flex;  
    flex-direction: column;
    align-items: start;
}
.impact-list-title {
  font-size: 2rem; 
  margin-bottom: .5rem; 
}
.impact-list-para {
    font-size: 14px;
    font-family: "Playfair Display", serif;
    text-align: left;
    line-height: normal;
}

 /* Conglomerate Grid Section Je ne starts here */
 




.conglomeratenew {
    position: relative;
   padding-bottom: 50px;
    background-color: #000;
    overflow: hidden;
}


#conglomerate .conglomerateRight {
    padding-top: 50px;
}
.know-more-cta .readmore-cta {
    color: white;
    border: 1px solid #bda371;
    padding: 10px 20px;
    font-size: 14px !important;
    font-weight: 100;
}
.know-more-cta .readmore-cta img {
    width: 15px;
    transition: 0.5s;
}
.know-more-cta .readmore-cta:hover img {
    width: 20px;
}

#conglomerate .conglomerateLeft {
    padding-top: 150px;
}



 /* Conglomerate Grid Section Je ne Ends here */

 /* Collaborative Design Approach styles Starts here  */


 .collaborative-design-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-left: 130px;
    padding-right: 130px;
    background-color: #000;
    color: #fff;
}

.designreadmore {
    color: #fff;
}
.collaborative-design-section .build {
    border: 1px solid #BDA371;
    border-right: none;
    padding: 0 70px 0 30px;
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.collaborative-design-section .build .top-golden-text {
    font-size: 14px;
    color: #BDA371;
    position: relative;
    top: -60px;
    text-align: left;
}
.collaborative-design-section .buildtwo .top-golden-text {
    text-align: right;
}
.collaborative-design-section .build::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 110px;
}

.collaborative-design-section .build::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 120px;
}

.collaborative-design-section .buildtwo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 110px;
}

.collaborative-design-section .buildtwo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 120px;
}

.collaborative-design-section .build {
    padding: 0 17px 0 30px;
}
.collaborative-design-section .buildtwo {
    border-right: 1px solid #BDA371;
    border-left: 0;
    padding: 20px 30px 20px 70px;
}

.collaborative-design-section .buildtwo p.selecttext {
    text-align: right;
    padding-top: 20px;
}

p.selecttext {
    margin-bottom: 0;
    position: relative;
    top: -38px;
}


.buildtwo hr {
    position: relative;
    left: calc(100% - 65px);

}

.collaborative-design-section .build hr {
    height: 0.9px !important;
    width: 65px !important;
    opacity: 0.3;
    margin-inline: 0;
    color: #BDA371;
}

.collaborative-design-section .buildtwo h2 {
    left: -5% !important;
}

.collaborative-design-section .build h2 {
    position: absolute;
    font-size: 36px ;
    color: white ;
    font-family: 'Playfair Display', serif;
    right: -5%;
    top: 40%;
}

.collaborative-design-section .build p {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.8;
}

.collaborative-design-section .build .text-left {
    line-height: 1.6;
    font-size: 14px;
}

.collaborative-design-section .buildtwo .text-right {
    line-height: 1.6;
    font-size: 14px;
    text-align: right;
    font-weight: 100;

}

.collaborative-design-section .readmore {
    border: 0 !important;
}

.collaborative-design-section .build .readmore img {
    display: none;
}

/* Collaborative Design Approach styles end here  */

 

.della-gallery-sec p {
    font-size: 14px;
}


#contact-button {
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 999;
}

.whatsapp-icon {
  width: 80px;
  height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
}
.whatsapp-icon img {
  width: 100%;
  height: 100%;
  animation: pulse 1.2s infinite ease-in-out;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Our Projects styles Starts here */

.multiple-image-gallery {
    margin-top: -25px;
    position: relative;
    padding: 0 85px 40px;
    .multiple-image-gallery-slider {
        overflow: hidden;
    }
}

.multiple-image-gallery .swiper-wrapper {
    position: relative;
}

.multiple-image-gallery .swiper-slide img {
    width: 100%;
}

.multiple-image-gallery .swiper-slide {
    position: relative
}

.multiple-image-gallery .swiper-slide:nth-child(odd) {
    margin-top: -31px;
}

.multiple-image-gallery .swiper-button-next,
.multiple-image-gallery .swiper-button-prev {
    top: 50%;
}

.multiple-image-gallery .swiper-button-next:hover,
.multiple-image-gallery .swiper-button-prev:hover {
    border: none !important;
}

.multiple-image-gallery .makeDiffrence {
    font-size: 18px;
    color: white;
    font-family: 'Figtree', sans-serif;
    position: relative;
    left: 52.5%;
    top: 85px;
}

.multiple-image-gallery .swiper-button-next:hover
.multiple-image-gallery .swiper-button-prev:hover {
    outline: none;
}
.multiple-image-gallery .swiper-button-next {
    right: 45%;
}

.multiple-image-gallery .swiper-button-prev {
    left: 45%;
}

.multiple-image-gallery img {
    transition: 3s all;
}

.pagination-block-btn {
    margin-top: 22px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.multiple-image-gallery-counter {
    color: white;
    position: static;
    margin-right: 15px;
}

.multiple-image-gallery-counter .count,
.multiple-image-gallery-counter .total {
    color: white;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
}

.multiple-image-gallery .multiple-image-gallery-pagination {
    position: static;
    width: auto;
    display: flex;
}

.pagination-block-btn-counter {
    margin-top: 15px;
    position: relative;
    top: -60px;
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
}

.multiple-image-gallery .swiper-pagination-bullet {
    width: 45px;
    height: 5px !important;
    margin-right: 18px !important;
    border-radius: 0;
    background-color: #262626;
    opacity: 0.8;
}

.multiple-image-gallery .swiper-pagination-bullet-active {
    background-color: #BDA371;
    opacity: 0.8;
}

.pagination-buttongroups {
    display: flex;
    max-height: 76px;
    position: relative;
}

.pagination-buttongroups-inner {
    margin-right: 28px;
}

.multiple-image-gallery-content-top {
    position: absolute;
    top: -2%;
    left: 0;
    padding: 30px;
    padding-right: 70px;
    display: none;
}

.multiple-image-gallery-content-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border: 1px solid #BDA371;
    width: 100%;
    height: 100%;
}

.multiple-image-gallery-content-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border: 1px solid #BDA371;
    width: 100%;
    height: 100%;
}

.multiple-image-gallery-content::after {
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.multiple-image-gallery-content-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.multiple-image-gallery-content-top .title {
    margin-bottom: 10px;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.multiple-image-gallery-content-top .city {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.multiple-image-gallery .Bon-Vivant-fonts {
    position: relative;
    top: 100px;
    left: 16%;
    font-size: 59px;
}

.multiple-image-gallery .projectTitle {
    position: relative;
    top: 65px;
    font-size: 90px;
    z-index: 5;
    text-transform: uppercase;
}


.multiple-image-gallery-content {
    position: absolute;
    bottom: 10%;
    left: 10%;
    border-left: 1px solid #BDA371;
    padding: 15px 15px 15px 15px;
    display: none;
}

.multiple-image-gallery-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #BDA371;
    width: 100%;
}

.multiple-image-gallery-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #BDA371;
    width: 35%;
}

.multiple-image-gallery-content .title {
    margin-bottom: 10px;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.multiple-image-gallery-content .city {
    color: white;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}


.multiple-image-gallery .size {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    color: white;
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.multiple-image-gallery .viewAllBlock {
    padding: 10px 10px 15px;
    border: 1px solid #BDA371;
    width: 20%;
}

.multiple-image-gallery .single-card-metabox-button {
    color: white;
    font-size: 14px;
    transition: all 0.5s ease;
}

.multiple-image-gallery .single-card-metabox-button:hover {
    color: #BDA371
}

.multiple-image-gallery .single-card-metabox-button img {
    width: 15px;
    height: 15px;
}

.multiple-image-gallery .swiper-button-next:after,
.multiple-image-gallery .swiper-button-prev:after {
    display: none;
}
/* Our Projects styles Ends here */



.della-iconic-lonavala-gallery-map .text {
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Figtree", light;
    line-height: normal;
}
.copyright {
    font-size: 12px;
    text-align: center;
    color: #FAFAFA;
    opacity: 0.8;
    font-family: "Figtree", light;
}




/* Modal Styles Starts here */

.info-modal {
    display: none; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;

}
.success-modal-content {
    background: #282828;
    padding: 50px 20px;
    border-radius: 8px;
    text-align: center;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #bda371;
    z-index: 1;
}
.success-modal-content .thankyou-text {
    font-family: "bon_vivant_family_scriptRg";
    color: #bda371;
    font-size: 70px;
}
.form-success-msg {
    color: #fff;
    font-family: "Figtree", sans-serif;
}
.close-modal-btn {
    color: #fff;
    background: transparent;
    margin-top: 20px;
    padding: 8px 20px;
    font-size: 16px;
    border: 1px solid #bda371;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Playfair Display", serif;
}
.close-modal-btn:hover {
    color: #fff;
}

/* nav  */
.logo-nav-wrap {
    display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-nav-wrap .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-nav-wrap .nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
align-items: center;
}
.logo-nav-wrap .nav-links li {
    line-height: normal;
}
.logo-nav-wrap .nav-links a {
  color: #fff;
  text-decoration: none;
    font-size: 1rem;
}
.logo-nav-wrap .nav-links a:hover {
    color: #bda371;
}

.logo-nav-wrap .menu-toggle {
  font-size: 2.5rem;
  display: none;
  cursor: pointer;
}
.popup-overlay {
    display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8); 
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

    .popup-form {
      background: #1C1C1C;
      padding: 30px 25px;
      border-radius: 8px;
      width: 100%;
      max-width: 600px;
      box-shadow: 0 0 10px rgba(0,0,0,0.25);
      position: relative;
      border: 3px solid #bda371;
    }




    .popup-form h2 { margin-top: 0; font-size: 20px; }


    .popup-close {
      position: absolute;
      top: 8px; right: 10px;
      cursor: pointer;
      font-size: 1.5rem;
      color: #fff;
    }

.field-error-msg {
  font-size: 13px;
  display: none;
}

.logo-nav-wrap .callIcon {
    max-width: 20px;
}
.footer-address-panel {
    font-size: 1rem;
}



.conglomeratenew-topleft {
    max-width: 700px;
    padding-left: 120px;
    z-index: 1;
    position: relative;
    top: 180px;
}

.conglomeratenew-topleft .Bon-Vivant-fonts {
    line-height: 0;
}

.conglomeratenew-bg {
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/dellastore/newhome/images/Vitruvian-man.webp);
    background-repeat: no-repeat;
    background-size: 39%;
    height: 725px;
    background-position-x: 8%;
    position: relative;
}

.conglomeratenew-topleft .para {
    color: white;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
    line-height: 24px;
}

.conglomeratenew-topleft .title {
    margin-bottom: 15px !important;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, calc(2rem + (68 - 32) * ((100vw - 767px) / (1920 - 767))), 68px);
}

.conglomeratenew-content {
    display: flex;
    justify-content: space-between;
}

.conglomeratenew-content-left {
    padding-left: 120px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.conglomeratenew-content-right {
    display: flex;
    width: 100%;
    transform: translate(50%, 0);
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    z-index: 2;
    background-color: #000;
}

#conglomerate .conglomerateLeft .Bon-Vivant-fonts {
    font-size: 90px !important;
}

#conglomerate .conglomerateLeft {
    padding-top: 190px;
}

#conglomerate .conglomerateLeft p {
    margin-top: -20px;
    margin-left: 20px;
}

.conglomerateLeft-inner {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.conglomerateLeft-inner-left {
    display: flex;
    align-items: center;
    margin-top: -230px;
    margin-left: 50px;
}

.conglomerateLeft-inner-right {
    width: auto;
}

.the,
.factor {
    font-size: 20px;
    color: white;
    opacity: 0.5;
    font-family: "Figtree", sans-serif;
}

.factor .firstLetter {
    font-size: 50px !important;
}

.conglomerateLeft-inner-right p {
    font-family: "Figtree", sans-serif;
    color: white;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: right;
}

.the {
    margin-top: -20px;
}

.factor {
    font-size: 30px;
    margin-top: 20px;
}

.big {
    font-size: 100px;
    color: white;
    font-family: "Figtree", sans-serif;
}


.Jene-home-img {
    margin: 0 !important;
}

.Jene-home-img img {
    width: 500px;
}

.signatureimage {
    margin: 0;
    text-align: right;
}

.signatureimage img {
    width: 140px;
}


.conglomeratenew-content-right figure {
    margin: 0;
    padding: 0;
    margin-right: 20px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.conglomeratenew-content-right a {
    display: block;
    height: auto;
    width: 100%;
    margin-right: 20px;
    position: relative;
    cursor: default;
}

.conglomeratenew-content-right a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000 100%) !important;
}

.conglomeratenew-content-right figure:last-child {
    margin-right: 0;
}

.conglomeratenew-content-right .text {
    position: absolute;
    bottom: 5%;
    left: 14%;
    right: 0;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.4;
    z-index: 2;
}

.conglomeratenew-content-right .count {
    position: absolute;
    bottom: 5%;
    left: 4%;
    color: white;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    color: #BDA371;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 14px;
    z-index: 3;
}

.conglomeratenew-content-right:hover {
    width: 100%;
    transform: translateX(0);
}

.conglomeratenew-content-right img {
    width: 100%;

}

.conglomerateRight .firstpara {
    color: white;
    font-family: 'Figtree', sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.conglomerateRight .secondpara {
    color: white;
    font-family: 'Figtree', sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0;
}

.collaborativesection .Bon-Vivant-fonts {
    font-size: 54px;
    margin-top: -6px;
    display: block;
    margin-left: 80px;
    white-space: nowrap;
}
#DellaAllLogos .dellaLogos img {
    width: 100%;
    height: auto;
    filter: grayscale(0);
    transform: scale(1.5);
}
#DellaAllLogos .dellaLogos .della-projectimg {
    max-width: 100px !important;
    transform: scale(1) !important;
}

.map-brand-wrap {
    display: flex;
}
   .map-link {
      display: flex;
      width: 30%;
    }

    #DellaAllLogos {
      width: 60%;
    }

#DellaAllLogos .della-projectimg img {
     transform: scale(1);
      max-width: 100px;
 }

    #DellaAllLogos .dellaLogos {
      display: block;
      padding: 1rem;
    }
#aboutus,
#deliverimpact,
#conglomerate,
#ourbrands,
#designapproach,
#ourportfolio,
#dellacampus,
#getQuoteForm {
  scroll-margin-top: 122px;
}

/* country code global style */
.iti__country-list {
    font-size: 1rem;
}

.iti__flag-container .iti__country-name {
  color: #333;
  font-size: 1rem;
}
.iti--allow-dropdown {
  width: 100%;
}
.dlp_phone {
  padding-left: 52px !important;
}

    @keyframes rotate-right-animation {
        100% {
            transform: rotate(360deg);
        }
}
 
@media only screen and (min-width:2000px) {
    .multiple-image-gallery .multiple-image-gallery-pagination {
        left: 300px;
        bottom: 44px;
    }
    
    .multiple-image-gallery-counter {
        left: 10%;
        bottom: 4.1%;
    }
}
@media only screen and (max-width:1750px) {

    .multiple-image-gallery .multiple-image-gallery-pagination {
        left: 166px;
    }

    .multiple-image-gallery .swiper-pagination-bullet {
        width: 45px;
    }
    .multiple-image-gallery .swiper-button-prev {
        left: 46%;
    }

    .multiple-image-gallery-counter {
        bottom: 6%;
    }

    .multiple-image-gallery .swiper-button-next {
        left: 51.7%;
    }
    #conglomerate .conglomerateLeft {
        padding-top: 165px;
    }
}

@media(width <= 1440px)
{   
    .conglomeratenew-bg
    {
        height: 600px;
    }   
    .collaborative-design-section
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    
}

@media (width <= 1365px)
{
    .conglomeratenew-topleft
    {
        padding-left: 20px;
    }

    .conglomeratenew-topleft
    {
        top: 60px;
    }

    #conglomerate .conglomerateLeft {
        padding-top: 77px;
    }

    .conglomeratenew-bg
    {
        height: 525px;
    }

    .conglomeratenew-topleft .para
    {
        width: 600px;
    }
}



@media screen and (max-width: 1179px) {
    .common-container {
        width: 100%;
        padding: 0 20px;
    }

}

@media screen and (max-width: 1024px) {
    .logo-nav-wrap .nav-links a {
        font-size: 0.875rem;
    }
    .videosection {
        flex: .5;
    }
    .multiple-image-gallery {
        padding: 0;
    }

    .multiple-image-gallery .Bon-Vivant-fonts {
        top: 0;
        font-size: 50px;
        left: 0;
        max-width: 80%;
        margin: 0 auto;
        right: 0;
        text-align: center !important;
        line-height: 70px;
    }

    .multiple-image-gallery .projectTitle {
        position: relative;
        top: 5px;
        font-size: 30px !important;
    }
    .multiple-image-gallery .swiper-button-prev {
        left: auto;
        right: 90%;
    }

    .multiple-image-gallery img {
        width: 100%;
    }

    .multiple-image-gallery .viewAllBlock a {
        width: 50%;
    }

    .multiple-image-gallery .viewAllBlock a img {
        width: auto;
    }

    .multiple-image-gallery .swiper-button-next {
        left: 90%;
    }


    .multiple-image-gallery-content .city {
        font-size: 14px;
    }

    .multiple-image-gallery-content .title {
        font-size: 24px;
    }
    .multiple-image-gallery .swiper-button-next,
    .multiple-image-gallery .swiper-button-prev {
        top: unset;
        bottom: -8px !important;
    }

        .multiple-image-gallery .swiper-button-prev {
            right: 50%;
        }

        .multiple-image-gallery .swiper-button-next {
            left: 52%;
        }

        .multiple-image-gallery .multiple-image-gallery-pagination {
            bottom: 345px;
            left: 0;
            right: 0;
            text-align: center;
            margin: 0 auto;
            display: none;
        }

        .multiple-image-gallery-counter {
            right: 10%;
            bottom: 62%;
            left: auto;
            font-size: 8px;
            display: none;
        }

        .multiple-image-gallery-counter .count,
        .multiple-image-gallery-counter .total {
            font-size: 10px;
        }
        .multiple-image-gallery .makeDiffrence {
            margin-top: 35px;
            text-align: center;
            font-size: 14px;
            position: static;
        }
        .multiple-image-gallery-slider {
            margin-top: 0 !important;
        }
        .multiple-image-gallery .swiper-slide:nth-child(odd) {
            margin-top: 0;
        }

        .multiple-image-gallery .swiper-pagination-bullet {
            width: 30px;
            margin-right: 8px !important;
        }

        .impact-section .impact-list
        {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: auto;
        }

        .conglomeratenew-bg
        {
            background-size: 50%;
        }

        .conglomeratenew-content-left
        {
            padding-left: 20px;
        }

        .Jene-home-img img {
            width: 400px;
        }

        .conglomeratenew-topleft .para {
            width: 447px;
            text-align: center;
            margin: 0 auto;
        }
        .conglomerateLeft-inner {
                justify-content: center;
        }

}

@media screen and (max-width: 992px) {

#aboutus,
#deliverimpact,
#conglomerate,
#ourbrands,
#designapproach,
#ourportfolio,
#dellacampus,
#getQuoteForm {
  scroll-margin-top: 76px;
}

.logo-nav-wrap .navbar {
    position: static;
}
.logo-panel {
    order: 1;
}
.call-now-button {
    order: 1;
    padding: 8px;
    border: 1px solid #D4AD68;
    border-radius: 4px;
}
.call-now-button span {
    color: #fff;
    font-size: .875rem;
}
.logo-nav-wrap .nav-links {
    display: none;
    flex-direction: column;
    background-color: #1C1C1C;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
  }
  .logo-nav-wrap .nav-links li {
    line-height: normal;
    display: block;
    padding: 10px 10px 10px 18px;

}
   
.logo-nav-wrap .callIcon {
    max-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 18px;
    margin-top: 2px;
}
  .logo-nav-wrap .menu-toggle {
    display: block;
  }
  .mobile-menu-trigger-v2 {
    z-index: 999;
    position: relative;
    order: 1;
}
.mobile-menu-trigger-v2 .outer-circle {
    position: static;
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-image: url(https://www.della.in/wp-content/themes/dellastore/assets/images/menu-text-1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    animation: rotate-right-animation 10s infinite linear;
}
.mobile-menu-trigger-v2 .inner-circle {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 25px;
    height: 25px;
    background-image: url(https://www.della.in/wp-content/themes/dellastore/assets/images/menu-text-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    animation: rotate-right-animation 10s infinite linear;
}
.iconic-header img {
    max-width: 60px;
}

    
    .videosection-wrap {
       flex-direction:column; 
    }
    .videosection {
        margin-bottom: 15px;
        iframe {
            height: 400px;
        }
    }
    .common-container {
        padding: 0 15px;
    }
    
    .impact-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .impact-list-icon img {
        max-width: 28px;
        max-height: 28px;
    }
    .impact-list-title {
        font-size: 1.25rem;
    }
    .impact-list-wrapper {
        padding: 1rem .5rem;
    }
    .impact-list-para {
        font-size: 12px;
    }
    .client-list {
        grid-template-columns: repeat(4, auto);
        gap: .5rem;
        display: grid;
        flex-wrap: wrap;
    }
    .client-list::-webkit-scrollbar {
        height: 4px; 
    }
    
    .client-list::-webkit-scrollbar-thumb {
        background: #888; 
        border-radius: 4px;
    }
    
    .client-list::-webkit-scrollbar-track {
        background: #333;
    }
   
    .section-title {
        font-size: 32px;
    }
    .section-title-type2 {
        font-size: 24px;
    }
    .section-subtitle {
        font-size: 15px;
    }
    .section-para {
        font-size: 14px;
    }
    .iconic-quoteform {
        width: 100%;
    }
    .form-container {
        width: 100%;
    }
    .form-wrapper {
        width: 100%;
    }    
    .logininputfields, select {
        width: 100%;
    }
    .budget-filter-list { 
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 10px;
    }

    /* Conglomerate styles starts here */



    #conglomerate .conglomerateLeft {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #conglomerate .conglomerateLeft .Bon-Vivant-fonts {
        margin-bottom: 8px;
        font-size: 50px;
        text-align: center;
    }
    #conglomerate .conglomerateRight p {
        font-size: 16px;
        text-align: center;
    }
    #conglomerate .conglomerateRight p br {
        display: none;
    }


    .vitruvian-man::after {
        width: 100%;
        height: 20%;
        top: 5%;
    }
    #conglomerate .conglomerateRight {
        text-align: left;
        margin-bottom: 25px;
        padding-top: 0;
    }
    #conglomerate .conglomerateRight p {
        text-align: left;

    }



    /* Conglomerate styles Ends here */


    .collaborative-design-section {
        padding-inline: 15px;
        text-align: center;
    }
    .firstColumn  {
        text-align: center;
    }

    .firstColumn .Bon-Vivant-fonts {
        font-size: 45px;
        line-height: normal;
    }
    
    .projectTitle {
        font-size: 24px;
        line-height: 26px;
        br {
            display: none;
        }
    }
    .collaborative-design-section .build {
        height: auto;
        border: none;
        padding: 0;
    }
    .collaborative-design-section .build::before {
        border: none;
    }
    .collaborative-design-section .build h2 {
        position: static;
        font-size: 24px;
    }
    .collaborative-design-section .build .top-golden-text {
        position: static;
        text-align: center;
    }
    .collaborative-design-section .buildtwo {    
        border: none;
        padding: 0;
    }
    .collaborative-design-section .buildtwo h2 {
        position: static;
        font-size: 24px;
    }
    .collaborative-design-section .buildtwo {
        padding: 0;
    }
    .collaborative-design-section .buildtwo::before,
    .collaborative-design-section .buildtwo::after,
    .collaborative-design-section .build::after {
        display: none;
    }
    .collaborative-design-section .build hr {
        position: static;
        display: inline-block;
        margin: 15px auto;
    }
    .collaborative-design-section .buildtwo .text-right {
        text-align: center;
    }
    .x-img img {
        max-width: 100%;
        height: auto;
        max-height: 100px;
    }

    

    .della-gallery-sec .fluid-container{
        padding: 0 15px;
    }
    .della-iconic-lonavala-gallery-map .text {
        font-size: 16px;
    }
    #DellaAllLogos .dellaLogos {
        padding: 0;
    }
    .della-logo-list {
        display: grid;
        grid-template-columns: repeat(6, auto);
        gap: 0 0px;
    }
    .della-logo-list .col {
        padding: 0;
    }
    #DellaAllLogos .dellaLogos .della-projectimg {
        max-width: 80px !important;
    }
     .conglomeratenew-content {
    flex-direction: column;
  }
  .conglomeratenew-topleft {
    padding-left:0;
    margin: 0 auto;
    top: 0;
  }
  .conglomeratenew-content-right {
    position: static;
    transform:none;
    flex-direction: column;
    gap: 10px;
    margin-top: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    
  }
    .conglomeratenew {
    overflow: visible;
    padding-bottom:0;
  }
    .conglomeratenew-bg {
        height: auto;
        background-size: 65%;
        background-position: center 0;
    }
    .conglomerateLeft-inner-left {
        margin-top: -130px;
    }
      .impact-list li:nth-child(5) {
        grid-column: 1 / span 2; 
        grid-row: 3; 
        text-align: center;
    }
    .impact-list li:nth-child(5) .impact-list-wrapper { 
        width: 50%;
        margin: 0 auto;
    }

    .popup-form {
    padding: 20px 15px;
    border: 2px solid #bda371;
    }
    .conglomeratenew-topleft .title {
        text-align: center;
    }
    #DellaAllLogos {
        width: 80%;
        margin: 0 auto;
    }
    .map-brand-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .map-link {
        width: auto;
        justify-content: center;
    }


 

}
@media screen and (max-width: 767px) {
    .videosection {
        iframe {
            height: 300px;
        }
    }
    .success-modal-content {
        max-width: 95%;
        padding: 30px 10px;
    }
  .popup-form {
    max-width: 95%;
    }
    .success-modal-content .thankyou-text {
        font-size: 50px;
    }

    .impact-list {
        grid-template-columns: repeat(2, 1fr);
    }
  
    .client-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .della-logo-list {
        grid-template-columns: repeat(3, 1fr);
    }
    

  .conglomeratenew {
    overflow: visible;
    padding-bottom:0;
  }
    .conglomeratenew-bg {
        background-size: 100%;
        height: auto;
    }
    .conglomerateLeft-inner {
            flex-direction: column;
    }
    .conglomeratenew-content-right {
        display: grid;
        grid-template-columns: 1fr;
    }
     .conglomeratenew-topleft .para {
        width: 100%;
    }

    #DellaAllLogos .dellaLogos img {
    width: 120px;
    height: auto;
    transform: scale(1);
}
 #DellaAllLogos .della-projectimg img {
     transform: scale(.6);
 }
 
}

@media (width <= 768px) {
    .conglomeratenew-topleft .title {
        /* font-size: 36px; */
        text-align: center;
    }
   
    .Jene-home-img img {
        width: 314px;
    }

    .conglomeratenew-content {
        padding-top: 70px;
    }
}


