*::selection {
	color: #91b2e7 !important;
	background: linear-gradient(120deg, #A23E48, #1A2B4C) !important;
	padding: 2px;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #1A2B4C;
  }
  .flash-alert{
    position: absolute;
  }
  
  *::-moz-selection {
	color: #fff !important;
	background: linear-gradient(120deg, #A23E48, #1A2B4C) !important;
	padding: 2px;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #00000066;
  }
  
  body{
	  background-color: #fff !important;
	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	   display: flex;
	   flex-direction: column;
	   min-height: 100vh !important;
	   color: #222 !important;
	   margin: 0px !important;
	   padding: 0px !important;
  }

  h1, h2, h3, h4, h5, h6{
	color: #1A2B4C !important;
  }

  input{
	border: 2px solid #666 !important;
  }
  .container{
	  flex: 1 !important;
	  /* padding-left: 0 !important;
	  padding-right: 0 !important;
	  margin-left: 0 !important;
	  margin-right: 0 !important;
	  width: 100% !important;
	  max-width: 100% !important; */
  }
  
  .navbar{
	  height: 5rem;
	  background-color: #F2E8DF;
	  font-size: 1rem !important;
  }
  .fa-spa{ 
	  color: #fff;
	  font-size: 2rem;
  }
  .nav-link{
	  color: #1A2B4C !important;
	margin: 5px;
	width: fit-content;
	  transition-duration: 0.8s !important;
	  padding: 3px 10px 3px 10px !important;
	border-radius: 2rem;
	border: 2px solid #F2E8DF !important;
  }
  .nav-link:hover {
	border: 2px solid #eef8fa !important;
	color: #1A2B4C !important;
	background-color: #eef8fa;
	border-radius: 1.5rem;
	box-shadow: 
	  0 4px 6px rgba(100, 155, 180, 0.8),    /* gold shadow */
	  inset 0 1px 2px rgba(255, 255, 255, 0.3), /* subtle inner white glow */
	  0 2px 4px rgba(0, 0, 0, 0.05);       /* light outer depth */
	transition: all 0.3s ease;
  }
  
  .logout-btn{
	color: #A23E48 !important;
	  transition-duration: 0.8s !important;
	  padding: 3px 10px 3px 10px !important;
	border-radius: 2rem;
	border: 2px solid #F2E8DF !important;
  }
  .logout-btn:hover{
	border: 2px solid #A23E48 !important;
	color: #1A2B4C !important;
	background-color: #A23E48;
	  border-radius: 2rem;
	  box-shadow: 
	  0 4px 6px rgba(255, 155, 180, 0.8),    /* gold shadow */
	  inset 0 1px 2px rgba(255, 255, 255, 0.3), /* subtle inner white glow */
	  0 2px 4px rgba(0, 0, 0, 0.05);       /* light outer depth */
	transition: all 0.3s ease;
  }
  .navbar-toggler {
	background-color: #F2E8DF !important; /* Your custom color */
	border-radius: 5px;
	margin-right: 10px;
  }
  .custom-dropdown-bg {
	background-color: #F2E8DF !important; /* Replace with your own color */
	padding: 1rem;
	border-radius: 0 0 10px 10px; /* optional: rounded corners */
  }
  
  
  #offcanvasNavbar{
	color: #A23E48 !important;
  }
  #nav-close-button{
	background-color: #F2E8DF !important;
	color: #A23E48 !important;
  }
  .dropdown-menu{
	background-color: rgba(150, 150, 183, 0.5) !important;
	color: #1A2B4C !important;
	border: none !important;
	border-color: antiquewhite;
	box-shadow: 0px 4px 2px #666;
	padding: 5px;
	transition-duration: 0.5s !important;
  }
  .dropdown-item{
	border-radius: 1.5rem !important;
	border-color: transparent !important;
	max-width: fit-content;
  }
  
  /* Footer */
  footer {
	color: #1A2B4C !important;
	background-color: #F2E8DF !important;
}

.f-info-links {
	text-decoration: none;
	flex-direction: column;
}

.f-info-links a {
	margin-bottom: 0.3rem;
}

.f-info-links a:hover {
	text-decoration: underline;
	color: #A23E48 !important;
}

.f-info-socials i {
	font-size: 1rem;
	color: #1A2B4C;
	transition: 0.3s ease;
}

.f-info-socials i:hover {
	color: #A23E48;
	transform: scale(1.2);
}

  
  .offcanvas {
	  background-color: #F2E8DF !important;
  }
  
  .copyright {
	  color: #1A2B4C !important;
  }


    .features {
	display: grid;
	background-color: #ECECEC;
  }

  /* most small devices */
	@media (max-width: 285px) {
		.navbar{
			height: 4rem;
		}
        .thecubicals-logo{
		height: 35px !important;
		width: 35px !important;
	 }
	 .navbar-sm-form, .navbar-sm-input, .navbar-sm-btn{
		height: 25px !important;
		font-size: 0.7rem !important;
	 }
	 .navbar-sm-input{
		width: 100px !important;
	 }
	 .navbar-toggler{
		font-size: 0.7rem !important;
	 }
	 .blog-strip, .b-s-ic{
		font-size: 0.2rem !important;
		margin: -2px !important;
		padding: 0px !important;
	 }
	   .features {
	display: grid;
	background-color: #ECECEC;
  }
  .manish-img{
	height: 12rem;
	width: 12rem;
  }
	}
  
  /* verysmall devices */
  @media (min-width: 286px) and (max-width: 355px) {
	.navbar{
			height: 4rem;
		}
     .thecubicals-logo{
		height: 40px !important;
		width: 40px !important;
	 }
	 .navbar-sm-form, .navbar-sm-input, .navbar-sm-btn{
		height: 30px !important;
		font-size: 0.75rem !important;
	 }
	 .navbar-sm-input{
		width: 140px !important;
	 }
	 .navbar-toggler{
		font-size: 0.8rem !important;
	 }
	 .blog-strip, .b-s-ic{
		font-size: 0.4rem !important;
	 }
	 .manish-img{
	height: 15rem;
	width: 15rem;
  }
  }

  /* smaller devices */
@media (max-width: 576px) {
	.account-manage-section {
	margin-top: 40px;
  }
  .offcanvas {
	width: 240px !important;
  }
  .dropdown-menu{
	color: #1A2B4C !important;
	border: none !important;
	border-color: antiquewhite;
	box-shadow: none !important;
  }
  .dropdown-item{
	border-radius: 1.5rem !important;
	border-color: transparent !important;
	max-width: fit-content;
  }
  .btn-primary {
	font-size: 0.6rem;
  }
  .blog-strip, .b-s-ic{
		font-size: 0.5rem !important;
	 }
  }
  
  /* Medium devices (tablets) */
  @media (min-width: 577px) and (max-width: 768px) {
	.offcanvas {
	  width: 300px !important;
	}
	.btn-primary {
		font-size: 0.8rem;
	  }
  }
  
  /* Larger devices (desktops) */
  @media (min-width: 769px) {
	.btn-primary {
		font-size: 0.9rem;
	  }
  }
  
.container-fluid{
	margin: 0px !important;
	width: 100% !important;
	padding: 0px !important;
}

.b-s-btn:hover{
	background-color: #A23E48 !important;
	color: #eef8fa !important;
  }

/* content styling */
.hero {
	padding: 5rem 0;
	background-color: #F2E8DF;
	background: linear-gradient(to right, #dbc1ab, #B8C6DC);
	text-align: center;
	width: 100% !important;
	background: linear-gradient(135deg, #606c83, #bc9599, #fefefe, #1A2B4C);
  background-size: 600% 600%;
  animation: heroGradient 20s ease infinite;
  color: white;
  text-align: center;
  overflow: hidden;
  }
  @keyframes heroGradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }

  .hero-h1 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	letter-spacing: 0.5px;
	color: #1A2B4C;
  }
  
  .text-highlight {
	color: #A23E48;
	background: linear-gradient(to right, #A23E48, #872D3A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  

  .hero p {
	color: #3B3B3B;
	max-width: 600px;
	margin: 0 auto 2rem;
	font-size: 1.1rem;
  }

  .btn-primary {
	background-color: #A23E48 !important;
	color: #FFFFFF !important;
	border: none !important;
	padding: 0.75rem 1.5rem !important;
	border-radius: 0.5rem !important;
	cursor: pointer !important;
	transition: all 0.3s ease-in-out !important;
	margin: 0.5rem !important;
	text-decoration: none !important;
	white-space: nowrap !important;     /* 🧠 prevents text from wrapping */
	display: inline-block !important;   /* ensures proper layout */
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 10px rgba(162, 62, 72, 0.2); /* optional soft shadow */
  }
  
  .btn-primary:hover {
	background-color: #872D3A !important;
	transform: translateY(-1px); /* subtle hover lift */
	box-shadow: 0 6px 14px rgba(135, 45, 58, 0.25);
  }
  
  
  .btn-blue-btn{
	background-color:transparent !important;
	color: #1A2B4C !important;
	border-color: #1A2B4C !important;
	text-decoration: none;
  }
  .btn-blue-btn:hover {
	background-color: #1A2B4C !important;
	color: #FFFFFF !important;
  }

  .btn-secondary {
	background-color: transparent !important;
	border: 2px solid #A23E48 !important;
	color: #A23E48 !important;
	padding: 0.65rem 1.4rem !important;
	border-radius: 0.5rem !important;
	cursor: pointer !important;
	transition: all 0.3s ease-in-out !important;
	margin: 0.5rem !important;
	text-decoration: none !important;
	white-space: nowrap !important;         /* 👈 prevent text wrap */
	display: inline-block !important;       /* 👈 keep layout clean */
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.4px;
	box-shadow: 0 2px 8px rgba(162, 62, 72, 0.1); /* subtle border glow */
  }
  
  .btn-secondary:hover {
	background-color: #A23E48 !important;
	color: #FFFFFF !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(135, 45, 58, 0.2);
  }
  



  .feature-card {
	background-color: #FFFFFF;
	padding: 1.5rem;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, background 0.3s ease;
  }

  .feature-card:hover {
	background-color: #F2E8DF;
	transform: translateY(-5px);
  }

  .feature-card-h3 {
	color: #A23E48;
	margin-bottom: 0.5rem;
  }

  .content-section {
	padding: 3rem 2rem;
	background-color: #F6F1EB;
	text-align: center;
  }

  .content-section h2 {
	font-size: 2rem;
	color: #1A2B4C;
	margin-bottom: 1rem;
  }

  .content-section p {
	color:  #3B3B3B;
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.1rem;
  }

  .bg-cubical-red {
	background-color: #A23E48 !important; /* your red tone */
	color: #fff;
	font-size: 0.75rem;
	padding: 0.35em 0.6em;
	font-weight: 500 !important;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  }

  @keyframes softPulse {
	0% {
	  transform: translate(-50%, -50%) scale(1) !important;
	  background-color: #1A2B4C !important; /* Original red */
	  opacity: 1;
	}
	50% {
	  transform: translate(-50%, -50%) scale(1.2) !important;
	  background-color: #666 !important; /* Lighter red */
	  opacity: 0.8;
	}
	100% {
	  transform: translate(-50%, -50%) scale(1) !important;
	  background-color: #A23E48 !important;
	  opacity: 1;
	}
  }
  
  
  .pulse-badge {
	animation: softPulse 1.8s ease-in-out infinite !important;
	transition: all 0.3s ease !important;
	will-change: transform, opacity, background-color !important;
  }
  
  .scroll-box {
	max-height: 200px;
	overflow-y: auto;
	scrollbar-width: thin;
  }
  .btn-primary{
	background-color: #A23E48 !important;
	color: #eef8fa;
  }
  .btn-primary:hover{
	background-color: #872D3A !important;
  }
  .btn-outline-primary{
	color: #A23E48 !important;
	border-color: #A23E48 !important;
  }
  .btn-outline-primary:hover{
	background-color: #872D3A !important;
	color: #eef8fa !important;
  }
  .btn-cubicals {
	background-color: #A23E48 !important;
	color: white !important;
	&:hover {
	  background-color: #872D3A !important;
	  color: #fff !important;
	}
  }

  .card {
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	
  }
  .card:hover {
	transform: translateY(-10px) !important;
	box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1) !important;
  }

  select.form-select {
	background-color: white;
	border: 1px solid #ddd;
	color: #333;
  }
  
  select.form-select:focus {
	border-color: #A23E48;
	box-shadow: 0 0 0 0.2rem rgba(162, 62, 72, 0.25);
  }

  .search-input{
	height: 35px;
	padding: 3px 15px 3px 15px !important;
  }
  .search-btn{
	height: 35px;
	padding: 3px 15px 3px 15px !important;
  }
  .search-btn:hover{
	background-color: #A23E48 !important;
  }
  .search-input.form-control:focus {
	box-shadow: none !important; /* Your theme color */
	border-color: #A23E48 !important;
  }

  .category-scroller::-webkit-scrollbar {
	height: 6px;
  }
  .category-scroller::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
  }
  .category-scroller::-webkit-scrollbar-track {
	background: transparent;
  }
.category-scroller-btn{
	width:max-content !important;
	min-width: fit-content !important;
	padding: 3px 10px 3px 10px !important;
	margin: 3px !important;
	border-radius: 10px !important;
}  

.pagination .page-link {
    color: #A23E48;
    border: 1px solid #dee2e6;
  }

  .pagination .page-item.active .page-link {
    background-color: #A23E48;
    border-color: #A23E48;
    color: white;
  }

  .pagination .page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    background-color: #f8f9fa;
  }
  
  .category-10th-btn{
	color: #da75f1 !important;
	border-color: #da90eb !important;
  }
  .category-10th-btn:hover{
	color: #222 !important;
	background-color: #da90eb !important;
  }


  /* translator  */
   #google_translate_element .goog-te-gadget {
    font-size: 0 !important; /* hide default "Powered by Google" text label spacing (branding will still show in dropdown) */	
}
.goog-te-gadget>span{
	display: none !important;
}
  /* Style the <select> itself like Bootstrap */
  /* Style the Google Translate select box */
/* .goog-te-combo {
  background-color: rgba(150, 150, 183, 0.5) !important;
  color: #1A2B4C !important;
  border: none !important;
  box-shadow: 0px 4px 2px #666 !important;
  padding: 5px !important;
  border-radius: 1rem !important;
  transition: background-color 0.5s ease !important;
} */

/* On hover/focus */
.goog-te-combo:hover,
.goog-te-combo:focus {
  background-color: #F2E8DF !important;
}




  .goog-te-combo{
	color: #1A2B4C !important;
	margin: 5px;
	width: fit-content;
	max-width: 120px !important;
	background-color: transparent !important;
	  transition-duration: 0.8s !important;
	  padding: 5px 10px 5px 10px !important;
	border-radius: 2rem !important;
	border: 2px solid #F2E8DF !important;
	font-size: 1rem !important;
  }
  .goog-te-combo:hover{
	border: 2px solid #eef8fa !important;
	color: #1A2B4C !important;
	background-color: #eef8fa !important;
	border-radius: 1.5rem;
	box-shadow: 
	  0 4px 6px rgba(100, 155, 180, 0.8),   
	  inset 0 1px 2px rgba(255, 255, 255, 0.3), 
	  0 2px 4px rgba(0, 0, 0, 0.05);      
	transition: all 0.3s ease;
  }
 .goog-te-combo option {
    background-color: #eef8fa !important;
  color: #1A2B4C !important;
  border: none !important;
  box-shadow: 0px 4px 2px #666 !important;
  padding: 5px !important;
  border-radius: 1rem !important;
  transition: background-color 0.5s ease !important;
  }

  /* Prevent layout shift when Google injects elements */
  .goog-te-gadget img { display: none; }           /* hide small icon inside widget */
  .goog-logo-link { display: none !important; }  
  .VIpgJd-ZVi9od-14eHX-hSRGPd{display: none !important;} 



  /* .dropdown-menu{
	background-color: rgba(150, 150, 183, 0.5) !important;
	color: #1A2B4C !important;
	border: none !important;
	border-color: antiquewhite;
	box-shadow: 0px 4px 2px #666;
	padding: 5px;
	transition-duration: 0.5s !important;
  }
  .dropdown-item{
	border-radius: 1.5rem !important;
	border-color: transparent !important;
	max-width: fit-content;
  } */