:root {
	--primary-blue: #0037FF;
	--text-dark: #2D3748;
	--text-light: #4A5568;
}
.gt-section{
    padding: 4rem 0;
}
.gt-section-header{
    text-align: center;
    margin-bottom: 3rem;
    font-family: inter;
    font-size: large;
}

#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/api/placeholder/1920/1080') center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.hero-highlight {
    color: var(--primary-orange);
}

.hero-description {
    font-size: 1.1rem;
    color: #e5e5e5;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 600px;
}

.btn-trial {
    background-color: var(--primary-blue);
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 0.375rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-trial:hover {
    background-color: #002cd9;
    color: white;
    transform: translateY(-2px);
}

.text-small {
    font-size: 0.875rem;
    color: #a0a0a0;
    margin-top: 0.5rem;
}

 
.gt-section-dark{
    background-color: var(--text-light);
}
.gt-section-light{
    background-color: var(--text-light);
}
.navbar {
	padding: 1rem 0rem;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.navbar-brand img {
	height: 32px;
	width: auto;
}

.nav-link {
	color: var(--text-dark) !important;
	font-weight: 500;
	padding: 0.5rem 1rem !important;
	transition: color 0.3s ease;
}

.nav-link:hover {
	color: var(--primary-blue) !important;
}

.dropdown-toggle::after {
	vertical-align: middle;
	margin-left: 0.3em;
}

.btn-trial a{
	background-color: var(--primary-blue);
	color: white !important;
	padding: 0.625rem 1.25rem;
	border-radius: 0.375rem;
	font-weight: 500;
	transition: background-color 0.3s ease;
    border: 1px solid var(--primary-blue);
}

.btn-trial a:hover {
	background-color: #ffffff;
	color: var(--primary-blue);
}

.navbar-toggler {
	border: none;
	padding: 0.5rem;
}

.navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}



/* footer style */
.footer {
    background-color: var(--dark-blue);
    color: white;
    padding: 4rem 0 2rem;
}
.footer-logo {
    width: 230px;
}
.footer-logo a img,
.footer-logo a{
    margin: 0px !important;
}
.footer h5 {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: white;
}

.footer-newsletter input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem 0 0 0.375rem;
}

.footer-newsletter input:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.footer-newsletter input::placeholder {
    color: var(--text-light);
}

.footer-newsletter .btn-subscribe {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0 0.375rem 0.375rem 0;
    font-weight: 500;
}

.footer-newsletter .btn-subscribe:hover {
    background-color: #002cd9;
}

.social-links {
    margin-top: 1.5rem;
}

.social-links a {
    color: var(--text-light);
    margin-right: 1.25rem;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: white;
}

.footer-bottom {
    padding-top: 2rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: white;
}

.copyright {
    color: var(--text-light);
    font-size: 0.875rem;
}


/* Coming soon */

#comingsoon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/api/placeholder/1920/1080') center/cover no-repeat fixed;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
}
.coming-soon {
    padding: 80px 0;
    text-align: center;
    color: white;
}
.logo {
    margin-bottom: 3rem;
    max-width: 180px;
    height: auto;
}
.countdown {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 3rem 0;
}
.countdown-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    min-width: 120px;
}
.countdown-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-orange);
    margin-bottom: 0.5rem;
}
.countdown-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #e5e5e5;
}
.notification-form {
    max-width: 500px;
    margin: 0 auto;
}
.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.8rem 1.2rem;
    border-radius: 4px;
}
.form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    box-shadow: none;
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.btn-notify {
    background-color: var(--primary-blue);
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-notify:hover {
    background-color: #002cd9;
    transform: translateY(-2px);
    color: white;
}
.social-links {
    margin-top: 3rem;
}
.social-links a {
    color: white;
    margin: 0 1rem;
    font-size: 1.5rem;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.social-links a:hover {
    opacity: 1;
    transform: translateY(-2px);
}
.countdown {
    flex-wrap: wrap;
    gap: 1rem;
}
.countdown-item {
    min-width: 100px;
    padding: 1rem;
}
.countdown-number {
    font-size: 2rem;
}
.title {
    font-size: 2.2rem;
}
.subtitle {
    font-size: 1.1rem;
}