.success-message{background-color: #d4edda;color: #155724;padding: 12px 20px;border: 1px solid #c3e6cb;border-radius: 6px;width: fit-content;margin: 10px auto;text-align: center;opacity: 1;transition: transition: opacity 2s ease;}
.socila_media{position: relative;}
.display_inline{display: inline-block;margin-right: 5px;}
.whatsapp_float {position: fixed;width: 60px;height: 60px;bottom: 20px;left: 20px;color: #FFF;border-radius: 50px;text-align: center;font-size: 30px;/*box-shadow: 2px 2px 3px #999;*/z-index: 100;}
.whatsapp_icon {width: 100%;height: 100%;padding: 10px;box-sizing: border-box;}
.successmsg{color: #008000;}
.hidden{display: none;}
.cover-img .main-container {width: 100%;height: 700px;background: #f7f7f7;padding: 20px;position: relative; /* important */border-radius: 10px;}
/* Light shade floating card */
.cover-img .floating-card {position: absolute;top: 540px;left: 87%;transform: translateX(-50%);width: 18%;background: rgba(255, 255, 255, 0.5);padding: 20px;border-radius: 12px;/* Light shadow */box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);z-index: 10;}
.kd-pricing-section {text-align: center;padding: 60px 20px;background: #f7f7f7;}
.kd-title {font-size: 32px;margin-bottom: 5px;}
.kd-subtitle {color: #666;margin-bottom: 40px;font-size: 16px;}
.kd-pricing-wrapper {display: flex;justify-content: center;gap: 25px;flex-wrap: wrap;}
.kd-card {width: 300px;background: #ffffff;border-radius: 14px;padding: 25px;position: relative;box-shadow: 0 10px 25px rgba(0,0,0,0.08);transition: 0.3s;}
.kd-card:hover {transform: translateY(-5px);}
.kd-card h3 {font-size: 22px;margin-bottom: 10px;}
.kd-price {font-size: 32px;font-weight: bold;margin-bottom: 20px;color: #ff5722;}
.kd-price span {font-size: 14px;color: #777;margin-left: 3px;}
.kd-card ul {list-style: none;padding: 0;margin: 0 0 25px 0;}
.kd-card ul li {padding: 8px 0;color: #444;border-bottom: 1px solid #eee;}
.kd-btn {display: inline-block;background: #ff5722;color: #fff;padding: 10px 18px;border-radius: 30px;text-decoration: none;transition: 0.3s;}
.kd-btn:hover {background: #e24c1d;}
/* Highlight Middle Card */
.popular {border: 2px solid #ff5722;transform: scale(1.05);}
.kd-badge {position: absolute;top: -12px;right: 15px;background: #ff5722;color: #fff;padding: 5px 12px;border-radius: 20px;font-size: 12px;}
.user_profile-layer{position: absolute;top: 13%;left: 83%;right: 0;z-index: 1;background: #fff;-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);width: 21%;text-align: center;padding: 0 65px;font-size: 24px;height: 29px;line-height: 30px;font-weight: bold;}
.font18{font-size: 18px;}
.aboutus-section{text-align: center;margin: 0px 120px;}
.header-menu{margin-right: 65px !important;right: 0px;position: absolute;}
.contact-mobile{position: absolute;left: 0px;}
.mb10{margin-bottom: 10px;} 
.mb15{margin-bottom: 15px;} 
.mb20{margin-bottom: 20px;} 
.mb25{margin-bottom: 25px;} 
.mb30{margin-bottom: 30px;} 
.profile-photos .gallery-item img {width: 100%;border-radius: 8px;cursor: pointer;}
.monthly_yearly_plan .toggle-radio {position: relative;width: 140px;height: 44px;background: #e5e7eb;border-radius: 50px;display: flex;align-items: center;font-family: Arial, sans-serif;overflow: hidden;display: inline-flex;margin: 20px 0px;}
.monthly_yearly_plan .toggle-radio input {display: none;}
.monthly_yearly_plan .toggle-radio .option {width: 50%;text-align: center;cursor: pointer;z-index: 2;font-size: 14px;font-weight: 600;color: #555;transition: color 0.3s ease;}
.monthly_yearly_plan .toggle-radio .slider {position: absolute;width: 50%;height: 100%;background: #4f46e5;border-radius: 50px;left: 0;transition: all 0.3s ease;}
/* Active states */
.monthly_yearly_plan #on:checked ~ .slider {left: 50%;}
.monthly_yearly_plan #off:checked ~ label.off,
.monthly_yearly_plan #on:checked ~ label.on {color: #fff;}
.iti--allow-dropdown{width: 100%}
.float-right{float: right;}

/*FAQ CSS*/
.faq-container{max-width:800px;margin:auto;}
.faq-title{text-align:center;font-size:32px;margin-bottom:30px;color:#222;}
.faq-item{background:#fff;border-radius:8px;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,0.05);overflow:hidden;}
.faq-question{padding:18px 20px;font-size:18px;cursor:pointer;position:relative;font-weight:600;color:#17224D;}
.faq-question::after{content:"+";position:absolute;right:20px;font-size:22px;}
.faq-item.active .faq-question::after{content:"−";}
.faq-answer{max-height:0;overflow:hidden;transition:all 0.3s ease;padding:0 20px;color:#555;line-height:1.6;}
.faq-item.active .faq-answer{max-height:fit-content;padding:15px 20px 20px;}

.view-profile{width: auto;float: right;position: absolute;bottom: 6px;left: 0px;display: inline;border-radius: 15px;}
.two-line-text {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;margin-top: 15px;}
.footer-icons{position: relative;bottom: 6px;padding-top: 20px;}
.ml10{margin-left: 10px;}

/* Dropdown */
.header-menucls .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 200px;
	display: none;
	flex-direction: column;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.header-menucls .dropdown-menu li a {
	/*color: #333 !important;*/
	padding: 5px 5px !important;
	margin-left: 20px !important;
	float: left !important;
}

/* Show dropdown on hover */
.header-menucls.dropdown:hover .dropdown-menu {
	display: block;
}