/* =============================================
   CIT ENGINEERING — Official Institutional CSS
   Clean | No-Fancy | Matches Reference Site
   ============================================= */

:root {
    --orange:       #f05c28;
    --orange-hover: #d44d1e;
    --orange-bg:    #fef3ef;
    --navy:         #1d3d6e;
    --navy-bg:      #eef2f8;
    --white:        #ffffff;
    --grey-bg:      #f5f6f8;
    --border:       #dde1e8;
    --text:         #1c2536;
    --text-mid:     #455060;
    --text-light:   #6e7d90;
    --font-h: 'Poppins', sans-serif;
    --font-b: 'Inter', sans-serif;
    --r: 6px;
    --shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* ---- Reset ---- */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:var(--font-b);
    background:var(--white);
    color:var(--text);
    line-height:1.65;
    overflow-x:hidden;
}
body.no-scroll{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
input,select,button{font-family:var(--font-b)}

.container{max-width:1200px;margin:0 auto;padding:0 22px}
.section-pad{padding:72px 0}

/* ---- Typography ---- */
.section-label{
    display:block;
    font-size:11px;font-weight:700;
    letter-spacing:2.5px;text-transform:uppercase;
    color:var(--orange);margin-bottom:8px;
}
.section-heading{
    font-family:var(--font-h);
    font-size:clamp(22px,3vw,32px);
    font-weight:700;color:var(--navy);
    line-height:1.25;margin-bottom:12px;
    border-left:4px solid var(--orange);
    padding-left:14px;
}
.section-desc{font-size:15px;color:var(--text-light);max-width:560px}
.section-header{margin-bottom:44px}
.gradient-text{color:var(--orange)}

/* ---- Buttons ---- */
.btn{
    display:inline-block;padding:11px 26px;
    border-radius:var(--r);font-weight:600;font-size:14px;
    cursor:pointer;border:none;transition:background .2s,color .2s;
    white-space:nowrap;
}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-hover)}
.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}
.btn-outline:hover{background:var(--navy);color:#fff}
.btn-white{background:#fff;color:var(--orange);font-weight:700;border:2px solid #fff}
.btn-white:hover{background:var(--orange-bg);border-color:var(--orange-bg)}
.btn-sm{padding:8px 18px;font-size:13px}
.btn-lg{padding:13px 34px;font-size:15px}

/* reveal */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* =============================================
   FLOATING BUTTONS
   ============================================= */
.float-group{
    position:fixed;bottom:22px;right:22px;
    display:flex;flex-direction:column;gap:10px;z-index:9999;
}
.float-btn{
    width:50px;height:50px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    box-shadow:var(--shadow);
}
.float-btn svg{width:22px;height:22px}
.call-btn{background:var(--orange)}
.whatsapp-btn{background:#25d366}
.apply-tab{
    position:fixed;
    right:0;
    top:45%;
    transform:translateY(-50%);
    writing-mode:vertical-rl;
    text-orientation:mixed;
    background:var(--orange);
    color:#fff;
    padding:18px 9px;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    border-radius:6px 0 0 6px;
    z-index:998;
    box-shadow:-3px 0 10px rgba(0,0,0,.18);
    cursor:pointer;
}
.apply-tab:hover{background:var(--orange-hover)}
@media(max-width:768px){.apply-tab{display:none}}

/* =============================================
   TOP BAR
   ============================================= */
.topbar{background:var(--orange);padding:7px 0;font-size:12px;color:rgba(255,255,255,.9)}
.topbar-inner{display:flex;justify-content:space-between;align-items:center}
.topbar-left{display:flex;gap:20px}
.topbar-badge{
    background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);
    color:#fff;padding:2px 12px;border-radius:20px;
    font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;
}
@media(max-width:640px){.topbar{display:none}}

/* =============================================
   HEADER
   ============================================= */
#header{
    position:sticky;top:0;z-index:1000;
    background:var(--navy);
    border-bottom:3px solid var(--orange);
    box-shadow:0 2px 8px rgba(0,0,0,.18);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo-wrap{display:flex;align-items:center;gap:12px}
.site-logo{height:52px;width:auto;object-fit:contain}
.logo-text{display:flex;flex-direction:column}
.logo-name{font-family:var(--font-h);font-size:13px;font-weight:700;color:#fff;line-height:1.25}
.logo-sub{font-size:10px;color:#f5c430;font-weight:600}
.main-nav ul{display:flex;align-items:center;gap:28px}
.main-nav a{font-size:13px;font-weight:500;color:rgba(255,255,255,.82)}
.main-nav a:hover{color:#fff}
.nav-cta{background:var(--orange)!important;color:#fff!important;padding:8px 20px;border-radius:var(--r);font-weight:700!important}
.nav-cta:hover{background:var(--orange-hover)!important}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}
.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:.2s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

@media(max-width:900px){
    .hamburger{display:flex;z-index:1100}
    .logo-text{display:none}
    .main-nav{
        position:fixed;inset:0;background:var(--navy);
        display:flex;align-items:center;justify-content:center;
        opacity:0;pointer-events:none;transition:opacity .3s;z-index:1050;
    }
    .main-nav.open{opacity:1;pointer-events:all}
    .main-nav ul{flex-direction:column;gap:22px;text-align:center}
    .main-nav a{font-size:20px;color:#fff}
}

/* =============================================
   HERO — Campus image background like reference
   ============================================= */
.hero{
    background:linear-gradient(rgba(20,40,80,.72),rgba(20,40,80,.72)),
               url('assets/hero/campus_hero.png') center/cover no-repeat;
    padding:90px 0 72px;
    position:relative;
}
.hero-bg-overlay{display:none} /* handled by gradient in bg */
.hero-inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:56px;align-items:center;
}
.hero-eyebrow{
    font-size:11px;font-weight:700;letter-spacing:2px;
    text-transform:uppercase;color:rgba(255,255,255,.8);
    margin-bottom:12px;display:block;
}
.hero-headline{
    font-family:var(--font-h);
    font-size:clamp(28px,3.8vw,50px);font-weight:800;
    line-height:1.15;color:#fff;margin-bottom:16px;
}
.gradient-text{color:#f5c430} /* gold on dark = readable + official */
.hero-sub{
    font-size:15px;color:rgba(255,255,255,.78);
    line-height:1.8;margin-bottom:26px;max-width:440px;
}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px}
.hero-tags span{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.22);
    color:rgba(255,255,255,.85);
    padding:5px 12px;border-radius:3px;font-size:12px;font-weight:500;
}

/* Lead Form */
.hero-form-wrap{display:flex;justify-content:flex-end}
.form-card{
    background:#fff;border-radius:var(--r);
    padding:32px 28px;width:100%;max-width:400px;
    box-shadow:0 8px 32px rgba(0,0,0,.18);
    border-top:4px solid var(--orange);
}
.form-title{font-family:var(--font-h);font-size:18px;font-weight:700;color:var(--navy);margin-bottom:3px}
.form-subtitle{font-size:12px;color:var(--text-light);margin-bottom:20px}
.field{margin-bottom:12px}
.field input,.field select{
    width:100%;background:var(--grey-bg);
    border:1px solid var(--border);color:var(--text);
    padding:10px 13px;border-radius:var(--r);font-size:13px;
    outline:none;transition:border-color .2s;
    appearance:none;-webkit-appearance:none;
}
.field input::placeholder{color:var(--text-light)}
.field input:focus,.field select:focus{border-color:var(--orange);background:#fff}
.submit-btn{
    width:100%;background:var(--orange);color:#fff;border:none;
    padding:12px;border-radius:var(--r);font-size:14px;font-weight:700;
    cursor:pointer;transition:background .2s;margin-top:3px;
}
.submit-btn:hover{background:var(--orange-hover)}
.form-disclaimer{font-size:11px;color:var(--text-light);margin-top:10px;text-align:center;margin-bottom:0}

/* =============================================
   STATS STRIP — white, orange numbers
   ============================================= */
.stats-strip{
    background:#fff;
    border-top:3px solid var(--orange);
    border-bottom:1px solid var(--border);
    padding:34px 0;
}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}
.stat-item{padding:14px;border-right:1px solid var(--border)}
.stat-item:last-child{border-right:none}
.stat-num{display:block;font-family:var(--font-h);font-size:36px;font-weight:800;color:var(--orange);line-height:1;margin-bottom:5px}
.stat-label{font-size:11px;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}

/* =============================================
   ABOUT — white
   ============================================= */
.about{background:#fff}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-img img{border-radius:var(--r);width:100%;object-fit:cover;border:1px solid var(--border)}
.about-text p{color:var(--text-mid);margin-bottom:13px;font-size:15px;line-height:1.75}
.about-text .btn{margin-top:8px}

/* =============================================
   PROGRAMS — light grey
   ============================================= */
.programs{background:var(--grey-bg)}
.programs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.prog-card{
    background:#fff;border:1px solid var(--border);
    border-radius:var(--r);padding:22px 20px;
    transition:box-shadow .2s,border-color .2s;
}
.prog-card:hover{box-shadow:var(--shadow);border-color:var(--orange)}
.prog-tag{font-size:10px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.prog-icon{font-size:28px;margin-bottom:10px}
.prog-card h3{font-family:var(--font-h);font-size:14px;font-weight:700;margin-bottom:7px;color:var(--navy)}
.prog-card p{font-size:13px;color:var(--text-light);margin-bottom:16px;line-height:1.55}

/* =============================================
   DIRECTOR — light navy bg
   ============================================= */
.director{background:var(--navy-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.director-grid{display:grid;grid-template-columns:240px 1fr;gap:60px;align-items:center}
.director-img{text-align:center}
.director-img img{
    width:180px;height:180px;border-radius:50%;object-fit:cover;
    border:4px solid #fff;box-shadow:var(--shadow);margin:0 auto;
}
.director-badge{
    display:inline-block;background:var(--orange);color:#fff;
    padding:5px 14px;border-radius:20px;font-size:11px;font-weight:700;margin-top:12px;
}
.director-text blockquote{
    font-size:15px;line-height:1.85;color:var(--text-mid);
    font-style:italic;border-left:3px solid var(--orange);
    padding-left:18px;margin:16px 0 20px;
}
.director-sig strong{display:block;font-size:15px;font-weight:700;color:var(--navy)}
.director-sig span{font-size:12px;color:var(--orange);font-weight:600}

/* =============================================
   HIGHLIGHTS — white
   ============================================= */
.highlights{background:#fff}
.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hl-card{
    background:var(--grey-bg);border:1px solid var(--border);
    border-radius:var(--r);padding:24px 20px;
    transition:border-color .2s,box-shadow .2s;
}
.hl-card:hover{border-color:var(--orange);box-shadow:var(--shadow)}
.hl-icon{font-size:30px;margin-bottom:12px}
.hl-card h4{font-family:var(--font-h);font-size:14px;font-weight:700;color:var(--navy);margin-bottom:7px}
.hl-card p{font-size:13px;color:var(--text-light);line-height:1.6;margin-bottom:0}

/* =============================================
   ELIGIBILITY — grey bg
   ============================================= */
.eligibility{background:var(--grey-bg)}
.elig-box{
    background:#fff;border:1px solid var(--border);
    border-top:4px solid var(--orange);border-radius:var(--r);
    padding:44px;max-width:820px;margin:0 auto;
}
.elig-box p{color:var(--text-mid);margin-bottom:18px;font-size:14px}
.elig-list{margin-bottom:28px}
.elig-list li{
    padding:10px 0 10px 26px;position:relative;
    font-size:14px;color:var(--text);
    border-bottom:1px solid var(--border);
}
.elig-list li:last-child{border-bottom:none}
.elig-list li::before{content:'✓';position:absolute;left:0;color:var(--orange);font-weight:900}

/* =============================================
   FACILITIES — white
   ============================================= */
.facilities{background:#fff}
.facility-blocks{
    display:grid;grid-template-columns:1fr 1.5fr;gap:14px;
    height:420px;margin-bottom:16px;border-radius:var(--r);
    overflow:hidden;border:1px solid var(--border);
}
.fac-block{position:relative;overflow:hidden}
.fac-block img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.fac-block:hover img{transform:scale(1.03)}
.fac-overlay{
    position:absolute;bottom:0;left:0;right:0;
    background:linear-gradient(transparent,rgba(0,0,0,.65));
    padding:20px;color:#fff;
}
.fac-overlay h3{font-family:var(--font-h);font-size:16px;font-weight:700;margin-bottom:4px}
.fac-overlay p{font-size:12px;color:rgba(255,255,255,.75);margin-bottom:0}
.fac-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.fac-card{
    background:var(--grey-bg);border:1px solid var(--border);
    border-radius:var(--r);padding:20px 16px;text-align:center;
    transition:border-color .2s;
}
.fac-card:hover{border-color:var(--orange)}
.fac-card span{font-size:24px;margin-bottom:8px;display:block}
.fac-card h4{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:5px}
.fac-card p{font-size:12px;color:var(--text-light);margin-bottom:0;line-height:1.45}

/* =============================================
   PLACEMENT BANNER — navy (like ref "Learn Without Boundaries")
   ============================================= */
.placement-banner{background:var(--navy);padding:60px 0}
.placement-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.placement-inner h2{
    font-family:var(--font-h);
    font-size:clamp(20px,2.8vw,32px);font-weight:800;
    color:#fff;margin-bottom:6px;
}
.placement-inner p{color:rgba(255,255,255,.7);font-size:14px;margin-bottom:0}

/* =============================================
   TESTIMONIALS — infinite scroll carousel
   ============================================= */
.testimonials{background:var(--grey-bg)}
.testi-carousel-wrap{
    overflow:hidden;
    /* soft fade edges */
    -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%);
    mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%);
    padding:8px 0 16px;
}
@keyframes marquee{
    0%{transform:translateX(0)}
    100%{transform:translateX(-50%)}
}
.testi-track{
    display:flex;
    gap:20px;
    width:max-content;
    animation:marquee 28s linear infinite;
    will-change:transform;
}
.testi-track:hover{
    animation-play-state:paused;
}
.testi-card{
    background:#fff;border:1px solid var(--border);
    border-radius:var(--r);padding:26px 22px;
    transition:border-color .2s,box-shadow .2s;
    flex:0 0 320px;width:320px;
}
.testi-card:hover{border-color:var(--orange);box-shadow:var(--shadow)}
.stars{color:#e8a000;font-size:15px;margin-bottom:12px;letter-spacing:2px}
.testi-card>p{font-size:13px;color:var(--text-mid);line-height:1.72;font-style:italic;margin-bottom:20px}
.testi-meta{display:flex;align-items:center;gap:10px;margin-bottom:0}
.testi-meta img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}
.testi-meta strong{display:block;font-size:13px;font-weight:700;color:var(--navy)}
.testi-meta span{font-size:11px;color:var(--orange);font-weight:600}

/* =============================================
   FINAL CTA — orange strip (like ref admissions banner)
   ============================================= */
.final-cta{background:var(--orange);text-align:center}
.final-cta-inner{max-width:620px;margin:0 auto}
.final-cta .section-label{color:rgba(255,255,255,.75);border:none;padding:0;letter-spacing:2px}
.final-cta .section-heading{color:#fff;border-left:none;padding-left:0}
.final-cta p{color:rgba(255,255,255,.85);font-size:15px;margin-bottom:28px}
.cta-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.final-cta .btn-outline{color:#fff;border-color:#fff}
.final-cta .btn-outline:hover{background:#fff;color:var(--orange)}

/* =============================================
   EVENTS — white
   ============================================= */
.events{background:#fff}
.events-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}
.event-featured{
    background:#fff;border:1px solid var(--border);
    border-radius:var(--r);overflow:hidden;
}
.event-featured img{width:100%;height:210px;object-fit:cover}
.event-featured-body{padding:22px}
.event-tag{
    display:inline-block;background:var(--orange-bg);color:var(--orange);
    font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;
    padding:3px 10px;border-radius:var(--r);margin-bottom:8px;
}
.event-featured-body h3{font-family:var(--font-h);font-size:17px;font-weight:700;margin-bottom:7px;color:var(--navy)}
.event-featured-body p{color:var(--text-light);margin-bottom:16px;font-size:13px}
.event-list{display:flex;flex-direction:column;gap:9px}
.event-item{
    background:var(--grey-bg);border:1px solid var(--border);
    border-radius:var(--r);padding:14px 16px;display:flex;gap:12px;
    align-items:center;transition:border-color .2s;
}
.event-item:hover{border-color:var(--orange);background:#fff}
.event-date{
    flex-shrink:0;background:var(--orange-bg);
    border:1px solid #edbba5;border-radius:var(--r);
    padding:7px 9px;text-align:center;min-width:50px;
}
.event-date span{display:block;font-size:17px;font-weight:900;color:var(--orange);line-height:1}
.event-date b{font-size:10px;color:var(--text-light);font-weight:600;text-transform:uppercase}
.event-body h4{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:2px}
.event-body p{font-size:12px;color:var(--text-light);margin-bottom:0}

/* =============================================
   FOOTER — dark navy (matches reference)
   ============================================= */
footer{background:#12274d;color:rgba(255,255,255,.75);padding:68px 0 0}
.footer-grid{
    display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:44px;padding-bottom:50px;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-logo{
    height:48px;width:auto;border-radius:4px;margin-bottom:14px;
    object-fit:contain;
}
.footer-brand p{color:rgba(255,255,255,.55);font-size:13px;line-height:1.7;margin-bottom:16px}
.footer-social{display:flex;gap:7px}
.footer-social a{
    width:32px;height:32px;border-radius:4px;
    background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
    display:flex;align-items:center;justify-content:center;
    font-size:10px;font-weight:700;color:rgba(255,255,255,.55);
    transition:background .2s,color .2s;
}
.footer-social a:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.footer-social a svg{display:block;width:16px;height:16px}
.footer-col h4{
    font-family:var(--font-h);font-size:12px;font-weight:700;
    text-transform:uppercase;letter-spacing:1.5px;color:#fff;margin-bottom:16px;
}
.footer-col ul li{margin-bottom:9px}
.footer-col ul a{font-size:13px;color:rgba(255,255,255,.52);transition:color .2s}
.footer-col ul a:hover{color:var(--orange)}
.footer-form input{
    width:100%;background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);color:#fff;
    padding:10px 13px;border-radius:var(--r);font-size:13px;
    margin-bottom:8px;outline:none;
}
.footer-form input::placeholder{color:rgba(255,255,255,.35)}
.footer-form input:focus{border-color:var(--orange)}
.footer-form button{
    width:100%;background:var(--orange);color:#fff;border:none;
    padding:10px;border-radius:var(--r);font-size:13px;font-weight:700;
    cursor:pointer;margin-bottom:16px;transition:background .2s;
}
.footer-form button:hover{background:var(--orange-hover)}
.footer-contact p{font-size:12px;color:rgba(255,255,255,.52);margin-bottom:5px}
.footer-contact a{color:rgba(255,255,255,.52);transition:color .2s}
.footer-contact a:hover{color:var(--orange)}
.footer-bar{padding:16px 0}
.footer-bar-inner{display:flex;justify-content:space-between;font-size:12px;color:rgba(255,255,255,.38)}
.footer-bar a{color:rgba(255,255,255,.38);transition:color .2s}
.footer-bar a:hover{color:rgba(255,255,255,.7)}

/* =============================================
   RESPONSIVE
   ============================================= */
@media(max-width:1100px){
    .programs-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media(max-width:900px){
    .section-pad{padding:56px 0}
    .hero{padding:80px 0 52px}
    .hero-inner{grid-template-columns:1fr;gap:36px}
    .hero-form-wrap{justify-content:center}
    .form-card{max-width:100%;padding:26px 22px}
    .hero-sub{max-width:100%}
    .stats-grid{grid-template-columns:repeat(2,1fr)}
    .stat-item{border-right:none;padding:12px 8px;border-bottom:1px solid var(--border)}
    .stat-item:last-child{border-bottom:none}
    .about-grid{grid-template-columns:1fr;gap:28px}
    .about-img{order:-1}
    .director-grid{grid-template-columns:1fr;text-align:center;gap:28px}
    .director-img img{margin:0 auto}
    .director-text blockquote{text-align:left}
    .highlights-grid{grid-template-columns:repeat(2,1fr)}
    .testi-card{flex:0 0 280px;width:280px}
    .facility-blocks{height:auto;grid-template-columns:1fr}
    .fac-block{height:240px}
    .fac-cards{grid-template-columns:repeat(2,1fr)}
    .events-grid{grid-template-columns:1fr}
    .placement-inner{flex-direction:column;text-align:center;gap:20px}
}
@media(max-width:640px){
    .section-pad{padding:44px 0}
    .hero{padding:72px 0 40px}
    .hero-headline{font-size:28px}
    .hero-tags{flex-direction:column}
    .stats-grid{grid-template-columns:repeat(2,1fr)}
    .stat-item:nth-child(5){grid-column:span 2;border-bottom:none}
    .programs-grid{grid-template-columns:1fr}
    .highlights-grid{grid-template-columns:1fr}
    .fac-cards{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr;gap:22px}
    .cta-btns{flex-direction:column;align-items:center}
    .elig-box{padding:26px 16px}
    .float-group{bottom:14px;right:12px}
    .float-btn{width:46px;height:46px}
    .float-btn svg{width:20px;height:20px}
}
