header {
	z-index: 3;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.kpt-no-margin {
	margin: 0 !important;
}

.kpt-header-line-height p {
	line-height: 130% !important;
}

.kpt-no-margin p {
	margin: 0 !important;
}

.kpt-last-p p:last-child {
	margin: 0;
}


.elementor-widget-text-editor p a {
	text-underline-offset: 3px;

}

.elementor-widget-text-editor ul {
	padding-left: 20px;
}

.elementor-widget-text-editor li a {
		  word-break: break-word;  /* legacy support */
	  overflow-wrap: break-word; /* modern */	
}
.wp-kopitiam-red {
    color: #EB2750;
}


.kpt-header ul li a .sub-arrow svg {
	display: none;
}

.kpt-header ul li a .sub-arrow {
	position: relative;
}


.kpt-header ul li a .sub-arrow:after {
	content: '';
	background: url('../images/chevron-white.png') no-repeat;
	background-size: contain;
	width: 17px;
	height: 10px;
	position: absolute;
    top: 5px;
    right: -15px;
	display: block;
}


.kpt-header.kpt-add-bg {
	background: #EB2750;
}

.kpt-header ul li:first-child a {
	padding-left: 0;
}


.kpt-header ul li:last-child a {
	padding-right: 0;
}

.kpt-header nav {
	min-width: 420px;
}

.kpt-header .kpt-right-nav nav {
	min-width: fit-content;
	justify-content: flex-end;
}

.kpt-header nav ul.sub-menu {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  width: 100% !important;
}

.breadcrumb .active {
	color: #EB2750;
}
.kpt-footer-social {
	gap: 8px !important;
}


.kpt-footer-social .elementor-element {
	width: fit-content !important;
	
}

.kpt-footer-menu.bold ul li:first-child a {
	font-weight: bold !important;
}

.kpt-header a.elementor-item.has-submenu {
	padding-right: 20px !important;
}

/* Back to Top Button */
footer {
	position: relative;
}
#kpt-back-to-top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFF9F5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;      /* pinned to viewport */
    top: -20px;            /* distance from top */
    right: 16px;          /* distance from right */
    cursor: pointer;
    z-index: 2;
    font-size: 24px;
    border: 1px solid #EB2750;
    transition: opacity 0.3s;
    opacity: 0;           /* hidden initially */

}

#kpt-back-to-top .inner-wrapper {
	position: relative;
	width: 20px;
	height: 11px;
}

#kpt-back-to-top .inner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 11px;

    /* load BOTH icons */
    background-image:
        url(../images/arrow-up.png),
        url(../images/arrow-up-hover.png);

    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;

    /* default: show first icon */
    background-position: center, center;
    opacity: 1;

    transition: background-position 0.3s ease;
}

#kpt-back-to-top:hover {
	 background-color: #EB2750;
	border: 1px solid #FFF9F5;
}


#kpt-back-to-top:hover .inner-wrapper::before {
    background-size: 0 0, contain;
    width: 20px;
    height: 11px;
}

.kpt-accordion {
	border-top: 1px solid #D5D5D5;
}

.kpt-accordion .e-n-accordion-item {
	border-bottom: 1px solid #D5D5D5;
}

.kpt-custom-margin-1 p {
	margin-bottom: 0 !important;
}

.kpt-custom-margin-2  p {
	margin-bottom: 0 !important;
}

.kpt-header li a {
	border: none !important;
	padding: 0 0 5px 0 !important;
}

.kpt-header .elementor-nav-menu {
	gap: 48px;
}


.kpt-header .elementor-nav-menu .sub-menu li a {
    padding: 12px 15px !important;
    box-sizing: border-box !important;
}

.kpt-header .elementor-nav-menu li.menu-item-has-children a:after {
     display: none !important;
}

.kpt-header .elementor-nav-menu li.menu-item-has-children.current-page-parent a:after {
     display: block !important;
	opacity: 1 !important;
}

.kpt-header .kpt-right-nav nav ul:after {
    display: none;
}


/*Ordering*/
/* Reset default list styles */
ol {
  list-style: none;
  counter-reset: section;
  padding-left: 0;
}

/* Top-level list */
ol > li {
  counter-increment: section;
  position: relative;
  padding-left: 2.5em;
}

/* Numbering for top-level items: 1. */
ol > li::before {
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Second-level list */
ol > li > ol {
  counter-reset: subsection;
  margin-top: 0.5em;
}

/* Second-level items: 1.1. */
ol > li > ol > li {
  counter-increment: subsection;
  position: relative;
  padding-left: 3em;
}

ol > li > ol > li::before {
  content: counter(section) "." counter(subsection) ". ";
  position: absolute;
  left: 0;
}

/* Third-level (if needed): 1.1.1. */
ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li {
  counter-increment: subsubsection;
  position: relative;
  padding-left: 3.5em;
}

ol > li > ol > li > ol > li::before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection) ". ";
  position: absolute;
  left: 0;
}

/* Container Positioning */
#sticky-label {
    position: fixed;
    right: 0;
    top: calc(50% - 100px);
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: bottom right;
    background: #FFF9F5;
    color: #EB2750;
    padding: 13px 30px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #EB2750;
    border-radius: 4px 4px 0 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s, color 0.3s;
}

#sticky-label:hover {
    background: #EB2750;
    color: #FFF9F5;
}

/* Icon Wrapper Logic */
.sticky-label-icons {
    position: relative;
    width: 20px;
    height: 20px;
}

.sticky-label-icons span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s ease;
}

/* Show Default, Hide Hover */
.icon-hover {
    opacity: 0;
}

.icon-default {
    opacity: 1;
}

/* Toggle on Hover */
#sticky-label:hover .icon-default {
    opacity: 0;
}

#sticky-label:hover .icon-hover {
    opacity: 1;
}


.kpt-breadcrumb .e-con-inner {
	padding-top: 103px !important;
}

.kpt-breadcrumb .breadcrumb a {
	transition: all 0.3s;
}

.kpt-breadcrumb .breadcrumb a:hover {
	color: #EB2750;
}


footer nav a {
	width: fit-content !important;
}

footer nav {
	min-width: 200px;
}

footer > .elementor-element > .e-con-inner > .elementor-element {
	gap: 60px !important;
}

.kpt-apps-wrapper > .elementor-element {
	width: fit-content !important;
}

.kpt-no-padding-wrapper {
	padding: 0 !important;
}

.kpt-linked-faq .elementor-widget-text-editor a {
	box-sizing: border-box;
	padding: 18px 0;
	border-bottom: 1px solid #D5D5D5;
	display: block;
	width: 100%;
}
.kpt-linked-faq > .elementor-widget-text-editor:first-child a {
	border-top: 1px solid #D5D5D5;
}

.kpt-linked-faq .elementor-widget-text-editor a {
	font-weight: bold;
	position: relative;
}

.kpt-linked-faq .elementor-widget-text-editor a:after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
	background: url('../images/arrow-black-down.png') no-repeat;
	background-size: contain;
	width: 17px;
	height: 10px;
 transform: rotate(-90deg);
    transform-origin: center; /* rotate around center */
}


/*Coffee loader*/
.kpt-coffee-loader {
  width: 300px;
  height: 300px;
  margin: 40px auto 0 auto;
  position: relative;
}

.kpt-coffee-cup-container {
    width: 38px;
    height: 54px;
    margin: 0 auto;
    position: relative;
}

.kpt-coffee-cup-container .kpt-coffee-cup {
  border-bottom: 40px solid #EB2750;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 56px;
  transform: rotate(180deg);
  position: relative;
  left: -10px;
  top: 5px;
    border-radius: 3px;
}

.kpt-coffee-cup-container .kpt-cup-handle {
    width: 15px;
    height: 10px;
    border: 6px solid #EB2750;
    position: relative;
    top: -28px;
    left: 40px;
    border-radius: 50%;
}

.kpt-coffee-cup-container .kpt-cup-reflection {
	border-bottom: 22px solid #ffa6b9;
    border-left: 3px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 2px;
    transform: rotate(180deg);
    position: absolute;
    top: 15px;
    left: 3px;
    border-radius: 12px;
}
/*
.kpt-coffee-plate {
  background: #EB2750;
  width: 90px;
  height: 6px;
  border-radius: 3px;
    margin: 0 auto;
}

.kpt-coffee-base {
  background: #EB2750;
  width: 60px;
  height: 6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 5px auto 0 auto;
}*/

.kpt-coffee-steam {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

.kpt-steam-puff1, .kpt-steam-puff2, .kpt-steam-puff3 {
  float: left;
  border-radius: 3px;
  position: relative;
}

.kpt-steam-puff1 {
  width: 6px;
  height: 30px;
  margin: 0 6px 0 4px;
}

.kpt-steam-puff2 {
  width: 6px;
  height: 15px;
  margin: 0 6px 0 4px;
}

.kpt-steam-puff3 {
  width: 6px;
  height: 30px;
  margin: 0 6px 0 4px;
}

.kpt-steam-puff1::before, .kpt-steam-puff1::after {
  content: "";
  background: #EB2750;
  position: absolute;
  border-radius: 3px;
  animation: kpt-load 0.9s infinite reverse ease-in-out;
}

.kpt-steam-puff2::before, .kpt-steam-puff2::after {
  content: "";
  background: #EB2750;
  position: absolute;
  border-radius: 3px;
  top: 5px;
  animation: kpt-load 0.6s infinite reverse ease-in-out;
}

.kpt-steam-puff3::before, .kpt-steam-puff3::after {
  content: "";
  background: #EB2750;
  position: absolute;
  border-radius: 3px;
  animation: kpt-load 0.9s 0.5s infinite reverse ease-in-out;
}

@keyframes kpt-load {
  0% { top: 0; height: 30px; width: 6px; opacity: 0; }
  50% { opacity: 1; }
  100% { top: 29px; height: 15px; width: 6px; opacity: 0; }
}

.kpt-footer-social img {
	transition: all 0.3s;
}


.kpt-footer-social img:hover {
	transform: scale(1.1);
}

.search-input-wrapper {
	position: relative;
}

.kpt-search-spinner {
	position: absolute;
	top: 50%;
	right: 44px; /* adjust so it doesn't clash with clear/filter icons */
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border: 2px solid rgba(0,0,0,0.15);
	border-top-color: #EB2750;
	border-radius: 50%;
	animation: kpt-spin 0.7s linear infinite;
	display: none;
	pointer-events: none;
	z-index: 5;
}

.search-input-wrapper.loading .kpt-search-spinner {
	display: block;
}

@keyframes kpt-spin {
	to { transform: rotate(360deg); }
}


/* --------------------------- Breakpoints For Mobile Devices --------------------------- */
@media (max-width: 1600px) {}

@media (max-width: 1540px) {
	
	.kpt-header nav {
		min-width: 430px;
	}
	
	.kpt-header .kpt-right-nav {
		min-width: fit-content;
	}
	
}


@media (max-width: 1280px) {
	footer nav {
		min-width: 130px;
	}
	
	.kpt-app-inner-wrapper {
	    width: fit-content !important;
	}
	
	.kpt-app-inner-wrapper .kpt-qr-logo img {
		max-width: 65px !important;
	}
	
	.kpt-app-inner-wrapper > .elementor-element:first-child {
		width: 65px !important;
	}
	
	.kpt-app-inner-child-wrapper > .elementor-element { 
		width: 50% !important;
	}
	
	.kpt-app-inner-child-wrapper > .elementor-element a img { 
		width: 100% !important;
	}
}

@media (max-width: 1279px) {
	.kpt-header .elementor-nav-menu {
		gap: 24px;
	}
}

@media (max-width: 1200px) {
	.kpt-header li a {
		border: none !important;
		padding: 0 0 5px 0 !important;
		/* font-size: 14px !important; */
	}
}

@media (max-width: 1130px) {
	.kpt-header li a {
		font-size: 14px !important;
	}
}


@media (max-width: 1024px) {
	.kpt-breadcrumb .e-con-inner {
		padding-top: 90px !important;
	}
	
    .kpt-breadcrumb.has-wpadminbar .e-con-inner {
        padding-top: 90px !important;
    }
	
	.kpt-util-menu  nav ul {
		gap: 10px;
	}

	
	.kpt-footer-menu ul li a {
		font-size: 1rem !important;
	}
	
	
	.kpt-util-menu ul li a {
		font-size: 1rem !important;
		padding: 0 !important;
		
	}
	
	.kpt-apps-wrapper > .elementor-element {
		width: fit-content !important;
	}
	
	.kpt-header .elementor-nav-menu--toggle {
		align-items: center !important;
	}
	
	.kpt-header .elementor-menu-toggle {
		background: transparent !important;
		position: relative;
	}
	
	
	.kpt-header .elementor-menu-toggle svg {
		display: none;
	}
	
	.kpt-header .elementor-menu-toggle:before {
		content: '';
		background: url('../images/menu-icon.png') no-repeat;
		background-size: contain;
		width: 28px;
		height: 10px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.kpt-header .elementor-nav-menu--dropdown {
		display: none !important;
	}
	
	.mobile-menu-body nav {
		background-color: #FFF9F5;
	}

	footer > .elementor-element > .e-con-inner > .elementor-element {
		gap: 20px !important;
	}
	
	footer .kpt-group-app-wrapper {
		gap: 20px !important;
	}
	
	footer .kpt-group-app-wrapper > .elementor-element {
		width: fit-content !important;
	}
	
	/* Full screen mobile popup */
	#mobile-popup-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #FFF9F5;
		z-index: 9999;
		display: none;
		overflow-y: auto;
	}

	/* Header with logo and close button */
	#mobile-popup-menu .mobile-menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
		box-sizing: border-box;
		padding: 9px 16px;
		border-bottom: 1px solid #EB2750;
	}

	#mobile-popup-menu .mobile-menu-logo {
		height: 42px;
		display: block;
		position: relative;	
	}
	
	
	.mobile-menu-logo:before {
		content: '';
		background: url('../images/kpt-logo-red.png') no-repeat;
		width: 140px;
		height: 42px;
		position: absolute;
		left: 0;
		top: 1px;
		background-size: contain;
	}
	
	.mobile-menu-close {
		position: relative;	
		height: 18px;
		cursor: pointer;
	}	
	
	.mobile-menu-close:before {
		content: '';
		background: url('../images/close-icon.png') no-repeat;
		width: 18px;
		height: 18px;
		position: absolute;
		right: 5px;
		top: 0;
		background-size: contain;
	}

	/* Menu body styling */
	#mobile-popup-menu .mobile-menu-body {
		margin-top: 24px;
	}

	#mobile-popup-menu .mobile-menu-body ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	
	#mobile-popup-menu .mobile-menu-body li a {
		padding: 24px 16px;
		font-size: 1.375rem;
		color: #EB2750;
		position: relative;
	}
	
	#mobile-popup-menu .mobile-menu-body li a:hover {
		background: #EB2750 !important;
		color: #ffffff !important;
	}
	
	
	#mobile-popup-menu .mobile-menu-body li a:focus {
		background: #EB2750 !important;
		color: #ffffff !important;
	}
	
	#mobile-popup-menu .mobile-menu-body li a.elementor-item-active {
		background: #EB2750 !important;
		color: #ffffff !important;
	}

	/* Submenus */
	#mobile-popup-menu .mobile-menu-body li.menu-item-has-children > ul {
		display: none;
	}
	
	#mobile-popup-menu .mobile-menu-body li.menu-item-has-children > ul li a {
		font-size: 1.375rem;
		padding: 18px 16px;
	}

	#mobile-popup-menu .mobile-menu-body li.menu-item-has-children.open > ul {
		display: block;
		background: #FFF9F5;
	}

	/* Make parent clickable for toggle */
	#mobile-popup-menu .mobile-menu-body li.menu-item-has-children > a::after {

	}
	#mobile-popup-menu .sub-arrow {
		display: block;
		position: absolute;
		right: 23px;
        top: 41px;
	}	

	#mobile-popup-menu .sub-arrow::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;

		width: 14px;
		height: 8px;

		/* preload both icons */
		background-image:
			url('../images/chevron-red.png'),
			url('../images/chevron-white.png');

		background-repeat: no-repeat, no-repeat;
		background-size: contain, contain;
		background-position: center, center;

		transition: all 0.3s ease;
	}


	#mobile-popup-menu ul li a:hover .sub-arrow::after {
		background-size: 0 0, contain;
	}
	
	#mobile-popup-menu .sub-arrow svg {
		display: none;
	}	
	

	
}

@media (max-width: 830px) {}

@media (max-width: 768px) {
	.kpt-breadcrumb .e-con-inner {
		padding-top: 68px !important;
	}
	
    .kpt-breadcrumb.has-wpadminbar .e-con-inner {
        padding-top: 24px !important;
    }

	ol {
		list-style: none;
		counter-reset: section;
		padding-left: 0;
	}
	
	.kpt-ig-slider-arrows {
		position: unset !important;
	}
	
	.kpt-food-slider-arrows {
		position: unset !important;
	}
	
	
	.kpt-button-prev, 
	.kpt-button-next {
		position: absolute;
		top: calc(50% - 10px);
		transform: translateY(-50%);
		z-index: 10;
		cursor: pointer;
		width: 40px;
		height: 40px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid #EB2750;
		box-shadow: 0 4px 10px rgba(0,0,0,0.1);
		z-index: 2;
	}
	
    .kpt-button-prev.food, .kpt-button-next.food {
        top: calc(50% - 50px);
	}

	.kpt-button-prev { 
		left: -15px; 
	}
	.kpt-button-next { right: -15px; }

	.kpt-button-prev span { 
		position: relative;
		display: block;
		
	}
	
	.kpt-button-prev span:before { 
		content: '';
		background: url('../images/slider-arrow.png') no-repeat;
		background-size: contain;
		width: 8px;
		height: 15px;
		position: absolute;
        top: -6px;
        left: -5px;
		display: block;
		
	}

	.kpt-button-next span:before { 
		content: '';
		background: url('../images/slider-arrow.png') no-repeat;
		background-size: contain;
		width: 8px;
		height: 15px;
		position: absolute;
        top: 13px;
        right: 14px;
		display: block;

		/* This flips the image horizontally */
		transform: scaleX(-1); 
	}
	
	.kpt-site-logo img {
		width: 140px !important;
	}
	
	.kpt-apps-wrapper img {
		max-width: 120px !important;
	}

	.kpt-footer-text {
		max-width: 80%;
	}
	
	.kpt-util-menu ul li a {
		margin: 0 !important;
	}
}

@media (max-width: 480px) {

}