@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif !important;
}

/* :root {
    font-size: 14px;
} */

.fas {
	font-family: 'Font Awesome 6 Free' !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	line-height: 1;
	text-rendering: auto;
	font-weight: 700;
	margin-right: 2px;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
	list-style-type: circle;
}

.personName {
	color: #0F0039 !important;
	font-size: 16px;
}

.contactNumber {
	color: #0F0039 !important;
	font-size: 16px;
}

.emailId {
	color: #0F0039 !important;
	font-size: 16px;
}

body {
	background-color: #fff;
  /* background: linear-gradient(45deg, #eee, #fff, #eee); */
	background-size: 300% 300%;
	animation: colorShift 5s ease infinite;
}

@keyframes colorShift {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* Header Styles */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	background-color: #fff;
}

.menu-head {
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.logo {
	padding: 5px 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #0F0039;
	text-align: left;
}

.logo span {
	color: #0F0039;
}

#header-BG .logo {
	max-width: 234px;
	padding-left: 20px;
}

nav a {
	margin-right: 20px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

nav a:hover {
	color: #0F0039;
}

nav a:last-child {
	margin-right: 0px;
}

.my-header-padding {
	padding-top: 66px;
	background: #0F0039;
	background: radial-gradient(circle,rgba(15, 0, 57, 1) 0%, rgba(15, 4, 54, 1) 50%, rgba(52, 21, 125, 1) 100%);
 	background-size: 200% 200%;
    animation: gradientMove 10s ease-in-out infinite alternate;
}

 @keyframes gradientMove {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

.my-contact-padding {
	padding-top: 40px;
}

.my-brand-img {
	width: 100%;
	max-width: 700px !important;
	max-height: 250px !important;
	margin: 0px 10px !important;
}





/* special requirments start */

.competitors-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.Competitors-section {
	flex: 1 1 100%;
	min-width: 100%;
}

.competitors-row:has(.Competitors-section:nth-child(2)) .Competitors-section {
	flex: 1 1 calc(50% - 15px);
	min-width: calc(50% - 15px);
}

.competitors-row:has(.Competitors-section:nth-child(3)) .Competitors-section {
	flex: 1 1 calc(33.33% - 15px);
	min-width: calc(33.33% - 15px);
}

.competitors-row:has(.Competitors-section:nth-child(4)) .Competitors-section {
	flex: 1 1 calc(50% - 15px);
	min-width: calc(50% - 15px);
}

.Competitors-section:nth-child(1) .Competitors-section-title::before {
	background-color: #f0a500;
}

.Competitors-section:nth-child(2) .Competitors-section-title::before {
	background-color: #007bff;
}

.Competitors-section:nth-child(3) .Competitors-section-title::before {
	background-color: #dc3545;
}

.Competitors-section:nth-child(4) .Competitors-section-title::before {
	background-color: #045c04;
}

.Competitors-section ol, 
.Competitors-section ul {
	padding-left: 1rem;
}

.key-success, .challenges, ol, ul {
	padding-left: 2rem;
}

@media (max-width: 576px) {
	.Competitors-section {
		flex: 1 1 100% !important;
		min-width: 100% !important;
	}

	.banner h1 {
		font-size: 40px;
		font-weight: 600;
		margin-bottom: 10px;
		color: #fff;
	}

	.banner p {
		font-size: 14px !important;
		color: #fff;
		text-align: center;
	}
}

/* special requirments end */




/* special requirments-2 start */

.brand-list li {
	display: none;
}

.brand-list li:nth-child(-n+0) {
	display: list-item;
}

.brand-list.show-all li {
	display: list-item;
}

/* Button styling */
.toggle-btn {
	margin-left: auto;
	font-size: 12px;
	padding: 5px 10px;
	width: 75px;
}

/* Desktop: always show all, no button */
@media (min-width: 768px) {
	.brand-list li {
		display: list-item;
	}

	.toggle-btn {
		display: none !important;
	}
}

/* special requirments-2 end */





.brand-positioning {
	padding-left: 20px !important;
}

.brand-positioning img {
	max-width: 100px !important;
	max-height: 100px !important;
	margin: 0px 10px !important;
}

.banner {
  /* background-color: #0F0039; */
	color: #fff;
	text-align: center;
	padding: 70px 20px 0px !important;
	margin: 10px  !important;
	width: 100%;
	max-width: 630px;
}

.banner h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.banner p {
	font-size: 17px !important;
	color: #fff;
	text-align: center;
}

.note-text {
	margin-top: 50px !important;
	font-size: 14px !important;
	color: #ccc;
	text-align: center;
}


/* Categories Grid */
.categories {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	padding: 20px 0;
	/* max-width: 1200px; */
	margin: 0 auto;
}

.category-card {
	background-color: rgba(221, 221, 221, 0.5);
	border-radius: 10px;
	overflow: hidden;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
	transition: transform 0.3s ease;
	min-height: 250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.category-card:hover {
	transform: translateY(-5px);
}

.category-card img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.category-card h3 {
	padding: 15px 15px 20px;
	text-align: center;
  /* background-color: #f9f1f1; */
	font-size: 18px;
}

.main-section {
	padding-top: 60px;
  /* background: #0F0039; */
  /* background: linear-gradient(95deg,rgba(15, 0, 57, 1) 0%, rgba(15, 0, 57, 1) 70%, rgba(23, 6, 71, 1) 80%, rgba(31, 12, 89, 1) 100%); */
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#header-BG {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-items: left;
	padding: 0;
	margin: 0;
}

.text-section {
	padding: 20px 20px 0;
}

.company-info {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.location-info {
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.location-info span {
	font-size: 0.9rem;
}

.image-section {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mattress-image-placeholder {
	background-color: rgba(255, 255, 255, 0.1);
  /* Placeholder background */
	height: 300px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.metrics-section {
	background-color: #fff;
  /* Light background for metrics */
	color: #333;
	padding: 0px 0;
	border-radius: 25px 25px 0 0;
}

.metric-item {
	padding: 5px;
	border-right: 1px solid #ddd;
}

.metric-item:last-child {
	border-right: none;
}

.metric-icon img {
	height: 47px;
}

.metric-icon {
	font-size: 2rem;
	margin-bottom: 1px;
}

.metric-value {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1px;
}

.metric-label {
	font-size: 1rem;
	color: #666;
	margin-bottom: 2px;
}

.sticky-top {
	position: sticky !important;
	top: 60px !important;
	bottom: 0px !important;
	z-index: 5 !important;
}

.right-col-sticky {
	min-height: 999px;
	height: fit-content !important;
	position: sticky !important;
}

.left-sidebar {
	padding: 5px 5px 5px 20px !important;
	text-align: left;
}

.left-sidebar h5 {
	font-weight: bold;
	margin-bottom: 20px;
}

.left-sidebar ul {
	list-style: none;
	padding: 0;
}

.left-sidebar ul li {
	color: #333;
	border-bottom: 1px #ccc solid;
	padding-top: 6px;
	margin-bottom: 2px;
	font-size: 14px;
}

/* strong {
  color: #007bff !important;
} */

ol li {
	color: #333;
	padding-top: 6px;
	margin-bottom: 2px;
	font-size: 14px;
}

.main-content {
	padding: 20px 10px 0px 40px !important;
}

.my-section-1 {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px 20px;
}

.my-section-2 {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	padding: 10px 20px 30px;
}

.suggested-brands {
	border-left: 3px solid transparent;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 15px;
	background: linear-gradient(white, white) padding-box,
        linear-gradient(to bottom, #FEC243 0 150px, #fff 150px 100%) border-box;
}

.suggested-brands ul li {
	font-weight: 400;
	font-size: 15px !important;
	margin-left: -15px !important;
	padding-bottom: 1px !important;
	list-style-type: disclosure-closed;
}

.main-content h5 {
	font-weight: bold;
  /* padding-bottom: 10px; */
	;
}



/* ul.my-row {
  display: table;
  width: 100%;
  text-align: left;
  list-style-type: disc !important;
}

ul.my-row>li {
  display: table-cell;
  list-style-type: disc !important;
} */


.market-context {
	background-color: #438AFE;
	color: #fff;
	padding: 20px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.market-context strong {
	color: #fff !important;
}

/* .key-success strong {
  padding-bottom: 10px !important;
} */

.market-context p {
	margin-left: 15px;
	margin-bottom: 6px !important;
}

.objectives-audience {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.objectives {
	width: 48%;
	border-left: 2px solid #43DBFE;
	margin: 5px 0;
	font-size: 14px;
}

.target-audience {
	width: 48%;
	border-left: 2px solid #FEC243;
	margin: 5px 0;
	font-size: 14px;
}

.objectives p,
.target-audience p {
	margin-left: 15px;
}

.objectives h4,
.target-audience h4 {
	font-weight: bold;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.objectives h4::before,
.target-audience h4::before {
	content: url(' ');
	margin-right: 10px;
}

.right-sidebar {
	padding: 20px 40px;
}

.right-sidebar h5 {
	font-weight: bold;
	padding: 15px 5px 20px;
	text-align: center;
}

.right-sidebar p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
	line-height: 125% !important;
}

.right-sidebar img {
	max-width: 200px !important;
	max-height: 200px !important;
  /* margin: 0px 10px !important;
  border-radius: 10px !important; */
  /* width: 100%;
  max-width: 205px !important;
  margin-bottom: 5px; */
	;
}

.marketing-mix {
	padding: 20px 20px;
	height: 415px;
	overflow-y: auto;
}

.marketing-mix h3 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 22px;
}

.marketing-mix .row>div {
	padding: 15px 5px 0px 0px;
}

.marketing-mix h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.marketing-mix ul li {
	font-weight: 400;
	font-size: 14px !important;
	margin-left: -15px !important;
	padding-bottom: 5px;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 1px #d5d3d3 solid !important;
	margin: 10px 0;
}

th, td {
	text-align: left;
	padding: 8px;
	border: 1px #d5d3d3 solid !important;
}

tr:nth-child(odd) {
	background-color: #ededed;
}

tr:nth-child(even) {
	background-color: #ffffff;
	border: 1px #d5d3d3 solid !important;
}

ul {
	list-style-type: disc;
	margin-top: 5px;
}

.my-margin {
	margin-top: -40px !important;
}

.product,
.price,
.place,
.promotion {
	background-color: #F8F5F5;
	outline: 5px #fff solid;
	padding: 5px 12px 5px 15px !important;
	word-break: normal;
}

.product,
.price,
.place,
.promotion,
 strong {
	padding: 0 5px 0 0;
}

.topScreen {
	position: relative;
	z-index: 99;
}

.mySelected {
	color: #4a90e2;
	font-size: 14px;
}

.brand-positioning,
.key-success,
.challenges,
.BusinessModel {
  /* background-color: #F0F7FF; */
	border-radius: 0 10px 10px 0;
	margin-top: 2px;
	padding: 5px 10px;
	font-size: 14px;
}

.challenges p {
	margin: 5px 10px;
}

.my-section-2 h2 {
	font-weight: bold;
	margin: 5px 5px 20px;
	font-size: 22px;
	padding-top: 10px;
}

.brand-positioning p {
	padding-left: 0px;
	position: relative;
	margin-bottom: 10px;
}

.Competitors-section-title::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 2px;
	width: 3px;
	height: 100%;
	border-radius: 2px;
}

.core::before {
	background-color: #f0a500;
 /* Orange */
	;
}

.emotion::before {
	background-color: #007bff;
 /* Blue */
	;
}

.tone::before {
	background-color: #dc3545;
 /* Red */
	;
}

/* .brand-positioning p.emotional::before {
  background-color: #4a90e2;
}

.brand-positioning p.tone::before {
  background-color: #ff6347;
} */


.BusinessModel p {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.key-success,
.challenges,
ul>li {
	padding-bottom: 1px;
	line-height: 140%;
}

.key-success, .challenges, .row>div {
	padding: 5px 10px 2px 20px;
}

.contact-image {
	margin: auto;
  /* margin: 5% 0px 20%; */
	;
}

.contact-BG {
	background-image: radial-gradient(#eee 2px, transparent 2px), radial-gradient(#eee 2px, transparent 2px);
	background-size: 32px 32px;
	background-position: 0 0, 16px 16px;
	background-color: rgba(161, 161, 161, 0.9);
}

.special-height {
	background-color: #fff;
  /* height: calc(100vh - 80px); */
	;
}

/* Competitors {

} */

.Competitors-brand-logo {
	max-height: 100px;
	max-width: 130px;
	padding: 5px 10px;
}

.Competitors-section-title {
	font-weight: bold;
}

.or-spacer {
	margin-top: 100px;
	margin-left: 100px;
	width: 400px;
	position: relative;
}

.or-spacer .mask {
	overflow: hidden;
	height: 20px;
}

.or-spacer .mask:after {
	content: "";
	display: block;
	margin: -25px auto 0;
	width: 100%;
	height: 25px;
	border-radius: 125px / 12px;
	box-shadow: 0 0 8px black;
}

.or-spacer span {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 100%;
	margin-bottom: -25px;
	left: 50%;
	margin-left: -25px;
	border-radius: 100%;
	box-shadow: 0 2px 4px #999;
	background: white;
}

.or-spacer span i {
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border-radius: 100%;
	border: 1px dashed #aaa;
	text-align: center;
	line-height: 40px;
	font-style: normal;
	color: #999;
}

.or-spacer-vertical {
	display: inline-block;
	margin-top: 100px;
	margin-left: 100px;
	width: 100px;
	position: relative;
}

.or-spacer-vertical .mask {
	overflow: hidden;
	width: 20px;
	height: 200px;
}

.or-spacer-vertical.left .mask:after {
	content: "";
	display: block;
	margin-left: -20px;
	width: 20px;
	height: 100%;
	border-radius: 12px / 125px;
	box-shadow: 0 0 8px black;
}

.or-spacer-vertical.right .mask:before {
	content: "";
	display: block;
	margin-left: 20px;
	width: 20px;
	height: 100%;
	border-radius: 12px / 125px;
	box-shadow: 0 0 8px black;
}

.custom-input-group {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
      /* padding: 5px; */
	;
}

.custom-input {
	border: none;
	background: transparent;
	flex-grow: 1;
	outline: none;
}

.custom-btn {
	background-color: #2a4066;
	border: none;
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
}

.custom-btn:hover {
	background-color: #1e2e4d;
}

@media (max-width: 480px) {

	.metric-icon img {
		height: 30px;
	}

	.metric-icon {
		font-size: 1.4rem;
		margin-bottom: 1px;
	}

	.metric-label {
		font-size: 0.7rem;
		color: #666;
		margin-bottom: 2px;
	}

	.metric-value {
		font-size: 0.9rem;
		font-weight: bold;
		margin-bottom: 1px;
	}

	.Competitors-section {
		flex: 1 1 100% !important;
		min-width: 100% !important;
	}

	.note-text {
		margin-top: 50px !important;
		font-size: 12px !important;
		color: #ccc;
		text-align: center;
	}

	.my-section-1 {
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
		padding: 20px 5px;
	}

	.key-success, .challenges, .row>div {
		padding: 5px 8px 2px 10px;
	}

	.right-sidebar img {
		max-width: 150px !important;
		max-height: 150px !important;
	}

	.marketing-mix {
		padding: 20px 20px;
		height: auto;
		overflow-y: auto;
	}

	.main-content {
		padding: 20px 10px !important;
	}

	.right-sidebar h5 {
		text-align: center;
	}

	.my-header-padding {
		padding-top: 50px;
	}

	.my-contact-padding {
		padding-top: 70px;
	}

  /* .header {
    display: contents;
  } */

	.left-sidebar {
		padding: 20px;
		text-align: center;
	}

	.left-sidebar ul li {
		color: #333;
		border-bottom: 1px #ccc solid;
		padding-top: 6px;
		margin-bottom: 2px;
		font-size: 14px;
	}

	.category-card {
		min-height: 380px;
	}

	.category-card h3 {
		padding: 15px 15px 80px;
		text-align: center;
		font-size: 20px;
	}

	#header-BG {
		flex-direction: column;
		min-height: 300px;
		padding: 30px 0 0 0px;
	}

	.my-brand-img {
		width: 100%;
		max-width: 444px !important;
		max-height: 250px !important;
		margin: 10px 0px !important;
	}

	.objectives-audience {
		display: flex;
		justify-content: space-between;
  /* flex-direction: row; */
		margin-bottom: 10px;
	}

	.objectives {
		width: 100%;
		border-left: 2px solid #43DBFE;
		margin: 10px 0;
	}

	.target-audience {
		width: 100%;
		border-left: 2px solid #FEC243;
		margin: 10px 0;
	}

	.banner h1 {
		font-size: 24px;
	}

	.banner p {
		font-size: 14px;
	}

	.category-card img {
		width: 100%;
		height: auto;
	}

	.category-card h3 {
		font-size: 14px;
		padding: 10px;
	}

	.logo {
		text-align: center;
	}

	.location-info {
		justify-content: center;
	}
}




/* Responsive Styles */

@media (max-width: 768px) {

		/* .brand-list li {
        display: list-item;
    }
    .toggle-btn {
        display: none !important;
    } */

	header {
		justify-content: space-between;
		gap: 1px;
		padding: 0 20px 5px;
	}

	nav a {
		text-align: center;
		font-size: 14px;
		margin-right: 15px;
	}

	.banner h1 {
		font-size: 32px;
	}

	.banner p {
		font-size: 15px;
		padding: 0 10px;
	}

	.category-card h3 {
		font-size: 16px;
	}

	.metric-item {
		border-right: none;
		border-bottom: 1px solid #ddd;
		margin-bottom: 0px;
	}

	.category-card h3 {
		padding: 15px 15px 40px;
		text-align: center;
		font-size: 20px;
	}
}

.eventFooter {
	background: #fff;
}

.eventFooter {
	background: #fff;
	padding: 20px 0 10px;
	position: relative;
}

.mbaBorderTop, .eventFooter, .contactWrapper, .aboutAwardsCont {
	padding-top: 15px;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.eventFooter::before, .contactWrapper::before, .aboutAwardsCont::before {
	content: "";
	display: block;
	background: url(https://events.afaqs.com/frontend/brandstoryz-2024/2024/assets/images/mba-border.html);
	position: absolute;
	height: 15px;
	width: 100%;
	left: 0;
	top: 0;
}

.eventFooter {
	background: #fff;
	padding: 20px 0 10px;
	position: relative;
}

.eventFooter .companyLogos {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.eventFooter .newsletterForm {
	display: flex;
	width: 100%;
}

.eventFooter .newsletterForm ::-webkit-input-placeholder {
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

.eventFooter .newsletterForm :-moz-placeholder {
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

.eventFooter .newsletterForm ::-moz-placeholder {
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

.eventFooter .newsletterForm :-ms-input-placeholder {
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

.eventFooter .newsletterForm input {
	border: 1px solid #000;
	padding: 5px 15px;
	max-width: 400px;
	width: 100%;
	margin-left: auto;
}

.eventFooter .newsletterForm button {
	background: #07116f;
	padding: 3px 7px;
}

/* .eventFooter .footerLinks {
    border-bottom: 1px solid #ccc
} */

.eventFooter .footerSocialIcons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-left: auto;
	column-gap: 10px;
}