/* =========================================
SKYETHOS GLOBAL
PREMIUM MOBILE EXPERIENCE
DESKTOP SAFE VERSION
========================================= */

@media screen and (max-width: 767px){

/* =========================================
GLOBAL
========================================= */

html,
body{
overflow-x:hidden;
scroll-behavior:smooth;
background:#f7f9fc;
}

body{
padding-bottom:92px;
}

.container{
width:90%;
max-width:100%;
}

/* =========================================
HEADER
========================================= */

.header{
position:sticky;
top:0;
z-index:999;

background:rgba(255,255,255,0.94);

backdrop-filter:blur(16px);

padding:12px 0;

box-shadow:
0 4px 20px rgba(0,0,0,0.04);
}

.navbar{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
}

.logo img{
height:54px;
width:auto;
}

.nav-links{
display:none;
}

.nav-btn{
height:46px;
padding:0 20px;

display:flex;
align-items:center;
justify-content:center;

border-radius:16px;

font-size:14px;
font-weight:600;

background:
linear-gradient(
90deg,
#7ac943,
#1f6de2
);

color:#fff;

box-shadow:
0 10px 24px rgba(31,109,226,0.18);
}

/* =========================================
HOME HERO
========================================= */

.hero{
position:relative;

padding:78px 0 52px;

background:
linear-gradient(
to bottom,
rgba(5,20,60,0.45),
rgba(5,20,60,0.68)
),
url('../images/hero-bg.jpg');

background-size:cover;
background-position:center;

overflow:hidden;

border-radius:0 0 32px 32px;
}

.hero::before{
content:"";

position:absolute;
inset:0;

background:
linear-gradient(
180deg,
rgba(5,20,60,0.02),
rgba(5,20,60,0.18)
);

backdrop-filter:blur(1px);
}

.hero-grid{
position:relative;
z-index:2;

display:flex;
flex-direction:column;
gap:24px;
}

.hero-left{
width:100%;
}

.hero-right{
display:none;
}

.hero-tag{
display:inline-flex;
align-items:center;

padding:10px 18px;

background:rgba(255,255,255,0.08);

border:1px solid rgba(255,255,255,0.10);

border-radius:50px;

backdrop-filter:blur(12px);

font-size:11px;
font-weight:600;
letter-spacing:1px;

color:#8eff54;

margin-bottom:20px;
}

.hero-left h1{
font-size:42px;
line-height:1.02;

font-weight:800;

letter-spacing:-1.5px;

color:#fff;

margin-bottom:12px;
}

.hero-left h2{
font-size:22px;
line-height:1.2;

font-weight:700;

color:#fff;

margin-bottom:18px;
}

.hero-left p{
font-size:15px;
line-height:1.8;

color:rgba(255,255,255,0.90);

margin-bottom:26px;

max-width:96%;
}

/* =========================================
BUTTONS
========================================= */

.hero-buttons{
display:flex;
flex-direction:column;
gap:12px;
}

.btn-primary,
.btn-outline,
.btn-dark,
.btn-outline-dark{
width:100%;

height:52px;

display:flex;
align-items:center;
justify-content:center;

border-radius:18px;

font-size:14px;
font-weight:600;
}

.btn-primary,
.btn-dark{
background:
linear-gradient(
90deg,
#7ac943,
#1f6de2
);

color:#fff;

box-shadow:
0 14px 30px rgba(31,109,226,0.18);
}

.btn-outline,
.btn-outline-dark{
background:rgba(255,255,255,0.06);

border:1.5px solid rgba(255,255,255,0.42);

backdrop-filter:blur(12px);

color:#fff;
}

/* =========================================
VIDEO
========================================= */

video{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.video-card{
border-radius:28px;
overflow:hidden;
margin-top:18px;

box-shadow:
0 16px 45px rgba(0,0,0,0.16);
}

.video-card video{
height:240px;
}

/* =========================================
FLOATING CARDS
========================================= */

.floating-card,
.tech-floating-card{
position:relative;

left:auto;
right:auto;
top:auto;
bottom:auto;

margin-top:14px;

width:100%;

padding:18px;

border-radius:22px;

background:#fff;

box-shadow:
0 10px 30px rgba(0,0,0,0.05);
}

.floating-card i,
.tech-floating-card i{
width:50px;
height:50px;
font-size:20px;
}

.floating-card h4,
.tech-floating-card h4{
font-size:17px;
margin-bottom:4px;
}

.floating-card span,
.tech-floating-card span{
font-size:13px;
}

/* =========================================
ABOUT
========================================= */

.about-section,
.enterprise-section,
.smart-section,
.glass-about,
.contact-section,
.values-section,
.why-section,
.solutions,
.industries-section,
.cta-section{
padding:58px 0;
}

.about-grid,
.contact-grid,
.smart-wrapper,
.glass-about-grid,
.tech-hero-grid{
display:flex;
flex-direction:column;
gap:28px;
}

.about-image img,
.glass-about-image img,
.contact-hero-image img{
border-radius:24px;
}

.about-content h2,
.smart-content h2,
.glass-about-content h2,
.contact-info-card h2,
.contact-form-card h2,
.section-title h2,
.cta-box h2{
font-size:32px;
line-height:1.08;

margin-bottom:16px;

color:#0b2f6d;
}

.about-content p,
.smart-content p,
.glass-about-content p,
.contact-info-card p,
.contact-form-card p,
.cta-box p{
font-size:15px;
line-height:1.85;

color:#61708c;
}

.about-points,
.smart-features,
.glass-features{
display:flex;
flex-direction:column;
gap:14px;
margin-top:20px;
}

/* =========================================
SECTION TITLES
========================================= */

.section-title{
margin-bottom:28px;
}

.section-title span,
.about-content span,
.smart-content span,
.glass-about-content span{
font-size:11px;
letter-spacing:3px;
}

/* =========================================
VALUES
========================================= */

.values-grid,
.why-grid,
.metrics-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}

.value-card,
.why-card,
.metric-card{
padding:22px 18px;

border-radius:22px;

background:#fff;

box-shadow:
0 8px 24px rgba(0,0,0,0.04);
}

.value-card{
font-size:20px;
}

/* =========================================
SOLUTIONS
========================================= */

.solutions-grid,
.enterprise-grid,
.glass-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}

.solution-card,
.enterprise-card,
.glass-card{
border-radius:24px;

overflow:hidden;

background:#fff;

box-shadow:
0 10px 30px rgba(0,0,0,0.05);
}

.solution-card img,
.enterprise-card img,
.glass-card img{
height:170px;
object-fit:cover;
}

.solution-card h3,
.enterprise-card h3,
.glass-card h3{
font-size:18px;
line-height:1.2;
}

.solution-card p,
.enterprise-card p,
.glass-card p{
font-size:13px;
line-height:1.7;
}

.solution-buttons{
display:flex;
flex-direction:column;
gap:8px;
}

/* =========================================
INDUSTRIES
========================================= */

.industries-grid{
display:grid;
grid-template-columns:1fr;
gap:18px;
margin-top:20px;
}

.industry-card{
height:220px;
border-radius:24px;
}

.industry-overlay{
padding:20px;
}

.industry-overlay h3{
font-size:22px;
}

/* =========================================
SMART GLASS
========================================= */

.smart-video video{
min-height:240px;
border-radius:24px;
}

/* =========================================
CTA
========================================= */

.cta-box{
padding:36px 22px;

border-radius:28px;
}

.cta-buttons{
display:flex;
flex-direction:column;
gap:12px;
}

/* =========================================
CONTACT
========================================= */

.contact-form-card,
.contact-info-card{
padding:26px 20px;
border-radius:24px;
}

.contact-info-item{
gap:14px;
}

.contact-icon{
width:52px;
height:52px;
}

/* =========================================
FORMS
========================================= */

input,
textarea,
select{
font-size:16px;
border-radius:14px;
}

/* =========================================
FOOTER
========================================= */

.footer{
padding-top:60px;
padding-bottom:120px;
}

.footer-grid{
display:grid;
grid-template-columns:1fr;
gap:28px;
}

.footer-brand{
font-size:34px;
}

.footer-tagline{
font-size:22px;
}

.footer-description{
font-size:15px;
}

/* =========================================
WHATSAPP FLOAT
========================================= */

.whatsapp-float{
position:fixed;

right:18px;
bottom:88px;

width:56px;
height:56px;

display:flex;
align-items:center;
justify-content:center;

padding:0;

border-radius:18px;

background:#25d366;

z-index:9999;

box-shadow:
0 14px 32px rgba(37,211,102,0.28);
}

.whatsapp-text{
display:none;
}

.whatsapp-icon{
margin:0;
font-size:24px;
color:#fff;
}

/* =========================================
BOTTOM NAVIGATION
========================================= */

.floating-solutions{
position:fixed;

left:50%;
bottom:12px;

transform:translateX(-50%);

width:90%;
height:60px;

display:flex;
align-items:center;
justify-content:space-around;

padding:0 8px;

background:rgba(5,20,60,0.94);

backdrop-filter:blur(16px);

border-radius:22px;

z-index:9999;

border:1px solid rgba(255,255,255,0.04);

box-shadow:
0 12px 35px rgba(0,0,0,0.18);
}

.float-solution-item{
display:flex;
align-items:center;
justify-content:center;

padding:0;

background:none;
}

.float-short{
width:38px;
height:38px;

display:flex;
align-items:center;
justify-content:center;

border-radius:12px;

background:#12357d;

font-size:11px;
font-weight:700;

color:#fff;
}

.float-solution-item.active .float-short{
background:
linear-gradient(
180deg,
#7ac943,
#1f6de2
);
}

.float-solution-item span{
display:none;
}

/* =========================================
POPUP
========================================= */

.lead-popup-box,
.enquiry-box{
width:92%;

padding:26px 20px;

border-radius:24px;

max-height:90vh;

overflow-y:auto;
}

.popup-solutions{
grid-template-columns:1fr;
gap:10px;
}

/* =========================================
TECH HERO
========================================= */

.tech-hero{
padding:80px 0 60px;
}

.tech-hero-content h1{
font-size:40px;
line-height:1.05;
margin-bottom:18px;
}

.tech-hero-content p{
font-size:15px;
line-height:1.8;
}

.tech-hero-image img{
height:300px;
border-radius:26px;
}

/* =========================================
SMART GLASS HERO
========================================= */

.glass-hero{
min-height:auto;
padding:90px 0 70px;
}

.glass-hero video{
height:100%;
object-fit:cover;
}

.glass-hero-content h1{
font-size:40px;
line-height:1.08;
}

.glass-hero-content p{
font-size:15px;
line-height:1.8;
}

/* =========================================
CONTACT HERO
========================================= */

.contact-hero{
padding:80px 0 50px;
}

.contact-hero-content h1{
font-size:40px;
line-height:1.08;
}

.contact-hero-content p{
font-size:15px;
line-height:1.8;
}

.contact-hero-image img{
height:280px;
object-fit:cover;
border-radius:24px;
}

}

/* =========================================
SMALL MOBILE
========================================= */

@media screen and (max-width: 480px){

.hero-left h1,
.tech-hero-content h1,
.glass-hero-content h1,
.contact-hero-content h1{
font-size:36px;
}

.hero-left h2{
font-size:20px;
}

.about-content h2,
.smart-content h2,
.glass-about-content h2,
.section-title h2,
.cta-box h2{
font-size:28px;
}

.solutions-grid,
.enterprise-grid,
.glass-grid,
.values-grid,
.why-grid,
.metrics-grid{
grid-template-columns:1fr;
}

.video-card video{
height:220px;
}

.industry-card{
height:200px;
}

}

/* =========================================
BOTTOM NAV FIX
========================================= */

@media screen and (max-width:767px){

.floating-solutions{
display:flex !important;
flex-direction:row !important;
align-items:center !important;
justify-content:space-around !important;

width:90%;
height:64px;

padding:0 8px;

overflow:hidden;
}

.float-solution-item{
display:flex !important;
flex-direction:row !important;

align-items:center !important;
justify-content:center !important;

width:auto !important;
height:auto !important;

margin:0 !important;
padding:0 !important;

gap:0 !important;
}

.float-short{
width:38px !important;
height:38px !important;

display:flex !important;
align-items:center !important;
justify-content:center !important;

border-radius:12px;

font-size:11px;
font-weight:700;

line-height:1;

margin:0 !important;
padding:0 !important;
}

.float-solution-item span{
display:none !important;
}

/* =========================================
FOOTER SPACE FIX
========================================= */

body{
padding-bottom:130px !important;
}

.footer{
padding-bottom:150px !important;
}

/* =========================================
WHATSAPP FIX
========================================= */

.whatsapp-float{
bottom:88px !important;
right:18px !important;
}

}

/* =========================================
PREMIUM COMPACT FOOTER
========================================= */

@media screen and (max-width:767px){

.footer{
padding-top:55px;
padding-bottom:130px;
}

.footer-grid{
display:grid !important;

grid-template-columns:
1fr 1fr;

gap:26px 18px;

align-items:flex-start;
}

/* =========================================
BRAND SECTION
========================================= */

.footer-brand-section{
grid-column:1 / -1;
margin-bottom:10px;
}

.footer-brand{
font-size:32px;
line-height:1;
margin-bottom:14px;
}

.footer-tagline{
font-size:20px;
line-height:1.2;
margin-bottom:16px;
}

.footer-description{
font-size:14px;
line-height:1.8;
max-width:100%;
}

/* =========================================
FOOTER HEADINGS
========================================= */

.footer-column h4{
font-size:18px;
margin-bottom:16px;
}

/* =========================================
FOOTER LINKS
========================================= */

.footer-links{
display:flex;
flex-direction:column;
gap:10px;
}

.footer-links a{
font-size:14px;
line-height:1.5;
}

/* =========================================
CONTACT ITEMS
========================================= */

.footer-contact{
display:flex;
flex-direction:column;
gap:12px;
}

.footer-contact-item{
font-size:14px;
line-height:1.6;
}

/* =========================================
SOCIAL
========================================= */

.footer-social{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.footer-social a{
width:38px;
height:38px;

border-radius:12px;
}

/* =========================================
BOTTOM BAR
========================================= */

.footer-bottom{
margin-top:35px;
padding-top:18px;

text-align:center;
}

.footer-bottom p{
font-size:13px;
line-height:1.6;
}

/* =========================================
SMALL MOBILE
========================================= */

@media screen and (max-width:480px){

.footer-grid{
grid-template-columns:1fr 1fr;
gap:22px 14px;
}

.footer-brand{
font-size:28px;
}

.footer-tagline{
font-size:18px;
}

.footer-column h4{
font-size:16px;
}

.footer-links a,
.footer-contact-item{
font-size:13px;
}

}

}