/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: tan-angleton;
	src: url(../tiss-theme/assets/tan/TAN-Angleton\ Regular.ttf);
}
@font-face {
	font-family: tan-angleton-italic;
	src: url(../tiss-theme/assets/tan/TAN-Angleton\ Italic.ttf);
}
@font-face {
	font-family: tan-regular;
	src: url(../tiss-theme/assets/tan-regular/TAN-Angleton-Regular.ttf);
}


body {
    background-color: #fdfaf8;
}


h1,h2,h3,h4,h5,h6{
 	font-family: tan-angleton-italic;
	letter-spacing: 2px;
}
p, a{
   font-family: 'SF Pro Display', sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}
span{
   font-family: 'SF Pro Display', sans-serif; 
}
a:hover{
   
    text-decoration: none !important;
}


.custom-container{
    padding:60px 4% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2E5957;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }

.custom-container {
    max-width: unset !important;
    padding: 0 6%;
}

/* top header ends */
 /* header start */
.header-wrapper .row {
    align-items: center;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle {
    display: block;
    z-index: 1;
    cursor: pointer;
    background: #222;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#FF222222');
    border-radius: 2px 2px 2px 2px;
    line-height: unset;
    height: unset;
    text-align: left;
    user-select: none;
    background: #00000000 !important;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
}
.menu-logoheader .mega-toggle-blocks-right, .menu-logoheader .mega-toggle-blocks-center {
	display: none !important;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #b4835f;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
 .header-logo img {
    width: 200px;
    object-fit: cover;
    height: auto;
    margin: auto;
    display: block;
}

.header-wrapper {
    width: 100%;
    background: #F8F0EA;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 99;
}
.main-menu{
  background: #fdfaf8;
      padding: 10px;
}
.header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.header-logo a {
    width: fit-content;
    display: block;
    margin: auto;
}
.header-icons i{
  color: #B4835F;
  font-size: 22px;
}
.header-toogle-menu {
	display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary{
  text-align: center;
}
.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    transition: .3s ease;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 155px;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.5;
    height: unset;
    padding: 0px 15px 0px 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #2E5957;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #B4835F;
    font-weight: 600;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    color: #B4835F;
    font-weight: 600;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 1.6;
    height: unset !important;
    padding: 5px 15px;
    background: transparent;
    text-align: left;
    color: #2e5957;
    font-weight: 600;
    font-size: 14px;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #b4835f;
    font-weight: 600;
    text-decoration: none;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle {
    margin: 20px 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 4px 4px 6px #00000017;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #fdfaf7;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: unset;
    padding: 10px;
    line-height: 1.5 !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #2e5957;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #b4835f;
    font-weight: 600;
    text-decoration: none;
}


 /* header ends */

/* banner starts */
.banner-btn a{
	background:#b4835f;
	border-radius:12px;
	padding:12px;
	color:#fff;
	text-align:center;
}
.banner-btn:hover a{
    color:#000 !important;
}
.banner-btn a:hover{
    color:#000 !important;
}
.home-banner-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-image-slider {
  position: relative;
  z-index: 1; /* Base layer */
}

.banner-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position:top;
}

.home-caption-wrap {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5; /* Above images */
  pointer-events: none;
}

/* Re-enable pointer events for interactive elements */
.banner-caption-item h1,
.banner-caption-item p,
.caption-content,
.caption-content p {
  pointer-events: none;
}

.banner-btn,
.banner-btn a {
  pointer-events: auto;
}

/* First slide text color black */
.caption-slider .swiper-slide.first-slide h1,
.caption-slider .swiper-slide.first-slide .caption-content,
.caption-slider .swiper-slide.first-slide p {
  color: #000;
}

.caption-slider {
  height: 450px;
  overflow: hidden;
  pointer-events: none;
}

.banner-caption-item {
  color: #F1EBCA;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
}

.banner-caption-item h1 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #F1EBCA;
}

.caption-content p{
  color: #F1EBCA;
}

.swiper-slide-active .banner-caption-item {
  animation: slideUp 1s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Banner Navigation Arrows */
.banner-prev-arrow,
.banner-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10; /* Above everything */
  transition: all 0.3s ease;
  pointer-events: auto;
}

.banner-prev-arrow:hover,
.banner-next-arrow:hover {
  background: rgba(180, 131, 95, 0.9);
  border-color: #B4835F;
  transform: translateY(-50%) scale(1.1);
}

.banner-prev-arrow {
  left: 30px;
}

.banner-next-arrow {
  right: 30px;
}

.banner-prev-arrow i,
.banner-next-arrow i {
  font-size: 20px;
}

/* banner ends */

/* moment starts */

.artara-moment-wrapper{
  background: url(../tiss-theme/assets/img/momentbg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.artara-moment-wrapper:before{
  position: absolute;
  content: "";
  background: url(../tiss-theme/assets/img/stars.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 25%;
  left: 15%;
  width: 80px;
  height: 80px;
  opacity: 0.8;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
  animation: starShine 3.5s ease-in-out infinite;
}
.artara-moment-wrapper:after{
  position: absolute;
  content: "";
  background: url(../tiss-theme/assets/img/stars.png) no-repeat;
  background-position: center;
  background-size: cover;
  top: 15px;
  right: 22%;
  width: 80px;
  height: 80px;
  opacity: 0.8;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
  animation: starShine 3.8s ease-in-out infinite;
}
@keyframes starShine {
  0% {
    opacity: 0.6;
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
  }
  25% {
    opacity: 1;
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 1));
  }
  50% {
    opacity: 0.8;
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
  }
  75% {
    opacity: 1;
    transform: scale(1.15) rotate(-10deg);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
  }
  100% {
    opacity: 0.6;
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
  }
}
.artara-moment-wrapper h2 {
  color: #2E5957;
  font-weight: 500;
  padding-bottom: 25px;
}
.artara-moment-wrapper p{
  width: 60%;
  margin: auto;
  display: block;
  text-align: center;
  color: #000000e1;
  padding-bottom: 10px;
}

/* moment ends */

/* corporate-gift-wrapper starts */

.corporate-gift-wrapper {
    padding: 60px 0;
    background: #FDFAF8;
    position: relative;
    overflow: hidden;
}
.corporate-gift-wrapper h1 {
    text-align: center;
    color: #2E5957;
    font-size: 42px;
    margin-bottom: 10px;
}
.gifting-para {
    max-width: 800px;
    margin: 0 auto 20px;
}
.corporate-gift-wrapper p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #b4835f;
}
.corporate-gift-wrapper .custom-container {
    max-width: unset !important;
    background: #F8F0EA;
    padding: 20px 6%;
}
.corporate-gifting-col {
    padding: 0 10px; /* Changed from margin to padding */
}
.corporate-gifting-item {
    position: relative;
    overflow: hidden !important;
    border-radius: 20px;
    transition: transform 0.4s ease;
    margin-bottom: 30px; /* Moved margin here */
}
.corporate-gifting-item img {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.corporate-gifting-item:hover img {
    transform: scale(1.05);
}
.corporate-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0000006e 60%, #00000091 100%);
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 25px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.4s ease;
}
.corporate-gifting-item:hover .corporate-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000a1 60%, #000000f2 100%);
}
.corporate-text {
    margin-bottom: 30px;
}
.corporate-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fdfaf8;
}
.corporate-desc p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #ffe4ae !important;
}
.corporate-btn {
    background: #ffe4ae;
    color: #2E5957;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 30px;
    border: 1px solid #b4835f;
    opacity: 0;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    transition: .6s all ease-in-out;
}
.corporate-gifting-item:hover .corporate-btn {
    opacity: 1;
    transform: translateY(0);
}
.corporate-btn:hover {
    background: #2E5957;
    border: 1px solid #FFE4AE;
    color: #FFE4AE;
}
.ramadan-gifting-slider-wrap {
    position: relative;
}
.ramadan-gifting-slider {
    /* Ensure Slick can control layout */
}
.ramadan-gifting-prev,
.ramadan-gifting-next {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #2E5957;
    color: #FFE4AE;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #2E5957;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.ramadan-gifting-prev {
    left: -40px;
}
.ramadan-gifting-next {
    right: -40px;
}
.ramadan-gifting-prev:hover,
.ramadan-gifting-next:hover {
    background: #FFE4AE;
    color: #2E5957;
}
.ramadan-gifting-prev.slick-disabled,
.ramadan-gifting-next.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* corporate-gift-wrapper ends */


/* curve slider section starts */
   
.curve-slider-content-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  overflow: hidden;
}

/* Content */
.curve-slider-content-wrapper .content {
  text-align: center;
  position: relative;
  z-index: 5;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.curve-slider-content-wrapper .content h1 {
  color: #2E5957;
  font-size: 3rem;
  margin-bottom: 15px;
}

.curve-slider-content-wrapper .content p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.curve-slider-content-wrapper .star-star1,
.curve-slider-content-wrapper .star-star2 {
  position: absolute;
  z-index: 10;
  opacity: 0.85;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.8));
}

.star-star1 {
    bottom: -50px;
    right: -120px;
    width: 120px;
    height: auto;
	animation: StarShinenew1 5.8s ease-in-out infinite;
}
.star-star2 {
    top: 0px;
    left: -120px;
    width: 120px;
    height: auto;
	animation: StarShinenew2 5.8s ease-in-out infinite;
}

@keyframes StarShinenew1 {
  0%, 100% { opacity: 0.6; transform: scale(1) rotate(-30deg); }
  25% { opacity: 1; transform: scale(1.15) rotate(0deg); }
  50% { opacity: 0.6; transform: scale(1) rotate(30deg); }
  75% { opacity: 1; transform: scale(1.2) rotate(0deg); }
}

@keyframes StarShinenew2 {
  0%, 100% { opacity: 0.6; transform: scale(1) rotate(30deg); }
  25% { opacity: 1; transform: scale(1.15) rotate(0deg); }
  50% { opacity: 0.6; transform: scale(1) rotate(-30deg); }
  75% { opacity: 1; transform: scale(1.2)  rotate(0deg); }
}

.curve-slider-wrapper {
  position: relative;
  width: 100vw;
  margin: 0;
  overflow: hidden;
  background: #f8f0ea;

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 87% 95%, 74% 92%, 59% 89%, 43% 89%, 29% 91%, 15% 95%, 0 100%);

  clip-path: polygon(0 0, 100% 0, 100% 100%, 87% 95%, 74% 92%, 59% 89%, 43% 89%, 29% 91%, 15% 95%, 0 100%);
}



/* Slick Images */
.curve-slider .slick-slide {
  transition: transform 0.3s ease;
  padding: 0 5px;
  opacity: 0.9;
}

.curve-slider img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}


/* curve slider section ends */

/* gallery slider section starts  */

.gallery-slider-section {
    padding: 60px 0;
    background: #fdfaf8;
}

.gallery-slider-title-wrap {
	max-width: 720px;
	margin: 0 auto 40px
}

.gallery-slider-title {
    font-size: 36px;
    color: #1b3a36;
    font-weight: 500;
    margin-bottom: 10px;
    font-style: normal;
}

.gallery-slider-subtitle {

  color: #B4835F;
  font-size: 16px;
  line-height: 1.7;
}

.gallery-slider-wrap {
  margin: 0 -10px;
}

.gallery-slider-item {
    margin: 0 10px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-slider-item img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    display: block;
    transition: transform 0.4s ease;
    height: 300px;
}

.gallery-slider-item img:hover {
  transform: scale(1.03);
}

.gallery-slider-btn {
  margin-top: 50px;
}

.gallery-slider-btn-link {
    display: inline-block;
    background: #f2ebe6;
    border: 1px solid #f2ebe6;
    color: #2e5957;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s linear;
}

.gallery-slider-btn-link:hover {
    background: #2e5957;
    color: #FFE4AE;
    border: 1px solid #FFE4AE;
}


/* gallery slider section ends */


/* gift qoute section starts */

.gift-quote-section {
    padding: 20px 0;
    margin-bottom: 60px;
    background: #f8f0ea;
}

.gift-quote-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    margin: auto !important;
}

.gift-quote-box-col {
	padding: 0 10px !important;
	margin-bottom: 15px;
}

.gift-quote-box {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 6px 16px #00000015;
    overflow: hidden;
    flex: 1;
    position: relative;
    padding: 25px;
    height: 100%;
}

.gift-quote-box-left {
    background: #2E5957;
    color: #fff;
}

.gift-quote-box-right {
    background: #fdfaf8;
    color: #1f4c45;
}

.gift-quote-content {
  position: relative;
  z-index: 2;
}

.gift-quote-title-left {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FFE4AE;
}

.gift-quote-title-right {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2E5957;
}

.gift-quote-desc-left {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #FDFAF8;
}

.gift-quote-desc-right {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #B4835F;
}

.gift-quote-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 200px;
    height: 130px;
}

.gift-quote-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-quote-img-blur {
    position: absolute;
    top: 0;  /* use top/left/right/bottom instead of inset for clarity */
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 1;
    border-radius: inherit; /* inherit parent's border-radius */
}


.gift-quote-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  z-index: 2;
}

.gift-quote-btn {
  display: inline-block;
  margin-top: 25px;
  background: #f2f2f2;
  color: #1f4c45;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gift-quote-box-left .gift-quote-btn {
    background: #f8f0ea;
    color: #2E5957;
    border: 1px solid #f8f0ea;
}

.gift-quote-box-left .gift-quote-btn:hover {
    background: #2E5957;
    color: #ffe4ae;
    border-color: #ffe4ae;
}

.gift-quote-box-right .gift-quote-btn {
	background: #2E5957;
	color: #FFE4AE;
	border: 1px solid #2E5957;
}

.gift-quote-box-right .gift-quote-btn:hover {
	background: #FFE4AE;
	color: #2E5957;
	border: 1px solid #FFE4AE;
}

.gift-quote-logo {
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.gift-quote-logo-img {
    width: 70px;
    height: auto;
    object-fit: contain;
}


/* gift qoute section ends */

/* footer section starts */

.footer-wrapper {
  background-color: #f9f3ec;
  color: #2b2b2b;
  padding: 60px 0 0;
}

.footer-wrapper a {
  color: #2b2b2b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-wrapper a:hover {
  color: #0a5c52;
}

.foot-col {
  margin-bottom: 40px;
}

.footer-logo-link {
  display: inline-block;
}

.footer-logo {
    width: 180px;
    margin-bottom: 10px;
    object-fit: contain;
    height: auto;
}

.newsletter-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter';
    margin-bottom: 8px;
    color: #2E5957;
}

.newsletter-wrap p {
    font-size: 14px;
    line-height: 1.6;
    color: #B4835F;
    margin-bottom: 10px;
}

.newsletter-form {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 13px;
    max-width: 220px;
    outline: none;
}

.newsletter-form button {
    background-color: #2E5957;
    color: #FFE4AE;
    border: none;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #084c43;
}

.newsletter-wrap a, .newsletter-wrap p {
    font-size: 14px;
    color: #B4835F;
    margin-top: 5px;
}

.newsletter-wrap a:hover {
	color: #2E5957;
	text-decoration: none;
}

.footer-social-icons {
  margin-top: 20px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #2e5957;
    border-radius: 10px;
    font-size: 22px;
    margin-right: 8px;
    color: #f9f3ec;
    transition: all 0.3s ease;
}

.footer-social-icons a:hover {
    color: #FFE4AE;
}

.footer-menu-wrap h2,
.footer-contact-wrap h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2E5957;
  margin-bottom: 10px;
}

.footer-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list li a {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.footer-list li a:hover {
  color: #2E5957;
}



.footer-contact-wrap p {
  font-size: 13px;
  color: #5f5f5f;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-contact-wrap i {
  color: #0a5c52;
  margin-right: 8px;
  font-size: 14px;
}


.footer-bottom {
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-bottom-col-left p {
    margin: 0;
    font-size: 14px;
    color: #2E5957;
    text-align: left;
}

.footer-bottom-col-right p {
    margin: 0;
    font-size: 14px;
    color: #2E5957;
    text-align: right;
}

.footer-bottom .crafted a {
  color: #2E5957;
}

.footer-bottom .crafted a:hover {
  text-decoration: underline;
}

.floating-whatsapp {
	overflow: hidden;
  	transition: all 0.4s ease;
}

.whatsapp-icon img {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.whatsapp-text {
    background: #2e5957;
    color: #fff;
    position: fixed;
    bottom: 120px;
    right: 20px;
	z-index: 9999;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 500;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hide-text .whatsapp-text {
  opacity: 0;
  transform: translateX(20px);
  visibility: hidden;
}


/* footer section ends */

/* about page start */

/* about banner section start */

.about-banner-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}

.about-banner-media img, .about-banner-media video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.about-banner-overlay {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000033;
    background: radial-gradient(circle, rgb(0 0 0 / 1%) 0%, rgb(0 0 0 / 30%) 100%);
    z-index: 1;
}

.about-banner-content {
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: #fff;
    width: 90%;
    max-width: 700px;
}

.about-banner-content h1 {
    font-size: 52px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #ffffff;
}

.about-banner-content p {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff99;
}


/* about banner section ends */

/* about story section start */

.about-story-wrap {
    position: relative;
    background: #faf6f3;
    padding: 60px 0;
    overflow: hidden;
}

.about-story-wrap .about-story-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #2e5957;
}

.about-story-slider {
  position: relative;
  width: 100%;
}

.story-slide {
  	display: flex !important;
  	justify-content: center;
  	align-items: center;
 	position: relative;
	padding: 20px 0 0;
}

.story-slide-inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-image-box {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 600px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    z-index: 1;
    transition: transform 0.6s ease;
    background-color: #b4835f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-content-box {
    position: absolute;
    left: 0;
    bottom: 40px;
    max-width: 600px;
    width: 100%;
    background: #3f7774;
    border-radius: 22px;
    z-index: 2;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
}

.story-content-box h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    color: #ffe4ae;
    margin-bottom: 15px;
}

.story-content-box .story-excerpt, .story-content-box p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #FDFAF8;
    margin: 0;
}

@keyframes fadeUpStory {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image box — fade in + move down */
@keyframes fadeDownImage {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.story-slide .story-content-box,
.story-slide .story-image-box {
  opacity: 0;
  transform: translateY(40px);
  transition: none;
}

.story-slide.active .story-content-box {
  animation: fadeUpStory 0.5s ease forwards;
  animation-delay: 0.3s;
}

.story-slide.active .story-image-box {
  animation: fadeDownImage 0.6s ease forwards;
  animation-delay: 0.15s;
}



/* about story section ends */

/* about teamy section start */

.about-team-wrap {
    padding: 60px 0;
    background-color: #f8f0ea;
	position: relative;
	overflow: hidden;
}

.about-team-wrap:before {
    position: absolute;
    content: "";
    background: url(../tiss-theme/assets/img/stars.png) no-repeat;
    background-position: center;
    background-size: contain;
    bottom: 10px;
    left: 40px;
    width: 100px;
    height: 100px;
    opacity: 0.8;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
    animation: starShine 3.5s ease-in-out infinite;
}

.about-team-wrap:after {
    position: absolute;
    content: "";
    background: url(../tiss-theme/assets/img/stars.png) no-repeat;
    background-position: center;
    background-size: contain;
    top: 10px;
    right: 40px;
    width: 100px;
    height: 100px;
    opacity: 0.8;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
    animation: starShine 3.5s ease-in-out infinite;
}

.about-team-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #222;
}

.about-team-wrap .row {
    justify-content: center;
}

.about-team-card-col {
	padding: 0 10px !important;
	margin-bottom: 15px;
}

.about-team-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.about-team-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.about-team-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 15px;
    transition: height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
              padding 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.about-team-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #ffffff60, rgb(255 255 255 / 0%));
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 1;
    pointer-events: none;
}

.about-team-card:hover::after {
  opacity: 0;
}

.about-team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.6s ease, opacity 0.5s ease;
}

.about-team-info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  text-align: center;
  padding: 15px;
  min-height: 150px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.about-team-card:hover .about-team-info {
  bottom: 0;
  opacity: 1;
  top: unset !important;
}

.about-team-card:hover .about-team-image-wrap {
    height: 400px;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.about-team-card:hover .about-team-image {
  opacity: 0.95;
  border-radius: 8px 8px 0 0;
}

.about-team-name {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #b4835f;
  font-weight: 600;
}

.about-team-position {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-team-bio {
  font-size: 14px;
  color: #00000099;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* about teamy section end */

/* about brand values section start */

.brand-values-wrap {
    padding: 60px 0;
    background-color: #3f7774;
    text-align: center;
}

.brand-values-title {
    font-size: 36px;
    color: #ffe4ae;
    font-weight: 500;
    margin-bottom: 30px;
    font-style: normal;
}

.brand-value-card {
    background: #fdfaf8;
    border-radius: 12px;
    border: 1px solid #ffe4ae;
    height: 100%;
    padding: 20px;
    box-shadow: 0 4px 8px #b4835fad;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.brand-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 10px #b4835fad;
}

.brand-value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border: 2px solid #b4835f;
    background: #ffe4ae;
    corner-shape: squircle;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.brand-value-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.brand-value-title {
  font-size: 20px;
  color: #b4835f;
  font-weight: 600;
  margin-bottom: 12px;
}

.brand-value-desc p{
	font-size: 14px;
	color: #00000099;
	line-height: 1.6;
	margin-bottom: 10px;
}

/* about brand values section end  */

/* about artisan section start  */

.artisan-wrap {
    background: #f9f3ec;
    padding: 60px 0;
}

.carousel-header {
  margin-bottom: 30px;
}

.carousel-title {
  font-size: 36px;
  color: #2E5957;
}

.carousel-arrows button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #f9f3ec;
    border: 1px solid #2e5957;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2E5957;
    font-weight: 900;
    cursor: pointer;
    transition: color 0.3s ease;
}

.carousel-arrows button:hover {
    color: #ffe4ae;
    background: #2e5957;
}

.artisan-card {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
    border: 1px solid #b4835f;
    border-radius: 12px;
    background: #fdf9f6;
    min-height: 370px !important;
    margin: 10px;
}

.artisan-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #b4835f;
  margin: 0 auto 15px;
}

.artisan-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* ensures link sits at the bottom */
  flex-grow: 1;
}

.artisan-name {
    font-size: 16px;
    font-weight: 600;
    color: #2E5957;
    margin-bottom: 8px;
}

.artisan-craft p{
  font-size: 14px;
  color: #00000099;
  margin-bottom: auto; /* pushes button to the bottom */
  line-height: 1.5;
}

.artisan-link {
    display: inline-block;
    background: #f2ebe6;
    border: 1px solid #b4835f;
    color: #2e5957;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    margin: 20px auto 0;
    transition: all 0.3s ease;
}

.artisan-link:hover {
  background: #2e5957;
  color: #FFE4AE;
  border-color: #FFE4AE;
  transform: translateY(-2px);
}


/* about artisan section ends */

/* about CTA prefooter section start */

.prefooter-cta-wrap {
  background: #FDF9F6; 
  padding: 60px 0px;
  text-align: center;
}

.prefooter-title {
  font-size: 36px;
  color: #2E5957;
  font-weight: 600;
  margin-bottom: 15px;
}

.prefooter-text {
    font-size: 18px;
    color: #b4835f;
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.prefooter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.prefooter-buttons .btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn.primary-btn {
  background: #2E5957;
  color: #FFE4AE;
  border: 1px solid #2E5957;
}

.btn.primary-btn:hover {
  background: transparent;
  color: #2E5957;
}

.btn.secondary-btn {
  background: #f2ebe6;
  color: #2E5957;
  border: 1px solid #b4835f;
}

.btn.secondary-btn:hover {
  background: #2E5957;
  color: #FFE4AE;
}

.btn.tertiary-btn {
  background: transparent;
  color: #b4835f;
  border: 1px solid #b4835f;
}

.btn.tertiary-btn:hover {
  background: #b4835f;
  color: #fff;
}

/* about CTA prefooter section ends */

/* about page ends */

/* single product page start */

/* single product sider start */

.single-product-wrapper {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.single-product-banner-slide {
  position: relative;
  text-align: center;
  line-height: 0;
}

.single-product-banner-img {
  position: relative;
}

.single-product-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.single-product-banner-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/* ✨ Add Overlay Layer */
.single-product-banner-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30); /* adjust opacity for strength */
  z-index: 1;
  transition: background 0.3s ease;
}

/* Text Overlay */
.single-product-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 0 20px;
    width: 80%;
    max-width: 900px;
}

/* Fade + Slide-Up Animation for Banner Text */
.single-product-banner-text {
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: all 1s ease;
}

.slick-active .single-product-banner-text {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.single-product-banner-text h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.8;
    color: #ffe4ae;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}

.slick-active .single-product-banner-text h1 {
  opacity: 1;
  transform: translateY(0);
}

.single-product-banner-slide:not(:has(.product-banner-text)) .product-banner-img img {
  object-fit: cover;
  height: 100vh;
}

/* single product sider end */

/* single product about start */

.single-product-about-wrap {
    padding: 60px 0;
    background: #FDF9F6;
    position: relative;
    text-align: center;
}

.single-product-about-content h6 {
    font-size: 20px;
    color: #b4835f;
    letter-spacing: 1.2px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'SF Pro Display', sans-serif;
}

.single-product-about-content h2 {
    font-size: 36px;
    color: #2E5957;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
    line-height: 2;
}

.single-product-about-content p {
  font-size: 16px;
  color: #00000099;
  line-height: 1.9;
  margin-bottom: 25px;
  font-weight: 400;
}

.single-product-about-content strong {
  color: #2E5957;
  font-weight: 600;
}

.single-product-about-content a {
  color: #B08968;
  text-decoration: none;
  border-bottom: 1px solid #B08968;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.single-product-about-content a:hover {
  color: #2E5957;
  border-color: #2E5957;
}

/* single product about end */

/* single product info start */

.single-product-info-wrap {
  padding: 60px 0;
  background: #f8f0ea;
  position: relative;
}

.single-product-info-wrap .single-product-info-box {
    max-width: 1100px !important;
    margin: auto;
    padding: 20px 20px 20px 30px;
    border-radius: 20px;
    background: #3f7774;
    backdrop-filter: blur(6px);
}

.single-product-info-heading h2 {
    font-size: 26px;
    color: #ffe4ae;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.single-product-info-content {
    padding: 10px 20px;
    background: #f8f0ea;
    border-radius: 13px;
}

.single-product-info-content p {
    font-size: 18px;
    color: #000000b3;
    line-height: 1.7;
    margin-bottom: 16px;
}

.single-product-info-content h3,
.single-product-info-content h4 {
  font-size: 22px;
  color: #ffe4ae;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-product-info-content ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

.single-product-info-content ul li {
  font-size: 16px;
  color: #000000b3;
  margin-bottom: 10px;
  list-style-type: disc;
}

.single-product-info-content ul li {
    position: relative;
    padding-left: 35px;
    list-style: none;
}

.single-product-info-content ul li::before {
    content: "䂵";
    font-family: "hgi-stroke-rounded" !important;
    font-size: 20px;
    color: #b4835f;
    position: absolute;
    left: 0;
    top: 3px;
    margin-right: 14px;
    line-height: 1;
    font-weight: normal;
}


.single-product-info-content a {
  color: #B08968;
  text-decoration: none;
  border-bottom: 1px solid #B08968;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.single-product-info-content a:hover {
  color: #2E5957;
  border-color: #2E5957;
}

/* single product info end */

/* single product feature start */

.product-features-section {
  padding: 60px 0;
  background: #FCFAF8;
  position: relative;
}

.product-features-section .row {
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.product-features-section .feature-image {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 16px;
}

.product-features-section .feature-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-features-section .feature-image:hover .slick-current.slick-active {
  transform: scale(1.05);
}

.product-features-section .feature-content {
  padding: 0 40px;
}

.product-features-section .feature-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2E5957;
  margin-bottom: 20px;
  line-height: 1.7;
}

.product-features-section .feature-content .feature-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-features-section .feature-content .feature-text li {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
  color: #000000b3;
}

.product-features-section .feature-content .feature-text li {
    position: relative;
    padding-left: 35px;
    list-style: none;
}

.product-features-section .feature-content .feature-text li::before {
    content: "䂵";
    font-family: "hgi-stroke-rounded" !important;
    font-size: 20px;
    color: #b4835f;
    position: absolute;
    left: 0;
    top: 10px;
    margin-right: 14px;
    line-height: 1;
    font-weight: normal;
}

.product-features-section .feature-content .feature-text {
  margin-bottom: 15px;
}

/* single product feature end */

/* single product CTA start */

.single-product-personal-wrap {
  padding: 60px 0;
  background: #f8f0ea;
  position: relative;
}

.single-product-personal-header {
  text-align: center;
  margin-bottom: 60px;
}

.single-product-personal-title {
    font-size: 36px;
    font-weight: 600;
    color: #2E5957;
    margin-bottom: 15px;
    line-height: 1.7;
	letter-spacing: 1px;
}

.single-product-personal-subtitle {
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.single-product-personal-row {
  align-items: center;
  margin-bottom: 70px;
}

.single-product-personal-slider {
  position: relative;
}

.single-product-personal-carousel {
  position: relative;
}

.single-product-personal-slide {
    position: relative;
    margin: 10px;
}

.single-product-personal-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.single-product-prev-arrow, .single-product-next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #ffe4ae;
    color: #343a40;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2E5957;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.single-product-prev-arrow:hover,
.single-product-next-arrow:hover {
  background: #2E5957;
  color: #fff;
}

.single-product-prev-arrow { left: 15px; }
.single-product-next-arrow { right: 15px; }

.single-product-personal-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #00000099;
}
.single-product-customization-details {
    margin-left: 30px;
}

.single-product-customization-details h4 {
    font-size: 16px;
    color: #2e5957;
    margin-bottom: 5px;
    line-height: 1.8;
		font-family:tan-regular !important;
}

.single-product-bottom-cta-wrap {
    background: #3f7774;
    padding: 60px 0;
    overflow: hidden;
}

.single-product-personal-cta {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.single-product-personal-cta h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffe4ae;
    margin-bottom: 15px;
    line-height: 1.7;
    letter-spacing: 2px;
}
.single-product-personal-cta p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #f2ebe6;
}
.single-product-cta-btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    background: #FDF9F6;
    color: #b4835f;
    border: 1px solid #b4835f;
}

.single-product-cta-btn:hover {
    background: #b4835f;
    color: #fff;
}

/* single product CTA end */

/* single product gift-box slider start */

.single-product-giftboxes-wrap {
  padding: 60px 0;
  background: #FDFAF8;
}

.single-product-giftboxes-header {
  text-align: center;
  margin-bottom: 60px;
}

.single-product-giftboxes-header h2 {
    font-size: 36px;
    color: #2E5957;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
}

.single-product-giftboxes-header h6 {
  	font-size: 16px;
  	color: #7A7A7A;
  	font-weight: 400;
  	letter-spacing: 1px;
	margin-bottom: 10px;
}

.single-product-giftboxes-slider {
  position: relative;
}

.single-product-giftbox-item {
    height: 100%;
    min-height: 420px;
    margin: 10px;
    background: #F2ECE6;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #00000030;
    box-shadow: 0 4px 6px #00000010;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 15px;
}

.single-product-giftbox-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
}

.single-product-giftbox-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 13px;
}

.single-product-giftbox-content {
    text-align: left;
    padding: 15px 10px 0;
    flex-grow: 1;
}

.single-product-giftbox-title {
    font-size: 20px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'SF Pro Display' !important;
}

.single-product-giftbox-description {
    font-size: 14px;
    color: #000000b3;
    line-height: 1.7;
    margin: 0;
}

.giftbox-slider-prev, .giftbox-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #ffe4ae;
    color: #343a40;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2E5957;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.giftbox-slider-prev:hover,
.giftbox-slider-next:hover {
    background: #2E5957;           /* Dark background on hover */
    color: #fff;                   /* White icon on hover */
}

.single-product-giftbox-slider-wrap {
    position: relative;
	padding: 0 30px;
}

.giftbox-slider-prev {
    left: -30px;
}
.giftbox-slider-next {
    right: -30px;
}



/* single product gift-box slider end */

/* single product page end */

/* innerpage heading section start */

.innerpage-header {
    position: relative;
    height: 50vh;
    overflow: hidden;
    margin-top: 89px;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
}

.innerpage-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pageheading-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    right: 0;
    max-width: 900px;
    text-align: center;
    width: 90%;
    color: #fff;
    z-index: 2;
}

.pageheading-middle h4 {
    font-size: 36px;
    line-height: 1.5;
    font-family: 'Gothic Bold';
    margin-bottom: 10px;
    color: #ffffff;
}

.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 16px;
}

.pageheading-middle a {
    color: #ffffff99;
    font-size: 16px;
    font-family: 'Gothic Regular';
    font-weight: 600;
}

.pageheading-middle a:hover {
  color: #ffffff;
}

/* innerpage heading section end */

/* inner product page start */

.inner-product-section {
  padding: 60px 0;
  background: #fdfaf7;
}

.inner-product-filterbar {
  display: none;
  justify-content: center;
  margin-bottom: 40px;
}

/* --- Filter Chip Styling --- */
.chip {
  position: relative;
  display: inline-block;
}

.chip-toggle {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.chip-toggle:hover {
  border-color: #d7a44a;
}

.chip-badge {
  background: #d7a44a;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 12px;
}

.chip-caret::after {
  content: "▾";
  font-size: 12px;
}

.chip-panel {
  position: absolute;
  top: 110%;
  left: 0;
  width: 250px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  display: none;
  z-index: 10;
  padding: 10px;
}

.chip-panel.open {
  display: block;
}

.chip-search-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 8px;
  font-size: 14px;
}

.chip-options {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 180px;
  overflow-y: auto;
}

.chip-option {
  padding: 6px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.chip-option:hover {
  background: #f5f5f5;
}

.chip-option[aria-selected="true"] {
  background: #d7a44a20;
}

.chip-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.chip-clear,
.chip-apply {
  border: none;
  background: #d7a44a;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

.chip-clear:hover,
.chip-apply:hover {
  background: #b98a3e;
}

/* --- Product Cards --- */
.inner-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s ease;
  margin-bottom: 40px;
}

.inner-product-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.inner-product-card:hover .inner-product-img img {
  transform: scale(1.08);
}

.inner-product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(46, 89, 87, 0.85);
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  transition: all 0.4s ease;
}

.inner-product-card:hover .inner-product-overlay {
  opacity: 1;
}

.inner-product-title {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 10px;
}

.inner-product-desc {
  font-size: 16px;
  color: #f1f1f1;
  line-height: 1.5;
  margin-bottom: 15px;
}

.inner-product-btn {
  background: #d7a44a;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.inner-product-btn:hover {
  background: #b98a3e;
}

.ramadan-slider  .single-product-giftbox-item {
    min-height: 420px;
} 

.ramadan-slider .single-product-giftbox-img {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 13px;
    overflow: hidden;
}

.ramadan-slider .single-product-giftbox-img img {
    width: 100%;
    height: 240px !important;
    object-fit: contain;
}

.single-product-giftbox-item {
    min-height: 320px;
}

.single-product-giftbox-img img {
    width: 100%;
	height:160px;
}

/* inner product page end */

/* Inner FAQ page start */

.inner-faq-section {
    padding: 60px 0;
    background-color: #FDF9F6;
}

.inner-faq-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}

.inner-faq-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.inner-faq-sub-title {
  font-size: 16px;
  color: #000000b3;
  margin: 0;
}

.inner-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.inner-faq-right .accordion-item {
  border-radius: 18px;
  margin-bottom: 15px;
  background: #ffffff;
  overflow: hidden;
  border: none;
}

.inner-faq-right .accordion-button {
    background: transparent;
    font-size: 14px;
    color: #000000;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.inner-faq-right .accordion-button::before {
    content: "\002B";
    font-size: 22px;
    font-weight: 500 !important;
    font-family: Arial, sans-serif;
    color: #000;
    margin-right: 30px;
}

.inner-faq-right .accordion-button:not(.collapsed)::before {
  content: "\2212";
}

.inner-faq-right .accordion-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: auto;
}

.inner-faq-right .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}

.inner-faq-right .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.inner-faq-right .accordion-collapse.show {
  opacity: 1;
  max-height: 500px;
}

.inner-faq-right .accordion-body {
  padding: 0 5px 5px;
  background: transparent;
}

.inner-faq-right .accordion-body p {
    background: #fff5e2;
    padding: 12px 16px;
    border-radius: 14px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    border: 1px solid #b4835f;
}

/* Inner FAQ page end */

/* inner shipment page start */

.inner-shipment-wrap {
    padding: 60px 0;
    background-color: #FDF9F6;
}

.inner-shipment-wrap h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
}

.inner-shipment-content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.inner-shipment-wrap h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 25px;
}

.inner-shipment-wrap p {
  font-size: 16px;
  color: #00000099;
  line-height: 1.8;
  margin-bottom: 15px;
}


/* inner shipment page ends */

/* inner terms page start */

.inner-terms-wrap {
    padding: 60px 0;
    background-color: #FDF9F6;
}
.inner-terms-wrap .inner-terms-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2E5957;
    margin-bottom: 20px;
    line-height: 1.7;
}

.inner-terms-wrap .inner-terms-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.inner-terms-wrap .inner-terms-content p {
  font-size: 16px;
  color: #00000099;
  line-height: 1.8;
  margin-bottom: 15px;
}

.inner-terms-wrap .inner-terms-content ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 20px;
}

.inner-terms-wrap .inner-terms-content li::before {
    content: "䂵";
    font-family: "hgi-stroke-rounded" !important;
    font-size: 20px;
    color: #b4835f;
    position: absolute;
    left: 0;
    top: 10px;
    margin-right: 14px;
    line-height: 1;
    font-weight: normal;
}

.inner-terms-wrap .inner-terms-content li {
    position: relative;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    color: #000000b3;
}

.inner-terms-wrap .inner-terms-content li {
    position: relative;
    padding-left: 35px;
    list-style: none;
}

/* inner terms page ends */

/* inner ramadan page start */

.ramdan-banner-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ramdan-banner-overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 42%);
    background: linear-gradient(270deg, rgb(0 0 0 / 6%) 0%, rgb(0 0 0 / 49%) 33%, rgb(0 0 0 / 64%) 100%);
}

.ramdan-banner-content {
    max-width: 1000px;
    width: 90%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    color: #ffffff;
}

.ramdan-banner-content h1, .ramdan-banner-content h2 {
    color: #F1EBCA;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.ramdan-banner-content p {
    color: #ffffffcc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ramdan-detail-wrap {
    padding: 60px 0;
    background: #fdfaf8;
}

.ramdan-detail-wrap .row {
    align-items: center;
} 

.ramdan-detail-content {
    text-align: left;
}

.ramdan-detail-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.ramdan-detail-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2E5957;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ramdan-detail-content p {
    font-size: 16px;
    color: #000000b3;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ramdan-detail-content ul {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 10px;
}

.ramdan-detail-content li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000b3;
    line-height: 1.6;
}

.ramdan-detail-content li::before {
    content: "䂵";
    font-family: "hgi-stroke-rounded" !important;
    font-size: 20px;
    color: #b4835f;
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: normal;
}

/* inner ramadan page ends */


@media only screen and (min-width: 300px) and (max-width: 576.5px) {
/* header start */

.menu-logoheader {
    padding: 5px 15px;
}
.menu-logoheader .custom-container {
    max-width: unset !important;
    padding: 0  !important;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    outline: 0;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 30px;
    height: 3px;
}
.header-logo img {
    width: 140px;
    margin: 0;
    float: right;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 120px;
}
	
.header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 30px !important;
}
.header-icons i {
    color: #B4835F;
    font-size: 16px;
}
	
.header-toogle-menu {
	display: block !important;
}
.main-menu {
 	 display: none !important;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8f0ea !important;
    padding: 20px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.5;
    height: unset;
    padding: 7px 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #fdfaf8;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    border: none;
    height: unset;
    padding: 10px;
    line-height: 1.5 !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #2e5957;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #2e5957;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
.main-menu {
    background: #fdfaf8;
    padding: 5px;
}

#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding: 5px 10px 5px 20px;
    font-size: 12px;
    line-height: unset !important;
    color: #00000099;
    background: #f1ebca;
}

#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffdbc1;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    line-height: unset !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffe4ae;
    color: #000000;
}

/* header end */
	
/* banner section start */

    .home-caption-wrap {
        position: absolute;
        top: 47%;
        transform: translateY(-40%);
        left: 0;
        width: 70%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 5;
        pointer-events: none;
        margin: auto;
        right: 0;
    }

.banner-caption-item h1,
.banner-caption-item p,
.caption-content,
.caption-content p {
    pointer-events: none;
}

.banner-btn,
.banner-btn a {
    pointer-events: auto;
}

.banner-caption-item h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1EBCA;
}

.caption-content p {
    color: #F1EBCA;
    font-size: 14px;
}

.caption-slider {
    pointer-events: none;
}

/* Banner arrows mobile */
.banner-prev-arrow,
.banner-next-arrow {
  width: 40px;
  height: 40px;
  font-size: 18px;
  z-index: 10;
}

.banner-prev-arrow {
  left: 15px;
}

.banner-next-arrow {
  right: 15px;
}

.banner-prev-arrow i,
.banner-next-arrow i {
  font-size: 16px;
}
	
/* banner section end */
	
/* artara moment section start */
	
.artara-moment-wrapper h2 {
    font-size: 22px;
    color: #2E5957;
    font-weight: 500;
    padding-bottom: 20px;
}
.artara-moment-wrapper:before {
    bottom: 30px;
    left: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper:after {
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper p {
    width: 100%;
    font-size: 14px;
}

/* artara moment section end */
	
/* corporate gift section start */
	
.corporate-gift-wrapper h1 {
    font-size: 22px;
}
.gifting-para {
	padding: 0 6% !important;
}
.corporate-gift-wrapper p {
    font-size: 14px;
}
.corporate-gifting-col {
	margin-bottom: 15px;	
}
.corporate-title {
    font-size: 14px;
}
.corporate-desc p {
    font-size: 14px;
}
.corporate-btn {
    padding: 10px 20px;
    opacity: 1 !important;
}
.ramadan-gifting-next {
    right: -10px;
}
.ramadan-gifting-prev {
    left: -10px;
}

/* corporate gift section end */
	
/* curve slider section start */
	
.curve-slider-content-wrapper .content h1 {
    font-size: 22px;
}
.star-star1 {
    bottom: -40px;
    right: 20px;
    width: 80px;
}
.star-star2 {
    top: -60px;
    left: 20px;
    width: 80px;
}
.curve-slider-content-wrapper .content p {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}
.curve-slider-wrapper {
    position: relative;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    background: #f8f0ea;
    -webkit-clip-path: polygon(
	none !important
  );
    clip-path: none !important;
}
	
/* curve slider section end */
	
/* gallery slider section start */
	
.gallery-slider-title {
    font-size: 22px;
    margin-bottom: 15px;;
}
.gallery-slider-subtitle {
    color: #B4835F;
    font-size: 14px;
    line-height: 1.7;
}
	
/* gallery slider section end */
	
/* gallery quote section start */	

.gift-quote-row {
    margin: unset !important;
}
.gift-quote-box {
    border-radius: 10px;
    padding: 15px;
}
.gift-quote-title-left, .gift-quote-title-right {
    font-size: 18px;
    margin-bottom: 15px;
}
.gift-quote-img-wrap {
    width: 180px;
}
.gift-quote-logo-img {
    width: 50px;
}
	
/* gallery quote section end */	
	
/* footer section start */	
	
.footer-logo {
    width: 120px;
}
.newsletter-form button {
    padding: 8px 15px;
}
.footer-social-icons a {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.footer-menu-wrap h2, .footer-contact-wrap h2 {
    font-size: 18px;
}
.footer-list li a {
    font-size: 14px;
}
.footer-contact-wrap a {
    font-size: 14px;
}
.footer-contact-wrap i {
    font-size: 18px;
}
.foot-col {
    margin-bottom: 30px;
}
.footer-bottom {
    margin: 0;
    padding: 0px 0 10px;
    text-align: center;
}
.footer-bottom-col-left p {
    margin-bottom: 5px;
    text-align: center;
}
.footer-bottom-col-right p {
    text-align: center;
}
	
.whatsapp-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    box-shadow: none;
}
.whatsapp-text {
	display: none !important;
}
	
/* footer section end */
	
/* about page start */
	
/* about banner start */
	
.about-banner-content {
    padding: 15px;
}
.about-banner-content h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
	
/* about banner ends */
	
/* about story start */	
.about-story-wrap {
      padding: 40px 0;
  }

  .about-story-wrap .about-story-title {
      font-size: 22px;
      margin-bottom: 40px;
  }

  .story-slide {
      padding-top: 0;
  }

  .story-slide-inner {
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      min-height: auto;
      padding: 0 15px;
  }

  .story-image-box {
      position: relative;
      width: 100%;
      height: 260px;
      border-radius: 16px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.12);
      transform: none !important;
  }

  .story-content-box {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
      bottom: auto;
      border-radius: 16px;
      padding: 22px;
      text-align: center;
  }

  .story-content-box h2 {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 12px;
  }

  .story-content-box p,
  .story-content-box .story-excerpt {
      font-size: 15px;
      line-height: 1.6;
  }

  /* Adjust animation to avoid heavy jumps on mobile */
  .story-slide .story-content-box,
  .story-slide .story-image-box {
      transform: translateY(20px);
  }
	
/* about story ends */	
	
/* about team start */	
	
.about-team-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}
.about-team-card {
    margin: auto;
    min-height: 400px;
    height: 450px;
    max-width: 370px;
}
.about-team-card:hover .about-team-image-wrap {
    height: 300px;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}
.about-team-info {
    min-height: 130px;
}
.about-team-name {
    font-size: 18px;
}
.about-team-position {
    font-size: 14px;
    margin-bottom: 5px;
}
.about-team-bio {
    font-size: 14px;
    color: #00000099;
    line-height: 1.6;
    margin-bottom: 0;
}
.about-team-wrap:after, .about-team-wrap:before {
    width: 70px;
    height: 70px;
}
	
	
/* about team ends */
	
/* about brand value start */
	
.brand-values-title {
    font-size: 22px;
}
.brand-value-card {
    border-radius: 10px;
    max-width: 300px;
    margin: auto;
    padding: 15px 20px;
}
.brand-value-col {
	padding: 0 10px !important;
	margin-bottom: 20px
}
.brand-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}
.brand-value-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.brand-value-title {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
}
	
/* about brand value ends */
	
	
/* about carousel start */
	
.carousel-title {
    font-size: 22px;
}
	
/* about carousel ends */
	
/* about prefooter start */
	
.prefooter-title {
    font-size: 22px;
    line-height: 1.7;

}
.prefooter-text {
    font-size: 16px;
}
.prefooter-buttons .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
}

/* about prefooter ends */
	
/* single products page start */
	
/* single products banner start */ 
	
.slick-active .single-product-banner-text {
    opacity: 1;
    transform: translate(-50%, -40%);
}
.single-product-banner-text {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -40%);
}
.single-product-banner-text h1 {
    font-size: 24px;
}
	
/* single products banner ends */
	
/* single products about start */ 
	
.single-product-about-content h2 {
    font-size: 22px;
}
.single-product-about-content h6 {
    font-size: 10px;
}
.single-product-about-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
	
/* single products about ends */ 
	
/* single products info start */ 
	
.single-product-info-wrap .single-product-info-box {
    padding: 20px;
}
.single-product-info-heading h2 {
    font-size: 16px;
    margin-bottom: 20px;
}
.single-product-info-content {
    padding: 10px 15px;
}
.single-product-info-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.single-product-info-content ul li::before {
    font-size: 16px;
}
.single-product-info-content ul li {
    font-size: 14px;
}
	
/* single products info ends */ 

/* single products gift box start */ 

.single-product-giftboxes-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-giftboxes-header h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.single-product-giftboxes-header h6 {
    font-size: 12px;
}
.product-features-section .feature-image {
    height: 300px;
	margin-bottom: 20px;
}
.product-features-section .feature-content h3 {
    font-size: 22px;
    text-align: center;
}
.product-features-section .feature-content {
    padding: 0;
}
.product-features-section .feature-content .feature-text li::before {
    font-size: 16px;
}
.product-features-section .feature-content .feature-text li {
    font-size: 14px;
}
	
/* single products gift box ends */ 
	
/* single products personal start */ 
	
.single-product-personal-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-personal-title {
    font-size: 22px;
}
.single-product-personal-subtitle {
    font-size: 12px;
}
.single-product-personal-row {
    align-items: center;
    margin-bottom: 0;
}
.single-product-personal-slide {
    position: relative;
    margin: 5px;
}
.single-product-personal-slide img {
    width: 100%;
    height: 350px;
}
.single-product-giftbox-item {
    min-height: 200px;
}
.single-product-prev-arrow, .single-product-next-arrow {
    font-size: 18px;
    width: 40px;
    height: 40px;
}
.single-product-personal-content {
	margin-top: 30px;
}
.single-product-personal-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
.single-product-customization-details {
    margin-left: 15px;
}
.single-product-customization-details h4 {
    font-size: 12px;
}
.single-product-giftbox-slider-wrap {
    padding: 0 10px;
}
.giftbox-slider-prev, .giftbox-slider-next {
    font-size: 18px;
    width: 35px;
    height: 35px;
}
.giftbox-slider-next {
    right: -10px;
}
.giftbox-slider-prev {
    left: -10px;
}
.ramadan-slider .single-product-giftbox-img img {
    object-fit: contain;
    height: auto !important;
    max-height: 230px;
}
.ramadan-slider .single-product-giftbox-title {
    font-size: 14px;
}
.ramadan-slider  .single-product-giftbox-item {
    min-height: 290px;
}
	
/* single products personal ends */ 
	
/* single products personal cta start */ 
	
.single-product-personal-cta h4 {
    font-size: 22px;
}
.single-product-personal-cta p {
    font-size: 14px;
}
.single-product-cta-btn {
    padding: 12px 20px;
    font-size: 14px;
}
	
/* single products personal cta ends */ 
	
/* single products page end */
	
/* inner Faq page start */
	
.pageheading-middle h4 {
    font-size: 26px;
}
.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 14px;
}
.inner-faq-section {
    padding: 50px 0;
    background-color: #FDF9F6;
}
.inner-faq-title {
    text-align: center;
    font-size: 22px;
}
.inner-faq-right .accordion-button {
    background: transparent;
    font-size: 12px;
}
	
/* inner Faq page ends */
	
/* terms and condition page start */
	
.inner-terms-wrap {
    padding: 50px 0;
}
.inner-terms-wrap .inner-terms-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.inner-terms-wrap .inner-terms-content li {
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000b3;
}
	
/* terms and condition page end */

/*inner ramadan page start*/

.ramdan-banner-content h1, .ramdan-banner-content h2 {
    font-size: 22px;
}
.ramdan-banner-content p {
    font-size: 14px;
}
.ramdan-banner-content {
    top: 50%;
}
.ramdan-detail-wrap {
    padding: 50px 0;
}
.ramdan-detail-image {
    margin-bottom: 30px;
}
.ramdan-detail-content h2 {
    font-size: 18px;
}
.ramdan-detail-content p {
    font-size: 14px;
}
.ramdan-detail-content ul {
    list-style: none;
    padding-left: 30px;
}
.ramdan-detail-content li {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}
.inner-product-section {
    padding: 50px 0;
}
.inner-product-title {
    font-size: 16px;
}
.inner-product-desc {
    font-size: 14px;
}
.inner-product-btn {
    padding: 8px 20px;
}
.inner-product-img img {
    width: 100%;
    height: 300px;
}

/*inner ramadan page ends*/
	
}


@media only screen and (min-width: 577px) and (max-width: 767.5px) {
/* header start */

.menu-logoheader {
    padding: 10px 15px;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    outline: 0;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 30px;
    height: 3px;
}
.header-logo img {
    width: 150px;
    margin: 0;
    float: right;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 130px;
}
.header-toogle-menu {
	display: block !important;
}
.main-menu {
 	 display: none !important;
}
	
.header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.header-icons i {
    color: #B4835F;
    font-size: 18px;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8f0ea !important;
    padding: 20px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.5;
    height: unset;
    padding: 7px 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #fdfaf8;
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    border: none;
    height: unset;
    padding: 10px;
    line-height: 1.5 !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #2e5957;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #2e5957;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
/* Banner arrows tablet */
.banner-prev-arrow,
.banner-next-arrow {
  width: 45px;
  height: 45px;
}

.banner-prev-arrow {
  left: 20px;
}

.banner-next-arrow {
  right: 20px;

}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding: 5px 10px 5px 20px;
    font-size: 12px;
    line-height: unset !important;
    color: #00000099;
    background: #f1ebca;
}

#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffdbc1;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    line-height: unset !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffe4ae;
    color: #000000;
}


/* header end */
	
/* banner section start */

.home-caption-wrap {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.banner-caption-item h1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1EBCA;
}
.caption-content p {
    color: #F1EBCA;
    font-size: 16px;
}
	/* Ensure caption slider is above image slider */
.home-caption-wrap {

  z-index: 5;
}

/* Make sure buttons can receive touch */
.banner-btn a {
  position: relative;
  z-index: 99999;
  pointer-events: auto;
}

/* Prevent image slider from blocking taps */
.banner-image-slider {
  pointer-events: none;
}

/* Re-enable swipe only on the swiper wrapper */
.banner-image-slider .swiper-wrapper {
  pointer-events: auto;
}

/* banner section end */
	
/* artara moment section start */
	
.artara-moment-wrapper h2 {
    font-size: 24px;
    color: #2E5957;
    font-weight: 500;
    padding-bottom: 20px;
}
.artara-moment-wrapper:before {
    bottom: 30px;
    left: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper:after {
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper p {
    width: 100%;
    font-size: 16px;
}

/* artara moment section end */
	
/* corporate gift section start */
	
.corporate-gift-wrapper h1 {
    font-size: 24px;
}
.gifting-para {
	padding: 0 6% !important;
}
.corporate-gift-wrapper p {
    font-size: 16px;
}
.corporate-gifting-col {
	margin-bottom: 15px;	
}
.corporate-title {
    font-size: 16px;
}
.corporate-desc p {
    font-size: 16px;
}
.corporate-btn {
    padding: 10px 20px;
    opacity: 1 !important;
}
.ramadan-gifting-next {
    right: -10px;
}
.ramadan-gifting-prev {
    left: -10px;
}

/* corporate gift section end */
	
/* curve slider section start */
	

.curve-slider-content-wrapper .content h1 {
    font-size: 24px;
}
.star-star1 {
    bottom: -40px;
    right: 20px;
    width: 80px;
}
.star-star2 {
    top: -60px;
    left: 20px;
    width: 80px;
}
.curve-slider-content-wrapper .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
.curve-slider-wrapper {
    clip-path: none !important;
    position: relative;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    background: #f8f0ea;
}
	
/* curve slider section end */
	
/* gallery slider section start */
	
.gallery-slider-title {
    font-size: 24px;
    margin-bottom: 15px;;
}
.gallery-slider-subtitle {
    color: #B4835F;
    font-size: 16px;
    line-height: 1.7;
}
	
/* gallery slider section end */
	
/* gallery quote section start */	

.gift-quote-row {
    margin: unset !important;
}
.gift-quote-box {
    border-radius: 10px;
    padding: 15px;
}
.gift-quote-title-left, .gift-quote-title-right {
    font-size: 18px;
    margin-bottom: 15px;
}
.gift-quote-img-wrap {
    width: 180px;
}
.gift-quote-logo-img {
    width: 50px;
}
	
/* gallery quote section end */	
	
/* footer section start */	
	
.footer-logo {
    width: 120px;
}
.newsletter-form button {
    padding: 8px 15px;
}
.footer-social-icons a {
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.footer-menu-wrap h2, .footer-contact-wrap h2 {
    font-size: 18px;
}
.footer-list li a {
    font-size: 16px;
}
.footer-contact-wrap a {
    font-size: 16px;
}
.footer-contact-wrap i {
    font-size: 18px;
}
.foot-col {
    margin-bottom: 30px;
}
.footer-bottom {
    margin: 0;
    padding: 0px 0 10px;
    text-align: center;
}
.footer-bottom-col-left p {
    margin-bottom: 5px;
    text-align: center;
}
.footer-bottom-col-right p {
    text-align: center;
}
	
.whatsapp-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    box-shadow: none;
}
.whatsapp-text {
	display: none !important;
}
	
/* footer section end */
	
/* about page start */
	
/* about banner start */
	
.about-banner-content {
    padding: 15px;
}
.about-banner-content h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
	
/* about banner ends */
	
/* about story start */	
.about-story-wrap {
      padding: 40px 0;
  }

  .about-story-wrap .about-story-title {
      font-size: 24px;
      margin-bottom: 40px;
  }

  .story-slide {
      padding-top: 0;
  }

  .story-slide-inner {
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      min-height: auto;
      padding: 0 15px;
  }

  .story-image-box {
      position: relative;
      width: 100%;
      height: 260px;
      border-radius: 18px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.12);
      transform: none !important;
  }

  .story-content-box {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
      bottom: auto;
      border-radius: 18px;
      padding: 24px;
      text-align: center;
  }

  .story-content-box h2 {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 14px;
  }

  .story-content-box p,
  .story-content-box .story-excerpt {
      font-size: 15px;
      line-height: 1.6;
  }

  /* Adjust animation to avoid heavy jumps on mobile */
  .story-slide .story-content-box,
  .story-slide .story-image-box {
      transform: translateY(20px);
  }
	
/* about story ends */	
	
/* about team start */	
	
.about-team-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
.about-team-card {
    margin: auto;
    min-height: 400px;
    height: 450px;
    max-width: 370px;
}
.about-team-card:hover .about-team-image-wrap {
    height: 300px;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}
.about-team-info {
    min-height: 130px;
}
.about-team-name {
    font-size: 18px;
}
.about-team-position {
    font-size: 16px;
    margin-bottom: 5px;
}
.about-team-bio {
    font-size: 16px;
    color: #00000099;
    line-height: 1.6;
    margin-bottom: 0;
}
.about-team-wrap:after, .about-team-wrap:before {
    width: 70px;
    height: 70px;
}
	
	
/* about team ends */
	
/* about brand value start */
	
.brand-values-title {
    font-size: 24px;
}
.brand-value-card {
    border-radius: 10px;
    padding: 15px;
}
.brand-value-col {
	padding: 0 10px !important;
	margin-bottom: 20px
}
.brand-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}
.brand-value-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.brand-value-title {
    font-size: 18px;
    line-height: 1.6;
}
	
/* about brand value ends */
	
	
/* about carousel start */
	
.carousel-title {
    font-size: 24px;
}
	
/* about carousel ends */
	
/* about prefooter start */
	
.prefooter-title {
    font-size: 24px;
    line-height: 1.7;

}
.prefooter-text {
    font-size: 18px;
}
.prefooter-buttons .btn {
    display: inline-block;
    padding: 10px 20px;
}

/* about prefooter ends */
	
/* single products page start */
	
/* single products banner start */ 
	
.slick-active .single-product-banner-text {
    opacity: 1;
    transform: translate(-50%, -40%);
}
.single-product-banner-text {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -40%);
}
.single-product-banner-text h1 {
    font-size: 24px;
}
	
/* single products banner ends */
	
/* single products about start */ 
	
.single-product-about-content h2 {
    font-size: 24px;
}
.single-product-about-content h6 {
    font-size: 10px;
}
.single-product-about-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
	
/* single products about ends */ 
	
/* single products info start */ 
	
.single-product-info-wrap .single-product-info-box {
    padding: 20px;
}
.single-product-info-heading h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.single-product-info-content {
    padding: 10px 15px;
}
.single-product-info-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.single-product-info-content ul li::before {
    font-size: 18px;
}
.single-product-info-content ul li {
    font-size: 16px;
}
	
/* single products info ends */ 

/* single products gift box start */ 

.single-product-giftboxes-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-giftboxes-header h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.single-product-giftboxes-header h6 {
    font-size: 14px;
}
.product-features-section .feature-image {
    height: 350px;
    margin-bottom: 20px;
}
.single-product-giftbox-item {
    min-height: 300px;
}
.product-features-section .feature-content h3 {
    font-size: 24px;
    text-align: center;
}
.product-features-section .feature-content {
    padding: 0;
}
.product-features-section .feature-content .feature-text li::before {
    font-size: 18px;
}
.product-features-section .feature-content .feature-text li {
    font-size: 16px;
}
	
/* single products gift box ends */ 
	
/* single products personal start */ 
	
.single-product-personal-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-personal-title {
    font-size: 24px;
}
.single-product-personal-subtitle {
    font-size: 14px;
}
.single-product-personal-row {
    align-items: center;
    margin-bottom: 0;
}
.single-product-personal-slide {
    position: relative;
    margin: 5px;
}
.single-product-personal-slide img {
    width: 100%;
    height: 400px;
}
.single-product-prev-arrow, .single-product-next-arrow {
    font-size: 18px;
    width: 40px;
    height: 40px;
}
.single-product-personal-content {
	margin-top: 30px;
}
.single-product-personal-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-product-customization-details {
    margin-left: 15px;
}
.single-product-customization-details h4 {
    font-size: 14px;
}
.single-product-giftbox-slider-wrap {
    padding: 0 0px;
}
.giftbox-slider-prev, .giftbox-slider-next {
    font-size: 18px;
    width: 35px;
    height: 35px;
}
.giftbox-slider-next {
    right: -20px;
}
.giftbox-slider-prev {
    left: -20px;
}
	
/* single products personal ends */ 
	
/* single products personal cta start */ 
	
.single-product-personal-cta h4 {
    font-size: 24px;
}
.single-product-personal-cta p {
    font-size: 16px;
}
.single-product-cta-btn {
    padding: 14px 20px;
    font-size: 16px;
}
	
/* single products personal cta ends */ 
	
/* single products page end */
	
/* inner Faq page start */
	
.pageheading-middle h4 {
    font-size: 28px;
}
.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 14px;
}
.inner-faq-section {
    padding: 50px 0;
    background-color: #FDF9F6;
}
.inner-faq-title {
    text-align: center;
    font-size: 24px;
}
.inner-faq-right .accordion-button {
    background: transparent;
    font-size: 12px;
}
	
/* inner Faq page ends */
	
/* terms and condition page start */
	
.inner-terms-wrap {
    padding: 50px 0;
}
.inner-terms-wrap .inner-terms-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.inner-terms-wrap .inner-terms-content li {
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000b3;
}
	
/* terms and condition page end */

/*inner ramadan page start*/

.ramdan-banner-content h1, .ramdan-banner-content h2 {
    font-size: 24px;
}
.ramdan-banner-content p {
    font-size: 14px;
}
.ramdan-banner-content {
    top: 50%;
}
.ramdan-detail-wrap {
    padding: 50px 0;
}
.ramdan-detail-image {
    margin-bottom: 30px;
}
.ramdan-detail-content h2 {
    font-size: 18px;
}
.ramdan-detail-content p {
    font-size: 14px;
}
.ramdan-detail-content ul {
    list-style: none;
    padding-left: 30px;
}
.ramdan-detail-content li {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}
.inner-product-section {
    padding: 50px 0;
}
.inner-product-title {
    font-size: 16px;
}
.inner-product-desc {
    font-size: 14px;
}
.inner-product-btn {
    padding: 8px 20px;
}
.inner-product-img img {
    width: 100%;
    height: 300px;
}

/*inner ramadan page ends*/
	
}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {
/* header start */

.menu-logoheader {
	padding: 10px 15px;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    outline: 0;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 30px;
    height: 3px;
}
.header-logo img {
    width: 150px;
    margin: 0;
    float: right;
}
.header-toogle-menu {
	display: block !important;
}
.main-menu {
 	 display: none !important;
}
	
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 130px;
}
	
.header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.header-icons i {
    color: #B4835F;
    font-size: 18px;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8f0ea !important;
    padding: 20px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.5;
    height: unset;
    padding: 7px 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #fdfaf8;
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    border: none;
    height: unset;
    padding: 10px;
    line-height: 1.5 !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #2e5957;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #2e5957;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding: 5px 10px 5px 20px;
    font-size: 12px;
    line-height: unset !important;
    color: #00000099;
    background: #f1ebca;
}

#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffdbc1;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    line-height: unset !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffe4ae;
    color: #000000;
}


/* header end */
	
/* banner section start */

.home-caption-wrap {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.banner-caption-item h1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1EBCA;
}
.caption-content p {
    color: #F1EBCA;
    font-size: 16px;
}
	
/* banner section end */
	
/* artara moment section start */
	
.artara-moment-wrapper h2 {
    font-size: 26px;
    color: #2E5957;
    font-weight: 500;
    padding-bottom: 20px;
}
.artara-moment-wrapper:before {
    bottom: 30px;
    left: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper:after {
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper p {
    width: 100%;
    font-size: 16px;
}

/* artara moment section end */
	
/* corporate gift section start */
	
.corporate-gift-wrapper h1 {
    font-size: 26px;
}
.gifting-para {
	padding: 0 6% !important;
}
.corporate-gift-wrapper p {
    font-size: 16px;
}
.corporate-gifting-col {
	margin-bottom: 15px;	
}
.corporate-title {
    font-size: 18px;
}
.corporate-desc p {
    font-size: 16px;
}
.corporate-btn {
    padding: 10px 20px;
    opacity: 1 !important;
}

/* corporate gift section end */
	
/* curve slider section start */
	

.curve-slider-content-wrapper .content h1 {
    font-size: 26px;
}
.star-star1 {
    bottom: -40px;
    right: 20px;
    width: 80px;
}
.star-star2 {
    top: -60px;
    left: 20px;
    width: 80px;
}
.curve-slider-content-wrapper .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
.curve-slider-wrapper {
    position: relative;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    background: #f8f0ea;
}
	
/* curve slider section end */
	
/* gallery slider section start */
	
.gallery-slider-title {
    font-size: 26px;
    margin-bottom: 15px;;
}
.gallery-slider-subtitle {
    color: #B4835F;
    font-size: 16px;
    line-height: 1.7;
}
	
/* gallery slider section end */
	
/* gallery quote section start */	

.gift-quote-row {
    margin: unset !important;
}
.gift-quote-box {
    border-radius: 10px;
    padding: 15px;
}
.gift-quote-title-left {
    font-size: 18px;
    margin-bottom: 15px;
}
.gift-quote-img-wrap {
    width: 180px;
}
.gift-quote-logo-img {
    width: 50px;
}
	
/* gallery quote section end */	
	
/* footer section start */	
	
.footer-logo {
    width: 120px;
}
.newsletter-form button {
    padding: 8px 15px;
}
.footer-social-icons a {
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.footer-menu-wrap h2, .footer-contact-wrap h2 {
    font-size: 18px;
}
.footer-list li a {
    font-size: 16px;
}
.footer-contact-wrap a {
    font-size: 16px;
}
.footer-contact-wrap i {
    font-size: 18px;
}
.foot-col {
    margin-bottom: 30px;
}
.footer-bottom {
    margin: 0;
    padding: 0px 0 10px;
    text-align: center;
}
.footer-bottom-col-left p {
    margin-bottom: 5px;
    text-align: center;
}
.footer-bottom-col-right p {
    text-align: center;
}
	
.whatsapp-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    box-shadow: none;
}
.whatsapp-text {
	display: none !important;
}
	
/* footer section end */
	
/* about page start */
	
/* about banner start */
	
.about-banner-content {
    padding: 15px;
}
.about-banner-content h1 {
    font-size: 26px;
    margin-bottom: 15px;
}
	
/* about banner ends */
	
/* about story start */	
.about-story-wrap {
      padding: 40px 0;
  }

  .about-story-wrap .about-story-title {
      font-size: 26px;
      margin-bottom: 40px;
  }
	
	.story-content-box .story-excerpt, .story-content-box p {
		text-align: center;
		font-size: 14px;
	}
	.story-content-box h2 {
		font-size: 16px;
	}
	.story-image-box {
		max-width: 450px;
		width: 100%;
		height: 350px;
	}
	.story-content-box {
		bottom: 20px;
		padding: 20px;
	}
	
/* about story ends */	
	
/* about team start */	
	
.about-team-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}
.about-team-card {
    margin: auto;
    min-height: 400px;
    height: 450px;
    max-width: 370px;
}
.about-team-card:hover .about-team-image-wrap {
    height: 300px;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}
.about-team-info {
    min-height: 130px;
}
.about-team-name {
    font-size: 18px;
}
.about-team-position {
    font-size: 16px;
    margin-bottom: 5px;
}
.about-team-bio {
    font-size: 16px;
    color: #00000099;
    line-height: 1.6;
    margin-bottom: 0;
}
.about-team-wrap:after, .about-team-wrap:before {
    width: 70px;
    height: 70px;
}
	
	
/* about team ends */
	
/* about brand value start */
	
.brand-values-title {
    font-size: 26px;
}
.brand-value-card {
    border-radius: 10px;
    padding: 15px;
}
.brand-value-col {
	padding: 0 10px !important;
	margin-bottom: 20px
}
.brand-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}
.brand-value-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.brand-value-title {
    font-size: 18px;
    line-height: 1.6;
}
	
/* about brand value ends */
	
	
/* about carousel start */
	
.carousel-title {
    font-size: 26px;
}
	
/* about carousel ends */
	
/* about prefooter start */
	
.prefooter-title {
    font-size: 26px;
    line-height: 1.7;

}
.prefooter-text {
    font-size: 18px;
}
.prefooter-buttons .btn {
    display: inline-block;
    padding: 10px 20px;
}

/* about prefooter ends */
	
/* single products page start */
	
/* single products banner start */ 
	
.slick-active .single-product-banner-text {
    opacity: 1;
    transform: translate(-50%, -40%);
}
.single-product-banner-text {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -40%);
}
.single-product-banner-text h1 {
    font-size: 26px;
}
	
/* single products banner ends */
	
/* single products about start */ 
	
.single-product-about-content h2 {
    font-size: 26px;
}
.single-product-about-content h6 {
    font-size: 10px;
}
.single-product-about-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
	
/* single products about ends */ 
	
/* single products info start */ 
	
.single-product-info-wrap .single-product-info-box {
    padding: 20px;
}
.single-product-info-heading h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.single-product-info-content {
    padding: 10px 15px;
}
.single-product-info-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.single-product-info-content ul li::before {
    font-size: 18px;
}
.single-product-info-content ul li {
    font-size: 16px;
}
	
/* single products info ends */ 

/* single products gift box start */ 

.single-product-giftboxes-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-giftboxes-header h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.single-product-giftboxes-header h6 {
    font-size: 14px;
}
.product-features-section .feature-image {
    height: 350px;
    margin-bottom: 20px;
}
.single-product-giftbox-item {
    min-height: 300px;
}
.product-features-section .feature-content h3 {
    font-size: 26px;
    text-align: center;
}
.product-features-section .feature-content {
    padding: 0;
}
.product-features-section .feature-content .feature-text li::before {
    font-size: 18px;
}
.product-features-section .feature-content .feature-text li {
    font-size: 16px;
}
	
/* single products gift box ends */ 
	
/* single products personal start */ 
	
.single-product-personal-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-personal-title {
    font-size: 26px;
}
.single-product-personal-subtitle {
    font-size: 14px;
}
.single-product-personal-row {
    align-items: center;
    margin-bottom: 0;
}
.single-product-personal-slide {
    position: relative;
    margin: 5px;
}
.single-product-personal-slide img {
    width: 100%;
    height: 400px;
}
.single-product-prev-arrow, .single-product-next-arrow {
    font-size: 18px;
    width: 40px;
    height: 40px;
}
.single-product-personal-content {
	margin-top: 30px;
}
.single-product-personal-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-product-customization-details {
    margin-left: 15px;
}
.single-product-customization-details h4 {
    font-size: 14px;
}
.giftbox-slider-prev, .giftbox-slider-next {
    font-size: 20px;
    width: 40px;
    height: 40px;
}
.giftbox-slider-next {
    right: 0px;
}
.giftbox-slider-prev {
    left: 0px;
}
	
/* single products personal ends */ 
	
/* single products personal cta start */ 
	
.single-product-personal-cta h4 {
    font-size: 26px;
}
.single-product-personal-cta p {
    font-size: 16px;
}
.single-product-cta-btn {
    padding: 14px 20px;
    font-size: 16px;
}
	
/* single products personal cta ends */ 
	
/* single products page end */
	
/* inner Faq page start */
	
.pageheading-middle h4 {
    font-size: 30px;
}
.inner-faq-section {
    padding: 50px 0;
    background-color: #FDF9F6;
}
.inner-faq-title {
    text-align: center;
    font-size: 26px;
}
.inner-faq-right .accordion-button {
    background: transparent;
    font-size: 12px;
}
	
/* inner Faq page ends */
	
/* terms and condition page start */
	
.inner-terms-wrap {
    padding: 50px 0;
}
.inner-terms-wrap .inner-terms-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.inner-terms-wrap .inner-terms-content li {
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000b3;
}
	
/* terms and condition page end */

/*inner ramadan page start*/

.ramdan-banner-content h1, .ramdan-banner-content h2 {
    font-size: 24px;
}
.ramdan-banner-content p {
    font-size: 14px;
}
.ramdan-detail-wrap {
    padding: 50px 0;
}
.ramdan-detail-image {
    margin-bottom: 30px;
}
.ramdan-detail-content h2 {
    font-size: 18px;
}
.ramdan-detail-content p {
    font-size: 14px;
}
.ramdan-detail-content ul {
    list-style: none;
    padding-left: 30px;
}
.ramdan-detail-content li {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}
.inner-product-section {
    padding: 50px 0;
}
.inner-product-title {
    font-size: 16px;
}
.inner-product-desc {
    font-size: 14px;
}
.inner-product-btn {
    padding: 8px 20px;
}
.inner-product-img img {
    width: 100%;
    height: 300px;
}

/*inner ramadan page ends*/
	
}

@media only screen and (min-width: 992px) and (max-width: 1200.5px) {
/* header start */

.menu-logoheader {
	padding: 10px !important;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    outline: 0;
}
.menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, .menu-logoheader #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 30px;
    height: 3px;
}
.header-logo img {
    width: 120px;
}
	
.header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.header-icons i {
    color: #B4835F;
    font-size: 18px;
}

/* header end */
	
/* banner section start */

.home-caption-wrap {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.banner-caption-item h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1EBCA;
}
.caption-content p {
    color: #F1EBCA;
    font-size: 14px;
}
	
/* banner section end */
	
/* artara moment section start */
	
.artara-moment-wrapper h2 {
    font-size: 28px;
    color: #2E5957;
    font-weight: 500;
    padding-bottom: 20px;
}
.artara-moment-wrapper:before {
    bottom: 30px;
    left: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper:after {
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.artara-moment-wrapper p {
    width: 100%;
    font-size: 14px;
}

/* artara moment section end */
	
/* corporate gift section start */
	
.corporate-gift-wrapper h1 {
    font-size: 28px;
}
.gifting-para {
	padding: 0 6% !important;
}
.corporate-gift-wrapper p {
    font-size: 14px;
}
.corporate-gifting-col {
	margin-bottom: 15px;	
}
.corporate-title {
    font-size: 18px;
}
.corporate-desc p {
    font-size: 14px;
}
.corporate-btn {
    padding: 10px 20px;
    opacity: 1 !important;
}

/* corporate gift section end */
	
/* curve slider section start */
	

.curve-slider-content-wrapper .content h1 {
    font-size: 28px;
}
.star-star1 {
    bottom: -40px;
    right: 20px;
    width: 80px;
}
.star-star2 {
    top: -60px;
    left: 20px;
    width: 80px;
}
.curve-slider-content-wrapper .content p {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}
.curve-slider-wrapper {
    position: relative;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    background: #f8f0ea;
}
	
/* curve slider section end */
	
/* gallery slider section start */
	
.gallery-slider-title {
    font-size: 28px;
    margin-bottom: 15px;;
}
.gallery-slider-subtitle {
    color: #B4835F;
    font-size: 14px;
    line-height: 1.7;
}
	
/* gallery slider section end */
	
/* gallery quote section start */	

.gift-quote-row {
    margin: unset !important;
}
.gift-quote-box {
    border-radius: 10px;
    padding: 15px;
}
.gift-quote-title-left {
    font-size: 18px;
    margin-bottom: 15px;
}
.gift-quote-img-wrap {
    width: 180px;
}
.gift-quote-logo-img {
    width: 50px;
}
	
/* gallery quote section end */	
	
/* footer section start */	
	
.footer-logo {
    width: 120px;
}
.newsletter-form button {
    padding: 8px 15px;
}
.footer-social-icons a {
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.footer-menu-wrap h2, .footer-contact-wrap h2 {
    font-size: 18px;
}
.footer-list li a {
    font-size: 14px;
}
.footer-contact-wrap a {
    font-size: 14px;
}
.footer-contact-wrap i {
    font-size: 18px;
}
.foot-col {
    margin-bottom: 30px;
}
.footer-bottom {
    margin: 0;
    padding: 0px 0 10px;
    text-align: center;
}
.footer-bottom-col-left p {
    margin-bottom: 5px;
    text-align: center;
}
.footer-bottom-col-right p {
    text-align: center;
}
	
.whatsapp-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    box-shadow: none;
}
.whatsapp-text {
	display: none !important;
}
	
/* footer section end */
	
/* about page start */
	
/* about banner start */
	
.about-banner-content {
    padding: 15px;
}
.about-banner-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
}
	
/* about banner ends */
	
/* about story start */	
.about-story-wrap {
      padding: 40px 0;
  }

  .about-story-wrap .about-story-title {
      font-size: 28px;
      margin-bottom: 40px;
  }
	
	.story-content-box .story-excerpt, .story-content-box p {
		text-align: center;
		font-size: 14px;
	}
	.story-content-box h2 {
		font-size: 14px;
	}
	.story-image-box {
		max-width: 450px;
		width: 100%;
		height: 350px;
	}
	.story-content-box {
		bottom: 20px;
		padding: 20px;
	}
	
/* about story ends */	
	
/* about team start */	
	
.about-team-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}
.about-team-card {
    margin: auto;
    min-height: 400px;
    height: 450px;
}
.about-team-card:hover .about-team-image-wrap {
    height: 300px;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}
.about-team-info {
    min-height: 130px;
}
.about-team-name {
    font-size: 18px;
}
.about-team-position {
    font-size: 14px;
    margin-bottom: 5px;
}
.about-team-bio {
    font-size: 14px;
    color: #00000099;
    line-height: 1.6;
    margin-bottom: 0;
}
.about-team-wrap:after, .about-team-wrap:before {
    width: 70px;
    height: 70px;
}
	
	
/* about team ends */
	
/* about brand value start */
	
.brand-values-title {
    font-size: 28px;
}
.brand-value-card {
    border-radius: 10px;
    padding: 15px;
}
.brand-value-col {
	padding: 0 10px !important;
	margin-bottom: 20px
}
.brand-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}
.brand-value-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.brand-value-title {
    font-size: 18px;
    line-height: 1.6;
}
	
/* about brand value ends */
	
	
/* about carousel start */
	
.carousel-title {
    font-size: 28px;
}
	
/* about carousel ends */
	
/* about prefooter start */
	
.prefooter-title {
    font-size: 28px;
    line-height: 1.7;

}
.prefooter-text {
    font-size: 18px;
}
.prefooter-buttons .btn {
    display: inline-block;
    padding: 10px 20px;
}

/* about prefooter ends */
	
/* single products page start */
	
/* single products banner start */ 
	
.slick-active .single-product-banner-text {
    opacity: 1;
    transform: translate(-50%, -40%);
}
.single-product-banner-text {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -40%);
}
.single-product-banner-text h1 {
    font-size: 28px;
}
	
/* single products banner ends */
	
/* single products about start */ 
	
.single-product-about-content h2 {
    font-size: 28px;
}
.single-product-about-content h6 {
    font-size: 10px;
}
.single-product-about-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
	
/* single products about ends */ 
	
/* single products info start */ 
	
.single-product-info-wrap .single-product-info-box {
    padding: 20px;
}
.single-product-info-heading h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.single-product-info-content {
    padding: 10px 15px;
}
.single-product-info-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.single-product-info-content ul li::before {
    font-size: 18px;
}
.single-product-info-content ul li {
    font-size: 14px;
}
	
/* single products info ends */ 

/* single products gift box start */ 

.single-product-giftboxes-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-giftboxes-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.single-product-giftboxes-header h6 {
    font-size: 14px;
}
.product-features-section .feature-image {
    height: 350px;
    margin-bottom: 20px;
}
.product-features-section .feature-content h3 {
    font-size: 28px;
}
.product-features-section .feature-content {
    padding: 0;
}
.product-features-section .feature-content .feature-text li::before {
    font-size: 18px;
}
.product-features-section .feature-content .feature-text li {
    font-size: 14px;
}
	
/* single products gift box ends */ 
	
/* single products personal start */ 
	
.single-product-personal-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-personal-title {
    font-size: 28px;
}
.single-product-personal-subtitle {
    font-size: 14px;
}
.single-product-personal-row {
    align-items: center;
    margin-bottom: 0;
}
.single-product-personal-slide {
    position: relative;
    margin: 5px;
}
.single-product-personal-slide img {
    width: 100%;
    height: 400px;
}
.single-product-giftbox-item {
    min-height: 300px;
}
.single-product-prev-arrow, .single-product-next-arrow {
    font-size: 18px;
    width: 40px;
    height: 40px;
}
.single-product-personal-content {
	margin-top: 30px;
}
.single-product-personal-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
.single-product-customization-details {
    margin-left: 15px;
}
.single-product-customization-details h4 {
    font-size: 14px;
}
	
/* single products personal ends */ 
	
/* single products personal cta start */ 
	
.single-product-personal-cta h4 {
    font-size: 28px;
}
.single-product-personal-cta p {
    font-size: 14px;
}
.single-product-cta-btn {
    padding: 14px 20px;
    font-size: 14px;
}
	
/* single products personal cta ends */ 
	
/* single products page end */
	
/* inner Faq page start */
	
.pageheading-middle h4 {
    font-size: 32px;
}
.inner-faq-section {
    padding: 50px 0;
    background-color: #FDF9F6;
}
.inner-faq-title {
    text-align: center;
    font-size: 28px;
}
.inner-faq-right .accordion-button {
    background: transparent;
    font-size: 12px;
}
	
/* inner Faq page ends */
	
/* terms and condition page start */
	
.inner-terms-wrap {
    padding: 50px 0;
}
.inner-terms-wrap .inner-terms-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.inner-terms-wrap .inner-terms-content li {
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000b3;
}
	
/* terms and condition page end */
	
}

@media only screen and (min-width: 1201px) and (max-width: 1360.5px) {

/* banner section start */

.banner-caption-item h1 {
    font-size: 42px;
}

/* banner section ends */

/* artara moment section start */
	
.artara-moment-wrapper h2 {
    font-size: 32px;
    color: #2E5957;
    font-weight: 500;
    padding-bottom: 20px;
}

/* artara moment section end */

/* corporate gift section start */
	
.corporate-gift-wrapper h1 {
    font-size: 32px;
}

/* corporate gift section ends */

/* curve slider section start */

.curve-slider-content-wrapper .content h1 {
    font-size: 32px;
}

/* curve slider section ends */

/* gallery slider section start */
	
.gallery-slider-title {
    font-size: 32px;
    margin-bottom: 15px;;
}

/* gallery slider section ends */

/* about banner start */

.about-banner-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
}
	
/* about banner ends */
	
/* about story start */	

about-story-wrap .about-story-title {
    font-size: 32px;
    margin-bottom: 40px;
}

/* about story ends */	

/* footer start */

.footer-menu-wrap h2, .footer-contact-wrap h2 {
    font-size: 16px;
}
.footer-list li a {
    font-size: 14px;
}
.footer-social-icons a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin-right: 8px;
    margin-bottom: 10px;
}

/* footer ends */

/* about us start */

.about-team-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.about-team-card {
    min-height: 400px;
}
.about-team-card:hover .about-team-image-wrap {
    height: 300px;
}
.about-team-name {
    font-size: 18px;
}
.about-team-position {
    font-size: 14px;
}

/* about us ends */

/* about brand value start */
	
.brand-values-title {
    font-size: 32px;
}

/* about brand value ends */

/* about carousel start */
	
.carousel-title {
    font-size: 32px;
}
	
/* about carousel ends */
	
/* about prefooter start */
	
.prefooter-title {
    font-size: 32px;
    line-height: 1.7;
}

/* about prefooter ends */

/* single products banner start */ 

.single-product-banner-text h1 {
    font-size: 36px;
}
	
/* single products banner ends */ 

/* single products about start */ 
	
.single-product-about-content h2 {
    font-size: 32px;
}
	
/* single products about ends */ 

/* single products gift box start */ 

.single-product-giftboxes-header h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.product-features-section .feature-content h3 {
    font-size: 32px;
}
	
/* single products gift box ends */ 

/* inner Faq page start */
	
.pageheading-middle h4 {
    font-size: 32px;
}
.inner-faq-section {
    padding: 50px 0;
    background-color: #FDF9F6;
}
.inner-faq-title {
    text-align: center;
    font-size: 32px;
}
.inner-faq-right .accordion-button {
    background: transparent;
    font-size: 12px;
}
	
/* inner Faq page ends */
	
/* terms and condition page start */
	
.inner-terms-wrap {
    padding: 50px 0;
}
.inner-terms-wrap .inner-terms-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.inner-terms-wrap .inner-terms-content li {
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000b3;
}
	
/* terms and condition page end */

/* single products personal start */ 
	
.single-product-personal-title {
    font-size: 32px;
}

/* single products personal ends */ 
	
/* single products personal cta start */ 
	
.single-product-personal-cta h4 {
    font-size: 32px;
}
	
/* single products personal cta ends */ 

}

@media only screen and (min-width: 1201px) and (max-width: 1400.5px) {
.ramadan-slider  .single-product-giftbox-item {
    min-height: 430px;
}
}
.slick-prev:before, .slick-next:before {
	color:#8f8f8f !important;
}



