.flex-class {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-content-center {
  justify-content: center;
}
.all-center {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.white-bg {
  background-color: #fff;
}
.primary-white {
  color: #fff !important;
}
.bg-blue {
  background-color: #3d5588;
}
.bg-light-blue {
  background-color: #d7e4ff;
}
.bg-teal {
  background-color: #008fd5;
}
.primary-teal {
  color: #008fd5 !important;
}
.bg-gray {
  background-color: #f5f8ff;
}
.position-relative {
  position: relative;
}
.primary-blue {
  color: #3d5588 !important;
}
.black-text-heading {
  color: #494949;
}
.dark-black-text-heading {
  color: #221e1f;
}
.primary-orange {
  color: #f26522 !important;
}
.bg-orange {
  background-color: #f26522;
}
.pitch-black {
  color: #000;
}
.bg-purple {
  background-color: #5d2f91;
}
.bg-white {
  background-color: #ffffff;
}
.text-purple {
  color: #5d2f91 !important;
}
.text-dark-purple {
  color: #221e1f;
}
.bg-red {
  background-color: #bb131a;
}
.text-red {
  color: #bb131a !important;
}
.bg-reddish-pink {
  background-color: #d41c3d;
}
.reddish-pink {
  color: #d41c3d;
}
.border-reddish-pink {
  border: 2px solid #d41c3d !important;
}
.border-purple {
  border: 2px solid #5d2f91 !important;
}
.border-red {
  border: 2px solid #bb131a !important;
}
.bg-dark-gray {
  background-color: #221e1f;
}
body {
  font-family: "Inter", sans-serif;
  margin: 0px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px !important;
}
.btn {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
h1,
p,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
}
h1 {
  font-size: 2rem;
}
.main-section {
  background-color: #ed1b2f;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
.main-section h1 {
  color: #fff;
  line-height: 1rem;
  font-size: 3.75rem;
  font-weight: 800;
  margin: 20px 0px;
}
.main-section h3 {
  color: #fff;
  line-height: 1rem;
  font-size: 2.5rem;
  font-weight: 200;
  margin: 20px;
}

.main-section::before,
.main-section::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%; /* Match section height */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.semi-bold {
  font-weight: 600 !important;
}
.main-section::before {
  left: 0;
  width: 170px; /* Adjust to match image ratio */
  background-image: url("../assets/images/left.png");
}

.main-section::after {
  right: 0;
  width: 170px; /* Adjust to match image ratio */
  background-image: url("../assets/images/right.png");
}
.hero-section {
  padding: 70px 20px;
  position: relative;
  /* overflow: hidden; */
}
.zeevee-banner {
  padding: 0px 20px;
}
.blonder-banner {
  padding: 0px 20px 40px;
}
.hero-section h2 {
  line-height: 1rem;
  font-size: 3.75rem;
  font-weight: 800;
}
.hero-section h2.font-size-48 {
  font-size: 3rem !important;
}
.hero-section.first-section p {
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: 200;
  margin: 20px 0;
  max-width: 500px;
}
.header-image {
  height: 350px;
  object-fit: contain;
  position: absolute;
  right: 0px;
  top: -45%;
  z-index: 1;
}
.contact-btn {
  color: #3d5487;
  border: none;
  border-radius: 29.5px;
  width: 144px;
  height: 48px;
  cursor: pointer;
  font-size: 1rem;
}
.column-50 {
  width: 50%;
  padding: 100px 0px;
}
.no-padding-tb {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.no-padding-b {
  padding-bottom: 0px !important;
}
.padding-right-80 {
  padding-right: 80px !important;
}
.padding-left-80 {
  padding-left: 80px !important;
}
.fifth-section .flex-class,
.second-section .flex-class {
  gap: 70px;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.second-section {
  padding: 0px;
  margin: 0px;
}
.vanti-image {
  max-height: 100px;
  max-width: 120px;
  object-fit: contain;
  left: 30px;
}
.second-right-section {
  justify-content: center;
}

.hero-section.second-section.hero-full-bg:after {
  content: "";
  background: #d7e4ff;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  left: auto;
  z-index: 2;
}

.hero-full-bg-inner {
  position: relative;
  z-index: 9;
}

.features-list li {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.hero-section.second-section.fifth-section.bg-teal p.primary-white {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.request-btn {
  width: 200px;
  height: 50px;
  font-size: 1rem;
  margin-top: 10px;
}
.right-image {
  position: relative;
  max-width: 100%;
  height: auto;
}

.hero-section.third-section.bg-teal {
  min-height: 270px !important;
  padding: 50px 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third-section p {
  max-width: 730px;
  font-size: 1rem;
}
.fourth-section {
  padding: 40px 130px;
  position: relative;
  overflow: hidden;
}
.fourth-section h2 {
  margin-bottom: 50px;
}
.box-wrapper {
  gap: 30px;
  margin: 50px 0px;
}
.fourth-section .box-item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.fourth-section .box-item {
  text-align: left;
  padding: 80px 40px;
  border-radius: 20px;
  align-items: stretch;
}
.fifth-section h2 {
  line-height: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.fifth-section .circle-image {
  position: relative;
  max-width: 100%;
  height: auto;
}
.sixth-section {
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
.sixth-section .heading-top-txt {
  margin-bottom: 20px;
}
.sixth-section .heading-top-txt p {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200;
  max-width: 800px;
}
.sixth-section .box-item {
  padding: 0px;
}
.sixth-section .image-wrapper {
  padding: 40px 40px;
  border-radius: 20px 20px 0px 0px;
}
.sixth-section .content-area-box {
  padding: 40px 80px;
}
.sixth-section .content-area-box .features-list {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 200;
}
.box-image {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: contain;
}
.box-big-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}
.box-bg-image-wrapper {
  width: 94%;
}
.box-bg-image-wrapper p {
  max-width: 100%;
  font-size: 1.2rem;
}
.box-bg-image-wrapper ul {
  margin: 0px;
  font-size: 1.2rem;
  padding: 0px 15px;
}
.box-bg-image-wrapper .ul-wrapper {
  gap: 50px;
}

/* Testimonial Slider */
.testimonial-heading {
  color: #008fd5;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #fffffe,
    1px 1px 0 #ffffff;
  font-size: 110px;
  font-family: "Inter", sans-serif !important;
  font-weight: 800;
}
.testimonial-slider {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  padding: 40px;
  margin: 0 15px;
  border-radius: 12px;
  border-bottom: 2px solid #f26522;
  min-height: 50vh !important;
}

.testimonial-text {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 10px;
}
.testimonial-card p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0px;
}
.quote-icon {
  margin-bottom: 20px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 20px;
}

.author-info {
  text-align: left;
}

.author-name {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.author-title,
.author-company {
  font-size: 1rem;
  font-weight: 500;
}

/* Slick Customization */
.slick-dots {
  bottom: -60px !important;
  z-index: 9;
}

.testimonial-section .slick-dots {
  display: none !important;
}

.slick-dots li button:before {
  color: #f26522;
  font-size: 12px;
  opacity: 0.4;
}

.slick-dots li.slick-active button:before {
  color: #f26522;
  opacity: 1;
}

.slick-prev,
.slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  color: #5b7bb4;
  opacity: 0.8;
}

.slick-prev {
  left: -70px;
}

.slick-next {
  right: -70px;
}
.stroke-text {
  font-size: 48px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px white;
}

.testimonial-heading {
  margin-bottom: 30px;
}

.testimonial-section {
  padding: 60px 20px;
}
/* .testimonial-slider-wrapper {
  position: absolute;
  left: 19%;
  z-index: 9999;
} */
.testimonial-slider-wrapper .slick-arrow {
  display: none !important;
}
.testimonial-slider-wrapper .slick-list.draggable {
  position: relative;
  z-index: 4;
}
.testimonial-section {
  min-height: 50vh;
}
.testimonial-below-section {
  min-height: 320px;
  margin-top: -320px;
  z-index: 3;
}
/* .testimonial-section::after {
  content: "";
  position: absolute;
  top: 24%;
  right: 0;
  width: 385px;
  height: 250px;
  background: url("../assets/images/testimonial-shape.png") no-repeat
    center/contain;
  pointer-events: none;
} */
.testimonial-below-section::before {
  content: "";
  position: absolute;
  top: -300px;
  right: 0px;
  width: 332px;
  height: 250px;
  background: url("../assets/images/testimonial-shape.png") no-repeat
    center/contain;
  pointer-events: none;
}
.testimonial-below-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 335px;
  height: 250px;
  background: url("../assets/images/testimonial-sc-img.svg") no-repeat
    center/contain;
  pointer-events: none;
}

.eighth-section h2 {
  max-width: 700px;
  line-height: 3rem;
  font-size: 3rem;
  margin-bottom: 0px;
}
.eighth-section p {
  max-width: 650px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 200;
}
.eighth-section {
  padding: 100px 20px;
}
/* Top-left image */
.eighth-section::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -70px;
  width: 270px;
  height: 220px;
  background: url("../assets/images/eight-shape-1.svg") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.7;
}

/* Bottom-right image */
.eighth-section::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 130px;
  height: 220px;
  background: url("../assets/images/eight-shape-2.svg") no-repeat center/contain;
  pointer-events: none;
}
.contact-bar {
  gap: 10px;
  align-items: center;
  font-size: 16px;
  margin-top: 20px;
}

.contact-bar span {
  white-space: nowrap;
}

.four-item-slider {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.card {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

/* Slick Arrow Customization for 4-item slider */
.four-item-slider .slick-prev,
.four-item-slider .slick-next {
  display: block !important;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.four-item-slider .slick-prev {
  left: 0px;
  background-image: url("../assets/icons/prev-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.four-item-slider .slick-next {
  right: 0px;
  background-image: url("../assets/icons/next-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.four-item-slider .slick-prev:before,
.four-item-slider .slick-next:before {
  display: none;
}
.four-item-slider .slick-prev:hover {
  left: 0px;
  background-image: url("../assets/icons/prev-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #f0f0f0 !important;
}

.four-item-slider .slick-next:hover {
  background-color: #f0f0f0;
  right: 0px;
  background-image: url("../assets/icons/next-ico.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.four-item-slider .slick-prev:focus {
  left: 0px;
  background-image: url("../assets/icons/prev-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #ffffff !important;
}

.four-item-slider .slick-next:focus {
  right: 0px;
  background-image: url("../assets/icons/next-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #ffffff !important;
}
/* Inactive dots */
.slick-dots li button:before {
  font-size: 12px !important; /* optional size tweak */
  color: #999 !important; /* your inactive dot color */
  opacity: 1 !important; /* make sure the color shows fully */
}

/* Active dot */
.slick-dots li.slick-active button:before {
  color: #f26522 !important; /* your active dot color */
}
.product-section {
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.product-section .content-area-box {
  padding: 30px 20px;
}
.product-section .content-area-box {
  gap: 10px;
}
.product-section .content-area-box p,
.product-section .content-area-box h3 {
  margin: 0px;
}
.product-section .image-wrapper {
  padding: 50px 30px;
  border-radius: 8px 8px 0px 0px;
}
ul.features-list.black-text-heading {
  line-height: 2rem;
}
.box-wrapper .box-item p,
.box-wrapper .box-item .features-list {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0px;
  font-weight: 400;
}
.box-wrapper .box-item .features-list {
  padding-left: 20px;
}
.box-wrapper .box-item h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.box-wrapper .box-item h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.text-justify {
  text-align: justify;
}

.flex-column.box-item.bg-gray.box-bg-image-wrapper {
  width: 100%;
}
.hero-section p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.ul-padding-left {
  padding-left: 30px;
}

.core-com-img-wrap {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third-section.bg-orange p {
  margin: 16px auto;
}

/****************************Categories-Page-CSS************************************************************/
.Categories-Page .hero-section {
  padding: 70px 20px;
}

.Categories-Page .hero-section h2,
.zee-vee .hero-section.zee-vee-ideal h2,
.zee-vee .red-dot-section h2 {
  max-width: 640px;
  line-height: 4.3rem;
  font-size: 4rem;
  margin: 20px 0px;
}
.Categories-Page .hero-section h4 {
  margin: 20px 0px;
  font-size: 1.25rem;
}
.Categories-Page .first-section .zee-image-wrapper.blonder img {
  position: absolute;
  top: 20px;
  right: 0px;
}
.Categories-Page .hero-section.bg-reddish-pink h1 {
  max-width: 660px;
}

.Categories-Page .hero-section p {
  font-size: 1rem;
  max-width: 630px;
}
.Categories-Page .image-wrapper .header-image {
  height: 370px;
  top: 0%;
}
.Categories-Page .fourth-section h3,
.zee-vee .fourth-section h3 {
  font-size: 3rem;
  font-weight: 800;
  max-width: 550px;
}
.zeevee-feature{
  max-width: 585px !important;
}
.Categories-Page .sixth-section .content-area-box {
  padding: 40px 70px;
  border-radius: 0px 0px 24px 24px;
}
.Categories-Page .sixth-section .image-wrapper {
  padding: 40px 40px;
  border-radius: 24px 24px 0px 0px;
}
.Categories-Page .eighth-section::before {
  background: url("../assets/images/last-right.svg") no-repeat center/contain;
}
.Categories-Page .eighth-section::after {
  background: url("../assets/images/last-left.svg") no-repeat center/contain;
}
.Categories-Page .eighth-section::before,
.zee-vee .eighth-section.hero-section.red-dot-section::before {
  top: inherit;
  bottom: 0;
  left: 0px;
  opacity: 1;
}

.Categories-Page .eighth-section::after,
.zee-vee .eighth-section.hero-section.red-dot-section::after {
  top: inherit;
  bottom: 0;
  left: inherit;
  right: 0;
  width: 270px;
  opacity: 1;
}

.zee-vee .eighth-section.hero-section.red-dot-section::before {
  background: url("../assets/images/zee-last-right.svg") no-repeat
    center/contain;
  left: -20px;
}
.zee-vee .eighth-section.hero-section.red-dot-section::after {
  background: url("../assets/images/zee-last-right-2.svg") no-repeat
    center/contain;
  right: -20px;
}
.zee-vee.blonder-cat .eighth-section.hero-section.red-dot-section::before {
  background: url("../assets/images/blond-last-left.svg") no-repeat
    center/contain;
}
.zee-vee.blonder-cat .eighth-section.hero-section.red-dot-section::after {
  background: url("../assets/images/blond-last-right.svg") no-repeat
    center/contain;
}

.hero-section.third-section.eighth-section.position-relative.red-dot-section {
  padding: 70px 0px !important;
}

.Categories-Page .seventh-section .why-section:before,
.zee-vee .seventh-section .why-section:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 133px;
  height: 133px;
  background: url("../assets/images/DT-ATSC-bottom.svg") no-repeat
    center/contain;
}
.Categories-Page .seventh-section .why-section:before {
  background: url("../assets/images/DT-ATSC-bottom.svg") no-repeat
    center/contain;
}
.Categories-Page .seventh-section .why-section:after {
  background: url("../assets/images/DT-ATSC-top.svg") no-repeat center/contain;
}
.zee-vee .seventh-section .why-section:before {
  background: url("../assets/images/zee-why-before.svg") no-repeat
    center/contain;
}
.zee-vee .seventh-section .why-section:after {
  background: url("../assets/images/why-zee-after.svg") no-repeat center/contain;
}
.zee-vee.blonder-cat .seventh-section .why-section:after {
  background: url("../assets/images/blonder-right-2.svg") no-repeat
    center/contain;
}
.zee-vee.blonder-cat .seventh-section .why-section:before {
  background: url("../assets/images/blonder-why-right.svg") no-repeat
    center/contain;
}
.Categories-Page .seventh-section .why-section:after,
.zee-vee .seventh-section .why-section:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 10%;
  width: 254px;
  height: 226px;
}

.Categories-Page .seventh-section h2,
.zee-vee .seventh-section h2 {
  max-width: 100%;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
}
.Categories-Page .contact-btn {
  color: #d41c3d;
  border-radius: 29.5px;
  width: 200px;
  height: 50px;
  cursor: pointer;
  font-size: 1rem;
  border: 2px solid #d41c3d;
  margin-left: 5px;
  margin-right: 5px;
}

.Categories-Page .sixth-section .box-wrapper {
  margin: 0px;
}
.Categories-Page .sixth-section {
  padding: 80px 20px;
}
.Categories-Page .seventh-section p,
.zee-vee .seventh-section p {
  max-width: 520px;
}
.Categories-Page .box-wrapper .box-item h2 {
  margin-block-start: 0em;
}
.Categories-Page .fourth-section .box-wrapper .box-item h2,
.zee-vee .fourth-section .box-wrapper .box-item h2 {
  margin-bottom: 30px !important;
}
.Categories-Page .column-direction-equal .flex-class > .flex-column,
.zee-vee .column-direction-equal .flex-class > .flex-column {
  flex: 1 1 0;
}
.Categories-Page .key-section.column-direction-equal .box-item,
.zee-vee .key-section.column-direction-equal .box-item {
  padding: 40px 40px;
}
.Categories-Page .hero-section.seventh-section .box-item,
.zee-vee .hero-section.seventh-section .box-item {
  padding: 0px;
}
.Categories-Page .fourth-section .box-item h3,
.zee-vee .fourth-section .box-item h3 {
  margin-bottom: 0;
}
.Categories-Page .fourth-section .box-wrapper .box-item p,
.zee-vee .fourth-section .box-wrapper .box-item p {
  margin-top: 5px;
  max-width: 450px;
  margin-bottom: 0px;
}
.Categories-Page .fourth-section .box-item,
.zee-vee .fourth-section .box-item {
  border-radius: 8px;
}
.Categories-Page .fifth-section .flex-class,
.zee-vee .fifth-section.hero-section.zee-vee-ideal .flex-class {
  gap: 0px;
}
.Categories-Page .fifth-section h2,
.zee-vee .fifth-section.hero-section.zee-vee-ideal h2 {
  margin: 0;
}
.Categories-Page .box-wrapper .box-item h3,
.zee-vee .box-wrapper .box-item h3 {
  font-size: 16px;
  line-height: 32px;
  margin-top: 0px;
  font-weight: 900;
}
.Categories-Page .key-section .box-wrapper .box-item h3,
.zee-vee .key-section .box-wrapper .box-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Categories-Page .why-section .box-wrapper .box-item h3,
.zee-vee .why-section .box-wrapper .box-item h3 {
  display: block;
}

.Categories-Page .box-wrapper .box-item img {
  position: relative;
  /* top: 8px; */
}
.column-direction-equal .box-wrapper {
  gap: 15px;
  margin: 15px 0px;
}
.Categories-Page .fifth-section,
.zee-vee .fifth-section {
  background-image: url("../assets/images/ideal-background.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.zee-vee .fifth-section {
  background-image: url("../assets/images/ideal-zee-vee.png");
}
.blonder-cat .fifth-section {
  background-image: url("../assets/images/blond-back.png");
}
.Categories-Page .fifth-section::after {
  background: rgba(212, 28, 61, 0.7);
}
.Categories-Page .fifth-section::after,
.zee-vee .fifth-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.zee-vee .fifth-section.hero-section.zee-vee-ideal::after {
  background: #5d2f91;
  opacity: 0.7;
}
.zee-vee.blonder-cat .fifth-section.hero-section.zee-vee-ideal::after {
  background: #bb131a;
}

.Categories-Page .fifth-section .box-wrapper .box-item img,
.zee-vee .fifth-section .box-wrapper .box-item img {
  position: relative;
  top: 0;
  width: 60px;
  height: auto;
  max-height: 45px;
}
.Categories-Page .fifth-section .box-wrapper,
.zee-vee .fifth-section .box-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
}
.Categories-Page .fifth-section .box-wrapper .box-item h3,
.zee-vee .fifth-section .box-wrapper .box-item h3 {
  padding-top: 20px;
}
.Categories-Page .fifth-section .box-item,
.zee-vee .fifth-section .box-item {
  padding: 0px;
  border-right: 1px solid #fff;
}
.Categories-Page .fifth-section .box-item:last-child,
.zee-vee .fifth-section .box-item:last-child {
  border-right: 0px;
}
.Categories-Page .fifth-section .box-wrapper .box-item h3,
.zee-vee .fifth-section .box-wrapper .box-item h3 {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
}
.Categories-Page .hero-section.fifth-section p,
.zee-vee .hero-section.fifth-section p {
  max-width: 100%;
  padding-bottom: 50px;
}

/* ZeeVee Page */
.zee-vee .hero-section.first-section h2 {
  line-height: 4.3rem;
  max-width: 650px;
  margin: 20px 0px;
}
.zee-vee .hero-section.first-section h4 {
  line-height: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0px;
}

.zee-vee .hero-section.first-section p {
  max-width: 590px;
  font-size: 1rem;
  line-height: 1.7rem;
}

.zee-vee .hero-section.first-section .zee-header-image {
  max-height: 510px;
}
.zee-vee .hero-section.zee-second .zee-box-image-wrapper {
  max-width: 100%;
  height: auto;
  max-height: 114px;
}
.zee-vee .hero-section.zee-second .flex-class.zee-box-wrapper {
  gap: 50px;
}
.zee-vee.blonder-cat .blond-box .flex-class.zee-box-wrapper {
  gap: 0px;
}
.zee-vee .zee-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zee-vee .padding-right-80.zee-second-content-box {
  max-width: 540px;
}
.zee-vee.blonder-cat .blond-box .zee-second-content-box {
  max-width: 100%;
}
.zee-vee.blonder-cat .blond-box .zee-second-content-box {
  padding: 40px;
}

.zee-vee .zee-features-list li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 400;
}

.zee-second-content-box .title {
  font-weight: 600;
}
.zee-vee-larg-btn {
  width: 280px;
}

.Categories-Page .hero-section.red-dot-section h2,
.zee-vee .hero-section.red-dot-section h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.zee-vee .hero-section.zee-second .zee-box-wrapper {
  gap: 50px;
  padding: 40px 50px;
  border-radius: 20px;
  min-height: 400px;
}
.margin-0040 {
  margin: 0px 0px 40px 0px;
}
.zee-vee .fourth-section {
  padding: 40px;
}
.hero-section.zee-second.hero-full-bg.bg-purple {
  padding: 20px;
}
.hero-section.zee-second.hero-full-bg.bg-purple h2 {
  font-size: 3rem;
  line-height: 3.6rem;
}

.zee-vee.blonder-cat .zee-vee-ideal p {
  max-width: 580px;
}

.blonder-cat .blonder-cat-image {
  max-height: 450px;
}

.blonder-cat .hero-section.first-section h2 {
  line-height: 4.3rem;
  max-width: 630px;
  margin: 20px 0px;
  font-size: 4rem;
}
.blonder-cat .hero-section.first-section h4 {
  max-width: 490px;
  margin: 20px 0px;
  font-size: 1.25rem;
}
.blonder-cat .wrapper-blonder {
  gap: 0px;
}
.blonder-cat .hero-section.zee-second .flex-class.zee-box-wrapper {
  align-items: stretch;
  /* min-height: 60vh; */
  padding: 0px;
  justify-content: space-between;
}
.blonder-cat .hero-section.zee-second .zee-image-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 0px 0px 20px;
  padding: 50px 40px;
  flex-wrap: wrap;
}

.blonder-cat .hero-section.zee-second .zee-second-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* box-shadow: 72px 0px 120px rgba(201, 201, 201, 0.15); */
  box-shadow: 18px 0px 40px #c9c9c94a;
  border-radius: 0px 20px 20px 0px;
}

.blonder-cat .zee-box-image {
  width: 430px;
  max-height: 120px;
}
.blonder-cat .hero-section.zee-second.hero-full-bg.white-bg {
  padding: 30px 0px;
}
.blonder-cat .first-box {
  margin-top: 50px;
}
.blonder-cat .hero-section.zee-second.hero-full-bg.white-bg p.title {
  font-weight: 700;
  margin-top: 0px;
}

.hero-slider .slick-dots li button:before {
  font-size: 16px;
  color: #bbb;
  opacity: 1;
}
/* .blonder-cat .hero-slider {
  overflow: hidden;
} */
.hero-slider.blonder-slider {
  margin-bottom: 90px !important;
  /* overflow: hidden; */
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.hero-slider.blonder-slider .slick-list.draggable {
  padding-top: 30px;
}
.hero-slider.blonder-slider .slick-dots {
  bottom: -35px !important;
}
.hero-slider.blonder-slider button.slick-arrow {
  /* display: none !important; */
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  width: 50px !important;
  height: 50px !important;
  font-size: 20px !important;
  z-index: 1000;
  background: transparent !important;
}

.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
  color: white !important;
  opacity: 1 !important;
  font-size: 24px !important;
  color: #bb131a !important;
}

.hero-slider .slick-prev {
  left: 60px;
  /* top: calc(50% - 20px); */
}

.hero-slider .slick-next {
  right: 35px;
  /* top: calc(50% - 20px); */
}

.hero-slider .slick-dots li.slick-active button:before {
  color: #bb131a !important;
}
.above-slider h2 {
  margin: 0px;
  line-height: 3rem;
}
.above-slider h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 20px 0px 10px;
}
.above-slider p {
  font-size: 1rem;
  margin: 0px;
  font-weight: 400;
}
.hero-slider .hero-section.blond-box {
  padding: 0px;
  margin-top: 0px;
}

.above-slider p.second-txt {
  margin: 20px 0px;
}
.hero-section.zee-second.hero-full-bg.white-bg.blond-box.above-slider {
  padding: 30px 30px;
}
.above-slider .bg-red.container {
  border-radius: 20px;
  padding: 20px 0px !important;
}
.above-slider .hero-full-bg-inner {
  margin-bottom: 0px;
  margin-top: 0px;
}

.blonder-cat .hero-section.zee-second.hero-full-bg.white-bg.slick-slide {
  padding-top: 0px;
}

.blonder-cat .hero-section.first-section h2 {
  max-width: 670px;
}

.zee-vee .control-management {
  padding-bottom: 100px !important;
}
.zee-vee
  .hero-section.third-section.eighth-section.position-relative.red-dot-section,
.blonder-cat
  .zee-vee
  .hero-section.third-section.eighth-section.position-relative.red-dot-section {
  overflow: hidden;
}

.zee-vee.blonder-cat .red-dot-section h2 {
  max-width: 750px;
  font-weight: 700;
}
.zee-vee.blonder-cat .red-dot-section p {
  margin: 20px auto;
}

.zee-vee .hero-section h2,
.Categories-Page .hero-section h2 {
  font-weight: 700;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
.inner-pages-h1 {
  font-size: 3.5rem !important;
  line-height: 4rem !important;
  margin: 20px 0px !important;
}
.btn-margin-left {
  margin-left: 5px;
}
.btn-margin-right {
  margin-right: 5px;
}

.zee-vee .zee-vee-dots h2 {
  margin: 10px auto;
}
.product-section h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 40px;
}
.anchor-text a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.anchor-text a:hover{
  text-decoration: underline !important;
}
/* Tablet Portrait (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    max-width: 95%;
    padding: 15px;
  }
  /* .bg-gray.testimonial-below-section.position-relative,
  .testimonial-section::after {
    display: none;
  } */
  .hero-section h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .hero-section p {
    font-size: 1rem;
    line-height: 1.6rem;
    max-width: 400px;
  }

  .full-width-text{
    max-width: 100% !important;
  }

  .main-section h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    z-index: 999;
    position: relative;
    margin: 0px;
  }

  .main-section h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 0px 0px 15px 0px;
    position: relative;
    z-index: 999;
  }

  .header-image {
    height: 280px;
    max-width: 400px;
    right: 10px;
    top: -25%;
  }

  .column-50 {
    width: 100%;
    padding: 40px 20px;
  }

  .hero-full-bg-inner .second-right-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .flex-row {
    flex-direction: column;
  }

  /* .hero-section {
    padding: 40px 20px;
    padding-top: 100px;
  } */

  .box-wrapper {
    gap: 20px;
    margin: 30px 0px;
    flex-direction: column;
  }

  .fourth-section .box-item {
    padding: 40px 25px;
    max-width: 100%;
  }

  .sixth-section .box-item {
    padding: 0px;
  }

  .testimonial-slider-wrapper {
    position: relative;
    left: 0%;
    width: 100%;
  }

  .testimonial-card {
    padding: 25px;
    margin: 0 8px;
    min-height: 40vh !important;
  }
  .eighth-section p {
    margin: auto;
  }
  .product-section .content-area-box .flex-row {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .testimonial-section {
    padding: 30px 30px;
  }
  .hero-section.second-section {
    padding: 0px;
    min-height: auto;
    padding-top: 80px;
  }
  .hero-section.first-section .align-items-center.flex-row.position-relative {
    align-items: start !important;
  }
  .hero-section.second-section p {
    max-width: 100%;
  }
  .hero-section.second-section.fifth-section.bg-teal .column-50 {
    padding: 20px 0px;
  }
  .hero-section.second-section.fifth-section.bg-teal {
    padding: 20px;
  }
  .flex-column.white-bg.column-50.content-second p,
  .flex-column.white-bg.column-50.content-second h2 {
    padding: 0px 20px !important;
  }
  .sixth-section .box-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .sixth-section .box-bg-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sixth-section .box-wrapper {
    flex-direction: column !important;
    align-items: stretch;
  }

  .sixth-section .box-wrapper .box-item {
    margin-bottom: 30px;
  }

  /* Ensure consistent padding for all boxes in sixth section */
  .sixth-section .content-area-box {
    padding: 35px 25px !important;
  }

  .sixth-section .image-wrapper {
    padding: 35px 25px !important;
  }

  /* Override any flex properties that might cause width differences */
  .sixth-section .flex-column.box-item.bg-gray {
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }
  .blonder-cat .hero-section.zee-second .flex-class.zee-box-wrapper {
    flex-direction: column;
  }
  .flex-class.flex-column.position-relative.no-padding-tb.container.hero-full-bg-inner {
    padding: 0px 40px !important;
  }
  .blonder-cat .hero-section.zee-second .zee-image-box-wrapper {
    border-radius: 0px;
  }

  .Categories-Page .first-section h3 {
    max-width: 320px;
  }
  .Categories-Page .hero-section h2 {
    line-height: 3.5rem;
    font-size: 3rem;
  }
  /* .fourth-section .box-item {
    max-width: 90%;
  } */
  .Categories-Page .fourth-section,
  .zee-vee .fourth-section {
    flex-direction: column;
  }
  .Categories-Page .seventh-section:before,
  .zee-vee .seventh-section:before {
    top: 180px;
    right: 75px;
  }
  .Categories-Page .seventh-section:after,
  .zee-vee .seventh-section:after {
    top: 315px;
    right: 30px;
    width: 210px;
  }
  .Categories-Page .fifth-section p,
  .zee-vee .fifth-section.hero-section.zee-vee-ideal p {
    max-width: 550px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .Categories-Page .eighth-section h2 {
    margin-block-end: 0.6em;
  }
  .Categories-Page .eighth-section p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
  }
  body.blonder-cat .blonder-encoder p.text-dark-purple {
    max-width: 100% !important;
  }
  .blonder-slider-arrows-container{
    padding: 15px 40px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1340px) {
  .header-image {
    max-width: 780px !important;
    right: -40px !important;
  }
  .Categories-Page .hero-section h4 {
    max-width: 500px;
    line-height: 2rem;
  }
  .Categories-Page .first-section .zee-image-wrapper.blonder img {
    max-width: 550px;
  }
}
@media screen and (min-width: 1025px) {
  .Categories-Page .sixth-section.six-box-sectio {
    padding: 80px 0px;
  }
  .Categories-Page .six-box-section .box-wrapper {
    display: flex;
    align-items: stretch;
  }

  .Categories-Page .six-box-section .box-wrapper > .box-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
  }

  .Categories-Page .six-box-section .box-item .image-wrapper {
    flex: 0 0 auto;
  }

  .Categories-Page .six-box-section .box-item .content-area-box {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  /* .Categories-Page .six-box-section .content-area-box .features-list {
    margin-top: auto;
  } */
}

@media (max-width: 1199px) {
  .Categories-Page .first-section .zee-image-wrapper.blonder img {
    position: relative;
    max-width: 100%;
  }
  .Categories-Page .hero-section h2 {
    max-width: 100%;
  }
  .zee-vee .hero-section.first-section .zee-header-image{
    max-height: 465px;
  }
}
/* Desktop Small to Medium (1025px - 1440px) */
@media screen and (min-width: 1025px) and (max-width: 1340px) {
  .container {
    max-width: 90%;
  }
  /* .bg-gray.testimonial-below-section.position-relative,
  .testimonial-section::after {
    display: none;
  } */
  .main-section h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 0px 0px 15px 0px;
    position: relative;
    z-index: 999;
  }
  .hero-section h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  .hero-section p {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 480px;
  }

  .full-width-text{
    max-width: 100% !important;
  }

  .main-section h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    z-index: 999;
    position: relative;
    margin: 0px;
  }

  .header-image {
    height: 320px;
    max-width: 640px;
    right: -65px;
    top: -35%;
  }

  .column-50 {
    width: 50%;
    padding: 80px 50px;
  }

  .box-wrapper {
    gap: 40px;
    margin: 40px 0px;
  }

  .fourth-section .box-item {
    padding: 70px 30px;
    flex: 1 1 48%;
  }

  .box-bg-image-wrapper .ul-wrapper {
    gap: 40px;
  }
  .box-bg-image-wrapper p {
    max-width: 90%;
    font-size: 1.2rem;
  }
  .fifth-section h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .testimonial-slider-wrapper {
    position: relative;
    left: 0;
    z-index: 9999;
    width: 98%;
    margin: auto;
  }

  .testimonial-card {
    padding: 35px;
    margin: 0 12px;
  }

  .eighth-section h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .eighth-section p {
    margin: auto;
  }
  .four-item-slider {
    max-width: 1100px;
    padding: 0 30px;
  }

  .four-item-slider .slick-prev {
    left: -40px;
  }

  .four-item-slider .slick-next {
    right: -40px;
  }

  .sixth-section .box-item {
    flex: 1 1 48%;
    margin-bottom: 20px;
  }
  .third-section p {
    max-width: 720px;
    font-size: 1rem;
  }
  .sixth-section {
    padding: 0px 20px;
  }
  .sixth-section.fourth-section .box-item {
    padding: 0px;
  }

  .Categories-Page .first-section p {
    max-width: 440px;
  }

  .Categories-Page .first-section h3 {
    max-width: 440px;
  }
  .Categories-Page .image-wrapper .header-image {
    height: 450px;
    max-width: 580px;
  }
  .Categories-Page .seventh-section:before,
  .zee-vee .seventh-section:before {
    right: 70px;
  }
  .Categories-Page .seventh-section:after,
  .zee-vee .seventh-section:after {
    top: 190px;
    right: 180px;
  }
  .Categories-Page .fifth-section p,
  .zee-vee .fifth-section.hero-section.zee-vee-ideal p {
    max-width: 550px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .Categories-Page .fifth-section .box-item,
  .zee-vee .fifth-section.hero-section.zee-vee-ideal .box-item {
    padding: 0px 40px;
  }

  .Categories-Page .eighth-section h2 {
    margin-block-end: 0.6em;
    line-height: 3.6rem;
  }
  .Categories-Page .eighth-section p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 10px;
    max-width: 470px;
  }
  body.blonder-cat .blonder-encoder p.text-dark-purple {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  /* .bg-gray.testimonial-below-section.position-relative {
    display: none;
  } */
  .testimonial-below-section::after,
  .testimonial-below-section::before {
    display: none;
  }
  .hero-section h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .hero-section p {
    font-size: 1rem;
    line-height: 1.4rem;
    max-width: 100%;
  }
  .main-section h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    z-index: 999;
    position: relative;
    margin: 0px;
  }
  .main-section h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0px;
    position: relative;
    z-index: 999;
  }
  .header-image {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    right: 0px;
    position: relative;
  }
  .contact-btn {
    width: 100% !important;
    height: auto !important;
    padding: 10px;
    font-size: 1rem !important;
  }
  .column-50 {
    width: 100%;
    padding: 20px 0px !important;
  }
  .flex-row {
    gap: 50px;
    flex-wrap: wrap !important;
  }
  /* .hero-section {
    padding: 0px;
    min-height: auto;
    padding-top: 100px;
  } */
  .testimonial-slider-wrapper {
    position: relative;
    left: 0;
    z-index: 9999;
    width: 98%;
    margin: auto;
  }
  .testimonial-heading img {
    max-width: 100%;
  }
  .testimonial-heading {
    font-size: 45px;
  }
  .fifth-section h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .fifth-section {
    padding: 20px 20px;
  }
  .third-section {
    padding: 20px 20px;
    min-height: auto;
  }
  .content-second {
    padding: 20px 0px !important;
  }
  .content-second p {
    max-width: 100%;
  }
  .fourth-section .box-wrapper,
  .fifth-section .container,
  .sixth-section .heading-top-txt {
    padding: 0px !important;
  }
  .box-wrapper {
    padding: 20px;
  }
  .box-bg-image-wrapper {
    max-width: 100%;
  }
  .product-section .content-area-box .flex-row {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0px;
  }
  .sixth-section .content-area-box {
    padding: 40px;
  }
  .box-wrapper,
  .sixth-section .heading-top-txt {
    padding: 0px 20px;
  }

  .sixth-section .box-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding-top: 0px !important;
  }

  .sixth-section .box-bg-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sixth-section .box-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .sixth-section .box-wrapper .box-item {
    margin-bottom: 20px;
  }

  /* Ensure all boxes have consistent padding and spacing */
  .sixth-section .content-area-box {
    padding: 30px 20px !important;
  }

  .sixth-section .image-wrapper {
    padding: 30px 20px !important;
  }
  .key-box-item {
    padding: 80px 40px !important;
  }
  .contact-bar {
    display: flex;
    flex-direction: column;
  }
  .contact-divider {
    display: none;
  }
  .four-item-slider {
    padding: 0px;
  }
  .four-item-slider .card,
  .testimonial-card {
    margin: 0px;
    padding: 40px 20px;
  }
  .blonder-cat .hero-section.zee-second .flex-class.zee-box-wrapper {
    flex-direction: column;
  }
  .flex-class.flex-column.position-relative.no-padding-tb.container.hero-full-bg-inner {
    padding: 0px 40px !important;
  }
  .blonder-cat .hero-section.zee-second .zee-image-box-wrapper {
    border-radius: 0px;
  }

  .zee-vee .hero-section.first-section .zee-header-image,
  .zee-vee.blonder-cat .hero-section.first-section .blonder-cat-image {
    max-height: 350px;
    padding-top: 50px;
  }
  .zee-vee .hero-section.first-section .zee-image-wrapper {
    margin: auto;
  }

  .Categories-Page .hero-section {
    padding: 30px 15px;
  }
  .Categories-Page .hero-section h2,
  .zee-vee .zee-vee-ideal.fifth-section h2 {
    line-height: 2.8rem !important;
    font-size: 2.2rem !important;
  }
  .Categories-Page .first-section h3 {
    line-height: 1.8rem;
  }
  .Categories-Page .hero-section h4 {
    line-height: 2.5rem;
  }
  .Categories-Page .hero-section .first-section p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .Categories-Page .first-section .flex-row {
    gap: 0px;
  }
  .Categories-Page .image-wrapper .header-image {
    height: 250px;
  }
  .Categories-Page .sixth-section .flex-row {
    gap: 0px;
  }
  .Categories-Page .sixth-section {
    padding: 35px 20px;
  }
  .column-direction-equal .box-wrapper {
    gap: 30px;
    margin: 15px 0px;
  }
  .Categories-Page .seventh-section .key-box-item,
  .zee-vee .seventh-section .key-box-item {
    padding: 10px 40px !important;
  }
  .Categories-Page .seventh-section .box-item,
  .zee-vee .seventh-section .box-item {
    padding: 0px 40px 0px 40px;
  }
  .Categories-Page .seventh-section,
  .zee-vee .seventh-section {
    padding: 80px 15px;
  }

  .Categories-Page .fourth-section .box-wrapper,
  .zee-vee .fourth-section .box-wrapper {
    flex-direction: column !important;
  }
  .Categories-Page .fifth-section,
  .zee-vee .fifth-section.hero-section.zee-vee-ideal {
    padding: 80px 15px;
  }

  .Categories-Page .eighth-section h2,
  .zee-vee .hero-section.red-dot-section h2 {
    line-height: 2.8rem !important;
    font-size: 2.2rem !important;
  }
  .Categories-Page .eighth-section {
    padding: 60px 15px;
  }
  .Categories-Page .eighth-section::before,
  .zee-vee .eighth-section.hero-section.red-dot-section:before {
    width: 240px;
    bottom: -100px;
  }
  .Categories-Page .eighth-section::after,
  .zee-vee .eighth-section.hero-section.red-dot-section:after {
    width: 240px;
    bottom: -100px;
  }
  .Categories-Page
    .seventh-section
    .flex-class.flex-row.position-relative.justify-content-center.box-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .zee-vee .zee-image-box-wrapper img {
    max-width: 300px;
  }
  .inner-pages-h1 {
    font-size: 3rem !important;
    line-height: 3.3rem !important;
  }
  .Categories-Page .fifth-section .box-wrapper,
  .zee-vee .fifth-section .box-wrapper {
    flex-direction: column;
  }
  .blonder-slider-arrows-container{
    padding: 15px 40px !important;
  }
}
@media screen and (min-width: 1550px) {
  .testimonial-below-section::after,
  .testimonial-below-section::before {
    display: none;
  }
  .Categories-Page .seventh-section:before,
  .zee-vee .seventh-section:before {
    right: 150px;
  }
  .Categories-Page .seventh-section:after,
  .zee-vee .seventh-section:after {
    top: 200px;
    right: 220px;
  }
}

@media screen and (max-width: 1025px) {
  .hero-section.second-section.hero-full-bg:after {
    display: none;
  }
  .Categories-Page .seventh-section .why-section:before,
  .Categories-Page .seventh-section .why-section:after,
  .zee-vee .seventh-section .why-section:before,
  .zee-vee .seventh-section .why-section:after {
    display: none !important;
  }
  .Categories-Page .fifth-section .box-wrapper,
  .zee-vee .fifth-section.hero-section.zee-vee-ideal .box-wrapper {
    gap: 40px;
  }
  .Categories-Page .fifth-section .box-item,
  .zee-vee .fifth-section.hero-section.zee-vee-ideal .box-item {
    border-right: 0px;
  }
  .zee-vee .hero-section.zee-second .flex-class.zee-box-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .zee-vee .hero-section.first-section .zee-header-image,
  .zee-vee.blonder-cat .hero-section.first-section .blonder-cat-image {
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
  }
  .zee-vee .zee-image-box-wrapper img {
    max-width: 100%;
  }
  .blonder-cat .hero-section.first-section h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .zee-vee .padding-right-80.zee-second-content-box {
    padding: 0px !important;
  }
  .slick-slide .padding-right-80.zee-second-content-box {
    padding: 40px !important;
  }
  .hero-slider.slick-initialized.slick-slider.slick-dotted,
  .blonder-cat .blond-box {
    padding: 0px 20px !important;
  }
  .flex-class.flex-column.position-relative.no-padding-tb.container.hero-full-bg-inner,
  .hero-section.fourth-section.key-section.white-bg.column-direction-equal {
    padding: 0px !important;
  }
}
.blonder-slider-arrows-container{
    padding: 0px 40px 15px !important;
  }
.blonder-slider-arrows{
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  position: relative;
  top: 30px;
  right: 5px;
}
.blonder-slider-arrows button.slick-arrow {
    position: unset;
}
.blonder-slider-arrows:before, button.slick-arrow:before{
  color: #bb131a;
  font-size: 25px;
}