body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif!important;
}

.font-inter {
 font-family: "Montserrat", sans-serif;
}

.nav-menu a.active {
  /* border-bottom: 0.125rem solid #ff5146; */
  font-weight: 600;
  color: #1a1a1a;
}

.swiper-pagination-bullet-active {
  background: #ff5146 !important;
}

.view {
  padding-left: 1rem; /* px-4 */
  padding-right: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* xs breakpoint – 25rem (400px) – small screens and up */
@media (max-width: 25rem) {
  html {
    zoom: 0.8;
  }
}

/* sm breakpoint – 40rem (640px) – small screens and up */
@media (min-width: 40rem) {
  .view {
    padding-left: 3rem; /* px-12 */
    padding-right: 3rem;
  }
}

/* md breakpoint – 48rem (768px) – medium screens and up */
@media (min-width: 48rem) {
  .view {
    padding-left: 4rem; /* px-16 */
    padding-right: 4rem;
  }
}

/* lg breakpoint – 64rem (1024px) – large screens and up */
@media (min-width: 64rem) {
  .view {
    padding-left: 5rem; /* px-20 */
    padding-right: 5rem;
  }
}

/* xl breakpoint – 80rem (1280px) – extra large screens and up */
@media (min-width: 80rem) {
  .view {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* 2xl breakpoint – 96rem (1536px) – 2x extra large screens and up */
@media (min-width: 96rem) {
  .view {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* iPad / tablet range: readable base so content doesn’t look like shrunk desktop */
@media (min-width: 48rem) and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  /* Home page: keep sections comfortably visible on iPad */
  body.home .view {
    max-width: 100%;
  }
  body.home section {
    min-height: 0;
  }
}

/* @media (min-width: 40rem) {
  .container {
    max-width: 40rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 96rem) {
  .container {
    max-width: 96rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
} */
.logo-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18%;
  width: 5.625rem;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(37% 0, 61% 0, 51% 100%, 51% 100%);
}
.logo-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -24%;
  width: 4.6875rem;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(55% 0, 59% 0, 63% 100%, 44% 100%);
}
.rect-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17%;
  width: 5.625rem;
  height: 100%;
  background-image: linear-gradient(to top right, #670916, #650916, #650916);
  clip-path: polygon(50% 0%, 39% 100%, 56% 100%);
}
.rect-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -17%;
  width: 4.125rem;
  height: 100%;
  background-image: linear-gradient(to top right, #cb122d, #cb122d);
  clip-path: polygon(31% 0, 53% 0, 42% 100%, 25% 100%);
}
.feature-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6%;
  width: 4.125rem;
  height: 100%;
  background-image: linear-gradient(to top right, #cb122d, #cb122d);
  clip-path: polygon(31% 0, 53% 0, 42% 100%, 25% 100%);
}
.feature-box1::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3.4rem;
    width: 3.6875rem;
    height: 100%;
    background-image: linear-gradient(to top right, #cb122d, #cb122d);
    clip-path: polygon(2% 0, 79% 0, 9% 100%, 8% 100%);
}
@media (min-width: 48rem) {
  .tabs-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: -6%;
    width: 4.875rem;
    height: 100%;
    background: #000000;
    clip-path: polygon(-1% 0, 84% 0, 40% 100%, 1% 100%);
    z-index: -1;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.animate-marquee {
  animation: marquee 20s linear infinite;
  padding-left: 100%;
}
.swiper-autoheight .swiper-wrapper {
  align-items: initial !important; /* or center, flex-end as needed */
  transition-property: transform !important; /* remove height from transition */
}
@keyframes pulseBlink {
  0% {
    transform: scale(1) rotate(-90deg);
  }
  50% {
    transform: scale(1.05) rotate(-90deg); /* slight zoom */
  }
  100% {
    transform: scale(1) rotate(-90deg);
  }
}

.blink-effect {
  animation: pulseBlink 1.5s ease-in-out infinite;
}
@media (min-width: 61.9375rem) {
  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .animate-slideUp {
    animation: slideUp 0.5s ease forwards;
  }
}

/* New CSS Add */
@keyframes popupSlide {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slideUp {
  animation: popupSlide 0.3s ease forwards;
}
/* Default placeholder color */
input::placeholder {
  color: #000;
  opacity: 1;
}

/* Placeholder color when dropdown is open */
input.open::placeholder {
  color: #fff;
}
.scrollNone::-webkit-scrollbar {
  display: none !important;
}
::-webkit-scrollbar {
  width: 0.0625rem;
  height: 0.0625rem;
  padding-top: 0.375rem;               
}

::-webkit-scrollbar-track {
  background: #f1f1f1;      
}

::-webkit-scrollbar-thumb {
  background: #cccccc;      
  border-radius: 2.5rem;      
}

::-webkit-scrollbar-thumb:hover {
  background: #b93a40;      
}

.number-outline {
    color: transparent;
    -webkit-text-stroke: 0.1875rem #ffdde2;
    text-stroke: 0.1875rem #ffdde2;
    filter: drop-shadow(0 0 0 #ffdde2);
}


/* WordPress Core Blocks - Tailwind Friendly */.entry-content,
.wp-block-post-content {/* Reset and base styles */max-width: none;line-height: 1.7;}/* Headings - Tailwind se conflict na ho */
.entry-content h1,
.entry-content h2, 
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {font-weight: 700;line-height: 1.3;margin-top: 2em;margin-bottom: 1em;}.entry-content h1,
.wp-block-post-content h1 {font-size: 2.5rem;margin-top: 0;}.entry-content h2,
.wp-block-post-content h2 {font-size: 2rem;}.entry-content h3,
.wp-block-post-content h3 {font-size: 1.75rem;}.entry-content h4,
.wp-block-post-content h4 {font-size: 1.5rem;}.entry-content h5,
.wp-block-post-content h5 {font-size: 1.25rem;}.entry-content h6,
.wp-block-post-content h6 {font-size: 1.1rem;}/* Paragraphs */.entry-content p,
.wp-block-post-content p {margin-bottom: 1.5em;line-height: 1.7;}/* Images */.entry-content img,
.wp-block-post-content img {max-width: 100%;height: auto;border-radius: 0.375rem;}.wp-block-image {margin: 2em 0; height: auto !important;}.wp-block-image figcaption {text-align: center;font-style: italic;margin-top: 0.5em;opacity: 0.7;}/* Lists */.entry-content ul,
.entry-content ol,
.wp-block-post-content ul,
.wp-block-post-content ol {margin: 1.5em 0;padding-left: 1.5em;}.entry-content li,
.wp-block-post-content li {margin-bottom: 0.5em;line-height: 1.7;}.entry-content ul,
.wp-block-post-content ul {list-style-type: disc;}.entry-content ol,
.wp-block-post-content ol {list-style-type: decimal;}/* Blockquotes */.entry-content blockquote,
.wp-block-post-content blockquote,
.wp-block-quote {border-left: 0.25rem solid;padding-left: 1.5em;margin: 2em 0;font-style: italic;}.wp-block-quote cite {display: block;margin-top: 1em;font-style: normal;opacity: 0.7;}/* Code */.entry-content code,
.wp-block-post-content code,
.wp-block-code code {background: #f3f4f6;padding: 0.125rem 0.25rem;border-radius: 0.25rem;font-size: 0.875em;}.wp-block-code {background: #f3f4f6;padding: 1.5em;border-radius: 0.375rem;margin: 1.5em 0;}.wp-block-code code {background: none;padding: 0;}/* Tables */.entry-content table,
.wp-block-post-content table,
.wp-block-table {width: 100%;border-collapse: collapse;margin: 2em 0;}.wp-block-table td,
.wp-block-table th {padding: 0.75em;border: 0.0625rem solid #e5e7eb;}.wp-block-table th {background: #f9fafb;font-weight: 600;}/* Buttons */.wp-block-button__link {display: inline-block;padding: 0.75em 1.5em;border-radius: 0.375rem;text-decoration: none;font-weight: 600;transition: all 0.2s;}/* Groups and Columns */.wp-block-group,
.wp-block-columns {margin: 2em 0;}.wp-block-column {flex: 1;}/* Separator */.wp-block-separator {margin: 3em auto;border: none;border-top: 0.0625rem solid #e5e7eb;}/* Latest Posts & Archives */.wp-block-latest-posts {padding-left: 0;list-style: none;}.wp-block-latest-posts li {margin-bottom: 1em;padding-bottom: 1em;border-bottom: 0.0625rem solid #f3f4f6;}/* Utility classes for alignment */.alignwide {width: 100%;max-width: 100rem;}.alignfull {width: 100vw;margin-left: calc(50% - 50vw);}.aligncenter {text-align: center;margin-left: auto;margin-right: auto;}.alignleft {float: left;margin-right: 2em;}.alignright {float: right;margin-left: 2em;}



/* page builder code */
.page-builder-pages{
    padding-top: calc(5vw - 32px) ;
}
@media (max-width: 1280px) {
	.page-builder-pages{
    padding-top: calc(6vw - 32px) ;
}
}

@media (max-width: 1024px) {
	.page-builder-pages{
    padding-top: calc(5.2vw - 32px) ;
}
}

/* page builder code */