body{
    padding: 0;
    margin: 0;
}

.highlights li {
    border: none;
}

#freeaudiobtn {
    background-color: #0a5c4f;
    margin: auto;
    display: inline-block;
    margin-top: 26px;
    text-align: center;
}

#mainprice {
    text-decoration: line-through;
}

#actualprice{
font-weight: bold;
padding-left: 12px;
}

#topsection{
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: #0a5c4f;
}

.logo {
    height: 110px;
}

.hero {
    background: linear-gradient(to right, #0a5c4f, #138a72);
    color: #fff;
    padding: 100px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
}

.hero h2 {
    margin-top: 10px;
    font-weight: 400;
}

.subtitle {
    margin-top: 15px;
    font-size: 1.2rem;
}

.location {
    margin-bottom: 30px;
    font-style: italic;
}

section {
    padding: 60px 0px;
    max-width: 1000px;
    margin: auto;
}

#contentSection{
    padding: 0px 20px;
}

h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #0a5c4f;
}

.highlights ul {
    list-style: none;
}

.highlights li {
    padding: 10px 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.grid div {
    background: #f2f8f7;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}

.payment {
    background: #f9f9f9;
    text-align: center;
}

.bank-box {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 6px;
    max-width: 400px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.btn-primary {
    background: #ff9800;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.btn-primary.large {
    font-size: 1.1rem;
}

footer {
    background: #0a5c4f;
    color: #fff;
    text-align: center;
    padding: 20px;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}

li {
    border: solid 1px black;
    padding: 5px;
    margin: 10px;
}

#i1 {
    background: #bdbbbb;
    border-radius: 20px;
    padding-top: 27px;
    padding-bottom: 47px;
    margin-bottom: 20px;
}

.c1 {
    color: red;
    font-size: large;
    font-weight: bolder;
    margin-top: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

.social-icons a {
  display: inline-block;
  width: 56px;
  height: 56px;
}

.social-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Tap feedback */
.social-icons a:active {
  transform: scale(0.92);
}

/* Tablet & up */
@media (min-width: 768px) {
  .social-icons a {
    width: 64px;
    height: 64px;
  }
}
