/* Animated Courser */
/* starts*/
.navbar {
	background: linear-gradient(to right, #ffb5ca, #fec5d5);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	z-index: 100;
}

body {
	background: #fff5fc;
	/* font-family: 'Arial', sans-serif; */

	font-family: "Itim", cursive;
	font-weight: 400;
	font-style: normal;
}


.nav-link.active.waves-effect.waves-light{
	font-weight:bold;
}

.tagline {
	font-family: 'Pacifico', cursive;
}

.logo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	z-index: 101;
}

.logo-wrapper img {
	height: 70px;
}

.navbar .container {
	margin-left: 120px;
}

.navbar-nav .nav-link {
	color: #333;
	font-weight: 500;
	margin-right: 1rem;
	transition: color 0.3s ease;
}


.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.navbar-toggler-icon {
	background-image: url('https://mdbootstrap.com/img/svg/hamburger2.svg?color=702163') !important;
}

/* Mobile view adjustments */
@media (max-width: 991px) {
	.logo-wrapper {
		position: static; /* Remove absolute */
		justify-content: flex-start;
		margin-bottom: 0;
		padding: 0;
	}

	.navbar .container {
		margin-left: 0;
	}

	.logo-wrapper img {
		height: 60px;
	}


}
/* ends*/

.custom-cursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	height: 60px;
	background: url('https://acisuperdry.com/assets/images/icons/courser.png') no-repeat center center;
	background-size: contain;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
	transition: transform 0.2s ease-out;
	will-change: transform;
}
/* Animated courser ends */

.messages{
	background-color: #f9d7e8;
}

.card-cascade{
	border: 2px solid #f9d7e8 !important;
}
}

.menu-bg{
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:99px;
}
.slides{
	margin-top:-20px;
}


.buy-tab {
	max-width: 130px;
	background-color: #2e2c77;
	z-index: 5;
	border-radius: 10px;
}

.titles{
	/* color: #8c006a !important; */
	font-weight: bold;
	display: inline-block;
	color: #444  !important;
}

.inner-title{
	background: linear-gradient(90deg, #ae51c3, #d8046e);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

.t-highlight{
	color: #db0273;
}

.t-highlight-inner{
	color: #db0273;
	padding: 14px;
	background: #ffe5fb;
	border-radius: 12%;
}


.f-title {
	color:#f42da7;
}

.bn {
	font-family: "Tiro Bangla", serif;
	font-weight: 400;
	font-style: normal;
}

.bn-itl {
	font-family: "Tiro Bangla", serif;
	font-weight: 400;
	font-style: italic;
}

.comic-neue-light {
	font-family: "Comic Neue", cursive;
	font-weight: 300;
	font-style: normal;
}

.comic-neue-regular {
	font-family: "Comic Neue", cursive;
	font-weight: 400;
	font-style: normal;
}

.comic-neue-bold {
	font-family: "Comic Neue", cursive;
	font-weight: 700;
	font-style: normal;
}
.t-font-h1{
	font-family: "Comic Neue", cursive;
	font-weight: 700;
	font-size:350%;
	font-style: bold!important;
}



.btn {
	color:white;	
	background-color: #8b006a  ! important;
}

.cta {
	display: inline-block;
	width: 220px;
	height: 70px;
	background: url("../images/icons/icon-bg.svg") no-repeat center/contain;
	position: relative;
	text-decoration: none;
}

.ctc {
	display: inline-block;
	width: 220px;
	height: 115px;
	background: url("../images/icons/btn-pad-bg.png") no-repeat center/contain;
	position: relative;
	text-decoration: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.ctc span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #b12254;
	z-index: 2;
	pointer-events: none;
}

/* Disabled state for <a> */
.ctc.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}
.cta span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: white; 
	z-index: 2;
	pointer-events: none;
}



.feature-card {
	background: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	height: 100%;
	opacity: 0.75;
}

.feature-card.active {
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(212, 23, 117, 0.69), inset 0 0 10px rgb(255, 255, 255);
	opacity:1;
}

.feature-icon {
	font-size: 48px;
	margin-bottom: 20px;
	color: #d63384;
}

.feature-title {
	font-size: 1.6rem;
	color: #8a0368;
	margin-bottom: 15px;
	font-weight: 600;
}

.feature-text {
	font-size: 1rem;
	color: #444;
	line-height: 1.6;
}


.bg-color{
	background-color:#a3248f;
}
.copyright-bg{
	background-color:#782863;
}
.bottom-round {
	border-bottom-right-radius: 80px 80px;
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.h1-color{
	color:#a3248f;
}

.bq-purple {
	border-left: 3px solid #a3248f;
}

.text-secondary {
	color: #a6c !important;
}

a{
	text-decoration: none;
}

.nav-item a{
	color: #000000;
}

.text-white-50 a:hover{
	color: red !important;
}

.footer a:hover{
	color: #32493 !important;	
}

a:hover {
	color: #8c006b  !important;
}




.videos {
	background: black;
	padding: 10px;
	border-radius: 20px;
	border: 4px ridge #ec0089;
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}
.pro-hover {
	transition: transform 0.3s;
}
.pro-hover:hover {
	transform: scale(1.05); !important
}


.product-img1 , .product-img2 {
	cursor: pointer;
}


/* FAQ */


.faq-subtitle {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}

.accordion-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.accordion-header {
	background: #fff8fd;
	color: #d90166;
	border: none;
	width: 100%;
	text-align: left;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}

.accordion-header:hover {
	background: #ffdffd;
}

.accordion-body {
	display: none;
	padding: 15px;
	background: #fafafa;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
}

.accordion-body.open {
	display: block;
}

.accordion-header.active::after {
	content: "▲";
	float: right;
}

.accordion-header::after {
	content: "▼";
	float: right;
}

.faq-footer {
	margin-top: 30px;
	text-align: center;
	font-size: 15px;
	color: #444;
}

/* footer */


.site-footer {
	background: #fdfaff;
	color: #4b2964;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto 30px;
	gap: 30px;
}

.footer-brand h3 {
	font-size: 22px;
	color: #A64AC9;
	margin-bottom: 10px;
}

.footer-brand p {
	font-weight: 500;
	color: #8e0086;
}

.footer-links h4,
.footer-social h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #8d006b;
	font-weight: bold;
}

.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	margin-bottom: 8px;
}

.footer-links ul li a {
	color: #8e0086 !important;
	text-decoration: none;
	font-weight: 500;
}

.footer-links ul li a:hover {
	text-decoration: underline;
}

.footer-social .social-icons a {
	display: block;
	margin-bottom: 8px;
	color: #5a2d82;
	text-decoration: none;
}

.footer-social .social-icons a:hover {
	text-decoration: underline;
}

.social-icons {
	margin: 10px 0;
}
.social-icons a {
	background: #ffe5fb;
	margin: 0 8px;
	padding: 14px;
	border-radius: 12%;
	display: inline-block;
	transition: background 0.3s ease, transform 0.3s ease;
	font-size: 20px;
	color: #8c006a !important;
}
.social-icons a:hover {
	background: #f8efef;
	transform: translateY(-3px);
}

.footer-bottom {
	text-align: center;
	font-size: 14px;
	color: #8e0086;
	padding-top: 15px;
}

@media (max-width: 768px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* mental health  */

.mh{
	background: #fff;
	border-radius: 20px;
}

.ajaxForm{
	border: 1px solid #fbcdf0;
	border-radius:20px;
}
.question-card {
	background-color: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	min-height: 200px;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.option-card {
	border: 1px solid #f8d7da;
	border-radius: 12px;
	padding: 14px 16px;
	margin: 10px 0;
	cursor: pointer;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(255,192,203,0.15);
	transition: all 0.3s ease;
	width: 100%;
}

.option-card:hover {
	background-color: #fff5f9;
	border-color: #ffe4f8;
}

.option-card input[type="radio"] {
	display: none;
}

.option-card.selected {
	background-color: #ffe4ec;
	border-color: #ffe4f8;
}

.progress {
	height: 14px;
	border-radius: 10px;
	background-color: #ffe0f0;
}

.progress-bar {
	background-color: #8d006b !important;
	transition: width 0.6s ease-in-out;
}

.btn-primary {
	background: linear-gradient(to right, #f9a8d4, #c084fc);
	border: none;
	border-radius: 999px;
	padding: 10px 24px;
}

.btn-secondary {
	border-radius: 999px;
}

#result {
	display: none;
}

.fade-out {
	opacity: 0;
	transform: translateX(-30px);
}

.fade-in {
	opacity: 1;
	transform: translateX(0);
}

@media (min-width: 576px) {
	.option-card {
		display: inline-block;
		width: auto;
		margin-right: 10px;
	}
}

/* mental health ends */

/* buy now */

.buy-now-fab{
	cursor: pointer;
	position: fixed;
	z-index: 99;
	width: 100px;
	height: auto;
	margin: 20px;
	bottom: 20px;
	right: 0;
	animation: wiggle 13s ease-in-out infinite;

}

.buy-now-fab:hover{ transform: translateY(-2px); filter: brightness(1.05); }
.buy-now-fab:active{ transform: translateY(0) scale(.98); }
@media (max-width: 480px){
	:root{ --buy-size: 62px; --buy-gap: 14px; }
}




@keyframes wiggle {
	/* Wiggle happens in the first ~9% of the timeline (≈1s of 11s) */
	0%   {transform: rotate(0deg);}
	2%   {transform: rotate(10deg);}
	4%   {transform: rotate(-10deg);}
	6%   {transform: rotate(20deg);}
	8%   {transform: rotate(-5deg);}
	9%   {transform: rotate(0deg);}

	/* Pause: hold still for the remaining 91% (≈10s) */
	100% {transform: rotate(0deg);}
}



/* FAQ TABs */

.faq-tab {
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0.5;
	transform: scale(0.7);
}

.faq-tab.active {
	font-weight: bold;
	opacity: 1;
	transform: scale(1);
}

.faq-section {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.faq-section.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  position: relative;
}
