/* Action Bar Styles */
strong {
  font-weight: bold;
}
.action-bar {
  position: relative;
  background-color: #d9662b;
  color: #fff;
  padding: 5px 15px;
  z-index: 10;
}

.action-bar .row {
    align-items: center;
}

.action-bar .contact-info {
    font-size: 14px;
}

.action-bar .contact-info span {
    margin-right: 20px;
    display: inline-block;
}

.action-bar .icons {
    text-align: right;
}

.action-bar .icons a {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.action-bar .icons a:hover {
    color: #11c3ff;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #11c3ff;
}

/* Navbar Styles */
.navbar {
  background-color: #ffffff;
  padding: 5px 20px;
}
.navbar-brand {
    color: #F8B529 !important;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
}
.navbar-brand img {
  width: 50%;
}

.navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 17px !important;
  transition: all 0.3s ease;
  margin: 0 5px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  background-color: #3fa24c;
  color: #ffffff !important;
  border-radius: 5px;
}

.navbar-nav .nav-link.active {
    font-weight: 700;
}

/* Dropdown Styles */
.dropdown-menu {
  background-color: #3fa24c;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

.dropdown-item {
    color: #fff !important;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #d9662b;
    color: #ffffff !important;
}

/* Custom Toggler */
.navbar-toggler {
    border: none !important; /* Removed border */
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none; /* Remove focus outline */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    /* Hide action bar on tablet and mobile */
    .action-bar {
        display: none;
    }
    .navbar {
      background-color: #21009b;
      padding: 5px 20px;
  }
    .navbar-brand{
      width: 70%;
    }
    .navbar-collapse {
      background-color: #412baf;
      padding: 15px;
      border-radius: 5px;
      margin-top: 10px;
  }

  .navbar-nav .nav-link {
    text-align: center;
    margin: 5px 0;
    color: #fff !important;
}

    .dropdown-menu {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 20px;
    }
}



/* About Section Styles */
.about-section {
    background-color: #ebfaff;
    color: #fff;
    padding: 80px 20px 40px 20px;
}

.about-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f87334;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-section p {
    font-size: 1.1rem;
    color: #4c4c4c;
    line-height: 1.8;
}

.about-section .highlight {
  color: #3fa24c;
  font-weight: bold;
}

.about-img {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.btn-primary {
  background-color: #f4611b;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 20px;
}

.btn-primary:hover {
    background-color: #c44002;
    color: #fff;
}

@media (max-width: 768px) {
  .slider {
    display: block;
    height: 200px !important;
}
    .about-section h2 {
        font-size: 2rem;
    }
    .about-section {
        background-color: #ebfaff;
        color: #fff;
        padding: 20px 20px 20px 20px;
    }
}



.marketing-plan {
  background: linear-gradient(180deg, #000000b8 100%, #050606c2 55%) fixed, url(../images/income2.jpg) fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 15px;
}
.marketing-plan h2 {
  color: #3fa24c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
  .marketing-plan span {
    color: #f4611b;
 }

.marketing-plan p {
  color: #ffffff;
}


.star-club {
  background-color: #ddf7ff;
  padding: 30px 15px;
}
.star-club h2 {
  color: #f4611b;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px !important;
  text-align: left;
}
.star-icons {
  color: #f4611b;
  font-size: 1.2rem;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
/* Table Styling */
/* Table Styling */
.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5rem;
    background-color: #fff;
  }
  
  .table th, .table td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dee2e6;
  }
  
  .table thead th {
    background-color: #099b6f;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
  
  .table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  .table tbody tr:nth-child(odd) {
    background-color: #fff;
  }
  
  .table tbody tr:hover {
    background-color: #dff1f5;
    transition: background-color 0.3s ease-in-out;
  }
  
  .table tbody td {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .table-responsive {
    border-radius: 10px;
    overflow-x: auto; /* Enables horizontal scrolling */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  /* Adjust the width of the table for smaller devices */
  .table-responsive::-webkit-scrollbar {
    height: 8px; /* Custom scrollbar height */
  }
  
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #087a9f;
    border-radius: 10px;
  }
  
  .table-responsive::-webkit-scrollbar-track {
    background-color: #f9f9f9;
  }
  
  .table thead th:first-child,
  .table tbody td:first-child {
    text-align: left;
    padding-left: 20px;
  }
  
  .table thead th:last-child,
  .table tbody td:last-child {
    text-align: right;
    padding-right: 20px;
  }
  
  /* Responsive Media Queries */
  @media (max-width: 768px) {
    .table th, .table td {
      font-size: 14px;
      padding: 8px; /* Adjust padding for smaller screens */
    }
  
    .table tbody td {
      font-weight: 500; /* Slightly reduce font weight for compact look */
    }
  
    .table thead th {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .table tbody td {
      font-size: 12px; /* Further reduce font size for extra small screens */
    }
  }
  .level-sponsor-income {
    padding-bottom: 0 !important;
    background: linear-gradient(180deg, #000000b8 100%, #050606c2 55%) fixed, url(../images/income3.jpg) fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 15px;
}
.sb-income {
  color: #ffffff !important;
  margin-bottom: 25px !important;
  text-align: left;
}
  
  .level-sponsor-income h2 {
    color: #f8b529;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .level-sponsor-income p {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.level-title{
  font-weight: 600;
    font-size: 28px;
}
.level-card {
  border: none;
  border-radius: 15px;
  background: transparent;
  background-size: 300% 300%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 0 15px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
  padding: 25px;
  text-align: center;
  color: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: gradientAnimation 6s infinite linear;
  border: 1px solid #5b5b5b;
}

/* Gradient animation */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.level-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgb(69 166 30 / 30%), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.level-card:hover::before {
  opacity: 1;
}

/* Add a subtle glow effect on hover */
.level-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px #830000, 0 0 10px #087a9f;
}
.level-percentage span{
  color: #0b8900;
  font-size: 25px;
  font-weight: 700;
}
/* Add a gradient border ef

  
  .level-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  .level-card .card-body {
    padding: 20px;
  }
  
  .level-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #087a9f;
    margin-bottom: 10px;
  }
  
  .level-percentage {
    font-size: 1.3rem;
    color: #830000;
    font-weight: bold;
  }
  
  .percentage {
    font-size: 2rem;
  }
  
  @media (max-width: 768px) {
    .level-title {
      font-size: 1.3rem;
    }
  
    .level-percentage {
      font-size: 1.2rem;
    }
  
    .percentage {
      font-size: 1.8rem;
    }
  }
  
  

  /* Responsive Adjustments */
  @media (max-width: 991.98px) {
    .marketing-plan {
      padding: 20px;
    }
  }
  .sponsor-rewards {
    background-color: #ebebeb;
    padding: 30px 15px;
}
  
.sponsor-rewards h2 {
  color: #f4611b;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px !important;
  text-align: left;
}
  
.sponsor-rewards p {
  color: #151515;
  font-size: 1.1rem;
  margin-bottom: 7px !important;
  text-align: center;
}
  
  .reward-card {
    border: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .reward-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  .reward-title {
    font-size: 1.1rem;
    color: #343434;
    font-weight: 600;
}
  .team-size {
    font-size: 1.2rem;
    color: #444;
  }
  
  .reward-description {
    font-size: 1rem;
    font-weight: 600;
    color: #f4611b !important;
}
  
.reward-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 3px solid #f4611b;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
  .reward-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .reward-title {
      font-size: 1.3rem;
    }
  
    .team-size,
    .reward-description {
      font-size: 0.9rem;
    }
  }
 

  .membership-section {
    padding: 30px 15px;
    background-color: #ffffff;
}

  /* Footer Styles */
  .footer {
    background: linear-gradient(180deg, #000000b8 100%, #050606c2 55%) fixed, url(../images/footer-bg1.avif);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 15px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-section {
  flex: 1 1 220px;
  margin-bottom: 20px;
}

.footer-logo h2 {
  color: #089f5b;
  margin-bottom: 10px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-logo p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.footer-contact h3, .footer-links h3 {
  color: #089f5b;
  margin-bottom: 10px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-contact p {
  font-size: 16px;
  margin: 8px 0;
  color: #fff;
}
.footer-contact i {
  margin-right: 10px;
  color: #f4611b;
}
.footer-contact a{
  color: #fff;
  text-decoration: none;
}
.footer-contact a:hover {
  color: #f8b529;
  text-decoration: none;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 5px;
}

.footer-links ul li a {
  color: #acb8d7;
  text-decoration: none;
  font-size: 16px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-social {
  text-align: center;
  margin: 20px 0;
}

.footer-social .social-icon {
  display: inline-block;
  margin: 0 10px;
  color: #089f5b;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-social .social-icon:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 10px;
  font-size: 16px;
  color: #ddd;
}

.footer-bottom p {
  margin: 0;
}

.mission-vision {
  background: linear-gradient(180deg, #000000b8 100%, #050606c2 55%) fixed, url(../images/income1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.section-title {
  font-size: 2.5em;
  color: #087a9f;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mission-vision-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.mission, .vision {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  max-width: 600px;
  flex: 1 1 calc(50% - 30px);
  min-width: 300px;
  text-align: left;
}

.content-title {
  font-size: 1.8em;
  color: #f4611b;
  font-weight: bold;
  margin-bottom: 15px;
}



@media (max-width: 768px) {
  .mission-vision-content {
    flex-direction: column;
    gap: 20px;
  }

  .mission, .vision {
    max-width: 100%;
  }
}



.why-choose-us {
  background-color: #f8f9fa;
  padding: 30px 20px 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 33px;
  font-weight: bold;
  color: #3fa24c;
  margin-bottom: 35px;
  text-align: left;
}

.offer-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.offer-card {
  flex: 1;
  max-width: 250px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.offer-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.offer-title {
  font-size: 22px;
  font-weight: bold;
  color: #f4611b;
}

.offer-description {
  font-size: 16px;
  color: #333;
}


.what-you-gain {
  margin-top: 40px;
  text-align: left;
}

.gain-title {
  font-size: 28px;
  font-weight: bold;
  color: #3fa24c;
  margin-bottom: 20px;
}

.gain-list {
  list-style-type: none;
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.gain-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 10px;
}
.gain-list i {
  font-size: 20px;
  color: #f4611b;
  margin-right: 15px;
}
.cta {
  margin-top: 40px;
  background-color: #089f5b;
  color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cta-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-description {
  font-size: 18px;
  margin-bottom: 20px;
}

.cta-offer {
  margin-top: 20px;
}

.cta-offer-title {
  font-size: 22px;
  font-weight: bold;
}

.cta-offer-description {
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-button {
  background-color: #f4611b;
  color: white;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  background-color: #a53907;
  color: #ffffff;
}





.partners-package {
  font-family: Arial, sans-serif;
}

.partners-package h2 {
  color: #f4611b;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px !important;
  text-align: left;
}

.partners-package-container {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}
.table-container {
  flex: 1;
}

.image-container {
  flex: 1;
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center;
  align-items: center;
  height: 100%; /* Matches the table's height */
}

.image-container h3 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  color: #f4611b;
  text-align: center;
}
.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.partners-package table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.partners-package table thead tr {
  background-color: #087a9f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.partners-package table th,
.partners-package table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
}
.partners-package table tbody td {
  font-size: 17px;
  color: #f4611b;
  font-weight: 700;
  letter-spacing: 1px;
}

.partners-package table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.partners-package table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.partners-package table tbody tr:hover {
  background-color: #dff1f5;
  transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
  .partners-package-container {
    flex-direction: column;
    align-items: center;
  }

  .image-container {
    margin-top: 20px;
  }
}








.free-membership h2 {
  color: #3fa24c;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.recharge-income h2 {
  color: #3fa24c;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}


/* Free Membership Section */
.free-membership {
  text-align: center;
  background: #f3f8fc;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #d1e3f3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 45%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.free-membership p {
  font-size: 18px;
  margin: 5px 0;
}
.free-membership p span{
  color: #f4611b;
    font-weight: 600;
}

@media (max-width: 768px) {
  .free-membership {
    width: 100%;
}
}

table {
  width: 100%;
  border-collapse: collapse;
  margin:0;
}

thead th {
  background: #3fa24c;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

tbody td {
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
}

tbody tr:nth-child(even) {
  background-color: #f3f8fc;
}

/* Recharge Income Section */
.recharge-income {
  text-align: center;
  background: #f3f8fc;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #d1e3f3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.recharge-income p {
  font-size: 18px;
  line-height: 1.5;
}
.recharge-income p span {
  color: #f4611b;
  font-weight: 600;
}
.one-id-one-family {
  background: linear-gradient(135deg, #a1d7c0, #4fd15c);
  color: #fff;
  padding: 30px 15px;
  text-align: center;
}

.one-id-one-family .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #f4611b;
}

.one-id-one-family .section-header p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}

.one-id-one-family .section-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.one-id-one-family .image-row {
  display: flex;
  gap: 20px;
  flex: 1 1 60%;
  justify-content: center;
}

.one-id-one-family .image-row img {
  width: 45%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.one-id-one-family .royalty-info {
  flex: 1 1 35%;
  background: #fff;
  color: #3fa24c;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.one-id-one-family .royalty-info .badge {
  background: #3fa24c;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  border-radius: 20px;
}

.one-id-one-family .royalty-info p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.one-id-one-family .royalty-info p span {
  color: #f4611b;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .one-id-one-family .section-content {
    flex-direction: column;
    text-align: center;
  }

  .one-id-one-family .image-row {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 15px;
}
  .one-id-one-family .image-row img{
    width: 100%;
  }

  .one-id-one-family .royalty-info {
    width: 100%;
  }
}
.health-insurance-section {
  background-color: #f8f9fa;
  padding: 30px 20px;
  border-bottom: 5px solid #3fa24c;
}
.health-insurance-section .container {
  margin: 0 auto;
  text-align: center;
}

.health-insurance-section .section-title {
  font-size: 28px;
  color: #3fa24c;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.health-insurance-section .section-description {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

.health-insurance-section .highlight {
  color: #f4611b;
  font-weight: bold;
}
.pdf-section{
  background-color: #f4f4f4;
   padding: 20px;
}
.pdf-section iframe{
  width: 100%;
  height: 600px;
  border: none;
}