
    :root{
    --blue:#0a1f44;
    --light-blue:#4da3ff;
    --black:#000;
    --white:#fff;
}
:root {
            --theme-color: #0a1f44;
            --dark-color: #000000;
            --light-bg: #f8f9fa;
        }
  :root {
            --dark-blue: #0b1c2d;
            --blue: #123a63;
            --black: #000;
            --white: #fff;
            --light-bg: #f6f8fb;
            --font-main: 'Inter', sans-serif;
        }
:root {
    --primary: #007bff;
    --dark-bg: #0a192f;
    --card-bg: #112240;
    --text-main: #e6f1ff;
    --text-muted: #8892b0;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body{
    font-family: "Segoe UI", sans-serif;
    color: #000 ;
}

/* Topbar */
.topbar{
    background: var(--black);
    color: var(--white);
    padding: 8px;
    font-size: 14px;
}
/* .logo {
    width: 7%;
} */
a.nav-link {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
/* ul.navbar-nav.ms-auto {
    margin-right: 8%;
} */
li.nav-item {
    padding: 0% 0% 0% 0%;
}
.menu_active{
  color: #000000 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
}
/* Header */
.main-header {
    background: var(--white);
    position: fixed;
    width: 100%;
    z-index: 9999999999;
}
.main-header.scrolled {
    top: 0%;
}
/* Hero */
.hero{
    background:
    linear-gradient(rgba(10,31,68,.9),rgba(0,0,0,.8)),
    url("../img/banner.jpg") center/cover no-repeat;
    color: var(--white);
    
  padding: 193px 0 80px 0;
}

.hero h1{
    font-size: 56px;
    font-weight: 700;
}

.hero p{
    font-size: 18px;
    max-width: 500px;
}

/* Sections */
.section{
    padding: 90px 0;
}

.section-title{
    text-align: center;
    margin-bottom: 50px;
}

/* About */
/* ================= ABOUT SECTION ================= */
.about-section {
  background: #fff;
  color: #000000;
}
.about_our{
  background: #fff;
  color: #000000;
  width: 100%;
  /* padding: 90px 0; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 8px;

}
.about-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-subtitle {
    font-size: 16px;
    color: #000000;
    /* max-width: 750px; */
    /* margin: auto; */
    line-height: 1.7;
    text-align: justify;
    /* width: 100%; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}
/* Team Card */
.team-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  transition: 0.4s ease;
  backdrop-filter: blur(10px);
}

.team-card:hover {
  transform: translateY(-10px);
  /* border-color: #050d1f; */
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.35);
}
.team1-card img{
  width: 100% !important;
}
.team1-card {
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 3px solid #093a60;
    border-radius: 18px;
    padding: 12px;
    text-align: center;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0%);
    position: relative;
}

.team1-card:hover {
  /* transform: translateY(-10px); */
  /* border-color: #050d1f; */
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.35);
}
.about_con {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
    /* position: relative; */
    /* top: 36%; */
    margin-top: 4%;
}

.team-img {
  /* width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #050d1f; */
  margin-bottom: 15px;
  width: 100%;
}

.team-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0a192f;
}

.team-role {
  font-size: 15px;
  font-weight: 600;
  color: #0a192f;
}

/* PRODUCT SHOWCASE */
.product-showcase {
    background: var(--light-bg);
}

.product-box {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.product-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-content {
    padding: 25px;
}

.product-content h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--blue);
}

.product-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.product-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Products */
.products-section {
    background: var(--dark-bg);
}

.product-card {
    background: var(--card-bg);
    padding: 50px 30px;
    border-radius: 4px;
    color: white;
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.05);
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
}

.product-icon {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

.product-card.active {
    background: var(--primary);
}
.product-card.active .product-icon, 
.product-card.active p {
    color: white;
}

/* ================= ACTIVITIES SECTION ================= */
.activities-section {
  background: #050d1f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.activities-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 400px;
  height: 400px;
  background: rgba(0, 123, 255, 0.15);
  filter: blur(120px);
  border-radius: 50%;
}

.activities-section::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: rgba(0, 212, 255, 0.15);
  filter: blur(120px);
  border-radius: 50%;
}

.activities-section .section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.activities-section .section-title p {
  color: #cfcfcf;
  font-size: 16px;
  max-width: 700px;
  margin: auto;
}

.activity-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 28px;
  min-height: 240px;
  transition: 0.4s ease;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(12px);
  height: 250px;
}

.activity-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.35);
}

.activity-icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(45deg, #007bff, #00d4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin-bottom: 18px;
}

.activity-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.activity-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d7d7d7;
}

.footer {
    padding-top: 3%;
    text-align: left;
}
.footer a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
/* Responsive */
@media(max-width:768px){
    .hero h1{ font-size: 38px; }
    .section{ padding: 60px 20px; }
}

.btn_more{
    width: 100%;
    text-align: center;
}
/* .footer li {
    list-style: none;
} */


.service-box {
  padding: 7% 4% 10% 5%;
  border-left: 4px solid #072654 !important;
  transition: 0.4s ease;
  transform: translateY(0px);
  background-color: #fff;
}

.service-box:hover {
  transform: translateY(-10px);
}


.footer-logo {
    object-fit: contain;
    margin-right: 8px;
    width: 100%;
}
.footer-title.logo{
  display: flex;
  align-items: center;
  gap: 10px;
}




/* ================= RESPONSIVE ================= */


/* ================= NAV BAR  ================= */



/* ================= RESPONSIVE NAVBAR ================= */

/* Desktop Large */
@media (max-width: 1440px) {
  .main-header .navbar-brand {
    font-size: 18px;
  }

  .main-header .nav-link {
    font-size: 15px;
    margin: 0 8px;
  }
}

/* Laptop */
@media (max-width: 1200px) {
  .main-header .navbar-brand {
    font-size: 16px;
  }

  .nav-logo {
    height: 40px;
  }

  .main-header .nav-link {
    font-size: 14px;
    margin: 0 6px;
  }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
  .main-header .navbar-brand {
    font-size: 15px;
  }
.main-header {
    background: var(--white);
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    top: 12%;
}
  .main-header .nav-link {
    font-size: 14px;
  }
}

/* Tablet */
@media (max-width: 768px) {
    .main-header {
        padding: 12px 0;
        position: fixed;
        top: 10%;
    }
  .main-header .navbar-brand {
    font-size: 14px;
    text-transform: none;
  }

  .nav-logo {
    height: 38px;
  }

  .navbar-collapse {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    border-radius: 12px;
    margin-top: 12px;
  }

  .main-header .nav-link {
    margin: 10px 0;
    font-size: 15px;
  }
}

/* Mobile Large */
@media (max-width: 425px) {
      .main-header .navbar-brand {
        font-size: 3px;
        width: 50%;
    }
.topbar {
    background: var(--black);
    color: var(--white);
    padding: 0px 3% 0% 6%;
    font-size: 11px;
    margin-top: -2%;
}
  .nav-logo {
    height: 35px;
  }
    .main-header {
        padding: 12px 0;
        position: fixed;
        top: 5%;
    }
  .main-header .nav-link {
    font-size: 14px;
  }
}

/* Mobile Medium */
@media (max-width: 375px) {
  .main-header .navbar-brand {
    font-size: 12px;
 }
    .main-header.scrolled {
        margin-top: -0.5%;
    }
 
  .nav-logo {
    height: 32px;
  }
}

/* Mobile Small */
@media (max-width: 320px) {
  .main-header .navbar-brand {
    font-size: 11px;
  }

  .nav-logo {
    height: 28px;
  }

  .main-header .nav-link {
    font-size: 13px;
  }
}















/* 
.hero {
  background: #050d1f;
  padding: 120px 0 80px 0;
  overflow: hidden;
}

.hero-text h1 {
  font-size: 55px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.hero-text p {
  font-size: 16px;
  color: #cfcfcf;
  margin: 20px 0;
  line-height: 1.7;
}

.hero img {
  width: 100%;
  max-width: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
} */

/* Tablet Landscape */
@media (max-width: 1024px) {
  .hero {
    padding: 110px 0 70px 0;
  }

  .hero-text h1 {
    font-size: 45px;
  }

  .hero-text p {
    font-size: 15px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .hero {
    text-align: center;
    padding: 110px 0 60px 0;
  }

  .hero-text h1 {
    font-size: 38px;
  }

  .hero-text p {
    font-size: 15px;
    margin: 15px 0;
  }

  .hero img {
    margin-top: 25px;
    max-width: 90%;
  }
}

/* Mobile Large */
@media (max-width: 425px) {
  .hero {
    padding: 105px 0 50px 0;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text p {
    font-size: 14px;
  }

  .hero img {
    margin-top: 20px;
    max-width: 100%;
  }

  .hero .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Mobile Medium */
@media (max-width: 375px) {
  .hero-text h1 {
    font-size: 25px;
  }

  .hero-text p {
    font-size: 13px;
  }
}

/* Mobile Small */
@media (max-width: 320px) {
  .hero-text h1 {
    font-size: 22px;
  }

  .hero-text p {
    font-size: 12px;
  }

  .hero .btn {
    font-size: 12px;
    padding: 8px 18px;
  }
}


        :root {
            --theme-color: #0b1c2d;
            --dark-color: #000000;
            --light-bg: #f8f9fa;
        }
        /* ==============================
        TOPBAR
        ============================== */
        .topbar {
            background: var(--dark-color);
            color: #fff;
            font-size: 14px;
            padding: 8px 0;
        }

        .topbar a {
            color: #fff;
            text-decoration: none;
            margin-left: 10px;
        }

        /* ==============================
        NAVBAR
        ============================== */
        .navbar {
            transition: all 0.3s ease;
            padding:0px 0;
        }

        .navbar.scrolled {
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 0px 0;
}

        .navbar .nav-link {
            font-weight: 500;
            margin: 0 8px;
            color: #111 !important;
        }

        .navbar .nav-link:hover,
        .navbar .nav-link.active {
            color: var(--theme-color) !important;
        }

        .btn-theme {
            background: var(--theme-color);
            color: #fff;
            border-radius: 8px;
            padding: 10px 22px;
            font-weight: 600;
            transition: 0.3s;
        }

        .btn-theme:hover {
            background: #102342;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ==============================
        HERO BANNER
        ============================== */
        .about-hero {
            background: url('../img/about_bnr.jpg') center/cover no-repeat;
            position: relative;
            padding: 110px 0;
            color: #fff;
        }

        .about-hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.65);
        }

        .about-hero .container {
            position: relative;
            z-index: 2;
        }

        .about-hero h1 {
            font-size: 45px;
            font-weight: 700;
        }

        .breadcrumb-box {
            background: rgba(255, 255, 255, 0.12);
            padding: 12px 18px;
            border-radius: 10px;
            display: inline-block;
        }

        .breadcrumb-box a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
        }

        .breadcrumb-box span {
            color: #ddd;
        }

        /* ==============================
        ABOUT SECTION
        ============================== */
        .about-img img {
            border-radius: 18px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        }

        .about-list li {
            margin-bottom: 10px;
            font-weight: 500;
        }

        /* ==============================
        VISION MISSION
        ============================== */
        .vm-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 18px;
            padding: 30px;
            transition: 0.3s;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        }

        .vm-card:hover {
            transform: translateY(-6px);
            border-color: var(--theme-color);
        }

        .vm-icon {
            width: 60px;
            height: 60px;
            background: rgba(230, 57, 70, 0.12);
            color: var(--theme-color);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            font-size: 26px;
            margin-bottom: 15px;
        }

        /* ==============================
        TEAM SECTION
        ============================== */
        .team-card {
            border-radius: 18px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            transition: 0.3s;
            position: relative;
        }

        .team-card img {
            width: 100%;
            height: 270px;
            object-fit: cover;
            transition: 0.4s;
        }

        .team-card:hover img {
            transform: scale(1.08);
        }

        .team-card .content {
            padding: 18px;
            text-align: center;
        }

        .team-card h5 {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .team-card p {
            margin: 0;
            color: #666;
            font-weight: 500;
        }

        /* ==============================
        COUNTER SECTION
        ============================== */
                .counter-section {
                  background: #0b1c2d;
                  color: #fff;
                  padding: 70px 0;
                }

        .counter-box {
            text-align: center;
            padding: 25px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.05);
            transition: 0.3s;
        }

        .counter-box:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.08);
        }

                .counter-box i {
                  font-size: 35px;
                  color: #ffffff;
                  margin-bottom: 10px;
                }

        .counter-box h2 {
            font-size: 42px;
            font-weight: 800;
            margin-bottom: 5px;
        }

        /* ==============================
        WHY CHOOSE US
        ============================== */
        /* .service-box {
            background: #fff;
            border-radius: 18px;
            padding: 28px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            transition: 0.3s;
            border: 1px solid #eee;
            height: 100%;
        }

        .service-box:hover {
            transform: translateY(-6px);
            border-color: var(--theme-color);
        }

        .service-box i {
            font-size: 34px;
            color: var(--theme-color);
            margin-bottom: 15px;
        }

        .service-box h5 {
            font-weight: 700;
        } */

        /* ==============================
        FOOTER
        ============================== */
            footer {
              background: #ffffff;
              color: #000000;
              padding: 50px 0 20px;
            }

        footer h5 {
            color: #fff;
            font-weight: 700;
            margin-bottom: 15px;
        }

        footer a {
            color: #ccc;
            text-decoration: none;
        }

        footer a:hover {
            color: var(--theme-color);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.15);
            margin-top: 30px;
            padding-top: 15px;
            text-align: center;
            font-size: 14px;
        }
    


/* ==============================
   HISTORY SECTION
============================== */
.history-section .history-card {
    background: rgb(101 123 144 / 43%);
    padding: 28px;
    border-radius: 18px;
    /* border: 1px solid #eee; */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
    height: 100%;
}

.history-section .history-card:hover {
    transform: translateY(-6px);
    border-color: #02002c;

    /* Glass Blur Effect */
    background: rgba(2, 0, 44, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 18px 40px rgba(2, 0, 44, 0.18);
}


.history-section .history-card:hover {
  transform: translateY(-6px);
  border-color: #02002c;
}

.history-section .history-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.history-section .history-card h5 i {
  color: #ffffff;
}

.history-section .history-card p {
    line-height: 1.8;
    font-size: 15.5px;
    color: #fff !important;
}

.history-section .highlight-card {
  background: rgba(1, 0, 36, 0.08);
  border: 1px solid rgba(0, 9, 60, 0.3);
}

.history-section {
    background: #0b1c2d !important;
    width: 100%;
    height: auto;
}



/* member page  */



    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f4f6f9;
    }

    .member-section {
      padding: 60px 20px;
    }

    .member-container {
      max-width: 1200px;
      margin: auto;
    }

    .member-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .member-title h2 {
      font-size: 38px;
      margin: 0;
      color: #111;
    }

    .member-title p {
      font-size: 16px;
      color: #555;
      margin-top: 10px;
    }

    /* Search Box */
    .search-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
      margin-bottom: 30px;
      background: #fff;
      padding: 18px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .search-box input {
      flex: 1;
      padding: 14px;
      border-radius: 8px;
      border: 1px solid #ccc;
      outline: none;
      font-size: 15px;
    }

    .search-box span {
      font-weight: bold;
      color: #0d6efd;
      font-size: 16px;
      white-space: nowrap;
    }

    /* Member Grid */
    .member-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .member-card {
      background: #fff;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      transition: 0.3s ease;
      border-left: 5px solid #0d6efd;
      position: relative;
      overflow: hidden;
    }

    .member-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .member-no {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 18px;
      font-weight: bold;
      color: #0d6efd;
      background: #eaf2ff;
      padding: 6px 12px;
      border-radius: 30px;
    }

    .member-card h5 {
      margin: 0;
      font-size: 18px;
      color: #111;
      padding-right: 60px;
      line-height: 1.4;
    }

    .member-card p {
      margin-top: 10px;
      font-size: 14px;
      color: #666;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .member-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .member-grid {
        grid-template-columns: repeat(1, 1fr);
      }

      .member-title h2 {
        font-size: 28px;
      }
    }



    /* product page  */




/* ==============================
   PRODUCT PAGE DESIGN
============================== */
.product1-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
    height: 100%;
}

.product1-card:hover {
    transform: translateY(-8px);
    border-color: #02002c;
    box-shadow: 0 18px 40px rgba(2, 0, 44, 0.18);
}

.product-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-content {
    padding: 22px;
}

.product-content h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}




 .contact-card {
      background: #fff;
      border-radius: 18px;
      padding: 25px;
      border: 1px solid #eee;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
      transition: 0.4s ease;
      height: 100%;
    }

    .contact-card:hover {
      transform: translateY(-6px);
      border-color: #02002c;
      box-shadow: 0 18px 40px rgba(2, 0, 44, 0.15);
    }

    .contact-card i {
      font-size: 32px;
      color: #e63946;
      margin-bottom: 12px;
    }

    .contact-card h5 {
      font-weight: 700;
      margin-bottom: 6px;
    }

    .contact-form-box {
      background: #fff;
      border-radius: 20px;
      padding: 35px;
      border: 1px solid #eee;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    }

    .form-control {
      border-radius: 12px;
      padding: 12px;
      border: 1px solid #ddd;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #e63946;
    }

    .map-box iframe {
      width: 100%;
      height: 450px;
      border: 0;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }


.overlay1 {
    width: 100%;
    background: #00000071;
    margin-top: -36%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    padding: 3% 3%;
    text-align: center;
}




