
/* =========================================
FOOTER
========================================= */

.site-footer{
padding:100px 0 40px;
border-top:1px solid var(--border);
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr 1fr;
gap:30px;
}

.footer-grid h4{
margin-bottom:15px;
}

.footer-grid p,
.footer-grid li{
color:var(--muted);
margin-bottom:10px;
}

.footer-bottom{
margin-top:60px;
padding-top:30px;
border-top:1px solid var(--border);
text-align:center;
color:var(--muted);
}

/* =========================================
FLOATING BUTTONS
========================================= */

.whatsapp-float{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
border-radius:50%;
background:#25D366;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
z-index:999;
box-shadow:0 10px 30px rgba(0,0,0,.3);
}

#backToTop{
position:fixed;
left:25px;
bottom:25px;
width:55px;
height:55px;
border:none;
border-radius:50%;
background:#5b5cff;
color:#fff;
font-size:22px;
cursor:pointer;
display:block !important;
z-index:999;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px){

.hero h1,
.showcase-content h2,
.ecosystem-left h2,
.section-title h2{
font-size:64px;
}

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.footer-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:992px){

.desktop-nav,
.header-cta{
display:none;
}

.mobile-menu-btn{
display:block;
}

.hero-grid,
.showcase-grid,
.ecosystem-box{
grid-template-columns:1fr;
}

.three-grid{
grid-template-columns:1fr;
}

.stats-grid{
grid-template-columns:repeat(2,1fr);
}

.hero{
text-align:center;
}

.hero-buttons{
justify-content:center;
}

.platform-list{
justify-content:center;
}

.ecosystem{
transform:scale(.85);
}

.cta-box{
flex-direction:column;
text-align:center;
}

.cta-buttons{
justify-content:center;
}

}

@media(max-width:768px){

.hero h1{
font-size:42px;
}

.showcase-content h2,
.ecosystem-left h2,
.section-title h2{
font-size:36px;
}

.services-grid,
.stats-grid,
.feature-grid{
grid-template-columns:1fr;
}

.ecosystem{
width:340px;
height:340px;
}

.center-node{
width:120px;
height:120px;
font-size:18px;
}

.node{
width:110px;
font-size:12px;
padding:10px;
}

.footer-grid{
grid-template-columns:1fr;
}

.cta-box{
padding:40px 25px;
}

.cta-box h2{
font-size:32px;
}

}

@media(max-width:480px){

.container{
width:92%;
}

.hero{
padding-top:130px;
}

.hero h1{
font-size:34px;
}

.btn-primary,
.btn-secondary{
width:100%;
}

.hero-buttons,
.cta-buttons{
flex-direction:column;
}

.ecosystem{
display:none;
}

}
/* =====================================
CONTACT METHODS
===================================== */

.contact-methods{

    padding:100px 0;

    background:#050c26;
}

.contact-heading{

    text-align:center;

    margin-bottom:50px;
}

.contact-heading h2{

    color:#fff;

    font-size:42px;

    margin-bottom:15px;
}

.contact-heading p{

    color:#a9b3d1;

    max-width:700px;

    margin:auto;
}

.contact-method-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:30px;
}

.contact-method-card{

    background:#071238;

    border:1px solid
    rgba(255,255,255,.08);

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    text-decoration:none;

    transition:.35s ease;

    position:relative;

    overflow:hidden;
}

.contact-method-card:hover{

    transform:translateY(-8px);

    border-color:#5b5cff;

    box-shadow:
    0 15px 40px
    rgba(91,92,255,.25);
}

.contact-method-card::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.08),
    transparent);

    transition:.8s;
}

.contact-method-card:hover::before{

    left:100%;
}

.method-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:25px;
}

.email{

    background:
    linear-gradient(
    135deg,
    #5b5cff,
    #8b5cf6);

    color:#fff;
}

.skype{

    background:
    linear-gradient(
    135deg,
    #00aff0,
    #0087c8);

    color:#fff;
}

.whatsapp{

    background:
    linear-gradient(
    135deg,
    #25d366,
    #128c7e);

    color:#fff;
}

.contact-method-card h3{

    color:#fff;

    margin-bottom:10px;

    font-size:24px;
}

.contact-method-card span{

    color:#b8c2df;

    font-size:15px;
}

/* MOBILE */

@media(max-width:992px){

    .contact-method-grid{

        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .contact-heading h2{

        font-size:32px;
    }

    .contact-method-card{

        padding:30px 20px;
    }

}
..........
.side-booking-btn{
    position:fixed;
    left:0;
    top:50%;
    transform:translateY(-50%);

    width:60px;
    height:180px;

    background:linear-gradient(
        180deg,
        #5b5cff,
        #8b5cf6
    );

    color:#fff;
    text-decoration:none;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    gap:12px;

    border-radius:0 15px 15px 0;

    z-index:9999;

    box-shadow:
    0 0 25px rgba(91,92,255,.35);

    transition:.3s ease;
}

.side-booking-btn:hover{
    width:70px;
    box-shadow:
    0 0 35px rgba(139,92,246,.55);
}

.side-booking-btn i{
    font-size:24px;
}

.side-booking-btn span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}