body{
    margin:1px;
     font-family: Arial, sans-serif;
    background-color: #eeeeee;
    padding-right: 20px; /* Padding on the right */
    padding-bottom: 20px; /* Padding on the bottom */
    padding-left: 20px;
}

a {
  text-decoration: none;
  color: blue;
}

.content {
    padding: 20px;
}

.ad-panel {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:#F7F0D5;
    padding: 10px;
    text-align: center;
    z-index: 1000;
    border: 2px dashed #ccc;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px 0px 5px 0px;
    box-sizing: border-box; 
}

.top-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F7F0D5;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1000;
    border: 2px dashed #ccc;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin: 3px 0px 0px 0px;
    box-sizing: border-box;
}

a {
    text-decoration:none;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.ad-panel.hidden {
    transform: translateY(100%); /* Move the panel out of view */
}

.adBody{
   font-size: 15px;
   color: darkorange;
   text-align: center; 
}

.inrikAdTitle{
   font-size: 20px;
   color: blue;
}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

video{
    width:100%;
}

.subheader{
    font-size:16px;
    color:orange;
}

 .iphone{
      display:none;
  }

.speechText{
  font-size:15px;
}

/* On smaller screens, decrease text size */
@media only screen and (min-width: 300px) and (max-width: 600px) and (orientation: landscape) {
  .wrapper-main{
    width:100%;
    background-color:pink;
  } 
   .inrikDemoImage{
      display:block;
  }
  .currencies{
     display:none;
  }

}


@media only screen and (min-width: 300px) and (max-width: 600px) and (orientation: portrait) {
  
  .wrapper-main{
    width:100%; 
  } 

 .inrikDemoImage{
      display:none;
  }
  
  .currencies{
     display:none;
  }
  
  .speechText{
  font-size:15px;
    }
 
 .noneIphone{
      display:none;
 }
 
 .iphone{
      display:block;
 }
}

@media only screen and (min-width: 601px) and (max-width: 768) and (orientation: landscape){
  .wrapper-main{
    width:80%;
  } 
  .inrikDemoImage{
      display:none;
  }

}

@media only screen and (min-width: 601px) and (max-width: 768) and (orientation: portrait){
  .wrapper-main{
    width:100%;
  } 

}

/* 600px,768, 1000,1200 */
@media only screen and (min-width: 768px) and (max-width: 900) and (orientation: landscape){
    .header_ttle{
        font-size:1.5rem;
    }
  .wrapper-main{
    width:100%;
  } 
}

/* 600px,768, 1000,1200 */
@media only screen and (min-width: 768px) and (max-width:900) and (orientation: landscape){
    .header_ttle{
        font-size:1.5rem;
    }
  .wrapper-main{
    width:100%;
  }
  
}

/* 600px,768, 1000,1200 */
@media only screen and (min-width: 901px) and (max-width:1200)  {
    .header_ttle{
        font-size:1.5rem;
    }
  .wrapper-main{
    width:100%;
  } 

}


.header__link,
     header__btn{
     font-size:0.8rem;
    }

.tab-container {
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        overflow: hidden;
    }
    
.tab-header {
        display: flex;
        background-color: #007bff;
        color: #fff;
        border-bottom: 1px solid #ccc;
        }
    
 .tab {
        flex: 1;
        text-align: center;
        padding: 5px 5px;
        cursor: pointer;
        transition: background-color 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2px;border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        flex-direction: column;
        }
        
.tab i {
            margin-right: 4px;
        }
        
.tab:hover {
            background-color: #0056b3;
    }
        
.tab.active {
            background-color: #fff;
            color: #007bff;
            border-bottom: none;
        }
        
.tab-content {
            display: none;
            padding: 10px;
            border-top: none;
        }
        
.tab-content.active {
            display: block;
        }

 footer{
     background-color: #007bff;
     color:#ffffff;
     width:100%;
}

.articleHeader{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    color:blue;
    font-weight: bold;
}

.articlessub17Header{
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.5;
    color:blue;
    font-weight: bold;
}

.articlessubHeader{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    color:blue;
    font-weight: bold;
}


.plainText {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400; 
}

.mobile-header {
  display: flex; 
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.site-name {
  font-size: 18px;
  font-weight: bold;
}

.header-icons {
  display: flex;
  align-items: center;
}

.header-icons button {
  background: none;
  border: none;
  margin-left: 10px;
}

.header-icons img {
  width: 24px;
  height: 24px;
}

.dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 10px;
  background-color: #444;
  border-radius: 5px;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  padding: 10px 20px;
}

.dropdown-menu li a {
  text-decoration: none;
  color: #fff;
}

.dropdown-menu li:hover {
  background-color: #555;
}

/* JavaScript to toggle the dropdown menu */
.hamburger-menu {
  cursor: pointer;
}

.hamburger-menu:focus + .dropdown-menu,
.dropdown-menu:hover {
  display: flex;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Card style */
.card {
  padding: 10px;
  border-radius: 15px; /* Curved corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow effect */
  background-color: #ffffff; /* White background */
  transition: box-shadow 0.3s ease; /* Smooth transition for shadow */
}

/* Hover effect for the card */
.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increased shadow on hover */
}

/* Example usage */
span.card {
  /* Additional styles specific to span if needed */
}
        
