@import "tailwindcss";
@custom-variant hover (&:hover);
@custom-variant focus (&:focus);
@tailwind utilities;


.test-playfair { font-family: "Playfair Display", serif; }
.test-sofia { font-family: "Sofia", cursive; }
.test-montserrat {font-family: "montserrat", sans-serif;}
.roboto{font-family:"Roboto", sans-serif}
.inter{font-family: "Inter", sans-serif}
.hero-dot {
    @apply bg-gray-400 transition-all duration-300;
}

.hero-dot[aria-current="true"] {
    @apply bg-white;
    width: 24px !important;
}

.hero-dot[aria-current="false"] {
    @apply bg-gray-400;
    width: 8px !important;
}
.perspective {
            perspective: 1000px;
        }

        .transform-style-preserve-3d {
            transform-style: preserve-3d;
        }

        .backface-hidden {
            backface-visibility: hidden;
        }

        .rotate-y-180 {
            transform: rotateY(180deg);
        }

/* SLIDE */
.slide {
  width: 100%;
  flex-shrink: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* TABLET */
@media (min-width: 640px) {
  .slide {
    width: 50%;
  }
  .heading{
    /* font-size: 100px; */
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .slide {
    width: calc(100% / 3);
  }
}
/* about slider  */

.slider {
  overflow: hidden;
}

.track {
  display: flex;
  transition: transform 0.6s ease;
}


.sliders {
  overflow: hidden;
}

#tracks {
  display: flex;
  width: max-content;
}

.flip-card {
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  min-height: 320px;   /* match your design */
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
  will-change: transform;
}


.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  
  backface-visibility: hidden;
  border-radius: 12px;
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flip-back {
  transform: rotateY(180deg);

}

.slides {
  width: 100%;
  flex-shrink: 0;
}

/* TABLET */
@media (min-width: 640px) {
  .slides {
    width: 100%;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .slides {
    width: calc(100% / 2);
  }
}

.videoSlideInf {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .videoSlideInf {
    width: calc(100% / 3);
  }
}

.imageSlideInf {
  width: 33.3333%;
  flex-shrink: 0;
}


body.lock-scroll {
  overflow: hidden;
}

#about-section {
  height: 100vh;
}

.about-inner {
  display: flex;
  height: 100vh;
}

.about-left {
  width: 30%;
  position: sticky;
  top: 0;
  height: 100vh;
}

.about-right {
  width: 70%;
  height: 100vh;
  overflow-y: auto;
  padding-right: 16px;
}

/* optional */
.about-right::-webkit-scrollbar {
  display: none;
}
.nav-link {
  position: relative;
  display: inline-block; /* IMPORTANT */
  padding-bottom: 8px;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;              /* align with text */
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #FFD776;
  transition: width 0.35s ease;
}

.nav-link.active::after {
  width: 100%;          /* now equals text width */
}

.nav-link.active {
  color: #FFD776;
}


.footer{
  background: #FFCA0C;

}




.image-scale {
  transform: scale(1);
  transition: transform 0.5s ease-out;
}

.group:hover .image-scale {
  transform: scale(1.1);
  
}
/* Lock page scroll */
body.scroll-locked {
  overflow: hidden;
}

/* Disable behavior on mobile (Google does this too) */
@media (max-width: 1023px) {
  body.scroll-locked {
    overflow: auto;
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-scaleIn {
  animation: scaleIn 0.25s ease-out;
}


.slider-card {
  flex: 0 0 50%;   /* Default → Mobile → 2 slides */
}

/* Tablet */
@media (min-width: 640px) {
  .slider-card {
    flex: 0 0 25%;  /* 4 slides */
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .slider-card {
    flex: 0 0 16.6666%;  /* 6 slides */
  }
}

@media (min-width: 320px) and (max-width: 1240px) {
  .hide-section {
    display: none;
  }
}

@media (min-width: 1241px) and (max-width: 2560px) {
  .hide1-section {
    display: none;
  }
}
.whatsapp-btn {
  position: relative;
  /* width: 60px;
  height: 60px; */
  /* background: #25D366; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.whatsapp-btn img {
  width: 30px;
  height: 30px;
}

/* Ripple Rings */
.whatsapp-btn::before,
.whatsapp-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: ripple 2s infinite;
  z-index: -1;
}

.whatsapp-btn::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.hero-heading{
    font-weight: 800;
    font-size: clamp(40px, 6vw, 100px);   
}
.text-body{
    font-size: clamp(14px, 1.2vw, 22px);
}
.hero-text{
font-size: clamp(26px, 4vw, 60px);
line-height: 1.1;
}
.dist{
    font-size: 50px; /* Mobile default */
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px){
    .dist{
        font-size: 36px;
    }
}

/* Laptop and larger */
@media (min-width: 1024px){
    .dist{
        font-size: 50px;
    }
}
.cards-heading{
font-size: clamp(25px, 3vw, 36px);
}
.social-cards{
  width: 384px;
}
@media (min-width: 320px){
  .social-cards{
  width: 288px;

  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .social-cards{
  width: 288px;

  }
}
@media (min-width: 1440px) and (max-width: 2560px){
  .social-cards{
  width: 384px;

  }
}
.whatsapp-button{
   position: relative;
  /* width: 60px;
  height: 60px; */
  /* background: #25D366; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}

/* Ripple effect */
.whatsapp-button::before,
.whatsapp-button::after{
    content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: ripple 2s infinite;
  z-index: -1;

}
.whatsapp-button::after {
  animation-delay: 1s;
}
@keyframes ripple{
   0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
    
}
@media (min-width: 768px) and (max-width: 2560px){
  .whatsapp-button{
    display: none;
  }
  .contact-form{
    
    margin-left: auto;
    margin-right: auto;
    justify-content: end;

  }
}
/* layout fix */
.sticky-form-side{
max-height: calc(100vh - 120px);
overflow-y: auto;
}

.banner-item{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
transition: transform 0.7s ease-in-out;
will-change: transform;
}
