/* ===========================================================
   TINYTECH UDYOG — LANDING PAGE STYLES
   Palette:  Navy #0D2544 / Navy-Light #163A66 / Gold #D9A441
             Gold-Dark #B9822E / Cream #F7F5F1 / White #FFFFFF
             Text-Dark #1B2733 / Text-Muted #5C6B7A
   Type: Poppins (display, bold/uppercase) + Work Sans (body)
   =========================================================== */

:root{
  --navy: #0D2544;
  --navy-light: #163A66;
  --navy-soft: #12305A;
  --gold: #D9A441;
  --gold-dark: #B9822E;
  --cream: #F7F5F1;
  --white: #FFFFFF;
  --text-dark: #1B2733;
  --text-muted: #5C6B7A;
  --radius: 14px;
  --shadow: 0 12px 30px rgba(13,37,68,0.12);
  --transition: 0.3s ease;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Work Sans', sans-serif;
  color:var(--text-dark);
  background:var(--white);
  overflow-x:hidden;
}
h1,h2,h3,h4{
  font-family:'Poppins', sans-serif;
  margin:0;
  color:var(--navy);
  line-height:1.15;
}
p{ margin:0; color:var(--text-muted); line-height:1.7; font-size: 16px !important; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; margin:0; padding:0; }
img{ max-width:100%; display:block; }
.container{
  width:100%;
  /* max-width:1240px; */
  margin:0 auto;
  /* padding:0 24px; */
}

/* ---------- Reusable type helpers ---------- */
.eyebrow{  font-family:'Poppins', sans-serif;  font-weight:700;  letter-spacing:3px;  text-transform:uppercase;  color:var(--gold-dark);  font-size:15px !important;  margin-bottom:10px;}
.eyebrow.center{ text-align:center; font-size:22px !important; }
.gold-text{ color:var(--gold); }

/* ---------- Buttons ---------- */
.btn{  display:inline-flex;  align-items:center;  gap:8px;  padding:14px 28px;  border-radius:8px;  font-family:'Poppins', sans-serif;  font-weight:600;  font-size:14px;  text-transform:uppercase;  letter-spacing:0.5px;  transition:transform var(--transition), box-shadow var(--transition), background var(--transition);  white-space:nowrap;  border:2px solid transparent;  cursor:pointer;}
.btn:hover{ transform:translateY(-3px); box-shadow:var(--shadow); }
.btn-navy{ background:var(--navy); color:var(--white); }
.btn-navy:hover{ background:var(--navy-light); }
.btn-gold{ background:var(--gold); color:var(--navy); }
.btn-gold:hover{ background:var(--gold-dark); color:var(--white); }
.btn-outline{ background:transparent; border-color:var(--white); color:var(--white); }
.btn-lg{ padding:18px 36px; font-size:16px; }



.site-header{    position:fixed;    top:0;    left:0;    width:100%;    z-index:9999;    background:#0D2544;    transition:all .4s ease;    box-shadow:0 5px 20px rgba(0,0,0,.06);}
.site-header .container{    display:flex;    justify-content:center;    align-items:center;}

.navbar-brand{
    margin:0;
    padding:0;
}
.fixed-top{position: sticky !important;}
.site-header.scrolled{    padding:0;    background:#0D2544;    box-shadow:0 15px 35px rgba(0,0,0,.08);}
.navbar{    padding:18px 0;    transition:.4s;}
.site-header.scrolled .navbar{    padding:12px 0;}/* Logo */
.navbar-brand{    padding:0;}
.navbar-brand img{    width:220px;    transition:.4s;}
.site-header.scrolled .navbar-brand img{    width:190px;}


/*==========================
Global Title
==========================*/

.custom-heading{    display:flex;    justify-content:center;    align-items:center;    margin-bottom:45px;}
.custom-heading.oil-ttl {  margin-bottom: 15px !important;}
.custom-heading h2{    position:relative;    display:inline-block;    margin:0;    padding:0 90px;    font-size:36px;    font-weight:800;    color:#0D2544;    text-transform:uppercase;}
.custom-heading h2::before{    content:"";    position:absolute;    left:0;    top:50%;    transform:translateY(-50%);    width:70px;    height:2px;    background:linear-gradient(        to left,        #D9A441 0%,        rgba(217,164,65,.45) 60%,        rgba(217,164,65,0) 100%    );}
.custom-heading h2::after{    content:"";    position:absolute;    right:0;    top:50%;    transform:translateY(-50%);   width:70px;    height:2px;    background:linear-gradient(        to right,        #D9A441 0%,        rgba(217,164,65,.45) 60%,        rgba(217,164,65,0) 100%    );}



/* ===========================================================
   SOLUTIONS SPLIT SECTION (Oil Mill / Refinery) — cross layout
   =========================================================== */


.solutions{    padding:80px 0;    background:#fff;    overflow:hidden;}
.solutions-head{    text-align:center; }
.split-wrapper{    position:relative;    display:flex;    width:100%;    /*max-width:1700px;*/    height:920px;    margin:0 auto;    overflow:hidden;    gap:20px;    align-items:stretch;}
.solution-box{    position:relative;    flex:1;    height:100%;    overflow:hidden;    transition:.45s ease;    background-repeat:no-repeat;    background-size:100% 100%;    background-position:center;}
.left-box{    background-image:url("upload/product/tinytech_udyog_left_side.webp");    background-position:center center;}
.right-box{    background-image:url("upload/product/right-side-factory-img.webp");    background-position:center center;}
.left-box::before{    content:"";    position:absolute;    inset:0;    z-index:1;}
.right-box::before{    content:"";    position:absolute;    inset:0;  z-index:1;}
.left-cnt {  color:  #fff !important;  margin-bottom: 20px;}
.or-circle{    position:absolute;    left:50%;    top:50%;    transform:translate(-50%,-50%);    width:70px;    height:70px;  border-radius:50%;    background:#fff;    border:4px solid #D9A326;    display:flex;    justify-content:center;    align-items:center;    font-size:28px;    font-weight:700;    color:#081d3b;    z-index:50;    box-shadow:0 15px 35px rgba(0,0,0,.18);}
.solution-box:hover{    flex:1.04;}
.content{    position:absolute;    z-index:10;    top:53%;    transform:translateY(-50%);    width:420px;}
.left-box .content{    left:42%;    color:#ffffff;    bottom: -5%;}
.right-box .content{    left:40px;    color:#081d3b;    bottom: -5%;}
.icon{    width:62px;    height:62px;    border-radius:50%;    border:2px solid #D9A326;    display:flex;    justify-content:center;    align-items:center;    font-size:28px;    color:#D9A326;    margin-bottom:24px;    background:rgba(255,255,255,.08);}
/*.right-box::before{    content:"";    position:absolute;    inset:0;    z-index:1;    pointer-events:none;    background:linear-gradient(        -50deg,        rgba(255,255,255,.92) 0%,        rgb(255,255,255,.78) 30%,        rgba(255,255,255,.48) 55%,        rgba(255,255,255,.18) 80%,        transparent 100%    );}*/
.right-box .icon{    background:rgba(8,29,59,.05);}
.content h2{    font-size:48px;    line-height:1.05;    font-weight:800;    margin:0;    text-transform:uppercase;}
.left-box h2{    color:#ffffff; margin-bottom:10px;}
.right-box h2{    color:#081d3b; margin-bottom:10px;}
.title-line{    display:block;    width:70px;    height:4px;    background:#D9A326;    margin:20px 0;}
.content ul{    margin:0;    padding:0;    list-style:none;}
.content ul li{    position:relative;    padding-left:34px;    margin-bottom:16px;    font-size:15px;    font-weight:500;    line-height:1.5;}
.right-cnt {  color:  #0D2544 !important;  margin-bottom: 20px; width: 340px;}
.left-box li{    color:#ffffff;}
.right-box li{    color:#081d3b;}
.content li::before{    content:"✓";    position:absolute;    left:0;    top:2px;    width:20px;    height:20px;    border-radius:50%;    background:#D9A326;    color:#081d3b;    display:flex;    justify-content:center;    align-items:center;    font-size:11px;    font-weight:700;}
.btn-gold{    display:inline-flex;    align-items:center;    justify-content:center;    gap:12px;    margin-top:10px;    padding:16px 34px;    background:#D9A326;    color:#081d3b;    font-size:15px;    font-weight:700;    text-decoration:none;    border-radius:8px;    transition:all .35s ease;    box-shadow:0 15px 35px rgba(217,163,38,.25);}
.btn-gold:hover{    background:#C8921F;    color:#081d3b;    transform:translateY(-4px);    box-shadow:0 25px 45px rgba(217,163,38,.35);}
.btn-gold i{    transition:.35s;}
.btn-gold:hover i{    transform:translateX(6px);
}
.content{    transition:all .45s ease;}
.solution-box:hover .content{    transform:translateY(-50%) translateX(12px);
}
.icon{    transition:all .45s ease;}
.solution-box:hover .icon{    transform:rotate(360deg);    background:#D9A326;    color:#081d3b;}
.content h2{    transition:.35s;}
.solution-box:hover h2{    letter-spacing:.8px;}
.content ul li{    transition:.35s;}
.solution-box:hover ul li{    transform:translateX(6px);}
.solution-box{    transition:    flex .45s ease,    background-size .6s ease,    transform .4s ease;}
.or-circle{    transition:.35s;}
.split-wrapper:hover .or-circle{    transform:translate(-50%,-50%) scale(1.08);}
.solution-box::after{    content:"";    position:absolute;    inset:0;    pointer-events:none;    opacity:0;    transition:.45s;}
.solution-box:hover::after{    opacity:1;}


@media (max-width:1600px){

    .split-wrapper{        height:860px;    }
    .content{        width:380px;    }
    .content h2{        font-size:37px;    }
}

@media (max-width:1400px){
    .split-wrapper{        height:880px;    }
    .left-box .content{        left:60px;    }
    .right-box .content{        left:80px;    }
    .content{        width:340px;    }
    .content h2{        font-size:38px;    }
    .content ul li{        font-size:15px;    }

}

@media (max-width:1200px){

    .split-wrapper{     height:820px;    }
    .content{        width:300px;    }
    .content h2{        font-size:32px;    }
    .content ul li{        font-size:14px;        margin-bottom:12px;    }
    .btn-gold{        padding:14px 24px;        font-size:14px;    }
    .or-circle{        width:72px;        height:72px;        font-size:28px;    }

}

/* ======================================================
   TABLET & MOBILE
====================================================== */


@media (max-width:991px){

    .split-wrapper{
        flex-direction:column;
        height:auto;
        gap:0px;
        margin-top: 30px;
    }

    .solution-box{
        flex:none !important;
        width:100%;
        min-height:560px;
        height:auto;
        padding:50px 35px;
        transform:none !important;

        background-image:none !important;
        background-size:unset !important;
        background-position:center !important;
    }

    /* Left Card */

    .left-box{
        background:#011734 !important;
    }

    /* Right Card */

    .right-box{
        background:#F4F6F9 !important;
    }

    .left-box::before,
    .right-box::before,
    .solution-box::after{
        display:none !important;
    }

    .or-circle{
        display:none !important;
    }

    .content{

        position:relative;

        top:auto;

        left:auto !important;

        bottom:auto !important;

        transform:none !important;

        width:100%;

        text-align:left;

        z-index:5;

    }

    .left-box .content,
    .right-box .content{
        left:auto !important;
    }

    .icon{
        margin-bottom:20px;
    }

    .title-line{
        margin:20px 0;
    }

    .content ul{

        display:block;

        margin-top:18px;

    }

    .btn-gold{
        margin-top:25px;
    }

    /* Disable Hover */

    .solution-box:hover,
    .solution-box:hover .content,
    .solution-box:hover .icon,
    .solution-box:hover h2,
    .solution-box:hover ul li,
    .solution-box:hover .btn-gold{

        transform:none !important;

        letter-spacing:0 !important;

    }

    .solution-box:hover .icon{

        background:transparent !important;

        color:#D9A326 !important;

    }

    .solution-box:hover::after{
        opacity:0 !important;
    }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width:767px){

    .solution-box{

        min-height:500px;

        padding:40px 25px;

    }

    .content{

        width:100%;

    }

    .content h2{

        font-size:30px;

    }

    .content p{

        font-size:15px;

        line-height:1.7;

    }

    .content ul li{

        font-size:14px;

        margin-bottom:10px;

    }

    .icon{

        width:56px;

        height:56px;

        font-size:22px;

        margin-bottom:18px;

    }

    .btn-gold{

        width:100%;

        justify-content:center;

    }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width:480px){

    .solutions{

        padding:60px 0;

    }

    .solution-box{

        min-height:460px;

        padding:35px 20px;

    }

    .content h2{

        font-size:24px;

        line-height:1.2;

    }

    .content p{

        font-size:14px;

    }

    .content ul li{

        font-size:13px;

        padding-left:28px;

    }

    .btn-gold{

        padding:14px 20px;

        font-size:14px;

    }

}

/*========================================
WHY TINYTECH
========================================*/

.why-tinytech{    background:#fff;    padding:50px 0 80px 0;}
.why-heading{    display:flex;    align-items:center;    justify-content:center;    gap:18px;    margin-bottom:45px;}
.why-heading span{    width:65px;    height:2px;    background:#d9a441;}
.why-heading h2{    margin:0;    font-size:36px;    font-weight:800;    color:#0d2544;    text-transform:uppercase;}
.why-wrapper{    display:flex;    align-items:stretch;    background:#fff;}
.why-item{    flex:1;    display:flex;    align-items:center;    justify-content:center;    gap:15px;    padding:35px 12px;    border-right:1px solid #ececec;    transition:.35s;}
.why-item.last{    border-right:none;}
.why-item:hover{    background:#fafafa;}
.why-icon{    width:90px;    flex-shrink:0;}
.why-icon img{    width:100%;    display:block;}
.why-content{    text-align:left;}
.why-content h3{    margin:0;    font-size:42px;    line-height:1;    font-weight:800;    color:#0d2544;}


/*=========================================
INDUSTRIES
=========================================*/

.industries{    padding:90px 0;    background:#F8F9FC;    overflow:hidden;}
.industry-slider{    width:100%;        position:relative;}
.industry-track{    display:flex;    align-items:center;    gap:20px;    width:max-content;    will-change:transform;}
.industry-item{    flex:0 0 240px;    background:#fff;    border-radius:15px;    padding:30px 20px;    display:flex;    flex-direction:column;    align-items:center;    justify-content:center;    text-align:center;    box-shadow:0 10px 30px rgba(0,0,0,.08);    transition:.35s;}
.industry-item:hover{    transform:translateY(-8px);}
.industry-item img{    width:140px;    height:auto;    object-fit:contain;    margin:0 auto 18px;}
.industry-item span{    font-size:20px;    font-weight:600;    color:#0D2544;}



/* ===========================================================
   CTA BANNER
   =========================================================== */

.cta-banner{    position:relative;    overflow:hidden;    padding:90px 0;    background:    linear-gradient(90deg,    rgba(8,29,59,.95) 0%,    rgba(8,29,59,.90) 45%,    rgba(8,29,59,.45) 75%,    rgba(8,29,59,.10) 100%),    url("upload/Cta-bac.webp");    background-size:cover;    background-position:center right;    background-repeat:no-repeat;}
.cta-overlay{    position:absolute;    inset:0;    background:linear-gradient(to right,    rgba(8,29,59,.15),    rgba(8,29,59,0));}
.cta-banner .container{    position:relative;    z-index:2;}.cta-inner{    display:flex;    align-items:center;    justify-content:space-between;    gap:40px;}
.cta-content{    max-width:650px;}
.cta-banner h2{    color:#fff;    font-size:40px;    font-weight:800;    line-height:1.25;    margin-bottom:18px;}
.cta-line{    width:70px;    height:4px;    background:#D9A326;    margin-bottom:20px;}
.cta-banner p{    color:#d9e2ef;    font-size:19px;    line-height:1.8;    margin:0;}
.cta-btn{    flex-shrink:0;}
.cta-btn .btn{    padding:18px 34px;    font-size:16px;    font-weight:700;    border-radius:10px;    display:flex;    align-items:center;    gap:14px;    box-shadow:0 15px 40px rgba(0,0,0,.25);}
.cta-btn .btn:hover{    transform:translateY(-5px);}




/*=========================================
FOOTER
=========================================*/

.site-footer{ background:#081d3b url("upload/footer-bg.png") center/cover no-repeat; color:#fff; padding-top:45px; }
.footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr .8fr; gap:40px; padding-bottom:35px;}
.footer-box{position:relative;  padding-right:25px; }
.footer-box:not(:last-child)::after{content:""; position:absolute; right:0;  top:0; width:1px;  height:100%;  background:rgba(255,255,255,.12);  }
.footer-logo{   width:240px;  margin-bottom:18px;  }
 .footer-brand p{  color:#cdd8e8;  line-height:1.8;  font-size:15px;  }
 .footer-box h4{ color:#d9a326;  font-size:18px;  font-weight:700;  margin-bottom:22px;  }
.footer-box ul{  padding:0;  margin:0;  list-style:none;  }
.footer-box li{  display:flex;  align-items:center;  gap:12px;  margin-bottom:16px;  font-size:16px;  color:#d7e2f0;  }
.footer-box li i{  width:18px;  color:#d9a326;  }
.certificate{ display:flex;    gap:18px; }
.certificate img{ width:85px;   }
.certificate strong{ display:block;  font-size:26px;  }
.certificate span{  font-size:14px;  display:block;  color:#d5deea; }
.made-logo img {  width: 140px;}
.footer-bottom{ border-top:1px solid rgba(255,255,255,.08);  margin-top:30px;  padding:18px 0;  }
.footer-bottom-inner{  display:flex;  justify-content:space-between;  align-items:center;  }
.footer-bottom p{  margin:0; font-size:16px;  color:#cfd9e7;  }
.footer-bottom a{ color:#cfd9e7;  text-decoration:none;  margin-left:10px;  }
.footer-bottom a:hover{ color:#d9a326;  } 
.whatsapp-btn{ position:fixed;  right:25px;  bottom:25px;  width:62px;  height:62px;  background:#25D366;  border-radius:50%;  display:flex;  justify-content:center;  align-items:center;  color:#fff;  font-size:30px;  box-shadow:0 10px 25px rgba(0,0,0,.25);  z-index:9999;  transition:.3s;  }
.whatsapp-btn:hover{  transform:scale(1.08);  color:#fff;  }

/* ===========================================================
   RESPONSIVE
   =========================================================== */

@media(max-width:991px){
    .site-header.scrolled .navbar-brand img{width: 120px;}
  .navbar-brand img{ width:150px; }
.hero{min-height:560px; }
.hero h1{ font-size:46px; }
.hero-overlay{ background:rgba(255,255,255,.88); }

.why-wrapper{    flex-wrap:wrap;}
.why-item{    width:50%;    flex:0 0 50%;    border-bottom:1px solid #ececec;}
.why-item:nth-child(2){    border-right:none;}
.why-item:nth-child(3),.why-item:nth-child(4){    border-bottom:none;}

.industries-grid{    grid-template-columns:repeat(2,1fr);}
.industry-item{    width:190px;}

.cta-inner{    flex-direction:column;    text-align:center;}
.cta-content{    max-width:100%;}
.cta-line{    margin:20px auto;}
.cta-banner{    background-position:100% center;}

.site-footer{
    padding-top:50px;
}


.footer-top{
    grid-template-columns:repeat(2,1fr);
    gap:40px 30px;
}

.footer-box{
    padding-right:0;
}

.footer-box::after{
    display:none;
}

.footer-logo{
    width:220px;
}

.footer-box h4{
    font-size:17px;
}

.footer-box li{
    font-size:15px;
}



.certificate img{
    width:75px;
}

.certificate strong{
    font-size:22px;
}

.footer-bottom-inner{
    flex-direction:column;
    text-align:center;
    gap:12px;
}

}

@media(max-width:767px){

.custom-heading h2{        font-size:24px;        padding:0 55px;  text-align: center;  }
.custom-heading h2::before,    .custom-heading h2::after{        width:40px;    }
.eyebrow.center {font-size: 18px !important;}
.navbar{    padding:12px 0;}
.navbar-brand img{    width:130px;}
.quote-btn{    width:100%;    justify-content:center;    margin-top:20px;}
.hero{ padding:80px 0; min-height:auto;}
.hero h1{font-size:44px; line-height: 58px;}
.hero p{font-size:16px;}
.hero-btns{flex-direction:column;}
.btn{width:100%;justify-content:center; }


.why-tinytech{    padding:40px 0;}
.why-heading{    margin-bottom:30px;}
.why-heading h2{    font-size:22px;    text-align:center;}
.why-heading span{    width:35px;}
.why-wrapper{    display:block;}
.why-item{    width:100%;    flex:none;    border-right:none;    border-bottom:1px solid #ececec;    justify-content:flex-start;    padding:22px;}
.why-item:last-child{    border-bottom:none;}
.why-icon{    width:55px;}
.why-content h3{    font-size:30px;}
.why-content p{    font-size:16px;}



.industries{        padding:60px 0;    }
.industry-slider::before,    .industry-slider::after{        width:60px;    }
.industry-item{        width:190px;        padding:18px;        margin:0 0px; flex:0 0 190px;}
.industry-item img{        width:120px;        height:120px;    }
.industry-item span{        font-size:16px;    }

.site-footer{  padding-top:45px;}
.footer-top{    grid-template-columns:1fr;    gap:35px;}
.footer-box{    padding:0;}
.footer-box::after{    display:none;}
.footer-logo{    width:200px; }
.footer-brand p{    max-width:320px; }
.footer-box h4{    margin-bottom:18px;}
.footer-box ul{    display:flex;    flex-direction:column;}
/* .footer-box li{    justify-content:center;    text-align:center;} */
.certificate{    flex-direction:column;    gap:15px;}
.certificate img{    width:85px; }
.footer-bottom{    margin-top:20px;}
.footer-bottom-inner{    flex-direction:column;    gap:12px;    text-align:center;}
.footer-bottom-inner div{    display:flex;    justify-content:center;    flex-wrap:wrap;    gap:10px;}
.footer-bottom a{    margin:0;}
.whatsapp-btn{    width:55px;    height:55px;    right:18px;    bottom:18px;    font-size:28px;}
}

@media(max-width:576px){

.cta-banner{    padding:55px 0;}
.cta-banner h2{    font-size:28px;}
.cta-banner p{    font-size:16px;}
.cta-btn .btn{    width:100%;    justify-content:center;}

}

@media (max-width:480px){

.footer-logo{    width:170px;}


}

@media (max-width:1024px){
  .industries-grid{ grid-template-columns:repeat(4,1fr); }
  .services-grid{ grid-template-columns:repeat(3,1fr); }
  .split-panel{ padding:50px 40px; }
  .split-left{ padding-right:90px; }
  .split-right{ padding-left:90px; margin-left:-70px; }
}

@media (max-width:900px){
  .main-nav, .btn-quote{ display:none; }
  .nav-toggle{ display:flex; }
  .main-nav.open{
    display:flex; position:absolute; top:100%; left:0; right:0;
    flex-direction:column; background:var(--white); padding:20px; box-shadow:var(--shadow); gap:14px;
  }
  .hero-inner{ grid-template-columns:1fr; }
  .split-wrap{ grid-template-columns:1fr; }
  .split-left, .split-right{
    clip-path:none !important; margin-left:0 !important; padding:50px 30px !important;
  }
  .split-media{ display:none; }
  .or-badge{ display:none; }
  .stats-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}

@media (max-width:600px){
  .industries-grid{ grid-template-columns:repeat(2,1fr); }
  .services-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr; }
  .cta-inner{ flex-direction:column; align-items:flex-start; }
}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
  .anim-left, .anim-right{ transition:none; opacity:1; transform:none; }
  html{ scroll-behavior:auto; }
}

/* Mobile Menu */

@media(max-width:1199px){

.navbar-collapse{    background:#fff;    margin-top:20px;    padding:20px;    border-radius:15px;    box-shadow:0 15px 35px rgba(0,0,0,.08);}
.navbar-nav{    gap:0;}
.navbar-nav .nav-link{    padding:14px 0 !important;}
.dropdown-menu{    border-radius:10px;    margin-top:5px;    box-shadow:none;    border:1px solid #eee;}

}