/* Logo Doctorweb */
:root {
	--color-client1: #06386f;
	--color-client2: #1f689f;
	--color-client3: #f0f0f0;
	--color-client4: #cdc7c7;
	--color-client5: #666666;
	--color-client6: #2d2d2d;
	--color-client7: #ebe5e5;
	--color-client8: #1a5276;
}
.doctorweb .doc1 {
	width: 2%;
	animation: 10s doc infinite ease;
}
.doctorweb .doc2 {
	width: 10%;
}
@keyframes doc {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
	90% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/* Logo Doctorweb */
.btn-whatsapp {
	display: block;
	width: 75px;
	height: 75px;
	position: fixed;
	right: 2px;
	bottom: 2px;
	border-radius: 100px;
	text-align: center;
	z-index: 999;
	font-size: 60px;
	background-image: linear-gradient(
		to top,
		#00ba85,
		#00c17f,
		#00c778,
		#12cd70,
		#25d366
	);
	transition: 0.5s;
	border: 3px solid rgba(255, 255, 255, 0.5);
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.btn-whatsapp i {
	color: #fff;
	transition: 0.5s;
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btn-whatsapp span {
	font-size: 0.2em;
	position: absolute;
	right: 0px;
	top: -10px;
	width: 20px;
	height: 20px;
	background-color: #de2f36;
	color: #fff;
	border-radius: 100px;
	line-height: 20px;
	-webkit-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both
		scale-in-center;
	animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both scale-in-center;
	animation-delay: 1s;
}
@keyframes iconw {
	0%,
	100% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1);
	}
}
.btn-whatsapp p {
	background: #f2f2f2;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	right: 20px;
	font-size: 14px;
	border: 4px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px 20px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px,
		rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
	line-height: normal;
	-webkit-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both
		slide-in-right;
	animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both slide-in-right;
	width: 200px;
	animation-delay: 1.5s;
}

.btn-whatsapp .close {
	font-size: 0.25em;
	color: #95a0a8;
	border-radius: 100px;
	-webkit-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both
		scale-in-center;
	animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both scale-in-center;
	background-color: #f2f2f2;
	bottom: 80px;
	right: 15px;
	z-index: 999;
	padding: 1px;
	width: 20px;
	height: 20px;
	position: absolute;
	text-decoration: none;
	border: 1px solid #f2f2f2;
	line-height: 1;
	animation-delay: 2s;
}
.wtext {
	transform: scale(0);
	transition: 0.5s ease;
}
.show {
	transform: scale(1) !important;
	transition: 0.5s ease;
}
@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: var(--color-client1);
	transition: 0.5s;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--color-client2);
	transition: 0.5s;
}
.social-bar {
	position: fixed;
	right: 0.5%;
	top: 40%;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 1000;
	cursor: pointer;
}
.icono {
	color: #fff !important;
	text-decoration: none;
	height: 50px;
	width: 50px;
	display: flex;
	transition: all 0.5s;
	margin-top: 10%;
	position: relative;
	border-radius: 100px;
	/* border: 2px solid rgba(255, 255, 255, 0.5); */
	background-color: var(--color-client1);
	transition: all 0.5s ease;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
/* .icono:hover {
    border: 2px solid #88ca51;
    transition: all 0.5s ease;
    border: 3px solid rgba(255, 255, 255, 0.5);
  } */
.icono:before {
	background-color: var(--color-client2);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 30px;
	left: 0;
	top: 0;
	z-index: -1;
	transform: scale(0, 0);
	transition: all 0.5s ease;
}
.icono:hover:before {
	z-index: 1;
	transform: scale(1.1);
	transition: all 0.5s ease;
}
.icono span {
	background: #fff;
	padding: 5%;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 0.5em;
	border-radius: 10px;
	color: var(--color-client2);
	position: absolute;
	right: 55px !important;
	top: 5px !important;
	transform: scale(0);
	width: max-content;
}
.icono:hover span {
	transition: all 0.5s ease;
	transform: scale(1);
}
.icono .fa {
	z-index: 2;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.icono .fab {
	z-index: 2;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.scroll-top {
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: fixed;
		bottom: 105%;
		left: 20px;
		font-size: 24px;
		z-index: 99;
		background: var(--color-client1);
		color: #ffffff;
		text-align: center;
		cursor: pointer;
		transition: 1s ease;
		border-radius: 50%;
	}
	.social-bar {
		position: fixed;
		right: 0.5%;
		top: 50%;
		font-size: 1.5rem;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 1000;
		cursor: pointer;
	}
	.icono {
		color: #fff !important;
		text-decoration: none;
		height: 40px;
		width: 40px;
		display: flex;
		transition: all 0.5s;
		margin-top: 10%;
		position: relative;
		border-radius: 100px;
		/* border: 2px solid rgba(255, 255, 255, 0.5); */
		background-color: var(--color-client1);
		transition: all 0.5s ease;
		border: 2px solid rgba(255, 255, 255, 0.5);
	}
	.centertextr {
		text-align: center;
	}
	.doctorweb .doc1 {
		width: 6%;
	}
	.doctorweb .doc2 {
		width: 35%;
	}
	.doctorweb {
		display: block;
	}
}

/* ===========================
   Benefits Section Styles
=========================== */
.benefit-card {
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s ease;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.benefit-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.benefit__title {
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.benefit__desc {
	line-height: 1.6;
	font-size: 0.95rem;
	opacity: 0.9;
}

.cta-benefit-white {
	padding: 40px 30px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-benefit-white h4 {
	font-weight: 600;
	font-size: 1.5rem;
}

.cta-benefit-white p {
	opacity: 0.9;
	margin-bottom: 25px;
}

.cta-benefit-white .btn {
	padding: 12px 25px;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
	margin: 5px;
}

.cta-benefit-white .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.benefit-card {
		margin-bottom: 30px;
		padding: 25px 15px;
	}

	.benefit__title {
		font-size: 1.1rem;
	}

	.benefit__desc {
		font-size: 0.9rem;
	}

	.cta-benefit-white {
		padding: 30px 20px;
	}

	.cta-benefit-white .btn {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
}

/* ===========================
   FAQ Section Styles
=========================== */
.faq-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	overflow: hidden;
}

.faq-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: radial-gradient(
			circle at 20% 80%,
			rgba(6, 56, 111, 0.05) 0%,
			transparent 50%
		),
		radial-gradient(
			circle at 80% 20%,
			rgba(31, 104, 159, 0.05) 0%,
			transparent 50%
		);
	pointer-events: none;
}

.faq-section .container {
	position: relative;
	z-index: 1;
}

/* Accordion styling improvements */
.faq-section .accordion {
	background: transparent;
}

.faq-section .accordion-item {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(6, 56, 111, 0.1);
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq-section .accordion__title {
	background: transparent;
	border: none;
	color: var(--color-client1);
	font-weight: 600;
	transition: color 0.3s ease;
}

.faq-section .accordion__title:hover {
	color: var(--color-client2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.faq-section .accordion-item {
		margin-bottom: 10px;
	}
}

.footer-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}

.footer-nav li {
	display: inline-block;
}

@media (min-width: 768px) {
	.footer-nav {
		flex-direction: row;
		gap: 40px;
	}
}
