*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
  }

:root{
    --primary-color :#E85222;
    --sec-color:#714684;
    --text-color1:#1B1B1B;
    --text-color2:#252525;
    --stripe-color:#FDECEC;

    --ink: #1C1424;
    --plum-900: #362349;
    --plum-800: #46305B;
    --plum-700: #5B3F7A;
    --coral-600: #E85222;
    --coral-500: #FF7A47;
    --paper: #F6F4F1;
    --line: #E7E1E9;
    --display-font: "Archivo Black", "Archivo", sans-serif;
}

body{
  background-color: var(--paper);
  color: var(--ink);
}

h1, h2, h3, .main-title, .hook, .form-tit{
  font-family: var(--display-font);
}

.carousel-item img{
  border-radius: 8px;
}

body{
  overflow-x: hidden;
}

.form-label{
    margin-bottom: 2px!important;
}

.my-btn{
background-color: var(--primary-color)!important;
border: unset;
font-size: 18px;
color: white!important;
font-weight: 600;
padding: 12px 32px!important;
border-radius: 999px!important;
box-shadow: 0px 1px 1px 0px #BC360C, 0px 1.503px 3px 0px rgba(188, 54, 12, 0.20), 0px 4px 8px 0px rgba(188, 54, 12, 0.20), 0px 12px 24px -6px rgba(188, 54, 12, 0.30), 0px -2px 0px 0px rgba(188, 54, 12, 0.75) inset;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(28,20,36,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 6px 0;
}

.header-nav{
  display: flex;
  align-items: center;
  gap: 28px;
  margin-right: 28px;
}

.header-nav a{
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.header-nav a:hover{
  color: #fff;
}

.header-cta{
  background-color: var(--coral-600)!important;
  color: white!important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px!important;
  border-radius: 999px!important;
  text-decoration: none;
  white-space: nowrap;
}

.main-logo{
  height: 54px;
  filter: brightness(0) invert(1);
}

@media (max-width: 575.98px){
  .main-logo{
    height: 42px;
  }
}

.cbtn button{
    width: 30%;
}

.hero-banner-section{
  margin-bottom: 220px;
}

.hero-banner-slider .splide__slide{
  line-height: 0;
}

.banner-slide-link{
  display: block;
  line-height: 0;
}

.banner-img{
  width: 100%;
  height: auto;
  display: block;
}

#heroBannerSplide .splide__pagination{
  bottom: 14px!important;
}

#heroBannerSplide .splide__pagination__page{
  background: rgba(255,255,255,0.55)!important;
  width: 9px!important;
  height: 9px!important;
}

#heroBannerSplide .splide__pagination__page.is-active{
  background: #fff!important;
  transform: scale(1.15);
}

.enquiry-section{
  background: #fff;
  padding: 0;
  margin: 40px 0 80px;
  box-shadow: 0 24px 60px -24px rgba(54,35,73,0.25);
  border-radius: 24px;
  overflow: hidden;
 }
.enquiry-section .container{
  background: #fff;
  border-radius: 0;
  padding: 48px 40px;
 }

.form-tit{
  font-size: 26px;
  font-weight: 600;
  color: var(--plum-900);
}

.form-eyebrow{
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--coral-600);
  background: #FFF2EE;
  padding: 6px 16px;
  border-radius: 999px;
}

.z-pattern h2{
  color: var(--plum-900);
  font-weight: 600;
  font-family: var(--display-font);
  margin-bottom: unset;
}

.z-pattern-high{
  color: var(--coral-600);
  padding: 10px 4px;
  border-radius: 4px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-left: 3px solid var(--coral-600);
  padding-left: 14px;
  margin: 8px 0;
}

.counter{
  font-weight: 600;
  color: var(--coral-600);
  font-family: var(--display-font);
  background-image: none;
}

.desc{
  text-align: center;
}

.social-row2{
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 24px 48px -16px rgba(54,35,73,0.3);
  padding: 40px 32px;
  margin: auto;
  border: 1px solid var(--line);
}

.social-counter{
  background-color: transparent;
  padding: 8px 24px;
  border-radius: 4px;
  border-right: 1px solid var(--line);
}

.social-row2 .col:last-child .social-counter{
  border-right: none;
}

.social .desc{
  font-size: 15px;
  color: #6b6473;
  font-weight: 500;
}

  .proof{
    position: absolute;
    transform: translate(-50%,0%)!important;
    top: 100%!important;
    left: 50%!important;
    margin: auto;
    margin-top: 24px;
    width: 100%;
  }



.products{
  background: linear-gradient(180deg, #291D35 0%, var(--plum-900) 100%);
  background-position: center center;
    padding: 110px 0 96px;
  }

@media (max-width:768px) {
    .cbtn button{
        width: 100%;
    }

    .products{
        padding: 56px 0;
      }
}

.my-btn:focus-visible{
    box-shadow: unset!important;
}

form{
    background-color: white;
    padding: 32px;
    border-radius: 8px;
}

.main-title{
    font-weight: 600;
    color: var(--plum-900);
    letter-spacing: -0.01em;
}


.sub-tit-desc{
  font-size: 19px;
  color: #6b6473;
  text-align: center;
  margin-top: 12px;
  margin-bottom: unset;
}

.my-btn:active{
position: relative;
top: 2px;
transform: scale(1);
}

.error{
    color: rgb(197, 1, 1);
    font-size: 14px;
}

.form-control, .form-select{
    padding: 12px 16px!important;
    border-radius: 10px!important;
    border: 1.5px solid var(--line)!important;
}

.form-control:focus, .form-select:focus {
    border-color: #E85222!important;    
    box-shadow: 0 0 0 .25rem #e8542225!important;
}

.form-check-input:focus{
    border-color: initial!important;       
}

.form-check-input:focus-visible{
    box-shadow: 0 0 0 .25rem #9704041e!important;
    border-color: #b6441d!important;    
}

.form-check-input:checked{
    box-shadow: 0 0 0 .25rem #9704041e!important;
    border-color: #b6441d!important;    
    background-color: var(--primary-color)!important;
}

.form-check-input:not(:checked){
    box-shadow: unset!important;
}




/* .btn-ring{
    display: none;
  } */
  .btn-ring:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    /* margin: 8px; */
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ring 1.2s linear infinite;
  }
  @keyframes ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .table{
    padding: 96px;
  }


  .cards{
    padding: 28px 24px;
    border-radius: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 16px 40px -22px rgba(28,20,36,0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .cards:hover{
    transform: translateY(-5px);
    box-shadow: 0 22px 46px -18px rgba(28,20,36,0.28);
  }

  .cat-icon-badge{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--coral-600), var(--plum-700));
    margin-bottom: 16px;
    box-shadow: 0 10px 22px -8px rgba(232,82,34,0.45);
  }

  .cat-icon-badge svg{
    width: 32px;
    height: 32px;
    color: #fff;
  }

  .card-tit{
    font-size: 20px;
    font-weight: 600;
  }


  .cards2{
    padding: 32px;
    border-radius: 18px;
    border: 1px solid var(--line);
    box-shadow: 0 16px 40px -20px rgba(28,20,36,0.18);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .cards2:hover{
    transform: translateY(-4px);
    box-shadow: 0 22px 46px -18px rgba(28,20,36,0.26);
  }

  .cards3{
    padding: 32px;
    border-radius: 18px;
    text-align: center;
    background-color: white;
    box-shadow: 0 16px 40px -20px rgba(28,20,36,0.18);
  }

  .carousel-item{
    padding: 0 12px;
  }

  .carousel-dark .carousel-indicators [data-bs-target]{
    background-color: #e6e6e6!important;
  }

  .carousel-indicators [data-bs-target]{
    width: 24px!important;
    height: 2px!important;
    border-radius: 4px!important;
  }

  .carousel-indicators{
    margin-bottom: 8px!important;
  }

  .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
    filter: unset!important;
  }

  .carousel-control-next-icon{
    background-image: url('./assets/images/MaterialSymbolsLightChevronRightRounded.svg');
  }

  .carousel-control-prev-icon{
    background-image: url('./assets/images/MaterialSymbolsLightChevronRightRounded.svg');
    transform: rotate(180deg);
  }


  .pdt{
    display: flex;
    align-items: center;
    padding: 18px;
    border-radius: 14px;
    background-color: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .pdt:hover{
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-3px);
  }

  .pdt .card-desc-2{
    color: #fff;
  }


  .splide__arrow {
    display: none!important;
  }

  .splide__pagination__page{
    background-color: #FDECEC!important;
  }

  .splide__pagination__page.is-active{
    background-color: #E85222!important;
  }

  #slider2 .splide__pagination{
    bottom: -28px!important;
  }

  #slider1 .splide__pagination{
    bottom: -30px!important;
  }

  #slider1 .splide__pagination__page{
    background-color: #ffc6b3!important;
  }

  #slider1 .splide__pagination__page.is-active{
    background-color: #E85222!important;
  }

  .cards3 .card-tit{
    margin-top: 8px;
  }

  
  .fixedbar{

    display: none;
}

.cards2 {
  background-color: #FFFAF9;
}

@media (max-width:992px) {

  .hero-banner-section{
    margin-bottom: 60px;
  }

}

  @media (max-width:576px) {

    .cards2 {
      padding: 24px;
    }

    .fixedbar {
      display: block;
      background-color: #643677;
      padding: 12px 0;
  }

    .check-img{
      height: 24px;
    }

    .splide__slide{
        align-self: center;
      }

      .cards3 .card-tit{
        line-height: 20px;
        margin-top: 8px;
      }

      .cards3 {
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .hero-banner-section{
      margin-bottom: 40px;
    }

    h1{
      font-size: 28px;
    }

      }

      .table{
        background-color: #282828;
      }

footer{
    background-color: var(--ink);
}

.footer-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}

.footer-contact-item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-contact-item svg{
  width: 18px;
  height: 18px;
  color: var(--coral-500);
  flex-shrink: 0;
}

.footer-contact-item:hover{
  color: #fff;
}

.cpr{
    color: #8b8394;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-bottom: unset;
}

.eds{
    color: white;
}

.pill{
  font-size: 13px;
  background-color: var(--coral-600);
  padding: 2px 4px;
  color: white;
  font-weight: 300;
  top: 20px;
}


.tbl{
  padding: 24px;
}

.li-comp{
  padding: 14px 20px;
  background-color: white;
  border-radius: 12px;
  width: max-content!important;
  margin: 0 10px!important;
  border: 1px solid var(--line);
}

.li-comp img{
  height:33px;
  filter: grayscale(1) opacity(0.65);
  transition: filter 0.2s ease;
}

.li-comp:hover img{
  filter: grayscale(0) opacity(1);
}


.hook{
  color: white;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.15;
}

.imp{
  background-image: none;
  padding: 4px 0;
  width: max-content;
  color: var(--coral-500);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 16px 0 8px 0;
}


.brands{
  padding-left: unset!important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.brands li{
  height: 100%;
  list-style-type: none;
  background-color: white;
  padding: 8px;
  border-radius: 2px;
}


.h-desc{
  font-size: 26px;
  color: white;
  font-weight: 800;
  padding-left: 12px;
}

.hlt{
  background-image: none;
  color: var(--coral-500);
  font-style: italic;
  padding: 0;
}

.card-desc{
  color: #4A4A4A;
}
.depc{
  color: rgba(255,255,255,0.85);
  font-size: 18px;
}

.card-desc-2{
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 500;
}

.z-p{
  padding-bottom: 48px;
}

.elements{
  width: 5vw;
  animation: UpDown 1s linear infinite;
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}

@media (max-width:576px) {

  .imp{
    font-size: 13px;
  }

  .depc{
    font-size: 15px;
  }

  .hook{
    font-size: 8vw;
  }

  .hero-sub{
    font-size: 15px;
  }

  .hero-eyebrow{
    font-size: 12px;
    padding: 6px 14px;
  }

  .gift-tag-badge{
    padding: 10px 12px;
    max-width: 130px;
    border-radius: 12px;
  }

  .gift-tag-num{
    font-size: 20px;
  }

  .gift-tag-label{
    font-size: 10.5px;
  }

  .hero-poster-wrap{
    padding: 6px 16px 20px 0;
  }

  .header-cta{
    font-size: 12px;
    padding: 8px 14px!important;
  }

  .main-logo{
    height: 26px;
  }

  .elements{
    display: none;
  }

  .z-p-2{
    padding-bottom: 32px;
  }

  .z-pattern-high{
    margin: 4px 0;
    width: auto;
    font-size: 14px;
    border-radius: 4px;
  }

  .pdt{
    padding: 8px;
  }

.card-desc-2{
  font-size: 16px;
}

  .sub-tit-desc{
    font-size: 15px;
  }

  .footer-logo{
    height: 30px;
  }

  .footer-contact{
    flex-direction: column;
    gap: 14px;
  }

  .footer-contact-item{
    font-size: 13.5px;
  }

  .h-desc{
    font-size: 18px;
  }

  .li-comp img{
    height:28px;
  }

  .li-comp{
    padding: 6px;}

  .table-title{
    font-size: 18px;
    padding: 28px 8px!important;
    line-height: 24px;   

  }

  .pill{
    display: none;
  }

  .table{
    padding: 48px 12px!important; 
  }

  .tbl{
    padding: unset;
  }

  table{
    background-color: unset!important;
  }
  
  .card-tit{
    line-height: 24px;
    font-size: 16px;
  }

  .card-desc{
    font-size: 14px;
  }

  #tr2 td:nth-child(2), #tr3 td:nth-child(2), #tr4 td:nth-child(2), #tr5 td:nth-child(2), #tr6 td:nth-child(2) {
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
  }
  
  #tr1 th:nth-child(2){
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);  
  }
  
  #tr7 td:nth-child(2){
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);  
  }

  .main-logo{
    height: 40px;
  }
  
}