@import url(https://unicons.iconscout.com/release/v4.0.0/css/line.css);
/* Restore Icon Visibility and Global Icons */
.material-icons{font-family:"Material Icons";font-weight:400;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}
.fas, .fab, .far, .fa-solid, .fa-regular, .fa-brands { 
    display: inline-block !important; 
    font-size: inherit; 
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    vertical-align: middle;
}
.fas.fa-phone.header-icon, .fas.fa-envelope.header-icon { color: #28A3DC !important; }
.btn-floating i { color: #ffffff !important; font-size: 22px !important; display: flex !important; align-items: center; justify-content: center; }
:root{color-scheme:light only}
/* Utility Classes for Header & Layout */
.hidden { display: none !important; }
.flex { display: flex !important; }
.items-center { align-items: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-center { justify-content: center !important; }
.justify-start { justify-content: flex-start !important; }
.justify-end { justify-content: flex-end !important; }
.flex-1 { flex: 1 1 0% !important; }
.max-w-4xl { max-width: 56rem !important; }
.max-w-7xl { max-width: 80rem !important; }
.max-w-\[85rem\] { max-width: 85rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.pt-3 { padding-top: 0.75rem !important; }

@media (min-width: 768px) {
    .md\:flex { display: flex !important; }
    .md\:hidden { display: none !important; }
    .md\:p-6 { padding: 1.5rem !important; }
    .md\:px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; }
}

@media (min-width: 640px) {
    .sm\:px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .sm\:px-28 { padding-left: 7rem !important; padding-right: 7rem !important; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (min-width: 1024px) {
    .lg\:mx-10 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
    .lg\:px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
    .lg\:py-14 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .lg\:text-5xl { font-size: 3rem !important; }
}

/* Hero Overlay Styles */
.absolute { position: absolute !important; }
.top-6 { top: 1.5rem !important; }
.left-6 { left: 1.5rem !important; }
.z-10 { z-index: 20 !important; }
.w-full { width: 100% !important; }
.pr-6 { padding-right: 1.5rem !important; }
.text-white { color: #ffffff !important; text-shadow: 1px 1px 4px rgba(0,0,0,0.6) !important; }
.text-4xl { font-size: 2.25rem !important; line-height: 2.5rem !important; }
.font-bold { font-weight: 700 !important; }
.text-left { text-align: left !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.md\:mt-0 { margin-top: 0 !important; }
.mb-3 { margin-bottom: 0.75rem !important; }

/* Footer Styles */
.c-ftr { background: radial-gradient(ellipse at center, #374151 0%, #111827 50%, #000000 100%) !important; }
.text-gray-100 { color: #f3f4f6 !important; }
.text-gray-400 { color: #9ca3af !important; }
.uppercase { text-transform: uppercase !important; }
.border-gray-700 { border-color: #374151 !important; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1) !important; }
.size-10 { width: 2.5rem !important; height: 2.5rem !important; }
.size-4 { width: 1rem !important; height: 1rem !important; }
.col-span-full { grid-column: 1 / -1 !important; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem !important; }
.gap-x-4 { column-gap: 1rem !important; }
.hover\:text-gray-200:hover { color: #e5e7eb !important; }

@media (min-width: 768px) {
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    .md\:text-start { text-align: left !important; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
    .lg\:col-span-2 { grid-column: span 2 / span 2 !important; }
    .lg\:pt-20 { padding-top: 5rem !important; }
}


/* Grid and Card Utilities for Testimonials */
.grid { display: grid !important; }
.gap-6 { gap: 1.5rem !important; }
.bg-gray { background-color: #f8fafc !important; }
.bg-gray-100 { background-color: #f1f5f9 !important; }
.rounded-xl { border-radius: 1rem !important; }
.rounded-b-xl { border-bottom-right-radius: 1rem !important; border-bottom-left-radius: 1rem !important; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; }
.flex-col { flex-direction: column !important; border: 1px solid #eef2f6 !important; }
.text-base { font-size: 1rem !important; }
.text-lg { font-size: 1.125rem !important; }
.text-gray-800 { color: #1f2937 !important; }
.font-semibold { font-weight: 600 !important; }
.h-auto { height: auto !important; }
.p-4 { padding: 1.5rem !important; }
.p-6 { padding: 2rem !important; }
.md\:p-6 { padding: 2rem !important; }
.md\:px-7 { padding-left: 2rem !important; padding-right: 2rem !important; }
.grow { flex-grow: 1 !important; }
.ms-3 { margin-left: 0.75rem !important; }
.ms-1 { margin-left: 0.25rem !important; }
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;-webkit-appearance:none;appearance:none}
[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,pre{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1599px){.container{max-width:1599px}}.space-x-2>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(.5rem*var(--space-x-reverse));margin-left:calc(.5rem*(1 - var(--space-x-reverse)))}.space-y-3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(.75rem*var(--space-y-reverse))}.space-y-6>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.5rem*var(--space-y-reverse))}.bg-transparent{background-color:transparent}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.bg-gradient-to-r{background-image:linear-gradient(90deg,var(--gradient-color-stops))}.from-gray-700{--gradient-from-color:#4a5568;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color, rgba(74, 85, 104, 0))}.via-gray-900{--gradient-via-color:#1a202c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color, rgba(26, 32, 44, 0))}.to-black{--gradient-to-color:#000}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-cover{background-size:cover}.border-transparent{border-color:transparent}.border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.rounded-none{border-radius:0}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:12px}.rounded-b-xl{border-bottom-right-radius:12px}.rounded-b-xl{border-bottom-left-radius:12px}.border{border-width:1px}.border-t{border-top-width:1px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.contents{display:contents}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.clearfix:after{content:"";display:table;clear:both}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-8{height:2rem}.h-56{height:14rem}.h-64{height:16rem}.h-96{height:24rem}.h-auto{height:auto}.h-full{height:100%}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:4rem}.leading-8{line-height:2rem}.m-0{margin:0}.m-2{margin:.5rem}.my-0{margin-top:0;margin-bottom:0}.mx-0{margin-left:0;margin-right:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-12{margin-left:3rem;margin-right:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.max-w-xs{max-width:20rem}.max-w-4xl{max-width:56rem}.object-cover{object-fit:cover}.outline-none{outline:0}.overflow-hidden{overflow:hidden}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-28{padding-left:7rem;padding-right:7rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pt-4{padding-top:1rem}.pl-4{padding-left:1rem}.pt-6{padding-top:1.5rem}.pt-20{padding-top:5rem}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.resize{resize:both}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-100{--text-opacity:1;color:#f7fafc;color:rgba(247,250,252,var(--text-opacity))}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#2d3748;color:rgba(45,55,72,var(--text-opacity))}.text-dark{--text-opacity:1;color:#0a181d;color:rgba(10,24,29,var(--text-opacity))}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visible{visibility:visible}.w-1{width:.25rem}.w-8{width:2rem}.w-40{width:10rem}.w-72{width:18rem}.w-full{width:100%}.z-10{z-index:10}.z-20{z-index:20}.gap-2{grid-gap:.5rem;gap:.5rem}.gap-3{grid-gap:.75rem;gap:.75rem}.gap-6{grid-gap:1.5rem;gap:1.5rem}.gap-x-2{grid-column-gap:.5rem;-webkit-column-gap:.5rem;column-gap:.5rem}.gap-x-4{grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.scale-50{--transform-scale-x:.5;--transform-scale-y:.5}.scale-75{--transform-scale-x:.75;--transform-scale-y:.75}.translate-x-32{--transform-translate-x:8rem}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-transform}.transition-transform{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}#root,body,html{width:100%;height:100%}html{scroll-behavior:smooth}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@-webkit-keyframes revealUp{0%{-webkit-transform:translateY(200%);transform:translateY(200%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes revealUp{0%{-webkit-transform:translateY(200%);transform:translateY(200%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes revealDown{to{-webkit-transform:translateY(200%);transform:translateY(200%)}0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes revealDown{to{-webkit-transform:translateY(200%);transform:translateY(200%)}0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.carousel .slide .legend:not(.ss-legend){bottom:0;left:0;padding:.5rem;margin:.25rem;width:-webkit-max-content;width:max-content}@-webkit-keyframes scroll{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-18px);transform:translateY(-18px)}}@keyframes scroll{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-18px);transform:translateY(-18px)}}@-webkit-keyframes marquee{0%{-webkit-transform:translate3d(var(--move-none),0,0);transform:translate3d(var(--move-none),0,0);-webkit-transform:translate3d(var(--move-initial),0,0);transform:translate3d(var(--move-initial),0,0)}to{-webkit-transform:translate3d(var(--move-final),0,0);transform:translate3d(var(--move-final),0,0)}}@keyframes marquee{0%{-webkit-transform:translate3d(var(--move-none),0,0);transform:translate3d(var(--move-none),0,0);-webkit-transform:translate3d(var(--move-initial),0,0);transform:translate3d(var(--move-initial),0,0)}to{-webkit-transform:translate3d(var(--move-final),0,0);transform:translate3d(var(--move-final),0,0)}}.content h1{margin-bottom:2rem;font-size:1.5rem;text-align:left}.content h1,.content h2{margin-top:2rem;font-weight:500;--text-opacity:1;color:#0a181d;color:rgba(10,24,29,var(--text-opacity))}.content h2{margin-bottom:1rem;font-size:1.25rem}.content h3{margin-bottom:1rem;font-weight:500;color:#0a181d;color:rgba(10,24,29,var(--text-opacity))}.content h3{margin-top:2rem;font-size:1.125rem;--text-opacity:1}.content p{margin-top:.5rem;--text-opacity:1;color:#4d585b;color:rgba(77,88,91,var(--text-opacity))}@media (min-width:640px){.content h1{text-align:center}.content h1{font-size:2.25rem}.content h2{font-size:1.5rem}.content h3{font-size:1.25rem}.content p{font-size:1rem}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{--bg-opacity:1;background-color:#1c1c1f;background-color:rgba(28,28,31,var(--bg-opacity))}::-webkit-scrollbar-track{background:0 0}.scrolling{pointer-events:none!important}.scroll::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-track{visibility:hidden}.scroll:hover::-webkit-scrollbar-thumb,.scroll:hover::-webkit-scrollbar-track{visibility:visible}@-webkit-keyframes blinkingText{0%{color:inherit}49%{color:inherit}60%{color:transparent}99%{color:transparent}to{color:inherit}}@keyframes blinkingText{0%{color:inherit}49%{color:inherit}60%{color:transparent}99%{color:transparent}to{color:inherit}}@-webkit-keyframes bringUp{0%{opacity:0;top:4px}to{opacity:1;top:0}}@keyframes bringUp{0%{opacity:0;top:4px}to{opacity:1;top:0}}@-webkit-keyframes bringDown{0%{opacity:1;top:0}to{opacity:0;top:4px}}@keyframes bringDown{0%{opacity:1;top:0}to{opacity:0;top:4px}}
/* Preserve Layout, Fix Preline Dropdowns */
.dropdown-menu { display: none; }
.dropdown-menu.show { display: block; }
img { display: inline-block; } 

/* Slider & Grid Styles (from linkshero) */
.slider { position: relative; width: 100%; height: 100%; overflow: hidden; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease-in-out; }
.slide.active { opacity: 1; }

/* Mobile menu styling for the menu list */
#mobile-menu ul {
    background: #fff;
    padding: 1rem;
    list-style: none;
    margin: 0;
}
#mobile-menu li {
    border-bottom: 1px solid #eee;
}
#mobile-menu li a {
    display: block;
    padding: 0.75rem 0;
    color: #333;
    text-decoration: none;
}
#mobile-menu li a:hover {
    background: #f5f5f5;
}
/* Mobile menu header styling */
#mobile-menu .menu-header {
    padding: 1rem;
    text-align: right;
    border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
    .hamburger-menu {
        display: none !important;
    }
}
a {
    font-family: inter, sans-serif;
    color: #000;
    text-decoration: none;
}
.rentbtn {
    font-family: inter, sans-serif;
    color: #000;
    text-decoration: none;
}
/* Create a stacking context for the ul */
nav#mobile-menu ul li {
    position: relative;
    z-index: 40;
}
/* Floating Call Buttons (unchanged) */
.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    justify-content: flex-start;
}
.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: 0.2s;
    line-height: 0;
    display: none;
}
.btn-floating:hover span {
    display: inline-block;
}
.btn-floating.phone {
    bottom: 85px;
    background-color: #28A3DC;
}
.btn-floating.phone:hover {
    background-color: #28A3DC;
}
.btn-floating.whatsapp {
    background-color: #4D4C4D;
    bottom: 25px;
}
.btn-floating.whatsapp:hover {
    background-color: #4D4C4D;
}
.call-button span.text-base {
    animation: vibrate-cross 0.5s infinite linear;
    display: inline-block;
}
@keyframes vibrate-cross {
    0% { transform: rotate(0); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    75% { transform: rotate(15deg); }
    100% { transform: rotate(-15deg); }
}
/* New Mobile Menu Animation CSS */
@media (max-width: 767px) {
    /* Override mobile menu container with sliding animation */
    #mobile-menu {
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        max-width: 300px;
        height: 100%;
        background: #fff;
        transform: translateX(100%);
        transition: transform 800ms cubic-bezier(.8, 0, .33, 1), border-radius 800ms cubic-bezier(.8, 0, .33, 1);
        border-radius: 0% 0% 100% 50%;
        z-index: 50;
    }
    #mobile-menu.nav-open {
        transform: translateX(0);
        border-radius: 0;
        background: #fff;
    }
    /* Animated hamburger icon for mobile menu */
    #menu-toggle {
        position: relative;
        width: 30px;
        height: 22px;
        cursor: pointer;
        display: inline-block;
    }
    /* Hide the default material icon */
    #menu-toggle i { display: none; }
    #menu-toggle .line {
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        left: 0;
        transition: all 700ms cubic-bezier(.9, 0, .33, 1);
    }
    #menu-toggle .line--1 { top: 0; }
    #menu-toggle .line--2 { top: 10px; }
    #menu-toggle .line--3 { top: 20px; }
    /* Active state for hamburger icon */
    #menu-toggle.nav-open .line--1 { transform: rotate(45deg) translateY(10px); background: rgba(0, 0, 0, 0.6); }
    #menu-toggle.nav-open .line--2 { transform: translateX(30px); opacity: 0; }
    #menu-toggle.nav-open .line--3 { transform: rotate(-45deg) translateY(-10px); background: rgba(0, 0, 0, 0.6); }
    /* Optional: animate nav links inside mobile menu */
    #mobile-menu ul {
        opacity: 0;
        transform: translateX(-100px);
        transition: opacity 900ms cubic-bezier(.9, 0, .33, 1), transform 900ms cubic-bezier(.9, 0, .33, 1);
    }
    #mobile-menu.nav-open ul { opacity: 1; transform: translateX(0); }
}

@media (min-width: 768px) {
    .mobile-menu-wrapper { display: none !important; }
}
@media (max-width: 768px) {
    .customNav { display: none !important; }
}
.activeheader{ color:#28A3DC !important; }
.submenuu{
    width: 250px;
    right: 175px;
    position: absolute;
    margin-bottom: 24px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    display: none;
    border-radius: 8px;
    padding: 8px 0;
    text-align: left;
}
.submenuu.show { display: block !important; }
.submenuu li a {
    display: block;
    padding: 10px 20px;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.submenuu li a:hover, 
.submenuu li a.activeheader {
    background: #f0f8ff;
    color: #28A3DC !important;
}
.navbar { width: 100%; }
.nav-container { display: flex; justify-content: space-between; align-items: center; height: 62px; }
.navbar .menu-items { display: flex; }
.navbar .nav-container li { list-style: none; }
.navbar .nav-container a { text-decoration: none; color: #0e2431; font-size: 16px; padding: 0.7rem; }
.navbar .nav-container a:hover{ color:#28A3DC; }
.nav-container { display: block; position: relative; height: 60px; }
.nav-container .checkbox { position: absolute; display: block; height: 32px; width: 32px; top: 20px; z-index: 5; opacity: 0; cursor: pointer; }
.nav-container .hamburger-lines { display: block; height: 26px; width: 32px; position: absolute; top: 17px; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; }
.nav-container .hamburger-lines .line { display: block; height: 4px; width: 100%; border-radius: 10px; background: #0e2431; }
.nav-container .hamburger-lines .line1 { transform-origin: 0% 0%; transition: transform 0.4s ease-in-out; }
.nav-container .hamburger-lines .line2 { transition: transform 0.2s ease-in-out; }
.nav-container .hamburger-lines .line3 { transform-origin: 0% 100%; transition: transform 0.4s ease-in-out; }
.navbar .menu-items {
    padding-top: 80px;
    background:white;
    width: 200px;
    display: none;
    transform: none;
    flex-direction: column;
    margin-left: -140px;
    padding-left: 0px;
    transition: none;
    text-align: center;
}
.navbar .menu-items li { margin-bottom: 0.2rem; font-size: 1.5rem; font-weight: 500; }
.logo { position: absolute; top: 5px; right: 15px; font-size: 1.2rem; color: #0e2431; }
.nav-container input[type="checkbox"]:checked ~ .menu-items { display: flex; }
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 { transform: rotate(45deg); }
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 { transform: scaleY(0); }
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 { transform: rotate(-45deg); }
.nav-container input[type="checkbox"]:checked ~ .logo { display: none; }

/* RE-PRIORITIZED UI OVERRIDES */
/* Scoped Footer Typography */
.c-ftr .ftr-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #f3f4f6 !important;
    margin-bottom: 1.5rem !important;
}
.c-ftr a:hover { color: #28A3DC !important; transition: color 0.2s; }
.c-ftr p { margin-bottom: 0px !important; }

/* Custom Layout Overrides (originally inline) */
/* Hero Section Grid and Card Styles */
.two-column-grid { display: grid; gap: 1.5rem; grid-template-columns: 8fr 4fr; justify-content: center; }
.left-column, .right-column { width: 100%; }
@media (max-width: 767px) {
    .two-column-grid { grid-template-columns: 1fr; }
    .banneImage { padding-top: 0px !important; margin-top: 70px !important; }
    .slider { height: 260px !important; min-height: 260px !important; }
    .slide { position: absolute; inset: 0; }
    .right-columngr { display: flex; flex-direction: column; gap: 1rem; }
    .right-columngr article img { height: 200px !important; object-fit: cover; }
    /* Mobile dropdown sub-list: don't inherit opacity:0 animation */
    #mobile-menu ul ul {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        background: transparent;
        padding: 4px 0 4px 12px;
    }
}
.card-hover .card-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.1); opacity: 0; transition: opacity 0.3s ease; z-index: 15; }
.card-hover:hover .card-overlay { opacity: 1; }
.card-hover .card-text { position: absolute; top: 10px; left: 10px; right: 10px; z-index: 20; }
.card-hover .heading { opacity: 1; transition: opacity 0.3s ease; }
.card-hover:hover .heading { opacity: 0; }
.card-hover .description { opacity: 0; transition: opacity 0.3s ease; }
.card-hover:hover .description { opacity: 1; }
.arrow-btn { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); z-index: 30; }

/* ===== TYPOGRAPHY BASE (replaces Tailwind + inline styles) ===== */
body { font-family: 'Inter', sans-serif; background-color: #fff; font-size: 18px; }
h1 { font-size: 2.25rem !important; font-weight: 700; line-height: 1.2; }
h2 { font-size: 2rem !important; font-weight: 700; line-height: 1.2; }
h3 { font-size: 1.75rem !important; font-weight: 700; line-height: 1.3; }
h4 { font-size: 1.5rem !important; font-weight: 600; line-height: 1.4; }
h5 { font-size: 1.25rem !important; font-weight: 600; }
h6 { font-size: 1rem !important; font-weight: 600; }
p  { font-size: 1rem; line-height: 1.75; color: #374151; margin-bottom: 1rem; }
.wt-tilte { font-size: 2rem !important; font-weight: 700; }
.text-muted { color: #6c757d !important; font-size: 1rem; }
@media (max-width: 767.98px) {
    h1 { font-size: 1.75rem !important; }
    h2 { font-size: 1.5rem !important; }
    h3 { font-size: 1.25rem !important; }
    h4 { font-size: 1.1rem !important; }
    body { font-size: 16px; }
    p  { font-size: 0.95rem; }
}

/* Footer Section Styles (Moved from include/footer.php) */
.nav-link.active {
    color: #28A3DC !important;
}
.nav-link:not(.active) {
    color: black !important;
}
.location-footer-wrapper .nav-link {
    font-size: 16px !important;
}
.location-footer-wrapper h5 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f1221 !important;
    margin-bottom: 15px !important;
}
.location-footer-wrapper ul.list-unstyled li a {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.location-footer-wrapper ul.list-unstyled li {
    margin-bottom: 2px !important;
}

.text-4xl  { font-size: 2.25rem !important; line-height: 2.5rem !important; }
.text-3xl  { font-size: 1.875rem !important; }
.text-2xl  { font-size: 1.5rem !important; }
.text-xl   { font-size: 1.25rem !important; }
.text-lg   { font-size: 1.125rem !important; }
.text-base { font-size: 1rem !important; }
.text-sm   { font-size: 0.875rem !important; }
.leading-tight  { line-height: 1.25 !important; }
.leading-normal { line-height: 1.5 !important; }
.leading-relaxed{ line-height: 1.625 !important; }


