html {
    scroll-behavior: smooth;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
section[id], div[id] {
  scroll-margin-top: 80px !important; 
  scroll-behavior: smooth;  
}
  body {
    font-size: 1rem !important;
    color: #333 !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
  }

  @font-face{
    font-family: "Segoe Script";
    src: url(./images/fonts/SegoeScript.ttf)format("truetype");
  }
   @font-face{
    font-family: "Bahnschrift Light";
    src: url(./images/fonts/BAHNSCHRIFT.TTF)format("truetype");
  }
  a,
  a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
  }
  
  ul {
    padding-left: 0px !important;
    list-style-type: none;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .posrel{
    position: relative;
  }
  p{
    margin-bottom: 0.5rem !important;
  }
  .para{
    line-height: 26px;
    font-weight: 400;
  }
  @media (min-width: 1366px) {
    .cmpad{
      max-width: 1920px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .cmpad {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  @media (max-width: 575px) {
    html {
      font-size: 90% !important;
    }
  }
  
  @media (min-width: 768px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
      background-color: #007747;
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: #000;
    }
  
    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  
    .custscrollA::-webkit-scrollbar {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  }

  input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder, textarea::placeholder {
  font-size: 0.8rem; 
  color: #333;
  opacity: .5;
}

/* For Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.8rem;
}

/* For Internet Explorer */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}

/* For Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}

  .mainhead {
    font-size: 2.5rem;
    color: #333;
    line-height: 45px;
    font-weight: 600;
  }

.mainhead span{
    color: #007747;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p{
    font-size: 0.9rem;
    margin: 0;
    color: #5a5858;
}
/* header */
.smalltext{
    font-family: "Segoe Script";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    font-size: 2.2rem;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid currentColor; 
    display: inline-block;
    color: #111;
    transition: all .3s;
}
header.active .smalltext{
  font-size: 1.4rem;
}
.typing-cursor {
  animation: blink 0.75s step-end infinite;
}
.top-leftheader{
    background: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 320px;
    border-radius: 28px;
}

@keyframes blink {
  50% { border-color: transparent; }
}

header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}
header.active {
    background-color: #fff;
    box-shadow: 0px 0px 20px #00000043;
    transition: 0.3s;
}
header.active .logo .mainlogo{
    width: 60px;
}
.logo .topleft-text img{
    width: 25px;
}
.d-flex{
    display: flex;
}
.logo .topleft-text{
    align-items: baseline;
    gap: 10px;
}


.logo a {
  display: inline-block;
  perspective: 1000px; 
}

.logo .mainlogo {
  width: 130px;
  border-radius: 20px;
  display: block;
  transform-style: preserve-3d;
  animation: 
    flipIn 1.8s cubic-bezier(0.23, 1, 0.32, 1) forwards,
    gentleFloat 4s ease-in-out infinite 1.8s;
}

@keyframes flipIn {
  0% {
    transform: rotateY(-180deg) rotateX(25deg) translateY(-60px) scale(0.7);
    opacity: 0;
  }
  60% {
    transform: rotateY(20deg) rotateX(-10deg) translateY(10px) scale(1.05);
    opacity: 1;
  }
  80% {
    transform: rotateY(-8deg) rotateX(5deg) translateY(-2px) scale(0.98);
  }
  100% {
    transform: rotateY(0deg) rotateX(0deg) translateY(0) scale(1);
    opacity: 1;
  }
}

/* Step 2: Continuous Hand-held Tilt & Floating */
@keyframes gentleFloat {
  0%, 100% {
    transform: rotateY(0deg) rotateX(0deg) translateY(0px);
  }
  25% {
    transform: rotateY(12deg) rotateX(-6deg) translateY(-6px);
  }
  75% {
    transform: rotateY(-12deg) rotateX(6deg) translateY(6px);
  }
}

@keyframes waveLogo {
  0% {
    transform: rotate(0deg) translateX(0px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 
                0 2px 6px rgba(0, 0, 0, 0.15);
  }
  25% {
    transform: rotate(-3deg) translateX(-3px);
    box-shadow: 4px 14px 24px rgba(0, 0, 0, 0.28), 
                0 4px 8px rgba(0, 0, 0, 0.18);
  }
  50% {
    transform: rotate(0deg) translateX(0px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 
                0 2px 6px rgba(0, 0, 0, 0.15);
  }
  75% {
    transform: rotate(3deg) translateX(3px);
    box-shadow: -4px 14px 24px rgba(0, 0, 0, 0.28), 
                0 4px 8px rgba(0, 0, 0, 0.18);
  }
  100% {
    transform: rotate(0deg) translateX(0px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 
                0 2px 6px rgba(0, 0, 0, 0.15);
  }
}

.mainlogo:hover {
  animation-play-state: paused;
  transform: rotate(0deg) scale(1.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3), 
              0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.flex{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.topright-text ul{
    display: flex;
    gap: 30px;
}
.topright-text ul li a{
    color: #111;
}
.logo{
    display: flex;
    gap: 13px;
    align-items: center;
}

/* banner */
 .banner {
    max-width:1300px;
    margin:0 auto;
  }
 .banner-section{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 125px;
 }
 .caticn{
    width: 25px;
    filter: brightness(0) invert(1);
    animation: catWiggle 2s ease-in-out infinite;
    transition: transform 0.3s ease;
 }
 @keyframes catWiggle {
  0%, 85%, 100% {
    transform: rotate(0deg) translateY(0);
  }
  90% {
    transform: rotate(-8deg) translateY(-2px);
  }
  95% {
    transform: rotate(8deg) translateY(-2px);
  }
}
  /* ---- Top row ---- */
  .top-row {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:20px;
    width: 100%;
  }
 
  .headline {
  flex: 1;
  text-align: center;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #111;
  padding: 0 20px;
  margin: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: "Bahnschrift";
}

.slide-text {
  display: inline-block;
  transform: translateX(-60px);
  opacity: 0;
  transition: transform 2.2s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 2.2s ease-out;
  transition-delay: 0.3s;
}
 

  .avatars {
    flex-shrink:0;
    display:flex;
    align-items:center;
    margin-top:8px;
    gap: 5px;
    z-index: 99;
  }
  .avatars .av {
    width:40px;
    height:40px;
    border:3px solid #fff;
    object-fit:cover;
    display:block;
  }
  .avatars .av:first-child { margin-left:0; }
  .avatars .plus {
    width:40px;
    height:40px;
    border-radius:50%;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    border:3px solid #fff;
  }
 
  /* ---- Card grid ---- */
  .grid {
    display:grid;
    grid-template-columns: 1.05fr 1.05fr 1fr 1.05fr 1.05fr;
    gap:18px;
    align-items:start;
  }
 
   .col { display:flex; flex-direction:column; gap:18px; }
 
  /* CARD = the image slot. Swap the <img class="card-img"> src for your real photo. */
  .card {
    position:relative;
    border-radius:28px;
    overflow:hidden;
    background:#e9e9e9; /* placeholder fill until image loads */
  }
  .card-img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  .card-label {
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:600;
    color:#999;
    letter-spacing:0.5px;
    pointer-events:none;
    background:repeating-linear-gradient(45deg, #eee, #eee 10px, #f5f5f5 10px, #f5f5f5 20px);
  }
 
  /* tab notch on top of full-height cards (col 2 and col 4) */
  .card.tab::before {
    content:"";
    position:absolute;
    top:-14px;
    left:50%;
    transform:translateX(-50%);
    width:56px;
    height:28px;
    background:#e9e9e9;
    border-radius:16px 16px 0 0;
    z-index:2;
  }
 
  .card-tall { height:380px; }
  .card-med  { height:410px; }
  .card-full { height:380px; }
  .card-mid { height:263px; }
 
  .card-icon-wrap {
    display:flex;
    justify-content:center;
    padding:14px 0;
  }
  .center-icon {
    width:36px;
    height:36px;
  }
 
  .cta-btn {
    background:#007747;
    color:#fff;
    border:1px solid #007747;
    border-radius:16px;
    padding:13px 20px;
    font-size:15px;
    font-weight:600;
    display:flex;
    align-items:end;
    justify-content:space-between;
    width:100%;
    cursor:pointer;
  }

  .cta-btn:hover{
    background: #fff !important;
    color: #007747 !important;
    border: 1px solid #111;
  }
  .cta-btn:hover .caticn{
    filter: none;
  }
  .cta-btn span.arrow { font-size:16px; margin-left:8px; }
 
  @media (max-width: 900px) {
    .headline { font-size:32px; }
    .grid { grid-template-columns: repeat(3, 1fr); }
  }

  /* what we deal */
  .deallist ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .deallist ul li i{
    color: #007747;
    margin-right: 10px;
  }
  .dealright{
    background-color: #DCEEE1;
    border-radius: 28px;
  }
  /* products */
  .productimg{
    height: 280px;
    max-height: 100%;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
  }
  .productimg img{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hot{
    position: absolute;
    top: 12px;
    left: 7px;
    background: #e50101;
    color: #fff;
    border-radius: 28px;
    font-size: 0.7rem;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .prodcode{
    color: #6e6c6c94;
    font-size: 0.85rem;
  }
  .prodname{
    font-size: 1rem;
    font-weight: 600;
  }
  .bottom-det{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .buybtn{
    background: black;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 28px;
    font-size: 0.9rem;
    color: #fff;
    border: 1px solid #000;
    display: flex;
    width: max-content;
    gap: 10px;
    align-items: center;
  }
  .buybtn img{
    height: 17px;
    width: 17px;
  }
  .buybtn:hover{
    background: #fff;
    color: #000;
  }
  .rate{
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
  }
  .rate p{
    font-size: 1.1rem;
    font-weight: 700;
    color: #e50101;
  }
  .rate span{
    font-size: 1.1rem;
    color: #5a5858;
    position: relative;
    margin-right: 8px;
  }
  .rate span::before{
    content: "";
    position: absolute;
    left: -5%;
    top: 50%;
    width: 110%;
    height: 1.3px;
    background: #5a5858;
    transform: rotate(-12deg);
  }
  .swiper-btns{
    position: absolute;
    top: 205px;
    right: 0;
  }
  .product-section{
    position: relative;
  }
  .prevbtn, .curio-prev, .gift-prev, .office-prev, .car-prev{
    left: -100px;
  }
  .nextbtn::after, .prevbtn::after, .curio-next::after, .curio-prev::after, .gift-next::after, .gift-prev::after, .car-next::after, .car-prev::after, .office-next::after, .office-prev::after{
    font-size: 1.2rem !important;
    color:  #000 !important;
  }
  .prevbtn, .nextbtn, .curio-next, .curio-prev, .gift-next, .gift-prev, .office-next, .office-prev, .car-next, .car-prev{
    border: 1px solid #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  .prodhead{
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #e50101;
    color: #fff;
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .product-head{
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .product-head::before{
    content: '';
    background-image: url(./images/icons/qcat.svg);
    display: flex;
    height: 160px;
    width: 160px;
    display: flex;
    background-repeat: no-repeat;
    left: -125px;
    position: absolute;
    transform: scaleX(-1) rotate(-20deg);
    top: -90px;
  }
  .curio-btns{
    top: 68px !important;
  }

  /* services */
  .subhead{
    font-weight: 600;
    text-align: center;
    width: 509px;
    max-width: 100%;
    margin: auto;
    line-height: 1.5;
    color: #007747;
    font-size: 1.6rem;
  }
  .bod{
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid #00000030;
    padding: 45px;
    border-radius: 28px;
    background-color: #00000005;
  }
  .bod .mainhead{
    font-size: 2.1rem;
  }
  .services-end .servhead{
    font-weight: 600;
    color: #007747;
    line-height: 1.8rem;
  }
  .servimage img{
    border-radius: 28px;

  }
.ovhidden{
  overflow: hidden;
}

.offerhead{
  display: flex;
  gap: 30px;
  align-items: center;
}
.offerhead img{
  width: 60px;
  height: 60px;
}
  /* office futnitures */
  .office-slider .deallist{
    display: flex;
  }
  .office-slider .deallist ul{
    flex-direction: row;
    flex-flow:wrap;
    width: 100%;
    justify-content: space-between;
  }
  .office-slider .deallist ul li{
    border: 1px solid #0000004f;
    border-radius: 28px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .note{
    color: #e50101;
    padding-top: 10px;
  }
  .flexdiv{
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  /* footer */
  
footer {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255 255 255 / 75%);
  font-size: 0.9rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
}
footer a, footer p {
  color: rgb(255 255 255 / 80%);
  transition: 0.3s;
}
footer a:hover {
  color: #007747;
}
footer .line {
  width: 100%;
  background-color: rgb(255 255 255 / 10%);
  height: 1px;
  margin: 2.5rem 0;
}
.pow {
  text-align: right;
}
.pos {
  position: relative;
  z-index: 1;
}
.loc,
.phone,
.mail {
  position: relative;
  padding-left: 38px;
}

.loc:after,
.phone:after,
.mail:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffffcc;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #007747;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.loc:after {
  content: "\f3c5";
}
.phone:after {
  content: "\f095";
}
.mail:after {
  content: "\f0e0";
}
.foot-logo {
  width: 130px;
  margin-bottom: 10px;
}
.foot-logo img{
  border-radius: 20px;
}
footer .social:after {
  display: none;
}
footer .social {
  display: flex;
  gap: 20px;
}

.end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer ul.social li a i {
  font-size: 1.1rem;
}

.add-sec {
  display: flex;
  gap: 15px;
  flex-flow: column;
  flex-wrap: wrap;
}

.foot-cen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
}
.foot-list li:not(:last-child) {
  padding-bottom: 10px;
}

.serlist {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.serlist li a {
  display: flex;
  border: 1px solid #ffffff29;
  padding: 5px 10px;
  font-size: 0.85rem;
  border-radius: 15px;
  transition: 0.3s;
}
.serlist li a:hover {
  border: 1px solid #007747;
  color: #007747;
}

.max-400 {
  max-width: 350px;
}

.link-color {
  color: black;
  transition: 0.3s;
  padding-left: 2px;
  font-weight: 500;
}

.link-color:hover {
  color: #e9c600;
}

.foot-add h5 {
  font-size: 1.1rem;
  color: rgb(255 255 255 / 90%);
  position: relative;
}

.foot-add h3 {
  font-size: 1rem;
  color: rgb(255 255 255 / 95%);
  position: relative;
}

.foot-add h3::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #007747;
    bottom: -6px;
}

.foot-add p {
  font-size: 0.85rem;
}
footer .social li a i{
  color: #ffffffcc !important;
  border-radius: 20px;
}
/* FLOATING BUTTON */
.floatchat {
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  gap: 10px;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px #0567ac24;
  }
}

.floatchat .icon {
  background-color: #0567ac;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #eee;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.cla-btn{
  display: none;
}

@media(max-width:767px){
  .floatchat{
    width: 80px;
    height: 80px;
    right: 10px;
  }
  .floatchat .icon{
    width: 50px;
    height: 50px;
  }
}

.mob-banner{
  display: none;
}
/* mobile responsive section */
@media(max-width: 1400px){
  .top-leftheader{
    padding-left: 220px;
  }
}

@media(max-width: 1200px){
  .logo .mainlogo{
    width: 100px;
  }
  .top-leftheader{
    padding-left: 20px;
  }
  .smalltext{
    font-size: 1.8rem;
  }
  .topright-text ul{
    gap: 20px;
  }
  .banner-section .grid .col{
    gap: 10px;
  }
  .card-full, .card-tall{
    height: 350px;
  }
  .card-mid{
    height: 233px;
  }
  .banner-section{
    padding-top: 110px;
  }
  .dealright{
    display: none;
  }
  .services-box .buyprod{
    margin-bottom: 30px;
  }
}

@media(max-width: 1024px){
 
}

@media(max-width: 992px){
  .bod .row{
    flex-direction: column-reverse;
    gap: 20px;
  }
  .bod{
    padding: 25px;
  }
  .top-leftheader{
    display: none;
  }
  .logo .mainlogo{
    width: 80px;
  }
  .card-full, .card-tall{
    height: 230px;
  }
  .cta-btn, .qnone{
    display: none;
  }
  .cla-btn{
    display: flex;
  }
  footer .line{
    margin: 1.2rem 0;
  }
  .max-400{
    max-width: 550px;
  }
  .top-row{
    margin-bottom: 12px;
  }
}

@media(max-width: 768px){
     br{
    display: none;
  }
}

@media(max-width: 576px){
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-full, .card-tall
 {
    height: 195px;
  }
  .card-mid {
    height: 195px;
  }
  .top-row {
    margin-bottom: 12px;
    align-items: center;
  }
  .headline{
    font-size: 28px;
  }
  .avatars .av{
    width: 35px;
    height: 35px;
  }
  .banner-section{
    padding-top: 145px;
  }
  .mainhead{
    font-size: 2.1rem;
  }
  .swiper-btns{
    top: 300px;
  }
  .curio-btns{
    top: 42px !important;
  }
  .subhead{
    font-size: 1.5rem;
  }
  .decor-btns{
    top: 80px !important;
  }
  .prodhead{
    width: 200px;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    padding-left: 14px;
    padding-right: 14px;
  }
  .product-head::before{
    height: 150px;
    width: 150px;
    left: -98px;
    top: -88px;   
  }
  .office-slider .deallist ul {
    justify-content: unset;
  }
  .grid, .avatars, .logo .mainlogo, .banner-section{
    display: none;
  }
  .mob-banner{
    display: flex;
    height: calc(100vh - 50px);
    background-color: #90a892;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  header{
    background-color: #90a892;
  }
  .smalltext{
    font-size: 2.2rem;
  }
  .mainmoblogo{
    width: 280px;
    height: 100%;
    margin: auto;
    border-radius: 28px;
    box-shadow: 12px 15px rgb(111 105 105 / 25%), 0 6px 10px rgb(163 161 161 / 0%);
    transform-style: preserve-3d;
  
  animation: 
    flipIn 1.8s cubic-bezier(0.23, 1, 0.32, 1) forwards,
    gentleFloat 4s ease-in-out infinite 1.8s;
  }
  .logo .topleft-text img{
    filter: brightness(0)invert(1);
  }
  .avatars-mob img{
    height: 35px;
    width: 35px;
  }
  .avatars-mob{
    display: flex;
    gap: 25px;
    margin-top: 50px;
    justify-content: center;
  }
  .headline-mob{
    display: flex;
    font-size: 44px;
    justify-content: center;
    padding-top: 30px;
  }
  .moblogo{
    margin-top: 6rem;
  }
  .flex{
    flex-direction: column;
    gap: 13px;
  }
  .topright-text{
    font-size: 0.85rem;
  }
  .top-leftheader{
    display: flex;
  }
  header.active .topleft-text img{
    filter: none;
  }
  .logo .topleft-text{
    padding-top: 15px;
  }
  header.active .logo .topleft-text {
        padding-top: 0;
    }
    header.active .flex{
      padding-bottom: 13px;
    }

}

@media(max-width: 380px){
  .logo .mainlogo{
    width: 70px;
  }
  .smalltext{
    font-size: 1.6rem;
  }
  .logo .topleft-text img {
    width: 18px;
}
header.active .smalltext{
  font-size: 1.2rem;
}
.card-full, .card-tall {
  height: 140px;
}
.card-mid {
  height: 140px;
}
    .banner-section {
        padding-top: 105px;
    }
        .topright-text {
        font-size: 0.7rem;
    }
}
