/** Shopify CDN: Minification failed

Line 748:13 Expected identifier but found whitespace
Line 748:15 Unexpected "{"
Line 748:24 Expected ":"
Line 757:12 Expected identifier but found whitespace
Line 757:14 Unexpected "{"
Line 757:23 Expected ":"
Line 757:48 Expected ":"
Line 759:8 Expected identifier but found whitespace
Line 759:10 Unexpected "{"
Line 759:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.animated-heading {
  margin: 0;
  font-weight: bold;
  gap: 5px;
  white-space: normal;
  word-break: normal;
  line-height: 1.2;
  font-size: var(--font-desktop, 50px);
}

@media (max-width: 991px) {
  .animated-heading {
    font-size: var(--font-tablet, 40px);
  }
}

@media (max-width: 600px) {
  .animated-heading {
    font-size: var(--font-mobile, 28px);
  }
  
}

.animated-heading .word {
  display: inline-flex;
}

.animated-heading .char {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  transition: all 0.4s ease;
}

.animated-heading.animate .char {
  opacity: 1;
  transform: translateY(0);
}
.davinciya-contact-cta {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.davinciya-contact-cta .heading-block {
  padding: 60px 20px 30px;
}
.davinciya-contact-cta .heading-block h2 {
  font-weight: 700;
  margin: 0;
}
.davinciya-contact-cta .heading-block p {
  color: #003333;
  margin-top: 10px;
}
.davinciya-contact-cta .fixed-background {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 20px;
  position: relative;
  color: #fff;
}
.davinciya-contact-cta .fixed-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.davinciya-contact-cta .fixed-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
}
.davinciya-contact-cta .fixed-content h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.davinciya-contact-cta .fixed-content p {
  margin-bottom: 20px;
}
.davinciya-contact-cta .cta-button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}
.davinciya-contact-cta .cta-button:hover {
  background: #fff;
  color: #000;
}
.design-steps-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}
.design-steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 29px auto;
}
.step-block {
  flex: 1 1 18%;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s forwards;
}
.step-block:nth-child(1) { animation-delay: 0.3s; }
.step-block:nth-child(2) { animation-delay: 0.6s; }
.step-block:nth-child(3) { animation-delay: 0.9s; }
.step-block:nth-child(4) { animation-delay: 1.2s; }
.step-block:nth-child(5) { animation-delay: 1.5s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: auto;
}
.step-icon img {
  width: 100%;
  height: auto;
}
.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #13294b;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.step-title {
  font-weight: 700;
  margin: 15px 0 10px;
  font-size: 18px;
}
.step-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
@media(max-width: 768px){
  .design-steps-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .step-block {
    flex: 1 1 100%;
    max-width: 90%;
  }
}
.davinciya-ecosystem-section {
  position: relative;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.davinciya-ecosystem-section .title-wrapper {
  padding: 0px 20px 60px;
}
.davinciya-ecosystem-section h2 {
  margin: 0;
  font-weight: 700;
}
.davinciya-ecosystem-section .curve-container {
  background: #073b44;
  margin-top: -50px;
  padding-top: 70px;
  padding-bottom: 80px;
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.davinciya-ecosystem-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.davinciya-ecosystem-section .subtitle {
  margin-bottom: 50px;
}
.davinciya-ecosystem-section .ecosystem-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
.davinciya-ecosystem-section .ecosystem-item {
  text-align: center;
  max-width: 200px;
}
.davinciya-ecosystem-section .ecosystem-item img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 15px;
}
.davinciya-ecosystem-section .ecosystem-item span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.davinciya-ecosystem-section .cta-button {
  display: inline-block;
  border: 1px solid #fff;
  padding: 12px 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.davinciya-ecosystem-section .cta-button:hover {
  background: #fff;
  color: #073b44;
}
@media (max-width: 768px) {
  .davinciya-ecosystem-section .ecosystem-items {
    flex-direction: column;
    align-items: center;
  }
}
.davinciya-location-slider-main {
  padding: 40px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.davinciya-location-slider-main h2 {
  text-align: center;
  margin-bottom: 40px!important;
  
  color: #113333;
}
.davinciya-location-slider-main .slider-wrapper {
  width: 100%;
  position: relative;
      margin-top: 50px;
}
.davinciya-location-slider-main .slick-list {
  overflow: visible !important;
}
.davinciya-location-slider-main .slick-slide {
  transition: transform 0.4s ease;
  padding: 0 10px;
  box-sizing: border-box;
}
.davinciya-location-slider-main .location-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  transform: scale(0.9);
  transition: transform 0.4s ease;
}
.davinciya-location-slider-main .slick-center .location-slide {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  z-index: 2;
}
.davinciya-location-slider-main .location-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}
.davinciya-location-slider-main .location-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.davinciya-location-slider-main .location-label::before {
  content: "📍";
  margin-right: 6px;
}

/* Scoped Arrows */
.davinciya-location-slider-main .slick-prev,
.davinciya-location-slider-main .slick-next {
  width: 40px;
  height: 40px;
  background-color: #9c6b2d!important;
  color: #000;
  border: none !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.davinciya-location-slider-main .slick-prev {
  left: 30px;
}
.davinciya-location-slider-main .slick-prev:hover,
.davinciya-location-slider-main .slick-next:hover{
  background-color: #9c6b2d!important;
  color: #000;
  border: none !important;
}
.davinciya-location-slider-main .slick-next {
  right: 30px;
}
.davinciya-testimonial-slider {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}
.davinciya-testimonial-slider .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.davinciya-testimonial-slider h2 {
  font-weight: 700;
  color: #003333;
  margin-bottom: 40px;
  line-height: 1.2;
}
.davinciya-testimonial-slider .testimonial-slider {
  position: relative;
}
.davinciya-testimonial-slider .slick-slide {
  padding: 0 15px;
}
.davinciya-testimonial-slider .testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.davinciya-testimonial-slider .testimonial-quote {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
}
.davinciya-testimonial-slider .testimonial-quote::before {
  content: "“";
  font-size: 24px;
  position: absolute;
  top: -10px;
  left: -10px;
  color: #999;
}
.davinciya-testimonial-slider .testimonial-logo {
  max-height: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.davinciya-testimonial-slider .testimonial-author {
  font-weight: 700;
  color: #003333;
  text-transform: uppercase;
  font-size: 14px;
}
.davinciya-testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  background: white;
  border: none;
  color: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.davinciya-testimonial-slider .slick-prev {
  left: -20px;
}
.davinciya-testimonial-slider .slick-next {
  right: -20px;
}
@media (max-width: 768px) {
  .davinciya-testimonial-slider .slick-slide {
    padding: 0 10px;
  }
  .davinciya-testimonial-slider h2 {
    font-size: 32px !important;
  }
  .davinciya-testimonial-slider .slick-prev {
  left: 20px;
}
.davinciya-testimonial-slider .slick-next {
  right: 20px;
}
}
.feature-section {
  text-align: center;
  padding: 60px 20px;
}

.feature-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.feature-item {
  width: 100%;
  max-width: 400px;
  text-align: center;
  box-shadow:none!important;
}

.feature-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 1px solid #ddd;
}

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

.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-subtitle {
  color: #777;
  font-size: 14px;
}
.magic-of-colors .container {
  max-width: 1200px;
  margin: 0 auto;
}
.magic-colors-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

/* padding dynamic classes */
.magic-colors-padding {
  padding-top: var(--magic-padding-top, 40px);
  padding-bottom: var(--magic-padding-bottom, 40px);
}

/* headings */
.magic-colors-wrapper h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.magic-colors-wrapper p {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 20px auto;
}

/* image area */
.magic-inner {
  position: relative;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.magic-inner .bg_img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.magic-inner .bg_img.active {
  opacity: 1;
}

/* bottom control */
.bottom-control {
  margin-top: 10px;
}
.bottom-control p {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

/* slider container */
.magic-slider {
  width: 35%;
  margin: 0 auto;
  background: #1a1a1a;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}

/* gradient track */
.magic-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right,
    #00ff00,
    #ffff00,
    #ff7f00,
    #ff0000,
    #ff00ff,
    #00ffff
  );
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 2px;
}

/* thumbs */
.magic-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #000;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  transition: transform 0.2s;
}
.magic-slider input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.magic-slider input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #000;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  transition: transform 0.2s;
}
.magic-slider input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.1);
}
.slide-skin-slider {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.slide-skin-slider .slick-slide {
  position: relative;
  color: #fff;
  text-align: left;
}
.slide-skin-slider .single-slide {
  position: relative;
  height: 85vh;
}
.slide-skin-slider .single-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  animation: zoomEffect 25s ease-out infinite alternate;
  will-change: transform;
}
@keyframes zoomEffect {
  0% { transform: scale(1); }
  100% { transform: scale(1.5); }
}
.slide-skin-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 500px;
  z-index: 2;
}

/* ✅ Left-to-right text animation */
.slide-inner {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease, transform 1s ease;
}
.slick-active .slide-inner {
  opacity: 1;
  transform: translateX(0);
}

.slide-skin-slider h2 {
  font-size: 48px;
  margin-bottom: 15px!important;    
  line-height: 55px;

}
.slide-skin-slider p {
  font-size: 18px;
  margin-bottom: 20px;
}
.slide-skin-slider .buttons a {
  display: inline-block;
  margin-right: 15px;
  padding: 12px 25px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}
.slide-skin-slider .buttons a:hover {
  background: #000;
  color: #fff;
}

/* ✅ Font-based square white arrow buttons */
.slick-prev,
.slick-next {
  position: absolute;
  right: 30px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  z-index: 5;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}

.slick-prev::before,
.slick-next::before {
  content: '';
} 
.slick-slider .slick-arrow{
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    opacity: .6;
}
.slide-skin-slider .slick-prev {
  top: calc(50% - 30px)!important;
}
.slide-skin-slider .slick-next {
  top: calc(50% + 30px)!important;
}
.davinciya-zoom-stack-slider {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  background: {{ section.settings.bg_color }};
}
.davinciya-zoom-stack-slider .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.davinciya-zoom-stack-slider .slider-title {
  text-align: center;
  font-size: {{ section.settings.title_size }}px;
  margin-bottom: 40px;
  color: {{ section.settings.title_color }};
}
.davinciya-zoom-stack-slider .slick-slide {
  position: relative;
  padding: 0 10px;
  transform: scale(0.9);
  transition: transform 0.8s ease;
  opacity: 0.8;
}
.davinciya-zoom-stack-slider .slick-center {
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}
.davinciya-zoom-stack-slider .slide-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.davinciya-zoom-stack-slider .slide-item img {
  width: 100%;
  height: auto;
  transition: transform 10s ease-out;
  animation: zoomIn 10s ease-in-out infinite;
}
@keyframes zoomIn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}