@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@400;500;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*Reset CSS Starts*/
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  font-size: 1%;
  height: 0;
  line-height: 0;
  width: 0;
  float: none;
  clear: both;
}

* html .clearfix {
  height: 1%;
}

input {
  outline: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

:focus {
  outline: 0;
}

img,
img a {
  border: 0;
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
table,
table tr td,
table tr th {
  border: none;
}

textarea {
  resize: none;
  border: none;
  outline: none;
  background: none;
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
  background: 0 0;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

::placeholder,
::-webkit-input-placeholder {
  opacity: 0.5;
  font-weight: 400;
  color: #C2C2C2;
}

/*Reset CSS end*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  color: #4C4D4F;
  background: #fff;
  font-family: "Asap", san-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container-fluid {
  padding: 0;
}

.container {
  margin: 0px auto;
  width: 100%;
  padding: 0 60px;
  max-width: 1280px;
}

h1 {
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 100%;
  color: #FFF;
  margin-bottom: 20px;
}

.christmas h1 {
  font-size: 56px;
  line-height: 132%;
}

h1 span {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.heding-desc {
  font-size: 4.4rem;
  line-height: 54px;
  color: #525252;
  font-weight: 500;
}

.christmas h1 span {
  font-size: 32px;
  line-height: 150%;
  padding-top: 30px;
  display: block;
}

h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 138%;
  color: #4C4D4F;
}

.subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  color: #4C4D4F;
}

a,
a:visited,
a:active,
a:focus {
  color: #00b29a;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.custom-primary-button {
  background: #00B29A;
  border-radius: 4px;
  padding: 14px 16px;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none;
}

.container {
  width: 100%;
  padding: 0 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.section-spacing {
  padding: 90px 0;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background: url(../images/owl-next.svg) no-repeat;
  width: 43px;
  height: 78px;
  background-size: cover;
  margin-top: 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

.swiper-button-prev {
  transform: rotate(180deg);
  left: -5px !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  right: -5px !important;
}

header {
  background: #FFFDFD;
  padding: 0 60px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 0 8px 1px #ded9d9;
  -moz-box-shadow: 0px 0 8px 1px #ded9d9;
  -ms-box-shadow: 0px 0 8px 1px #ded9d9;
  box-shadow: 0px 0 8px 1px #ded9d9;
}

.footer-logo,
.header-logo {
  width: 147px;
}

footer {
  background: #F4F3F0;
  padding: 90px 60px;
}

.footer-container {
  display: flex;
  padding-top: 30px;
  margin-left: -50px;
  margin-right: -50px;
}

.footer-container .coloumn {
  width: 50%;
  padding: 0 50px;
}

.footer-container .coloumn:nth-of-type(2) {
  width: 30%;
}

.footer-container .coloumn p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4B4B4B;
}

.footer-container .coloumn h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #4B4B4B;
  padding-bottom: 24px;
}

.footer-container .coloumn .social-links {
  width: 100%;
  display: flex;
  padding-top: 20px;
}

.footer-container .coloumn .social-links li {
  padding-left: 10px;
}

.footer-container .coloumn .social-links li:first-child {
  padding-left: 0;
}

.footer-container .column .btn-wrap {
  padding-top: 72px;
}

.sticky-footer {
  box-shadow: 0 -2px 7px 0 rgba(215, 215, 215, .5);
  background-color: #fcfcfc;
  margin: 0;
  padding: 15px;
  bottom: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.sticky-footer.sticky {
  position: fixed;
}

.sticky-footer .button {
  background: #00b29a;
  border: 1px solid #00b29a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 9px 60px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 20px !important;
}

.marketing-section {
  background: #D8C19F url(../images/diwali-marketing-hero-2023.webp) no-repeat;
  background-size: cover;
}

.christmas.marketing-section {
  background: #000 url(../images/christmas-bg-desktop.webp) no-repeat;
  background-size: cover;
}

.christmas.marketing-section:before {
  content: '';
  position: absolute;
  height: 425px;
  top: -200px;
  right: 10px;
  width: 155px;
  background: url(../images/christmas-balls.webp) no-repeat bottom;
  z-index: 1;
}

.ejk-banner.marketing-section {
  background: #000 url(../images/corporate-gifts-for-employees-banner-desktop.webp) no-repeat;
  background-size: cover;
}

/* grey-banner:start */
.grey-banner.marketing-section {
  background: url(../images/grey-banner_v3.webp) no-repeat;
  background-size: cover;
  margin-top: -50px;
  padding-bottom: 0;
}

.grey-banner.marketing-section::before {
  content: "";
  background-color: #F0EFEF;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.grey-banner.marketing-section .container:before,
.grey-banner.marketing-section .container:after {
  content: none;
}

.grey-banner .marketing-content {
  padding-top: 30px;
  position: relative;
}

.grey-banner .marketing-form {
  margin-top: 30px;
}

.grey-banner h1 {
  color: #525252;
}

.grey-banner .hamper-wrap {
  position: relative;
  width: 100%;
}

.grey-banner .hamper-image {
  position: absolute;
  top: -75px;
  left: -20px;
  width: 100%;
  max-width: 680px;
}

.grey-banner .hamper-generic-image {
  position: absolute;
  top: -50px;
  left: 100px;
  width: 100%;
  max-width: 630px;
}

.grey-banner .hamper-ejk-image {
  position: absolute;
  top: -50px;
  left: 100px;
  width: 100%;
  max-width: 550px;
}

.hamper-image-inside-card {
  max-width: 680px;
  margin-top: 30px;
  width: 100%;
}

.product-banner {
  width: 100%;
}

.product-banner img {
  display: block;
}

.women-day-banner {
  margin-top: -50px;
  max-width: 665px;
}

.premium-banner {
  max-width: 700px;
  margin: 60px 0 40px 0;
}

.generic-banner {
  margin: 20px auto 0;
  text-align: center;
  max-width: 500px;
}

/* grey-banner:end */

/* orange-banner:start */
.orange-banner.marketing-section {
  background: url(../images/womens-day-banner-2025.png) no-repeat;
  background-size: cover;
}

.orange-banner.marketing-section::before {
  content: "";
  background-color: #fceade;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.orange-banner.marketing-section .container:before,
.orange-banner.marketing-section .container:after {
  content: none;
}

.orange-banner .marketing-content {
  position: relative;
}

.orange-banner h1 {
  color: #396e82;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 56px;
  line-height: 1.25;
}

/* orange-banner:end */

/* ejk25-banner:start */
.ejk25-banner.marketing-section {
  background: url('../images/employee-joining-kit-desktop.webp') no-repeat;
  background-size: cover;
}

.ejk25-banner.marketing-section::before {
  content: "";
  background-color: #184852;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ejk25-banner.marketing-section .container:before,
.ejk25-banner.marketing-section .container:after {
  content: none;
}

.ejk25-banner .marketing-content {
  position: relative;
}

.ejk25-banner h1 {
  color: #3A7F84;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  max-width: 650px;
}

.ejk25-banner .heding-desc {
  color: #3A7F84;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
/* ejk25-banner:end */

/* generic25-banner:start */
.generic25-banner.marketing-section {
  background: url('../images/corporate-gifts-for-employees-desktop.webp') no-repeat;
  background-size: cover;
}

.generic25-banner.marketing-section::before {
  content: "";
  background-color: #184852;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.generic25-banner.marketing-section .container:before,
.generic25-banner.marketing-section .container:after {
  content: none;
}

.generic25-banner .marketing-content {
  position: relative;
}

.generic25-banner h1 {
  color: #3A7F84;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  max-width: 650px;
}

.generic25-banner .heding-desc {
  color: #3A7F84;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
/* generic25-banner:end */


/* premium-diwali-banner:start */
.premium-diwali-banner.marketing-section {
  background: #F0EFEF url(../images/premium-diwali-banner-2x.webp) no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 60px;
}

.premium-diwali-banner.marketing-section::before {
  content: "";
  background-color: #F0EFEF;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.premium-diwali-banner.marketing-section .container:before,
.premium-diwali-banner.marketing-section .container:after {
  content: none;
}

.premium-diwali-banner .left-design {
  position: absolute;
  bottom: -3%;
  left: 0%;
  width: 11%;
  z-index: 1;
}

.premium-diwali-banner .right-design {
  position: absolute;
  bottom: -1%;
  right: 0px;
  width: 7%;
  z-index: 1;
}


.premium-diwali-banner .marketing-content {
  padding-top: 30px;
  position: relative;
}

.premium-diwali-banner h1 {
  color: #525252;
  font-size: 5.2rem;
  margin-bottom: 10px;
}

.premium-diwali-banner .heding-desc {
  font-size: 3rem;
  max-width: 100%;
  line-height: 130%;
  padding-bottom: 40px;
}


.premium-diwali-banner .generic-banner {
  margin: 20px auto 0;
  text-align: center;
  max-width: 110%;
}

/* premium-diwali-banner:end */

/* diwali-2025-banner:start */
.diwali-2025-banner.marketing-section {
  background: #ebddc4 url(../images/diwali-2025-banner-1-desktop.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.diwali-2025-banner.marketing-section .container {
  max-width: 1366px;
}

.diwali-2025-banner.marketing-section .container:before {
  content: none;
}

.diwali-2025-banner.marketing-section .container:after {
  content: '';
  position: absolute;
  height: 228px;
  width: 248px;
  bottom: -125px;
  right: -107px;
  background: url(../images/diwali-2025-banner-1-overlay.webp) right no-repeat;
}

.diwali-2025-banner .marketing-content {
  position: relative;
}

.diwali-2025-banner h1 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  font-size: 59px;
  line-height: 1.32;
  backdrop-filter: blur(4px)
}

.diwali-2025-banner h1 span {
  font-style: normal;
  font-size: 40px;
  display: block;
}

/* diwali-banner:end */

/* diwali-2025-banner v2:start */
.diwali-2025-banner-2.marketing-section {
  background: #f5d6a7 url(../images/diwali-2025-banner-2-desktop.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.diwali-2025-banner-2.marketing-section .container {
  max-width: 1366px;
}

.diwali-2025-banner-2.marketing-section .container:before,
.diwali-2025-banner-2.marketing-section .container:after {
  content: none;
}

.diwali-2025-banner-2 .marketing-content {
  position: relative;
}

.diwali-2025-banner-2 h1 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  font-size: 59px;
  line-height: 1.32;
  backdrop-filter: blur(4px)
}

.diwali-2025-banner-2 h1 span {
  font-style: normal;
  font-size: 40px;
  display: block;
}

/* diwali-banner v2 :end */

.marketing-section .container {
  padding: 0 60px;
  position: relative;
}

.marketing-section .container:before {
  content: '';
  position: absolute;
  height: 241px;
  bottom: -92px;
  left: 0;
  width: 239px;
  background: url(../images/flower-left.webp) no-repeat;
}

.christmas.marketing-section .container:before {
  content: none;
}

.marketing-section .container:after {
  content: '';
  position: absolute;
  height: 175px;
  bottom: -90px;
  right: 0;
  width: 176px;
  background: url(../images/flower-right.webp) right no-repeat;
}

.christmas.marketing-section .container:after {
  content: '';
  position: absolute;
  height: 190px;
  bottom: -90px;
  right: 0;
  width: 190px;
  background: url(../images/christmas-candle.webp) right no-repeat;
}

.ejk-banner.marketing-section .container:before,
.ejk-banner.marketing-section .container:after {
  content: none;
}

.marketing-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.marketing-wrap.end {
  align-items: flex-end;
}

.marketing-content {
  width: 100%;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
}

.marketing-form {
  width: 100%;
  max-width: 424px;
  background: #FFFFFF;
  border-radius: 13px;
  padding: 40px;
  margin-bottom: 60px;
}

.marketing-form .form-container {
  margin-top: 30px;
}

.marketing-form h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #4C4D4F;
}

.marketing-form .form-group {
  margin-bottom: 10px;
  width: 100%;
}

.field {
  position: relative;
}

.marketing-form .form-group.half {
  width: 48%;
  display: inline-block;
}

.marketing-form .form-group.half.right-field {
  float: right;
}

.marketing-form .form-group .form-control {
  border-radius: 2px;
  background-color: #F3F3F3;
  height: auto;
  padding: 15px;
  font-size: 1.6rem;
  border-radius: 5px;
  font-weight: 500;
  color: #7E7B71;
  border: none;
  width: 100%;
  box-shadow: none;
  margin-bottom: 10px;
}

.callBackForm .selectdd {
  color: #7E7B71 !important;
  /* background-color: #F3F3F3; */
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.selectdd .floating-label {
  font-size: 1.2rem;
  padding: 5px 15px;
  opacity: .5;
  display: block;
}

.callBackForm .select {
  padding-left: 15px;
  border: none;
  border-bottom: none;
  border-radius: 5px;
  font-size: 1.6rem;
  height: 25px;
  padding-right: 30px;
  width: 100%;
  color: #7E7B71 !important;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding: 0 15px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.callBackForm .custom-select-wrap::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 16px);
  width: 24px;
  height: 24px;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9;
}

.marketing-form .form-group textarea.form-control {
  height: 80px;
  box-shadow: none;
  font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  margin: 0;
  margin-bottom: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
}

.marketing-form .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.marketing-form .btn-wrap img#lead-loader {
  display: none;
  margin-left: 20px;
}

.marketing-form .custom-primary-button:disabled {
  background-color: #cccccc;
}


/*.marketing-form .custom-primary-button {
  width: 105px;
}*/

.marketing-form p {
  padding-top: 24px;
  color: #4A4A4A;
  font-weight: 500;
}

.marketing-form a {
  color: #4A4A4A;
  text-decoration: underline;
  font-weight: 600;
}

#clientLogoCarousel {
  margin-top: 50px;
  overflow: visible;
  position: static;
}

#clientLogoCarousel .swiper-slide {
  margin-right: 30px;
  width: 150px;
}

#clientLogoCarousel .swiper-pagination-bullets {
  display: none;
}

#clientLogoCarousel .swiper-pagination-bullet {
  background: #d8d8d8;
}

#clientLogoCarousel .swiper-pagination-bullet-active {
  background: #ae7a18;
}

.products-section {
  background: #F4F3F0;
}

#productsCarousel {
  margin-top: 50px;
  overflow: visible;
  position: static;
}

#productsCarousel .swiper-button-prev,
#productsCarousel .swiper-button-next {
  background: url(../images/owl-next-green.webp) no-repeat;
  height: 66px;
}

#productsCarousel .swiper-slide {
  margin: 0;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05), -2px 0 4px 0 rgba(0, 0, 0, .05), 2px 2px 4px 0 rgba(0, 0, 0, .03), 0 -2px 4px 0 rgba(0, 0, 0, .05);
  background-color: #fff;
}

.product-image {
  width: 50%;
  max-height: 515px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  overflow: hidden;
  float: left;
  border-radius: 15px 0 0 15px;
}

.product-detail {
  width: 50%;
  display: inline-block;
  padding: 12px 25px 20px;
}

.product-image img {
  width: 100%;
  display: block;
  margin: auto;
}

.vName {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33;
  text-transform: capitalize;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #525252;
  margin-top: 8px;
}

.pName {
  margin-top: 5px;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #525252;
  font-weight: 600;
}

.pUSP ul {
  display: flex;
}

.pUSP ul li {
  padding: 0 9px;
  border-left: solid 1px #9f9f9f;
  font-size: 1.2rem;
  margin: 5px 0 0;
  line-height: 1.12;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #7f7f7f;
  display: flex;
  align-items: center;
}

.pUSP ul li:first-child {
  border-left: none;
  padding-left: 0;
}

.pPrice {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #525252;
}

.pDesc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
}

.short-desc-custom {
  margin-top: 10px;
}

.short-desc-custom h4 {
  font-size: 14px;
  line-height: 24px;
}

.short-desc-custom ul li {
  font-size: 14px;
  line-height: 24px;
}

.pLink {
  margin-top: 8px;
}

.pLink a {
  font-size: 14px;
}

.pButton {
  border: 1px solid #00b29a;
  background: #fff;
  color: #00b29a;
  padding: 9px 20px;
  border-radius: 20px;
  font-size: 1.4rem;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

/*.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 60px;
}*/

.swiper-pagination-bullet {
  background: #fff;
  opacity: .6
}

.swiper-pagination-bullet-active {
  background: #734e0A;
  opacity: 1;
}

.product-card.customize {
  height: 30vw;
  max-height: 435px;
  padding: 60px;
}

.product-card.customize:after {
  content: '';
  position: absolute;
  height: 230px;
  bottom: 0px;
  right: 0;
  width: 245px;
  background: url(../images/flowers-right.webp) right no-repeat;
}

.christmas .product-card.customize:after {
  content: '';
  position: absolute;
  height: 450px;
  top: 0px;
  right: 35px;
  width: 200px;
  background: url(../images/christmas-bells.webp) right no-repeat;
}

.product-card.customize h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

.customize .desktop {
  display: inline;
}

.product-card.customize p {
  font-size: 30px;
  padding-top: 50px;
}

.product-card.customize p {
  font-size: 30px;
  padding-top: 50px;
}

.product-card.customize .pButton {
  position: absolute;
  bottom: 60px;
  color: #fff;
  background: #00b29a;
}

.pinterest-board {
  width: calc(100% + 20px);
  margin-left: -10px !important;
  margin-right: -10px !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.pinterest-board.desktop {
  display: flex;
}

.pinterest-board.mobile {
  display: none;
}

.pinterest-board .items {
  width: calc(100%/4);
  padding: 0 10px;
}

.pinterest-board .item {
  width: 100%;
  padding: 20px 0 0 0;
}

.pinterest-board .item a {
  display: block;
}

.pinterest-board .item img {
  width: 100%;
  display: block;
}

.sub-head-section {
  position: relative;
}

.sub-head-section > img {
  display: block;
}

.sub-head-section .container {
  position: absolute;
  top: 0;
  left: 0;
}

.sub-head-section .container h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  font-size: 59px;
  line-height: 1.32;
  backdrop-filter: blur(4px);
  padding-top: 90px;
}

.sub-head-section .container h2 span {
  font-style: normal;
  font-size: 40px;
  display: block;
}

.email-catalog-section {
  background: #1A2C30 url(../images/email-catalog-bg.webp) bottom right no-repeat;
  display: none;
}

.email-catalog-section h2,
.email-catalog-section .subtitle {
  color: #F4F3F0;
}

.email-catalog-section .subtitle {
  max-width: 650px;
}

.email-catalog-section .marketing-form {
  max-width: unset;
  background: none;
  border-radius: 0;
  padding: 0;
}

.email-catalog-section .marketing-form .form-group {
  max-width: 390px;
  display: inline-block;
}

.email-catalog-section .marketing-form .btn-wrap {
  width: 100%;
  display: inline-block;
  max-width: 195px;
  margin-left: 36px;
}

.email-catalog-section .marketing-form .form-group .form-control {
  height: 50px;
}

.email-catalog-section .marketing-form .custom-primary-button {
  height: 50px;
  border-radius: 24px;
  border: 1px solid #00b29a;
}

.why-loopify-section {
  background: #97A87A;
}

.why-loopify-section h2 {
  color: #fff;
}

.why-loopify {
  margin-top: 60px;
  display: flex;
}

.why-loopify ul {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}

.why-loopify ul li {
  color: #f4f3f0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  max-width: 180px;
}

.why-loopify ul li p {
  padding-top: 10px;
}

.manifold-section .subtitle {
  padding-top: 30px;
}

.manifold-section .swiper-parent-container {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

#manifoldCarousel .swiper-slide {
  width: 374px;
  margin-right: 70px;
}

#manifoldCarousel .swiper-slide:last-child {
  margin-right: 0;
}

#manifoldCarousel .swiper-content {
  color: #525252;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 374px;
}

#manifoldCarousel h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 1.1;
  font-size: 2.4rem;
}

#manifoldCarousel p {
  margin: 0 10px;
  padding: 0 10px;
  font-size: 2rem;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.linkedin-section {
  background: #F4F3F0;
}

.linkedin-content {
  display: flex;
  justify-content: space-between;
}

.linkedin-post {
  width: 50%;
}

.linkedin-text {
  width: 50%;
  padding-right: 40px;
}

.linkedin-text p {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 20px;
}

.linkedin-text p:first-of-type {
  margin-top: 70px;
}

.client-say-section {
  background: #97A87A;
}

.client-say-section h2 {
  color: #fff;
}

#clientSayCarousel {
  margin-top: 50px;
  padding-top: 40px;
  overflow: visible;
  position: static;
}

#clientSayCarousel .swiper-slide {
  margin-right: 30px;
  width: 294px;
  border-radius: 8px;
  background-color: #f4f3f0;
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
  padding: 0 20px 50px;
  height: auto;
  position: relative;
}

#clientSayCarousel .swiper-slide p {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: italic;
  line-height: 130%;
  letter-spacing: normal;
  color: #525252;
  padding-top: 20px;
}

#clientSayCarousel .swiper-slide h3 {
  font-size: 12px;
  font-weight: 700;
  color: #89b753;
  padding-top: 20px;
  position: absolute;
  bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 40px);
}

#clientSayCarousel .swiper-pagination-bullets {
  display: none;
}

#clientSayCarousel .swiper-pagination-bullet {
  background: #d8d8d8;
}

#clientSayCarousel .swiper-pagination-bullet-active {
  background: #ae7a18;
}

#clientSayCarousel .image {
  width: 88px;
  height: 88px;
  border: solid 1px #89b753;
  background-color: #d8d8d8;
  border-radius: 50%;
  overflow: hidden;
  margin: -40px auto 0;
}

#pressCarousel {
  margin-top: 40px;
  overflow: visible;
  position: static;
}

#pressCarousel .swiper-slide {
  margin-right: 30px;
  width: 294px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 250px;
  justify-content: space-between;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), -2px 0 4px 0 rgba(0, 0, 0, 0.05), 2px 2px 4px 0 rgba(0, 0, 0, 0.03), 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
}

#pressCarousel .swiper-pagination-bullets {
  display: none;
}

#pressCarousel .swiper-pagination-bullet {
  background: #d8d8d8;
}

#pressCarousel .swiper-pagination-bullet-active {
  background: #ae7a18;
}

.press-card .image {
  width: 100%;
  height: 80px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}

.press-card p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: normal;
  color: #4b4b4b;
  font-weight: 600;
  height: 110px;
  padding-top: 10px;
}

.press-card .press-date {
  border-top: solid 1px #c7c7c7;
  padding-top: 10px;
  color: #525252;
}

.about-section {
  background: #F4F3F0;
  padding-bottom: 0 !important;
}

.about-section h2 {
  text-align: center;
  color: #533a2b;
}

.about-logo {
  height: 50px;
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.about-section .container>p {
  margin-top: 30px;
  text-align: center;
}

.about-section .swiper-parent-container {
  display: flex;
  justify-content: center;
  margin: 30px 0 90px;
}

#aboutCarousel .swiper-slide {
  width: 294px;
  margin-right: 15px;
}

#aboutCarousel .swiper-slide:last-child {
  margin-right: 0;
}

#aboutCarousel .swiper-content {
  background: #92AA75;
  color: #FFF;
  border-radius: 50%;
  height: 294px;
  padding: 55px 0 48px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 294px;
}

#aboutCarousel h3 {
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 1.1;
  font-size: 1.8rem;
}

#aboutCarousel p {
  margin: 0 10px;
  padding: 0 10px;
  font-size: 1.4rem;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.lUSPs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.lUSPs .item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}

.lUSPs .item .text {
  margin-left: 10px;
  text-align: left;
  max-width: 329px;
  min-width: 329px;
}

.lUSPs .item .text h3 {
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
}

.lUSPs .item .text p {
  margin: 0;
  font-size: 1.4rem;
}

.success-msg {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}

.success-msg p {
  margin-bottom: 36px;
}

.success-msg .success-img {
  margin: 0 0 30px;
}

.success-msg .button {
  background: #00b29a;
  border: 1px solid #00b29a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 9px 60px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 20px !important;
}

/* testimonial-section:start */
.testimonial-section {
  background-color: #92AA75;
}

#testimonialCarousel .swiper-slide {
  width: auto;
  height: 600px;
}

#testimonialCarousel .swiper-slide img {
  display: block;
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*max-height: 600px; */
}

#testimonialCarousel .swiper-slide .slide-content {
  width: 100%;
  max-width: 400px;
  position: absolute;
  left: 0;
  top: 16%;
}

#testimonialCarousel .swiper-slide .slide-content h3 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  padding-bottom: 20px;
}

#testimonialCarousel .swiper-slide .slide-content .testimonialRequest {
  color: #005344;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-bottom: 6px;
}

#testimonialCarousel .swiper-slide .slide-content .testimonialRequest:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #005344;
  border-radius: 100px;
  width: 100%;
  height: 4px;
}

/* testimonial-section:end */

@media only screen and (min-width : 0px) and (max-width : 1280px) {
  .marketing-section .container {
    padding: 0 60px;
  }

  .marketing-content {
    padding-right: 60px;
  }

  .marketing-form {
    max-width: 427px;
  }

  .section-spacing {
    padding: 60px 0;
    overflow: hidden;
  }

  .grey-banner.marketing-section {
    margin-top: -20px;
  }

  .grey-banner {
    overflow: visible;
  }

  .grey-banner .hamper-image {
    max-width: 600px;
  }

  .grey-banner .hamper-generic-image {
    left: 126px;
    max-width: 540px;
  }

  .grey-banner .hamper-ejk-image {
    left: 126px;
    max-width: 470px;
  }

  .premium-diwali-banner h1 {
    font-size: 4rem;
    line-height: 130%;
  }

  .premium-diwali-banner .heding-desc {
    font-size: 2.4rem;
  }

  .premium-diwali-banner .left-design {
    width: 11%;
  }

  .premium-diwali-banner .right-design {
    width: 6%;
  }
}

@media only screen and (min-width : 0px) and (max-width : 1200px) {
  h1 {
    font-size: 4.8rem;
  }

  .heding-desc {
    font-size: 4rem;
    line-height: 130%;
  }

  .why-loopify ul li {
    font-size: 24px;
    max-width: 150px;
  }

  .manifold-section .swiper-parent-container {
    margin: 30px -60px 30px;
  }

  #manifoldCarousel {
    padding-bottom: 40px;
  }

  #manifoldCarousel .swiper-slide:first-child {
    margin-left: 60px;
  }

  #manifoldCarousel .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
  }

  #manifoldCarousel .swiper-pagination-bullet-active {
    background: #734e0A;
    opacity: 1;
  }

  .grey-banner .hamper-image {
    top: -25px;
    max-width: 530px;
  }

  .grey-banner .hamper-generic-image {
    top: 0;
    left: 0;
    max-width: 490px;
    position: static;
    margin-top: 20px;
  }

  .grey-banner .hamper-ejk-image {
    top: 0;
    left: 0;
    max-width: 430px;
  }

  .women-day-banner {
    margin-top: 0;
  }


}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .product-card.customize {
    height: 43vw;
  }
}

@media only screen and (min-width : 0px) and (max-width : 1024px) {
  .why-loopify ul li {
    font-size: 20px;
    max-width: 125px;
  }

  #testimonialCarousel .swiper-slide .slide-content {
    max-width: 330px;
  }

  #testimonialCarousel .swiper-slide .slide-content h3 {
    font-size: 40px;
  }

  h1 {
    font-size: 4.4rem;
  }

  .heding-desc {
    font-size: 3.2rem;
  }

  .grey-banner .hamper-image {
    top: 0;
  }

  .grey-banner .hamper-ejk-image {
    top: 36px;
  }

  .women-day-banner {
    margin-top: 120px;
  }

  .generic-banner {
    margin-top: 80px;
  }

  .premium-diwali-banner .heding-desc {
    padding-bottom: 165px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {

  .marketing-section .container {
    padding: 0 30px;
  }

  header {
    padding: 0 30px;
  }

  footer {
    padding: 30px 16px;
  }

  .footer-container {
    flex-wrap: wrap;
    margin: 0;
    padding-top: 0;
  }

  .footer-container .coloumn,
  .footer-container .coloumn:nth-of-type(2),
  .footer-container .coloumn:nth-of-type(3) {
    width: 100%;
    padding: 30px 0;
  }

  .footer-container .coloumn:nth-of-type(3) {
    padding-bottom: 80px;
  }

  .footer-container .column .btn-wrap {
    padding-top: 0;
  }

  .section-spacing {
    padding: 30px 0;
  }

  .container {
    padding: 0 30px;
  }

  h2 {
    font-size: 36px;
  }

  .subtitle {
    font-size: 20px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .marketing-section .container:before {
    display: none;
  }

  .marketing-section .container:after {
    bottom: -30px;
  }

  .marketing-wrap {
    flex-wrap: wrap;
  }

  .grey-banner .marketing-form {
    margin-top: 0;
  }

  .orange-banner.marketing-section {
    background: url(../images/womens-day-banner-2025-mobile.jpg) no-repeat;
    background-position: top center;
  }

  .ejk25-banner.marketing-section {
    background: url(../images/employee-joining-kit-mobile.webp) no-repeat;
    background-position: top center;
    background-size: contain;
  }

  .generic25-banner.marketing-section {
    background: url(../images/corporate-gifts-for-employees-mobile.webp) no-repeat;
    background-position: top center;
    background-size: contain;
  }

  .diwali-2025-banner.marketing-section {
    background: #ebddc4 url(../images/diwali-2025-banner-1-mobile.webp) no-repeat;
    background-position: top center;
    background-size: contain;
  }

  .diwali-2025-banner.marketing-section .container:after {
    display: none;
  }

  .diwali-2025-banner-2.marketing-section {
    background: #f5d6a7 url(../images/diwali-2025-banner-2-mobile.webp) no-repeat;
    background-position: top center;
    background-size: contain;
  }

  .sub-head-section .container h2 {
    padding-top: 30px;
  }

  .orange-banner h1 {
    text-shadow: none;
    max-width: none;
    width: 100%;
    margin: 40px 0;
    font-size: 48px;
  }

  .ejk25-banner h1 {
    text-shadow: none;
    max-width: none;
    width: 100%;
    margin: 40px 0;
    font-size: 48px;
  }

  .generic25-banner h1 {
    text-shadow: none;
    max-width: none;
    width: 100%;
    margin: 40px 0;
    font-size: 48px;
  }

  .diwali-2025-banner h1, .diwali-2025-banner-2 h1 {
    text-shadow: none;
    max-width: none;
    width: 100%;
  }

  .orange-banner .marketing-form {
    margin-top: 534px;
  }

  .ejk25-banner .marketing-form {
    margin-top: 460px;
  }

  .diwali-2025-banner .marketing-form {
    margin-top: 592px;
  }

  .diwali-2025-banner-2 .marketing-form {
    margin-top: 522px;
  }

  .generic25-banner .marketing-form {
    margin-top: 510px;
  }

  .marketing-content {
    padding-right: 0;
  }

  .marketing-form {
    margin-bottom: 60px;
    max-width: 100%;
  }

  .clients-section .client-logo li {
    width: calc(100% / 5);
  }

  #productsCarousel .swiper-button-prev,
  #productsCarousel .swiper-button-next {
    display: block;
  }

  .product-image {
    width: calc(100% - 360px);
  }

  .product-detail {
    width: 360px;
    padding: 12px 25px;
  }

  .pName {
    margin-top: 5px;
    height: auto;
    text-overflow: unset;
    display: block;
  }

  .pPrice,
  .pDesc,
  .pButton {
    margin-top: 10px;
  }

  .product-card.customize {
    height: calc(88vw - 360px);
    padding: 30px;
  }

  .christmas .product-card.customize:after {
    top: -61px;
    width: 140px;
    background-size: contain;
  }

  .product-card.customize h3 {
    font-size: 32px;
    line-height: 44px;
  }

  .product-card.customize p {
    font-size: 20px;
    padding-top: 20px;
  }

  .email-catalog-section .marketing-form .btn-wrap {
    display: block;
    margin-left: 0;
  }

  .why-loopify ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .why-loopify ul li {
    width: 33%;
    max-width: unset;
    margin-bottom: 60px;
  }

  .why-loopify ul li svg {
    height: 60px;
  }

  .manifold-section .swiper-parent-container {
    margin: 30px -30px 30px;
  }

  #manifoldCarousel .swiper-slide:first-child {
    margin-left: 15px;
  }

  #clientSayCarousel {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    padding: 40px 30px 0;
  }

  #pressCarousel {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    padding: 0 30px;
  }

  .about-section .swiper-parent-container {
    margin: 30px -30px 30px;
  }

  #aboutCarousel {
    padding-bottom: 40px;
  }

  #aboutCarousel .swiper-slide:first-child {
    margin-left: 15px;
  }

  #aboutCarousel .swiper-pagination-bullet {
    opacity: 1;
  }

  .lUSPs {
    align-items: flex-start;
  }

  .lUSPs .item .images {
    width: 100%;
    text-align: center;
  }

  .lUSPs .item .text {
    text-align: center;
    padding: 0 30px;
  }

  .grey-banner .hamper-image {
    position: static;
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .grey-banner .hamper-ejk-image {
    position: static;
    max-width: none;
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }

  .women-day-banner {
    margin-top: 0;
  }

  .generic-banner {
    margin-top: 20px;
  }

  .premium-diwali-banner.marketing-section {
    background: #F0EFEF url(../images/premium-diwali-mobile-banner-2x.webp) no-repeat;
    background-size: contain;
    padding: 30px 0 0 0;
  }

  .premium-diwali-banner .marketing-content {
    padding-top: 0;
  }

  .premium-diwali-banner h1 {
    text-shadow: none;
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .premium-diwali-banner .heding-desc {
    padding-bottom: 40px;
  }

  .premium-diwali-banner .left-design {
    width: 13%;
  }

  .premium-diwali-banner .right-design {
    width: 11%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  h1 {
    max-width: 360px;
    margin: 60px 20px 90px;
    text-shadow: 0px 4px 4px #D7AA78;
  }

  .ejk-banner h1 {
    text-shadow: 0px 4px 4px #000;
    max-width: none;
  }

  .grey-banner h1 {
    text-shadow: none;
    max-width: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .christmas h1 {
    font-size: 44px;
    line-height: 132%;
    font-weight: 500;
    max-width: none;
    margin: auto;
    text-shadow: none;
  }

  .christmas h1 span {
    font-size: 28px;
    line-height: 132%;
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .marketing-section {
    background: #D8C19F url(../images/diwali-marketing-hero-2023-ipad.webp) no-repeat;
    background-size: auto;
    background-position: top right;
  }

  .christmas.marketing-section {
    background: #000000 url(../images/christmas-bg-mobile.webp) no-repeat;
    background-size: cover;
  }

  .christmas.marketing-section:before {
    content: '';
    position: absolute;
    height: 432px;
    top: -90px;
    right: 10px;
    width: 111px;
    background: url(../images/christmas-balls-mb.webp) no-repeat bottom;
    z-index: 1;
  }

  .christmas.marketing-section .container:after {
    background-position: bottom right;
    background-size: 100%;
    right: 0;
    bottom: -45px;
  }

  .ejk-banner.marketing-section {
    background: #000 url(../images/corporate-gifts-for-employees-banner-mobile.webp) no-repeat;
    background-size: cover;
  }

  .short-desc-custom ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .grey-banner.marketing-section {
    background-position: top center;
    background-color: #F0EFEF;
    background-size: contain;
    margin-top: 0;
  }

}

@media only screen and (min-width: 0) and (max-width: 767px) {
  header {
    padding: 0 16px;
    height: 80px;
  }

  .container {
    padding: 0 16px;
  }

  .custom-primary-button {
    font-size: 14px;
  }

  .footer-logo,
  .header-logo {
    width: 97px;
  }

  h1 {
    font-size: 30px;
    line-height: 132%;
    font-weight: 700;
  }

  h1 span {
    font-size: 20px;
    font-weight: 500;
    line-height: 132%;
  }


  .heding-desc {
    font-size: 20px;
    line-height: 132%;
  }

  .christmas h1 {
    font-size: 32px;
    line-height: 132%;
    font-weight: 500;
  }

  .christmas h1 span {
    font-size: 20px;
    line-height: 132%;
    padding-top: 15px;
    padding-bottom: 60px;
  }

  h2 {
    font-size: 24px;
  }

  .subtitle {
    font-size: 16px;
  }

  .footer-container .coloumn {
    padding: 30px 0 0 0;
  }

  .footer-container .coloumn p {
    font-size: 12px;
  }

  .footer-container .coloumn h3 {
    padding-bottom: 16px;
    font-size: 20px;
  }

  .footer-container .coloumn .social-links {
    padding-top: 16px;
  }

  .marketing-section {
    background: #B89E77 url(../images/diwali-marketing-hero-2023-mobile.webp) no-repeat;
    background-size: contain;
  }

  .christmas.marketing-section {
    background: #000 url(../images/christmas-bg-mobile.webp) no-repeat;
    background-size: cover;
  }

  .christmas.marketing-section:before {
    content: '';
    position: absolute;
    height: 432px;
    top: -90px;
    right: 10px;
    width: 111px;
    background: url(../images/christmas-balls-mb.webp) no-repeat bottom;
    z-index: 1;
  }

  .ejk-banner.marketing-section {
    background: #000 url(../images/corporate-gifts-for-employees-banner-mobile.webp) no-repeat;
    background-size: cover;
  }

  .ejk-banner.marketing-section:before {
    background: linear-gradient(180deg, #1E2126 0%, rgba(14, 13, 31, 0.00) 40%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }

  .grey-banner.marketing-section {
    background-position: top center;
    background-color: #F0EFEF;
    background-size: contain;
    margin-top: 0;
  }

  .grey-banner .marketing-content {
    padding-top: 0;
  }

  .grey-banner .hamper-image img {
    margin-top: 0;
  }

  .premium-diwali-banner .marketing-content {
    padding: 0;
  }

  .premium-diwali-banner h1 {
    font-size: 3rem;
  }

  .premium-diwali-banner .heding-desc {
    font-size: 2rem;
  }

  .hamper-image-inside-card {
    margin-top: 20px;
  }

  .premium-banner {
    margin: 20px 0;
  }

  .marketing-section .container {
    padding: 0 16px;
  }

  .marketing-section .container:after {
    background-position: bottom right;
    background-size: 30%;
  }

  .christmas.marketing-section .container:after {
    background-position: bottom right;
    background-size: 80%;
    right: -25px;
    bottom: -45px;
  }

  .premium-diwali-banner .left-design {
    width: 11%;
    bottom: -1%;
  }

  .premium-diwali-banner .right-design {
    width: 11%;
  }

  .marketing-content {
    padding-right: 0 !important;
    padding-bottom: 80px;
  }

  .christmas .marketing-content {
    padding-bottom: 0;
  }

  .grey-banner .marketing-content {
    padding-bottom: 0;
  }
  
  .orange-banner.marketing-section {
    background-size: contain;
  }

  .orange-banner h1 {
    margin: 0 0 20px 0;
    font-size: 24px;
  }

  .orange-banner .marketing-form {
    margin-top: 0;
  }
  
  .orange-banner .marketing-content {
    padding-bottom: 200px;
  }
  
  .ejk25-banner.marketing-section {
    background-size: contain;
  }

  .ejk25-banner h1 {
    margin: 0 0 16px 0;
    font-size: 24px;
  }

  .ejk25-banner .heding-desc {
    font-size: 16px;
    line-height: 1.3;
  }

  .ejk25-banner .marketing-form {
    margin-top: 0;
  }
  
  .generic25-banner .marketing-content {
    padding-bottom: 190px;
  }
  
  .generic25-banner.marketing-section {
    background-size: contain;
  }

  .generic25-banner h1 {
    margin: 0 0 16px 0;
    font-size: 24px;
  }

  .generic25-banner .heding-desc {
    font-size: 16px;
    line-height: 1.3;
  }

  .generic25-banner .marketing-form {
    margin-top: 0;
  }
  
  .generic25-banner .marketing-content {
    padding-bottom: 175px;
  }
  
  .diwali-2025-banner.marketing-section, .diwali-2025-banner-2.marketing-section {
    background-size: contain;
  }

  .diwali-2025-banner h1, .diwali-2025-banner-2 h1 {
    margin: 0 0 20px 0;
    font-size: 24px;
  }

  .diwali-2025-banner h1 span, .diwali-2025-banner-2 h1 span {
    font-size: 20px;
  }

  .diwali-2025-banner .marketing-form, .diwali-2025-banner-2 .marketing-form {
    margin-top: 0;
  }
  
  .diwali-2025-banner .marketing-content {
    padding-bottom: 330px;
  }
  
  .diwali-2025-banner-2 .marketing-content {
    padding-bottom: 196px;
  }

  .sub-head-section .container h2 {
    font-size: 24px;
  }

  .sub-head-section .container h2 span {
    font-size: 20px;
  }

  .marketing-content p {
    font-size: 14px;
    margin-top: 16px;
  }

  .marketing-form {
    margin-bottom: 30px;
    padding: 20px;
  }

  .marketing-form p {
    font-size: 12px
  }

  #clientLogoCarousel {
    margin-top: 20px;
  }

  #clientLogoCarousel .swiper-button-next,
  #clientLogoCarousel .swiper-button-prev {
    display: none;
  }

  #clientLogoCarousel .swiper-slide {
    margin-right: 15px;
    width: 60px;
  }

  .clients-section .client-logo {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
  }

  .clients-section .client-logo li {
    width: calc(100% / 4);
    padding: 20px;
  }

  #productsCarousel {
    margin-top: 20px
  }

  .product-image {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }

  .short-desc-custom ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .product-detail {
    width: 100%;
    padding: 12px 20px 20px;
  }

  .pUSP ul li {
    font-size: 10px;
  }

  .product-card.customize {
    max-height: 500px;
    height: 500px;
    padding: 30px;
  }

  .christmas .product-card.customize {
    height: 435px;
  }

  .christmas .product-card.customize:after {
    background: url(../images/christmas-bells-mb.webp) right no-repeat;
    width: 125px;
    right: -15px;
    top: 0;
    background-size: contain;
  }

  .product-card.customize h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .customize .desktop {
    display: none;
  }

  .product-card.customize p {
    font-size: 16px;
    padding-top: 30px;
  }

  .product-card.customize .pButton {
    position: static;
  }

  .pinterest-board {
    width: calc(100% + 10px);
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-top: 10px !important;
  }

  .pinterest-board.desktop {
    display: none;
  }

  .pinterest-board.mobile {
    display: flex;
  }

  .pinterest-board .items {
    width: calc(100%/2);
    padding: 0 5px;
  }

  .pinterest-board .item {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .email-catalog-section {
    min-height: 640px;
  }

  .why-loopify ul li {
    width: 100%;
  }

  .manifold-section .swiper-parent-container {
    margin: 30px -16px 30px;
  }

  #manifoldCarousel .swiper-slide {
    width: 320px;
    margin-right: 20px;
  }

  #manifoldCarousel .swiper-content {
    width: 320px;
  }

  #manifoldCarousel h3 {
    font-size: 2rem;
  }

  #manifoldCarousel p {
    font-size: 1.6rem;
  }

  .linkedin-content {
    display: block;
  }

  .linkedin-text {
    width: 100%;
    padding-right: 0;
  }

  .linkedin-text p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .linkedin-text p:first-of-type {
    margin-top: 30px;
  }

  .linkedin-post {
    width: 100%;
  }

  #clientSayCarousel {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding: 40px 16px 0;
    margin-top: 20px;
  }

  #clientSayCarousel .swiper-button-next,
  #clientSayCarousel .swiper-button-prev {
    display: none;
  }

  #clientSayCarousel .swiper-slide {
    margin-right: 15px;
    width: 248px;
  }

  .press-section {
    margin-top: 30px;
  }

  #pressCarousel {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding: 0 16px;
    margin-top: 20px;
  }

  #pressCarousel .swiper-button-next,
  #pressCarousel .swiper-button-prev {
    display: none;
  }

  #pressCarousel .swiper-slide {
    margin-right: 15px;
    width: 248px;
  }

  .press-card {
    height: 240px;
  }

  .press-card p {
    font-size: 14px;
  }

  .about-section .swiper-parent-container {
    margin: 30px -16px 30px;
  }

  .lUSPs {
    margin: 15px 0 0;
  }

  .lUSPs .item {
    width: 100%;
    margin: 0 0 17px;
    justify-content: left;
  }

  .lUSPs .item:nth-child(1) {
    order: 0;
  }

  .lUSPs .item .images {
    width: auto;
  }

  .lUSPs .item .images img {
    width: 49px;
    height: 49px;
  }

  .lUSPs .item .text {
    max-width: inherit;
    min-width: inherit;
    width: 269px;
    text-align: left;
    padding: 0;
  }

  .lUSPs .item .text h3,
  .lUSPs .item .text p {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }

}

.dialcode .control {
  position: relative;
}

.dialcode .control span {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 500;
  color: #7E7B71;
  top: 14px;
  left: 15px;
}

.dialcode input {
  padding-left: 46px !important;
}