@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
  body {
	background-color: #e9edef;
	font-size: 1.500rem;
	line-height: 2.25rem;
	margin: 0 auto;
	font-family: "Open Sans", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}

html {
	color: #1d1d1f;
	font-size: 1em;
	line-height: 1.5;
}

::-moz-selection {
	background: #F16C6A;
	color: #FFF;
	text-shadow: none;
}

::selection {
	background: #F16C6A;
	color: #FFF;
	text-shadow: none;
}

hr {
	display: block;
	height: 0px;
	border: 0;
	border: none;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

h1 {
    font-size: 2rem;
	font-weight: normal;
	line-height: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

p,
ul,
ol,
pre,
table,
blockquote {

	font-weight: normal;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

ul {
	padding-left: 0;
}
ul.case-ul {
	margin: 1.4rem;
    padding: 0;
    font-size: 1.1rem;
	color:#6e6e73;
}
ul.case-ul span{
	font-weight: 600;
	
}

a {
	color: #EF5350;

	font-weight: normal;
	line-height: 2.25rem;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #B51A17;
	text-decoration: underline;
}

hr:after {
	color: #252B33;
	content: "...";
	font-size: 1rem;
	display: block;
	margin-top: 6.75rem;
	letter-spacing: 1rem;
}

/* @group Shared Styles */

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.main-container{
    padding:0;
    margin:0 auto;
    max-width:90%;
    display: flex;
    flex-direction: row;
}
header{
    width:15%; 
    text-align: center;
    padding-right:5%;
}
header h1{
    padding-top:2rem;
}
main{
    width:80%;
}
img{
    max-width: 100%;
	border-radius: 0.6rem;
}

section{
    background: #fff;
    padding:1rem;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
}
.mt-2{
	margin-top:2rem;
}
.mt-4{
	margin-top:4rem;
}
/* @group Site Header */

.top-header{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    font-size: 0.8rem;
    color:#1d1d1f;
    text-transform: uppercase;
    font-weight: 500;
}
.top-header a{
    color:#6e6e73;
    text-transform: capitalize;
    font-size: 0.8rem;
    padding:1rem 0.5rem;
}

/* @group Site Nav */

nav ul {
    margin:2rem;
    padding:0;
}

nav ul li{
    list-style: none;
    margin-bottom:0.8rem;
}
nav ul li a{
    color:#1c1c1c;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
}
nav ul li a.active{
    text-decoration: underline;
    
}
nav ul li a:hover{
    color:#1c1c1c;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
/* @group Case Study */
.case-study{
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 1rem;
}
.case-study a{
	color:#0066cc;
	font-weight: 500;
}
.case-items{
	flex: 1; 
	margin: 0.3rem 0.2rem;
	padding:0.2rem;
	color:#6e6e73;
}
.case-items h2{
  font-size: 1rem;
  font-weight: 500;
  padding:0;
  margin: 0;
  color:#1d1d1f;
  line-height: 1.5rem;
}
.case-items p{
	line-height: 1.2rem;
	margin:0;
	padding:0;
	font-size: 0.9rem;
}
.items1{
	flex: 0 0 35%;
}
.items2{
	flex: 0 0 30%;
}
.items3{
	flex: 0 0 10%;
}

/* About me */
.about-talk{
	display: flex;
	flex-direction: row;
	background: #1d1d1f;
    margin-bottom: 1rem;
	padding:0;
	color:#fff;
}
.about-item:nth-child(1) { 
    flex: 5.5;
    background-color: #1d1d1f;
	margin-top: 0;
    margin-bottom: 0;
	color:#fff;
	border-radius: 0.4rem 0 0 0.4rem;
}
.about-item:nth-child(1) p{
    font-size: 3rem;
    line-height: 4rem;
    position: relative;
    top: 35%;
    text-align: center;
    font-family: "Bebas Neue", serif;
    width: 60%;
    margin: 0 auto;
}
.about-item:nth-child(2) {
    flex: 4.5;	
}
.about-talk img{
	border-radius:0 0.4rem 0.4rem 0;
}

.about-info h2{
	font-family: "Bebas Neue", serif;
}

.about-info p, .about-info h2{
	width:60%;
	margin-left:6rem;
	font-weight: 500;
	color:#1d1d1f;
	line-height: 2rem;
}
.about-info p{
	font-size: 1.3rem;
	font-weight: 400;
}

.quote-talk .quote-item{
	font-style: normal;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #f1f1f1;
	margin-top:0rem;
	padding-left:1rem;
	margin-bottom: 0;
}
.quote-items {
    flex: 1 1 45%; 
    padding: 1rem;
    box-sizing: border-box;
	border-left:3px solid #55b312;
	margin:2rem 0;
}
.quote-items:nth-child(2){
	border-left:3px solid #0bb2ff;
}
.quote-items:nth-child(3){
	border-left:3px solid #ffcf0f;
}
.quote-items:nth-child(4){
	border-left:3px solid #ea00ff;
}

.quote-talk{
	display: flex;
    flex-wrap: wrap;
	background: #1d1d1f;
	padding:4rem;
	color:#fff;
}
.quote-talk h3{
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0;
	margin: 0;
	font-weight: normal;
	padding-left:1rem;
}
.quote-talk p{
	font-size: 1rem;
	line-height: 1.8rem;
	margin-top:1rem;
	padding-left:1rem;
	margin-bottom: 0;
}
.text-small{
	font-size: 0.8rem;
	color: #6e6e73;
}

/* Case Study */

.case-heading{
    background: #1d1d1f;
	color:#fff;
	padding:3rem;
}
.case-firstpage{
	width:90%;
	margin:0 auto;
}
.case-firstpage h3{
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0;
}
.case-firstpage p{	
	font-size: 1.2rem;
	margin:1.5rem 0;
	line-height: 2rem;
}
.case-firstpage p.case-non-dis{
    color:#3C4653;
	font-style: italic;
}
.case-firstpage h2{
	text-transform: uppercase;
	font-weight: 400;
	line-height: 3rem;
	font-size: 2.5rem;
	font-family: "Bebas Neue", serif;
}
.case-titel{
	text-transform: uppercase;
	font-size: 1rem;
	color:#6e6e73;
}
.case-info{
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}
.case-intelli{
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}

.case-result{
    background: #fafafa;
	color:#1d1d1f;
	padding:3rem;
	box-shadow: 0 .1rem 0.2rem rgba(0, 0, 0, .1);
	margin-bottom: 2rem;
}
.case-icon{
	margin:1.3rem 1.2rem 0 0;
	width:3rem !important;
}
.case-icon img{
	width:3rem !important;
}
.case-goal{
	display: flex;
	flex-direction: row;
}
.case-goalintell{
	display: flex;
	flex-direction: row;
}
.case-challenge {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	background-color: #007bff; /* Button background color */
	color: white;
	border: none;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	height: 40px; /* Set a fixed height */
	line-height: 40px; /* Align text vertically */
  }
  
  .case-challenge::after {
	content: "";
	position: absolute;
	top: 11px;
	right: -20px; /* Adjust for spacing */
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #007bff; /* Arrow color same as button */
  }

.case-itemo {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-items: center;
	flex: 2;
}
.case-itemo h3{
	font-size: 1.2rem;
	font-weight: 500;
	color:#6e6e73;
}
.case-number{
	background: #1d1d1f;
	color:#fff;
	font-size: 2rem;
	border-radius: 50%;
	height: 4rem;
	width:6rem;
	padding-top:2rem;
	margin:0 auto;
}
.user-surprise .case-number{
	background: #e06900 !important;
}
.user-jtbd .points-items{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: calc(50% - 10px);
	flex-direction: row;
	justify-content: center;
	text-align: left;
}
.case-primary {
    height: 2.4rem;
    width: 3rem;
    border: 1px solid #979797;
    border-radius: 50%;
    flex: 1;
    text-align: center;
    padding-top: 0.2rem;
}
.primary-text {
	flex: 9;
	font-size: 1.1rem;
}

.primary-text h3 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 1.5rem !important;
}
.user-jtbd ul, .primary-text ul {
    margin: 1.4rem;
    padding: 0;
    font-size: 1.2rem;
    color: #6e6e73;
}
.card-order{
	width:25rem;
	box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .2);
	border-radius: 1rem;
	margin:0 auto;
	padding:3rem 2rem;
	margin-top:3rem;
}
.card-order p:last-child{
	margin-bottom: 0;
	border-top:1px solid #d4d4d4;
	padding-top:1rem;

}
.card-order h2{
	text-transform:inherit;
	padding: 0;
	margin: 0;
	line-height: 2rem;
}
.card-order ul{
	margin: 0;
	padding:1.5rem 0 0 0;
	position: relative;
	list-style: none;
}
.card-order ul li{
	font-size: 1.2rem;
    color: #6e6e73;
    line-height: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #d4d4d4;
    padding: 0.7rem 0;
}
.card-order ul li::before{
	content: "👉"; /* Custom icon */
    flex-shrink: 0;
}
.card-order ul li:last-child {
  border: none;
}
.case-quote{
	width:80%;
	margin:0 auto;
	font-style: italic;
}
.text-danger{
	color:#E30000 !important;
}
.card-order p{
	line-height: 1.5rem;
    font-size: 1.1rem;
    color: #6e6e73;
}
.case-points {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 100%;
	padding-top: 2rem;
}
.user-speak{
	display: flex;
	width:100%;
	flex-direction: column;
	line-height: 1.8rem;
}
.user-name {
    color: #1d1d1f;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 1rem;
}
.user-name span{
	color: #6e6e73;
}
.points-items {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: calc(50% - 10px);
	flex-direction: column;
	justify-content: center;
    text-align: center;
}
.points-items .case-number{
	background: #E30000;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 50%;
    height: 2.5rem;
    width: 3rem;
    padding-top: 0.4rem;
    margin: 0 auto;
}
.points-items h3{
	width:100%;
	padding:0;
	margin:0;
	font-weight: normal;
	font-size: 1.2rem;
}
.points-items p{
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0rem 0;
    color: #6e6e73;
}

.case-surprise {
	display: flex;
	flex-direction: row;
}
.case-design {
	display: flex;
	flex-direction: column;
}
.case-design ul{
	margin:1.5rem;
	padding:0;
}
.case-design img{
	border-radius: 0;
}

.user-feedback{
	display: flex;
	flex-direction: row;
	row-gap: 10px;
}
.user-feedback-rating{
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.user-rating{
  padding:0.5rem 1rem;
  flex: 3;

}
.user-rating p{
	font-size: 1rem !important;
	color:#6e6e73 !important;
	margin-top: 0 !important;
	line-height: 1.8rem !important;
}
.highlights .card-order{
   background: #1d1d1f;
}
.highlights .card-order ul li {
    color: #fff;
}
.user-feedback a {
    color: #0066cc;
    text-decoration: underline;
    text-decoration: none;
    border: 1px solid #0066cc;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    font-size: 1rem;
}
.user-feedback a:hover{
	background:#0066cc;
	color: #fff;
}
/* quick-links */

.quick-links{
	display: flex;
	flex-direction: row;
	gap: 15px;
	padding:0 3rem;
	justify-content:center;

}
 a.quick-lists{
   text-decoration: none;
   color: #0066cc;
   border:1px solid #d2d2d7;
   border-radius:4rem;
   padding:2rem; 
   margin-top: 0;
}
a.quick-lists:hover{
	background: #0066cc;
	color:#fff;
}
h3.footlinks{
	font-size: 1.5rem;
	font-weight: 400;
}
/* myschedule */
.case-insight {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}
.insight {
	flex: 1 1 calc(33.33% - 10px); /* Each box takes 1/3 of the row, minus spacing */
	max-width: calc(33.33% - 10px); /* Ensures they don’t stretch beyond 3 per row */
	background: lightblue;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;	
}

.insight:nth-child(2){
	background: #FDF3FF;
}
.insight:nth-child(3){
	background: #EBFED6;
}
.insight:nth-child(4){
	background: #FDF7E7;
}
.insight:nth-child(5){
	background: #BCE2FF;
}
.insight:nth-child(6){
	background: #E3EAEF;
}

.insight h3{
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 600;
}
.insight p{
	font-size: 1rem;
}

/* star-rating*/

.star-rating {
	display: inline-block;
	font-size: 24px;
	position: relative;
	unicode-bidi: bidi-override;
	direction: rtl; /* Right to left to enable clicking from left */
}

.star-rating input {
	display: none; /* Hide radio buttons */
}

.star-rating label {
	display: inline-block;
	cursor: pointer;
	color: #ccc;
}

.star-rating label:before {
	content: "★";
	font-size: 24px;
}

/* Highlight stars based on selection */
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
	color: gold;
}

/* Customizing dynamic max stars */
.star-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.star-container {
	display: flex;
	direction: ltr; /* Ensure left-to-right star placement */
}

.star {
	font-size: 24px;
	color: #ccc;
}

.star.filled {
	color: gold;
}

/* Shipping */

.case-shipping{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.shipping-list{
	margin:0;
	padding:1rem;
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 1rem 0;
}

th, td {
    padding: 0.5rem 1rem;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 1rem;
    vertical-align: top;
    line-height: 1.6rem;
}

th {
    background-color: #f1f1f1;
    color: #1d1d1f;
    font-weight: 400;
}

td {
    color: #6e6e73;
}

/* Responsive Table Wrapper */
.table-container {
    width: 100%;
    overflow-x: auto;
}

/* Ensure the table doesn't break layout on small screens */
@media (max-width: 768px) {
    table {
        min-width: 600px; /* Prevents column stacking */
    }
}

/* Authentication Modal Styles */
.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#e9edef;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.auth-box {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
	margin:2rem;
}
.auth-input {
    margin:0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.auth-button {
    padding: 10px 10px;
    background: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left:0.4rem;
	font-size: 1.2rem;
}
.auth-button:hover {
    background: #0056b3;
}
.auth-error {
    color: red;
    margin-top: 10px;
    display: none;
}
.auth-form{
	display: flex;
	margin-top:1rem;
}
.auth-message{
	font-size:1.2rem;
	color:#6e6e73;
}
/* @group Media Queries */

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */


@media only screen and (max-width: 769px){
	.main-container{
		flex-direction: column;
		padding-bottom: 2rem;
	}
	.user-rating {
		padding: 0;
	}
	main {
		width: 100%;
		margin-top:2rem;
	}
	header {
		width: 100%;
		text-align: center;
		padding-right:0;
	}
	nav ul {
		margin: 0;
		padding: 0;
	}
	nav ul li {
		display: inline-block;
		margin: 0 1rem;
	}
	
	nav ul li a {
		font-size: 1rem;
	}
	.case-study {
		flex-direction: column;
	}

	.about-talk {
		flex-direction: column;
		background:none;
	}
	.about-item:nth-child(1) {
		background:#f1f1f1;
		color:#1d1d1f;
		border-radius: 1rem;
		margin-bottom: 1rem;
		border:1px solid #e3e3e3;
	}
	.about-item:nth-child(1) p{
		font-size: 2rem;
        line-height: 2.5rem;
		padding:1rem;
	}
	.about-talk img {
		border-radius: 1rem;
	}
	.about-info p, h2 {
		width:100%;
		margin-left:0;
	}
	.quote-talk {
		padding:3rem;
	}
	.case-heading, .case-result{
		padding:1rem 0;
	}
	.case-firstpage h2 {
		line-height: 3rem;
	}
	.card-order {
		width: 80%;
	}
	.case-quote {
		width: 100%;
	}
	.case-number {
		font-size: 1rem;
		border-radius: 50%;
		height: 2.8rem;
        width: 3rem;
        padding-top: 0.2rem;
		margin: 0 auto;
	}
	.case-itemo h3 {
		font-size: 0.8rem;
		line-height: 1rem;
	   }
	.points-items {
		width: 100%;
	}
	.user-jtbd .points-items{
		width: 100%;
	}
	.user-feedback {
		flex-direction: column;
	}
	.insight {
		max-width: 100%;
	}
	.case-intelli{
		display: flex;
		flex-direction: column;
		column-gap: 10px;
	}
	.case-goalintell {
		display: flex;
		flex-direction: column;
	}
	.quick-links {
		flex-direction: column;
	}
	a.quick-lists {
		padding: 1rem;
		text-align: center;
		margin-bottom: 0;
	}
   }

@media only screen and (min-width: 1442px) {}


@media only screen and (min-width: 1100px) and (max-width: 1441px) {}


