/* /Components/Footer/ContactInfo.razor.rz.scp.css */
.space-y-4[b-hxv1zlcdgh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.text-xl[b-hxv1zlcdgh] {
    font-size: 1.25rem;
    color: var(--text-primary);
    font-weight: 600;
    letter-spacing: -0.025em;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

    /* Underline effect for heading */
    .text-xl[b-hxv1zlcdgh]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2rem;
        height: 2px;
        background: var(--accent-color);
        transition: width 0.3s ease;
    }

    .text-xl:hover[b-hxv1zlcdgh]::after {
        width: 100%;
    }

.mb-4[b-hxv1zlcdgh] {
    margin-bottom: 1rem;
}

.text-slate-300[b-hxv1zlcdgh] {
    color: var(--text-secondary);
}

.space-y-2[b-hxv1zlcdgh] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

    /* Contact item styling */
    .space-y-2 p[b-hxv1zlcdgh] {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        transition: transform 0.3s ease, color 0.3s ease;
        padding: 0.5rem;
        border-radius: 0.5rem;
        margin: 0;
    }

        .space-y-2 p:hover[b-hxv1zlcdgh] {
            color: var(--text-primary);
            transform: translateX(5px);
            background: rgba(255, 255, 255, 0.05);
        }

/* Icon styling */
.fas[b-hxv1zlcdgh] {
    color: var(--accent-color);
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Address specific styling */
p:last-child[b-hxv1zlcdgh] {
    line-height: 1.6;
}

/* Line breaks in address */
br[b-hxv1zlcdgh] {
    margin: 0.25rem 0;
}

/* Make items appear one by one */
.space-y-2 p[b-hxv1zlcdgh] {
    opacity: 0;
    animation: fadeInUp-b-hxv1zlcdgh 0.5s ease forwards;
}

    .space-y-2 p:nth-child(1)[b-hxv1zlcdgh] {
        animation-delay: 0.1s;
    }

    .space-y-2 p:nth-child(2)[b-hxv1zlcdgh] {
        animation-delay: 0.2s;
    }

    .space-y-2 p:nth-child(3)[b-hxv1zlcdgh] {
        animation-delay: 0.3s;
    }

@keyframes fadeInUp-b-hxv1zlcdgh {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effect for email and phone */
p:nth-child(1)[b-hxv1zlcdgh],
p:nth-child(2)[b-hxv1zlcdgh] {
    cursor: pointer;
}

    p:nth-child(1):hover .fas[b-hxv1zlcdgh],
    p:nth-child(2):hover .fas[b-hxv1zlcdgh] {
        transform: scale(1.2);
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .space-y-2[b-hxv1zlcdgh] {
        gap: 1rem;
    }

    .text-xl[b-hxv1zlcdgh] {
        font-size: 1.125rem;
    }

    p:last-child[b-hxv1zlcdgh] {
        font-size: 0.9375rem;
    }
}

/* Optional: Add a subtle glow effect to icons on hover */
.space-y-2 p:hover .fas[b-hxv1zlcdgh] {
    filter: drop-shadow(0 0 3px var(--accent-color));
}
/* /Components/FooterSectionDev.razor.rz.scp.css */
footer[b-qjugx1859z] {
    background: var(--primary-gradient-end);
    color: var(--text-secondary);
    text-align: center;
    padding: 1rem 0;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-shrink: 0; /* Ensure the footer does not shrink */
}



/* footer-section.css */

/*footer {
    background-color: #1e293b;
    color: white;
    padding: 1.5rem 0;*/ /* Reduced padding */
    /*margin-top: 2rem;*/ /* Reduced margin */
/*}

    footer .container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 1rem;
    }

.footer-logo {
    width: 300px;
    float: left;
}

footer .grid {
    display: grid;*/
    /*gap: 2rem;*/
/*}

footer .grid-cols-1 {
    grid-template-columns: 1fr;
}

footer .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

footer img.Classe_Logo_DiVintage {
    max-width: 150px;
}

footer .Footer_Infos_Controles {
    margin-top: 1rem;*/ /* Reduced margin */
/*}

footer .Footer_Infos_Controles_Identity h3,
footer .Footer_Infos_Controles_Newsletter h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;*/ /* Reduced margin */
/*}

footer .Footer_Infos_Controles_Identity a,
footer .Footer_Infos_Controles_Identity button,
footer .Footer_Infos_Controles_Identity ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    footer .Footer_Infos_Controles_Identity a:hover,
    footer .Footer_Infos_Controles_Identity button:hover,
    footer .Footer_Infos_Controles_Identity ul li a:hover {
        color: #4361EE;
    }

footer .Footer_Infos_Controles_Identity button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.footer-custom {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

footer .Footer_Infos_Controles_Identity ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    footer .Footer_Infos_Controles_Identity ul li {
        margin-bottom: 0.5rem;
    }*/

.footer-custom[b-qjugx1859z] {
    background: linear-gradient(110deg, #1a237e 0%, #0d47a1 100%);
    padding: 4rem 0 2rem;
    color: #fff;
    width: 100%;
    
}

.footer-container[b-qjugx1859z] {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
}

/* Logo Section */
.footer-logo-section[b-qjugx1859z] {
    display: flex;
    align-items: flex-start;
}

.footer-logo[b-qjugx1859z] {
    max-width: 250px;
    height: auto;
}

/* Contact Section */
.contact-info-section[b-qjugx1859z] {
    flex: 1;
    display: flex;
    justify-content: center; /* Center the contact info */
    align-items: center;
    margin-bottom: 1rem;
    text-align : center;
}



    /*.contact-section h3::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background-color: #3b82f6;
    }*/

.contact-info[b-qjugx1859z] {
    display: flex;
    margin-left: 3rem;
    flex-direction: column;
    /*align-items :center;*/
    gap: 1rem;
}

.contact-item[b-qjugx1859z] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

    .contact-item:hover[b-qjugx1859z] {
        color: #fff;
    }

    .contact-item a[b-qjugx1859z] {
        color: #3b82f6;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .contact-item a:hover[b-qjugx1859z] {
            color: #60a5fa;
        }

/* Social Section */
.social-section[b-qjugx1859z] {
    text-align: right;
}

    .social-section h3[b-qjugx1859z] {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

.social-links[b-qjugx1859z] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.social-link[b-qjugx1859z] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

    .social-link:hover[b-qjugx1859z] {
        background: #3b82f6;
        transform: translateY(-2px);
    }

/* Bottom Section */
.footer-bottom[b-qjugx1859z] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom-content[b-qjugx1859z] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.footer-links a[b-qjugx1859z] {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin-left: 1.5rem;
    transition: color 0.3s ease;
}

    .footer-links a:hover[b-qjugx1859z] {
        color: #3b82f6;
    }

@media (max-width: 768px) {
    .footer-container[b-qjugx1859z] {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .footer-logo-section[b-qjugx1859z] {
        justify-content: center;
    }

    .contact-section h3[b-qjugx1859z]::after {
        /*left: 50%;*/
        text-align : center;
        transform: translateX(-50%);
    }

    .contact-item[b-qjugx1859z] {
        justify-content: center;
    }

    .social-section[b-qjugx1859z] {
        text-align: center;
    }

    .social-links[b-qjugx1859z] {
        justify-content: center;
    }

    .footer-bottom-content[b-qjugx1859z] {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-links a[b-qjugx1859z] {
        margin: 0 0.75rem;
    }
}
/* /Components/Funnel.razor.rz.scp.css */


.ClassDivFunnelArgumentsServiceRequest[b-hbx3nn4d5g] {
	display: flex;
	flex-flow: row wrap;
	margin-left: auto;
	margin-right: auto;
	/*	background: red;*/
}

.ClassDivFunnelArguments[b-hbx3nn4d5g] {
	width: 421px;
	padding: 20px;
}

.ClassDivServiceRequest[b-hbx3nn4d5g] {
	/*width: 55%;*/
	width: 984px;
	padding: 20px;
}

/* Styles pour les écrans de moins de 768px */
@media (max-width: 1420px) {
	.ClassDivFunnelArgumentsServiceRequest[b-hbx3nn4d5g] {
		flex-direction: column; /* Disposition en colonne */
		width: 100%;
	}

	.ClassDivFunnelArguments[b-hbx3nn4d5g],
	.ClassDivServiceRequest[b-hbx3nn4d5g] {
		width: 100%; /* Prend toute la largeur */
		padding: 10px; /* Réduit le padding */
		margin-left: auto;
		margin-right: auto;
	}

	.ClassDivFunnelArguments[b-hbx3nn4d5g] {
		width: 680px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Styles pour les écrans de moins de 768px */
@media (max-width: 800px) {
	.ClassDivFunnelArgumentsServiceRequest[b-hbx3nn4d5g] {
		flex-direction: column; /* Disposition en colonne */
		width: 100%;
	}

	.ClassDivFunnelArguments[b-hbx3nn4d5g],
	.ClassDivServiceRequest[b-hbx3nn4d5g] {
		width: 100%; /* Prend toute la largeur */
		padding: 10px; /* Réduit le padding */
		margin-left: auto;
		margin-right: auto;
	}

	.ClassDivFunnelArguments[b-hbx3nn4d5g] {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
/* /Components/FunnelArguments.razor.rz.scp.css */
body[b-64r7ov60hc] {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #f9f9f9;
}

.argumentsHeader[b-64r7ov60hc] {
	background-color: #0078D7;
	color: #fff;
	text-align: center;
	padding: 2rem 1rem;
	outline: none;
}

header h1[b-64r7ov60hc] {
	margin: 0;
	font-size: 2.5rem;
	outline: none;
}

header p[b-64r7ov60hc] {
	font-size: 1.2rem;
	margin-top: 0.5rem;
	outline: none;
}

section[b-64r7ov60hc] {
	padding: 2rem 1rem;
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin-top: 2rem;
}

	section h2[b-64r7ov60hc] {
		font-size: 2rem;
		margin-bottom: 1rem;
		color: #0078D7;
	}

	section p[b-64r7ov60hc] {
		margin-bottom: 1rem;
		font-size: 1rem;
	}

ul[b-64r7ov60hc] {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

	ul li[b-64r7ov60hc] {
		margin-bottom: 0.5rem;
	}

.cta[b-64r7ov60hc] {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.75rem 1.5rem;
	color: #fff;
	background-color: #0078D7;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

	.cta:hover[b-64r7ov60hc] {
		background-color: #005bb5;
	}

footer[b-64r7ov60hc] {
	text-align: center;
	padding: 1rem 0;
	font-size: 0.9rem;
	background-color: #333;
	color: #fff;
	margin-top: 2rem;
}
/* /Components/Header.razor.rz.scp.css */

header[b-puh34xqe8r] {
    background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    top : 0;
    z-index: 999;
    padding: 1rem 0 !important;
}

    /* Add subtle glass effect */
    header[b-puh34xqe8r]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(10px);
        z-index: -1;
    }

.container-fluid[b-puh34xqe8r] {
    padding: 0 2rem;
}

.header-shell[b-puh34xqe8r] {
    gap: 2rem;
}

.brand-link[b-puh34xqe8r] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.services-nav[b-puh34xqe8r] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #f8fafc;
    font-weight: 600;
}

.services-label[b-puh34xqe8r] {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.services-links[b-puh34xqe8r] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.service-link[b-puh34xqe8r] {
    color: #ffffff;
    text-decoration: none;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.service-link:hover[b-puh34xqe8r] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.service-link.active[b-puh34xqe8r] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.7);
}

/* Logo styling */
.img-fluid[b-puh34xqe8r] {
    max-width: 300px;
    height: auto;
    transition: opacity 0.3s ease;
}

    .img-fluid:hover[b-puh34xqe8r] {
        opacity: 0.9;
    }
    

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .container-fluid[b-puh34xqe8r] {
        padding: 0 1rem;
    }

    .header-shell[b-puh34xqe8r] {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .services-nav[b-puh34xqe8r] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .navbar-collapse[b-puh34xqe8r] {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: var(--primary-gradient-start);
        padding: 1rem;
        border-radius: 0 0 12px 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav[b-puh34xqe8r] {
        gap: 0.5rem;
    }

    .nav-item[b-puh34xqe8r] {
        width: 100%;
    }

    .nav-link[b-puh34xqe8r] {
        padding: 0.75rem 1rem !important;
        border-radius: 6px;
    }

        .nav-link:hover[b-puh34xqe8r] {
            background: rgba(255, 255, 255, 0.05);
        }

    .img-fluid[b-puh34xqe8r] {
        max-width: 200px;
    }
}

@media (max-width: 575.98px) {
    header[b-puh34xqe8r] {
        background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        top: 0;
        z-index: 999;
        padding: 1rem 0 !important;
        bottom: 700px;
    }
    .container-fluid[b-puh34xqe8r] {
        padding: 0 0.5rem;
    }

    .services-links[b-puh34xqe8r] {
        flex-direction: column;
        width: 100%;
    }

    .service-link[b-puh34xqe8r] {
        width: 100%;
        text-align: center;
    }

    .img-fluid[b-puh34xqe8r] {
        max-width: 180px;
    }
}
/* /Components/ServiceRequest.razor.rz.scp.css */
:root[b-n7od81lath] {
	/* Professional tech colors inspired by development tools and IDEs */
	--primary-gradient-start: #1E1E1E; /* VS Code dark theme */
	--primary-gradient-end: #252526; /* IDE background */
	--bg-gradient-start: #2D2D2D; /* Darker background */
	--bg-gradient-end: #1E1E1E; /* Lighter background */
	--accent-color: #0099FF; /* React/TypeScript blue */
	--accent-hover: #007ACC; /* Darker tech blue */
	--secondary-accent: #68217A; /* Visual Studio purple */
	--text-primary: #FFFFFF; /* Clear white text */
	--text-secondary: #CCCCCC; /* Softer text */
	--card-bg: #2D2D2D; /* Card background */
	--input-bg: #3C3C3C; /* Input background */
	--success-color: #47D147; /* Success state */
}

.progress-container[b-n7od81lath] {
	width: 100%;
	background-color: #f3f3f3;
	height: 10px;
	position: relative; /* Make the progress bar fixed */
	top: 10px; /* Stick to the top of the viewport */
	left: 0;
	z-index: 1000; /* Ensure it stays above other content */
}

.progress-bar[b-n7od81lath] {
	height: 100%;
	background-color: #4caf50;
	transition: width 0.5s;
}


.spot-booking[b-n7od81lath] {
	display: flex;
	flex-direction: column;
}

.page-container[b-n7od81lath] {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: linear-gradient(145deg, var(--bg-gradient-start), var(--bg-gradient-end));
	color: var(--text-primary);
}

	/* Subtle tech pattern overlay */
	.page-container[b-n7od81lath]::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(rgba(0, 153, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 153, 255, 0.03) 1px, transparent 1px);
		background-size: 40px 40px;
		pointer-events: none;
		z-index: 0;
	}

.content-container[b-n7od81lath] {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 6rem;
	border: none;
	width: 100%;
	min-height: 47rem;
}

/* Stable card styling */
.card[b-n7od81lath] {
	border-radius: 12px !important;
	background: var(--card-bg) !important;
	border: none !important;
}

.card-body[b-n7od81lath] {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

.card-body-content[b-n7od81lath] {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

/* Interactive button styling */
.btn-primary[b-n7od81lath] {
	background: linear-gradient(135deg, var(--accent-color), var(--accent-hover)) !important;
	border: none !important;
	padding: 0.875rem 1.5rem !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: var(--text-primary) !important;
	width: 50%;
	height: auto; /* Allow height to adjust based on content */
	max-height: 4.5rem; /* Set a maximum height for the button */
	line-height: 1.2; /* Set line height to control spacing between lines */
	border-radius: 6px !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 12px rgba(0, 153, 255, 0.15) !important;
	white-space: normal; /* Allow text to wrap */
	overflow: hidden; /* Hide overflow */
	text-overflow: ellipsis; /* Add ellipsis for overflow text */
	display: -webkit-box; /* Use flexbox for webkit browsers */
	-webkit-line-clamp: 2; /* Limit to 2 lines */
	-webkit-box-orient: vertical; /* Set box orientation to vertical */
}

	.btn-primary:hover[b-n7od81lath] {
		transform: translateY(-2px);
		box-shadow: 0 6px 16px rgba(0, 153, 255, 0.25) !important;
	}

/* Modern form styling */
.form[b-n7od81lath] {
	width: 35rem;
	padding: 2.5rem;
	background: var(--card-bg);
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.form-label[b-n7od81lath] {
	display: block;
	text-align: center;
	margin-bottom: 0.5rem;
	font-weight: 500;
	color: var(--text-secondary);
	font-size: 0.875rem;
	letter-spacing: 0.025em;
}

.form-control[b-n7od81lath] {
	width: 100%;
	padding: 0.875rem 1rem !important;
	font-size: 1rem !important;
	line-height: 1.5;
	color: var(--text-primary) !important;
	background: var(--input-bg) !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	transition: all 0.2s ease !important;
}

	.form-control:focus[b-n7od81lath] {
		outline: none;
		border-color: var(--accent-color) !important;
		box-shadow: 0 0 0 2px rgba(0, 153, 255, 0.1) !important;
	}

	.form-control[b-n7od81lath]::placeholder {
		color: #888888;
	}

.usercontent-form-btn[b-n7od81lath] {
	background: linear-gradient(135deg, var(--accent-color), var(--accent-hover)) !important;
	padding: 0.875rem 1.5rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.025em !important;
	border-radius: 6px !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 12px rgba(0, 153, 255, 0.15) !important;
}

	.usercontent-form-btn:hover[b-n7od81lath] {
		transform: translateY(-2px);
		box-shadow: 0 6px 16px rgba(0, 153, 255, 0.25) !important;
	}

/* Card title styling */
.card-title[b-n7od81lath] {
	color: var(--text-primary) !important;
	font-size: 1.75rem !important;
	font-weight: 600 !important;
	margin-bottom: 2rem !important;
	letter-spacing: -0.025em !important;
}

/* Validation styling */
.text-danger[b-n7od81lath] {
	color: #FF4444 !important;
	display: block !important;
	margin-top: 0.5rem !important;
	font-size: 0.875rem !important;
}

/* Utility classes */
.text-center[b-n7od81lath] {
	text-align: center !important;
}

.mb-4[b-n7od81lath] {
	margin-bottom: 1.5rem !important;
}

.mb-3[b-n7od81lath] {
	margin-bottom: 1.5rem !important;
}

.d-grid[b-n7od81lath] {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 1rem !important;
	width: 100% !important;
}

/* Responsive adjustments */
@media (max-width: 720px) {
	.content-container[b-n7od81lath] {
		/*width: 95%;*/
		/*height: 47rem*/
	}

	.btn-primary[b-n7od81lath] {
		background: linear-gradient(135deg, var(--accent-color), var(--accent-hover)) !important;
		border: none !important;
		padding: 0.5rem 1rem !important; /* Reduce padding */
		font-size: 1rem !important;
		font-weight: 500 !important;
		color: var(--text-primary) !important;
		width: 80%;
		/*height: 30%;*/
		max-height: 10rem;
		line-height: 1.2; /* Set line height to control spacing between lines */
		border-radius: 6px !important;
		transition: all 0.3s ease !important;
		box-shadow: 0 4px 12px rgba(0, 153, 255, 0.15) !important;
		white-space: normal; /* Allow text to wrap */
		overflow: hidden; /* Hide overflow */
		text-overflow: ellipsis; /* Add ellipsis for overflow text */
		display: -webkit-box; /* Use flexbox for webkit browsers */
		-webkit-line-clamp: 2; /* Limit to 2 lines */
		-webkit-box-orient: vertical; /* Set box orientation to vertical */
	}

	.form[b-n7od81lath] {
		width: 90%;
		padding: 1.5rem;
		margin: 1rem;
	}

	.card-body[b-n7od81lath] {
		/*padding: 1.5rem !important;*/
	}

	.progress-container[b-n7od81lath] {
		width: 100%;
		background-color: #f3f3f3;
		height: 10px;
		position: relative; /* Make the progress bar fixed */
		top: 10px; /* Stick to the top of the viewport */
		left: 0;
		z-index: 1000; /* Ensure it stays above other content */
	}
}

/* Enhanced sliding animations for questions */
.animate-slide-in[b-n7od81lath] {
	animation: slide-in-b-n7od81lath 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.animate-slide-out[b-n7od81lath] {
	animation: slide-out-b-n7od81lath 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slide-in-b-n7od81lath {
	from {
		opacity: 0;
		transform: translateX(100%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slide-out-b-n7od81lath {
	from {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(-100%);
	}
}

.form-label[b-n7od81lath] {
	display: block;
	text-align: left; /* Changed from center */
	margin-bottom: 0.5rem;
	font-weight: 500;
	color: var(--text-secondary);
	font-size: 0.875rem;
	letter-spacing: 0.025em;
}

.form-control[b-n7od81lath] {
	width: 100%;
	font-size: 1rem !important;
	line-height: 1.5;
	color: var(--text-primary) !important;
	background: var(--input-bg) !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	transition: all 0.2s ease !important;
}

.usercontent-form-btn[b-n7od81lath] {
	margin-top: 1.5rem;
	width: auto; /* Changed from 100% */
	min-width: 200px; /* Minimum width */
	padding: 1rem 2rem !important;
	align-self: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.form[b-n7od81lath] {
		padding: 2rem;
	}

	.usercontent-form-btn[b-n7od81lath] {
		width: 100%;
	}
}

/* /Components/SpotBooking.razor.rz.scp.css */
.selecting-header[b-fm0to6qpa8] {
    /*margin-bottom: 3rem;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; 

    margin-bottom : 2rem;
   
}

.week-selector[b-fm0to6qpa8] {
    
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    

}

    .week-selector button[b-fm0to6qpa8] {
        background-color: #007bff;
        
        border: none;
        border-radius: 5px;
        padding: 5px 10px;
        cursor: pointer;
    }

        .week-selector button:hover[b-fm0to6qpa8] {
            /*background-color: #0056b3;*/
        }

    .week-selector span[b-fm0to6qpa8] {
        margin: 0 10px;
        font-weight: bold;
    }

.board[b-fm0to6qpa8] {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 10px;
    
}

.day-column[b-fm0to6qpa8] {
    
    margin: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    min-width: 150px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch; /* Ensure all spot items have the same height */
}

.spot-list[b-fm0to6qpa8] {
    list-style-type: none;
    padding: 0;
}

.spot-item[b-fm0to6qpa8] {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    flex: 1; /* Ensure all spot items have the same height */
}

    .spot-item.reserved[b-fm0to6qpa8] {
        background-color: #f8d7da;
        cursor: not-allowed;
    }

    .spot-item.selected[b-fm0to6qpa8] {
        background-color: #d0eaff;
    }

    .spot-item p[b-fm0to6qpa8] {
        margin: 0;
    }

    .spot-item:hover[b-fm0to6qpa8] {
        background-color: #f0f0f0;
    }

.confirmation[b-fm0to6qpa8] {
    display: flex;
    gap: 2rem;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    .confirmation p[b-fm0to6qpa8] {
        margin: 0 0 10px 0;
    }

    .confirmation button[b-fm0to6qpa8] {
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        gap: 2rem;
    }

        .confirmation button:hover[b-fm0to6qpa8] {
            background-color: #0056b3;
        }

.modal[b-fm0to6qpa8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-fm0to6qpa8] {
    background-color: white;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

    .modal-content p[b-fm0to6qpa8] {
        font-size: 30px;
    }

    .modal-content button[b-fm0to6qpa8] {
        width: 50%;
        margin: 5px;
    }


@keyframes slide-in-left-b-fm0to6qpa8 {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-in-right-b-fm0to6qpa8 {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-out-left-b-fm0to6qpa8 {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slide-out-right-b-fm0to6qpa8 {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

.slide-in-left[b-fm0to6qpa8] {
    animation: slide-in-left-b-fm0to6qpa8 0.5s forwards;
}

.slide-in-right[b-fm0to6qpa8] {
    animation: slide-in-right-b-fm0to6qpa8 0.5s forwards;
}

.slide-out-left[b-fm0to6qpa8] {
    animation: slide-out-left-b-fm0to6qpa8 0.5s forwards;
}

.slide-out-right[b-fm0to6qpa8] {
    animation: slide-out-right-b-fm0to6qpa8 0.5s forwards;
}


/* Responsive adjustments */
/*@media (max-width: 576px){


    .day-column {
        flex: 1 1 100%;*/ /* Make columns stack vertically on smaller screens */
        /*justify-content :center;
        align-items :center;
    }

    .selecting-header {
        position: sticky;*/ /* Make the header sticky */
        /*top: 4.5rem;*/ /* Position it at the top */
        /*z-index: 1000;*/ /* Ensure it stays above other content */
        /*background-color: white;*/ /* Ensure the background color matches the header */
    /*}
}*/


@media (max-width: 720px) {
    .board[b-fm0to6qpa8] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .day-column:nth-child(5)[b-fm0to6qpa8] {
        grid-column: span 2;
    }

    .day-column[b-fm0to6qpa8] {
        flex: 1 1 100%;
        justify-content: center;
        align-items: center;
    }

    .selecting-header[b-fm0to6qpa8] {
        position: sticky;
        top: 4.5rem;
        z-index: 1000;
        background-color: aliceblue;
        width : 100vw;
    }
}
/* /Pages/AzureMigrations.razor.rz.scp.css */
.azure-page[b-4s5y5irylb] {
    --ink: #0b1b2b;
    --muted: #3a5166;
    --accent: #1f9d73;
    --accent-dark: #0f6f52;
    --sun: #f59e0b;
    --panel: #ffffff;
    --glass: rgba(255, 255, 255, 0.82);
    --border: rgba(15, 42, 68, 0.12);
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at 85% 15%, rgba(32, 166, 120, 0.18), transparent 45%),
        radial-gradient(circle at 10% 20%, rgba(30, 116, 202, 0.15), transparent 55%),
        linear-gradient(135deg, #f8fbff 0%, #eef8f5 60%, #fff7eb 100%);
    padding: 3.5rem 1.5rem 4.5rem;
    position: relative;
    overflow: hidden;
}

.azure-page[b-4s5y5irylb]::before,
.azure-page[b-4s5y5irylb]::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 28% 72% 55% 45%;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(32, 166, 120, 0.12));
    filter: blur(1px);
    opacity: 0.8;
    z-index: 0;
}

.azure-page[b-4s5y5irylb]::before {
    top: -140px;
    right: -120px;
}

.azure-page[b-4s5y5irylb]::after {
    bottom: -160px;
    left: -140px;
}

.azure-shell[b-4s5y5irylb] {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    position: relative;
    z-index: 1;
}

h1[b-4s5y5irylb],
h2[b-4s5y5irylb],
h3[b-4s5y5irylb] {
    font-family: "Fraunces", "Georgia", serif;
    margin: 0;
}

.hero[b-4s5y5irylb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: center;
    animation: rise-b-4s5y5irylb 0.7s ease both;
}

.hero-copy h1[b-4s5y5irylb] {
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.eyebrow[b-4s5y5irylb] {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.75rem;
    color: var(--muted);
    margin-bottom: 0.75rem;
}

.lead[b-4s5y5irylb] {
    font-size: 1.1rem;
    color: var(--muted);
    margin-bottom: 1.5rem;
}

.hero-actions[b-4s5y5irylb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.btn[b-4s5y5irylb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn.primary[b-4s5y5irylb] {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: #fff;
    box-shadow: 0 12px 24px rgba(31, 157, 115, 0.2);
}

.btn.ghost[b-4s5y5irylb] {
    border: 1px solid var(--border);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.7);
}

.btn:hover[b-4s5y5irylb] {
    transform: translateY(-2px);
}

.hero-tags[b-4s5y5irylb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hero-tags span[b-4s5y5irylb] {
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 42, 68, 0.08);
    color: var(--muted);
}

.hero-card[b-4s5y5irylb] {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 18px 40px rgba(15, 42, 68, 0.12);
    animation: float-in-b-4s5y5irylb 0.8s ease both;
}

.hero-card ul[b-4s5y5irylb] {
    margin: 1rem 0 1.5rem;
    padding-left: 1.2rem;
    color: var(--muted);
}

.hero-card li[b-4s5y5irylb] {
    margin-bottom: 0.6rem;
}

.hero-metric[b-4s5y5irylb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(31, 157, 115, 0.12);
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    color: var(--accent-dark);
}

.principles[b-4s5y5irylb] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    animation: rise-b-4s5y5irylb 0.7s ease both;
    animation-delay: 0.1s;
}

.principles-heading p[b-4s5y5irylb] {
    color: var(--muted);
    max-width: 720px;
}

.principles-grid[b-4s5y5irylb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.principle-card[b-4s5y5irylb] {
    background: var(--panel);
    border-radius: 18px;
    padding: 1.6rem;
    border: 1px solid var(--border);
    box-shadow: 0 10px 24px rgba(15, 42, 68, 0.08);
    animation: rise-b-4s5y5irylb 0.7s ease both;
}

.principle-card:nth-child(2)[b-4s5y5irylb] {
    animation-delay: 0.15s;
}

.principle-card:nth-child(3)[b-4s5y5irylb] {
    animation-delay: 0.25s;
}

.principle-card p[b-4s5y5irylb] {
    color: var(--muted);
    margin-top: 0.5rem;
}

.tool[b-4s5y5irylb] {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 28px;
    padding: 2.5rem;
    border: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(15, 42, 68, 0.12);
    animation: rise-b-4s5y5irylb 0.7s ease both;
    animation-delay: 0.2s;
}

.tool-head p[b-4s5y5irylb] {
    color: var(--muted);
    max-width: 760px;
}

.tool-grid[b-4s5y5irylb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.tool-panel[b-4s5y5irylb] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tool-panel h3[b-4s5y5irylb] {
    font-size: 1.3rem;
}

.field-group h4[b-4s5y5irylb] {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.75rem;
}

.field[b-4s5y5irylb] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
}

.field label[b-4s5y5irylb] {
    font-weight: 600;
}

.field input[b-4s5y5irylb] {
    border-radius: 12px;
    border: 1px solid var(--border);
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    font-family: inherit;
    background: #fff;
}

.range-field[b-4s5y5irylb] {
    position: relative;
}

.range-field input[type="range"][b-4s5y5irylb] {
    width: 100%;
}

.range-value[b-4s5y5irylb] {
    font-weight: 700;
    color: var(--accent-dark);
}

.hint[b-4s5y5irylb] {
    font-size: 0.85rem;
    color: var(--muted);
}

.output[b-4s5y5irylb] {
    background: rgba(15, 42, 68, 0.03);
    border-radius: 18px;
    padding: 1.5rem;
}

.balance-bar[b-4s5y5irylb] {
    display: flex;
    height: 14px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(15, 42, 68, 0.08);
    margin: 1rem 0;
}

.bar.azure[b-4s5y5irylb] {
    background: linear-gradient(90deg, #1e3a8a, #0f766e);
}

.bar.onprem[b-4s5y5irylb] {
    background: linear-gradient(90deg, #22c55e, #84cc16);
}

.split-legend[b-4s5y5irylb] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.legend-item[b-4s5y5irylb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.legend-swatch[b-4s5y5irylb] {
    width: 16px;
    height: 16px;
    border-radius: 6px;
}

.legend-swatch.azure[b-4s5y5irylb] {
    background: linear-gradient(90deg, #1e3a8a, #0f766e);
}

.legend-swatch.onprem[b-4s5y5irylb] {
    background: linear-gradient(90deg, #22c55e, #84cc16);
}

.metric-grid[b-4s5y5irylb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.metric-card[b-4s5y5irylb] {
    background: #fff;
    border-radius: 14px;
    padding: 1rem;
    border: 1px solid var(--border);
}

.metric-card p[b-4s5y5irylb] {
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.metric-card span[b-4s5y5irylb] {
    color: var(--muted);
    font-size: 0.85rem;
}

.notice[b-4s5y5irylb] {
    margin-top: 1rem;
    background: rgba(245, 158, 11, 0.15);
    color: #8a5200;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-weight: 600;
}

.assumptions[b-4s5y5irylb] {
    margin-top: 1.5rem;
}

.assumptions ul[b-4s5y5irylb] {
    margin: 0.75rem 0 0;
    padding-left: 1.1rem;
    color: var(--muted);
}

.cta[b-4s5y5irylb] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: linear-gradient(135deg, rgba(31, 157, 115, 0.18), rgba(15, 118, 110, 0.2));
    border-radius: 24px;
    padding: 2.2rem;
    border: 1px solid rgba(31, 157, 115, 0.2);
    animation: rise-b-4s5y5irylb 0.7s ease both;
    animation-delay: 0.25s;
}

.cta p[b-4s5y5irylb] {
    color: var(--muted);
}

@keyframes rise-b-4s5y5irylb {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float-in-b-4s5y5irylb {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 900px) {
    .tool[b-4s5y5irylb] {
        padding: 2rem;
    }

    .cta[b-4s5y5irylb] {
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .azure-page[b-4s5y5irylb] {
        padding: 2.5rem 1rem 3rem;
    }

    .hero-actions[b-4s5y5irylb] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero[b-4s5y5irylb],
    .hero-card[b-4s5y5irylb],
    .principles[b-4s5y5irylb],
    .principle-card[b-4s5y5irylb],
    .tool[b-4s5y5irylb],
    .cta[b-4s5y5irylb] {
        animation: none !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/

.content[b-7kw62fiu9l]{
    margin-left:auto;
    margin-right:auto;

    padding:20px;
    padding-top : 0;
    
    
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-le1dlt4kp3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-le1dlt4kp3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-le1dlt4kp3] {
    font-size: 1.1rem;
}

.oi[b-le1dlt4kp3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-le1dlt4kp3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-le1dlt4kp3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-le1dlt4kp3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-le1dlt4kp3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-le1dlt4kp3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-le1dlt4kp3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-le1dlt4kp3] {
        display: none;
    }

    .collapse[b-le1dlt4kp3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
