﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
font-family: "Plus Jakarta Sans", sans-serif;
color: #505050;
background: #ffffff;
line-height: 1.6;
}

/* 3. Headings (SEO Friendly) */
h1, h2, h3, h4, h5, h6 {
margin: 0 0 30px 0;
font-weight: 600;
font-family: "DM Sans", sans-serif;
color: #011f2d;
}

h1 {
font-size: 42px;
}

h2 {
font-size: 36px;
}

h3 {
font-size: 36px;
}

h4 {
font-size: 24px;
}

h5 {
font-size: 18px;
}

h6 {
font-size: 16px;
}

p {
margin: 0 0 15px 0;
color: var(--body-color);
font-size: 14px;
}

/* 5. Links */
a {
color: var(--primary);
text-decoration: none;
}

a:hover {
color: var(--accent);
text-decoration: none;
}

.lead {
font-weight: 600;
font-size: 18px;
margin: 0 0 30px 0;
}

label {
font-weight: 600;
font-size: 13px;
margin: 0 0 5px 0;
}

#loader {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.5);
z-index: 9999;
text-align: center;
}

#loader .spinner-border {
margin-top: 20%;
width: 3rem;
height: 3rem;
}

#loader p {
color: #fff;
margin-top: 10px;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.form-control {
height: 38px !important;
display: flex;
align-items: center;
font-size: 14px;
}

.form-control:disabled {
background-color: #d6eee2;
opacity: 1;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
color: #6c757d;
font-size: 14px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
color: #6c757d;
font-size: 14px;
text-transform: capitalize;
}

.form-control:focus {
border-color: #01a758;
outline: 0;
box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
border-color: #01a758;
outline: 0;
box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
border-color: #01a758;
box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown {
color: #6c757d;
font-size: 14px;
border-color: #01a758;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
color: #fff;
background-color: #01a759;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
text-transform: lowercase;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
right: 2.25rem;
width: .5rem;
height: .5rem;
}

.btn-orange {
cursor: pointer;
padding: 0 20px;
border-radius: 30px;
font-size: 15px;
font-weight: 600; 
background-color: #FF7A00;
transition: transform 0.3s ease;
display: inline-flex;
align-items: center;
justify-content: center;
height: 45px;
color: #ffffff;
transform: scale(1.0);
gap: 5px;
}

.btn-orange:hover {
transform: scale(1.1);
border: none;
background-color: #FF7A00;
color: #ffffff;
}

.btn-orange:active {
transform: scale(1.1);
}

.btn-green {
cursor: pointer;
padding: 0 20px;
border-radius: 30px;
font-size: 15px;
font-weight: 600;
background-color: #00A659;
transition: transform 0.3s ease;
display: inline-flex;
align-items: center;
justify-content: center;
height: 45px;
color: #ffffff;
transform: scale(1.0);
gap: 5px;
}

.btn-green:hover {
transform: scale(1.1);
border: none;
background-color: #00A659;
color: #ffffff;
}

.btn-green:active {
transform: scale(1.1);
}

.btn-red {
cursor: pointer;
padding: 0 20px;
border-radius: 30px;
font-size: 15px;
font-weight: 600;
background-color: #f00;
transition: transform 0.3s ease;
display: inline-flex;
align-items: center;
justify-content: center;
height: 45px;
color: #ffffff;
transform: scale(1.0);
gap: 5px;
}

.btn-red:hover {
transform: scale(1.1);
border: none;
background-color: #f00;
color: #ffffff;
}

.btn-red:active {
transform: scale(1.1);
}

.menu {
position: fixed;
z-index: 999999;
width: 100%;
background-color: transparent;
padding: 15px 0;
transition: all 0.4s ease;
transition: background-color 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
border-bottom: 1px solid #3b393a14;
}

.menu .menu-wraper {
display: flex;
align-items: center;
justify-content: space-between;
}

.menu .menu-wraper .logo img {
width: 200px;
transition: width 0.4s ease;
}

/* 🔥 Sticky State */
.menu.sticky {
background-color: #ffffff;
padding: 8px 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
opacity: 1;
}
/* Fade-in effect */
.menu.fade-in {
opacity: 0;
}

.menu.sticky .menu-wraper .logo img {
width: 140px; /* smaller logo */
}

.main-slider {
position: relative;
}

.main-slider .overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}

.main-slider .overlay .action-buttons {
display: flex;
align-items: center;
gap: 15px;
margin: 0 0 24px 0;
}

.main-slider .overlay h1 {
margin: 60px 0 15px 0;
}

.contact-section {
margin: 80px 0 0 0;
padding: 60px 24px 80px 24px;
background: #edf8fe;
background: linear-gradient(180deg, rgba(0, 166, 89, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
border-radius: 15px;
}

.contact-section .contact-card {
background-color: #ffffff;
border-radius: 15px;
border: 1px solid #ebf8f2;
padding: 24px 15px;
text-align: center;
}

.contact-section .contact-card h5 {
margin: 0 0 15px 0;
}

.contact-section .contact-card p {
min-height: 67px;
margin: 0;
}

.contact-section .contact-card .card-icon {
margin: 0 auto 20px auto;
height: 70px;
width: 70px;
background-color: #ebf8f2;
border-radius: 100%;
color: #041d40;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
}

.contact-section .contact-card .card-icon i {
color: #00A659;
}

.inner-slider {
background: #edf8fe;
background: linear-gradient(180deg, rgba(0, 166, 89, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
height: 220px;
display: flex;
align-items: end;
padding: 0 0 45px 0;
}
.inner-slider p {margin: 0;}

.form-card {
background: #edf8fe;
background: linear-gradient(180deg, rgba(249, 255, 252, 0.63) 0%, rgba(255, 255, 255, 0) 100%);
border-radius: 15px;
padding: 45px 24px;
border: 1px solid #ebf8f2;
margin: 0 0 45px 0;
}

.qrScanerCard {
min-height: 75vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

#qrreader {
width: 350px;
margin: 0 auto;
border: 3px solid #007bff;
border-radius: 12px;
background: #fff;
padding: 10px;
}

#qrreaderresults {
margin-top: 20px;
font-size: 20px;
color: #008000;
font-weight: bold;
}

.error-text {
color: red;
}

.thankyou-slider {
height: 75px;
padding: 0;
}

.thankyou-section {
padding: 80px 0;
}

.thankyou-section p {
font-size: 16px;
}
.thankyou-section p strong {
color: #00A659;
font-size: 24px;
}

.thankyou-section .btn-orange {
margin: 30px 0 0 0;
}

.thankyou-section .form-card {
min-height: 70vh;
display: flex;
align-items: center;
justify-content: center;
}

.thankyou-section .form-card .thankyou-icon {
margin: 0 auto 24px auto;
height: 80px;
width: 80px;
background-color: #DEFFF0;
border-radius: 100%;
color: #00A659;
display: flex;
align-items: center;
justify-content: center;
font-size: 36px;
}

#lblcompno {
font-weight: 700;
color: #007bff;
}

footer {
background-color: #ebf8f2;
border-top: 1px solid #ebf8f2;
padding: 12px 0;
}

footer p {
margin: 0;
color: #000000;
}

@media screen and (max-width: 1399px) {
.main-slider img {
height: 540px;
object-fit: cover;
object-position: left;
}
.display-2 {
font-size: 66px;
}
.main-slider img {
height: 480px; 
}
}

@media screen and (max-width: 1199px) {
h1 {
font-size: 30px;
}

.lead {
font-size: 16px;
margin: 0 0 24px 0;
}

.main-slider .overlay h1 {
margin: 45px 0 15px 0;
}

.main-slider .overlay .mt-5 {
margin: 24px 0 0 0 !important;
}

.main-slider .overlay h5 {
font-size: 16px;
}

.main-slider .overlay h2.display-2 {
font-size: 48px;
font-weight: 300;
line-height: 1.2;
}
.contact-section .contact-card p {
font-size: 13px;
min-height: 83px;
}
.contact-section .contact-card { 
border-radius: 12px; 
padding: 15px 10px; 
}
.contact-section .contact-card .card-icon {
margin: 0 auto 10px auto;
height: 60px;
width: 60px; 
font-size: 21px;
}
.contact-section {
margin: 60px 0 0 0;
padding: 30px 15px 50px 15px; 
border-radius: 12px;
}
.contact-section .contact-card h5 {
margin: 0 0 10px 0;
font-size: 16px;
}
.thankyou-section {
padding: 60px 0;
}
}

@media screen and (max-width: 991px) {
h2 {
font-size: 30px;
}
.inner-slider { 
height: 240px;
}
.main-slider h1 {
margin: 24px 0 15px 0;
}
.main-slider .lead {
font-size: 14px;
margin: 0 0 15px 0;
}
.main-slider .overlay h2.display-2 {
font-size: 42px;  
}
.contact-section .contact-card p {
font-size: 14px;
min-height: 45px;
}
.main-slider img {
height: 360px;
}
.contact-section {
margin: 40px 0 0 0;
padding: 30px 15px 30px 15px;
}
.form-card { 
border-radius: 12px;
padding: 24px 15px; 
margin: 0 0 40px 0;
}
.qrScanerCard {
min-height: 60vh;
}
.thankyou-slider {
height: 75px;
padding: 0;
}
}


@media screen and (max-width: 767px) {
h2 {
font-size: 27px;
}

.btn-green, .btn-orange {
padding: 0 15px;
font-size: 14px;
height: 42px;
}
.menu .menu-wraper .logo img {
width: 160px;
transition: width 0.4s ease;
}
.menu { 
padding: 7px 0;
}
.main-slider img {
height: 320px;
}
.main-slider .overlay h1 {
margin: 45px 0 10px 0;
font-size: 24px;
}
.main-slider .overlay .mt-5 {
margin: 15px 0 0 0 !important;
font-size: 15px;
}
.main-slider .overlay .action-buttons { 
gap: 10px;
margin: 0 0 15px 0;
}
.main-slider .overlay h2.display-2 {
font-size: 36px;
}
.contact-section .contact-card p {
font-size: 13px;
min-height: 63px;
}
.thankyou-slider {
height: 57px;
padding: 0;
}

}

@media screen and (max-width: 575px) {
h2 {
font-size: 24px;
}
.main-slider img {
height: 500px;
width: 100%;
}
.main-slider .overlay {
top: 100px;
align-items: start;
text-align: center;
}
.main-slider .overlay .action-buttons {
gap: 10px;
margin: 0 0 24px 0;
justify-content: center;
}
.main-slider .overlay h1 {
margin: 0 0 15px 0;
font-size: 27px;
}
.main-slider .lead {
font-size: 15px; 
}
.main-slider .overlay .mt-5 { 
font-size: 16px;
}
.main-slider .overlay h2.display-2 {
font-size: 30px;
font-weight: 600;
}
.main-slider .overlay h2.display-2 b a {
padding: 0 24px;
border-radius: 30px;
background-color: #ffffffd6;
backdrop-filter: blur(5px);
display: inline-flex;
align-items: center;
justify-content: center;
height: 52px;
margin: 24px 0 0 0;
}
.contact-section .contact-card p {
font-size: 15px;
min-height: auto;
}
.main-slider img {
height: 500px;
width: 100%;
object-position: center;
}
.form-card { 
padding: 15px 10px; 
}
.thankyou-section p {
font-size: 14px;
}
.thankyou-section .form-card .thankyou-icon {
margin: 0 auto 20px auto;
height: 75px;
width: 75px;
font-size: 30px;
}
.thankyou-section {
padding: 50px 0;
}
.thankyou-section .btn-orange {
margin: 15px 0 0 0;
}
}